/* hero section */
#hero_section{
    height: 81vh;
    display: flex;
    align-items: center;
    padding: 0;
    background: url(../images/hero-bg.jpg) center / cover no-repeat;
    text-align: center;
}

.logo{
    width: auto;
    height: 92px;
    display: block;
    margin: 0 auto 103px;
}

#hero_section .heading_3{
    margin: 76px 0 73px;
}

#hero_section .btn-primary{
    margin: 26px auto 0;
}

/* global sections */
.container{
    padding-left: 35px;
    padding-right: 35px;
}

.align-self-center{
    align-self: center;
}

#konferencje{
    position: relative;
    overflow: hidden;
}

#konferencje .container{
	padding-top: 160px;
	padding-bottom: 160px;
    background: #f8f8f8;
}

#konferencje .col-6, #konferencje .col-3, #konferencje .col-12{
    position: relative; z-index: 2;
}

#konferencje .decor{
    position: absolute; left: 0; top: 0; z-index: 1;
    width: 908px;
    height: 1415px;
    display: block;
    background: url(../images/decor.png) right bottom / contain no-repeat;
}

.separator{
    width: 56px;
    height: 3px;
    display: block;
    margin: 40px 0;
    background: #000;
}

#konferencje .text{
    max-width: 430px;
}

#konferencje .btn-primary{
    margin-top: 76px;
    background: #000;
    color: #fff;
}

#konferencje .images_row{
    margin-top: 120px;
}

.conference_img{
    width: 275px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ebooki-audiobooki{
    position: relative; z-index: 2;
    padding: 160px 0 140px;
    background: #171717;
}

#ebooki-audiobooki .heading{
    /*margin-top: 24px;*/
    color: #fff;
}

#ebooki-audiobooki .separator{
    background: #fff;
}

#ebooki-audiobooki .text{
    max-width: 430px;
    color: #fff;
}

#ebooki-audiobooki .ebook_img{
    width: 275px;
    height: auto;
    display: block;
    margin: 0 auto;
}

#ebooki-audiobooki .btn-primary{
    margin-top: 76px;
}

#warsztaty-cwiczenia{
    position: relative;
    overflow: hidden;
}

/*#warsztaty-cwiczenia .heading{
    margin-top: 46px;
}*/

#warsztaty-cwiczenia .decor{
    position: absolute; right: 0; bottom: -46px; z-index: 1;
    width: 960px;
    height: 1210px;
    display: block;
    background: url(../images/decor2.png) right bottom / contain no-repeat;
}

#warsztaty-cwiczenia .container{
    padding-top: 160px;
    padding-bottom: 180px;
    background: #f8f8f8;
}

#warsztaty-cwiczenia .col-6{
    position: relative; z-index: 2;
}

#warsztaty-cwiczenia .text{
    max-width: 430px;
}

#warsztaty-cwiczenia .mt{
    margin-top: 170px;
}

#warsztaty-cwiczenia .bottom .subheading, #warsztaty-cwiczenia .bottom .text, #warsztaty-cwiczenia .bottom .separator{
    transform: translateX(102px);
}

#cennik{
    position: relative; z-index: 2;
    padding: 126px 0 116px;
    background: #171717;
}

.pricing_container{
    position: relative;
    width: 1030px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 96px 0 50px;
    margin: 0 auto;
    border-radius: 40px;
    background: #ffe40a;
}

.pricing_container::after{
    content: "";
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 38px;
    display: block;
    background: #dcc409;
}

.pricing_container .left_side{
    width: 50%;
    padding: 0 15px 0 55px;
}

.pricing_container .right_side{
    width: 50%;
    padding: 0 55px;
}

.pricing_title, .pricing_title2{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #010101;
}

.pricing_price{
    position: relative;
    width: fit-content;
    display: flex;
    align-items: flex-start;
    margin: 46px auto 58px;
    text-align: center;
}

.pricing_price .price{
    font-family: 'poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 57px;
    line-height: 53px;
    color: #010101;
}

.pricing_price .currency{
    display: block;
    padding: 0 0 0 7px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 31px;
    line-height: 29px;
    color: #010101;
}

.pricing_price .month{
    position: absolute; bottom: -7px; right: -70px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    line-height: 19px;
    color: #010101;
}

