/*!
Theme Name: langmasters
Theme URI: https://langmasters.pl/
Author: Esumo
Author URI: https://esumo.pl/
Version: 1.1.0
*/

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local('Barlow'), url('fonts/Barlow-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  src: local('Barlow'), url('fonts/Barlow-Italic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: local('Barlow'), url('fonts/Barlow-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  src: local('Barlow'), url('fonts/Barlow-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local('Barlow'), url('fonts/Barlow-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  src: local('Barlow'), url('fonts/Barlow-SemiBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: local('Barlow'), url('fonts/Barlow-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  src: local('Barlow'), url('fonts/Barlow-BoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  src: local('Barlow'), url('fonts/Barlow-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  src: local('Barlow'), url('fonts/Barlow-ExtraBoldItalic.woff') format('woff');
}


/* Admin bar */

html {
  margin-top: 0 !important;
}
body.admin-bar #wphead {
  padding-top: 0;
}
#wpadminbar {
  top: auto !important;
  bottom: 0;
  position: fixed;
}
#wpadminbar .quicklinks .menupop ul {
  position: absolute;
  bottom: 32px;
  background-color: #23282d;
}
#wpadminbar .quicklinks .menupop ul + ul {
  bottom: 70px;
}
#wpadminbar .quicklinks .menupop ul ul {
  transform: translateY(62px);
  -webkit-transform: translateY(62px);
  -ms-transform: translateY(62px);
}
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
  bottom: 64px;
  position: absolute;
}
@media screen and (max-width: 782px) {
  #wpadminbar .quicklinks .menupop ul {
    bottom: 46px;
  }

  #wpadminbar .quicklinks .menupop ul + ul,
  #wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
    bottom: 86px;
  }

  #wpadminbar .quicklinks .menupop ul ul {
    transform: translateY(92px);
    -webkit-transform: translateY(92px);
    -ms-transform: translateY(92px);
  }
}

/* Global */

.hide {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #222870;
  background: #ff1f45;
}

::selection {
  color: #222870;
  background: #ff1f45;
}

input,
button,
textarea {
  font-family: "Barlow", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  font-size: 16px;
  color: #2C3244;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.primary,
.more-info-btn {
  background-color: #a4113a;
  color: #fff;
  padding: 6px 14px;
  font-size: 20px;
  border: 2px solid #a4113a;
  border-radius: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s;
}

.primary:hover,
.more-info-btn:hover {
  background-color: #2C3244;
  color: #fff;
}

.secondary{
  background-color: transparent;
  color: #2C3244;
  padding: 6px 14px;
  border:2px solid #2C3244;
  font-size: 20px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 16px;
}

.secondary:hover{
  background-color: #2C3244;
  border: 2px solid #a4113a;
  color: #fff;
}

.primary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
}

.primary img {
  max-width: 40px;
}


.primary-pulse-button{
	position: relative;
	display: inline-block;
  }

  
  .primary-pulse-button:hover .primary-pulse-button-anim{
	animation: pulse-button-hover 1.5s infinite ease-in-out;
  }
  
  .primary-pulse-button-anim{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	box-shadow: 0 0 0 0 rgba(255, 104, 104, 0.7);
	width: 100%;
	height: 100%;
	z-index: -1;
	animation: pulse-button 1.5s infinite ease-in-out;
  }
  
  /* Button pulse animation */
  @keyframes pulse-button {
	0% {
	  box-shadow: 0 0 0 0 rgba(255, 104, 104, 0.7);
	}
	50% {
	  box-shadow: 0 0 0 8px rgba(255, 104, 104, 0.7);
	}
	100% {
	  box-shadow: 0 0 0 0 rgba(255, 104, 104, 0.7);
	}
  }
  
  @keyframes pulse-button-hover {
	0% {
	  box-shadow: 0 0 0 0 rgba(15, 39, 110, 0.7);
	}
	50% {
	  box-shadow: 0 0 0 8px rgba(15, 39, 110, 0.7);
	}
	100% {
	  box-shadow: 0 0 0 0 rgba(15, 39, 110, 0.7);
	}
  }

@media (max-width: 960px) {
  .container {
    padding: 0 16px;
  }
}

/* Francuski Start */
.page-template-page-francuski-start ::-moz-selection {
  color: #2C3244;
  background: #a4113a;
}

.page-template-page-francuski-start ::selection {
  color: #2C3244;
  background: #a4113a;
}

/* Header */

header.main {
  padding: 32px 0;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}

header.main .brand img {
  display: block;
}

header.main nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}

header.main nav ul a {
  font-size: 17px;
  color: #3a342f;
  text-decoration: none;
  font-weight: 500;
  padding: 4px 0;
}

@media (min-width: 1200px) {
  .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #a4113a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before,
  .hvr-underline-from-left:focus:before,
  .hvr-underline-from-left:active:before {
    right: 0;
  }
}

header.main nav ul .btn a {
  border-radius: 8px;
  background-color: #2C3244;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  transition: 0.5s;
}

header.main nav ul .btn a:hover {
  background-color: #a4113a;
  color: #fff;
}

header.main nav ul .sub--menu--wrapper {
  position: absolute;
  padding-top: 8px;
  display: none;
}

header.main nav ul li:hover .sub--menu--wrapper {
  display: block;
}

header.main nav ul .sub--menu--wrapper .sub--menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}

header.main nav ul .sub--menu--wrapper .sub--menu:before {
  content: "";
  display: block;
  background-image: url("https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/menu-corner.svg");
  position: absolute;
  top: -8px;
  left: 0;
  width: 16px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
}

header.main nav ul .sub--menu--wrapper .sub--menu a {
  font-size: 16px;
}

header #menu--toggler {
  display: none;
  background-color: #2C3244;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

header.mobile {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 32px 0;
  z-index: 1000;
  overflow-y: scroll;
}

@media (max-width: 960px) {
  header.main nav {
    display: none;
  }
  header .brand img {
    display: block;
    max-width: 250px;
  }
  header #menu--toggler {
    display: flex;
  }
  header #menu--toggler img {
    display: block;
    width: 24px;
  }
  header.mobile a#menu--toggler {
    background-color: #2C3244;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  header.mobile a#menu--toggler img {
    display: block;
    width: 14px;
  }
  header.mobile nav ul {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
  header.mobile nav ul .sub--menu {
    margin: 16px 0 0px;
    gap: 12px;
  }
  header.mobile nav ul .sub--menu li a {
    font-size: 16px;
  }
  header.mobile nav,
  header.mobile nav ul {
    width: 100%;
  }
  header.mobile nav ul li {
  }
  header.mobile nav ul li a {
    font-size: 19px;
    color: #2C3244;
    text-decoration: none;
    font-weight: 500;
    display: block;
    text-align: center;
  }

  header.mobile nav ul .btn a {
    border-radius: 8px;
    background-color: #2C3244;
    color: #fff;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
    gap: 8px;
    transition: 0.5s;
  }

  header.mobile nav ul .btn a:hover {
    background-color: #a4113a;
    color: #fff;
  }
}

.landing-demo{
  padding: 64px 0 96px;
}

