html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.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;
  -webkit-text-decoration: underline dotted;
          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: -0.25em;
}

sup {
  top: -0.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;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.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;
}

* {
  outline: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

a {
  font-weight: 500;
  color: #007aff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: initial;
  color: #111;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

ul {
  margin: 20px 0;
  padding: 0 0 0 1rem;
}
ul li {
  margin: 0;
  padding: 0;
}

p {
  margin: 10px 0;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.header h1 {
  margin: 0;
  font-size: 96px;
}
.header .lead {
  margin: 0;
}

.lead {
  font-size: 48px;
  font-weight: 300;
}

.portfolio {
  position: relative;
  margin: 60px 0;
}
.portfolio .swiper {
  padding: 0 10px;
}
.portfolio .swiper-slide {
  width: 300px;
  padding: 15px;
  display: inline-block;
}
.portfolio .swiper-slide a {
  position: relative;
  width: 100%;
  padding: 150% 0 0 0;
  display: block;
  overflow: hidden;
}
.portfolio .swiper-slide a img {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.portfolio .swiper-button-next {
  right: -17px !important;
}
.portfolio .swiper-button-prev {
  left: -17px !important;
}
.portfolio .swiper-pagination {
  bottom: -30px !important;
}
.portfolio-preview {
  width: 300px;
  margin: 0;
  display: block;
  background-color: #fafafa;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.price, .contact {
  margin: 60px 0;
}
.price h2, .contact h2 {
  font-size: 48px;
}
.price .lead, .contact .lead {
  font-size: 24px;
  font-weight: 400;
}

@media screen and (max-width: 1069px) {
  .wrapper {
    padding: 40px 0;
  }

  .header h1 {
    font-size: 64px;
  }
  .header .lead {
    font-size: 32px;
  }

  .portfolio {
    margin: 40px 0;
  }
  .portfolio .swiper-slide {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 639px) {
  .header h1 {
    font-size: 48px;
  }
  .header .lead {
    font-size: 28px;
  }
}
