.szk-info-bg {
  background: #ffffff;
  overflow: hidden;
}

.szk-info-wrapper {
  position: relative;
  max-width: 1440px;
  height: 774px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  box-sizing: border-box;
  padding: 80px 155px;
}

.szk-info-decor {
  position: absolute;
  width: 440px;
  height: 440px;
  left: -41px;
  top: 80px;
  object-fit: contain;
}

.szk-info-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 97px;
  width: 1130px;
  height: 614px;
  z-index: 1;
  flex-shrink: 0;
}

.szk-info-heading-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 808px;
  height: 221px;
  align-self: flex-end;
}

.szk-info-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.szk-info-title i {
  color: #ff5c36;
}

.szk-info-subtitle {
  font-family: "Planc", sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ff5c36;
  margin: 0;
}

.szk-info-card {
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 24px;
  width: 1130px;
  height: 316px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.szk-info-card-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  height: 100%;
}

.szk-info-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 651px;
  align-self: stretch;
  flex-shrink: 0;
}

.szk-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  gap: 38px;
  width: 651px;
  height: 164px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-sizing: border-box;
}

.szk-info-box-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.szk-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}

.szk-info-icon {
  font-size: 32px;
  color: #ff5c36;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}

.szk-info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.szk-info-label {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #787777;
}

.szk-info-value {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #000000;
}

.szk-info-cert {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 651px;
  height: 88px;
  flex-shrink: 0;
}

.szk-info-cert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background: #000000;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 16px;
  box-sizing: border-box;
}

.szk-info-cert-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.szk-info-cert-text {
  display: flex;
  align-items: center;
  padding: 24px;
  height: 88px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-sizing: border-box;
  flex: 1;
}

.szk-info-cert-text p {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
  max-width: 400px;
}

.szk-info-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 415px;
  height: 268px;
  flex-shrink: 0;
  align-self: flex-start;
}

.szk-info-photos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  flex: 1;
  min-height: 0;
}

.szk-info-photo {
  border-radius: 8px;
  object-fit: cover;
  flex: 1;
  min-height: 0;
  width: 0;
}

.szk-info-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 14px;
  width: 100%;
  background: #ff5c36;
  border-radius: 4px;
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.2s ease;
}

.szk-info-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.szk-hero-bg {
  background: #ff5c36;
  overflow: hidden;
}

.szk-hero-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
  position: relative;
}

.szk-hero-decor-img5 {
  position: absolute;
  bottom: 269px;
  left: 0;
}

.szk-hero-inner {
  max-width: 1130px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.szk-hero-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-height: 297px;
}

.szk-hero-heading-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 670px;
}

.szk-hero-title-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-hero-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-hero-title i,
.szk-hero-subtitle i {
  color: #000000;
}

.szk-hero-subtext {
  font-family: "Planc", sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
  padding-left: 20px;
}

.szk-hero-decor-yosa {
  margin-left: auto;
  margin-right: 175px;
  align-self: flex-start;
}

.szk-hero-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 80px;
  height: 404px;
  position: relative;
}

.szk-hero-decor-arrows {
  position: absolute;
  bottom: 0;
  right: 0;
}

.szk-hero-image {
  width: 440px;
  height: 404px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.szk-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.szk-hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  width: 616px;
  height: 404px;
}

.szk-hero-right-top {
  display: flex;
  flex-direction: column;
  gap: 59px;
  align-items: flex-start;
}

.szk-hero-subtitle-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.szk-hero-subtitle {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-hero-right-desc {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0;
  padding-left: 20px;
}

.szk-bullet {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.szk-star {
  color: #000000;
  font-weight: 700;
  line-height: 1;
}

.szk-bullet .szk-star {
  font-size: 24px;
  flex-shrink: 0;
}

.szk-bullet p {
  font-family: "Planc", sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
}

.szk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px 10px;
  background: #000000;
  border-radius: 4px;
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.szk-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.szk-agenda-decor-img {
  position: absolute;
  top: -188.5px;
  left: 900px;
  width: 540px;
  height: 554.8px;
  pointer-events: none;
}

.szk-agenda-bg {
  background: #000000;
}

.szk-agenda-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
}

.szk-agenda-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-agenda-title i {
  color: #ff5c36;
}

.szk-agenda-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-left: 115px;
  width: 1015px;
}

.szk-agenda-row {
  display: flex;
  flex-direction: row;
  gap: 131px;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}