.pricing_list{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
    color: #010101;
}

.pricing_list li{
    position: relative;
    padding: 0;
    margin: 0 0 30px 25px;
}

.pricing_list li::after{
    content: "";
    position: absolute; top: 4px; left: -25px;
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/list-icon.png) center / contain no-repeat;
}

.pricing_list li:last-child{
    margin-bottom: 0;
}

.pricing_container .logo{
    height: 61px;
    margin: 0 auto 49px;
}

.pricing_container .pricing-consent{
    max-width: 375px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    cursor: pointer;
}

.pricing_container .pricing-consent.gdpr-consent{
    cursor: default;
}

.pricing_container .pricing-consent-checkbox{
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    margin-top: 1px;
    border: 2px solid #5e5b46;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.pricing_container .pricing-consent-checkbox:hover{
	border-color: #4d4a37;
}

.pricing_container .pricing-consent-checkbox:focus-visible{
	outline: none;
	box-shadow: 0 0 0 3px rgba(94, 91, 70, 0.18);
}

.pricing_container .pricing-consent-checkbox:checked{
	border-color: #5e5b46;
}

.pricing_container .pricing-consent-checkbox:checked::after{
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #3f3d2f;
    border-bottom: 2px solid #3f3d2f;
    transform: rotate(45deg);
}

.pricing_container .form-input.is-invalid,
.pricing_container .form-input.is-invalid:focus,
.pricing_container .pricing-consent-checkbox.is-invalid,
.pricing_container .pricing-consent-checkbox.is-invalid:hover,
.pricing_container .pricing-consent-checkbox.is-invalid:focus-visible{
    border-color: #c63b31;
    box-shadow: 0 0 0 3px rgba(198, 59, 49, 0.14);
    outline: none;
}

.pricing_container .pricing-consent-text{
    font-family: 'poppins', sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #484848;
    text-align: left;
}

.pricing_container .pricing-consent-text a{
	color: inherit;
}

.pricing_container .pricing-consent-text a:hover{
	text-decoration: none;
}

.pricing_container .btn-primary{
    max-width: 240px;
    height: 65px;
    margin: 0 auto;
    background: #161616;
    font-weight: 800;
    line-height: 65px;
    color: #fff;
}

.pricing_container .btn-primary:hover{
    color: #fff;
}

.pricing_security{
    width: 100%;
    max-width: 286px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    color: #111111;
    text-align: left;
}

.pricing_security_icon{
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: block;
}

.pricing_security_content{
    min-width: 0;
    width: 238px;
    flex: 0 0 238px;
}

.pricing_security_title{
    margin: 0 0 2px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1.05;
    white-space: nowrap;
    color: #111111;
}

.pricing_security_meta{
    margin: 0;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 11.5px;
    line-height: 1.2;
    color: rgba(17, 17, 17, 0.72);
}

.pricing_container .separator{
    width: 73px;
    height: 2px;
    border-radius: 0;
    margin: 39px auto 32px;
}

.pricing_container .error-message{
    display: none;
}

#faq{
    padding: 160px 0 135px;
    background: #000;
}

#faq .heading{
    margin-bottom: 55px;
}

.faq_item{
    width: 760px;
    overflow: hidden;
    margin: 0 auto 15px;
    border-radius: 20px;
}

.faq_item:last-child{
    margin-bottom: 0px;
}

.faq_question{
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 0 120px 0 75px;
    cursor: pointer;
    background: #252525;
}

.faq_answer{
    padding: 40px 75px;
    background: #2f2f2f;
}

.expand_marker{
    position: absolute; top: 50%; right: 70px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    transform: translateY(-50%);
}

.expand_marker::after{
  content: "+";
  transition: transform .2s ease;
}

.faq_item.is-open .expand_marker::after{
  content: "−";
}

#faq .text_2{
    color: #fff;
}

.logo_footer{
    width: auto;
    height: 66px;
    display: block;
    margin: 146px auto 0;
}

/* video */
.video-container{
    position: relative;
    width: 437px;
    height: 286px;
    margin: 0 auto;
    background: url("../images/video-bg-1c.png") center / contain no-repeat;
}

