*, *::before, *::after {
  box-sizing: border-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

body {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }

body {
  background-color: #FFFFFF;
  color: #4F5D6F;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

p {
  color: #898989;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0; }

a {
  color: #4F5D6F;
  text-decoration: none; }
  a:hover {
    color: #4F5D6F;
    text-decoration: underline; }

.o-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 800px) {
    .o-col--md25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 800px) {
    .o-col--md33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 800px) {
    .o-col--md50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 800px) {
    .o-col--md66 {
      flex: 0 0 66%;
      max-width: 66%; } }
  @media (min-width: 1200px) {
    .o-col--lg25 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .o-col--lg33 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 1200px) {
    .o-col--lg50 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .o-col--lg75 {
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .o-col--lg100 {
      flex: 0 0 100%;
      max-width: 100%; } }

.o-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 800px) {
    .o-container {
      max-width: 740px; } }
  @media (min-width: 1200px) {
    .o-container {
      max-width: 1140px; } }

.o-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 800px) {
    .o-row {
      flex-direction: row; } }
  .o-row--center-y {
    align-items: center; }

.c-btn {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  transition: all .25s ease-in-out; }
  .c-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer; }
  .c-btn--green {
    background-color: #85cc61;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media (min-width: 800px) {
      .c-btn--green {
        width: 50%;
        left: 50%;
        margin-left: 25%; } }
    .c-btn--green:hover {
      background-color: #5daa37;
      color: #FFFFFF;
      cursor: pointer; }

.c-heading--level1 {
  font-size: 2.69rem;
  letter-spacing: -0.025rem; }
  @media (min-width: 1200px) {
    .c-heading--level1 {
      font-size: 3.75rem; } }

.c-heading--level2 {
  font-size: 1.875rem;
  letter-spacing: -0.025rem;
  margin-bottom: 5px; }
  @media (min-width: 1200px) {
    .c-heading--level2 {
      font-size: 2.69rem;
      line-height: .93; } }

.c-heading--level3 {
  font-size: 1.125rem; }

.c-heading--upper {
  text-transform: uppercase; }