.szk-agenda-list>*:nth-child(1) {
  height: 324px;
}

.szk-agenda-list>*:nth-child(2) {
  height: 338px;
}

.szk-agenda-list>*:nth-child(3) {
  height: 44px;
}

.szk-agenda-list>*:nth-child(4) {
  height: 407px;
}

.szk-agenda-list>*:nth-child(5) {
  height: 381px;
}

.szk-agenda-list>*:nth-child(6) {
  height: 44px;
}

.szk-agenda-list>*:nth-child(7) {
  height: 380px;
}

.szk-agenda-list>*:nth-child(8) {
  height: 378px;
}

.szk-agenda-list>*:nth-child(9) {
  height: 44px;
}

.szk-agenda-list>*:nth-child(10) {
  height: 351px;
}

.szk-agenda-list>*:nth-child(11) {
  height: 268px;
}

.szk-agenda-time-col {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 99px;
  align-self: stretch;
  flex-shrink: 0;
}

.szk-agenda-time-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 8px;
  width: 67px;
  height: 56px;
}

.szk-agenda-time {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
}

.szk-agenda-duration {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #979797;
}

.szk-agenda-line {
  width: 2px;
  background: #cbcbcb;
  align-self: stretch;
  position: relative;
  flex-shrink: 0;
}

.szk-agenda-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #cbcbcb;
}

.szk-agenda-list>*:nth-child(1) .szk-agenda-line::after,
.szk-agenda-list>*:nth-child(4) .szk-agenda-line::after,
.szk-agenda-list>*:nth-child(7) .szk-agenda-line::after,
.szk-agenda-list>*:nth-child(10) .szk-agenda-line::after {
  content: '';
  position: absolute;
  bottom: -52.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 52.5px;
  background: #cbcbcb;
}

.szk-agenda-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 785px;
  align-self: flex-start;
}

.szk-agenda-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px 12px;
  background: #ffffff;
  border-radius: 4px;
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
}

.szk-agenda-body,
.szk-agenda-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.szk-agenda-item-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-agenda-item-title .szk-star {
  color: #ff5c36;
}

.szk-agenda-desc {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ff5c36;
  margin: 0;
  width: 785px;
}

.szk-agenda-desc--narrow {
  width: 654px;
}

.szk-agenda-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.szk-agenda-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 8px;
  border: 1.5px solid #cbcbcb;
  border-radius: 4px;
  font-family: "Planc", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #979797;
}

.szk-agenda-break {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 112px;
  padding: 0 78px;
  width: 100%;
  box-sizing: border-box;
}

.szk-agenda-break i {
  font-size: 40px;
  color: #ff5c36;
  width: 40px;
  text-align: center;
  flex-shrink: 0;
}

.szk-agenda-break span {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #979797;
}

.szk-btn--orange {
  background: #ff5c36;
  align-self: center;
  width: 409px;
}


.szk-for-bg {
  background: #e5e5e5;
}

.szk-for-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
}

.szk-for-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  max-width: 670px;
}

.szk-for-title i {
  color: #4182ff;
}

.szk-for-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 32px 77.5px;
  width: 1100px;
}

.szk-for-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 295px;
  height: 81px;
}

.szk-for-item i {
  font-size: 32px;
  color: #4182ff;
  flex-shrink: 0;
}

.szk-for-item p {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
}

.szk-trainers-bg {
  background: #e5e5e5;
  overflow: hidden;
  position: relative;
}

.szk-trainers-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
  position: relative;
}

.szk-trainers-decor {
  position: absolute;
  top: 100px;
  left: -25px;
  width: 440px;
  height: 440px;
  pointer-events: none;
  z-index: 0;
}

.szk-trainers-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  width: 674px;
  align-self: flex-end;
  position: relative;
  z-index: 1;
}

.szk-trainers-title i {
  color: #4182ff;
}

.szk-trainers-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.szk-trainer-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.szk-trainer-card--reversed {
  flex-direction: row-reverse;
}

.szk-trainer-photo {
  width: 440px;
  height: 440px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.szk-trainer-content-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 674px;
  flex-shrink: 0;
}

.szk-trainer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  gap: 45px;
  background: #ffffff;
  border-radius: 8px;
  flex-grow: 1;
}