.video-screen{
    position: absolute; top: 14px; left: 4px;
	width: 430px;
	height: 268px;
    overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.video-screen video{
	width: 112%;
	height: 112%;
	display: block;
	object-fit: cover;
	transform: translate(0%, -5%);
}

.video-container2{
    position: relative;
    width: 437px;
    height: 286px;
    margin: 0 auto;
    background: url("../images/video-bg-1c.png") center / contain no-repeat;
}

.video-screen2{
    position: absolute; top: 14px; left: 4px;
	width: 430px;
	height: 268px;
    overflow: hidden;
	border-radius: 0 0 10px 10px;
}

.video-screen2 video{
	width: 112%;
	height: 112%;
	display: block;
	object-fit: cover;
	transform: translate(0%, -5%);
}

.video-container3{
    position: relative;
    width: 365px;
    height: 741px;
    margin: 0 auto;
    background: url("../images/video-bg-3.png") center / contain no-repeat;
}

.video-screen3{
	position: absolute; top: 11px; left: 14px;
	width: 337px;
	height: 717px;
	overflow: hidden;
	border-radius: 38px;
}

.video-screen3 video{
	width: 337px;
	height: 717px;
	display: block;
	object-fit: cover;
}

/* form */
.form-group{
    overflow: hidden;
    margin: 0 0 28px;
}

.form-input{
    width: 100%;
    max-width: 290px;
    height: 56px;
    display: block;
    padding: 0 18px;
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
    color: #000;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.form-input::placeholder{
    color: #484848;
    opacity: 1;
}

.error-message{
	margin-bottom: 12px;
	font-family: 'poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
    text-align: center;
	color: #ff4d4d;
}

/* buttons */
.btn-primary{
    width: 100%;
    max-width: 305px;
    height: 73px;
    display: block;
    margin: 0;
    border: none;
    border-radius: 10px;
    outline: none;
    background: #ffe40a;
    cursor: pointer;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 73px;
    text-align: center;
    color: #000;
}

.btn-primary:hover{
    text-decoration: none;
    color: #000;
}

/* typography */
.heading_1{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 28px;
    line-height: 38px;
    color: #000000;
}

.heading_1 strong{
    display: block;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
}

.heading_2{
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 72px;
    line-height: 67px;
    color: #fff;
}

.heading_3{
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 54px;
    line-height: 59px;
    text-transform: uppercase;
    color: #fff;
}

.heading_3 strong{
    color: #ffe40a;
}

.text_1{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 22px;
    color: #fff;
}

.text_1 strong{
    font-weight: 700;
}

.text_2{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    line-height: 30px;
    color: #2c2c2c;
}

.text_2 p{
    margin-bottom: 30px;
}

.text_2 p:last-child{
    margin-bottom: 0px;
}

.text_2 a{
    text-decoration: underline;
}

.text_3{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 25px;
    color: #fff;
}

.text_3 strong{
    font-weight: 600;
}

.text_4{
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
}

.text_4 strong{
    font-weight: 700;
}

.text_4 a{
    font-weight: 700;
    text-decoration: none;
    color: #ffe40a;
}

.text_4 a:hover{
    text-decoration: none;
    color: #ffe40a;
}

.text_4 p{
    margin-bottom: 27px;
}

.text_4 p:last-child{
    margin-bottom: 0px;
}

.highlighted{
    color: #ffe400;
}

strong{
    font-weight: 800;
}

.center{
    text-align: center;
}

#footer{
    display: none !important;
    padding: 88px 0 44px;
    background: linear-gradient(180deg, #f4f4f1 0%, #fafafa 52%, #ffffff 100%);
    font-family: 'poppins', sans-serif;
    font-size: 14.5px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
    color: #1d1d1d;
}

#footer a{
    text-decoration: none;
}

.footer_columns{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.footer_column{
    min-width: 0;
}

.footer_column_proof{
    grid-column: 1 / -1;
}

.footer_card{
    height: 100%;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.05);
}

.footer_card_brand{
    padding-right: 30px;
}

.footer_logo{
    margin-bottom: 58px;
}

.footer_eyebrow{
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6a6a6a;
}

.footer_list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_list li{
    margin-bottom: 8px;
}

.footer_contact_block{
    margin-bottom: 28px;
}