.landing-demo .demo-wrapper{
  background-color: #d9ecac;
    color: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.landing-demo .demo-wrapper .demo-desc{
  padding: 32px 48px;
  display:flex;
  flex-direction:column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap:32px;
}

.landing-demo .demo-wrapper .demo-desc > *{
  margin:0;
}

.landing-demo .demo-wrapper .demo-desc h3{
  font-size:48px;
	color: #2C3244;
}

.landing-demo .demo-wrapper .demo-desc p{
  font-size:24px;
  width:90%;
	color: #2C3244;
}

.landing-demo .demo-wrapper .demo-info{
  background-color: #2C3244;
  padding: 24px;
}

.landing-demo .demo-wrapper .demo-info p{
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .landing-demo .demo-wrapper .demo-desc h3{
    font-size:32px;
  }
  .landing-demo .demo-wrapper .demo-info p{
    font-size: 18px;
    width: 100%;
  }
  .landing-demo .demo-wrapper .demo-desc{
    padding: 32px 16px;
  }
}

/* Footer */

footer.main {
  background-color: #2A6F77;
  padding: 80px 0 48px;
  color: #ffffff;
  position: relative;
}

footer.main .brand img{
	max-width:230px;
}

footer.main a {
  color: #fff;
  text-decoration: none;
}

footer.main .copyrights {
  border-top: 1px solid rgba(255,255,255,.25);
  margin-top: 48px;
  padding-top: 48px;
  align-items: center;
}

footer.main .col {
}

footer.main .col p{
  line-height: 150%;
}

footer.main .copyrights > a {
  display: flex;
  align-items: center;
  gap: 8px;
}

footer.main .copyrights > a img {
  display: block;
  width: 90px;
}

footer.main .col h3 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

footer.main .col ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer.main .col ul.socials {
  flex-direction: row;
  gap: 16px;
  margin-top: 24px;
}

footer.main .copyrights ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 16px;
}

.error404 footer.main {
  padding-bottom: 120px;
}

@media (max-width: 960px) {
  footer.main .col {
    margin-bottom: 32px;
    width: 100%;
  }
  footer.main .copyrights {
    margin-top: 0;
    font-size: 12px;
    gap: 8px;
  }
  footer.main .copyrights ul {
    gap: 12px;
  }

  footer.main .copyrights > a {
    width: 100%;
    text-align: justify;
    justify-content: center;
  }
}

/* FAQ */

.landing--faq {
  padding: 96px 0 64px;
}

.landing--faq h2 {
  width: 100%;
  margin: 0;
  font-size: 48px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #2C3244;
}

.landing--faq .row > p{
	font-size:32px;
}

.landing--faq h3 {
  width: 100%;
  color: #a4113a;
  font-size: 32px;
  font-weight: 700;
  margin: 24px 0 32px 0;
  letter-spacing: -1px;
}

.landing--faq .acc-container {
  width: 100%;
}

.landing--faq .acc-container .single--question {
  border-bottom: 2px solid #c3c9db;
  margin-bottom: 24px;
}

.landing--faq .acc-btn {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
  padding: 24px 96px 24px 0;
  border: none;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #2C3244;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: transparent;
}

.landing--faq .acc-btn:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("https://wloskistart.langmasters.pl/wp-content/uploads/2025/08/PlusCircle.svg");
  transition: all 0.3s linear;
  transform: translateY(-50%);
}

.landing--faq .acc-btn.is-open:after {
  background-image: url("https://wloskistart.langmasters.pl/wp-content/uploads/2025/08/MinusCircle.svg");
}

.landing--faq .acc-content {
  max-height: 0;
  color: #c7c7c7;
  font-size: 21px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.landing--faq .acc-content p {
  font-size: 21px;
  line-height: 150%;
  margin: 8px 0 24px;
  display: block;
  color: #2C3244;
  max-width: 90%;
}

.landing--faq .acc-content p a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.landing--faq .acc-content ol {
  margin: 12px 0;
  font-size: 21px;
  color: #2C3244;
  line-height: 150%;
}

.landing--faq .acc-content ul {
  margin: 16px 0;
  font-size: 21px;
  color: #2C3244;
  line-height: 150%;
}

@media (max-width: 960px) {
  .landing--faq {
    padding: 64px 0 56px;
  }
  .landing--faq h2 {
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 120%;
  }
  .landing--faq h3 {
    font-size: 28px;
  }
  .landing--faq .acc-btn {
    font-size: 20px;
    line-height: 135%;
  }
  .landing--faq .acc-content p,
  .landing--faq .acc-content ul,
  .landing--faq .acc-content ol {
    font-size: 17px;
    line-height: 135%;
  }
}

/* Landing Text Section */

.landing--text {
  padding: 40px 0 24px;
}

.landing--text img {
  width: 40%;
}

.landing--text .desc {
  width: 50%;
}

.landing--text .desc h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #2C3244;
  margin: 0 0 24px;
  line-height: 135%;
}

.landing--text .desc h3.h2 {
  font-size: 48px;
  line-height: 110%;
}

.landing--text .desc h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #2C3244;
  margin: 0 0 24px;
  line-height: 120%;
}

.landing--text .desc p {
  font-size: 24px;
  width: 100%;
  margin: 8px 0 0;
  letter-spacing: -1px;
  line-height: 135%;
  color: #2C3244;
}

.landing--text .desc p a {
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.landing--text .desc h4 {
  font-size: 24px;
  width: 100%;
  font-weight: 600;
  margin: 24px 0;
  letter-spacing: -1px;
  line-height: 140%;
  color: #2C3244;
  padding: 28px;
  border: 2px solid #2C3244;
  border-radius: 24px;
}

.landing--text .desc .primary-pulse-button{
	margin-top:24px;
}

.landing--text .desc .primary {
  display: inline-flex;
  font-size: 24px;
}

.landing--text .desc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0 0;
  padding: 0;
}

.landing--text .desc ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.5px;
  color: #2C3244;
}

.landing--text .desc ul li span.number {
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #2C3244;
  border-radius: 50%;
}

.landing--text .desc ul li br {
  display: none;
}

.landing--text .desc ul li img {
  max-width: 48px;
}

.landing--text .desc ul.logotypes {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 32px;
}

.landing--text .desc ul.logotypes li img {
  max-width: 120px;
  width: auto;
}

.landing--text .easy-boxes {
  margin-top: 48px;
  align-items: stretch;
  row-gap: 32px;
}

.landing--text .easy-boxes .single-easy {
  background-color: #a4113a;
  padding: 32px;
  border-radius: 24px;
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.landing--text .easy-boxes .single-easy h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing--text .easy-boxes .single-easy p {
  color: #f3ede0;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  margin: 0;
}

.landing--text .container-fluid {
  /*   width: calc(50% + 560px);
	  margin-left: auto; */
  margin-top: 64px;
}

.landing--text .container-fluid .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.landing--text .why-carousel .single-why {
  background-color: #a4113a;
  padding: 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  height: 100%;
}

.landing--text .why-carousel .single-why h3 {
  margin: 16px 0 16px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
}

.landing--text .why-carousel .single-why img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center center;
}

.landing--text .why-carousel .single-why p {
  color: #f3ede0;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
  margin: 0;
}

.landing--text.pb-96 {
  padding-bottom: 96px;
}

.landing--text.landing--important .desc h3 {
  font-size: 48px;
  line-height: 120%;
}

.landing--text.landing--important .desc {
  width: 48%;
}

.landing--text.wider .desc {
  width: 100%;
}

.landing--text.landing--important .row > img {
  width: 50%;
}

.landing--text.landing--important .desc h5 {
  display: inline-flex;
  align-items: center;
  background-color: #d9ecac;
  padding: 10px 16px;
  border-radius: 16px;
  gap: 16px;
  color: #2C3244;
  font-weight: 600;
  font-size: 24px;
}

.landing--text.landing--important .desc h5 img {
  max-width: 48px;
}

