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,
sup,
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,
button,
input,
textarea {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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: none;
}

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

button,
a,
input,
textarea,
label,
select {
  background: 0;
  border: 0;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
label:focus,
select:focus {
  outline: none;
}

button::-moz-focus-inner,
a::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
label::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

b {
  font-weight: bolder;
}

u {
  text-decoration: underline;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*KOLORY*/
/*KONIEC KOLORY*/
/*MIXINS*/
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

/*KONIEC MIXINS*/
/*ZMIENNE*/
/*KONIEC ZMIENNE*/
/*RWD*/
/*KONIEC RWD*/
.ico-moon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?4pcekq");
  src: url("../fonts/icomoon.eot?4pcekq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4pcekq") format("truetype"), url("../fonts/icomoon.woff?4pcekq") format("woff"), url("../fonts/icomoon.svg?4pcekq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ok:before {
  content: "\e903";
}

.icon-stats:before {
  content: "\e904";
}

.icon-edu:before {
  content: "\e905";
}

.icon-manager:before {
  content: "\e906";
}

.icon-envelop:before {
  content: "\e945";
}

body,
html {
  font-family: "circe", sans-serif;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  height: 100%;
}

div,
form,
input,
label,
select,
textarea,
button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  outline: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #dcdcdc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #dcdcdc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #dcdcdc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
  float: left;
}

.col-lg-12 {
  display: block;
}

.col-lg-1 {
  width: 8.33333%;
}

.col-lg-2 {
  width: 16.66667%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.33333%;
}

.col-lg-5 {
  width: 41.66667%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 58.33333%;
}

.col-lg-8 {
  width: 66.66667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.33333%;
}

.col-lg-11 {
  width: 91.66667%;
}

.col-lg-12 {
  width: 100%;
}

@media (max-width: 1199px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    display: block;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    display: block;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left;
  }
  .col-xs-12 {
    display: block;
  }
  .col-xs-1 {
    width: 8.33333%;
  }
  .col-xs-2 {
    width: 16.66667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333%;
  }
  .col-xs-5 {
    width: 41.66667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333%;
  }
  .col-xs-8 {
    width: 66.66667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333%;
  }
  .col-xs-11 {
    width: 91.66667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

.logo {
  line-height: 0;
}

.top-contact {
  background-color: #008AFF;
  padding: 20px;
}

.top-contact .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-contact .container {
  padding: 0;
}

.top-contact p {
  color: #fff;
  padding: 0;
}

.top-contact__item {
  padding: 5px 8px;
  border-radius: 5px;
  background-color: #007FEB;
  display: inline-block;
  vertical-align: middle;
}

.top-contact__item:first-of-type {
  margin-right: 10px;
}

.top-contact__item img, .top-contact__item p, .top-contact__item a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  line-height: 1;
  height: auto;
}

.top-contact__item a {
  font-size: 16px;
  padding-top: 2px;
  padding-left: 5px;
  color: #fff;
}

.top-nav {
  width: 100%;
  display: block;
  padding: 20px 0;
  background: #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 20;
  border-color: #008AFF;
}

.top-nav__content {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
}

.top-nav__nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav__nav ul li {
  margin: 0 5px;
}

.top-nav__nav ul a {
  font-weight: normal;
  padding: 0 5px;
  color: #BFBFBF;
  -webkit-transition: 200ms color ease-in-out;
  transition: 200ms color ease-in-out;
}

.top-nav__nav ul a:hover {
  color: #008AFF;
}

.top-nav__nav ul .btn__border {
  padding: 10px 15px 9px;
  color: #008AFF;
}

.top-nav__nav ul .btn__border:hover {
  color: #fff;
}

.top-nav__rwd {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.top-nav__rwd .line {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #000;
  margin: 4px auto;
  height: 2px;
  width: 20px;
  display: block;
}

.opened .top-nav__rwd {
  background-color: #008AFF;
}

.opened .line:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
  background-color: #fff;
}

.opened .line:nth-child(2) {
  background-color: #008AFF;
}

.opened .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media (max-width: 1199px) {
  .container {
    width: 1024px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.section {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 70px 0;
}

.section__hidden {
  overflow: hidden;
}

.highlight {
  background: #008AFF;
  padding: 0 6px;
  border-radius: 4px;
  color: #fff;
}

.filled-grey {
  background: #FBFBFB;
}

.filled-main1 {
  background: #008AFF;
}

.filled-main2 {
  background: #FFC62E;
}

.filled-main3 {
  background: #20AF6A;
}

.header {
  margin-top: 30px;
}

.header p {
  font-size: 20px;
  margin: 20px 0;
}

.header .logos {
  float: right;
  margin-top: -30px;
}

.img-fit {
  width: 100%;
  height: auto;
}

.padd-all-20 {
  padding: 20px;
}

.section__header {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.map {
  padding: 100px 0 70px;
}

.section__map {
  overflow: hidden;
}

.text-block-right {
  padding-left: 100px;
}

.text-block-left {
  padding-right: 100px;
}

.section__whitespace {
  width: 100%;
  display: block;
  height: 80px;
  background: #fff;
  padding: 0;
}

.rectangle-big {
  width: 11%;
  max-width: 150px;
  height: 10%;
  max-height: 65px;
  position: absolute;
  border-radius: 10px;
}

.rectangle-medium {
  width: 9%;
  max-width: 120px;
  height: 10%;
  max-height: 65px;
  position: absolute;
  border-radius: 10px;
}

.rectangle-small {
  width: 7%;
  max-width: 90px;
  height: 10%;
  max-height: 65px;
  position: absolute;
  border-radius: 10px;
}

.video-block {
  width: 100%;
}

.video-block video {
  width: 100%;
}

.video-block .vjs-poster {
  background-color: #fff;
}

.video-block .vjs-poster:hover {
  pointer-events: none;
}

.video-block .vjs-big-play-button {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #fff;
}

.video-block .vjs-big-play-button:hover {
  background-color: #fff;
  opacity: 0.3;
}

.video-block .vjs-big-play-button .vjs-icon-placeholder:before {
  color: #008AFF;
}

.logos {
  position: relative;
  pointer-events: none;
  z-index: 10;
}

.logos img {
  margin: 15px;
  margin-left: 0;
}

.section__half-background {
  padding: 55px 0 90px;
  margin-top: 30px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FBFBFB), color-stop(50%, #fff));
  background: linear-gradient(0deg, #FBFBFB 50%, #fff 50%);
}

.container__content-shadow {
  background: #fff;
  padding: 90px;
  border-radius: 10px;
  -webkit-box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 25px 50px 0 rgba(0, 0, 0, 0.07);
}

.container__content-shadow img {
  max-width: 100%;
}

.chart2 {
  display: none;
}

.chart1 {
  display: block;
}

.tabs {
  display: block;
  margin-top: 20px;
}

.tabs-content {
  background: #F4F4F4;
  padding: 5px;
  border-radius: 15px;
  display: inline-block;
}

.tabs-item {
  background: #F4F4F4;
  border-radius: 10px;
  color: #CACACA;
  font-weight: 700;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.tabs-item span {
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}

.tabs-item.active, .tabs-item:hover {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.tabs-item.active .tabs-item__text, .tabs-item:hover .tabs-item__text {
  color: #1A1A1A;
}

.tabs-item.active .tabs-item__icon:before, .tabs-item:hover .tabs-item__icon:before {
  color: #FFC62E;
}

.tabs-item__text {
  margin-top: 2px;
}

.system-describe {
  margin-top: -30px;
}

.system-describe p {
  margin: 20px 0;
}

.tab-slide-desc, .tab-slide-image {
  display: none;
}

.tab-slide-desc.active, .tab-slide-image.active {
  display: block;
}

.tab-slide-desc img, .tab-slide-image img {
  max-height: 90vh;
}

.modules-list {
  padding: 0;
  background: url("../images/book-vector.svg") no-repeat #008AFF;
  background-position: right bottom;
  text-align: center;
  color: #FFFFFF;
}

.modules-list .container {
  padding: 100px 0 150px;
  position: relative;
}

.modules-list h2 {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.modules-list .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.modules-list .modules-list__icon {
  max-width: 150px;
  margin: 0 auto;
}

.module-item {
  position: relative;
  z-index: 10;
}

.module-item img {
  margin: 20px auto;
}

.module-item p {
  font-weight: 300;
  color: #A8D7FF;
}

.module-item h4 {
  line-height: 1.4;
}

.module-item .small-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px 3px;
  line-height: 1;
  border-radius: 5px;
}

.module-item .small-label.main2 {
  background-color: #FFC62E;
}

.module-item .small-label.main3 {
  background-color: #20AF6A;
}

.module-item .small-label.main4 {
  background-color: #FF781D;
}

.module-item__content {
  padding: 10px 20px;
}

.sitting-character {
  height: 400px;
  position: absolute;
  bottom: -200px;
  right: 0;
  z-index: 1;
}

.sitting-character img {
  height: 100%;
  width: auto;
}

.map h2 {
  margin-top: 30px;
}

.section-research {
  position: relative;
  background: url("../images/loupe-vector.svg") no-repeat #20AF6A;
  background-position: left bottom;
}

.section-research p, .section-research h2 {
  position: relative;
  z-index: 10;
}

.section-research h2 {
  color: #FFF;
}

.section-research p {
  color: #C4F3DC;
}

.section-research .rectangle-big {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  background: #FF781D;
}

.section-research .star {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding-top: 1px;
  background: #4BC78B;
  text-align: center;
}

.section-research sup {
  display: inline-block;
  vertical-align: super;
}

.section-research a {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  color: #C4F3DC;
  text-decoration: underline;
  font-weight: normal;
  position: relative;
  font-size: 16px;
}

.section-research a .star {
  left: -10px;
  top: -10px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border-radius: 8px;
  line-height: 16px;
  font-size: 10px;
}

.section-security {
  padding: 0;
  padding-top: 20px;
}

.section-security img {
  max-width: 100%;
}

.section-security p {
  margin-bottom: 20px;
}

.security-image {
  line-height: 0;
}

.security-image img {
  padding-left: 30px;
}

.section-experience {
  position: relative;
}

.section-experience .rectangle-big {
  background-color: #FFC62E;
  top: 10%;
  left: 5%;
}

.section-experience .rectangle-medium {
  background-color: #FF781D;
  bottom: 25%;
  left: 40%;
}

.section-experience .rectangle-small {
  background-color: #008AFF;
  bottom: 10%;
  right: 5%;
}

.section-experience img, .section-experience h2 {
  position: relative;
  z-index: 10;
}

.section-experience p, .section-experience h2 {
  position: relative;
  z-index: 15;
}

.section-experience p {
  max-width: 550px;
}

.section-experience .btn__filled {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.experience-persons {
  position: relative;
  text-align: center;
}

.experience-persons img {
  width: 100%;
  max-width: 460px;
  height: auto;
  position: relative;
  z-index: 10;
}

.experience-persons p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.experience-persons p span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}

.person-sokrates {
  top: -3%;
  right: 41%;
}

.person-protrainup {
  top: 37%;
  right: -6%;
}

.person-great {
  top: 74%;
  right: 62%;
}

.exeprience-person {
  position: absolute;
  z-index: 15;
  width: 32%;
  max-width: 200px;
}

.exeprience-person img {
  max-width: 90px;
}

.section__pricelist {
  position: relative;
  text-align: center;
}

.section__pricelist .container {
  z-index: 10;
}

.section__pricelist p {
  font-size: 18px;
  line-height: 1.4;
  color: #1A1A1A;
  padding-top: 17.6px;
}

.section__pricelist .tabs-content {
  background: #F2B70B;
}

.section__pricelist .tabs-item {
  padding: 21px;
  width: 160px;
  background: #F2B70B;
  color: #FFE7A8;
}

.section__pricelist .tabs-item:hover, .section__pricelist .tabs-item.active {
  background: #FFF;
}

.section__pricelist .section__header {
  max-width: 470px;
}

.section__pricelist .rectangle-small {
  z-index: 5;
  right: -10px;
  background-color: #20AF6A;
  top: 15%;
}

.section__pricelist .rectangle-medium {
  background: #008AFF;
  left: 34%;
  top: 84%;
  z-index: 5;
}

.section__pricelist .rectangle-big {
  z-index: 5;
  background-color: #FF781D;
  top: 11%;
  left: -1%;
}

.section__pricelist .owl-carousel {
  display: inline-block;
  margin: 0;
}

.countdown-block {
  background: #FFCF4D;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  padding: 40px 0;
  text-align: center;
}

.countdown-block .countdown-block__content {
  max-width: 700px;
  margin: 0 auto;
  padding: 10px 20px;
}

.countdown-block h2 span {
  padding: 5px 15px 0;
  background: #20AF6A;
  color: #fff;
  border-radius: 10px;
}

.dots {
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.countdown-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding: 15px 10px;
  border: 1px solid #fff;
  border-radius: 15px;
  width: 100px;
  font-size: 38px;
  font-weight: bold;
}

.countdown-item span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.pricelists-content {
  margin-top: 80px;
}

.pricelist-item {
  display: inline-block;
  width: 330px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

.pricelist-item .hover {
  display: none;
}

.pricelist-item.active .pricelist-item__content {
  background: #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.pricelist-item.active .btn__add, .pricelist-item.active .btn__remove {
  border-color: rgba(0, 0, 0, 0.1);
  background: #FFC62E;
}

.pricelist-item.active.eduskill .pricelist-item__logo {
  background: url(../images/eduskill-hover.svg);
}

.pricelist-item.active.eduskill .label {
  background: #FFC62E;
  color: #fff;
}

.pricelist-item.promanager .label {
  background-color: #FF781D;
}

.pricelist-item.educlass .label {
  background-color: #20AF6A;
}

.pricelist-item.eduskill .label {
  background-color: #fff;
  color: #FFC62E;
}

.pricelist-item .price {
  position: relative;
}

.pricelist-item__header {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.pricelist-item__header .label {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  background: #008AFF;
  padding: 4px 5px 1px;
  border-radius: 4px;
  width: auto;
  position: absolute;
  top: 21px;
  left: 48px;
  text-transform: uppercase;
}

.pricelist-item__header--center {
  margin: 0 auto;
}

.pricelist-item__program {
  display: inline-block;
  position: relative;
}

.eduskill .label {
  top: 21px;
  left: 48px;
}

.eduskill .pricelist-item__logo {
  width: 146px;
  height: 38px;
  background: url(../images/eduskill.svg) no-repeat;
  background-size: cover;
}

.educlass .label {
  left: 57px;
}

.educlass .pricelist-item__logo {
  width: 157px;
  height: 38px;
  background: url(../images/educlass.svg) no-repeat;
  background-size: cover;
}

.promanager .label {
  left: 39px;
}

.promanager .pricelist-item__logo {
  width: 144px;
  height: 38px;
  background: url(../images/promanager.svg) no-repeat;
  background-size: cover;
}

.pricelist-item__content {
  padding: 30px 25px 20px;
  border-radius: 15px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  background: rgba(255, 255, 255, 0.25);
}

.pricelist-item__content .btn {
  display: block;
  width: 100%;
  font-weight: 600;
}

.pricelist-item__content .btn__add, .pricelist-item__content .btn__remove {
  border-color: #fff;
  color: #1A1A1A;
}

.pricelist-item__content .btn__add:hover, .pricelist-item__content .btn__remove:hover {
  background-color: #fff;
  color: #1A1A1A;
}

.pricelist-item__content:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pricelist-item__content .price {
  font-size: 16px;
  font-weight: 700;
}

.pricelist-item__content .price .value {
  font-size: 36px;
}

.pricelist-item__content .price-detail {
  font-size: 16px;
  margin: 0 0 45px;
}

.pricelist-summary .pricelist-item__content {
  background: #fff;
  box-shadow: 0px 25px 50px rgba(157, 121, 24, 0.15);
  -webkit-box-shadow: 0px 25px 50px rgba(157, 121, 24, 0.15);
}

.pricelist-summary .pricelist-item__header {
  margin-bottom: 20px;
}

.pricelist-summary .extra-discount {
  visibility: hidden;
}

.summary-modules {
  margin-bottom: 55px;
}

.summary-modules p.summary-modules-item {
  position: relative;
  font-size: 16px;
  padding: 7px 5px 5px 30px;
  line-height: 1;
  color: #1A1A1A;
  font-weight: 600;
}

.summary-modules p.summary-modules-item:before {
  font-family: 'icomoon' !important;
  content: '\e903';
  background-size: cover;
  position: absolute;
  color: #20AF6A;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 22px;
}

.summary-modules p.summary-modules-item span {
  display: none;
  position: absolute;
  font-size: 12px;
  color: #20AF6A;
  background: #E5F9EF;
  border-radius: 5px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 8px 3px;
}

.summary-modules p.summary-modules-item.active, .summary-modules p.summary-modules-item.add-discount {
  color: #232323;
}

.summary-modules p.summary-modules-item.active span, .summary-modules p.summary-modules-item.add-discount span {
  display: block;
}

.summary-modules p.summary-modules-item.active:before, .summary-modules p.summary-modules-item.add-discount:before {
  color: #20AF6A;
}

.summary-modules p.summary-modules-item.add-discount {
  visibility: visible;
}

.before-discount {
  text-decoration: line-through;
  -webkit-text-decoration-color: #ED1C24;
          text-decoration-color: #ED1C24;
  position: absolute;
  top: -16px;
  font-size: 16px !important;
}

.pricelist-info {
  width: 100%;
  max-width: 720px;
  margin: 15px auto;
  background: #FFCF4D;
  padding: 25px 20px;
  text-align: center;
  border-radius: 15px;
}

.pricelist-info p {
  font-size: 24px;
}

.pricelist-info p a {
  font-size: 30px;
}

.clear-fix {
  clear: both;
}

/*KOLORY*/
/*KONIEC KOLORY*/
/*MIXINS*/
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

/*KONIEC MIXINS*/
/*ZMIENNE*/
/*KONIEC ZMIENNE*/
/*RWD*/
/*KONIEC RWD*/
.ico-moon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: black;
  font-weight: 600;
  outline: none;
}

h1, h2, h3, h4, h5, p, input, textarea, a, button {
  font-family: "circe", sans-serif;
  font-style: normal;
}

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 56px;
  padding: 12px 0;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
  }
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h2 {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 1.5;
}

p {
  color: #5E5E5E;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  padding: 12px 0;
}

b {
  font-weight: 700;
  font-style: normal;
}

input {
  border: 1px solid #FBFBFB;
  outline: 0;
  padding: 10px 15px;
  border-radius: 5px;
}

input[type=submit] {
  display: block;
}

textarea {
  resize: none;
  overflow: hidden;
}

textarea:focus {
  outline: none;
}

/*KOLORY*/
/*KONIEC KOLORY*/
/*MIXINS*/
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}

/*KONIEC MIXINS*/
/*ZMIENNE*/
/*KONIEC ZMIENNE*/
/*RWD*/
/*KONIEC RWD*/
.ico-moon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn {
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  display: inline-block;
}

.btn__filled {
  padding: 21px 20px 20px;
  color: #FFFFFF;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.btn__filled.btn__main1 {
  background-color: #008AFF;
}

.btn__filled.btn__main2 {
  background-color: #FFC62E;
}

.btn__filled.btn__main3 {
  background-color: #20AF6A;
}

.btn__filled:hover {
  opacity: 0.8;
}

.btn__border {
  padding: 20px 30px 19px;
  border: 2px solid #008AFF;
  color: #008AFF;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.btn__border:hover {
  background: #008AFF;
  color: #FFF;
}

.btn__border.btn__main2 {
  border-color: #FFC62E;
  color: #FFC62E;
}

.btn__border.btn__main2:hover {
  background: #FFC62E;
  color: #FFF;
}

.btn__border.btn__main3 {
  border-color: #20AF6A;
  color: #20AF6A;
}

.btn__border.btn__main3:hover {
  background: #20AF6A;
  color: #FFF;
}

.btn__play {
  padding-left: 75px;
}

.btn__play:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/play.svg");
  background-size: cover;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn__add span, .btn__remove span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
}

.btn__submit {
  background: #20AF6A;
  color: #fff;
  border: none;
  font-size: 18px;
}

.btn__submit:hover {
  background: rgba(32, 175, 106, 0.8);
}

.btn__submit.disabled {
  background: #EBEBEB;
  color: #BBBBBB;
  pointer-events: none;
}

.btn-left {
  float: left;
}

.btn-right {
  float: right;
}

.btn-center {
  margin: 0 auto;
}

.btn-blue1 {
  background: #008AFF;
  border: 1px solid #008AFF;
  color: #fff;
  font-weight: 500;
}

.btn-blue1:hover {
  background: #FFC62E;
  border: 1px solid #FFC62E;
}

.btn-blue1.active {
  background: #20AF6A;
  border: 1px solid #20AF6A;
}

.btn-blue2 {
  background: #FFC62E;
  border: 1px solid #FFC62E;
  color: #fff;
}

.btn-blue2:hover {
  background: #fff;
  color: #FFC62E;
}

.btn-blue3 {
  background: #20AF6A;
  border: 1px solid #20AF6A;
  color: #fff;
}

.btn-blue3:hover {
  background: #fff;
  color: #20AF6A;
}

.btn-black {
  background: #232323;
  color: #fff;
  font-weight: 500;
}

.btn-black:hover {
  opacity: 0.8;
}

.btn-ghost-white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-ghost-white:hover {
  background: #fff;
  color: #232323;
}

.btn-ghost-blue {
  border: 1px solid #008AFF;
  color: #008AFF;
}

.btn-ghost-blue:hover {
  color: #FFC62E;
  border-color: #FFC62E;
}

.btn-ghost-blue:active {
  color: #20AF6A;
  border-color: #20AF6A;
}

.btn-small {
  width: 140px;
}

.btn-big {
  width: 200px;
}

.btn-accept {
  width: 47%;
  float: right;
  padding: 7px 5px;
  text-align: center;
  background: #008AFF;
  border: 1px solid #008AFF;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
  line-height: 1;
  border-radius: 15px;
}

.btn-accept:hover {
  background: #FFC62E;
  border: 1px solid #FFC62E;
}

.btn-accept:active {
  background: #20AF6A;
  border: 1px solid #20AF6A;
}

.btn-cancel {
  width: 47%;
  float: left;
  padding: 7px 5px;
  text-align: center;
  border: 1px solid #008AFF;
  color: #008AFF;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 15px;
}

.btn-cancel:hover {
  border: 1px solid #FFC62E;
  color: #FFC62E;
}

.btn-cancel:active {
  border: 1px solid #20AF6A;
  color: #20AF6A;
}

.absolute-buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.font-blue1 {
  color: #009540;
}

.font-main {
  color: #009540;
}

.footer {
  background: #008AFF;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.footer h3 {
  color: #fff;
}

.footer .rectangle-small {
  z-index: 5;
  right: 0;
  background-color: #20AF6A;
  top: 50%;
}

.footer .rectangle-medium {
  background: #FFC62E;
  left: 4%;
  top: 31%;
  z-index: 5;
}

.footer .rectangle-big {
  z-index: 5;
  background-color: #FF781D;
  bottom: 10%;
  right: 2.7%;
}

.footer-image {
  line-height: 0;
}

.footer-image img {
  margin-top: -90px;
  position: relative;
  z-index: 10;
  margin-left: 150px;
}

.footer-info {
  background: #007FEB;
  border-radius: 10px;
  margin-top: 30px;
  float: left;
}

.footer-info__icon {
  border-right: 1px solid #008AFF;
  display: inline-block;
}

.footer-info__details {
  padding: 20px;
  padding-left: 100px;
  position: relative;
}

.footer-info__details p {
  color: #fff;
  padding: 0;
  line-height: 1.7;
}

.footer-info__details p span {
  color: #83C6FF;
}

.footer-info__details a {
  color: #fff;
}

.footer-info__details .footer-info__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.footer-info__details .footer-info__icon img {
  width: 25px;
  margin: 25px;
}

.footer-nav {
  width: 100%;
  display: block;
  padding: 20px 0;
  background: #007FEB;
}

.footer-nav__content {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
}

.footer-nav__nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav__nav ul li {
  margin: 0 10px;
}

.footer-nav__nav ul a {
  padding: 0 5px;
  color: #6BBBFF;
  -webkit-transition: 200ms color ease-in-out;
  transition: 200ms color ease-in-out;
}

.footer-nav__nav ul a:hover {
  color: #fff;
}

.footer-nav__nav ul .btn__border {
  padding: 10px 15px;
}

@media only screen and (max-width: 991px) {
  .top-nav__rwd {
    display: block;
  }
  .top-nav__nav {
    position: absolute;
    top: 75px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 60vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
  .top-nav__nav ul {
    display: block;
  }
  .top-nav__nav ul li {
    display: block;
    margin: 20px auto;
  }
  .top-nav__nav ul li a {
    padding: 15px;
  }
  .opened .top-nav__nav {
    visibility: visible;
    opacity: 1;
  }
  .system-describe {
    text-align: center;
  }
  .tab-slide-image img {
    width: 100%;
    margin: 60px auto 0;
  }
  .chart1 {
    margin: 40px auto;
  }
  .container {
    text-align: center;
  }
  .container__content-shadow {
    padding: 30px 15px;
  }
  .section-research img, .section-image img {
    display: block;
    width: 100%;
  }
  .section-security .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .security-image {
    margin-top: 40px;
  }
  .pricelist-item-single {
    width: 100%;
  }
  .pricelist-item-single .value-big {
    line-height: 1;
    display: block;
  }
  .pricelist-item-single .price-detail {
    display: none;
  }
  .pricelist-item-single .pricelist-item__header {
    margin: 0;
  }
  .pricelist-item-single .pricelist-item__content {
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pricelist-item-single .btn {
    width: 180px;
    padding: 22px 20px 20px 22px;
  }
  .pricelist-item-single.promanager .pricelist-item__header {
    padding-left: 18px;
  }
  .pricelist-item-single.promanager .pricelist-item__header .label {
    left: 58px;
  }
  .pricelist-item-single.educlass .pricelist-item__header .label {
    left: 58px;
  }
  .pricelist-item-single.eduskill .pricelist-item__header {
    padding-left: 9px;
  }
  .pricelist-item-single.eduskill .pricelist-item__header .label {
    left: 58px;
  }
  .pricelist-summary {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .summary-modules {
    margin-bottom: 0;
  }
  .section-experience .rectangle-big, .section-experience .rectangle-medium, .section-experience .rectangle-small {
    display: none;
  }
  .section-experience p {
    margin: 0 auto;
  }
  .experience-persons {
    margin-top: 30px;
  }
  .experience-persons .experience-image {
    display: none;
  }
  .experience-persons .exeprience-person {
    position: relative;
    display: inline-block;
    width: 49%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .experience-persons .person-sokrates {
    display: block;
    margin: 0 auto;
  }
  .footer {
    padding-top: 40px;
    overflow: hidden;
  }
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer .footer-image img {
    margin-top: 20px;
    margin-bottom: -30%;
    margin-left: -30px;
  }
  .footer .rectangle-big, .footer .rectangle-medium, .footer .rectangle-small {
    display: none;
  }
  .footer-info {
    width: 100%;
    text-align: left;
  }
  .footer-nav__nav {
    display: none;
  }
  .footer-nav__content .logo {
    display: block;
    margin: 0 auto;
  }
  .text-block-right, .text-block-left {
    padding-left: 0;
    padding-right: 0;
  }
  .logos img {
    width: 49%;
    max-width: 100px;
    display: inline-block;
    margin: 5px;
  }
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }
  .header p {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .section__map {
    padding: 30px 0;
  }
  .section__map .container {
    width: 100%;
  }
  .sitting-character {
    height: 280px;
    bottom: -100px;
  }
  .system-describe {
    text-align: center;
  }
  .tab-slide-desc {
    text-align: center;
  }
  .section {
    padding: 70px 15px;
  }
  .section-security {
    padding-bottom: 0;
  }
  .footer .footer-image img {
    margin-top: 20px;
    margin-bottom: -80%;
    margin-left: -30px;
  }
  .experience-persons p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .top-contact .container {
    display: block;
  }
  .top-contact .top-contact__items {
    margin-top: 10px;
  }
  .top-contact .top-contact__icon {
    display: none;
  }
  .top-contact a {
    padding-left: 0;
  }
  .top-contact .top-contact__item a {
    font-size: 14px;
  }
  .countdown-item {
    font-size: 22px;
    width: 60px;
    line-height: 1;
    padding: 10px 5px;
  }
  .countdown-item span {
    font-size: 10px;
  }
  .dots {
    font-size: 16px;
  }
  .pricelist-item-single .btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    padding: 8px 6px;
    color: #fff;
    border-radius: 35px;
  }
  .pricelist-item-single .btn:before {
    left: 0;
    display: block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pricelist-item-single .btn span:not(.icon-envelop) {
    display: none;
  }
  .pricelist-item-single .btn:hover {
    background: none;
    color: #FFC62E;
  }
  .pricelist-item-single.promanager .value-big {
    margin-left: -23px;
  }
  .pricelist-item__content .price span {
    font-size: 24px;
  }
  .pricelist-item__header {
    padding-left: 0px !important;
  }
  .pricelist-item__header img {
    display: none;
  }
  .pricelist-item__header .pricelist-item__logo {
    display: none;
  }
  .pricelist-item__header .label {
    position: relative;
    top: 0px !important;
    left: 0px !important;
  }
  .pricelist-info p {
    font-size: 18px;
  }
  .pricelist-item-single .value {
    display: block;
    line-height: 1;
  }
  .pricelist-item-single .slash {
    display: none;
  }
  .video-block {
    margin-top: 40px;
  }
  .video-block .logos {
    display: block;
    margin: 20px auto;
    float: none;
  }
}

@media only screen and (max-width: 575px) {
  .top-contact {
    display: none;
  }
  .top-nav {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
  }
  .header {
    padding-top: 90px;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabs-item__icon {
    display: none !important;
  }
  .tabs-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .tabs-content .tabs-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modules-list {
    padding-top: 0;
  }
  .section__whitespace {
    height: 40px;
    padding: 10px;
  }
  .img-fit {
    margin-bottom: 20px;
  }
  .top-nav__content {
    padding: 0 20px;
  }
  .top-nav__content .logo {
    width: 85%;
  }
  .footer-info__details {
    padding: 20px;
  }
  .footer-info__icon {
    display: none;
  }
  .chart2 {
    display: block;
    margin: 40px auto;
  }
  .chart1 {
    display: none;
  }
  .section__map {
    padding: 30px 0;
  }
  .section__map .container {
    width: 100%;
  }
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=main.css.map */