.footer_contact_socials{
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer_contact_primary,
.footer_contact_secondary{
    display: block;
    width: fit-content;
}

.footer_contact_primary{
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.footer_contact_secondary{
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 400;
    color: #3f3f3f;
}

.footer_company_meta{
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer_company_meta_secondary{
    padding-top: 0;
    border-top: 0;
}

.footer_meta_list{
    font-size: 12.5px;
    line-height: 1.6;
    color: #676767;
}

.footer_meta_list li{
    margin-bottom: 5px;
}

.footer_desktop_break{
    display: block;
}

.footer_card_secondary{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_panel_links{
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer_socials{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer_contact_socials .footer_socials{
    justify-content: flex-start;
}

.footer_socials a{
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 999px;
    background: #ffffff;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.footer_socials a:hover{
    transform: translateY(-2px);
    border-color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.footer_link_list li{
    margin-bottom: 10px;
}

.footer_link_list a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f5f5f3;
    font-weight: 400;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.footer_link_list a:hover{
    background: #000000;
    color: #ffffff;
    transform: translateY(-1px);
}

.footer_card_proof{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer_card_proof .footer_eyebrow{
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}

.footer_proof_list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.footer_proof_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 14px;
    border-radius: 22px;
    background: #f7f7f4;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

.footer_proof_media{
    width: 40px;
    margin: 0 auto;
}

.footer_proof_image{
    width: 100%;
    height: auto;
    display: block;
}

.footer_proof_content{
    min-width: 0;
}

.footer_proof_title{
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_proof_text{
    margin: 0;
    font-size: 12.5px;
    line-height: 1.5;
    color: #5c5c5c;
}

.footer_hours{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_hours_row{
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.footer_hours_label{
    text-align: left;
}

.footer_hours_value{
    text-align: right;
    white-space: nowrap;
}

.footer_bottom{
    margin-top: 32px;
    padding-top: 26px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
    align-items: center;
}

.footer_bottom_left p{
    margin: 0;
    color: #676767;
}

.footer_bottom_menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 12px;
}

.footer_bottom_menu a{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.86);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.footer_bottom_menu a:hover{
    border-color: rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

#footer2{
    position: relative;
    padding: 92px 0 42px;
    background:
        radial-gradient(circle at top left, rgba(255, 228, 10, 0.12), transparent 28%),
        linear-gradient(180deg, #111111 0%, #090909 100%);
    font-family: 'poppins', sans-serif;
    color: #f3f0e7;
    overflow: hidden;
}

#footer2::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 70px));
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 228, 10, 0), rgba(255, 228, 10, 0.9), rgba(255, 228, 10, 0));
    transform: translateX(-50%);
}

#footer2 a{
    color: inherit;
    text-decoration: none;
}

.footer2_inner{
    position: relative;
}

.footer2_intro{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 34px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer2_logo{
    width: auto;
    height: 29px;
    display: block;
    filter: brightness(0) invert(1);
}

.footer2_claim{
    max-width: 430px;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    text-align: right;
    color: rgba(243, 240, 231, 0.72);
}

.footer2_grid{
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 34px;
    align-items: start;
}

.footer2_panel{
    min-width: 0;
}

.footer2_eyebrow{
    margin: 0 0 16px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffe40a;
}

.footer2_contact_link{
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

.footer2_contact_link_secondary{
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243, 240, 231, 0.78);
}

.footer2_social_label{
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(243, 240, 231, 0.52);
}

.footer2_socials{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer2_socials a{
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #f3f0e7;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.footer2_socials a:hover{
    transform: translateY(-2px);
    border-color: rgba(255, 228, 10, 0.6);
    background: rgba(255, 228, 10, 0.08);
}

.footer2_meta{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(243, 240, 231, 0.7);
}

.footer2_meta li{
    margin-bottom: 8px;
}

.footer2_proof_grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.footer2_proof_item{
    min-width: 0;
    padding: 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.footer2_proof_image{
    width: 54px;
    height: auto;
    display: block;
    margin-bottom: 14px;
}

.footer2_proof_title{
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    color: #ffffff;
}

.footer2_proof_text{
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(243, 240, 231, 0.66);
}

.footer2_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 24px;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer2_signature{
    margin: 0;
    color: rgba(243, 240, 231, 0.58);
}

.footer2_nav{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 12px;
}

.footer2_nav a{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(243, 240, 231, 0.9);
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.footer2_nav a:hover{
    border-color: rgba(255, 228, 10, 0.55);
    background: rgba(255, 228, 10, 0.08);
}

@media (max-width: 1024px){
    .footer2_intro{
        align-items: flex-start;
        flex-direction: column;
    }

    .footer2_claim{
        text-align: left;
    }

    .footer2_grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer2_panel_proof{
        grid-column: 1 / -1;
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {

#konferencje .decor{
    left: -110px; top: 0;
}

#warsztaty-cwiczenia .decor{
    right: -110px;
}

}

@media (min-width: 1200px) and (max-width: 1599px) {

/* hero section */
#hero_section{
    height: 90vh;
}

.logo{
    height: 92px;
    margin: 0 auto 72px;
}

#hero_section .heading_3{
    margin: 62px 0 36px;
}

#hero_section .btn-primary{
    margin: 18px auto 0;
}

#konferencje .decor{
    left: -260px; top: 0;
}

#warsztaty-cwiczenia .decor{
    right: -260px;
}

}

@media (max-width: 767px){

#footer2{
    padding: 62px 0 34px;
}

#footer2::before{
    width: calc(100% - 40px);
}

.footer2_intro{
    gap: 18px;
    padding-bottom: 26px;
    margin-bottom: 26px;
}

.footer2_logo{
    height: 24px;
}

.footer2_claim{
    max-width: none;
    font-size: 14px;
}

.footer2_grid{
    grid-template-columns: 1fr;
    gap: 28px;
}

.footer2_panel_proof{
    grid-column: auto;
}

.footer2_contact_link{
    font-size: 20px;
}

.footer2_contact_link_secondary{
    font-size: 17px;
}

.footer2_meta{
    font-size: 13px;
}

.footer2_proof_grid{
    grid-template-columns: 1fr;
}

.footer2_proof_item{
    padding: 16px 14px;
}

.footer2_bottom{
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}

.footer2_nav{
    justify-content: center;
}

.footer2_signature{
    width: 100%;
    text-align: center;
}

/* hero section */
#hero_section{
    min-height: 100vh;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo{
    height: 56px;
    margin: 0 auto 72px;
}

#hero_section .heading_3{
    margin: 53px 0 51px;
}

#hero_section .btn-primary{
    margin: 26px auto 0;
}

/* global sections */
.reverse-xs{
    display: flex;
    flex-direction: column-reverse;
}

.container{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

#konferencje{
    padding: 0;
    /*background: url(../images/decor-xs.png) right 100px bottom -92px / 502px 713px no-repeat*/
}

#konferencje .decor{
    top: 160px; left: -213px; 
    width: 502px;
    height: 713px;
    background: url(../images/decor-xs.png) right bottom / contain no-repeat;
}

#konferencje .container{
    padding-top: 77px;
    padding-bottom: 59px;
}

#konferencje .heading{
    margin-bottom: 30px;
    text-align: center;
}

