.block-course-for-who {
    position: relative;
}

.block-course-for-who-test {
    position: relative;
    margin-top: -50px;
    margin-bottom: 20px;
}

.block-cfw-container {
    font-size: 20px;
    padding-bottom: 40px;
    min-height: 620px;
}

.block-cfw-container p {
    margin-bottom: 5px;
}

.block-cfw-list {
    display: flex;
    margin-top: 30px;
}

.block-cfw-list h3 {
    margin: 0;
}

.block-cfw-list .block-cfw-list-image {
    width: 50%;
}

.block-cfw-list .block-cfw-list-ul {
    width: 100%;
}

.block-cfw-list-ul ul {
    padding: 20px;
    margin: 0;
}

.block-cfw-list-ul li {
    padding-bottom: 20px;
    font-size: 20px;
}

@media (max-width:991.98px) {
    .block-cfw-list {
            display: block;
    }

    .block-cfw-list .block-cfw-list-image {
        width: 100%;
    }

    .block-cfw-list .block-cfw-list-ul {
        width: 100%;
    }

    .block-cfw-list-ul ul {
        margin-bottom: 50px;
    }
}



.block-cfw-test {
    position: relative;
    padding-top: 50px;
    padding-bottom: 90px;
    text-align: center;
}

.block-cfw-test h3 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;

}

.block-for-who-course-bg {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: skewY(2deg);
    background: #5500FC;
    transform-origin: 100% 0;
}

.btn-white {
    background: transparent;
    border: 2px solid #fff;
}

.bootcamp-menu {
    border: 2px solid #E1D2FF;
    border-radius: 18px;
    font-weight: 300;
    z-index: 9999;
    background: #fff;
    padding: 20px 0;
    position: relative;
}

.bootcamp-menu-h2 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    padding: 20px;
}

.bootcamp-menu-list {
    font-weight: 300;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.bootcamp-menu-list li {
    margin: 0;
    padding: 0;
    padding: 12px 20px;
    position: relative;

}

.bootcamp-menu-list li.active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    content: "";
    background-color: #f20b32;
    border-radius: 5px;
}

.bootcamp-menu-list li.active {
    font-weight: bold;
}


.button-box {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.bootcamp-menu-box {
    max-width: 320px;
    position: relative;
}

.accord-header-title {
    display: flex;
}

.icon-image {
    width: 24px;
    margin-right: 10px;
}

.fixedmenu {
    position: fixed;
    top: 50px;
    z-index: 1999;
}

@media (max-width:991.98px) {
    .bootcamp-menu-box {
        display: none;
    }
}

@media (max-width:1200px) {
    .bootcamp-menu-box {
            max-width: 296px;
    }
}


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    margin: 0 auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 0;
    max-width: 600px;
    /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    max-width: 600px;
    background: #fff;
    padding: 10px 35px;
}

.pytanieButton {
    cursor: pointer;
}

#contactModal .input-title {
    margin-bottom: 5px;
    display: block;
}

#contactModal label {
    width: 100%;
    margin-bottom: 20px;
}

#contactModal input[type="text"],
#contactModal input[type="email"],
#contactModal input[type="tel"] {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 14px 15px;
    margin-top: 5px;
    width: 100%;
}

#contactModal textarea {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 14px 15px;
    margin-top: 5px;
    width: 100%;
}

#contactModal .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 13px;
}