.szk-trainer-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-trainer-name {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.szk-trainer-name .szk-star {
  color: #4182ff;
}

.szk-trainer-role-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.szk-trainer-role {
  font-family: "Planc", sans-serif;
  font-weight: 450;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #4182ff;
  margin: 0;
}

.szk-trainer-star {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  color: #4182ff;
  font-size: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 12px;
  line-height: 0;
}

.szk-trainer-bio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
}

.szk-trainer-bio p {
  font-family: "Planc", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #787777;
  margin: 0;
}

.szk-trainer-linkedin-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  height: 64px;
  transition: opacity 0.2s ease;
}


.szk-trainer-linkedin-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  display: block;
}

.szk-trainer-linkedin-url-box {
  display: flex;
  align-items: center;
  padding: 0 32px;
  background: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  flex-grow: 1;
  height: 64px;
}

.szk-trainer-linkedin-url {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #4182ff;
}

.szk-pricing-bg {
  background: #000000;
}

.szk-pricing-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
}

.szk-pricing-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 135px;
  width: 1130px;
}

.szk-pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.szk-pricing-card--main {
  width: 555px;
  min-height: 670px;
  background: #ffffff;
  padding: 32px 32px 36px;
  gap: 40px;
}

.szk-pricing-card--secondary {
  width: 440px;
  background: #e5e5e5;
  padding: 32px 32px 36px;
  gap: 40px;
}

.szk-pricing-sticker {
  position: absolute;
  top: 0;
  right: 7px;
  width: 150px;
  height: 150px;
  background-image: url('/images/decor3-szkolenie.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2px;
  z-index: 2;
}

.szk-pricing-sticker-line1,
.szk-pricing-sticker-line2 {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #000000;
}

.szk-pricing-sticker-date {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 115%;
  color: #ffffff;
}

.szk-pricing-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.szk-pricing-header-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.szk-pricing-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.szk-pricing-label {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #787777;
  margin: 0;
}

.szk-pricing-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.szk-pricing-title i {
  color: #ff5c36;
}

.szk-pricing-title--sm {
  font-size: 30px;
}

.szk-pricing-price-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 16px;
}

.szk-pricing-price {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000000;
}

.szk-pricing-price--orange {
  color: #ff5c36;
}

.szk-pricing-netto {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #787777;
}

.szk-pricing-divider {
  width: 100%;
  height: 0;
  border-top: 1.5px solid #e5e5e5;
}

.szk-pricing-divider--dark {
  border-color: #cbcbcb;
}

.szk-pricing-includes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.szk-pricing-includes-label {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #787777;
  margin: 0;
}

.szk-pricing-includes-text {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
}

.szk-pricing-card-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-pricing-vat {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #787777;
  margin: 0;
}

.szk-pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 24px 14px;
  background: #ff5c36;
  border-radius: 4px;
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.szk-pricing-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.szk-pricing-btn--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.szk-pricing-right {
  display: flex;
  flex-direction: column;
  gap: 56px;
  width: 440px;
  flex-shrink: 0;
}

.szk-pricing-heading {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-pricing-heading i {
  color: #ff5c36;
}

.szk-faq-bg {
  background: #e5e5e5;
}

.szk-faq-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.szk-faq-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-faq-heading {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.szk-faq-heading i {
  color: #ff5c36;
}

.szk-faq-star {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  color: #ff5c36;
}

.szk-faq-note {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #ff5c36;
  margin: 0;
}

.szk-faq-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 670px;
  align-self: center;
}

.szk-faq-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.szk-faq-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: 100%;
}

.szk-faq-question {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: -0.01em;
  color: #000000;
  flex: 1;
}

.szk-faq-chevron {
  color: #ff5c36;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.szk-faq-item:not(.szk-faq-item--open) .szk-faq-chevron {
  transform: rotate(180deg);
}

.szk-faq-content {
  overflow: hidden;
  max-height: 400px;
  transition: max-height 0.3s ease;
}

.szk-faq-item:not(.szk-faq-item--open) .szk-faq-content {
  max-height: 0;
}

.szk-faq-answer {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #787777;
  margin: 0;
  padding-bottom: 24px;
}

.szk-faq-divider {
  width: 100%;
  height: 0;
  border-top: 1px solid #cbcbcb;
}

.szk-ct-bg {
  background: #000000;
}

.szk-ct-wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 929px;
}

.szk-ct-decor-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 555px;
  height: 555px;
}