.separator{
    width: 56px;
    height: 3px;
    margin: 40px 0;
}

#konferencje .text{
    max-width: 100%;
    padding-left: 2px;
}

#konferencje .images_row{
    margin-top: 66px;
    margin-bottom: 36px;
}

.conference_img{
    width: auto;
    max-width: 100%;
}

#konferencje .btn-primary{
    margin-top: 41px;
    margin-left: auto;
    margin-right: auto;
}

#ebooki-audiobooki{
    padding: 80px 0 60px;
}

#ebooki-audiobooki .heading{
    text-align: center;
}

#ebooki-audiobooki .text{
    max-width: 100%;
    padding-left: 2px;
}

#ebooki-audiobooki .images_row{
    margin-top: 32px;
    margin-bottom: 46px;
}

#ebooki-audiobooki .ebook_img{
    width: auto;
    max-width: 100%;
}

#ebooki-audiobooki .btn-primary{
    margin-top: 42px;
    margin-left: auto;
    margin-right: auto;
}

#warsztaty-cwiczenia{
    overflow: hidden;
}

#warsztaty-cwiczenia .decor{
    right: -300px; bottom: 75px;
    width: 459px;
    height: 592px;
}

#warsztaty-cwiczenia .container{
    padding-top: 68px;
    padding-bottom: 0;
}

