/* 
 Theme Name: SDA shop
 Theme URI: https://sdacademy.pl
 Author: Przemek Pawluk
 Description: SDA shop
 */
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,
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;
}
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: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf');
  font-weight: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Light.ttf');
  font-weight: 200;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Thin.ttf');
  font-weight: 100;
}
html,
body {
  font-family: 'Poppins';
  color: #2f185c;
}
@media (min-width: 1169px) {
  .container {
    max-width: 1169px;
  }
}
h2 {
  color: #2f185c;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  background-repeat: no-repeat;
  padding-top: 15px;
  margin-bottom: 30px;
}
h2.center {
  text-align: center;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
    margin-bottom: 18px;
    line-height: 1.2;
  }
}
h3 {
  color: #2f185c;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.35px;
}
h3[class^="icon-"] {
  background-repeat: no-repeat;
  background-size: 50px;
  padding-top: 65px;
}
h3.icon-code {
  background-image: url(img/icon-code.png);
}
h3.icon-like {
  background-image: url(img/icon-like.png);
}
h3.icon-start {
  background-image: url(img/icon-start.png);
}
h3.icon-summary {
  background-image: url(img/icon-summary.png);
}
h3.icon-calendar {
  background-image: url(img/icon-calendar.png);
}
h3.icon-workshops {
  background-image: url(img/icon-workshops.png);
}
@media (max-width: 575px) {
  h3 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.2;
  }
}
.button {
  display: inline-block;
  min-width: 200px;
  padding: 21px 0;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.35px;
  line-height: 13px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s;
  background-image: linear-gradient(103deg, #ff2b8e, #ff55d7);
  margin-top: 50px;
  transition: opacity 0.3s;
}
.button:hover {
  color: #fff;
  background-image: linear-gradient(103deg, #ff55d7, #ff2b8e);
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .button {
    min-width: 200px;
    padding: 16px 0;
    margin-top: 30px;
  }
}
.italic {
  font-style: italic;
}
section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 90px;
}
section p {
  color: #2f185c;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.35px;
}
@media (max-width: 575px) {
  section p {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.header {
  height: 790px;
  margin-bottom: 110px;
  background-image: url(img/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.header .hero {
  position: absolute;
  left: 0;
  right: 0;
  height: 740px;
  margin-top: 60px;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 1;
}
.header .hero .content {
  width: 50%;
}
.header .hero .content h1 {
  color: #fff;
  font-size: 49px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.06px;
}
.header .hero .content h1 strong {
  color: #000250;
}
.header .hero .content p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 38px;
}
@media (max-width: 1168px) {
  .header .hero {
    margin-top: 45px;
  }
  .header .hero .content p {
    font-size: 16px;
  }
  .header .hero .content p strong {
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .header .hero {
    background-image: url(img/header-man.png);
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .header {
    margin-bottom: 60px;
    height: 680px;
  }
  .header .hero {
    background-image: url(img/header-man-mobile.png);
  }
  .header .hero .content h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 570px;
  }
  .header .hero {
    height: 480px;
    background-size: 50%;
    background-position: right bottom;
    margin-top: 55px;
  }
  .header .hero .content h1 {
    font-size: 24px;
  }
  .header .hero .content p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .header {
    height: 620px;
    margin-bottom: 25px;
  }
  .header .hero {
    background-position: right -30% bottom;
    height: 460px;
  }
  .header .hero .content {
    width: 100%;
  }
  .header .hero .content h1 {
    font-size: 24px;
    text-align: center;
  }
  .header .hero .content h1 strong {
    line-height: 44px;
  }
  .header .hero .content p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 25px;
    width: 80%;
  }
}
nav.main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
}
@media (max-width: 576px) {
  nav.main-menu {
    flex-direction: column;
  }
}
nav.main-menu .brand img {
  width: 163px;
}
@media (max-width: 576px) {
  nav.main-menu .brand img {
    width: 140px;
    margin-bottom: 20px;
  }
}
nav.main-menu .menu {
  display: inline-block;
}
nav.main-menu .menu li {
  display: inline-block;
  margin-right: 35px;
}
nav.main-menu .menu li a {
  color: #fff;
  font-size: 18px;
  padding: 8px 0;
  letter-spacing: 0.39px;
  transition: color 0.2s;
}
nav.main-menu .menu li a:hover {
  color: #2f185c;
  text-decoration: none;
}
nav.main-menu .menu li.fb {
  margin-right: 0;
}
nav.main-menu .menu li.fb a {
  font-size: 19px;
}
@media (max-width: 768px) {
  nav.main-menu .menu li {
    margin-right: 25px;
  }
  nav.main-menu .menu li a {
    font-size: 16px;
  }
  nav.main-menu .menu li.fb a {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  nav.main-menu .menu li a {
    font-size: 14px;
  }
}
@media (max-width: 390px) {
  nav.main-menu .menu li a {
    font-size: 14px;
  }
}
nav.main-menu .mobile-menu {
  max-height: 0;
  transition: max-height 1s;
  text-align: center;
  overflow: hidden;
}
nav.main-menu .mobile-menu li {
  padding: 8px 0;
}
nav.main-menu .mobile-menu li:last-child {
  padding-bottom: 30px;
}
nav.main-menu .mobile-menu li a {
  color: #2f185c;
  font-size: 18px;
  font-weight: bold;
}
nav.main-menu .mobile-menu.show {
  max-height: 300px;
}
nav.main-menu .hamburger {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url(img/hamburger.png);
}
@media (min-width: 768px) {
  nav.main-menu .hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  nav.main-menu {
    padding-top: 15px;
  }
}
footer {
  color: #2f185c;
  text-align: center;
  font-size: 14px;
  padding: 40px 0px;
  border-top: solid #ecf1f6 1px;
}
@media (max-width: 767px) {
  footer {
    font-size: 12px;
  }
}
#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;
}
section#first {
  height: 650px;
  margin-bottom: 110px;
  padding-top: 0;
  background-color: #f5f7fb;
}
section#first .hero {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  height: 740px;
  margin-top: 30px;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 1;
}
section#first .hero .content {
  width: 50%;
  padding-bottom: 50px;
}
section#first .hero .content h1 {
  color: #2f185c;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: 1px;
}
section#first .hero .content h1 strong {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
section#first .hero .content h1 strong::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -1;
  padding: 0 10px;
  background-image: linear-gradient(85deg, #ff2b8e 0%, #ff55d7);
}
section#first .hero .content p {
  color: #2f185c;
  font-size: 18px;
  letter-spacing: 0.39px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 38px;
}
@media (max-width: 1168px) {
  section#first .hero .content p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  section#first .hero {
    background-image: url(img/header-man.png);
    background-size: contain;
  }
}
@media (max-width: 991px) {
  section#first {
    margin-bottom: 60px;
    height: 450px;
  }
  section#first .hero {
    height: 540px;
    background-image: url(img/header-man-mobile.png);
  }
  section#first .hero .content {
    padding-bottom: 120px;
  }
  section#first .hero .content h1 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  section#first {
    height: 500px;
    margin-bottom: 75px;
  }
  section#first .hero {
    display: block;
    background-position: right bottom;
    background-size: 65%;
    height: 600px;
  }
  section#first .hero .content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
  }
  section#first .hero .content h1 {
    font-size: 25px;
    text-align: center;
  }
  section#first .hero .content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  section#first {
    height: 500px;
    margin-bottom: 75px;
  }
  section#first .hero {
    display: block;
    background-position: right -30% bottom;
    background-size: 65%;
    height: 600px;
  }
  section#first .hero .content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
  }
  section#first .hero .content h1 {
    font-size: 25px;
  }
  section#first .hero .content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  section#first .hero .content .button {
    min-width: 150px;
    padding: 18px 0;
    margin-right: 20%;
  }
}
@media (max-width: 485px) {
  section#first .hero {
    background-position: right -50% bottom;
    background-size: 75%;
  }
}
section#why-work {
  z-index: 2;
}
section#why-work .boxes-container {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  section#why-work .boxes-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
section#why-work .boxes-container .box {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 21px 54px -11px rgba(41, 61, 123, 0.25);
  background-color: #fff;
  padding: 70px 30px 60px 30px;
  transition: background-color 0.8s;
}
section#why-work .boxes-container .box h3,
section#why-work .boxes-container .box p {
  transition: color 0.8s;
}
section#why-work .boxes-container .box::before {
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  color: #f4faff;
  font-size: 75px;
  font-weight: bold;
  letter-spacing: 2px;
}
section#why-work .boxes-container .box:hover {
  background-color: #6c60ff;
  color: #fff;
}
section#why-work .boxes-container .box:hover h3,
section#why-work .boxes-container .box:hover p {
  color: #fff;
}
section#why-work .boxes-container [class^="col-"] {
  padding-bottom: 30px;
}
section#why-work .boxes-container [class^="col-"]:nth-of-type(1) .box::before {
  content: '01';
}
section#why-work .boxes-container [class^="col-"]:nth-of-type(2) .box::before {
  content: '02';
}
section#why-work .boxes-container [class^="col-"]:nth-of-type(3) .box::before {
  content: '03';
}
section#why-work .boxes-container [class^="col-"]:nth-of-type(4) .box::before {
  content: '04';
}
section#why-work .boxes-container > p {
  color: #6c60ff;
  padding: 40px 15px 0 15px;
  font-weight: normal;
}
section#why-course {
  z-index: 1;
  background-image: url(img/light-blue-bg.png);
  background-size: cover;
  background-position: left bottom;
  padding-top: 450px;
  padding-bottom: 150px;
  margin-top: -470px;
}
section#why-course [class^="col-"] {
  margin-bottom: 30px;
}
section#why-course h2 {
  max-width: 600px;
}
section#testimonials [class^="col-"] {
  margin-bottom: 40px;
}
section#testimonials h2 {
  margin-bottom: 80px;
}
section#testimonials h3 {
  margin-bottom: 0;
  margin-top: 15px;
}
section#testimonials img {
  width: 90%;
  border-radius: 8px;
  box-shadow: 0 21px 54px -11px rgba(41, 61, 123, 0.5);
  margin-bottom: 40px;
}
section#testimonials p {
  width: 90%;
}
section#form {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(img/form-bg.jpg);
  background-size: cover;
  text-align: center;
}
section#form .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
section#form [class^="col-"] {
  margin-bottom: 45px;
}
section#form h2 {
  color: #fff;
  margin-bottom: 80px;
}
section#form p {
  color: #fff;
}
section#form p strong {
  display: block;
  color: #b1ffc2;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 575px) {
  section#form [class^="col-"] {
    margin-bottom: 35px;
  }
  section#form h2 {
    margin-bottom: 50px;
  }
  section#form p strong {
    font-size: 20px;
  }
}
section#program {
  background: linear-gradient(to top left, #424fe1, #9168ff);
}
@media (max-width: 575px) {
  section#program {
    padding-left: 10px;
  }
}
section#program h2 {
  background-image: url(img/h2-border-white.png);
  color: #fff;
}
section#program h3 {
  color: #fff;
  font-size: 20px;
}
section#program p {
  color: #fff;
}
section#program .top {
  padding-top: 40px;
  padding-bottom: 70px;
}
section#program .bottom {
  padding-bottom: 70px;
}
section#program .box {
  padding-right: 35px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  section#program .box {
    margin-bottom: 30px;
  }
}
section#program .box::before {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  color: #ffff;
  font-size: 30px;
  font-weight: normal;
}
section#program .box:nth-of-type(1)::before {
  content: '1';
}
section#program .box:nth-of-type(2)::before {
  content: '2';
}
section#program .box:nth-of-type(3)::before {
  content: '3';
}
section#program .box:nth-of-type(4)::before {
  content: '4';
}
section#program .box:nth-of-type(5)::before {
  content: '5';
}
section#program .box::after {
  display: block;
  color: #fff;
  opacity: 0.1;
  font-size: 90px;
  font-weight: bold;
  z-index: -1;
  margin-top: -40px;
}
@media (max-width: 991px) {
  section#program .box::after {
    font-size: 60px;
    margin-top: -25px;
  }
}
@media (max-width: 575px) {
  section#program .box::after {
    font-size: 45px;
    margin-top: -20px;
  }
}
section#program .box:nth-of-type(1)::after {
  content: 'HTML';
}
section#program .box:nth-of-type(2)::after {
  content: 'HTML & CSS';
}
section#program .box:nth-of-type(3)::after {
  content: 'CSS';
}
section#program .box:nth-of-type(4)::after {
  content: 'JS';
}
section#program .box:nth-of-type(5)::after {
  content: 'JQuery';
}
section#program span {
  font-weight: 100;
}
section#program .row {
  padding-top: 50px;
}
section#how-looks {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #201c4e;
}
section#how-looks::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
  width: 30px;
  height: 30px;
  transform: rotate(-315deg);
  border-radius: 5px;
  background-color: #201c4e;
}
section#how-looks .box {
  margin-top: 40px;
  margin-right: 40px;
}
section#how-looks h2 {
  background-image: url(img/h2-border-white.png);
  color: #fff;
}
section#how-looks h3 {
  color: #fff;
}
section#how-looks p {
  color: #fff;
}
section#how-looks .photo {
  background-image: url(img/how-looks-photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
section#how-looks .content {
  max-width: 1100px;
  padding-bottom: 90px;
  padding-top: 90px;
  padding-left: 110px;
}
@media (max-width: 991px) {
  section#how-looks .content {
    padding-top: 40px;
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  section#how-looks .content {
    padding-top: 30px;
    padding-left: 30px;
  }
}
section#numbers {
  background: linear-gradient(#ffffff, #f4faff);
}
section#numbers strong {
  font-size: 40px;
  color: #6c60ff;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  section#numbers strong {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  section#numbers strong {
    font-size: 25px;
  }
}
section#numbers a {
  color: #6c60ff;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
