/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-width: 375px;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

a, button {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.text {
  font-family: "Ubuntu", sans-serif;;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #535755;
}

.section {
  margin-bottom: 140px;
}

.title-large {
  max-width: 596px;
  margin-bottom: 40px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2c332f;
}

.title-medium {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  text-transform: uppercase;
  color: #2c332f;
}

.text-sub {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #858e8a;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid #3596ED;
  outline-offset: 1px;
}

.button:not(:disabled):active {
  background-color: #2a7ac0;
}

.button:disabled {
  opacity: 0.65;
  cursor: default;
}

a:active {
  color: #3596ED;
}

@media (width <= 992px) {
  .container {
    max-width: 768px;
  }
}

@media (width <= 768px) {
  .container {
    max-width: 576px;
  }

  .title-large {
    font-size: 40px;
    margin-bottom: 30px;
  }

  .home-page .title-large {
    text-align: center;
    max-width: inherit;
  }

  .title-medium {
    font-size: 22px;
  }
}

@media (width <= 576px) {
  .section {
    margin-bottom: 80px;
  }

  .title-large {
    font-size: 34px;
  }

  .title-medium {
    font-size: 18px;
  }
}