@media (max-width: 960px) {
  .landing--text .row > img,
  .landing--text.landing--important .row > img {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .landing--text .desc,
  .landing--text.landing--important .desc {
    width: 100%;
    order: 2;
  }
  .landing--text .desc p {
    font-size: 20px;
  }
  .landing--text .desc ul.logotypes {
	flex-wrap: wrap;
}
.landing--text.landing--important .desc h3 {
    font-size: 32px;
  }
  .landing--text .desc ul li{
	font-size:21px;
  }
}

/* Hero */

.landing--hero {
  padding:72px 0 80px;
}

.landing--hero .desc img.mobile {
  display: none;
}

.landing--hero .row > img {
  width: 60%;
  height: auto;
}

.landing--hero .desc {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.landing--hero .desc > * {
  margin: 0;
}

.landing--hero .desc h1 {
  font-size: 56px;
  line-height: 110%;
  font-weight: 700;
  letter-spacing: -1.5px;
  margin: 0 0 8px;
}

.landing--hero .desc h2 {
  color: #2C3244;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 24px;
  border: 2px solid #2C3244;
  border-radius: 16px;
  padding: 8px 16px;
}

.landing--hero .desc p {
  font-size: 24px;
  line-height: 140%;
  width: 100%;
}

.landing--hero .desc p strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.5px;
}

.landing--hero .desc .hero--box {
  align-items: center;
  color:#a4113a;
  gap: 24px;
  border: 2px solid #a4113a;
  padding: 12px 16px;
  border-radius: 24px;
  display: inline-flex;
  gap:16px;
  margin-top: 24px;
  font-size: 19px;
  font-weight: 500;
  line-height: 120%;
}

.landing--hero .desc .hero--box img{
	max-width:140px;
}

.landing--hero .desc .primary-pulse-button{
  margin-top: 12px;
}
.landing--hero .desc .primary {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 960px) {
	.landing--faq .row > p{
		font-size:21px;
	}
	.landing--hero{
		padding:32px 0 56px 0;
	}
  .landing--hero .desc {
    width: 100%;
    order: 2;
  }
  .landing--hero .row > img
  {
    display: none;
  }
  .landing--hero .desc img.mobile {
    display: block;
    margin: 24px auto 0;
    width: 90%;
  }
  .landing--hero .desc h2 {
    font-size: 18px;
  }
  .landing--hero .desc h1 {
    font-size: 40px;
  }
  .landing--hero .desc p {
    font-size: 21px;
    width: 100%;
  }
  .landing--hero .desc .primary,
  .landing--text .desc .primary {
    font-size: 20px;
    font-weight: 600;
  }
  .landing--hero .desc .hero--box img {
    max-width: 100px;
  }
  .landing--hero .desc .hero--box {
    font-size: 15px;
    gap: 24px;
    line-height: 135%;
    letter-spacing: -0.5px;
  }
  .primary img {
    max-width: 32px;
  }
}

/* Prowadzący */


.landing--about {
	padding: 96px 0;
  }
  
  .landing--about .desc {
	width: 45%;
	color: #2C3244;
	display:flex;
	flex-direction: column;
	gap:24px;
	align-items: flex-start;
  }
  
  .landing--about .desc  > *{
	margin:0;
  }
  
  .landing--about .desc h2 {
	font-size: 48px;
	line-height: 110%;
	font-weight:700;
	letter-spacing: -1.5px;
  }
  
  .landing--about .desc p {
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -1px;
	width: 100%;
  }
  
  .landing--about .photo {
	width: 50%;
  }
  
  .landing--about .photo img {
	width: 100%;
    max-width: 490px;
    height: auto;
    margin: 0 auto;
  }
  
  .landing--about .numbers {
	width: 100%;
  }
  
  .landing--about .numbers p {
	font-size: 24px;
	width: 100%;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 8px 0;
	line-height: 135%;
	color: #2C3244;
  }
  
  .landing--about .numbers .values {
	display: flex;
	justify-content: space-evenly;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 24px 0 0;
  }
  
  .landing--about .numbers .values li {
	padding: 16px;
  }
  
  .landing--about .numbers .values img {
	margin: 0 auto;
	width: 48px;
  }
  
  .landing--about .numbers .values h5 {
	font-weight: 600;
	font-size: 19px;
	color: #2C3244;
	text-align: center;
	letter-spacing: -1px;
	margin: 16px 0 0;
	line-height: 120%;
  }

  @media (max-width: 960px) {
	.landing--about {
		padding: 40px 0;
	  }
	  .landing--about .desc {
		width: 100%;
		order:1;
	  }
	  .landing--about .photo {
		width: 100%;
		margin-top: 64px;
		order:2;
	  }
	  .landing--about .for-who {
		width: 100%;
	  }
	  .landing--about .numbers {
		width: 100%;
	  }
	  .landing--about .desc h2 {
		font-size: 32px;
	  }
	  .landing--about .numbers .values h5 {
        font-size: 17px;
    }
  }

  /* Agenda */


.landing--agenda {
	padding: 24px 0;
  }
  
  .landing--agenda .container-bg {
	background-color: #2A6F77;
	border-radius: 24px;
	padding: 0px 40px 40px;
	margin-top:40px;
  }
  
  .landing--agenda .row > h2{
	width: 100%;
	font-size: 48px;
	text-align: center;
	margin: 0 0 40px;
  }
  
  .landing--agenda .row > p{
	font-size: 24px;
	  width: 100%;
	  text-align: center;
	  margin: 0 auto 16px;
	  line-height: 140%;
  }
  
  .landing--agenda .container h3 {
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 48px;
	letter-spacing: -1px;
	font-weight:700;
	margin: 48px 0;
  }

  .landing--agenda .container-bg h4 {
	color: #fff;
    width: 100%;
    text-align: center;
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 48px 0;
  }
  
  .landing--agenda .acc-container {
	width: 100%;
  }
  
  .landing--agenda .acc-container .single--question {
	border-bottom: 2px solid #fff;
  }
  
  .landing--agenda .acc-btn {
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
	padding: 16px 0;
	border: none;
	letter-spacing: -0.5px;
	font-weight:700;
	color: #fff;
	outline: none;
	text-align: left;
	transition: all 0.5s linear;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background-color: transparent;
  }
  
  .landing--agenda .acc-btn span{
	min-width: 40%;
  }
  
  .landing--agenda .acc-btn h5 {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 24px;
	font-weight:700;
	min-width:500px;
  }
  
  .landing--agenda .acc-btn:after {
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/PlusCircleWhite.svg");
	transition: all 0.3s linear;
  }
  
  .landing--agenda .acc-btn.is-open:after {
	background-image: url("https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/MinusCircleWhite.svg");
  }
  
  .landing--agenda .acc-content {
	max-height: 0;
	color: #fff;
	font-size: 21px;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
  }
  
  .landing--agenda .acc-content p {
	font-size: 21px;
	line-height: 150%;
	margin: 8px 0 24px;
	display: block;
	color: #fff;
  }
  
  .landing--agenda .acc-content p a {
	color: #000;
	font-weight: 600;
	text-decoration: none;
  }
  
  .landing--agenda .acc-content ol {
	margin: 12px 0;
	font-size: 21px;
	color: #fff;
	line-height: 150%;
  }
  
  .landing--agenda .acc-content ul {
	margin: 16px 0;
	font-size: 21px;
	color: #fff;
	line-height: 150%;
  }
  
  .landing--agenda ul.numbers {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0;
	margin: 64px 0 0;
	list-style: none;
	align-items: flex-start;
  }
  
  .landing--agenda ul.numbers li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 23%;
  }
  
  .landing--agenda ul.numbers li img {
	height: 80px;
	object-fit: contain;
  }

  .landing--agenda ul.numbers li p{
	color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
  }
  
  .landing--agenda ul.numbers li h5 {
	color: #fff;
	font-size: 24px;
	font-weight:700;
	text-align: center;
	letter-spacing: -1px;
	margin: 0;
	line-height: 120%;
  }

  @media (max-width: 960px) {

	.landing--agenda .container h3 {
		margin:48px 0 32px;
		font-size: 24px;
	  }
	  .landing--agenda{
		padding-top:0;
	  }
	  .landing--agenda .container{
		padding: 16px 24px 40px;
	  }
	  .landing--agenda .acc-btn {
		width: 100%;
		font-size: 17px;
	  }
	  .landing--agenda .acc-btn h5 {
		gap: 12px;
		font-size: 17px;
	}
	.landing--agenda .acc-btn span, .landing--agenda .acc-btn h5{
	  min-width: 20%;
	}
	.landing--agenda .acc-btn h5 img{
	  max-width: 24px;;
	}
	.landing--agenda .acc-content p, .landing--agenda .acc-content ol, .landing--agenda .acc-content ul{
	  font-size:17px;
	}
	.landing--agenda ul.numbers {
	  align-items: flex-start;
	  flex-wrap: wrap;
	  row-gap: 32px;
	}
	.landing--agenda ul.numbers li {
	  width: 48%;
	}
	.landing--agenda ul.numbers li img{
	  max-width: 32px;
	}
	.landing--agenda ul.numbers li h5 {
	  font-size: 20px;
	}
	.landing--agenda .row > p{
		font-size:21px;
	}
	.landing--agenda .row > h2 {
		font-size: 32px;
	}
  }

  /* Inside */


.landing--inside {
	padding: 96px 0 96px 0;
  }
  
  .landing--inside h2 {
	width: 100%;
	margin: 0 0 40px;
	font-size: 48px;
	letter-spacing: -1.5px;
	font-weight:700;
	color: #2C3244;
	text-align: center;
	line-height: 110%;
  }
  
  .landing--inside .row > p {
	text-align: center;
	margin: 0;
  }
  
  .landing--inside p {
	font-size: 24px;
	width: 100%;
	margin: 16px 0 0;
	line-height: 135%;
	color: #2C3244;
  }
  
  .landing--inside .single--inside {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  @media (min-width:1100px){
	.landing--inside.landing--bonuses .single--inside:nth-of-type(even) .desc{
	  order:2;
	}
	
	.landing--inside.landing--bonuses .single--inside:nth-of-type(even) img{
	  order:1;
	}
  }

  .landing--inside.landing--bonuses .row{
	row-gap:72px;
  }
  
  
  .landing--inside .single--inside .desc {
	width: 50%;
  }

  .landing--inside .single--inside .desc ul{
    list-style:none;
    font-size: 24px;
    width: 100%;
    margin: 16px 0;
    line-height: 135%;
    color: #2C3244;
    display:flex;
    flex-direction: column;
    gap:12px;
    padding:0;
  }

  .landing--inside .single--inside .desc ul li{
    position: relative;
    padding-left: 48px;
    font-weight: 600;
    display:flex;
    align-items: center;
    min-height: 40px;
  }

  .landing--inside .single--inside .desc ul li::before{
    content:"";
    background-image:url('https://wloskistart.langmasters.pl/wp-content/uploads/2025/08/ul-icon.svg');
    width: 35px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
  }
  
  .landing--inside .single--inside h3 {
	font-size: 40px;
	font-weight:700;
	letter-spacing: -1px;
	color: #2C3244;
	margin: 0 0 32px;
	line-height: 110%;
	width:95%;
  }
  
  .landing--inside .single--inside .video--wrapper{
	width: 45%;
	display: block;
	position: relative;;
  }
  
  .landing--inside .single--inside .video--wrapper img{
	width:100%;
	height: auto;
	display: block;
	border-radius: 8px;
  }
  
  .landing--inside .single--inside .video--wrapper .play{
	position:absolute;
	width:  56px;
	height: auto;
	display: block;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
  }
  
  .landing--inside .single--inside img {
	width: 45%;
	border-radius: 8px;
  height: auto;
  }
  
.landing--inside .primary-pulse-button{
	margin-top:48px;
}

  .landing--inside .primary {
	font-size: 24px;
	display: inline-flex;
  }
  
  .landing--inside .single--inside .date {
	border: 2px solid #a4113a;
	border-radius: 16px;
	padding: 8px 16px;
	font-weight:700;
	display: inline-block;
	margin-top: 32px;
	font-size: 24px;
	letter-spacing: -1px;
	color: #2C3244;
  }

  .landing--inside .row:nth-of-type(2) {
	margin-top:64px;
	row-gap:72px;
  }

  @media (max-width: 960px) {
	.landing--inside h2{
		font-size:40px;
	  }
	  .landing--inside p{
		font-size:19px;
	  }
	  .landing--inside .single--inside{
		flex-wrap: wrap;
	  }
	  .landing--inside .single--inside .desc{
		width: 100%;
		order:2;;
	  }
	  .landing--inside .single--inside img{
		width: 100%;
		order:1;
		margin-bottom:40px;
	  }
	  .landing--inside .single--inside .video--wrapper{
		width: 100%;
		order:1;
		margin-bottom:40px;
	  }
	  .landing--inside .single--inside .video--wrapper img{
		margin-bottom:0;
	  }
	  .landing--inside .single--inside h3, .landing--text.landing--certificate .desc h3, .landing--long h2{
		font-size:32px;
		line-height: 110%;
	  }
	  .landing--inside .primary, .landing--text.landing--certificate .desc p, .landing--long p{
		font-size: 20px;
	  }
	  .landing--inside .single--inside .date {
		font-size: 16px;
	  }
  }
  
/* Certyfikat */

.landing--text.landing--certificate {
	padding: 64px 0 64px;
	background-color:#d9ecac;
	position: relative;
	z-index: 2;
  }
  
  .landing--text.landing--certificate img {
	width: 60%;
	margin-bottom:-40px;
  }
  
  .landing--text.landing--certificate .desc {
	width: 35%;
	color:#2C3244;
  }
  
  .landing--text.landing--certificate .desc p{
	color:#2C3244;
	font-weight:400;
  }
  
  .landing--text.landing--certificate .desc h3 {
	font-size: 48px;
	color:#2C3244;
	letter-spacing: -1.5px;
  }

  @media (max-width: 960px) {
	.landing--text.landing--certificate .desc{
		width: 100%;
	  }
	  .landing--text.landing--certificate{
		margin:0 0 32px;
	  }
	  .landing--text.landing--certificate .row > img {
		width: 100%;
		order: 1;
		margin-bottom: 40px;
	  }
	  .landing--text.landing--certificate .desc h3{
        font-size: 32px;
        line-height: 110%;
    }
	.landing--text.landing--important .desc h5 {
		font-size: 20px;
		margin-bottom: 24px;
	  }
	  .landing--text.landing--important .desc h3 {
		font-size: 32px;
	  }
  }
  
  /* Kus który działa */
.section-options{
	padding:72px 0 32px;
}
.section-options-tables{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
  }
  
  .section-options h2{
	width: 100%;
	margin: 0 0 80px;
	font-size: 48px;
	letter-spacing: -1px;
	color: #2C3244;
	text-align: center;
	line-height: 135%;
  }
  
  .table-options{
	width: 50%;
	display:flex;
	flex-direction: column;
	align-items: stretch;
  }
  
  .table-options .table-options-heading{
	padding: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	border-width: 2px;
	border-style: solid;
  }
  
  .table-options .table-options-heading img{
	display: block;
	margin-bottom: 8px;
	width: 56px;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
  }
  
  .table-options .table-options-heading h5{
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	margin-top: 0;
  }
  
  .table-options .table-options-content{
	padding: 8px 48px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border-width: 2px;
	border-style: solid;
    height: 100%;
  }
  
  .table-options .table-options-content ul{
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
  }
  
  .table-options .table-options-content ul li{
	font-size: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 8px;
	padding-bottom: 8px;
	padding:24px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
  }
  
  .table-options .table-options-content ul li:last-child{
	border-bottom: none;
  }
  
  .table-options-red{
	padding-right: 24px;
  }
  
  .table-options-red .table-options-heading{
	background: #a4113a;
	border-color: #a4113a;
  }
  
  .table-options-red .table-options-content{
	border-color: #a4113a;
  }
  
  .table-options-red .table-options-content ul li{
	color: #2C3244;
	border-bottom-color: #CAC6C9;
  }
  
  .table-options-green{
	padding-left: 24px;
  }
  
  .table-options-green .table-options-heading{
	background: #d9ecac;
	border-color: #d9ecac;
  }

  .table-options-green .table-options-heading h5, img path{
	color: #2C3244;
	fill: #2C3244;
  }
  
  .table-options-green .table-options-content{
	border-color: #d9ecac;
  }
  
  .table-options-green .table-options-content ul li{
	color: #2C3244;
	border-bottom-color: #CAC6C9;
  }
  
  @media (max-width: 768px){
	.section-options-tables{
	  display: block;
	}
  
	.table-options{
	  width: 100%;
	  margin-bottom: 16px;
	}
  
	.section-options h2{
	  font-size: 40px;
	  margin: 0 0 24px;
	}
  
	.table-options-red{
	  padding-right: 0;
	}
  
	.table-options-content{
	  padding: 8px 24px !important;
	}
  
	.table-options .table-options-content ul li{
	  font-size: 24px;
	}
  
	.table-options-green{
	  padding-left: 0;
	}
  
	.dlakogo-section-wrapper > h2 > img{
	  margin-right: 8px !important;
	  top: 12px !important;
	}
  }
  
  /* Opinie */

  
.courses--testimonies.landing--testimonies {
	padding: 56px 0 0px;
  }
  
  .courses--testimonies.landing--testimonies .row > p {
	font-size: 24px;
	line-height: 135%;
	margin: 16px 0;
  }
  
  .courses--testimonies.landing--testimonies p.small {
	font-size: 16px;
  }
  
  .courses--testimonies.landing--testimonies p.small a{
	color: #3A342F;
	  font-weight: 600;
	  text-decoration: none;
  }
  
  .courses--testimonies.landing--testimonies .container-fluid {
	margin: 72px 0 48px 0;
  }

.courses--testimonies--left {
    width: 45%
}

.courses--testimonies--right {
    width: 50%
}

.courses--testimonies--right .space {
    position: relative;
    border-radius:12px;
    overflow:hidden;
}

.courses--testimonies--right>img {
    width: 100%
}

.courses--testimonies--right .icon-play {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: 999
}

@media (max-width: 768px) {
    .courses--testimonies--left {
        width:100%
    }

    .courses--testimonies--right {
        width: 100%
    }

    .courses--testimonies--right iframe {
        margin-top: 0;
        width: 100%
    }

    .courses--testimonies--right .space {
        margin-top: 0
    }
}
  
  .landing--counter {
	padding: 96px 0 64px 0;
  }
  
  .landing--counter img {
	width: 55%;
  }
  
  .landing--counter .desc {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .landing--counter h3 {
	width: 100%;
	margin: 0;
	font-size: 64px;
	letter-spacing: -1.5px;
	font-weight:700;
	line-height: 120%;
	color: #2C3244;
  }
  
  .landing--counter h4 {
	display: flex;
	gap: 12px;
	margin: 24px 0;
	background-color: #a4113a;
	font-size: 64px;
	font-weight:700;
	padding:24px;
	border-radius: 12px;
	color: #fff;
	letter-spacing: 4px;
  }

  @media (max-width: 960px) {
    .landing--counter{
      padding:56px 0;
    }
  }


.courses--testimonies {
	padding: 32px 0 96px;
  }
  
  .courses--testimonies h3 {
	font-size: 48px;
	line-height: 120%;
	font-weight:700;
	letter-spacing: -1.5px;
	  text-align:left;
	margin: 0;
	color: #2C3244;
	width: 100%;
  }
  
  .courses--testimonies .courses--testimonies--left p {
	font-size: 24px;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 24px 0 24px;
	color: #2C3244;
	width: 100%;
  }
  
  .owl-carousel .single--testimony {
	border: 2px solid #a4113a;
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	color: #2C3244;
	gap: 32px;
	align-items: flex-start;
  }
  
  .owl-carousel .single--testimony > * {
	margin: 0;
  }
  
  .owl-carousel .single--testimony .quotes {
	display: block;
	max-width: 108px;
	margin-left: auto;
  }
  
  .owl-carousel .single--testimony p {
	font-size: 24px;
	line-height: 135%;
	font-weight: 500;
	letter-spacing: -1px;
  }
  
  .owl-carousel .single--testimony p strong, .owl-carousel .single--testimony p b {
	background-color: #a4113a;
	color:#fff;
	padding: 2px 8px;
	border-radius: 12px;
  }
  
  .owl-carousel .single--testimony h6 {
	font-weight:700;
	font-size: 24px;
	color:#a4113a;
	letter-spacing: -0.5px;
  }
  
  .courses--testimonies .owl-theme .owl-nav {
	margin-top: 24px;
  }
  
  .owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent !important;
	text-decoration: none !important;
  }

  @media (max-width: 960px) {
	.courses--testimonies h3 {
		font-size: 40px;
	  }
	  .courses--testimonies .row > p {
		font-size: 21px;
	  }
	  .owl-carousel .single--testimony p {
		font-size: 20px;
	  }
	  .owl-carousel .single--testimony h6 {
		font-size: 21px;
	  }
	  .courses--testimonies .container-fluid{
		padding:0 16px;
	  }
  .landing--counter .desc {
    width: 100%;
  }

  .landing--counter img {
    width: 100%;
    margin-top: 40px;
  }

  .landing--counter h3 {
    font-size: 28px;
    text-align: center;
  }

  .landing--counter h4 {
    width: 100%;
    justify-content: center;
    font-size: 32px;
  }

  .landing--counter h4 span {
    font-size: 32px;
    line-height: 96px;
    width: 60px;
  }
  }

  /* Czy ten kurs jest dla Ciebie */

  .landing-for-you{
	background-color:#d9ecac;
	padding:64px 0 112px;
	margin-bottom:32px;
  }

  .landing-for-you .row > h2 {
    width: 100%;
    font-size: 48px;
    text-align: center;
	color:#2C3244;
    margin: 0px 0px 40px;
}

.landing-for-you .row > p {
    font-size: 21px;
    width: 90%;
    text-align: center;
    line-height: 140%;
	color:#2C3244;
	font-weight: 400;
    margin: 0px auto 16px;
}

.landing-for-you .row:nth-of-type(2) {
	margin-top:40px;
	margin-bottom:40px;
	align-items: stretch;
  row-gap:32px;
}

.landing-for-you .single-arg {
    width: 32%;
    background-color: #a4113a;
    padding: 32px;
    border-radius: 24px;
    font-size: 24px;
    color: #fff;
    letter-spacing: -.5px;
}

.landing-for-you .single-arg p{
	margin:0;
}

.landing-for-you div.quote{
	width: 100%;
    background-color: #fff;
    color: #2C3244;
    padding: 16px 48px 16px 32px;
    margin: 0;
    border-radius: 24px 24px 24px 0;
    text-align: left;
    letter-spacing: -.5px;
    font-weight: 600;
    font-size: 24px;
	position: relative;
}

.landing-for-you div.quote:after{
	content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 48px 48px 0 0;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    top: 100%;
}

.landing-for-you.landing-steps{
	padding-bottom:72px;
}

.landing-for-you.landing-steps .primary{
	position: relative;
	z-index:1;
    font-size: 24px;
    display: inline-flex
}

.landing-for-you.landing-steps .primary-pulse-button-anim{
	z-index:0;
}


.landing-for-you .single-step {
    width: 49%;
    background-color: #fff;
    padding: 32px;
    border-radius: 24px;
    font-size: 24px;
    color: #2C3244;
    letter-spacing: -.5px;
	display:flex;
	flex-direction:column;
	gap:24px;
}

.landing-for-you .single-step img{
  display:block;
  width:56px;
  height:56px;
}

.landing-for-you .single-step h4{
	font-size:32px;
}

.landing-for-you .single-step > *{
	margin:0;
}

@media (max-width: 960px) {
	.landing-for-you .row > h2{
		font-size:32px;
	}
	.landing-for-you .single-arg, .landing-for-you .single-step {
		width: 100%;
	}
	.landing-for-you .row:nth-of-type(2){
		row-gap:32px;
	}
}

/* Cennik */


.landing--pricing {
	padding: 64px 0;
  }
  
  .landing--pricing h2 {
	font-size: 64px;
	line-height: 120%;
	font-weight:700;
	letter-spacing: -1.5px;
	margin: 0;
	color: #2C3244;
	width: 100%;
	text-align: center;
  }
  
  .landing--pricing .row > p {
	font-size: 24px;
	line-height: 135%;
	letter-spacing: -1px;
	margin: 24px 0 48px;
	color: #2C3244;
	width: 100%;
	text-align: center;
  }
  
  .landing--pricing .toggler--wrapper {
	display: flex;
	align-items: flex-start;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 40px;
	gap: 24px;
	justify-content: center;
	/* background-color: #a4113a; */
	align-items: center;
	border-radius: 24px;
	padding: 12px;
  }
  
  .landing--pricing .toggle,
  .landing--pricing .toggler {
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
  }
  
  .landing--pricing .toggler {
	color: #2C3244;
	opacity: 0.6;
	transition: 0.2s;
	font-weight:500;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: -0.5px;
	text-align: center;
	cursor: pointer;
  }
  
  .landing--pricing .toggler span {
	display: block;
	color:#a4113a;
	font-weight: 500;
	font-size: 18px;
  }
  
  .landing--pricing .toggler--is-active {
	color: #2C3244;
	opacity: 1;
  }
  
  .landing--pricing .b {
	display: block;
  }
  
  .landing--pricing .toggle {
	/* pointer-events: none; */
	position: relative;
	width: 80px;
	height: 35px;
	border-radius: 100px;
	background-color: #2A6F77;
	overflow: hidden;
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  }
  
  .landing--pricing .check {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 6;
  }
  
  .landing--pricing .check:checked ~ .switch {
	right: 2px;
	left: 57.5%;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: 0.08s, 0s;
  }
  
  .landing--pricing .switch {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 2px;
	right: 57.5%;
	background-color: #fff;
	border-radius: 36px;
	z-index: 1;
	transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-property: left, right;
	transition-delay: 0s, 0.08s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  
  
  .landing--pricing .wrapper-full {
	background-color: #2A6F77;
	border-radius: 24px;
	padding: 40px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	color:#fff;
  }
  
  .landing--pricing .wrapper-full.hide {
	display: none;
  }
  
  .landing--pricing .wrapper-full .col {
	width: 46%;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
  }
  
  .landing--pricing .wrapper-full .col h2 {
	font-size: 48px;
	line-height: 120%;
	font-weight:700;
	letter-spacing: -1.5px;
	margin: 0;
	color: #fff;
	width: 100%;
	text-align: left;
  }
  
  .landing--pricing .wrapper-full .col h4 {
	font-weight: 500;
	font-size: 48px;
	color: #D9ECAC;
	margin: 24px 0;
	letter-spacing: -1px;
	display:flex;
	gap:24px;
	align-items: center;
  }
  
  .landing--pricing .wrapper-full .col h4 span{
	font-size: 72px;
	color:#A4113A;
	text-decoration: line-through;
  }
  
  .landing--pricing .wrapper-full .col .primary {
	display: inline-flex;
	margin-top: auto;
  }
  
  .landing--pricing .wrapper-full .col p {
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 140%;
	margin: 12px 0;
  }
  
  .landing--pricing .wrapper-full .col p:last-of-type{
	margin-bottom:32px;
  }
  
  .landing--pricing .wrapper-full .col ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 100%;
	margin: 0;
	padding: 0;
  }
  
  .landing--pricing .wrapper-full .col ul li {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-size: 21px;
    padding: 12px 0 12px 48px;
    position: relative;
  }
  .landing--pricing .wrapper-full .col ul li:before {
	content: "";
	background-image: url("https://wloskistart.langmasters.pl/wp-content/uploads/2025/08/tick-pricing.svg");
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	left: 0;
  }

  .landing--pricing button.product-option-btn {
    background-color: transparent;
    border: 2px solid #a4113a;
    border-radius: 16px;
    padding: 16px 24px;
    flex: 1;
    color: #a4113a;
	cursor: pointer;
    font-weight: 600;
    font-size: 21px;
	transition: 0.2s;
}

.landing--pricing button.product-option-btn.active {
    background-color: #a4113a;
    color: #fff;
}

 .landing--pricing .row.product-selector {
	margin-bottom:40px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.landing--pricing .primary-pulse-button{
	margin-top:12px;
}

.landing--pricing .primary{
	position: relative;
	z-index:1;
    font-size: 24px;
    display: inline-flex
}

.landing--pricing .primary-pulse-button-anim{
	z-index:0;
}

.landing--pricing .wrapper-full .col .only-mobile {
  display: none;
}

.landing--pricing .hide {
  display: none;
}

.landing--pricing .landing--pricing--text {
  padding: 0 128px;
}

.landing--pricing .landing--pricing--logos{
  width: 100%;
}

.landing--pricing .landing--pricing--logos img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 960px) {
	.landing--pricing .wrapper-full {
		padding: 32px;
		flex-wrap: wrap;
	  }
	  .landing--pricing .wrapper-full .col {
		width: 100%;
	  }
	  .landing--pricing .wrapper-full .col h2,
	  .landing--pricing .wrapper-full .col h4 {
		font-size: 32px;
	  }
	  .landing--pricing .wrapper-full .col h4 span{
		font-size:24px;
	  }
	  .landing--pricing .wrapper-full .col p {
		font-size: 20px;
	  }
	  .landing--pricing .wrapper-full .col .primary {
		line-height: 120%;
	  }
	  .landing--pricing .primary {
		font-size: 18px;
	  }
	  .landing--pricing .wrapper-full .col ul li {
		font-size: 17px;
		padding: 8px 0 8px 40px;
	  }
	  .landing--pricing .wrapper-full .col ul li:before {
		background-size: cover;
		width: 24px;
		height: 24px;
	  }
	  .landing--pricing .toggler {
		font-size: 20px;
	  }
	  .landing--pricing .toggler span {
		font-size: 15px;
		line-height: 120%;
		margin-top: 8px;
	  }
	  .landing--pricing .toggle,
	  .landing--pricing .toggler {
		margin: 0;
	  }
	  .landing--pricing .row > p {
		font-size: 20px;
	  }
	  .landing--pricing h2 {
		font-size: 40px;
	  }
	  .landing--pricing button.product-option-btn{
		width:100%;
	  }
	  .landing--pricing .row.product-selector{
		flex-direction: column;
	  }
    .landing--pricing .wrapper-full .col .only-mobile {
      display: inline-flex;
      margin-top: 32px;
  }
  .landing--pricing .wrapper-full .col .only-desktop {
    display: none;
}
.landing--pricing .landing--pricing--text{
  padding:0 24px;
}
}

.promo--counter {
  padding:0 0 48px;
}

.promo--counter h3{
  font-size: 24px;
  text-align: center;
  width: 100%;
  line-height: 120%;
  font-weight:700;
  letter-spacing: -1.5px;
  color: #2C3244;
  margin: 0;
}

.promo--counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 32px 0 0;
}

.promo--counter #countdown ul li {
  color: #2C3244;
  font-size: 21px;
  letter-spacing: -.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 96px;
}

.promo--counter #countdown ul li span {
  width: 78px;
  height: 78px;
  background-color:#a4113a;
  border-radius: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:700;
  font-size: 32px;
  letter-spacing: -.5px;
}

.promo--counter .container{
  border: 2px solid #f0e4d4;
  padding: 32px 0;
  border-radius: 12px;
}

.header--counter{
  background-color:#006B36;
  padding: 16px 0;
  position: relative;
}

.header--counter #timer--toggler{
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  transform: translateY(-50%);
}

.header--counter .row{
  gap:24px;
}

.header--counter h3{
  margin: 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: -.5px;
}

.header--counter .cta{
  background-color: #a4113a;
  color: #0f276e;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 12px;
  letter-spacing: -.5px;
  transition:.5s;
}

.header--counter .cta:hover{
  background-color:#a4113a;
  color:#fff;
}

.header--counter #countdownHeader ul {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}

.header--counter #countdownHeader ul li {
  color: #0f276e;
  font-size: 13px;
  letter-spacing: -.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 12px;
}

.header--counter #countdownHeader ul li span {
  border-radius: 16px;
  color: #0f276e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight:700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -.5px;
}

@media (max-width:800px){
  .header--counter .row{
    gap:12px;
  }
  .header--counter .container {
    padding: 0 32px;
  }
  .header--counter #timer--toggler{
    top:20px;
    transform:none;
  }
  .header--counter #countdownHeader ul li {
    flex-direction: column;
    gap: 0px;
    min-width: 72px;
    padding: 8px 8px;
  }
  .promo--counter h3 {
    font-size: 21px;
  }
  .promo--counter #countdown ul li {
    font-size: 14px;
    min-width: 48px;
  }
  .promo--counter #countdown ul li span {
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 18px;
  }
  .promo--counter .container{
    border:0;
    padding-top:0;
    padding-bottom: 0;
  }
  .header--counter h3 {
    font-size: 15px;
  }
}


/* DEMO */


.lesson--login {
  padding: 56px 0 80px;
}

.lesson--login h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0;
  color: #2C3244;
  width: 100%;
  text-align: center
}

.lesson--login p {
  font-size: 32px;
  line-height: 135%;
  font-weight: 600;
  width: 100%;
  margin: 8px auto;
  color: #2C3244;
  text-align: center;
}

.lesson--login img {
  margin: 32px auto;
  max-width: 600px
}

.lesson--login form {
  background-color: #d9ecac;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 32px
}