#warsztaty-cwiczenia .heading{
    margin-bottom: 30px;
    text-align: center;
}

#warsztaty-cwiczenia .text{
    margin-top: 60px;
    max-width: 100%;
}

#warsztaty-cwiczenia .mt{
    margin-top: 40px;
}

#warsztaty-cwiczenia .reverse-xs{
    padding: 40px 20px 85px;
    margin-left: -20px;
    margin-right: -20px;
    background: #ffffff;
}

#warsztaty-cwiczenia .bottom .subheading, #warsztaty-cwiczenia .bottom .text, #warsztaty-cwiczenia .bottom .separator{
    transform: none;
}

#warsztaty-cwiczenia .bottom .subheading{
    margin-bottom: 16px;
    text-align: center;
}

#warsztaty-cwiczenia .bottom .text{
    margin-top: 32px;
    margin-bottom: 32px;
}

#cennik{
    padding: 72px 0;
}

.pricing_container{
    width: 290px;
    padding: 77px 0 44px;
    border-radius: 40px;
}

.pricing_container::after{
    width: 100%;
    height: 38px;
}

.pricing_container .left_side{
    width: 100%;
    padding: 0 24px;
}

.pricing_container .right_side{
    width: 100%;
    padding: 29px 24px 0;
}

.pricing_title, .pricing_title2{
    font-size: 14px;
    line-height: 18px;
}

.pricing_price{
    margin: 41px auto 41px;
}

.pricing_price .price{
    font-size: 33px;
    line-height: 31px;
}

.pricing_price .currency{
    padding: 0 0 0 3px;
    font-size: 18px;
    line-height: 17px;
}

.pricing_price .month{
    bottom: -6px; right: -46px;
    font-size: 13px;
    line-height: 13px;
}

.pricing_list{
    font-size: 13px;
    line-height: 18px;
}

.pricing_list li{
    margin: 0 0 25px 20px;
}

.pricing_list li::after{
    top: 2px; left: -20px;
    width: 14px;
    height: 13px;
}

.pricing_list li:last-child{
    margin-bottom: 0;
}

.pricing_container .logo{
    height: 51px;
    margin: 0 auto 31px;
}

.pricing_container .pricing-consent{
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
}

.pricing_container .btn-primary{
    max-width: 196px;
    height: 53px;
    line-height: 53px;
}

.pricing_security{
    max-width: 208px;
    gap: 8px;
}

.pricing_security_icon{
    width: 28px;
    height: 28px;
    flex-basis: 28px;
 }

.pricing_security_content{
    width: 172px;
    flex-basis: 172px;
}

.pricing_security_title{
    font-size: 11.5px;
}

.pricing_security_meta{
    font-size: 9px;
    line-height: 1.2;
}

.pricing_container .separator{
    width: 73px;
    height: 2px;
    margin: 30px auto 25px;
}

#faq{
    padding: 66px 0 37px;
}

#faq .heading{
    margin-bottom: 21px;
}

.faq_item{
    width: 100%;
    max-width: 312px;
    margin: 0 auto 8px;
    border-radius: 14px;
}

.faq_item:last-child{
    margin-bottom: 0px;
}

.faq_question{
    height: auto;
    min-height: 51px;
    padding: 15px 48px 12px 19px;
}

.faq_question.text_2{
    line-height: 18px;
}

.faq_answer{
    padding: 20px 19px;
}

.expand_marker{
    right: 19px;
    font-size: 14px;
}

.logo_footer{
    height: 26px;
    margin: 46px auto 0;
}

/* video */
.video-container{
    width: 306px;
    height: 200px;
}

.video-screen{
    top: 10px; left: 3px;
	width: 301px;
	height: 188px;
	border-radius: 0 0 7px 7px;
}

.video-screen video{
	width: 112%;
	height: 112%;
	transform: translate(0%, -5%);
}

.video-container2{
    width: 306px;
    height: 200px;
}

.video-screen2{
    top: 10px; left: 3px;
	width: 301px;
	height: 188px;
	border-radius: 0 0 7px 7px;
}

