/* _content/ACK_Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n5bg2t6hne] {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Marcellus SC',sans-serif;
    padding-bottom: 21px;
}

.MainPhone[b-n5bg2t6hne] {
    text-decoration: none !important;
}

.TopText[b-n5bg2t6hne] {
    margin: 0 auto;
    width: 520px;
    height: 234px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 30px;
}

.TopTextCity[b-n5bg2t6hne] {
    font-size: 42px;
    font-weight: bold;
}

.Banner[b-n5bg2t6hne] {
    display: block;
    position: absolute;
    right: 0;
    height: 234px;
}

header[b-n5bg2t6hne] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.Logo[b-n5bg2t6hne] {
    position: absolute;
    left: 20px;
    top: 40px;
    height: 140px;
}

.LogoImage[b-n5bg2t6hne] {
    cursor: pointer;
    float: left;
    position: relative;
    height: 140px;
    z-index: 0;
}

.Top[b-n5bg2t6hne] {
    position: relative;
    height: 234px;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

main[b-n5bg2t6hne] {
    flex: 1;
    padding-bottom: 30px;
}

footer[b-n5bg2t6hne] {
    background-color: #333;
    color: white;
    font-size: 12px;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 1px;
    padding-left: 10px;
    position: fixed;
    bottom: 0;
    height: 20px;
    text-align: center;
    z-index: 101;
}

    footer a[b-n5bg2t6hne] {
        color: white;
    }

@font-face {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLE_iNacKKg.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Marcellus SC';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/marcellussc/v13/ke8iOgUHP1dg-Rmi6RWjbLE_htac.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media (max-width: 497px) {
    .Banner[b-n5bg2t6hne] {
        display: none;
    }

    .Logo[b-n5bg2t6hne] {
        position: relative;
        top: 55px;
        height: 80px;
    }

    .LogoImage[b-n5bg2t6hne] {
        height: 80px;
    }

    .TopText[b-n5bg2t6hne] {
        left: 30%;
        width: 70%;
        height: 180px;
        font-size: 18px;
    }

    .TopTextCity[b-n5bg2t6hne] {
        font-size: 32px;
    }

    .Top[b-n5bg2t6hne] {
        height: 180px;
    }
}

@media (min-width: 497px) and (max-width: 768px) {
    .Banner[b-n5bg2t6hne] {
        display: none;
    }

    .Logo[b-n5bg2t6hne] {
        position: relative;
        top: 55px;
        height: 80px;
    }

    .LogoImage[b-n5bg2t6hne] {
        height: 80px;
    }

    .TopText[b-n5bg2t6hne] {
        left: 30%;
        width: 70%;
        height: 205px;
        font-size: 25px;
    }

    .TopTextCity[b-n5bg2t6hne] {
        font-size: 34px;
    }

    .Top[b-n5bg2t6hne] {
        height: 205px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .Banner[b-n5bg2t6hne] {
        height: 210px;
    }

    .Logo[b-n5bg2t6hne] {
        position: relative;
        top: 40px;
        height: 120px;
    }

    .LogoImage[b-n5bg2t6hne] {
        position: absolute;
        height: 120px;
    }

    .TopText[b-n5bg2t6hne] {
        width: 315px;
        height: 210px;
        font-size: 24px;
    }

    .TopTextCity[b-n5bg2t6hne] {
        font-size: 36px;
    }

    .Top[b-n5bg2t6hne] {
        height: 210px;
    }
}

#blazor-error-ui[b-n5bg2t6hne] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n5bg2t6hne] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ACK_Web/Components/Layout/NavMenu.razor.rz.scp.css */
.menu[b-1r8zhv2fj0] {
    border-top: 1px solid black;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.MenuHeadline[b-1r8zhv2fj0] {
    float: left;
    position: relative;
    width: 100%;
    background-color: #ff6479;
    text-align: center;
    font-size: 18px;
    padding: 4px;
    color: white;
}

.menuCourse[b-1r8zhv2fj0] {
    margin-top: -1px;
    border-top: 1px solid #ddd;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background-color: #00b1ff;
}

.menuKurs[b-1r8zhv2fj0] {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.menu1 a[b-1r8zhv2fj0] {
    border-right: 1px solid #ccc;
}

.menu1[b-1r8zhv2fj0], .menu2[b-1r8zhv2fj0] {
    display: block !important;
    width: 50%;
    float: left;
    font-weight: bold;
}

ul[b-1r8zhv2fj0] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.SelectedMenuItem[b-1r8zhv2fj0] {
    background-color: #ff6479;
}

li[b-1r8zhv2fj0] {
    width: auto;
}

    li a[b-1r8zhv2fj0] {
        display: block;
        color: white;
        text-align: center;
        padding: 8px 8px;
        text-decoration: none;
    }

        li a:hover[b-1r8zhv2fj0] {
            color: white;
            background-color: #ff556c;
        }

.menu-toggle[b-1r8zhv2fj0] {
    display: none;
    color: white;
    border: none;
    padding: 8px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-toggle[b-1r8zhv2fj0] {
        width: 100%;
        display: block;
    }

    .menu ul[b-1r8zhv2fj0] {
        display: none;
        flex-direction: column;
    }

        .menu ul.open[b-1r8zhv2fj0] {
            display: flex;
        }

    li[b-1r8zhv2fj0] {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }

    .menu1[b-1r8zhv2fj0], .menu2[b-1r8zhv2fj0] {
        width: 100%;
    }

    .menuCourse[b-1r8zhv2fj0] {
        display: none !important;
    }
}
/* _content/ACK_Web/Components/Pages/Cennik.razor.rz.scp.css */
.CennikDescription[b-7yxen86n5f] {
    margin: 0 auto;
    width: 1200px;
    font-size: 24px;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 10px;
}

.CennikDescriptionSmall[b-7yxen86n5f] {
    font-size: 18px;
    font-weight: normal;
}

.PriceBlock[b-7yxen86n5f] {
    float: left;
    width: 49.8%;
    margin-right: 0.2%;
    margin-top: 3px;
}

.PricesBlock[b-7yxen86n5f] {
    margin: 0 auto;
    width: 1200px;
}

.PricesBlockHead[b-7yxen86n5f] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.PriceCourseName[b-7yxen86n5f] {
    float: left;
    position: relative;
    width: 100%;
    padding: 5px;
    min-height: 110px;
    border-width: 1px 1px 0 1px;
    border-color: #aaa;
    border-style: solid;
}

.PriceHeadline[b-7yxen86n5f] {
    position: absolute;
    top: 10px;
    left: 120px;
    width: 400px;
    font-size: 16px;
    color: black;
}

.PriceCourseNameHeadline[b-7yxen86n5f] {
    position: absolute;
    top: 28px;
    left: 120px;
    width: 75%;
    font-weight: bold;
    font-size: 22px;
    color: black;
}

.PriceCourseCheckMoreInfoBtn a[b-7yxen86n5f] {
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 18px;
}

.PriceSolo[b-7yxen86n5f] {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border-width: 1px 1px 1px 1px;
    border-color: #aaa;
    border-style: solid;
    background-color: #eee;
}

.PriceGroup[b-7yxen86n5f] {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #aaa;
    border-style: solid;
    background-color: #ddd;
}

.PriceGroupHeadline[b-7yxen86n5f], .PriceSoloHeadline[b-7yxen86n5f] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.PriceGroupPriceHeadline[b-7yxen86n5f], .PriceSoloPriceHeadline[b-7yxen86n5f] {
    float: left;
    width: 50%;
    font-size: 18px;
    padding-right: 5px;
    padding-top: 3px;
    text-align: right;
    color: black;
}

.PriceGroupPrice[b-7yxen86n5f], .PriceSoloPrice[b-7yxen86n5f] {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 20px;
    padding-top: 1px;
    font-weight: bold;
    color: black;
}

.PriceCourseJoinBtn a[b-7yxen86n5f] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: white !important;
    cursor: pointer;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 18px;
    text-decoration: none !important;
    background-color: #00b1ff;
}

    .PriceCourseJoinBtn a:hover[b-7yxen86n5f] {
        background-color: #008dcc;
    }

@media (max-width: 1215px) {
    .CennikDescription[b-7yxen86n5f] {
        float: Left;
        margin: 0 1%;
        width: 98%;
    }

    .PricesBlock[b-7yxen86n5f] {
        margin: 0 1%;
        width: 98%;
    }

    .PriceBlock[b-7yxen86n5f] {
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/Galeria.razor.rz.scp.css */
.Gallery[b-ou4y5qt6f6] {
    width: 100%;
    position: relative;
    float: left;
}

.GaleryCategoryHeadline[b-ou4y5qt6f6] {
    width: 100%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
}

.image-gallery[b-ou4y5qt6f6] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
}

    .image-gallery img[b-ou4y5qt6f6] {
        width: 190px;
        height: 190px;
        object-fit: cover;
        margin: 5px;
        cursor: pointer;
    }

.lightbox[b-ou4y5qt6f6] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

    .lightbox img[b-ou4y5qt6f6] {
        max-width: 80%;
        max-height: 80%;
    }

@media (max-width: 2025px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 1810px;
    }
}

@media (max-width: 1825px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 1610px;
    }
}