#mailerlite>img,.lesson--login form img {
  margin: 0 auto
}

.lesson--login form p {
  color: #2C3244;
  font-weight:500;
  font-size: 24px;
  margin: 0 auto 32px
}

.lesson--login form p.error {
  color: #e2241c
}

.lesson--login form input[type=email] {
  border: 0;
  background-color: #fff;
  padding: 16px 24px;
  width: 75%;
  font-size: 20px;
  border-radius: 12px
}

.lesson--login form input[type=submit] {
  border: 0;
  background-color: #a4113a;
  padding: 16px 24px;
  color: #fff;
  font-weight: 600;
  width: 23%;
  margin-left: 1%;
  font-size: 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: .5s
}

.lesson--login form input[type=submit]:hover {
  background-color: #EA4343;
  color: #fff
}

.lesson--login #mailerlite {
  background-color: #d9ecac;
  padding: 32px;
  width: 100%;
  max-width: 800px;
  margin: 32px auto 0;
  border-radius: 16px
}

.lesson--login #mailerlite p {
  color: #fff;
  font-size: 24px;
  font-weight:500;
  margin: 0px auto 32px
}
/* 
.page-template-page-lesson .hide,.page-template-page-skarby .hide {
  display: none
} */


section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
  color: #fff!important;
  border: 1px solid rgba(255,255,255,.2)!important;
  padding: 32px!important;
  text-align: center!important;
  border-radius: 12px!important;
  margin: 0 0 32px!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
  color: #fff!important;
  font-family: "Barlow", sans-serif !important;;
  font-weight: 800;
  text-align: center!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
  color: #fff;
  font-family: "M PLUS Rounded 1c",sans-serif;
  text-align: center;
  width: 100%
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent!important;
  font-family: "M PLUS Rounded 1c",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
  padding: 0!important
}

section .container #form--wrapper>span {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  margin: 0
}

section .container #form--wrapper>span a {
  color: #fff
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
  display: flex;
  gap: 16px;
  margin: 0
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type=submit] {
  background-color: #e2241c!important;
  color: #fff!important;
  border: none!important;
  width: 100%!important;
  font-family: "Barlow", sans-serif !important;;
  padding: 16px!important;
  margin: 12px 0 0!important;
  font-size: 20px!important;
  border-radius: 16px!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-weight: 500!important;
  transition: .5s
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button[type=submit]:hover {
  background-color: #fbbf0d!important;
  color: #253674!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: #fff !important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p span {
  display: inline!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p {
  color: #fff !important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 12px 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span {
  display: inline!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p a,section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsContent.privacy-policy p span a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedBody .ml-form-fieldRow input {
  font-family: "Barlow", sans-serif !important;;
  border-radius: 12px!important;
  border: 0!important;
  padding: 24px 24px!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #000!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p a {
  color: red!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100%
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  color: #9297b1!important;
  font-size: 15px!important;
  text-align: left;
  width: 100%;
  margin: 0!important;
  letter-spacing: -.5px!important;
  line-height: 135%!important
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description a {
  color: #fff!important;
  text-decoration: none!important
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button[type=submit] {
  background-color: #a4113a!important;
  color: #fff!important;
  border: none!important;
  width: 100%!important;
  font-family: "Barlow", sans-serif !important;;
  padding: 16px!important;
  margin: 0!important;
  font-size: 18px!important;
  border-radius: 16px!important;
  display: inline-block!important;
  text-decoration: none!important;
  font-weight: 500!important;
  transition: .5s
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRowbutton[type=submit]:hover {
  background-color: #EA4343 !important;
}

section .container #form--wrapper .ml-form-embedContainer div.primary {
  background-color: transparent;
  padding: 0
}

section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  font-family: "Barlow", sans-serif !important;;
  border-radius: 12px!important;
  border: 0!important;
  padding: 16px 24px!important;
  font-size: 16px!important;
  font-weight: 500!important;
  color: #000!important
}

section .container #mailerlite #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
  padding: 0;
  display: block;
  background: 0 0
}

section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description,section .container #form--wrapper .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description a {
  color: red!important
}



@media (max-width: 850px) {
  section .container #form--wrapper {
      margin:32px 0
  }

  section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
      flex-direction: column
  }
}

.page-template-page-demo  .landing--hero .desc .buttons{
  margin-top:0;
}


.lesson--more {
  padding: 56px 0
}

.lesson--more h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0 0 32px;
  color: #2C3244;
  width: 100%
}

.lesson--more p {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  width: 100%;
  margin: 8px 0;
  color: #2C3244
}

.lesson--more img {
  width: 50%;
  margin: 32px auto
}

.lesson--cta {
  padding: 24px 0 80px;
}