.szk-ct-right {
  position: absolute;
  left: 730px;
  top: 100px;
  width: 555px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.szk-ct-right-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-ct-heading {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-ct-heading i {
  color: #ff5c36;
}

.szk-ct-subtitle-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.szk-ct-star {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  color: #ff5c36;
}

.szk-ct-subtitle {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #ff5c36;
}

.szk-ct-info-card {
  background: #e5e5e5;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.szk-ct-info-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.szk-ct-info-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 210px;
}

.szk-ct-info-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 32px;
  height: 35px;
  font-size: 32px;
  color: #ff5c36;
  line-height: 1;
  flex-shrink: 0;
  align-self: flex-start;
}

.szk-ct-info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.szk-ct-info-label {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #787777;
}

.szk-ct-info-value {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  color: #000000;
}

.szk-ct-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  padding: 18px 24px 14px;
  background: #ff5c36;
  border-radius: 4px;
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
}

.szk-ct-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}

.szk-ct-bottom {
  position: absolute;
  left: 155px;
  top: 667px;
  width: 920px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.szk-ct-cta-heading {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-ct-cta-heading i {
  color: #ff5c36;
}

.szk-ct-cta-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.szk-ct-cta-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}

.szk-ct-cta-email {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #ff5c36;
}

.szk-ct-cta-desc {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  color: #ffffff;
  margin: 0;
}

.szk-ct-smile {
  position: absolute;
  right: 150px;
  bottom: 93px;
  width: 155px;
  height: 140px;
}

.szk-kit-bg {
  background: #ffffff;
}

.szk-kit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 155px;
}

.szk-kit-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  margin: 0;
  max-width: 796px;
}

.szk-kit-title i {
  color: #4182ff;
}

.szk-kit-cards {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.szk-kit-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  width: 557px;
  flex-shrink: 0;
}

.szk-kit-card-top {
  background-color: #000000;
  background-size: cover;
  background-position: center;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 345px;
}

.szk-kit-label {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #787777;
  margin: 0;
}

.szk-kit-card-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.szk-kit-icon {
  font-size: 56px;
  line-height: 1;
  color: #4182ff;
}

.szk-kit-card-title {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.szk-kit-card-title .szk-star {
  color: #4182ff;
}

.szk-kit-card-bottom {
  background: #e5e5e5;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 385px;
  box-sizing: border-box;
}

.szk-kit-card-bottom--wide {
  gap: 32px;
}

.szk-kit-card-bottom--wide .szk-kit-item {
  width: 384px;
  height: 28px;
  align-items: flex-start;
}

.szk-kit-card-bottom--wide .szk-kit-bullet {
  height: 28px;
  line-height: 1;
  padding-top: 2px;
  align-items: flex-start;
}


.szk-kit-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  width: 384px;
  height: 59px;
}

.szk-kit-bullet {
  font-family: "Planc-Bold", "Planc", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #4182ff;
  flex-shrink: 0;
  width: 32px;
  min-width: 32px;
  height: 59px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}

.szk-kit-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 352px;
  height: 59px;
}

.szk-kit-item-title {
  font-family: "Planc", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
}

.szk-kit-item-desc {
  font-family: "Planc", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #000000;
  margin: 0;
}

