/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.wrapper {
  width: auto;
  margin: 0 auto;
  margin-bottom: 24px; }

.head {
  background-color: #437EC7;
  padding: 24px 20px; }
  @media (min-width: 640px) {
    .head {
      padding: 24px 48px; } }
  @media (min-width: 1025px) {
    .head {
      padding: 24px 80px;
      padding-bottom: 160px; } }

.head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 640px) {
    .head__container {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1025px) {
    .head__container {
      max-width: 1152px;
      margin: 0 auto; } }

.head__left {
  width: 100%; }
  @media (min-width: 640px) {
    .head__left {
      width: 49%; } }
  @media (min-width: 1025px) {
    .head__left {
      width: 45%; } }

.head__heading {
  margin: 0;
  padding: 0;
  margin-top: 56px;
  font-size: 38px;
  line-height: 46px;
  color: #FFFFFF; }
  @media (min-width: 640px) {
    .head__heading {
      font-size: 40px;
      line-height: 48px;
      margin-top: 40px; } }
  @media (min-width: 1025px) {
    .head__heading {
      font-size: 64px;
      line-height: 72px;
      margin-top: 132px; } }

.head__text {
  margin: 0;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 36px;
  color: #FFFFFF; }
  @media (min-width: 640px) {
    .head__text {
      font-size: 18px;
      line-height: 26px;
      margin-top: 12px;
      margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .head__text {
      font-size: 22px;
      line-height: 30px;
      margin-top: 16px;
      margin-bottom: 56px; } }

.head__img {
  position: relative;
  left: -52px;
  width: 340px;
  margin-top: 48px; }
  @media (min-width: 640px) {
    .head__img {
      position: static;
      margin-top: 0px;
      padding-left: 28px; } }
  @media (min-width: 1025px) {
    .head__img {
      position: relative;
      width: 405px; } }

.head__img-door--desktop {
  display: none; }
  @media (min-width: 640px) {
    .head__img-door--desktop {
      display: none; } }
  @media (min-width: 1025px) {
    .head__img-door--desktop {
      display: block; } }

@media (min-width: 1025px) {
  .head__img-door--mobile {
    display: none; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  10% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  30% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  68% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  85% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  10% {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  30% {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }
  50% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg); }
  68% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg); }
  85% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@media (min-width: 1025px) {
  .head__img::before {
    content: "";
    position: absolute;
    background: url("../img/knob.svg") no-repeat;
    background-size: contain;
    width: 354px;
    height: 119px;
    top: 160px;
    left: 136px;
    z-index: 100; } }

@media (min-width: 1025px) {
  .head__img::after {
    content: "";
    position: absolute;
    background: url("../img/booking.svg") no-repeat;
    width: 200px;
    height: 520px;
    top: 156px;
    left: 64px;
    -webkit-animation: spin 2600ms ease-in-out, swinging 930ms 2600ms ease-in-out infinite;
            animation: spin 2600ms ease-in-out, swinging 930ms 2600ms ease-in-out infinite;
    -webkit-transform-origin: 100px 100px;
            transform-origin: 100px 100px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@media (min-width: 1025px) {
  .header {
    max-width: 1152px;
    margin: 0 auto; } }

.header__logo {
  width: 128px; }
  @media (min-width: 640px) {
    .header__logo {
      width: 134px; } }
  @media (min-width: 1025px) {
    .header__logo {
      width: 180px; } }

.booking {
  padding: 0 20px;
  margin-top: 40px; }
  @media (min-width: 640px) {
    .booking {
      max-width: 86%;
      margin: 0 auto;
      margin-top: 32px;
      padding: 0; } }
  @media (min-width: 1025px) {
    .booking {
      position: relative;
      max-width: 870px;
      margin: 0 auto;
      padding: 0; } }

@media (min-width: 1025px) {
  .booking::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    background: url("../img/browser.svg") no-repeat;
    height: 40px; } }

@media (min-width: 640px) {
  .booking__img {
    display: none; } }

@media (min-width: 1025px) {
  .booking__img {
    display: none; } }

.booking__img-tablet {
  display: none; }
  @media (min-width: 640px) {
    .booking__img-tablet {
      display: block; } }
  @media (min-width: 1025px) {
    .booking__img-tablet {
      display: none; } }

.booking__img-desktop {
  display: none; }
  @media (min-width: 640px) {
    .booking__img-desktop {
      display: none; } }
  @media (min-width: 1025px) {
    .booking__img-desktop {
      display: block; } }

.booking__text {
  margin: 0;
  padding: 0;
  margin-top: 8px; }
  @media (min-width: 640px) {
    .booking__text {
      font-size: 18px;
      line-height: 26px;
      text-align: left;
      margin-top: 8px;
      padding-right: 12px;
      width: 80%; } }
  @media (min-width: 1025px) {
    .booking__text {
      font-size: 22px;
      line-height: 30px;
      text-align: left;
      margin-top: 20px;
      padding: 0;
      width: 60%; } }

.booking__arrow {
  display: none; }
  @media (min-width: 1025px) {
    .booking__arrow {
      display: inline;
      position: relative; } }

.booking__arrow::after {
  content: "";
  position: absolute;
  left: 88px;
  bottom: 8px;
  background: url("../img/booking/arrow.svg") no-repeat;
  background-size: contain;
  width: 356px;
  height: 333px; }

.button {
  font-family: "Lato", Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0px 20px;
  padding-top: 8px;
  padding-bottom: 12px;
  border: 0;
  border-radius: 50px; }
  .button:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.25); }
  .button:active {
    cursor: pointer;
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }

.link {
  color: #2B87DB;
  text-decoration: none; }
  .link:hover {
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }

.link-btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0px 20px;
  padding-top: 8px;
  padding-bottom: 11px;
  border-radius: 50px; }
  .link-btn:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  @media (min-width: 640px) {
    .link-btn {
      font-size: 18px;
      line-height: 26px;
      margin-left: -4px;
      padding: 0px 24px;
      padding-top: 10px;
      padding-bottom: 14px; } }
  @media (min-width: 1025px) {
    .link-btn {
      font-size: 20px;
      line-height: 28px;
      margin-left: -4px;
      padding: 0px 28px;
      padding-top: 12px;
      padding-bottom: 16px; } }

.link-btn--blue {
  color: #2B87DB;
  background-color: rgba(43, 135, 219, 0.1); }
  .link-btn--blue:hover {
    cursor: pointer;
    color: #256BA5;
    background-color: rgba(43, 135, 219, 0.15);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }

.link--name {
  padding-top: 16px; }

.steps {
  background-color: rgba(43, 135, 219, 0.1);
  padding: 40px 20px;
  padding-bottom: 56px;
  margin-top: 56px; }
  @media (min-width: 640px) {
    .steps {
      padding: 40px 48px;
      padding-top: 32px; } }
  @media (min-width: 1025px) {
    .steps {
      margin-top: 80px;
      margin-right: 20px;
      margin-left: 20px;
      padding: 40px 80px;
      padding-bottom: 56px; } }

.steps__heading {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 28px; }
  @media (min-width: 640px) {
    .steps__heading {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 1025px) {
    .steps__heading {
      max-width: 1152px;
      font-size: 38px;
      line-height: 46px;
      margin: 0 auto;
      margin-bottom: 40px; } }

.steps__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 640px) {
    .steps__wrapper {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1025px) {
    .steps__wrapper {
      max-width: 1152px;
      margin: 0 auto; } }

.steps__wrapper--second {
  margin-top: 96px;
  margin-bottom: 48px; }
  @media (min-width: 640px) {
    .steps__wrapper--second {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 88px;
      margin-bottom: 40px; } }

.steps__wrapper--second::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -16px;
  background: url("../img/sms-m.svg") no-repeat;
  width: 260px;
  height: 50px;
  z-index: 10; }
  @media (min-width: 640px) {
    .steps__wrapper--second::before {
      top: -48px;
      left: -42px; } }
  @media (min-width: 1025px) {
    .steps__wrapper--second::before {
      left: -70px;
      background: url("../img/sms.svg") no-repeat;
      width: 301px;
      height: 57px; } }

.steps__wrapper--third {
  position: relative;
  margin-bottom: 48px; }
  @media (min-width: 640px) {
    .steps__wrapper--third {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1025px) {
    .steps__wrapper--third {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 88px; } }

@media (min-width: 640px) {
  .steps__description {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 40px; } }

@media (min-width: 640px) {
  .steps__description {
    padding-right: 20px; } }

@media (min-width: 1025px) {
  .steps__description {
    padding-right: 56px; } }

@media (min-width: 640px) {
  .steps__description--second {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 32px; } }

.steps__img {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  filter: drop-shadow(0px 24px 120px -20px rgba(43, 135, 219, 0.2));
  -webkit-filter: drop-shadow(12px 12px 25px rgba(43, 135, 219, 0.2)); }
  @media (min-width: 640px) {
    .steps__img {
      width: 40%; } }
  @media (min-width: 1025px) {
    .steps__img {
      display: none; } }

.steps__img-desktop {
  display: none; }
  @media (min-width: 640px) {
    .steps__img-desktop {
      display: none; } }
  @media (min-width: 1025px) {
    .steps__img-desktop {
      display: block;
      width: 50%;
      -ms-flex-item-align: start;
          align-self: flex-start;
      filter: drop-shadow(0px 24px 120px -20px rgba(43, 135, 219, 0.2));
      -webkit-filter: drop-shadow(12px 12px 25px rgba(43, 135, 219, 0.2)); } }

.steps__img-desktop--margin {
  margin-top: 32px; }

.steps__img--card {
  filter: drop-shadow(0px 24px 120px -20px rgba(43, 135, 219, 0.06));
  -webkit-filter: drop-shadow(12px 12px 10px rgba(43, 135, 219, 0.06));
  z-index: 100; }

.steps__favorites {
  text-align: center; }

.steps__icon {
  background: url("../img/favorite.svg") no-repeat;
  background-size: contain;
  width: 53px;
  height: 45px;
  margin: 0 auto;
  -webkit-animation: beat .4s infinite alternate;
          animation: beat .4s infinite alternate; }

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

.steps__sub {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  margin-top: 32px;
  color: #2E9E00; }
  @media (min-width: 640px) {
    .steps__sub {
      font-size: 16px;
      line-height: 20px;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .steps__sub {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 3px; } }

.steps__sub--second {
  color: #E84260; }

.steps__text {
  margin: 0;
  padding: 0;
  margin-top: 8px; }
  @media (min-width: 640px) {
    .steps__text {
      font-size: 18px;
      line-height: 26px;
      margin-top: 8px;
      padding-right: 12px; } }
  @media (min-width: 1025px) {
    .steps__text {
      font-size: 22px;
      line-height: 30px; } }

.steps__text--favorites {
  width: 80%;
  margin: 0 auto;
  margin-top: 8px; }
  @media (min-width: 640px) {
    .steps__text--favorites {
      width: 60%;
      margin: 0 auto;
      margin-top: 8px;
      padding: 0; } }
  @media (min-width: 1025px) {
    .steps__text--favorites {
      width: 42%;
      margin-top: 8px; } }

.buildings {
  margin-top: 56px;
  padding: 0px 20px; }
  @media (min-width: 640px) {
    .buildings {
      padding: 0px 48px; } }
  @media (min-width: 1025px) {
    .buildings {
      max-width: 1192px;
      margin: 0 auto;
      margin-top: 80px; } }

.buildings__heading {
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  margin-bottom: 24px; }
  @media (min-width: 640px) {
    .buildings__heading {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 1025px) {
    .buildings__heading {
      font-size: 38px;
      line-height: 46px;
      margin-bottom: 40px; } }

.buildings__name {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  margin-top: 8px;
  margin-bottom: 4px; }
  @media (min-width: 1025px) {
    .buildings__name {
      font-size: 22px;
      line-height: 28px;
      margin-top: 16px; } }

.buildings__price {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  margin-bottom: 12px; }

.buildings__metro {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding-left: 20px; }

.buildings__metro-icon {
  position: absolute;
  left: 0px; }

.buildings__metro-icon--violet {
  color: #ABC0E3; }

.buildings__metro-icon--green {
  color: #03701A; }

.buildings__metro-icon--red {
  color: #CF0201; }

.buildings__metro-icon--orange {
  color: #FF7F02; }

.buildings__metro-icon--blue {
  color: #03238B; }

.buildings__first-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 640px) {
    .buildings__first-line {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.buildings__item {
  width: 100%;
  margin-bottom: 40px; }
  .buildings__item:hover .buildings__name a {
    color: #E84260; }
  @media (min-width: 640px) {
    .buildings__item {
      width: 49%; } }
  @media (min-width: 1025px) {
    .buildings__item {
      width: 32%; } }

.buildings__item--hide {
  display: none; }
  @media (min-width: 640px) {
    .buildings__item--hide {
      display: block; } }
  @media (min-width: 1025px) {
    .buildings__item--hide {
      display: block; } }

.building__button {
  display: block;
  text-align: center;
  margin-top: 12px; }
  @media (min-width: 1025px) {
    .building__button {
      margin-top: 32px; } }

.buildings__img {
  position: relative;
  background-color: red;
  border-radius: 2px;
  width: 100%; }
  .buildings__img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.buildings__img {
  content: "";
  padding-bottom: 60%; }

.buildings__img--first {
  background: url("../img/buildings/luga.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.buildings__img--second {
  background: url("../img/buildings/14.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.buildings__img--third {
  background: url("../img/buildings/salarevo.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.buildings__img--fourth {
  background: url("../img/buildings/green-park.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.buildings__img--fifth {
  background: url("../img/buildings/les.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.buildings__img--sixth {
  background: url("../img/buildings/ilinskie-luga.jpg") no-repeat;
  background-position: center;
  background-size: cover; }

.footer {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 16px;
  padding: 0 20px; }
  @media (min-width: 640px) {
    .footer {
      margin-top: 48px; } }
  @media (min-width: 1025px) {
    .footer {
      margin-top: 80px; } }

.footer-img {
  margin-top: 20px; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato", Arial, sans-serif;
  color: #121212;
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }
