body {
  color: #2c2c2c;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1375.98px) {
  body {
    font-size: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1199.98px) {
  body {
    font-size: 90%;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 80%;
  }
}

.skin-default {
  background-image: url(/storage/images/bg-homepage.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

/*
.triangle-bottomright-pink {
    position: absolute;
    z-index: 0;
    width: 1;
    height: 1;
    border-bottom: 1100px solid red;
    border-left: 1100px solid transparent;
}
*/
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

[class^=ti-], [class*=" ti-"] {
  font-size: 100%;
}

span.bull {
  font-family: "Open Sans";
}

.modal-lg {
  max-width: 1000px;
}

img {
  max-width: 100%;
}

.progress {
  background-color: transparent;
  height: 3px;
  z-index: 2002;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.progress .progress-bar {
  background-color: #0e9282;
}

.mobile,
.mobile-show {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mobile,
  .mobile-show {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .mobile,
  .mobile-show {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .mobile,
  .mobile-show {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .mobile,
  .mobile-show {
    display: block !important;
  }
}
.mobile ul li,
.mobile-show ul li {
  border-bottom: 1px dotted #ccc;
}

.only-mobile {
  display: none;
}
@media only screen and (max-width: 479px) {
  .only-mobile {
    display: block;
  }
}

h1, h2, h3, h4 {
  color: #38485a;
  font-weight: 300;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
}

h2 {
  font-size: 2.8rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 2rem;
    line-height: 45px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  h2 {
    font-size: 2.3rem;
    line-height: 46px;
  }
}
h3 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 1.7rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Open Sans", "Droid Sans", sans-serif;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 1.3rem;
  }
}

h5 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#homepage article h2 {
  font-size: 1.7em;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p + ul,
p + ol {
  margin-top: -0.75rem;
}

a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

header {
  position: absolute;
  top: 0;
  min-height: 120px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 500;
  transition: all 0.3s ease-in-out;
  /*.col-sm-2 {
      @media (max-width: 575.98px) {
          width: 40%;
      }
  }
  .col-sm-1 {
      @media (max-width: 575.98px) {
          width: 30%;
      }
  } */
}
@media (min-width: 1200px) and (max-width: 1440px) {
  header {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    min-height: 80px;
  }
}
@media (max-width: 575.98px) {
  header {
    min-height: 60px;
  }
}
header .menus {
  border-top: 1px solid #e0cac4;
  border-bottom: 1px solid #e0cac4;
}
header a#logo {
  background-image: url("/storage/images/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 96px;
  width: 252px;
  text-indent: -9999px;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.3rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  header a#logo {
    height: 72px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1198.98px) {
  header a#logo {
    height: 62px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header a#logo {
    height: 50px;
    width: 100%;
    margin-top: 11px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header a#logo {
    height: 40px;
    width: 100%;
    margin-top: 11px;
  }
}
@media (max-width: 575.98px) {
  header a#logo {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
header a#logo-sm {
  background-image: url("/storage/images/logo-sm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 37px;
  width: 174px;
  text-indent: -9999px;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease-in-out;
  display: none;
}
header nav {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  header nav {
    margin-top: 0px;
  }
}
header nav ul.nav {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
header nav ul.nav a {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  padding-left: 2rem;
  padding-right: 2rem;
}
header nav ul.nav a.active {
  color: #f59d36;
}
header nav ul.nav a.reserv {
  margin-left: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #0e9282;
  border-radius: 3px;
}
header nav ul.nav a.small {
  font-size: 90%;
  margin-right: 1rem;
  display: inline-block;
}
@media (max-width: 575.98px) {
  header nav ul.nav a.small {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  header nav ul.nav a.nav-link {
    padding: 0.3rem 0.7rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav ul.nav a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
header nav ul.nav span.reserv {
  margin-top: -24px;
  top: 22px;
  position: relative;
  display: inline-block;
  height: 65px;
  overflow: hidden;
}
header nav #top-menu li.online a {
  color: #f59d36;
}
header nav #top-menu a {
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  header nav #top-menu a {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header nav #top-menu a {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  header nav #sub-menu li a span {
    display: none;
  }
}
header.fixed {
  opacity: 1;
}
@media (max-width: 575.98px) {
  header.fixed {
    height: auto;
  }
}
header.fixed ul.nav a {
  color: #38485a;
}
header.fixed ul.nav a.reserv {
  background-color: #0e9282;
  color: #fff;
}
header.fixed a#logo {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 80px;
}
@media (max-width: 575.98px) {
  header.fixed a#logo {
    display: none;
  }
}

header nav.mobile-show #top-menu {
  position: fixed;
  padding-top: 1rem;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 90;
  overflow: auto;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav.mobile-show #top-menu {
    top: 55px;
  }
}
header nav.mobile-show #top-menu a {
  color: #38485a;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header nav.mobile-show #sub-menu {
    display: none;
  }
}

#sidebar-toggle {
  display: none;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  font-size: 1.3rem;
  z-index: 100;
  color: #38485a;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  #sidebar-toggle {
    display: block;
  }
}

main {
  margin-top: 0rem;
  padding-top: 0rem;
}

section.home-slider {
  min-height: 957px;
  height: calc(100vh - 0rem);
  background-size: contain;
  opacity: 1;
  padding-top: 16rem;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider {
    height: calc(93vh - 0rem);
    min-height: 840px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider {
    height: 60vh;
    min-height: 753px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider {
    height: 76vh;
    padding-top: 10rem;
    min-height: 700px;
  }
}
@media (max-width: 575.98px) {
  section.home-slider {
    height: 470px;
    padding-top: 2rem;
    min-height: 470px;
  }
}
section.home-slider .header-text h1,
section.home-slider .header-text h2 {
  color: #fff;
}
@media (max-width: 575.98px) {
  section.home-slider .header-text h1,
  section.home-slider .header-text h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .header-text h1,
  section.home-slider .header-text h2 {
    text-shadow: 1px 2px 4px #0e9282;
  }
}
section.home-slider .header-text h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  section.home-slider .header-text h2 {
    font-size: 1.5rem;
  }
}
section.home-slider .header-text p {
  width: 80%;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  section.home-slider .header-text p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .header-text p {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .header-text p {
    width: 100%;
  }
}
section.home-slider .box-persons {
  position: relative;
  display: block;
  height: 702px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider .box-persons {
    width: 590px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-persons {
    height: 498px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-persons {
    height: 542px;
  }
}
@media (max-width: 575.98px) {
  section.home-slider .box-persons {
    height: 435px;
  }
}
section.home-slider .box-person {
  position: absolute;
  overflow: visible;
}
section.home-slider .box-person a {
  display: block;
}
section.home-slider .box-person a img {
  transition: all 1s ease-in-out;
}
section.home-slider .box-person a img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
section.home-slider .box-michal {
  border: 0px solid blue;
  top: 50px;
  bottom: 0;
  width: 460px;
  height: auto;
  z-index: 2;
  left: 13rem;
}
@media (max-width: 575.98px) {
  section.home-slider .box-michal {
    width: 147px;
    left: 22px;
    top: 8rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-michal {
    top: 140px;
    width: 282px;
    left: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-michal {
    width: 315px;
    left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider .box-michal {
    width: 380px;
    left: 7rem;
  }
}
section.home-slider .box-michal .wiz {
  position: absolute;
  z-index: 3;
  top: 10rem;
  left: -3rem;
  width: 240px;
  color: #737574;
}
@media (max-width: 575.98px) {
  section.home-slider .box-michal .wiz {
    top: 225px;
    left: -3rem;
    width: 170px;
    text-align: right;
    font-size: 88%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-michal .wiz {
    top: -8rem;
    left: 2rem;
    width: 186px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-michal .wiz {
    top: 5rem;
    left: -1.5rem;
    width: 190px;
  }
}
section.home-slider .box-jacek {
  top: 86px;
  bottom: 0;
  width: 425px;
  height: auto;
  z-index: 2;
  right: 6rem;
}
@media (max-width: 575.98px) {
  section.home-slider .box-jacek {
    width: 150px;
    right: 5px;
    top: 7.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-jacek {
    width: 251px;
    top: 176px;
    right: -1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-jacek {
    width: 284px;
    right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider .box-jacek {
    width: 347px;
    right: 4rem;
  }
}
section.home-slider .box-jacek .wiz {
  position: absolute;
  z-index: 3;
  top: 8rem;
  right: -8rem;
  width: 240px;
  color: #737574;
}
@media (max-width: 575.98px) {
  section.home-slider .box-jacek .wiz {
    top: 232px;
    left: -1rem;
    width: 200px;
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-jacek .wiz {
    top: -10.45rem;
    right: -5rem;
    width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-jacek .wiz {
    top: 4rem;
    right: -2.8rem;
    width: 140px;
  }
}
section.home-slider .box-anna {
  top: 0;
  bottom: 0;
  width: 468px;
  height: auto;
  z-index: 4;
  right: 12rem;
  margin: auto;
}
@media (max-width: 575.98px) {
  section.home-slider .box-anna {
    width: 150px;
    right: 25px;
    top: 7rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-anna {
    top: 90px;
    width: 300px;
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-anna {
    width: 332px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider .box-anna {
    width: 393px;
    right: 9rem;
  }
}
section.home-slider .box-anna .wiz {
  position: absolute;
  z-index: 5;
  top: 7rem;
  right: -8.5rem;
  width: 240px;
  color: #737574;
}
@media (max-width: 575.98px) {
  section.home-slider .box-anna .wiz {
    top: 241px;
    right: 0;
    left: 26px;
    width: 212px;
    text-align: left;
    font-size: 88%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section.home-slider .box-anna .wiz {
    width: 236px;
    right: -0.5rem;
    top: -5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.home-slider .box-anna .wiz {
    right: -9.5rem;
    top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.home-slider .box-anna .wiz {
    right: -11.5rem;
  }
}
#o-nas {
  position: relative;
  z-index: 7;
}

section.article-page aside {
  position: relative;
}
section.article-page aside .box-person {
  position: relative;
  overflow: visible;
  margin-bottom: 0rem;
}
section.article-page aside .box-person a {
  display: block;
}
section.article-page aside .box-person a img {
  transition: all 1s ease-in-out;
}
section.article-page aside .box-person a img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
section.article-page aside .box-michal {
  top: 0px;
  bottom: 0;
  width: 420px;
  height: auto;
  z-index: 2;
  right: -3rem;
  float: right;
}
@media (max-width: 575.98px) {
  section.article-page aside .box-michal {
    width: auto;
    right: 0;
    float: none;
  }
}
section.article-page aside .box-michal .wiz {
  position: absolute;
  z-index: 3;
  top: 10rem;
  left: -6rem;
  width: 240px;
  color: #737574;
}
@media (max-width: 575.98px) {
  section.article-page aside .box-michal .wiz {
    position: static;
  }
}
section.article-page aside .box-anna {
  top: 0;
  bottom: 0;
  width: 397px;
  height: auto;
  z-index: 4;
  right: 5rem;
  left: -3rem;
}
@media (max-width: 575.98px) {
  section.article-page aside .box-anna {
    width: auto;
    right: 0;
    left: 0;
    float: none;
  }
}
section.article-page aside .box-anna .wiz {
  position: absolute;
  z-index: 5;
  top: 9rem;
  right: -11rem;
  width: 240px;
  color: #737574;
}
@media (max-width: 575.98px) {
  section.article-page aside .box-anna .wiz {
    position: static;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
section.article-page aside p {
  margin-top: 0;
}
section.article-page .wiz-user {
  position: absolute;
  z-index: 5;
  text-align: left;
  top: 7rem;
  width: 300px;
}
@media (max-width: 575.98px) {
  section.article-page .wiz-user {
    position: static;
    padding-top: 5rem;
  }
}
section.article-page .wiz-user h1 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
section.article-page .wiz-user span {
  text-transform: uppercase;
}
section.article-page .img-user {
  margin: auto;
  max-width: 550px;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 575.98px) {
  section.article-page .img-user {
    height: auto !important;
  }
}
section.article-page .biogram {
  z-index: 5;
  position: relative;
  color: #fff;
}
@media (max-width: 575.98px) {
  section.article-page .biogram div {
    padding: 2.5rem !important;
  }
}

section.article-page {
  padding-top: 10rem;
}
@media (max-width: 575.98px) {
  section.article-page {
    padding-top: 3rem;
  }
}
@media (max-width: 575.98px) {
  section.article-page article div.float-start {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  section.article-page article div.prices {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  section.article-page article div p {
    text-align: justify !important;
  }
}
section.article-page article div.bg-primary {
  padding: 2.5rem !important;
}
@media (max-width: 575.98px) {
  section.article-page article div.contacts .col-anna-ciucias,
  section.article-page article div.contacts .col-michal-muskala,
  section.article-page article div.contacts .col-jacek-blazejewski {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
section.article-page h1 {
  font-size: 1.7rem;
}
@media (max-width: 575.98px) {
  section.article-page h1 {
    font-size: 1.2rem;
  }
}

.icons {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-left: #fff solid 1px;
}
.icons a {
  padding: 0 10px;
}

.text-brown {
  color: #c48a8a;
}

.contacts .col-anna-ciucias {
  text-align: center;
}
.contacts .col-michal-muskala {
  text-align: center;
}
.contacts .col-jacek-blazejewski {
  text-align: center;
}

/* INFORMATION IN HEADER */
/* ABOUT US */
.text-in-description {
  font-size: 1.12rem;
  padding: 2.5rem 4rem 1rem 3rem;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .text-in-description {
    padding: 2rem 2rem 1rem 2rem;
    font-size: 0.95rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .text-in-description {
    padding: 2rem 2rem 1rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .text-in-description {
    padding: 1.5rem 3rem 1rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-in-description {
    padding: 1.5rem 3rem 1rem 2rem;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .text-in-description {
    padding: 1.5rem 3rem 1rem 2rem;
    font-size: 1rem;
  }
}
.text-in-description h5 {
  font-size: inherit;
}

.text-in-scrollbar {
  font-size: 105%;
  padding: 1rem 4rem;
  max-height: 800px;
  overflow: hidden;
  min-height: 700px;
}
@media (max-width: 575.98px) {
  .text-in-scrollbar {
    padding: 1rem 2rem 2rem;
    font-size: 100%;
    min-height: 200px;
    max-height: none;
  }
}
.text-in-scrollbar .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.text-in-scrollbar .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 10px;
}

@media (max-width: 575.98px) {
  .col > p,
  .mx-auto > p,
  .md-auto > p {
    width: 80%;
    margin: auto;
    text-align: left !important;
  }
}
@media (max-width: 575.98px) {
  .col > h2,
  .mx-auto > h2,
  .md-auto > h2 {
    margin-top: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .col > h4,
  .mx-auto > h4,
  .md-auto > h4 {
    font-size: 1.2rem;
  }
}

.description {
  width: 100%;
  margin-top: 50px;
  background-color: #f8f8f8;
}
.description .row {
  padding: 0;
  margin: 0;
}

.teams-list {
  line-height: 1.8;
  font-size: 95%;
}

/* SERVICES  */
.webinars .container,
.webinars .container-fluid,
.services .container,
.services .container-fluid {
  margin-top: 50px;
}
.webinars .container .row h4,
.webinars .container-fluid .row h4,
.services .container .row h4,
.services .container-fluid .row h4 {
  border: none;
  padding: 20px 10px;
}
.webinars .container .row h5,
.webinars .container-fluid .row h5,
.services .container .row h5,
.services .container-fluid .row h5 {
  margin: 10px 10px;
}
.webinars .container .row .card,
.webinars .container-fluid .row .card,
.services .container .row .card,
.services .container-fluid .row .card {
  border: 1px solid #38485a;
  background-color: #38485a;
  height: 250px;
}
@media (max-width: 575.98px) {
  .webinars .container .row .card,
  .webinars .container-fluid .row .card,
  .services .container .row .card,
  .services .container-fluid .row .card {
    margin: 0px 0px 0px 0px;
    height: auto !important;
  }
}
.webinars .container .row .card .card-body a,
.webinars .container-fluid .row .card .card-body a,
.services .container .row .card .card-body a,
.services .container-fluid .row .card .card-body a {
  display: grid;
  align-items: center;
  height: 100%;
  text-align: center;
}
.webinars .container .row .card .card-body a:hover,
.webinars .container-fluid .row .card .card-body a:hover,
.services .container .row .card .card-body a:hover,
.services .container-fluid .row .card .card-body a:hover {
  color: #e0cac4;
}
@media (max-width: 575.98px) {
  .webinars .container .row .card .card-body a,
  .webinars .container-fluid .row .card .card-body a,
  .services .container .row .card .card-body a,
  .services .container-fluid .row .card .card-body a {
    padding: 1rem 1rem;
  }
}
.webinars .container .row .card .card-body a h3,
.webinars .container-fluid .row .card .card-body a h3,
.services .container .row .card .card-body a h3,
.services .container-fluid .row .card .card-body a h3 {
  font-size: 1.1rem;
  color: white;
  text-transform: uppercase;
}
.webinars .container .row .card .card-body a h3:first-word,
.webinars .container-fluid .row .card .card-body a h3:first-word,
.services .container .row .card .card-body a h3:first-word,
.services .container-fluid .row .card .card-body a h3:first-word {
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .webinars .container .row .card .card-body a h3,
  .webinars .container-fluid .row .card .card-body a h3,
  .services .container .row .card .card-body a h3,
  .services .container-fluid .row .card .card-body a h3 {
    font-size: 1rem;
  }
}
.webinars .container .row .card .card-body:hover,
.webinars .container-fluid .row .card .card-body:hover,
.services .container .row .card .card-body:hover,
.services .container-fluid .row .card .card-body:hover {
  box-shadow: 0 0 5px #38485a;
}
.webinars .container .row .card .card-title-price,
.webinars .container-fluid .row .card .card-title-price,
.services .container .row .card .card-title-price,
.services .container-fluid .row .card .card-title-price {
  color: #557571;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .webinars .container .row .card .card-title-price,
  .webinars .container-fluid .row .card .card-title-price,
  .services .container .row .card .card-title-price,
  .services .container-fluid .row .card .card-title-price {
    display: grid;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .webinars .container .row .card .card-title-price,
  .webinars .container-fluid .row .card .card-title-price,
  .services .container .row .card .card-title-price,
  .services .container-fluid .row .card .card-title-price {
    display: grid;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .webinars .container .row .card .card-title-price,
  .webinars .container-fluid .row .card .card-title-price,
  .services .container .row .card .card-title-price,
  .services .container-fluid .row .card .card-title-price {
    display: grid;
  }
}
.webinars .container .row .card .card-title-price h6,
.webinars .container-fluid .row .card .card-title-price h6,
.services .container .row .card .card-title-price h6,
.services .container-fluid .row .card .card-title-price h6 {
  font-weight: 600;
  font-size: inherit;
}
@media (max-width: 575.98px) {
  .webinars .container .row .card .card-title-price h6,
  .webinars .container-fluid .row .card .card-title-price h6,
  .services .container .row .card .card-title-price h6,
  .services .container-fluid .row .card .card-title-price h6 {
    font-size: 1.1rem;
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .webinars .container .row .card .card-title-price h6,
  .webinars .container-fluid .row .card .card-title-price h6,
  .services .container .row .card .card-title-price h6,
  .services .container-fluid .row .card .card-title-price h6 {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .webinars .container .row .card .card-title-price h6,
  .webinars .container-fluid .row .card .card-title-price h6,
  .services .container .row .card .card-title-price h6,
  .services .container-fluid .row .card .card-title-price h6 {
    width: 100% !important;
  }
}
.webinars .container .row .card .card-title-price span strong,
.webinars .container-fluid .row .card .card-title-price span strong,
.services .container .row .card .card-title-price span strong,
.services .container-fluid .row .card .card-title-price span strong {
  font-weight: 600;
}
.webinars .container .row .card-text,
.webinars .container-fluid .row .card-text,
.services .container .row .card-text,
.services .container-fluid .row .card-text {
  line-height: 1.3;
  font-size: 90%;
}
.webinars .container.list-hide,
.webinars .container-fluid.list-hide,
.services .container.list-hide,
.services .container-fluid.list-hide {
  height: 0;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .webinars div.mb-5,
  .services div.mb-5 {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  .webinars div.mb-5 h3,
  .services div.mb-5 h3 {
    font-size: 1.2rem;
  }
}

.bg-trojkat {
  position: absolute;
  z-index: 0;
  border: 1px solid red;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#office .card {
  border-color: #38485a;
}

@media (max-width: 575.98px) {
  #partners .container .row > .mt-5 {
    margin-top: 0 !important;
  }
}
@media (max-width: 575.98px) {
  #partners .container .row > .mt-5 h6 {
    margin-top: 1rem !important;
  }
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slider-logos {
  margin: auto;
}

.slider-logos > div span {
  border: 0px solid #b3b3b3;
  display: block;
  margin: 1rem;
  max-height: 240px;
  max-width: 240px;
  overflow: hidden;
  background: linear-gradient(0deg, transparent, white 100%);
}

hr.primary {
  background-color: #38485a;
  opacity: 0.6;
}

.video-box {
  position: relative;
  clear: both;
  margin-bottom: 2rem;
  display: grid;
  margin-bottom: 2rem;
  z-index: 1;
}
.video-box .video-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  background-color: #fff;
  opacity: 0.5;
  align-items: center;
  text-align: center;
  margin: auto;
}
.video-box .video-layer-price {
  position: absolute;
  display: grid;
  align-items: center;
  z-index: 5;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: 3rem;
}
.video-box .video-layer-price h4 {
  font-weight: 600;
}
.video-box .video-layer-price h4.price {
  font-size: 2.5rem;
  font-weight: 700;
}
.video-box .video-layer-price h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}
.video-box .video-layer-price h5 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.video-box .video-layer-price button {
  z-index: 10;
}

/*
.events {
    .container {
        margin-top: 50px;
        .form-row {
            h4 {
                border: none;
                padding: 20px 10px;
            }
            h5 {
                margin: 10px 10px;
            }
            .card {
                margin: 0px 4px 15px 4px;
                box-shadow: 0 0 7px #e9e9e9;
                border:1px solid #eeeeee;
                @media (max-width: 575.98px) { 
                }
                // Small devices (landscape phones, 576px and up)
                @media (min-width: 576px) and (max-width: 767.98px) {  }

                // Medium devices (tablets, 768px and up)
                @media (min-width: 768px) and (max-width: 991.98px) {  }

                // Large devices (desktops, 992px and up)
                @media (min-width: 992px) and (max-width: 1199.98px) {  }

                // Extra large devices (large desktops, 1200px and up)
                @media (min-width: 1200px) {  }
                .card-title-price {
                    color: $nintu-color;
                    font-size: 18px;
                    display: flex;
                    flex-direction: row;
                    justify-content: space-between;
                    h6 {
                        font-weight: 600;
                        font-size: inherit;
                    }
                    span {
                        strong {
                            font-weight: 600;
                        }
                    }
                }
                .bg-news {
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
            }
            .card-text {
                line-height: 1.3;
                //font-size: 90%;
            } 
            .lists {
                .card {
                    @media (max-width: 575.98px) { 
                        height: auto !important;
                    }
                }
            }
        }
    }
}
*/
/*
#workshoppage {
    .workshop-params {
        ul {
            li {
                background: none;
                padding: 0.5rem 5rem;
                border-style: dashed;
            }
        }
    }
}
*/
.card.card-top {
  position: relative;
  overflow: hidden;
  height: 425px;
}
.card.card-top .card-img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 966px) {
  .card.card-top .card-img img {
    max-width: none;
    width: auto !important;
  }
}
.card.card-top .card-body {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
}
.card.card-top .card-body .card-bg-layer {
  height: 20vh;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  opacity: 0.4;
}
@media (max-width: 575.98px) {
  .card.card-top .card-body .card-bg-layer {
    height: 60vh;
  }
}
.card.card-top .card-body .card-text {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  right: 2rem;
  z-index: 4;
}
.card.card-top .card-body .card-text * {
  color: #fff;
}
.card.card-top .card-body .card-text h4 {
  padding: 0;
}

.card.card-list {
  overflow: hidden;
  height: 205px;
}
.card.card-list.news {
  height: auto;
}
.card.card-list.news:hover {
  background-color: #fffffb;
}
.card.card-list .card-body .card-head {
  margin: 0 0 5px;
}
.card.card-list .card-body .card-title {
  font-weight: 600;
}

.card-circle {
  display: grid;
  align-items: center;
  text-align: center;
  width: 16rem;
  height: 16rem;
  position: relative;
  margin: auto;
}
.card-circle .card-circle-image {
  display: grid;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  overflow: hidden;
  border-radius: 20rem;
  z-index: 2;
  opacity: 0.6;
  border: 1rem solid #e1e1e1;
  box-shadow: 0 0 7px #aaa;
  transition: all 0.3s ease-in-out;
}
.card-circle .card-circle-image:hover {
  opacity: 1;
}
.card-circle .card-title {
  position: absolute;
  z-index: 3;
  color: white;
  text-align: center;
  display: grid;
  align-content: center;
  left: 2rem;
  right: 2rem;
  top: 0rem;
  bottom: 0rem;
  padding-top: 3rem;
  transition: all 0.3s ease-in-out;
}
.card-circle .card-title:hover {
  padding-top: 7rem;
}
.card-circle .card-title h6 {
  font-weight: bold;
}

.card-circle-footer {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 10px;
}
.card-circle-footer > * {
  display: block;
}
.card-circle-footer h6 {
  font-weight: bold;
  margin-bottom: 2px;
  color: #0e9282;
}
.card-circle-footer small {
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .other-news .md-auto {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.other-news .card.card-list {
  min-height: 205px;
  height: auto;
  box-shadow: 0 0 7px #e9e9e9;
  border: 1px solid #eeeeee;
}

.card a.yt-a {
  overflow: hidden;
  display: block;
}
.card a.yt-a img.yt-img {
  margin-top: -10%;
  margin-bottom: -10%;
}

.bg-card {
  background-color: #38485a;
  padding: 4rem 8rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-card {
    padding: 2rem 3.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg-card {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .bg-card {
    padding: 1rem 2rem;
    text-align: left !important;
  }
}
.bg-card p {
  color: #fff;
}

/* EWENTS */
.text-events {
  width: 60%;
  margin: 50px auto;
  color: #000;
  text-align: center;
}

/* COOPERATION */
.wspolpraca-img {
  max-width: 466px;
}
@media (max-width: 575.98px) {
  .wspolpraca-img {
    max-width: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .wspolpraca-img {
    max-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .wspolpraca-img {
    max-width: 330px;
  }
}
.wspolpraca-claim {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  top: 0;
  display: grid;
  align-content: center;
  width: 250px;
}
.wspolpraca-claim h3 {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  .wspolpraca-claim {
    width: 180px;
    text-align: center;
  }
  .wspolpraca-claim h3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .wspolpraca-claim {
    width: 200px;
    text-align: center;
  }
  .wspolpraca-claim h3 {
    font-size: 1.4rem;
  }
}

/*
.slider-logos {
    overflow: hidden;
    width: 90%;
    margin: auto;
    > div {
        span {
            border: 1px solid #b3b3b3;
            display: block;
            margin: 1rem 1rem;
            max-height: 240px;
            max-width: 240px;
            overflow: hidden;            
        }
    }
}*/
/*  CONTACT */
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map {
  padding: 0;
}
@media (max-width: 575.98px) {
  .map {
    height: 380px;
  }
}

.input-group-text {
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  .input-group-text {
    padding: 0.275rem 0.7rem;
  }
}

@media (max-width: 575.98px) {
  label.small {
    font-size: 70%;
  }
}

@media (max-width: 575.98px) {
  #send {
    margin-top: 1rem;
  }
}

.info-contact > :last-child {
  color: #000;
}

/* article */
@media (max-width: 575.98px) {
  article h1 {
    font-size: 1.9rem;
  }
}
article h2 {
  font-size: 1.7rem;
  color: inherit;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  article h2 {
    font-size: 1.4rem;
  }
}
article h3 {
  font-size: 2.1rem;
  font-family: "Dancing Script", "Open Sans", Lato, cursive, sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #efd9db;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  article h3 {
    font-size: 1.1rem;
  }
}
article h4 {
  color: inherit;
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
article a {
  color: #e8b068;
  text-decoration: underline;
}
article a:hover {
  color: #ced4da;
  text-decoration: none;
}
article a.btn {
  text-decoration: none;
}
article p {
  text-align: justify;
}
article .box-img-r {
  border: 0px solid;
  display: block;
  position: inherit;
  margin-left: -458px;
  padding-left: 0;
  float: right;
  width: 650px;
  right: -10rem;
}
article .box-img-r img {
  width: 50%;
  float: right;
}

article#landing-page p {
  text-align: center;
}

aside.article-image {
  display: grid;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
aside.article-image .logo {
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
aside.article-image .logo:hover {
  opacity: 1;
}
@media (max-width: 575.98px) {
  aside.article-image .logo {
    width: 60%;
    margin: 2rem auto;
  }
}

.tpay-groups-wrapper .card {
  box-shadow: 0 0 3px #eee;
  height: 100px;
  overflow: hidden;
}
.tpay-groups-wrapper .card:hover {
  box-shadow: 0 0 3px #e8b068;
}
.tpay-groups-wrapper .card.active {
  box-shadow: 0 0 5px #17a2b8;
}
.tpay-groups-wrapper .card .tpay-with-logo {
  padding: 1rem;
  display: grid;
  align-content: center;
}
.tpay-groups-wrapper .card .tpay-with-logo .tpay-group-logo-holder {
  text-align: center;
}
.tpay-groups-wrapper .card .tpay-with-logo .tpay-group-logo-holder img {
  margin: auto;
}

.shadow-md {
  box-shadow: 12px 12px 0 #bbb;
}

blockquote {
  font-style: italic;
  border-bottom: 1px dashed #cccccc;
  border-top: 1px dashed #cccccc;
  padding: 3rem;
  color: #777777;
}

article figure.image-style-side {
  float: left;
  margin-right: 1rem;
}

.events aside.article-image {
  max-height: 500px;
}
.events aside.article-image .logo img {
  max-width: 15%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.only-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .only-mobile {
    display: inline-block;
  }
}

footer {
  position: relative;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-size: cover;
}
footer .info-contact {
  background-color: #fff;
  padding: 3rem 3rem 3rem 3rem;
}
@media (max-width: 575.98px) {
  footer .info-contact {
    padding: 3rem 2rem 3rem 2rem;
  }
}
footer .info-contact a {
  color: #557571;
}
footer .copyright {
  height: auto;
}
footer .copyright p {
  color: #2c2c2c;
  font-size: 13px;
}
footer .copyright p a.link {
  color: #38485a;
}
footer .copyright p a.link:hover {
  color: #df4f26;
}
@media (max-width: 575.98px) {
  footer .copyright p {
    font-size: 0.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#res {
  border: 1px solid red;
  z-index: 505;
  position: absolute;
  bottom: 0;
}

.w-70 {
  width: 70% !important;
}

.w-60 {
  width: 60% !important;
}

.h-200 {
  height: 200px;
}

.h-230 {
  height: 230px;
}

.h-250 {
  height: 250px;
}

.f18 {
  font-size: 18px;
  font-size: 1.12rem;
}

.f25 {
  font-size: 25px !important;
}

.f30 {
  font-size: 30px !important;
}

i.fx2 {
  font-size: 1.1rem;
}

.p-20 {
  padding: 20px;
}

.p-50 {
  padding: 50px;
}

.p-6 {
  padding: 5rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mt-6 {
  margin-top: 4rem;
}

.c-white {
  color: #fff !important;
}

.c-gray {
  color: #949394;
}

.c-gray-400 {
  color: #ced4da;
}

.c-gray-300 {
  color: #dee2e6;
}

.c-gray-200 {
  color: #f5f5f5;
}

.bgc-gray-200 {
  background-color: #f5f5f5 !important;
}

.bgc-gray-100 {
  background-color: #f1f1f1 !important;
}

.bgc-gray-50 {
  background-color: #f8f8f8 !important;
}

.bg-plamka {
  background: rgba(255, 255, 255, 0.5) url("/storage/images/plamka.jpg") no-repeat center center;
  background-size: auto;
}

.bg-plamka-right-contain {
  background: url("/storage/images/plamka1.jpg") no-repeat right center;
  background-size: contain;
}

.bg-plamka-left-contain {
  background: url("/storage/images/plamka1.jpg") no-repeat left center;
  background-size: contain;
}

.bg-plamka-1 {
  background: url("/storage/images/plamka1.jpg") no-repeat center center;
  background-size: auto;
}

.bg-plamka-c {
  background: #ffffff url("/storage/images/plamka-c.jpg") no-repeat center center;
  background-size: auto;
}

.bg-plamka-p {
  background: #ffffff url("/storage/images/plamka-p.jpg") no-repeat center right;
  background-size: auto;
}

.bg-plamka-2 {
  background: #ffffff url("/storage/images/plamka2.jpg") no-repeat center center;
  background-size: auto;
}

.bg-none {
  background: none !important;
}

.cookies {
  font-size: 75%;
}

.strong,
.bold {
  font-weight: 600;
}

.f12rem strong {
  font-size: 1.25rem;
}

.bdrs-025 {
  border-radius: 0.2rem !important;
}

.bdrs-r-025 {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.bdrs-l-025 {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.bdrs-t-025 {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

.bdrs-b-025 {
  border-bottom-left-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa !important;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaaaaa !important;
  opacity: 1;
  /* Firefox */
  font-style: italic;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa !important;
  font-style: italic;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaaaaa !important;
  font-style: italic;
}
