* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

body {
  background-color: #d6d5d0;
}

img {
  /* vertical-align: middle; */
  border-style: none;
  display: block;
  margin: 0 auto;
  /* max-width: 950px; */
  width: 100%;
  object-fit: cover;
  height: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}

h2 {
  font-size: 42px;
}
h1 {
  color: #fff;
  line-height: 1;
}

.full, .button-link {
  font-family: 'Quicksand', sans-serif;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

.dbl-link-button .full {
  margin-right: 30px;
}

.full {
  background-color: #234B7D;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  padding: 15px 30px;
  color: white;
}

.full.blue {
  background-color: #3ABDDC;
}

.button-link {
  color: white;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.button-link i {
  position: relative;
  color: #FF670A;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-link:hover {
  color: white;
  text-decoration: none;
}

.button-link:hover i {
  right: -20px;
}

footer {/*na dole pasek*/
  /* background: linear-gradient(180deg,  #d6d5d0 30%, #444 100%); */
  background-color: #444;
}

footer .footer-content {
  padding: 65px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

footer .footer-content .smaller {
  width: 22%;
}

footer .footer-content .smaller ul {
  list-style: none;
}

footer .footer-content .smaller ul li {
  color: white;
  font-weight: lighter;
}

footer .footer-content .login h3 {
  color: white;
  padding-bottom: 30px;
}

footer .footer-content .login input {
  background-color: transparent;
  padding: 15px 20px;
  border: 2px solid white;
  border-radius: 40px;
  color: white;
  margin-right: 20px;
}

footer .footer-content .login input.first {
  max-width: 170px;
}

footer .footer-content__logo img {
  max-width: 180px;
  width: auto;
  height: auto;
}

footer .footer-content__link {
  padding: 30px 10px;
  border-top: 1px solid #7b868c;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-content__link div a {
  color: #7B868C;
}

@media (max-width: 1200px) {
  footer {
    padding: 0 20px;
  }
  footer .wrapper .footer-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .wrapper .footer-content .smaller {
    width: 40%;
    text-align: center;
  }
  footer .wrapper .footer-content .login {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 700px) {
  footer .wrapper .footer-content .login {
    width: 90%;
  }
  footer .wrapper .footer-content .login input, footer .wrapper .footer-content .login button {
    display: block;
  }
  footer .wrapper .footer-content .login input {
    width: 80%;
    max-width: none;
    margin: 0 auto 30px;
  }
  footer .wrapper .footer-content .login button {
    margin: 0 auto;
  }
}

@media (max-width: 700px) and (max-width: 500px) {
  footer .wrapper .footer-content {
    /* margin-right: -35px; */
    flex-direction: column;
    /* justify-content: space-evenly; */
  }
  footer .wrapper .footer-content div:nth-last-child(1n + 2) {
    margin-bottom: 10px;
  }
  footer .wrapper .footer-content div:nth-last-child(2) {
    margin-bottom: 20px;
  }
  footer .wrapper .footer-content .smaller {
    width: 50% !important;
  }
}

header .hamburger {
  display: none;
}

header .primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  max-width: 1180px;
  margin:0 auto;
}

header .primary img {
  margin-left: 40px;
  max-width: 200px;
  margin-top: 10px;
}

header .primary ul {
  list-style: none;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 25px;
}

header .primary ul li {
  position: relative;
}

header .primary ul li::after {
  position: absolute;
  content: "";
  height: 3px;
  left: 50%;
  right: 50%;
  bottom: -40%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

header .primary ul li:hover::after, header .primary ul li.active:after{
  left: 0;
  right: 0;
}

header .primary ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  box-shadow: none;
}

header .primary ul li a:hover {
  text-decoration: none;
}

header .primary ul li a i {
  font-size: 20px;
}

header .secondary {
  display: none;
}

header .secondary div {
  padding: 30px 20px !important;
}

header .secondary div img {
  width: 100%;
}
header {
  -webkit-box-shadow: 0px 16px 82px -16px rgba(0,0,0,0.77);
-moz-box-shadow: 0px 16px 82px -16px rgba(0,0,0,0.77);
box-shadow: 0px 16px 82px -16px rgba(0,0,0,0.77);
}
@media (max-width: 1050px) {
  header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  header .hamburger {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 900;
  }
  header .hamburger {
    font-size: 32px;
    cursor: pointer;
  }
  header .hamburger .hamburger-inner, .hamburger .hamburger-inner::after , .hamburger .hamburger-inner::before {
    background-color: rgba(44, 44, 44, .7) !important;
  }
  header .primary {
    display: none;
  }
  header .secondary {
    z-index: 50;
    display: block;
    position: fixed;
    width: 350px;
    left: -350px;
    height: 100vh;
    background-color: #444;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header .secondary div {
    /* background-color: #fff; */
    padding: 40px 0;
  }
  header .secondary.active {
    left: 0;
  }
  header .secondary ul {
    list-style: none;
    border-top: 3px solid #fff;
    padding: 30px 0;
  }
  header .secondary ul li {
    width: 80%;
    margin: 0 auto;
    background-color: #777;
    border: 2px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  header .secondary ul li a {
    font-size: 24px;
    color: #fff;
    line-height: 100%;
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  header .wrapper {
    padding-top: 80px !important;
  }
}

.about .info img {
  margin: 40px 0;
}
@media (max-width: 1000px) {
  .about .info img {
    margin: 30px 0;
  }
  .about .info__header div:first-child {
    width: 100%;
  }
}

header .header__bgc {
  background-image: url("../photos/neonbrand-mlZzMow-CQw-unsplash.jpg");
  background-size: cover;
  background-position: center;
  min-height: 700px;
  display: flex;
  align-items: center;
}
@media (max-width: 1000px) {
  header .header__bgc {
    min-height: 500px;
  }
}
.contact header .header__bgc {
  background-image: url("../photos/alexander-andrews-JYGnB9gTCls-unsplash.jpg");
}
.gallery-page header .header__bgc {
  background-image: url("../photos/sigmund-1bHMKPIPUkE-unsplash.jpg");
}
.gallery-page header .speak__left h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 400;
}
.gallery-button {
  padding: 10px 15px;
  min-width: 120px;
  background-color: #fff;
  color: #444;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto;
  border: 3px solid #444;
  border-radius: 30px;
  font-weight: 600;
  display: block;
  transition: .3s;
  transform: scale(100%);
}
.gallery-button:hover {
  background-color: #444;
  color: #fff;
  transform: scale(110%);
}
.none {display: none !important;}
.contact .speak__left ul {
  list-style: none;
}
.contact .header__bgc .wrapper, .gallery-page .header__bgc .wrapper {
  justify-content: center;
}
.contact .speak__left {
  text-align: center !important;
  color: #fff;
  padding: 15px 10px;
  background-color: rgba(33,33,33,0.4);
}
.contact .speak__left h2 {
  padding-top: 0 !important;
}

header .wrapper {
  padding: 80px 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 850px){
  
}
header .wrapper .speak__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  max-width: 500px;
}

header .wrapper .speak__left h2 {
  color: #fff;
  padding: 30px 0;
  font-weight: 500;
}

header .wrapper .speak__left p {
  color: #fff;
  padding: 40px 0 0;
  margin-bottom: 0;
}



header .wrapper .speak__left div .button-link {
  color: #00514F;
}

header .wrapper .speak__right {
  width: 30%;
}

header .wrapper .speak__right img {
  width: 100% !important;
}

@media (max-width: 1200px) {
  header .wrapper {
    padding: 60px 20px;
  }
}

@media (max-width: 1200px) and (max-width: 820px) {
  header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        /* -ms-flex-direction: column-reverse; */
            /* flex-direction: column-reverse; */
  }
  header .wrapper .speak__left {
    width: 100% !important;
  }
  header .wrapper .speak__right {
    width: 100% !important;
  }
}

main .info {
  padding: 80px 0 80px;
}

main .info iframe{
  width: 100%;
  padding-top: 80px;
}
main .info .info__header div {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 850px) {
  main .info {
    padding: 60px 0;
  }

  main .info iframe{
    width: 100%;
    padding-top: 60px;
  }

  main .info .info__header div iframe{
    height: 350px;
  }
}

@media (max-width: 550px) {
  main .info .info__header div iframe{
    height: 250px;
  }
  main .info {
    padding: 40px 0;
  }

  main .info iframe{
    padding-top: 40px;
  }
}
@media (max-width: 450px) {
  main .info .info__header div iframe{
    height: 200px;
  }
}

main .info__header {
  /* width: 80%; */
  margin: 0 auto;
}
main .info__header div:first-child {
  width: 70%;
  margin: 0 auto;
}

main .info__header h2 {
  color: #333 !important;
}

main .info .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .info .testimonials__video {
  width: 50%;
  height: 300px;
}

main .info .testimonials__video div {
  width: 380px;
  margin: 0 auto;
  background-color: aqua;
  height: 100%;
}

main .info .testimonials__users {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 0;
}

main .info .testimonials__users__single {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .info .testimonials__users__single img {
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

main .info .testimonials__users__single div h3 {
  padding-top: 30px;
  font-size: 20px;
}

main .info .testimonials__users__single div h5 {
  color: #00514F;
  font-weight: normal;
}

@media (max-width: 1200px) {
  main .info {
    padding: 60px 20px 60px;
  }
  main .info__header {
    width: 80%;
  }
  main .info .testimonials__users__single {
    width: 70%;
    margin: 20px 0;
  }
}

@media (max-width: 1200px) and (max-width: 940px) {
  main .info .testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .info .testimonials__video {
    width: 100%;
  }
  main .info .testimonials__users {
    width: 60%;
    margin: 30px auto 0;
  }
  main .info .testimonials__users__single {
    width: 100%;
  }
}

@media (max-width: 1200px) and (max-width: 940px) and (max-width: 660px) {
  main .info .testimonials {
    padding: 0 20px;
  }
  main .info .testimonials__video div {
    margin: 0 auto;
    width: 95% !important;
  }
  main .info .testimonials__users {
    width: 100%;
  }
}

main .code {
  background: linear-gradient(112.03deg, #3ABDDC 0.39%, #00514F 100%);
  padding: 80px 0 100px;
}

main .code .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .code .wrapper .speak__left {
  width: 50%;
}

main .code .wrapper .speak__left h2 {
  color: #fff;
  padding: 30px 0;
  font-weight: 500;
}

main .code .wrapper .speak__left p {
  color: #fff;
  padding: 40px 0;
}

main .code .wrapper .speak__left div .button-link {
  color: #00514F;
}

main .code .wrapper .speak__right {
  width: 50%;
}

main .code .wrapper .speak__right img {
  width: 100% !important;
}

@media (max-width: 1200px) {
  main .code {
    padding: 0 !important;
  }
  main .code .wrapper {
    padding: 60px 20px;
  }
  main .code .wrapper .speak__left h2 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) and (max-width: 820px) {
  main .code .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        /* -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; */
  }
  main .code .wrapper .speak__left {
    width: 100% !important;
  }
  main .code .wrapper .speak__right {
    width: 100% !important;
  }
}

main .wrapper {
  z-index: 30;
  position: relative;
}

main .wrapper h2 {
  color: #fff;
  padding: 10px 0;
}

main .wrapper .slider__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .wrapper .slider__posts__single {
  width: 40%;
}

main .wrapper .slider__posts__single h3 {
  padding: 10px 0 30px;
}

main .wrapper .slider__posts__single p {
  padding-bottom: 30px;
}

main .wrapper .slider__posts__single a i {
  right: -10px;
}

main .wrapper .slider__posts__single a:hover i {
  right: -30px;
}

main .wrapper a .line {
  margin-top: 40px;
  margin-right: 30px;
  display: inline-block;
  height: 10px;
  width: 100px;
  background-color: #fff;
}

main .wrapper a:last-child span {
  margin-right: 0;
}

main .multi {
  padding: 80px 0 100px;
}

main .multi h2 {
  color: #fff;
}

a {
  text-decoration: none !important;
}

/* galeria --------------------------------------------------------------------------------------------------------*/

.gallery-content {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .gallery-content {
    justify-content: space-evenly;
    padding: 0 20px;
  }
}
@media (max-width: 780px) {
  .gallery-content {
    max-width: 300px;
    margin: 0 auto;
    padding:  0;
  }
}

.d-flex {
  display: flex;
}

.gallery-content a {
  background: no-repeat center / cover;
  /* object-fit: cover; */
  border: 3px solid #737c85;
  display: inline-block;
  height: 300px;
  margin-bottom: 50px;
  transition: border .7s;
  width: 300px;
}

.gallery-content a:hover {
  border-color: yellow;
}

.compsoul-gallery-mask {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0rem;
  position: fixed;
  top: 0rem;
  width: 100vw;
  z-index: 999;
}

.compsoul-gallery-mask.active {
  display: block;
}

.compsoul-gallery-mask-before {
  height: 100vh;
  left: 0rem;
  position: fixed;
  top: 0rem;
  width: 100vw;
}

.compsoul-gallery-mask-before-button {
  background: #000;
  content: "";
  cursor: pointer;
  height: 4vw;
  right: 0rem;
  position: fixed;
  top: 0rem;
  width: 4vw;
  z-index: 1;
}

.compsoul-gallery-mask-before:after {
  color: #fff;
  content: "\f00d";
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 2vw;
  letter-spacing: -0.1875rem;
  line-height: 2vw;
  right: 2vw;
  position: fixed;
  top: 2vw;
  transform: translate(50%, -50%);
  z-index: 1;
}

.compsoul-gallery img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem; 
  overflow: hidden; 
  padding: 0;
  position: absolute; 
  width: 0.0625rem;
}

.compsoul-gallery .gallery-comment {
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.compsoul-gallery-prev, .compsoul-gallery-next {
  background: #000;
  cursor: pointer;
  font-size: 0;
  height: 4vw;
  letter-spacing: 0;
  line-height: 0;
  right: 0rem;
  overflow: hidden;
  position: fixed;
  text-indent: 100%;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  width: 4vw;
  z-index: 1;
}

.compsoul-gallery-prev {
  left: 0rem;
}

.compsoul-gallery-prev:before, .compsoul-gallery-next:before {
  display: block;
  color: #fff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2vw;
  line-height: 4vw;
  height: 4vw;
  text-align: center;
  text-indent: initial;
  width: 4vw;
}

.compsoul-gallery-close:after {
  float: left;
  margin-left: 0.1875rem;
  text-align: right;
  width: 2vw;
}

.compsoul-gallery-prev:before {
  content: "\f104";
}

.compsoul-gallery-first-element, .compsoul-gallery-second-element {
  background: no-repeat center / cover;
  left: 50%;
  max-height: 90vh;
  max-width: 90vw;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
}

.compsoul-gallery-first-element.active {
  animation: active linear 0.4s forwards;
}

.compsoul-gallery-first-element.next, .compsoul-gallery-second-element.next {
  animation: next-of linear 0.4s forwards;
}

.compsoul-gallery-first-element.prev, .compsoul-gallery-second-element.prev {
  animation: prev-of linear 0.4s forwards;
}

.compsoul-gallery-first-element.next.active, .compsoul-gallery-second-element.next.active {
  animation: next linear 0.4s forwards;
}

.compsoul-gallery-first-element.prev.active, .compsoul-gallery-second-element.prev.active {
  animation: prev linear 0.4s forwards;
}

.compsoul-gallery-loader {
  opacity: 0;
}

.compsoul-gallery-loader.active {
  animation: active linear 0.4s forwards 0.4s;
}

.compsoul-gallery-loader.none {
  animation: none;
  transition: opacity 0.4s;
}

.compsoul-gallery-loader:before, .compsoul-gallery-loader:after {
  animation: turn linear 1s infinite;
  border: solid #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 2rem;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  position: fixed;
  top: 50%;
  width: 2rem;
}

.compsoul-gallery-loader:before {
  border-width: 0 0.125rem 0.125rem 0;
}

.compsoul-gallery-loader:after {
  animation-direction: reverse;
  border-width: 0.125rem 0 0 0.125rem;
  height: 4rem;
  margin: -2rem 0 0 -2rem;
  width: 4rem;
}

@keyframes active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } 
}

@keyframes next {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } 
}

@keyframes next-of {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-100%, -50%);
  }
}

@keyframes prev {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } 
}

@keyframes prev-of {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(0%, -50%);
  } 
}

@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  } 
}


#pasek {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px; /* opcjonalnie jakaś wysokość */
  background-color: transparent;
  transition: .5s;
  z-index: 99; /*nakładanie się */
  
}
#pasek.down {
  background-color: #444;
}
@media (max-width: 1050px) {
  #pasek {
    height: 0;
  }
  header .header__bgc {
    margin-top: 0;
  }
}

/* HEADINGS MEDIA QUERIES */

@media (max-width: 1100px){
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 500px){
  h2 {
    font-size: 36px;
  }
}
/* CO TO JEST */

.about .header__bgc {
  background-image: url("../photos/toa-heftiba-_UIVmIBB3JU-unsplash.jpg");
}