/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
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;
}
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;
}
input:focus,
button:focus {
  outline: none;
}
@font-face {
  font-family: 'Proxima Soft';
  src: url('../fonts/Proxima-Soft.otf');
}
@font-face {
  font-family: 'Proxima Soft';
  src: url('../fonts/Proxima-Soft-Bold.otf');
  font-weight: bold;
}
html,
body {
  font-family: 'Proxima Soft';
}
.container-fluid {
  margin: 0;
  padding: 0;
}
@media (min-width: 1510px) {
  .container {
    max-width: 1510px;
  }
}
h1 {
  color: #59abea;
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}
h2 {
  color: #59abea;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
section {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
}
section p {
  color: #3c4858;
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  section p {
    font-size: 18px;
    line-height: 28px;
  }
}
.button {
  display: inline-block;
  min-width: 366px;
  padding: 22px 0;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  margin: 0 auto;
}
.button.pink {
  background-color: #ff4097;
}
.button.pink:hover {
  background-color: #ff0d7b;
}
.button.violet {
  background-color: #a70dc7;
}
.button.violet:hover {
  background-color: #7f0a97;
}
.button.download-pdf {
  padding: 22px 24px 20px 80px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-download-pdf.png);
}
.button.shadow {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.button:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .button {
    min-width: 300px;
    font-size: 18px;
    padding: 14px 0;
  }
}
nav.main-menu {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
}
nav.main-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 767px) {
  nav.main-menu .container {
    height: 60px;
  }
}
nav.main-menu .brand img {
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  nav.main-menu .brand img {
    width: 100px;
  }
}
@media (max-width: 380px) {
  nav.main-menu .brand img {
    width: 80px;
  }
}
nav.main-menu .brand:hover img {
  transform: scale(1.1);
}
nav.main-menu .login {
  display: inline-block;
  width: 120px;
  padding: 10px 0;
  margin-left: 10px;
  border: 1px solid #59abea;
  border-radius: 30px;
  color: #59abea;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  nav.main-menu .login {
    width: 85px;
    padding: 8px 0;
    margin-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  nav.main-menu .login {
    width: 70px;
    padding: 6px 0;
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  nav.main-menu .login {
    width: 60px;
    padding: 6px 0;
    font-size: 12px;
    font-weight: normal;
  }
}
nav.main-menu .login:hover {
  color: #fff;
  background-color: #59abea;
  text-decoration: none;
}
nav.main-menu ul.lang-picker {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 575px) {
  nav.main-menu ul.lang-picker {
    margin-right: 15px;
  }
}
@media (max-width: 380px) {
  nav.main-menu ul.lang-picker {
    margin-right: 4px;
  }
}
nav.main-menu ul.lang-picker li {
  display: inline-block;
}
nav.main-menu ul.lang-picker li .lang {
  display: inline-block;
  width: 26px;
  padding: 5px 0;
  margin-right: 3px;
  color: #59abea;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s;
  border-radius: 30px;
}
nav.main-menu ul.lang-picker li .lang.active {
  border: 1px solid #59abea;
  pointer-events: none;
}
@media (max-width: 575px) {
  nav.main-menu ul.lang-picker li .lang {
    font-size: 12px;
    width: 23px;
    padding: 4px 0;
    margin-right: 1px;
  }
}
@media (max-width: 380px) {
  nav.main-menu ul.lang-picker li .lang {
    width: 20px;
    padding: 3px 0;
    margin-right: 0px;
  }
}
nav.main-menu ul.lang-picker li .lang:not(.active):hover {
  color: #fff;
  background-color: #59abea;
  text-decoration: none;
}
.breadcrumbs {
  text-align: left;
  margin: 15px 0 130px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  color: #59abea;
  padding: 0 30px 0 20px;
}
.breadcrumbs ul li:not(:last-child)::after {
  content: '>';
  display: inline-block;
  position: absolute;
  right: 0;
}
.breadcrumbs ul li:first-child {
  padding-left: 0;
}
.breadcrumbs ul li:last-child {
  padding-right: 0;
  font-weight: bold;
}
.breadcrumbs ul li a {
  color: #59abea;
  transition: color 0.3s;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
  color: #ff4097;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 80px;
  }
  .breadcrumbs ul li {
    display: none;
  }
  .breadcrumbs ul li::after {
    display: none !important;
  }
  .breadcrumbs ul li::before {
    content: '<';
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .breadcrumbs ul li:nth-child(3) {
    display: inline-block;
    font-weight: bold;
  }
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 0px;
  }
}
header {
  position: relative;
  text-align: center;
}
header.header-map {
  /* koła z newsami */
}
@media (max-width: 767px) {
  header.header-map {
    background-image: url(../img/header-map-767.png);
    background-repeat: no-repeat;
    background-size: 150% auto;
    background-position-x: center;
    margin-top: 0;
    height: 60vh;
  }
}
@media (max-width: 400px) {
  header.header-map {
    height: 50vh;
  }
}
@media (min-width: 768px) {
  header.header-map {
    background-image: url(../img/header-map.png);
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position-x: center;
    margin-top: -40px;
    height: 90vh;
  }
}
header.header-map ul {
  display: flex;
  height: 80%;
  align-items: center;
  justify-content: center;
}
header.header-map ul li {
  display: inline-block;
  margin: 20px;
  margin-left: 40px;
  margin-right: 40px;
  transition: transform 1s ease-out;
  transform: translateY(30vh) scale(0);
}
header.header-map ul li.show {
  transform: translateY(0) scale(1);
}
header.header-map ul li:nth-child(1) {
  margin-bottom: 80px;
}
header.header-map ul li a {
  width: 160px;
  height: 160px;
  background-color: #4CE6DC;
  color: #fff;
  display: block;
  border-radius: 50%;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  background-image: url(../img/magnifier-white.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
header.header-map ul li a:hover {
  text-decoration: none;
  transform: scale(1.1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
header.header-map ul li a strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  header.header-map ul {
    justify-content: space-around;
  }
  header.header-map ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
  header.header-map ul li a {
    font-size: 14px;
    padding: 12px;
    width: 120px;
    height: 120px;
    line-height: 19px;
    background-position: center bottom 5px;
  }
}
header.header-offer {
  padding: 5px 15px 250px 15px;
}
@media (max-width: 575px) {
  header.header-offer {
    background-image: url(../img/bg-white-575.jpg);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  header.header-offer {
    background-image: url(../img/bg-white-767.jpg);
  }
}
@media (max-width: 767px) {
  header.header-offer {
    padding: 5px 15px 110px 15px;
  }
}
@media (min-width: 768px) {
  header.header-offer {
    background-image: url(../img/bg-white.jpg);
  }
}
header.header-offer h3 {
  margin: 50px 0 20px 0;
  color: #3c4858;
  font-weight: bold;
  font-size: 38px;
}
@media (max-width: 767px) {
  header.header-offer h3 {
    font-size: 26px;
  }
}
header.header-offer p {
  max-width: 900px;
  margin: 0 auto;
  color: #3c4858;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 767px) {
  header.header-offer p {
    font-size: 18px;
    line-height: 28px;
  }
}
header.header-offer #eu-logo {
  position: relative;
}
header.header-offer #eu-logo a {
  margin: 5px auto 0 auto;
  display: block;
  width: 300px;
}
@media (min-width: 768px) {
  header.header-offer #eu-logo a {
    width: 400px;
  }
}
@media (min-width: 1510px) {
  header.header-offer #eu-logo a {
    position: absolute;
    right: 0;
    margin: 35px 0 0 0;
  }
}
header.header-offer #eu-logo a img {
  max-width: 100%;
}
@media (max-width: 1509px) {
  header #eu-logo + h1 {
    margin-top: 30px;
  }
}
header::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14vw;
  background-color: #fff;
  transform: skewY(-6.5deg);
  transform-origin: 100%;
  -webkit-box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
}
.video {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .video {
    max-width: 90%;
  }
}
@media (max-width: 575px) {
  .video {
    max-width: 100%;
    padding: 15px;
  }
}
.video div {
  padding-bottom: 56.25% !important;
  position: relative;
}
i.fa-heart {
  color: #ff4097;
}
section#thank-you {
  padding-top: 80px;
}
section#thank-you h2 {
  margin-bottom: 10px;
}
section#thank-you a {
  margin-top: 40px;
}
section#download {
  padding-top: 80px;
}
section#download h2 {
  margin-bottom: 10px;
}
section#download a {
  margin-top: 40px;
}
section#mission {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  section#mission {
    margin-bottom: 0;
  }
}
section#mission [class^="col-"]:nth-child(1) p {
  max-width: 540px;
  margin: 0 auto;
}
section#mission [class^="col-"]:nth-child(1) img {
  max-width: 140px;
}
@media (max-width: 767px) {
  section#mission [class^="col-"]:nth-child(1) img {
    width: 110px;
  }
}
section#mission [class^="col-"]:nth-child(2) {
  min-height: 540px;
  background-image: url(../img/computer-450.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media (max-width: 991px) {
  section#mission [class^="col-"]:nth-child(2) {
    min-height: auto;
    height: 300px;
    background-position: center;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  section#mission [class^="col-"]:nth-child(2) {
    background-image: url(../img/computer.jpg);
  }
}
div#company-profile h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  div#company-profile h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
div#company-profile p {
  font-weight: bold;
}
prefooter {
  position: relative;
  display: block;
  padding: 250px 0 250px 0;
  color: #fff;
}
@media (max-width: 575px) {
  prefooter {
    background-image: url(../img/bg-blue-575.jpg);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  prefooter {
    background-image: url(../img/bg-blue-767.jpg);
  }
}
@media (max-width: 767px) {
  prefooter {
    padding: 150px 0 100px 0;
  }
}
@media (min-width: 768px) {
  prefooter {
    background-image: url(../img/bg-blue.jpg);
  }
}
prefooter h2 {
  color: #fff;
}
prefooter::before {
  position: absolute;
  content: '';
  display: block;
  top: -14vw;
  left: 0;
  right: 0;
  height: 14vw;
  background-color: #fff;
  transform: skewY(-6.5deg);
  transform-origin: 100%;
  -webkit-box-shadow: 0px 35px 25px -25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 35px 25px -25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 35px 25px -25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  prefooter::before {
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
  }
}
prefooter::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14vw;
  background-color: #fff;
  transform: skewY(-6.5deg);
  transform-origin: 100%;
  -webkit-box-shadow: 0px -35px 25px -25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -35px 25px -25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -35px 25px -25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  prefooter::after {
    -webkit-box-shadow: 0px -30px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -30px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -30px 30px 0px rgba(0, 0, 0, 0.2);
  }
}
footer {
  background-color: #fff;
  text-align: center;
  padding-top: 40px;
  -webkit-box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 0px -5px 30px 0px rgba(89, 171, 234, 0.2);
}
@media (max-width: 767px) {
  footer .footer-logo img {
    width: 150px;
  }
}
footer nav {
  margin: 60px 0;
}
@media (max-width: 575px) {
  footer nav {
    margin: 40px 0;
  }
}
footer nav ul {
  display: flex;
  flex-flow: row wrap;
  max-width: 800px;
  margin: 0 auto;
}
footer nav ul li {
  flex: 0 33%;
  margin-bottom: 30px;
}
footer nav ul li a {
  color: #3c4858;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.3s;
}
footer nav ul li a:hover {
  color: #ff4097;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer nav ul li {
    margin-bottom: 20px;
  }
  footer nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  footer nav ul li {
    flex: 0 50%;
  }
}
footer ul.social {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  justify-content: space-around;
}
footer ul.social a {
  transition: opacity 0.3s;
}
footer ul.social a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer ul.social img {
    width: 25px;
  }
}
footer .stripe {
  text-align: center;
  padding: 25px 0;
  margin-top: 60px;
  color: #59abea;
  background-color: #3c4858;
  font-size: 14px;
}
@media (max-width: 575px) {
  footer .stripe {
    padding: 15px 0;
    font-size: 12px;
    margin-top: 40px;
  }
}
#contact .container {
  max-width: 850px;
}
#cookie-bar {
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 10;
  bottom: 0;
  padding: 12px;
  line-height: 20px;
  color: #bbb;
  font-size: 13px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.7);
}
#cookie-bar a.more {
  color: inherit;
}
#cookie-bar a.close-btn {
  background-color: #bbb;
  padding: 1px 4px;
  margin-left: 10px;
  color: #000;
}
#cookie-bar a.close-btn:hover {
  background-color: #d6d6d6;
  text-decoration: none;
}
/* formularz formstack.com ************************************** */
.wf-active .fsBody,
.wf-active .fsBody input {
  font-family: 'Proxima Soft' !important;
}
.wf-active .fsBody input:not(.fsSubmitButton) {
  border-radius: 10px !important;
}
.fsRowBody input[type="checkbox"]:before,
.fsRowBody input[type="checkbox"]:checked:before {
  border-radius: 3px !important;
}
.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="tel"] {
  color: #3c4858 !important;
  font-size: 16px !important;
  height: 50px !important;
  padding-left: 20px !important;
}
.fsForm select {
  color: #6c6f73 !important;
  font-size: 16px !important;
  border-radius: 10px !important;
  height: 50px !important;
  padding-left: 20px !important;
  line-height: 17px !important;
}
.fsForm select option {
  color: #3c4858 !important;
}
.fsForm select option[value=""] {
  color: #6c6f73 !important;
}
/* nie ucinaj checkboxów */
.fsRowBody input[type="checkbox"] {
  top: 2px !important;
  overflow: visible !important;
  margin-bottom: 5px !important;
}
/* margines dolny dla inputów */
.fsFieldRow .fsFieldCell {
  margin: 0 1% !important;
}
@media (max-width: 480px) {
  /* odstępy między wierszami */
  .fsBody .fsFieldRow[id^="fsRow"] {
    margin-bottom: 0 !important;
  }
  /* odstępy między inputami */
  .fsBody .fsRowBody[id^="fsCell"] {
    margin-bottom: 17px !important;
  }
}
/* odległości między liniami z checkboxami */
label.fsOptionLabel {
  line-height: 18px !important;
  margin-bottom: 7px !important;
  margin-top: 7px !important;
  color: #fff !important;
  padding: 0 !important;
}
/* zaznaczony checkbox */
.fsRowBody input[type="checkbox"]:checked:before {
  background-color: #fff !important;
  border-color: #fff !important;
  background-image: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%20765.2%22%3E%3Cpath%20fill%3D%22%2359abea%22%20d%3D%22M960%2C233.4L468.2%2C725.1c-53.4%2C53.4-140%2C53.4-193.3%2C0L40%2C490.3c-53.4-53.4-53.4-140%2C0-193.3c53.4-53.4%2C140-53.4%2C193.3%2C0%09l138.2%2C138.2L766.6%2C40c53.4-53.4%2C140-53.4%2C193.3%2C0C1013.3%2C93.4%2C1013.3%2C180%2C960%2C233.4z%22%2F%3E%3C%2Fsvg%3E") !important;
}
/* privacy */
.fsReadOnly .fsLabel {
  opacity: 1 !important;
}
.fsReadOnly textarea#field79600290 {
  opacity: 0.7 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  border-radius: 10px;
  margin-top: 8px;
}
/* scrollbar */
.fsForm textarea::-webkit-scrollbar-thumb {
  background-color: #cfd4d8 !important;
}
/* submit button */
.fsSubmitButton {
  display: inline-block !important;
  min-width: 366px !important;
  padding: 22px 0 !important;
  border: none !important;
  border-radius: 30px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold !important;
  text-align: center !important;
  transition: all 0.3s !important;
  margin: 0 auto !important;
  background-color: #ff4097 !important;
}
@media (max-width: 575px) {
  .fsSubmitButton {
    min-width: 90% !important;
  }
}
.fsSubmitButton:hover {
  background-color: #ff0d7b !important;
}
input.fsSubmitButton {
  border-radius: 30px !important;
}
/* kliknięcie w "Organisation name" powoduje zmianę marginesów */
.fsFieldFocused:not(.fsValidationError)#fsCell79600287 {
  padding: 0 !important;
  margin: 0 1% !important;
}
@media (max-width: 480px) {
  .fsFieldFocused:not(.fsValidationError)#fsCell79600287 {
    margin-bottom: 17px !important;
  }
}
section#easy-tool {
  text-align: center;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  section#easy-tool {
    margin-bottom: 10px;
  }
}
section#easy-tool h2 {
  margin-bottom: 40px;
}
section#easy-tool img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
section#easy-tool h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section#easy-tool h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  section#easy-tool h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
section#easy-tool .button {
  min-width: auto;
  max-width: 366px;
  width: 90%;
}
section#easy-tool a {
  color: #fff;
}
section#easy-tool .student {
  color: #ff4097;
}
@media (min-width: 992px) {
  section#easy-tool .student {
    padding-left: 170px;
  }
}
@media (max-width: 767px) {
  section#easy-tool .student {
    margin-bottom: 20px;
  }
}
section#easy-tool .school {
  color: #a70dc7;
}
@media (min-width: 992px) {
  section#easy-tool .school {
    padding-right: 170px;
  }
}
#poland-offer-popup {
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  #poland-offer-popup .modal-dialog.modal-lg {
    width: 95vh;
    max-width: 900px;
  }
}
#poland-offer-popup .modal-content {
  background-image: url(../img/remote-learning-popup.png?v=2);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 95vh;
  max-height: 900px;
  text-align: center;
  border: none;
  border-radius: 30px;
}
#poland-offer-popup .modal-content .row {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
#poland-offer-popup .modal-content h2 {
  color: #142ba1;
  padding-top: 8%;
}
#poland-offer-popup .modal-content h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  #poland-offer-popup .modal-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #poland-offer-popup .modal-content h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
#poland-offer-popup .modal-content a {
  color: #fff;
}
#poland-offer-popup .modal-content .student {
  color: #ff4097;
}
@media (max-width: 767px) {
  #poland-offer-popup .modal-content .student {
    margin-bottom: 20px;
  }
}
#poland-offer-popup .modal-content .school {
  color: #a70dc7;
}
#poland-offer-popup .modal-content .button {
  min-width: auto;
  width: 90%;
}
#poland-offer-popup .modal-content .close {
  line-height: 1;
  font-size: 40px;
  font-weight: lighter;
  color: #fff;
  opacity: unset;
  text-shadow: none;
  padding-right: 10px;
}
@media (max-width: 992px) {
  #poland-offer-popup .modal-content {
    background-size: cover;
  }
  #poland-offer-popup .modal-content h2 {
    padding-top: 70px;
  }
}
@media (max-width: 400px) {
  #poland-offer-popup .modal-content h2 {
    padding-top: 40px;
    font-size: 24px;
  }
}
body.home #your-location {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 366px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.home #your-location {
    width: 300px;
  }
}
body.home #your-location button {
  position: relative;
  z-index: 2;
}
body.home #your-location button i {
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.5s;
}
@media (max-width: 767px) {
  body.home #your-location button i {
    font-size: 15px;
    margin-left: 7px;
  }
}
body.home #your-location ul {
  position: absolute;
  top: 37px;
  width: 100%;
  max-height: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  transition: max-height 0.7s, padding 0.5s 0.1s;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 5px 5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 5px 5px 30px 0px rgba(89, 171, 234, 0.2);
}
body.home #your-location ul li {
  transform: scale(0);
  opacity: 0;
  transition: opacity 1s 0.2s;
}
body.home #your-location ul li a {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  color: #3c4858;
  padding: 13px 0;
  transition: color 0.8s;
}
body.home #your-location ul li a:hover {
  transition: color 0.2s;
  text-decoration: none;
  color: #ff4097;
  -webkit-box-shadow: 0px 7px 20px -5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body.home #your-location ul li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