.lesson--cta .container{
  background-color:#FE8C3A;
  padding:40px;
  border-radius: 32px;
}

.lesson--cta h3 {
  font-size: 48px;
  line-height: 120%;
  letter-spacing: -1.5px;
  margin: 0;
  color: #fff;
  text-align: center
}

.landing-for-you.demo-steps{
  background-color:#fff;
  padding:96px 0 56px;
}

.landing-for-you.demo-steps .row:nth-of-type(2){
  row-gap:32px;
}

.landing-for-you.demo-steps .row > h2, .landing-for-you.demo-steps .row > p{
  color:#2C3244;
}

.landing-for-you.demo-steps .row > p{
  font-size:28px;
}

.landing-for-you.demo-steps .single-step {
  width: 49%;
  background-color:#2A6F77;
  color:#fff;
}

.lesson--videos{
  background-color: #d9ecac;
    padding: 96px 0;
}

.lesson--videos .row{
  justify-content: center;
  flex-direction: column;
  gap:32px;
  align-items: center;
}

.lesson--videos .row > *{
  margin:0;
}

.lesson--videos h2{
  width: 100%;
    font-size: 48px;
    color: #2C3244;
    letter-spacing: -1.5px;
}

.lesson--videos p{
  font-size: 24px;
    line-height: 135%;
    letter-spacing: -1px;
    color: #2C3244;
    width: 100%;
}

.lesson--videos  h4{
  text-align: center;
    color: #2C3244;
    font-weight: 600;
    font-size: 24px;
    padding: 16px 32px;
    border: 2px solid #2C3244;
    border-radius: 16px;
}

.lesson--videos iframe{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 16px auto;
  max-width: 960px;
  border-radius: 12px;
}

.lesson--videos .primary{
  font-size:24px;
}

.lesson--materials{
  background-color: #d9ecac;
    padding: 32px 0 96px 0;
}

.lesson--materials .materials-wrapper{
  display: flex;
  flex-direction: column;
  gap:32px;
  justify-content: center;
  align-items: center;
  background-color:#fff;
  padding:64px;
  border-radius:48px;
}

.lesson--materials .materials-wrapper > *{
  margin:0;
}

.lesson--materials .materials-wrapper h2{
  width: 100%;
    font-size: 48px;
    letter-spacing: -1.5px;
}

.lesson--materials .materials-wrapper h3{
  color:#FE8C3A;
  display:flex;
  align-items: center;
  width:100%;
  margin:24px 0;
  gap:32px;
  white-space: nowrap;
  font-weight: 700;
  font-size:32px;
  letter-spacing: -1px;
}

.lesson--materials .materials-wrapper h3:before, .lesson--materials .materials-wrapper h3:after{
  width:100%;
  height:2px;
  background-color:#FE8C3A;
  content:"";
  display: block;
}

.lesson--materials .materials-wrapper h4{
  font-weight: 700;
  font-size:32px;
  letter-spacing: -1px;
}

.lesson--materials .materials-wrapper p{
  font-size: 24px;
    line-height: 135%;
    letter-spacing: -1px;
    width: 100%;
}
.lesson--materials iframe{
  display: block;
  width: 100%;
  border-radius: 12px;
}

.lesson--materials .buttons{
  display:flex;
  align-items: center;
  margin-top:16px;
  gap:8px;
}

.lesson--materials .buttons a{
  font-size:24px;
}

.lesson--materials img{
  margin:0 auto;
  display:block;
  border-radius: 12px;
}

.lesson--materials .vueFlashCardsId{
  width:100%;
}

.lesson--materials .vueFlashCardsId .flashcard-choices .flashcard-choice.active {
  background: #a4113a;
}

.lesson--materials .vueFlashCardsId .hooper-slide.is-current{
  width:100% !important;
}

.lesson--materials .to-do-list{
  background-color: #a4113a;
  padding: 64px;
  width: 100%;
  border-radius: 48px;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.lesson--materials .to-do-list .col{
  display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
}

.lesson--materials .to-do-list .col img{
  margin:0;
}

.lesson--materials .to-do-list .col h3{
  width: 100%;
  font-size: 48px;
  letter-spacing: -1.5px;
  margin:0;
  color:#fff;
}

.lesson--materials .to-do-list .col ul{
  display: flex;
      padding: 0;
      margin: 0;
      flex-direction: column;
      gap: 16px;
      list-style: none;
      font-size: 24px;
      color: #fff;
}

.lesson--materials .to-do-list .col ul li{
  font-weight: 600;
  display:flex;
  align-items: center;
  gap:24px;
}

.lesson--materials .to-do-list .col ul li:before{
  content:"";
  width:35px;
  min-width: 35px;
  height:40px;
  background-image: url('https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/list-icon-2.svg');
  background-size: contain;
  background-position: center center;
}

.lesson--materials .to-do-list .col ul li.disable{
  font-weight: normal;
  text-decoration: line-through;
  opacity:.75;
}

.lesson--materials .to-do-list .col ul li.disable:before{
  background-image:url('https://francuskistart.langmasters.pl/wp-content/uploads/2025/08/list-icon-1.svg');
}


.lesson-arguments .row{
  margin-bottom:64px;
}

.lesson-arguments h3{
  width: 100%;
  font-size: 48px;
  letter-spacing: -1.5px;
  width:48%;
  margin:0;
}

.lesson-arguments .text-wrapper{
  display:flex;
  flex-direction: column;
  gap:32px;
  width:48%;
}

.lesson-arguments .text-wrapper > *{
  margin:0;
}

.lesson-arguments .text-wrapper p{
  font-size:24px;
  line-height:135%;
}

@media (max-width:960px){
  .lesson--login h3{
    font-size:40px;
  }
  .lesson--login img{
    width:100%;
  }
  .lesson--login p{
    font-size:21px;
  }
  .lesson--login form input[type=email]{
    width:100%;
    margin-bottom:16px;
  }
  .lesson--login form input[type=submit]{
    width:100%;
  }
  section .container #form--wrapper .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent {
    flex-direction: column
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  margin-bottom: 10px !important;
  width: 100% !important;
  padding: 0;
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
  display: inline-block !important;
  margin-bottom: 20px;
  width: 100%;
}
section .container #form--wrapper .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal{
  width:100%;
}
.page-template-page-demo .landing--hero .row > img{
  display:block;
  margin-bottom:40px;
}
.lesson--videos h2, .lesson--more h3, .lesson--cta h3{
  font-size:40px;
}
.lesson--materials .materials-wrapper h2{
  font-size:32px;
}
.lesson--materials .materials-wrapper h3{
  font-size:28px;
}
.lesson--materials .materials-wrapper h4{
  font-size:24px;
}
.lesson--materials .materials-wrapper{
  padding:32px;
}
.lesson-arguments h3{
  font-size:40px;
  width:100%;
  margin-bottom:64px;
}
.landing-for-you.demo-steps .single-step{
  width:100%;
}
.lesson-arguments .text-wrapper{
  width:100%;
}
.lesson-arguments .text-wrapper p, .landing-for-you .single-step p, .lesson--more p, .lesson--materials .to-do-list .col ul{
  font-size:20px;
}
.lesson--cta .container {
  width: 95%;
  margin: 0 auto;
}
.lesson--cta .container .row{
  flex-direction: column;
  gap: 24px;
}
.lesson--materials .to-do-list{
  padding:32px;
  flex-direction: column;
}
.lesson--materials .to-do-list .col h3{
  font-size:40px;
  margin-bottom:48px;
}
.lesson--materials .materials-wrapper h3{
  white-space: wrap;
}
.lesson--materials .buttons{
  flex-wrap:wrap;
  flex-direction: column;
}
.lesson--materials .buttons a{
  width:100%;
}
}