.video-screen2 video{
	width: 112%;
	height: 112%;
	transform: translate(0%, -5%);
}

.video-container3{
    z-index: 1;
    width: 210px;
    height: 426px;
}

.video-screen3{
	top: 6px; left: 8px;
	width: 196px;
	height: 416px;
	border-radius: 22px;
}

.video-screen3 video{
	width: 196px;
	height: 416px;
}

/* form */
.form-group{
    margin: 0 auto 21px;
}

.form-input{
    max-width: 100%;
    height: 45px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
}

.error-message{
	margin-top: 12px;
	font-size: 16px;
}

/* buttons */
.btn-primary{
    max-width: 222px;
    height: 53px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 53px;
}

/* typography */
.heading_1{
    font-size: 16px;
    line-height: 22px;
}

.heading_1 strong{
    font-size: 24px;
    line-height: 25px;
}

.heading_2{
    font-size: 29px;
    line-height: 27px;
}

.heading_3{
    font-size: 36px;
    line-height: 39px;
}

.text_1{
    font-size: 16px;
    line-height: 20px;
}

.text_1 p{
    margin-bottom: 20px;
}

.text_1 p:last-child{
    margin-bottom: 0px;
}

.text_2{
    font-size: 15px;
    line-height: 20px;
}

.text_3 {
    font-size: 16px;
    line-height: 19px;
}

.text_4{
    font-size: 16px;
    line-height: 20px;
}

.text_4 p{
    margin-bottom: 20px;
}

.text_4 p:last-child{
    margin-bottom: 0px;
}

}