@media (max-width: 1200px) {

  .szk-hero-wrapper,
  .szk-for-wrapper,
  .szk-agenda-wrapper {
    padding: 80px 40px;
  }

  .szk-info-wrapper {
    height: auto;
    padding: 80px 40px;
    justify-content: center;
  }

  .szk-info-decor {
    display: none;
  }

  .szk-info-content {
    width: 100%;
  }

  .szk-info-heading-block {
    width: 100%;
    height: auto;
    align-self: flex-start;
  }

  .szk-info-card {
    width: 100%;
    height: auto;
  }

  .szk-info-left {
    width: auto;
    flex: 1;
  }

  .szk-info-box {
    width: 100%;
  }

  .szk-info-cert {
    width: 100%;
  }

  .szk-for-grid {
    width: 100%;
  }

  .szk-agenda-list {
    margin-left: 0;
    width: 100%;
  }

  .szk-kit-wrapper {
    padding: 80px 40px;
  }

  .szk-kit-card {
    width: 100%;
    flex-shrink: 1;
  }

  .szk-kit-card-bottom {
    height: auto;
    width: 100%;
  }

  .szk-kit-item {
    width: 100%;
    height: auto;
  }

  .szk-kit-item-text {
    width: auto;
    height: auto;
    flex: 1;
  }

  .szk-kit-card-bottom--wide .szk-kit-item {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {

  .szk-info-wrapper {
    padding: 60px 20px;
    height: auto;
    justify-content: center;
  }

  .szk-info-content {
    width: 100%;
    height: auto;
    gap: 32px;
    align-items: center;
  }

  .szk-info-heading-block {
    width: 100%;
    height: auto;
    align-self: center;
    text-align: center;
  }

  .szk-info-title {
    font-size: 32px;
  }

  .szk-info-subtitle {
    font-size: 16px;
    text-align: center;
  }

  .szk-info-card {
    width: 100%;
    height: auto;
  }

  .szk-info-card-inner {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }

  .szk-info-left {
    width: 100%;
  }

  .szk-info-box {
    width: 100%;
    height: auto;
    gap: 16px;
  }

  .szk-info-box-row {
    flex-direction: column;
    gap: 16px;
  }

  .szk-info-item {
    flex: unset;
    width: 100%;
  }

  .szk-info-cert {
    width: 100%;
    height: auto;
  }

  .szk-info-cert-icon {
    display: none;
  }

  .szk-info-right {
    width: 100%;
  }

  .szk-info-photos {
    flex: unset;
    height: 180px;
  }

  .szk-info-photo {
    width: 0;
    height: 100%;
    flex: 1;
  }

  .szk-hero-wrapper {
    padding: 60px 20px;
  }

  .szk-hero-top,
  .szk-hero-bottom {
    flex-direction: column;
    height: auto;
    min-height: unset;
    gap: 32px;
  }

  .szk-hero-title {
    font-size: 36px;
  }

  .szk-hero-subtitle {
    font-size: 24px;
  }

  .szk-hero-decor-yosa,
  .szk-hero-decor-arrows,
  .szk-hero-decor-img5 {
    display: none;
  }

  .szk-hero-image {
    width: 100%;
    height: 260px;
  }

  .szk-hero-right {
    width: 100%;
    height: auto;
    gap: 32px;
  }

  .szk-hero-right-top {
    gap: 32px;
  }

  .szk-hero-subtitle-group {
    gap: 16px;
  }

  .szk-bullet p,
  .szk-hero-subtext,
  .szk-hero-right-desc {
    font-size: 16px;
  }

  .szk-for-wrapper {
    padding: 60px 20px;
    gap: 40px;
  }

  .szk-for-title {
    font-size: 32px;
    max-width: 100%;
  }

  .szk-for-grid {
    width: 100%;
    gap: 24px 0;
  }

  .szk-for-item {
    width: 100%;
    height: auto;
  }

  .szk-btn--orange {
    width: 100%;
  }

  .szk-agenda-decor-img {
    display: none;
  }

  .szk-agenda-wrapper {
    padding: 60px 20px;
    gap: 48px;
  }

  .szk-agenda-title {
    font-size: 32px;
  }

  .szk-agenda-list {
    margin-left: 0;
    width: 100%;
    gap: 32px;
  }

  .szk-agenda-row {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .szk-agenda-time-col {
    flex-direction: row;
    width: auto;
    align-self: auto;
    gap: 16px;
  }

  .szk-agenda-line {
    display: none;
  }

  .szk-agenda-time-block {
    flex-direction: row;
    width: auto;
    height: auto;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
  }

  .szk-agenda-duration::before {
    content: "(";
  }

  .szk-agenda-duration::after {
    content: ")";
  }

  .szk-agenda-content {
    width: 100%;
    gap: 24px;
  }

  .szk-agenda-item-title {
    font-size: 18px;
  }

  .szk-agenda-desc {
    font-size: 16px;
    width: 100%;
  }

  .szk-agenda-break {
    padding: 0;
    height: auto;
  }

  .szk-agenda-list>*:nth-child(1),
  .szk-agenda-list>*:nth-child(2),
  .szk-agenda-list>*:nth-child(3),
  .szk-agenda-list>*:nth-child(4),
  .szk-agenda-list>*:nth-child(5),
  .szk-agenda-list>*:nth-child(6),
  .szk-agenda-list>*:nth-child(7),
  .szk-agenda-list>*:nth-child(8),
  .szk-agenda-list>*:nth-child(9),
  .szk-agenda-list>*:nth-child(10),
  .szk-agenda-list>*:nth-child(11) {
    height: auto;
  }

  .szk-agenda-list>*:nth-child(1) .szk-agenda-line::after,
  .szk-agenda-list>*:nth-child(4) .szk-agenda-line::after,
  .szk-agenda-list>*:nth-child(7) .szk-agenda-line::after,
  .szk-agenda-list>*:nth-child(10) .szk-agenda-line::after {
    display: none;
  }

  .szk-agenda-desc--narrow {
    width: 100%;
  }

  .szk-agenda-tags {
    column-gap: 8px;
    row-gap: 8px;
  }

  .szk-agenda-tag {
    font-size: 13px;
    padding: 8px 12px 6px;
  }

  .szk-agenda-badge {
    padding: 10px 16px 8px;
    font-size: 14px;
  }

  .szk-trainers-wrapper {
    padding: 60px 20px;
    gap: 40px;
  }

  .szk-trainers-title {
    font-size: 32px;
    align-self: flex-start;
    width: 100%;
  }

  .szk-trainer-card,
  .szk-trainer-card--reversed {
    flex-direction: column;
  }

  .szk-trainer-photo {
    width: 100%;
    height: 320px;
  }

  .szk-trainer-content-col {
    width: 100%;
  }

  .szk-trainer-content {
    padding: 24px;
  }

  .szk-trainer-name {
    font-size: 24px;
  }

  .szk-trainer-linkedin-link {
    width: 100%;
  }

  .szk-trainer-linkedin-url-box {
    padding: 0 16px;
    min-width: 0;
  }

  .szk-trainer-linkedin-url {
    font-size: 16px;
    word-break: break-all;
  }

  .szk-pricing-sticker {
    position: relative;
    top: auto;
    right: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: auto;
    padding: 16px;
    background-image: none;
    background-color: #ff5c36;
    border-radius: 8px;
    order: -1;
  }

  .szk-pricing-sticker-date {
    font-size: 16px;
  }

  .szk-pricing-wrapper {
    padding: 60px 20px;
  }

  .szk-pricing-inner {
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }

  .szk-pricing-card--main,
  .szk-pricing-card--secondary {
    width: 100%;
  }

  .szk-pricing-right {
    width: 100%;
    gap: 32px;
  }

  .szk-pricing-heading {
    font-size: 36px;
  }

  .szk-pricing-price {
    font-size: 48px;
  }

  .szk-kit-wrapper {
    padding: 60px 20px;
    gap: 48px;
  }

  .szk-kit-title {
    font-size: 32px;
  }

  .szk-kit-cards {
    flex-direction: column;
    align-items: stretch;
  }

  .szk-kit-card {
    width: 100%;
    flex-shrink: 1;
  }

  .szk-kit-card-top {
    padding: 32px;
    min-height: 280px;
  }

  .szk-kit-card-title {
    font-size: 28px;
  }

  .szk-kit-card-bottom {
    padding: 32px;
    height: auto;
    width: 100%;
  }

  .szk-kit-item {
    width: 100%;
    height: auto;
  }

  .szk-kit-bullet {
    height: auto;
    line-height: 1.2;
    padding-top: 4px;
  }

  .szk-kit-item-text {
    width: auto;
    height: auto;
    flex: 1;
  }

  .szk-kit-card-bottom--wide .szk-kit-item {
    width: 100%;
    height: auto;
  }

  .szk-kit-card-bottom--wide .szk-kit-bullet {
    height: auto;
    line-height: 1.2;
    padding-top: 2px;
  }

  .szk-kit-item-title {
    font-size: 20px;
  }

  .szk-kit-card-top--right {
    background-size: 76% !important;
    background-position: right top !important;
  }

  .szk-faq-wrapper {
    padding: 60px 20px;
    gap: 48px;
  }

  .szk-faq-heading {
    font-size: 36px;
  }

  .szk-faq-list {
    width: 100%;
  }

  .szk-ct-wrapper {
    height: auto;
    padding: 60px 20px 80px;
  }

  .szk-ct-right {
    position: static;
    width: 100%;
  }

  .szk-ct-bottom {
    position: static;
    width: 100%;
    margin-top: 60px;
  }

  .szk-ct-smile {
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: auto;
  }

  .szk-ct-heading,
  .szk-ct-cta-heading {
    font-size: 36px;
  }

  .szk-ct-info-row {
    flex-direction: column;
    gap: 24px;
  }

  .szk-ct-decor-left {
    display: none;
  }
}