/*
Theme Name: Sensoplastyka
Author: me
Description: Sensoplastyka
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Sensoplastyka
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Open Sans", "sans-serif";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-size: 16px;
}
body.blocked {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #111111;
}

.container {
  max-width: 100%;
  width: 1280px;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .container {
    width: 900px;
  }
}
@media screen and (max-width: 930px) {
  .container {
    width: 767px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 600px;
    padding: 0 20px;
  }
}

sup {
  font-size: 0.6em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 29px 0;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 0;
  }
}
.header.active {
  background-color: #FFF5DA;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.header.active .header__nav a {
  color: #000;
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logos .senso-logo {
  width: 340px;
}
@media only screen and (max-width: 1300px) {
  .header__logos .senso-logo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logos .senso-logo {
    width: 170px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__logos .tkwr-logo {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logos .tkwr-logo {
    width: 70px;
  }
}
.header__hamburger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__hamburger {
    display: block;
  }
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  gap: 33px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav a {
  color: #fff;
  transition: color 0.3s;
}

.hero {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 0;
  min-height: 400px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .hero__wrapper {
    top: 55%;
  }
}
.hero__h1 {
  font-size: 120px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
  .hero__h1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__h1 {
    font-size: 50px;
    line-height: 35px;
  }
}
.hero__h1 .smaller {
  font-size: 50px;
  text-transform: none;
}
@media only screen and (max-width: 1300px) {
  .hero__h1 .smaller {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__h1 .smaller {
    font-size: 21px;
  }
}
.hero canvas {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@keyframes slide {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 600vw;
  }
}
.clip {
  background: repeating-linear-gradient(-45deg, red 0%, yellow 7.14%, rgb(0, 255, 0) 14.28%, rgb(0, 255, 255) 21.42%, cyan 28.56%, blue 35.7%, magenta 42.84%, red 50%);
  background-size: 600vw 600vw;
  -webkit-animation: "slide" 10s infinite linear forwards;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.about {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
}
.about__logo {
  padding-top: 75px;
}
.about__logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.about__wrapper {
  padding: 75px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .about__wrapper {
    display: block;
  }
}
.about__photo {
  max-width: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .about__photo {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.about__text {
  padding: 75px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .about__text {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about__text {
    padding: 0;
  }
}
.about__h2 {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 2rem;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1300px) {
  .about__h2 {
    font-size: 28px;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 930px) {
  .about__h2 {
    padding-bottom: 1rem;
    font-size: 21px;
  }
}
.about__p {
  font-size: 21px;
}
@media only screen and (max-width: 930px) {
  .about__p {
    font-size: 16px;
  }
}

.sensoplastyka {
  padding: 70px 0;
}
.sensoplastyka__wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.blocks {
  padding: 0 0 155px;
}
@media only screen and (max-width: 767px) {
  .blocks {
    padding: 0 0 75px;
  }
}
.blocks__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .blocks__wrapper {
    display: block;
  }
}
.blocks__wrapper-reverse {
  flex-direction: row-reverse;
  margin-top: 75px;
}
@media only screen and (max-width: 1300px) {
  .blocks__wrapper-reverse {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .blocks__wrapper-reverse .blocks__text {
    margin-right: 30px;
    padding-left: 0;
  }
}
.blocks__photo {
  flex-shrink: 0;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .blocks__photo {
    width: 100%;
  }
}
.blocks__photo img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blocks__text {
  padding: 75px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .blocks__text {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blocks__text {
    padding: 0;
    margin-top: 30px;
  }
}
.blocks__h2 {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 2rem;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 1300px) {
  .blocks__h2 {
    font-size: 28px;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 930px) {
  .blocks__h2 {
    padding-bottom: 1rem;
    font-size: 21px;
  }
}
.blocks__p {
  font-size: 21px;
}
@media only screen and (max-width: 930px) {
  .blocks__p {
    font-size: 16px;
  }
}

.basics {
  background-color: #7CA1FF;
  padding: 75px 0 30px;
  display: flex;
  color: #fff;
}
.basics__h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  font-family: "Libre Baskerville", serif;
}
.basics__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 960px;
  max-width: 100%;
  margin: auto;
}
.basics__column {
  width: calc(33% - 20px);
  margin-bottom: 40px;
}
@media only screen and (max-width: 930px) {
  .basics__column {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .basics__column {
    width: 100%;
    margin-bottom: 40px;
  }
}
.basics__column img {
  width: 100%;
}
.basics__h3 {
  font-size: 18px;
  margin: 23px 0 18px;
  font-family: "Libre Baskerville", serif;
}
.basics__line {
  border: 1px solid #fff;
  margin-bottom: 22px;
}
.basics__button {
  margin: auto;
  background-color: #DE8E5B;
  color: #111111;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 40px;
  cursor: pointer;
}
.basics__button svg {
  width: 4px;
}
.basics__centered {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .basics__centered {
    margin-top: 40px;
  }
}

.important {
  padding: 70px 0;
}
.important__h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 15px;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 767px) {
  .important__h2 {
    padding-bottom: 0;
  }
}
.important__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
@media screen and (max-width: 500px) {
  .important__wrapper {
    margin: 0;
  }
}
.important__item {
  width: calc(20% - 40px);
  margin: 0 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .important__item {
    width: calc(25% - 40px);
  }
}
@media screen and (max-width: 930px) {
  .important__item {
    width: calc(33% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .important__item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .important__item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.important__item:nth-child(1n) .important__inner {
  background-color: #FFF5DA;
  box-shadow: 0 0 10px #FFF5DA;
}
.important__item:nth-child(2n) .important__inner {
  background-color: #EDB9CD;
  box-shadow: 0 0 10px #EDB9CD;
}
.important__item:nth-child(3n) .important__inner {
  background-color: #A9C1FF;
  box-shadow: 0 0 10px #A9C1FF;
}
.important__inner {
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  text-align: center;
  background-color: #EDB9CD;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #EDB9CD;
}

.info {
  background-color: #EDB9CD;
  padding: 75px 0;
}
.info__h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
}
.info__wrapper {
  display: flex;
  justify-content: flex-end;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .info__wrapper {
    flex-direction: column-reverse;
  }
}
.info__heading {
  font-size: 18px;
  margin-bottom: 1rem;
}
.info__p {
  color: #111111;
}
.info__left {
  width: 50%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .info__left {
    width: 100%;
  }
}
.info__right {
  width: 50%;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .info__right {
    width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
  }
}
.info__right img {
  margin: auto;
  max-width: 100%;
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.info__podpis {
  margin-top: 30px;
}
.info__podpis img {
  width: 200px;
  max-width: 100%;
}

.contact {
  padding: 75px 0 100px;
  background-color: #A9C1FF;
}
.contact__header {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
.contact__img {
  width: 326px;
  height: 326px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact__img {
    margin-bottom: 30px;
  }
}
.contact__img img {
  max-width: 100%;
}
.contact__h2 {
  color: #DE8E5B;
  font-size: 32px;
  padding: 101px 0 60px;
}
.contact__wrapper {
  display: flex;
  justify-content: space-between;
  width: 800px;
  max-width: 100%;
  margin: auto;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact__wrapper {
    display: block;
  }
}
.contact__texts {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 60px;
}
@media only screen and (max-width: 767px) {
  .contact__texts {
    padding: 30px;
  }
}
.contact__p {
  font-size: 21px;
  margin-bottom: 30px;
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact__p {
    gap: 20px;
  }
}
.contact__p img {
  height: 45px;
}
.contact__p:last-child {
  margin-bottom: 0;
}

.testimonials {
  background-color: #EDB9CD;
  padding-bottom: 75px;
}
.testimonials__wrapper {
  max-width: 793px;
  margin: auto;
  padding-top: 55px;
}
.testimonials__h2 {
  margin-bottom: 76px;
  font-size: 32px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
}
.testimonials__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  margin-bottom: 60px;
  text-align: center;
}
.testimonials__row:last-child {
  margin-bottom: 0;
}
.testimonials__row img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonials__row {
    display: block;
  }
}
.testimonials__text {
  flex-grow: 2;
}
.testimonials__p {
  color: #111111;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.testimonials__author {
  font-size: 16px;
  margin-top: 10px;
}

.footer {
  padding: 30px 0;
  background-color: #7CA1FF;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__wrapper {
    font-size: 14px;
  }
}
.footer__left {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    justify-content: space-between;
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
}
.footer__nav p {
  font-size: 16px;
  color: #949494;
  margin-bottom: 10px;
}
.footer__nav a {
  font-size: 16px;
  margin-bottom: 5px;
}
.footer__right {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    justify-content: flex-start;
  }
}
.footer__right p {
  margin-right: 18px;
  display: flex;
  align-items: center;
}
.footer__right p img {
  height: 25px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .footer__right p img {
    margin-right: 10px;
  }
}
.footer__right p:last-child {
  margin-right: 0;
}

.hamburger {
  display: none;
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  width: 28px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.5s;
  transform-origin: center;
}
.hamburger__line:nth-child(2) {
  top: 16px;
}
.hamburger.active .hamburger__line:nth-child(1) {
  animation: open 1s forwards;
}
.hamburger.active .hamburger__line:nth-child(2) {
  animation: open2 1s forwards;
}

@keyframes open {
  0% {
    top: 8px;
  }
  50% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes open2 {
  0% {
    top: 16px;
  }
  50% {
    top: 50%;
    transform: rotate(0);
  }
  100% {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  background-color: #FFF5DA;
  z-index: 99;
  display: none;
}
.nav-mobile.active {
  display: block;
}
.nav-mobile__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 90px 0;
  box-sizing: border-box;
}
.nav-mobile__item {
  margin-bottom: 24px;
}
.nav-mobile__link {
  font-size: 21px;
}

.tkwr {
  background-color: #A9C1FF;
  padding: 75px 0;
}
.tkwr__logo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tkwr__logo img {
  max-width: 170px;
}
.tkwr__wrapper {
  padding: 30px;
  width: 850px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.tkwr__paragraph {
  text-align: center;
  font-size: 21px;
}

.certyfikaty {
  background-color: #F4D6B0;
  padding: 75px 0 150px;
}
@media only screen and (max-width: 767px) {
  .certyfikaty {
    padding-bottom: 50px;
  }
}
.certyfikaty__subtext {
  margin: 30px auto 75px;
  font-size: 21px;
  width: 800px;
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .certyfikaty__subtext {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.certyfikaty__wrapper {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  gap: 30px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .certyfikaty__wrapper {
    display: block;
  }
}
.certyfikaty__item {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .certyfikaty__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.certyfikaty__item img {
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.kolorowy {
  padding: 75px 0;
}
.kolorowy__napis {
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-family: "Libre Baskerville", serif;
}
@media only screen and (max-width: 767px) {
  .kolorowy__napis {
    font-size: 45px;
  }
}

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