@media (max-width: 1625px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 1410px;
    }
}

@media (max-width: 1425px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 1210px;
    }
}

@media (max-width: 1225px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 1010px;
    }
}

@media (max-width: 1025px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 810px;
    }
}

@media (max-width: 825px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 610px;
    }
}

@media (max-width: 625px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 410px;
    }
}

@media (max-width: 425px) {
    .image-gallery[b-ou4y5qt6f6] {
        margin: 0 auto;
        width: 210px;
    }
}
/* _content/ACK_Web/Components/Pages/Kontakt.razor.rz.scp.css */
.KontaktContainer[b-c1h3g4kkce] {
    margin: 0 auto;
    width: 1200px;
}

.KontaktLeftContainer[b-c1h3g4kkce] {
    float: left;
    width: 60%;
    padding-right: 10px;
}

.KontaktRightContainer[b-c1h3g4kkce] {
    float: left;
    position: relative;
    width: 40%;
    padding: 2%;
}

.SendEmailButton[b-c1h3g4kkce] {
    background-color: #00b1ff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

    .SendEmailButton:hover[b-c1h3g4kkce] {
        background-color: #008dcc;
    }

.ContactCities[b-c1h3g4kkce] {
    float: left;
    width: 50%;
    height: 135px;
    font-size: 18px;
    margin-top: 5px;
}

.ContantCitiesHeadline[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-size: 24px;
    font-weight: bold;
}

.ContactDescriptionHead[b-c1h3g4kkce] {
    float: left;
    font-size: 16px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.ContactDescriptionHeadline[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
}

.ContactDescriptionCallSection[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

.ContactDescriptionAddress[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 22px;
    padding-left: 5px;
    padding-bottom: 60px;
}

.ContactDescriptionCompanySection[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

.ContactEmailBtn[b-c1h3g4kkce] {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ContactDescriptionPaymentSection[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

.ContactDescriptionDescription[b-c1h3g4kkce] {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-left: 5px;
}

@media (max-width: 1215px) {
    .KontaktContainer[b-c1h3g4kkce] {
        float: left;
        margin: 0 2%;
        width: 96%;
    }

    .KontaktLeftContainer[b-c1h3g4kkce] {
        width: 100%;
        padding-right: 0;
    }

    .KontaktRightContainer[b-c1h3g4kkce] {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 700px) {
    .ContactCities[b-c1h3g4kkce] {
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/Kurs.razor.rz.scp.css */
.KursContainer[b-j120fhytn8] {
    margin: 0 auto;
    width: 1200px;
}

.CourseTime[b-j120fhytn8] {
    border-top: 3px solid;
    position: absolute;
    left: 15px;
    width: 130px;
    font-size: 18px;
}

.KursyPrice[b-j120fhytn8] {
    float: right;
    width: 320px;
    text-align: right;
    border-top: 3px solid #0d6efd;
    padding: 0 10px;
    font-size: 18px;
}

.KursRow[b-j120fhytn8] {
    float: left;
    width: 100%;
}

.KursTitle[b-j120fhytn8] {
    text-align: center;
    float: left;
    font-size: 32px;
    font-weight: bold;
    padding-top: 10px;
    margin-top: 15px;
    width: 100%;
}

.KursDescription[b-j120fhytn8] {
    float: left;
    font-size: 18px;
    color: #333;
    padding: 20px;
    width: 100%;
}

.KursLeft[b-j120fhytn8] {
    float: left;
    width: 350px;
}

.KursImage[b-j120fhytn8] {
    width: 350px;
    margin: 0 auto;
}

.KursTerminy[b-j120fhytn8] {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
}

    .KursTerminy a[b-j120fhytn8] {
        font-size: 18px;
    }

.KursDetails[b-j120fhytn8] {
    float: right;
    position: relative;
    width: 850px;
}

.KursTerminyTitle[b-j120fhytn8] {
    font-weight: bold;
    font-size: 24px;
}

.KursTerminZapisanych[b-j120fhytn8] {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.KursTermin[b-j120fhytn8] {
    float: left;
    width: 100%;
    border-top: 1px solid #aaa;
    padding: 10px;
    font-size: 18px;
}

    .KursTermin a[b-j120fhytn8] {
        font-size: 20px;
        color: white !important;
        cursor: pointer;
        border-radius: 6px;
        padding: 5px 25px;
        text-decoration: none !important;
        background-color: #00b1ff;
    }

        .KursTermin a:hover[b-j120fhytn8] {
            background-color: #008dcc;
        }

.KursProgressbar[b-j120fhytn8] {
    width: 100%;
}

.CourseProgramHeadline[b-j120fhytn8], .AdditionalInformationHeadline[b-j120fhytn8] {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.CourseProgram[b-j120fhytn8], .AdditionalInformation[b-j120fhytn8] {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
}

@media (max-width: 1215px) {
    .KursContainer[b-j120fhytn8] {
        float: left;
        margin: 0 1%;
        width: 98%;
        margin-top: 10px;
    }

    .KursLeft[b-j120fhytn8], .KursDetails[b-j120fhytn8] {
        float: left;
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/Kursy.razor.rz.scp.css */
.CoursesContainer[b-umo6fkesmn] {
    margin: 0 auto;
    width: 1200px;
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
}

.CoursesHead[b-umo6fkesmn] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.CourseBlock[b-umo6fkesmn] {
    float: left;
    margin-top: 3px;
    position: relative;
    min-height: 140px;
    width: 49.8%;
    margin-right: 0.2%;
    border: 1px solid #333;
    z-index: 10;
}

.CourseImage[b-umo6fkesmn] {
    float: left;
    padding: 5px;
    width: 20%;
}

.CourseNameHeadline[b-umo6fkesmn] {
    float: left;
    width: 70%;
    padding-top: 5px;
    font-size: 16px;
    color: black;
}

.CourseName[b-umo6fkesmn] {
    float: left;
    width: 70%;
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 40px;
    color: black;
}

.CourseBottom[b-umo6fkesmn] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 40px;
}

.CourseTime[b-umo6fkesmn] {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    color: black;
}

.CourseGoDetails a[b-umo6fkesmn] {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 18px;
}

.CourseJoinBtn a[b-umo6fkesmn] {
    position: absolute;
    padding: 2px 7px;
    left: 4px;
    bottom: 4px;
    cursor: pointer;
    color: white !important;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none !important;
    background-color: #00b1ff;
    z-index: 100;
}

    .CourseJoinBtn a:hover[b-umo6fkesmn] {
        background-color: #008dcc;
    }

@media (max-width: 1215px) {
    .CoursesContainer[b-umo6fkesmn] {
        float: Left;
        margin: 0 1%;
        width: 98%;
    }

    .CourseBlock[b-umo6fkesmn] {
        width: 100%;
        margin-right: 0;
    }
}
/* _content/ACK_Web/Components/Pages/KursyOnline.razor.rz.scp.css */
.KursyOnlineContainer[b-3588ah7op9] {
    margin: 0 auto;
    width: 1200px;
}

.KursyOnlineDescription[b-3588ah7op9] {
    float: left;
    width: 100%;
    font-size: 18px;
}

.KursOnline[b-3588ah7op9] {
    float: left;
    position: relative;
    width: 50%;
    margin-top: 5px;
}

.KursOnlineImage[b-3588ah7op9] {
    float: left;
    width: 200px;
    height: 200px;
}

.KursOnline a[b-3588ah7op9] {
    float: left;
    width: 395px;
    height: 200px;
    padding: 5px;
    padding-top: 90px;
    font-size: 20px;
    text-align: center;
    background-color: #f1f1f1;
}

.KursyOnlineHeadline[b-3588ah7op9] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
}

@media (max-width: 1215px) {
    .KursyOnlineContainer[b-3588ah7op9] {
        float: left;
        margin: 0 1%;
        width: 98%;
    }

    .KursOnline[b-3588ah7op9] {
        width: 100%;
    }

    .KursOnlineImage[b-3588ah7op9] {
        float: none;
        position: absolute;
    }

    .KursOnline a[b-3588ah7op9] {
        float: left;
        width: 100%;
        padding-left: 205px;
    }
}
/* _content/ACK_Web/Components/Pages/ONas.razor.rz.scp.css */
.ONasContainer[b-yz8wf5vh3j] {
    margin: 0 auto;
    width: 1200px;
}

.Trainer[b-yz8wf5vh3j] {
    margin-left: 25%;
    margin-top: 5px;
    width: 75%;
    float: left;
}

.OnasBlock[b-yz8wf5vh3j] {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.TrainerDescriptionBlock[b-yz8wf5vh3j] {
    float: left;
    padding-left: 5px;
    padding-bottom: 10px;
    width: 70%;
}

.TrainerImage[b-yz8wf5vh3j] {
    float: left;
    width: 25%;
    min-height: 10px;
}

.OnasImage[b-yz8wf5vh3j] {
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10px;
    width: 60%;
}

.TrainersHeadline[b-yz8wf5vh3j] {
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.TrainerHeadline[b-yz8wf5vh3j] {
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 4px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.TrainerHeadlineName[b-yz8wf5vh3j] {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444;
}

.TrainerName[b-yz8wf5vh3j] {
    float: left;
    padding-left: 4px;
    width: 100%;
    font-size: 20px;
    font-weight: Bold;
}

.TrainerDescription[b-yz8wf5vh3j] {
    float: left;
    padding-left: 4px;
    width: 100%;
    font-size: 16px;
}

.OnasBlockDescriptions[b-yz8wf5vh3j] {
    float: left;
    width: 100%;
    padding: 0 5px;
}

.OnasBlockHeadline[b-yz8wf5vh3j] {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.OnasBlockDescription[b-yz8wf5vh3j] {
    float: left;
    width: 100%;
    padding-left: 5px;
    font-size: 18px;
}

    .OnasBlockDescription a[b-yz8wf5vh3j] {
        color: #f91e3b !important;
    }

.OnasDescription[b-yz8wf5vh3j] {
    float: left;
    width: 100%;
}

@media (max-width: 1215px) {
    .ONasContainer[b-yz8wf5vh3j] {
        margin: 0 1%;
        width: 98%;
    }
}
/* _content/ACK_Web/Components/Pages/PlitykaZwrotow.razor.rz.scp.css */
.PolitykaZwrotowContainer[b-5oxlbrtvwf] {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 1215px) {
    .PolitykaZwrotowContainer[b-5oxlbrtvwf] {
        float: left;
        margin: 0 1%;
        width: 98%;
        margin-top: 10px;
    }
}
/* _content/ACK_Web/Components/Pages/PolitykaPrywatnosci.razor.rz.scp.css */
.PolitykaPrywatnosciContainer[b-4njcq374re] {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 1215px) {
    .PolitykaPrywatnosciContainer[b-4njcq374re] {
        float: left;
        margin: 0 1%;
        width: 98%;
        margin-top: 10px;
    }
}
/* _content/ACK_Web/Components/Pages/Pytania.razor.rz.scp.css */
.PytaniaContainer[b-gliqpk94wd] {
    margin: 0 auto;
    margin-top: 5px;
    width: 1200px;
}

.PytaniaTable[b-gliqpk94wd] {
    margin-top: 3px;
    display: table;
    width: 100%;
}

.PytaniaRow[b-gliqpk94wd] {
    display: table-row;
}

.PytaniaCellQuestion[b-gliqpk94wd] {
    background-color: #F5F5F5;
    font-weight: bold;
    display: table-cell;
    font-size: 18px;
    text-align: center;
    width: 35%;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.PytaniaCellAnswer[b-gliqpk94wd] {
    background-color: #fff;
    display: table-cell;
    font-size: 18px;
    text-align: center;
    width: 65%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-family: Tahoma;
}

.PytaniaCellHead[b-gliqpk94wd] {
    display: table-cell;
    background-color: #00b1ff;
    color: white;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    width: 100%;
    padding: 5px;
    border-radius: 12px 12px 0 0;
}

@media (max-width: 1215px) {
    .PytaniaContainer[b-gliqpk94wd] {
        margin: 0 auto;
        margin-top: 5px;
        width: 98%;
        margin-bottom: 30px;
    }

    .PytaniaCellQuestion[b-gliqpk94wd] {
        float: left;
        width: 100%;
    }

    .PytaniaCellAnswer[b-gliqpk94wd] {
        float: left;
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/Regulamin.razor.rz.scp.css */
.RegulaminContainer[b-1y33s5yg6j] {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    margin-top: 10px;
}

@media (max-width: 1215px) {
    .RegulaminContainer[b-1y33s5yg6j] {
        float: left;
        margin: 0 1%;
        width: 98%;
        margin-top: 10px;
    }
}
/* _content/ACK_Web/Components/Pages/StronaGlowna.razor.rz.scp.css */
.StronaGlownaContainer[b-yl47acp005] {
    margin: 0 auto;
    width: 1200px;
}

path[b-yl47acp005] {
    fill: #f91e3b;
    fill-opacity: 1;
    cursor: pointer;
}

    path:hover[b-yl47acp005] {
        fill: #ff556c !important;
    }

.Row[b-yl47acp005] {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.HitConatiner[b-yl47acp005] {
    margin: 0 auto;
    width: 1200px;
}

.Hit[b-yl47acp005] {
    float: left;
    position: relative;
    width: 48%;
    padding: 10px;
    border-top: 3px solid;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 40px;
    margin: 1%;
    z-index: 10;
}

.HitCena[b-yl47acp005] {
    float: right;
    margin-right: -10px;
    padding: 2px 10px;
    font-size: 24px;
    background-color: #ff6479;
}

.HitCenaTermin[b-yl47acp005] {
    float: right;
    position: relative;
    width: 100%;
    margin-top: -10px;
    padding-bottom: 10px;
    color: white;
}

.HitTermin[b-yl47acp005] {
    float: left;
    margin-left: -10px;
    padding: 2px 10px;
    background-color: #00b1ff;
    font-size: 18px;
}

.HitImage[b-yl47acp005] {
    float: left;
    width: 30%;
    padding-right: 20px;
    min-height: 45px;
}

.HitText[b-yl47acp005] {
    float: left;
    width: 70%;
}

.HitTitle[b-yl47acp005] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 26px;
}

.HitHeadline[b-yl47acp005] {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
}

.HitDescriptionBlock[b-yl47acp005] {
    color: black;
    float: left;
    width: 68%;
    position: relative;
}

.HitDescription[b-yl47acp005] {
    float: left;
    width: 100%;
    font-size: 18px;
}

.HitZapisOnline[b-yl47acp005] {
    font-size: 18px;
    position: absolute;
    left: 10px;
    bottom: 3px;
    color: white !important;
    cursor: pointer;
    border-radius: 6px;
    padding: 3px 8px;
    text-decoration: none !important;
    background-color: #00b1ff;
    z-index: 100;
}

    .HitZapisOnline:hover[b-yl47acp005] {
        background-color: #008dcc;
    }

.HitReadMore[b-yl47acp005] {
    font-size: 18px;
    position: absolute;
    right: 20px;
    bottom: 4px;
    color: red;
}

.MapRight[b-yl47acp005] {
    float: right;
    padding: 20px;
    width: 663px;
}

.MapContainer[b-yl47acp005] {
    margin: 0 auto;
    width: 497px;
}

.MapRight a[b-yl47acp005] {
    font-size: 18px;
}

@media (max-width: 1215px) {
    .HitConatiner[b-yl47acp005] {
        width: 100%;
    }

    .Hit[b-yl47acp005] {
        width: 98%;
    }

    .MapRight[b-yl47acp005] {
        padding: 40px;
        float: left;
        width: 70%;
        display: block;
    }

    .StronaGlownaContainer[b-yl47acp005] {
        margin: 0 auto;
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/Terminy.razor.rz.scp.css */
.CourseDateContainer[b-cur2bdztyh] {
    margin: 0 auto;
    width: 1200px;
}

.CourseDateHead[b-cur2bdztyh] {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.CourseDateBlock[b-cur2bdztyh] {
    margin-top: 2px;
    float: left;
    width: 49.8%;
    margin-right: 0.2%;
}

.CourseDateCourseName[b-cur2bdztyh] {
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
    border-width: 1px;
    border-color: #aaa;
    border-style: solid;
}

.CourseDateHeadline[b-cur2bdztyh] {
    position: absolute;
    top: 10px;
    left: 110px;
    width: 400px;
    font-size: 14px;
    color: black;
}

.CourseDateCourseNameHeadline[b-cur2bdztyh] {
    position: absolute;
    top: 28px;
    left: 110px;
    width: 75%;
    font-weight: bold;
    font-size: 20px;
    color: black;
}

.CourseDateCourseCheckMoreInfoBtn a[b-cur2bdztyh] {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.CourseDateSubLine[b-cur2bdztyh] {
    float: left;
    position: relative;
    width: 100%;
    height: 75px;
    border-width: 1px;
    border-color: #aaa;
    border-style: solid;
    background-color: #eeeeee;
}

.CourseDateSubLineSolo[b-cur2bdztyh] {
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-color: #aaa;
    border-style: solid;
    background-color: #eeeeee;
}

.CourseDateSubLineDateHeadline[b-cur2bdztyh] {
    position: absolute;
    top: 2px;
    left: 5px;
    width: 200px;
    font-size: 16px;
    color: black;
}

.CourseDateSubLineDate[b-cur2bdztyh] {
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.CourseDateSubLineClients[b-cur2bdztyh] {
    position: relative;
    width: 100%;
    text-align: center;
    top: 15px;
    color: black;
    font-size: 18px;
}

.CourseDateSubLineJoinBtn a[b-cur2bdztyh] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: white !important;
    cursor: pointer;
    font-size: 18px;
    border-radius: 6px;
    padding: 4px 9px;
    text-decoration: none !important;
    background-color: #00b1ff;
}

    .CourseDateSubLineJoinBtn a:hover[b-cur2bdztyh] {
        background-color: #008dcc;
    }

@media (max-width: 1215px) {
    .CourseDateContainer[b-cur2bdztyh] {
        float: left;
        margin: 0 1%;
        width: 98%;
    }

    .CourseDateBlock[b-cur2bdztyh] {
        width: 100%;
    }
}
/* _content/ACK_Web/Components/Pages/ZapiszNaKurs.razor.rz.scp.css */
.JoinCourseContainer[b-azi40eq1yn] {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
}

.JoinCourseRow[b-azi40eq1yn] {
    float: left;
    width: 100%;
    padding-top: 8px;
}

.SendEmailButton[b-azi40eq1yn] {
    background-color: #00b1ff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

    .SendEmailButton:hover[b-azi40eq1yn] {
        background-color: #008dcc;
    }

@media (max-width: 1215px) {
    .JoinCourseContainer[b-azi40eq1yn] {
        float: left;
        margin: 0 1%;
        width: 98%;
    }
}