body.home #your-location.active button i {
  transform: rotate(-180deg);
}
body.home #your-location.active ul {
  max-height: 500px;
  padding: 60px 0 30px 0;
}
@media (max-width: 767px) {
  body.home #your-location.active ul {
    padding: 30px 0 15px 0;
  }
}
body.home #your-location.active ul li {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  body.home section#about {
    padding-top: 40px;
  }
  body.home section#about img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  body.home section#smart-edu img {
    width: 130px;
  }
}
body.home section#smart-edu p {
  max-width: 500px;
  margin: 0 auto;
}
.nuadu-slider-container {
  margin-top: 120px;
  margin-bottom: 120px;
  /* skos stopki nie nakrywa slidera */
  z-index: 1;
  position: relative;
  background-color: #fff;
}
.nuadu-slider-container:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .nuadu-slider-container:first-of-type {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .nuadu-slider-container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.nuadu-slider-container.container {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1910px) {
  .nuadu-slider-container.container {
    max-width: 1910px !important;
  }
}
@media (max-width: 575px) {
  .nuadu-slider-container.container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.nuadu-slider-container h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}
.nuadu-slider {
  visibility: hidden;
  /* kompensuj margines karty potrzebny do wyświetlenia cienia */
  margin-top: -35px;
}
@media (max-width: 767px) {
  .nuadu-slider {
    margin-top: -20px;
  }
}
.nuadu-slider.slick-initialized {
  visibility: visible;
}
.nuadu-slider .slick-list {
  padding: 0px 100px;
}
@media (max-width: 767px) {
  .nuadu-slider .slick-list {
    padding: 0px 60px;
  }
}
@media (max-width: 450px) {
  .nuadu-slider .slick-list {
    padding: 0px 50px;
  }
}
@media (max-width: 360px) {
  .nuadu-slider .slick-list {
    padding: 0px 30px;
  }
}
.nuadu-slider .slick-slide {
  position: relative;
  max-height: 600px;
  min-height: 400px;
  background-color: #fff;
  margin: 35px 15px 45px 15px;
  border-radius: 25px;
  text-align: center;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  transition: all 0.4s;
  overflow-y: hidden;
  /*& > div {
            width: 100%;
            transition: opacity .5s;
        }*/
  /* karta z obrazkiem w tle */
  /*&.bg-img {
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: contain;
        }*/
  /* style dla treści */
}
@media (max-width: 767px) {
  .nuadu-slider .slick-slide {
    min-height: 300px;
    margin: 20px 5px 30px 5px;
  }
}
@media (max-width: 450px) {
  .nuadu-slider .slick-slide {
    margin: 20px 2px 30px 2px;
    padding: 20px;
  }
}
@media (max-width: 360px) {
  .nuadu-slider .slick-slide {
    margin: 20px 0 30px 0;
    padding: 17px;
  }
}
@media (max-height: 690px) {
  .nuadu-slider .slick-slide {
    max-height: 85vh;
  }
}
.nuadu-slider .slick-slide > div {
  width: 100%;
  transition: opacity 0.5s;
}
.nuadu-slider .slick-slide.hover {
  transform: scale(1.05);
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.3);
  -moz-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.3);
  box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.3);
}
.nuadu-slider .slick-slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  -moz-box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
  box-shadow: 0px 5px 30px 0px rgba(89, 171, 234, 0.2);
}
.nuadu-slider .slick-slide .content {
  position: relative;
  color: #3c4858;
  font-size: 16px;
  line-height: 24px;
  height: 100%;
  overflow-y: auto;
  /* newsy z obrazkiem w tle */
  /* elementy rozstrzelone w pionie */
  /* scrollbar */
  scrollbar-width: thin;
}
.nuadu-slider .slick-slide .content[data-img] {
  min-height: 400px;
}
@media (max-height: 690px) {
  .nuadu-slider .slick-slide .content[data-img] {
    min-height: 350px;
  }
}
.nuadu-slider .slick-slide .content[data-img] h3 {
  font-size: 24px;
  position: absolute;
  top: 55%;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .nuadu-slider .slick-slide .content[data-img] {
    padding-top: 70%;
  }
  .nuadu-slider .slick-slide .content[data-img] h3 {
    font-size: 18px;
  }
}
.nuadu-slider .slick-slide .content.space-between {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.nuadu-slider .slick-slide .content::-webkit-scrollbar {
  width: 4px;
}
.nuadu-slider .slick-slide .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.nuadu-slider .slick-slide .content::-webkit-scrollbar-thumb {
  background: #c3c3c3;
}
.nuadu-slider .slick-slide .content h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.nuadu-slider .slick-slide .content img {
  display: inline-block;
  max-width: 100%;
}
.nuadu-slider .slick-slide .content p {
  text-align: left;
  margin-bottom: 30px;
}
.nuadu-slider .slick-slide .content ul {
  text-align: left;
  list-style: disc;
  margin-bottom: 30px;
}
.nuadu-slider .slick-slide .content ul li {
  margin-left: 18px;
}
.nuadu-slider .slick-slide .content strong {
  font-weight: bold;
}
.nuadu-slider .slick-slide .content .center {
  text-align: center;
}
.nuadu-slider .slick-slide .content button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 130px;
  padding: 10px 0;
  border: 1px solid #59abea;
  border-radius: 30px;
  color: #59abea;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
}
.nuadu-slider .slick-slide .content button.hover {
  color: #fff;
  background-color: #59abea;
  text-decoration: none;
}
.nuadu-slider .slick-slide .content *:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nuadu-slider .slick-slide .content {
    font-size: 14px;
    line-height: 22px;
  }
  .nuadu-slider .slick-slide .content h3 {
    font-size: 22px;
  }
  .nuadu-slider .slick-slide .content img.icon {
    max-width: 120px;
  }
}
.nuadu-slider.tutorials .bg-img {
  background-position: center;
}
.nuadu-slider .slick-slide[tabindex="-1"] {
  transform: scaleX(0.9) scaleY(0.7);
  opacity: 1;
  /*& > div > div {
            opacity: 0;
        }*/
}
.nuadu-slider .slick-slide[tabindex="-1"] > div {
  opacity: 0;
}
.nuadu-slider .slick-prev,
.nuadu-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  width: 67px;
  height: 67px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .nuadu-slider .slick-prev:hover,
  .nuadu-slider .slick-next:hover {
    width: 70px;
  }
}
.nuadu-slider .slick-prev.slick-disabled,
.nuadu-slider .slick-next.slick-disabled {
  width: 0;
  height: 0;
  opacity: 0;
}
@media (max-width: 575px) {
  .nuadu-slider .slick-prev,
  .nuadu-slider .slick-next {
    width: 35px;
    height: 35px;
  }
}
.nuadu-slider .slick-prev {
  left: 0;
}
.nuadu-slider .slick-prev:before {
  opacity: 1;
}
@media (max-width: 575px) {
  .nuadu-slider .slick-prev:before {
    content: url(../img/arrow-prev-small.png);
  }
}
@media (min-width: 576px) {
  .nuadu-slider .slick-prev:before {
    content: url(../img/arrow-prev.png);
  }
}
@media (min-width: 992px) {
  .nuadu-slider .slick-prev:hover {
    padding-right: 15px;
    left: -5px;
  }
}
.nuadu-slider .slick-next {
  right: 0;
}
.nuadu-slider .slick-next:before {
  opacity: 1;
}
@media (max-width: 575px) {
  .nuadu-slider .slick-next:before {
    content: url(../img/arrow-next-small.png);
  }
}
@media (min-width: 576px) {
  .nuadu-slider .slick-next:before {
    content: url(../img/arrow-next.png);
  }
}
@media (min-width: 992px) {
  .nuadu-slider .slick-next:hover {
    padding-left: 15px;
    right: -5px;
  }
}
.nuadu-slider .slick-next.slick-disabled {
  right: 10px !important;
  /* zapobiega pojawianiu się scrolla poziomego */
}
prefooter ~ .nuadu-slider-container {
  margin-top: 0 !important;
}
section#legal h2 {
  margin-bottom: 40px;
  margin-top: 60px;
}
section#legal ul {
  list-style: disc;
  text-align: left;
  line-height: 24px;
  color: #3c4858;
  font-size: 17px;
  padding-left: 15px;
  margin-bottom: 20px;
}
section#legal ul ul {
  list-style: circle;
  padding-left: 20px;
}
@media (max-width: 767px) {
  section#legal ul ul {
    padding-left: 20px;
  }
}
section#legal ol {
  text-align: left;
  color: #3c4858;
  line-height: 24px;
  font-size: 17px;
  padding-left: 15px;
  margin-bottom: 20px;
}
section#legal p {
  text-align: left;
  line-height: 24px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 20px;
}
section#legal p i {
  font-style: italic;
}
section#legal p b {
  font-weight: bold;
}
section#legal p.annotation {
  font-size: 0.8em;
  margin-bottom: 5px;
  line-height: 20px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  section#legal ul {
    font-size: 15px;
  }
  section#legal p {
    font-size: 13px;
  }
}
body.about h1 {
  margin-top: 80px;
}
body.about h3 {
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  color: #3c4858;
}
body.about img {
  max-width: 100%;
}
body.about .mb0 {
  margin-bottom: 0px;
}
body.about .mb50 {
  margin-bottom: 50px;
}
body.about .mt50 {
  margin-top: 50px;
}
body.about section {
  padding-top: 60px;
}
@media (max-width: 767px) {
  body.about section {
    padding-top: 20px;
  }
}
body.about ul.pointer {
  list-style: disc;
  text-align: left;
  line-height: 40px;
  color: #3c4858;
  font-size: 22px;
  padding-left: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.about ul.pointer {
    font-size: 18px;
    line-height: 28px;
  }
}
body.about ul.pointer ul {
  list-style: circle;
  padding-left: 40px;
}
body.about p {
  text-align: left;
}
body.about section#functionalities {
  background-color: #eff2f7;
}
body.about section#functionalities .circle {
  border: 2px solid #fed905;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  font-size: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  body.about section#functionalities .circle {
    width: 115px;
    height: 115px;
    line-height: 16px;
    font-size: 15px;
  }
}
body.about section#functionalities .row {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.about section#functionalities [class^="col-"]:nth-child(2) {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  body.about section#functionalities [class^="col-"]:nth-child(2) {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  body.about section#functionalities [class^="col-"]:nth-child(1) {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
}
body.about section#how ul.nu-border {
  border: 3px solid #3ad8d4;
  border-radius: 15px;
  padding: 35px;
  padding-left: 50px;
}
body.about section#why p {
  text-align: center;
  font-weight: lighter;
}
body.about section#why .title {
  font-weight: bold;
}
body.about section#highlights img,
body.about section#solution img,
body.about section#benefits img,
body.about section#teachers img {
  margin-top: 50px;
  margin-bottom: 50px;
  border: solid 3px;
  border-radius: 15px;
}
body.about section#highlights img {
  border-color: #3ad8d4;
}
body.about section#solution img {
  border-color: #3ad8d4;
}
body.about section#benefits {
  border-bottom-color: #fed905;
}
body.about section#benefits .row {
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}
body.about section#benefits img {
  border-color: #d8aa59;
}
body.about section#teachers img {
  border-color: #d8aa59;
}
body.partners section#partners-gallery {
  text-align: left;
  margin-top: 30px;
}
body.partners section#partners-gallery .col-xl-3 {
  margin-bottom: 50px;
}
body.partners section#partners-gallery .logo {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.partners section#partners-gallery .logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 575px) {
  body.partners section#partners-gallery .logo img {
    max-width: 50%;
  }
}
body.partners section#partners-gallery h3 {
  font-size: 22px;
  font-weight: bold;
  color: #3c4858;
  margin: 20px 0;
  text-align: left;
}
body.partners section#partners-gallery p {
  font-weight: normal;
  line-height: 30px;
  text-align: left;
}
body.partners section#partners-gallery a {
  color: #3c4858;
  margin-top: 15px;
  display: inline-block;
}
body.partners section#partners-gallery a:hover {
  text-decoration: none;
  color: #ff4097;
}
@media (max-width: 575px) {
  body.partners section#partners-gallery {
    text-align: center;
  }
  body.partners section#partners-gallery h3,
  body.partners section#partners-gallery p {
    text-align: center;
  }
}
body.partners section#partner-tech {
  text-align: center;
  padding-top: 50px;
}
body.partners section#partner-tech img {
  width: auto;
  margin: 40px 0;
}
body.partners section#partner-tech p {
  max-width: 710px;
  margin: 0 auto;
}
body.mobile-app h1 {
  margin-top: 80px;
}
body.mobile-app h2 {
  margin-top: 80px;
}
body.mobile-app h2 a {
  color: #ff4097;
}
body.mobile-app .app-gallery {
  text-align: center;
}
body.mobile-app .app-gallery img {
  margin: 20px;
  max-width: 20%;
  height: auto;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  body.mobile-app .app-gallery img {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  body.mobile-app .app-gallery img {
    max-width: 100%;
    margin: 20px 0;
  }
}