.c-heading--white {
  color: #FFFFFF; }

.c-label {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.025rem;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .c-label {
      font-size: 1.875rem; } }

.c-nav__item {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .c-nav__item:hover {
    color: #4F5D6F; }
  @media (min-width: 1200px) {
    .c-nav__item {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      width: auto; } }

.c-nav__item-big {
  display: block;
  font-size: 2.69rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  .c-nav__item-big:hover {
    color: #4F5D6F;
    text-decoration: none; }
  @media (min-width: 1200px) {
    .c-nav__item-big {
      display: inline-block;
      margin-left: 20px;
      margin-right: 20px;
      width: auto;
      font-size: 2.69rem; } }

#logo-tekstowe {
  margin-left: -3px; }

.c-offer {
  background-color: #F8F8F8;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: -0.025rem;
  padding: .4rem .8rem;
  position: relative; }
  @media (min-width: 1200px) {
    .c-offer {
      padding: .8rem 4.6rem; } }
  .c-offer__arrow {
    display: none;
    background-color: #85cc61;
    bottom: 0;
    border-radius: 0 5px 5px 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 0;
    width: 65px; }
    @media (min-width: 1200px) {
      .c-offer__arrow {
        display: block; } }
  .c-offer__icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

#formularz {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin: 0;
  outline: none;
  color: #444444;
  border: none;
  margin-top: 10px; }

#formularz > header {
  display: block;
  padding: 20px 30px;
  background-color: #F8F8F8; }

#formularz > header > p {
  font-size: 1.5rem;
  color: #444444; }

fieldset {
  display: block;
  padding: 25px 30px 5px;
  border: none;
  border-top: 2px solid #D1D1D1; }

fieldset > .o-row {
  padding-top: 10px;
  padding-bottom: 10px; }

.form-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.form-col-textarea {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.form-col > input {
  display: block;
  width: 100%;
  margin-top: 10px;
  min-height: 40px;
  border: 2px solid #D1D1D1; }

.form-col-textarea > textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 2px solid #D1D1D1; }

.mt-small {
  margin-top: 15px; }
  @media (min-width: 1200px) {
    .mt-small {
      margin-top: 0; } }

button {
  display: block;
  width: 20%; }

#website {
  position: absolute;
  left: -2000%; }

.t-feature {
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (min-width: 800px) {
    .t-feature {
      padding-bottom: 70px;
      padding-top: 70px; } }
  .t-feature__first-col {
    margin-bottom: 30px; }
    @media (min-width: 800px) {
      .t-feature__first-col {
        margin-bottom: 0; } }
  .t-feature__first-col img {
    max-height: 500px;
    width: auto; }
  .t-feature__text {
    margin-top: 40px; }

#kontakt {
  margin-top: -40px; }
  @media (min-width: 1200px) {
    #kontakt {
      margin-top: -80px; } }

#kontakt > hr {
  color: #C2C2C2; }

.t-job-offers__intro {
  padding-bottom: 30px;
  padding-top: 30px; }

.t-job-offers__intro-left {
  margin-bottom: 30px; }
  @media (min-width: 800px) {
    .t-job-offers__intro-left {
      margin-bottom: 0; } }

@media (min-width: 800px) {
  .t-job-offers__intro-right {
    text-align: right; } }

.t-job-offers__offers {
  padding-bottom: 30px;
  margin-top: -60px; }
  @media (min-width: 800px) {
    .t-job-offers__offers {
      margin-top: 0; } }

.t-job-offers__item {
  margin-bottom: 20px; }
  .t-job-offers__item:hover {
    cursor: auto;
    text-decoration: none; }

.t-job-offers__item p {
  color: #444444;
  font-size: 0.875rem; }

.t-job-offers__image {
  background-image: url("https://www.emulsjaecoclean.pl/images/ecoclean-granulat.jpg");
  background-size: cover;
  height: 150px; }

.minus-mt-small {
  margin-top: -60px; }
  @media (min-width: 800px) {
    .minus-mt-small {
      margin-top: 0; } }

.t-newsletter {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .t-newsletter__content {
      padding-left: 80px;
      padding-right: 80px; } }
  .t-newsletter__heading {
    color: #4F5D6F;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .t-newsletter__heading {
        margin-bottom: 0; } }
  .t-newsletter__heading-first {
    display: block;
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: center; }
  .t-newsletter__heading-second {
    display: block; }
  .t-newsletter__form {
    display: flex;
    flex-wrap: wrap; }
  .t-newsletter__input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 20px; }
    @media (min-width: 800px) {
      .t-newsletter__input {
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 0; } }

.t-site-footer {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: 40px; }
  .t-site-footer__main {
    padding-bottom: 30px;
    padding-top: 40px; }
  .t-site-footer__header {
    align-items: flex-end;
    display: flex;
    height: 50px;
    margin-bottom: 20px; }
  .t-site-footer__copy {
    background-color: #F8F8F8;
    color: #4F5D6F;
    font-size: 0.625rem;
    padding-bottom: 25px;
    padding-top: 25px; }

.t-site-header {
  top: 0;
  left: 0;
  background-image: url("https://www.emulsjaecoclean.pl/images/ecoclean-granulat.jpg");
  background-size: cover; }
  .t-site-header__menu {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .t-site-header__menu {
        text-align: right;
        margin-top: 0; } }
  @media (min-width: 1200px) {
    .t-site-header__nav-button {
      margin-right: 0; } }
  .t-site-header__hero {
    padding-bottom: 20px;
    text-align: center;
    margin-top: 40px; }
    @media (min-width: 800px) {
      .t-site-header__hero {
        margin-top: 0; } }
  .t-site-header__hero-image {
    margin-bottom: 30px; }
    @media (min-width: 800px) {
      .t-site-header__hero-image {
        margin-bottom: 0; } }
  .t-site-header__hero-image img {
    max-height: 500px;
    width: auto; }
  .t-site-header__intro-text {
    color: #4F5D6F;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.025rem; }
    @media (min-width: 1200px) {
      .t-site-header__intro-text {
        font-size: 1.875rem; } }
  .t-site-header__buttons {
    margin-top: 50px; }
  .t-site-header__first-button {
    margin-right: 10px; }
  .t-site-header__opis {
    margin-top: 20px; }
  .t-site-header__belka {
    border-bottom: 1px solid #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    background-color: #F8F8F8;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    @media (min-width: 1200px) {
      .t-site-header__belka {
        position: sticky;
        position: -webkit-sticky;
        top: 0; } }
  .t-site-header__thanks {
    height: 80vh;
    margin-top: 80px; }

hr {
  display: block;
  border: 0;
  border-top: 2px solid #85cc61;
  padding: 0;
  height: 2px; }

.t-granulat {
  background-image: url("https://www.emulsjaecoclean.pl/images/ecoclean-granulat.jpg");
  background-repeat: no-repeat;
  background-size: 1160px auto;
  margin-left: auto;
  margin-right: auto; }
  .t-granulat__container {
    min-height: 150px;
    margin: auto; }

.u-bg-white {
  background-color: #FFFFFF; }

.u-bg-light {
  background-color: #F8F8F8; }

.u-white {
  color: #FFFFFF; }

.u-mb-1 {
  margin-bottom: 10px; }

.u-mb-2 {
  margin-bottom: 20px; }

.u-mb-3 {
  margin-bottom: 30px; }

.u-text-center {
  text-align: center; }

.u-text-right {
  text-align: right; }

.u-text-justify {
  text-align: justify;
  color: #444444; }

.u-text-left-justify {
  text-align: left;
  color: #444444; }
  @media (min-width: 1200px) {
    .u-text-left-justify {
      text-align: justify; } }

@media (min-width: 1200px) {
  .u-text-lg-right {
    text-align: right !important; } }