@media (max-width: 1024px){
    .footer_columns{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer_column_proof{
        grid-column: 1 / -1;
    }

    .footer_proof_list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer_proof_item:last-child{
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px){
    #footer{
        padding: 50px 0 30px;
    }

    .footer_columns{
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
    }

    .footer_column_proof{
        grid-column: auto;
    }

    .footer_card{
        height: auto;
        padding: 24px 22px;
    }

    .footer_contact_primary{
        font-size: 20px;
    }

    .footer_contact_secondary{
        font-size: 20px;
    }

    .footer_proof_item{
        gap: 8px;
        padding: 16px;
    }

    .footer_desktop_break{
        display: none;
    }

    .footer_proof_list{
        grid-template-columns: 1fr;
    }

    .footer_proof_item:last-child{
        grid-column: auto;
    }

    .footer_proof_media{
        width: 40px;
    }

    .footer_proof_title{
        font-size: 16px;
    }

    .footer_bottom{
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .footer_bottom_right{
        grid-row: 1;
    }

    .footer_bottom_left{
        grid-row: 2;
        justify-self: center;
        text-align: center;
    }

    .footer_bottom_menu{
        justify-content: center;
    }
}

/* thak you page*/
.thank-you-page{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 56px 24px;
    background: #0f0f0f;
}

.thank-you-shell{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.thank-you-mark{
    width: 72px;
    height: auto;
    display: block;
    margin: 0 auto 22px;
}

.thank-you-title{
    margin: 0;
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 40px;
    line-height: 1;
    color: #ffffff;
}

.thank-you-lead{
    margin: 30px auto 0;
    font-weight: 700;
}

.thank-you-open-app{
    margin-top: 54px;
    display: flex;
    justify-content: center;
}

.thank-you-stores{
    margin-top: 34px;
}

.thank-you-stores-label{
    margin: 0;
}

.thank-you-store-grid{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 18px;
}

.thank-you-store-badge{
    width: 205px;
    height: 63px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-decoration: none;
}

.thank-you-store-badge:hover{
    text-decoration: none;
}

.thank-you-store-image{
    width: 205px;
    height: auto;
    display: block;
}

.thank-you-email-line{
    margin: 102px auto 0;
}

.thank-you-email{
    display: inline;
    color: #ffe40a;
}

.thank-you-summary{
    margin: 25px auto 0;
}

.thank-you-summary strong{
    font-weight: 700;
}

@media (max-width: 767px){

.thank-you-page{
    padding: 48px 20px;
}

.thank-you-shell{
    max-width: 350px;
}

.thank-you-mark{
    width: 59px;
    height: auto;
    margin-bottom: 26px;
}

.thank-you-title{
    font-size: 30px;
}

.thank-you-lead{
    margin-top: 18px;
}

.thank-you-open-app{
    margin-top: 36px;
}

.thank-you-stores{
    margin-top: 28px;
}

.thank-you-store-grid{
    margin-top: 16px;
    gap: 9px;
    flex-direction: column;
}

.thank-you-store-badge{
    width: 185px;
    height: auto;
}

.thank-you-store-image{
    width: 185px;
}

.thank-you-email-line{
    margin-top: 44px;
}

.thank-you-summary{
    margin-top: 26px;
}

.thank-you-email{
    display: block;
    margin-top: 0;
}

}


/* remove account page */
.remove-account-page{
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 74px 24px 56px;
    background: #0f0f0f;
}

.remove-account-shell{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.remove-account-mark{
    width: 72px;
    height: auto;
    display: block;
    margin: 0 auto 227px;
}

.remove-account-title{
    margin: 0;
    font-family: 'poppins', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
    line-height: 1;
    color: #ffe40a;
}

.remove-account-copy{
    width: 100%;
    margin: 36px auto 0;
}

.remove-account-form{
    width: 100%;
    max-width: 690px;
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 52px auto 0;
}

.remove-account-input{
    width: 100%;
    min-width: 0;
    height: 71px;
    padding: 0 25px;
    border: 3px solid #cccccc;
    border-radius: 10px;
    background: transparent;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 71px;
    color: #ffffff;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.remove-account-input::placeholder{
    color: rgba(255, 255, 255, 0.72);
}

.remove-account-input:focus{
    border-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.remove-account-input.is-invalid,
.remove-account-input.is-invalid:focus{
    border-color: #c63b31;
    box-shadow: 0 0 0 3px rgba(198, 59, 49, 0.14);
}

.remove-account-submit{
    width: 294px;
    height: 71px;
    flex: 0 0 294px;
    border: 0;
    border-radius: 10px;
    background: #ffe40a;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 71px;
    color: #000000;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.remove-account-submit strong{
    font-weight: 700;
}

.remove-account-submit:hover{
    background: #f4db09;
}

.remove-account-submit:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 228, 10, 0.2);
}

.remove-account-error{
    display: none;
    max-width: 690px;
    margin: 18px auto 0;
    text-align: center;
}

.remove-account-error.is-error{
    color: #ff4d4d;
}

.remove-account-error.is-success{
    color: #7ddc66;
}

.remove-account-error.is-info{
    color: #ffe40a;
}

.remove-account-page.confirm .remove-account-form,
.remove-account-page.confirm .remove-account-error{
    position: relative;
    left: 50%;
    width: min(1124px, calc(100vw - 48px));
    max-width: none;
    transform: translateX(-50%);
}

@media (min-width: 1200px) and (max-width: 1599px) {

.remove-account-page{
    padding-top: 59px;
    padding-bottom: 56px;
}

.remove-account-mark{
    margin-bottom: 87px;
}

}

@media (min-width: 768px) and (max-width: 1199px) {

.remove-account-page{
    padding-top: 59px;
    padding-bottom: 56px;
}

.remove-account-mark{
    margin-bottom: 87px;
}

}

@media (max-width: 767px){

.remove-account-page{
    padding: 48px 20px;
}

.remove-account-shell{
    max-width: 100%;
}

.remove-account-mark{
    width: 38px;
    margin-bottom: 54px;
}

.remove-account-title{
    font-size: 35px;
}

.remove-account-copy{
    margin-top: 31px;
}

.remove-account-form{
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
}

.remove-account-page.confirm .remove-account-form,
.remove-account-page.confirm .remove-account-error{
    left: auto;
    width: 100%;
    transform: none;
}

.remove-account-input{
    max-width: 278px;
    height: 53px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 53px;
}

.remove-account-submit{
    width: 100%;
    max-width: 217px;
    height: 53px;
    flex-basis: auto;
    font-size: 14px;
    line-height: 53px;
}

.remove-account-error{
    margin-top: 16px;
}

}

.cky-consent-container, .cky-preference-center, .cky-modal, .cky-btn-revisit-wrapper{
    font-family: 'poppins', sans-serif
}