section#numbers p {
  padding-top: 20px;
}
section#numbers .top {
  padding-top: 65px;
}
@media (max-width: 767px) {
  section#numbers .top {
    padding-top: 30px;
  }
}
section#numbers .bottom {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  section#numbers h3 {
    line-height: 1;
    margin-bottom: 25px;
  }
}
section#contact {
  margin-top: 50px;
  margin-bottom: -70px;
  background-image: url(img/map.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1168px) {
  section#contact {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  section#contact {
    margin-top: 15px;
    background-size: cover;
  }
}
section#contact .row {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (max-width: 1168px) {
  section#contact .row {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  section#contact .row {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) {
  section#contact h3 {
    font-size: 24px;
  }
}
section#contact p {
  padding: 15px 0;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  section#contact p {
    padding: 6px 0;
  }
}
section#contact .p2 {
  font-weight: 500;
}
section#contact a {
  color: #6c60ff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 0;
  text-decoration: none;
}
@media (max-width: 991px) {
  section#contact a {
    padding: 6px 0;
  }
}
@media (max-width: 991px) {
  section#contact .col-md-6 {
    padding-bottom: 30px;
  }
}
#header {
  position: static;
  background-color: #f5f7fb;
}
@media (max-width: 575px) {
  #header .row {
    justify-content: space-between;
  }
  #header .row .col-sm-4 {
    width: 200px;
  }
  #header .row .col-sm-8 {
    width: 130px;
  }
}
#header div#logo-cell {
  height: auto;
}
#header div#logo-cell img {
  width: 170px;
}
#header .menu_glowne ul#menu {
  padding: 19px 10px;
}
#header .menu_glowne ul#menu li {
  padding: 22px 20px;
}
@media (min-width: 769px) {
  #header .menu_glowne ul#menu li.bpmj-login-logout a {
    border-radius: 21px;
    border: solid 2px #2f185c;
    padding: 9px 25px;
  }
  #header .menu_glowne ul#menu li.bpmj-login-logout a:hover {
    color: #f5f7fb;
    background-color: #2f185c;
  }
}
#header .menu_glowne ul#menu li a {
  font-weight: bold;
  color: #2f185c;
}
#header .menu_glowne ul#menu li ul.sub-menu li {
  padding: 0;
}
#header .menu_glowne ul#menu li ul.sub-menu li a:hover {
  border-left-color: #ff2c91;
}
@media (min-width: 769px) and (max-width: 991px) {
  #header .menu_glowne ul#menu li {
    padding: 22px 10px;
  }
}
@media (max-width: 768px) {
  #header .menu_glowne {
    background: #f5f7fb;
    top: 90px;
    z-index: 999;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #header .menu_glowne ul#menu li {
    padding: 9px 20px;
    border-bottom: 1px solid #c9c9c9;
  }
  #header .menu_glowne ul#menu li.active > a {
    background: #f5f7fb !important;
    color: #ff2c91;
  }
  #header .menu_glowne ul#menu li:last-child {
    border-bottom: none;
  }
  #header .menu_glowne #menu li ul li a,
  #header .menu_glowne #menu li ul li a:hover,
  #header .menu_glowne #menu li ul li:hover > a {
    background: #f5f7fb !important;
  }
}
#header #menu_mobile {
  color: #2f185c;
  font-size: 29px;
  padding: 17px 10px;
}
#header .koszyk a {
  color: #2f185c;
}
#header .koszyk a:hover {
  color: #2f185c;
  opacity: 0.8;
}
#header .koszyk .dymek {
  background: #ff2c91;
  line-height: 19px;
}
#page .box_glowna_tytul h2 {
  color: #2f185c;
}
.box_glowna_kategorie p {
  color: #adadad;
  font-weight: 400px;
  line-height: 20px;
}
.box_glowna_opis {
  color: #2f185c;
  font-size: 14px;
}
.box_glowna_kategorie ul li a {
  color: #adadad;
}
.download-template-default div[itemprop="description"] {
  overflow-x: auto;
}
#content {
  padding-top: 0;
}
.lekcja_top--sticky {
  position: static;
  top: 0;
}
.lekcja_top--sticky.sticky {
  position: fixed;
}
.lekcja_top--sticky .lekcja_top__left {
  visibility: hidden;
}
.admin-bar .lekcja_top--sticky.sticky {
  top: 32px;
}
.widok {
  display: none;
}
.glowna_box_cena {
  background: #2f185c;
}
.box_glowna_add_to_cart a,
form input[type="submit"],
form button[type="submit"] {
  color: #fff;
  border-radius: 25px;
  background-image: linear-gradient(103deg, #ff2b8e, #ff55d7);
  border-bottom: none;
  box-shadow: 0px 6px 9px 0px rgba(218, 79, 193, 0.3);
}
.box_glowna_add_to_cart a:hover,
form input[type="submit"]:hover,
form button[type="submit"]:hover {
  color: #fff;
  background-image: linear-gradient(103deg, #ff55d7, #ff2b8e);
}
/*#edd-purchase-button, .edd-payu-submit-button, .edd-tpay-submit-button {
	background-image: url('http://sda-shop.local.pl/wp-content/plugins/wp-idea/templates/scarlet/assets/img/klodka biala.png'), linear-gradient(103deg, #ff2b8e, #ff55d7);

}*/
form input {
  margin-bottom: 5px;
  margin-top: 5px;
}
form textarea {
  margin-top: 5px;
}
form input[type=checkbox] {
  width: auto;
}
.truncate-text:not(.show) {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
  margin-bottom: 10px;
  cursor: pointer;
}
.truncate-text:not(.show)::after {
  content: ' \02C7';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 55px;
}
@media (max-width: 767px) {
  #strona_kursu_slider > div > h1 {
    font-size: 36px;
  }
}
