<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    /* background-image: linear-gradient(to bottom, #EAF3FB, #fff); */
    background-color: white;
}

#predmet-text {
    line-height: 1.6em;
}

#predmet-text b {
    font-weight: 600;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1em !important;
    color: var(--dark-blue);
    gap: 2em;
    max-width: 1100px;
    align-self: center;

    .header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .logo_button {
            overflow: hidden;
        }
    
        .nav_buttons {
            display: flex;
            gap: 0.5em;

            a {
                text-decoration: none;
                color: white;
                background-color: var(--dark-blue);
                font-size: 0.8em;
                padding: 0.4em 0.8em;
                border-radius: 0.5em;
            }
        }

    }

    .title {
        padding: 1em 0;
        font-size: 2.2em;
        text-align: center;
        font-weight: 300;
        line-height: 1.5em;
    }

    .new-form {
        padding: 0em 1em 1em 1em;
        display: flex;
        align-items: center;
        gap: 3em;
        margin-top: 3em;
        margin-bottom: 1em;

        &gt; img {
            height: 400px;
        }

        .mobile {
            display: flex;
            flex-direction: column;
            gap: 3em;
            align-items: start;

            .text {
                display: inline-block;
                position: relative;
                font-size: 2.5em;
                color: #002b54;  
                line-height: 1.5em;
            }

            /* .text &gt; b::after {
                content: '';
                position: absolute; 
                left: -5px;
                bottom: 6px;
                height: 14px;
                width: 103%;
                background-color: #bfe6ff; 
                z-index: -1;
                border-radius: 2px;
            } */

            .inputs {
                display: flex;
                flex-direction: column;
                gap: 1em;

                .selectize-control {
                    width: 15em;
                }

                .selectize-control {
                    border: none;
                }
            }
        }
    }

    .form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.6em;

        .select-package {
            height: 2.5em;
        }

        .select {
            width: 100%;
    
            .selectize-input {
                display: flex;
                align-items: center;
                gap: 1em;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            }
        }

        .submit {
            background-color: var(--green);
            font-size: 1.2em;
            border-radius: 0.3em;
            padding: 0.5em 1em;
            color: white;
            border: none;
            width: min-content;
            align-self: center;
            font-weight: 600;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            transition: box-shadow 0.1s linear;
        }
        .submit:hover {
            box-shadow: none;
        }
    }

    .form {
        margin-bottom: 3em;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: min-content;
        padding: 0.7em;
        border-radius: 1em;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


        .select {
            .selectize-input { 
                border: none;
                box-shadow: none;
            }
        }

        .divider {
            width: 2px;
            height: 2em;
            background-color: var(--dark-blue);
            border-radius: 1em;
        }
    }

    .pop-predmety {
        padding: 0 1em;

        .pop-title {
            margin-bottom: 0.7em;
            font-size: 1.3em;
            font-weight: 500;
        }

        .pop-subjects {
            display: flex;
            gap: 1em;

            .pop-one-subject {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 0.5em;
                text-decoration: none;
                
                .img {
                    background-color: #D7EEFF;
                    height: 4em;
                    width: 4em;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-radius: 1em;
                }

                .plus {
                    font-size: 2em;
                    color: black;
                }

                .img img {
                    height: 2.5em;
                    width: 2.5em;
                }

                .subject-name {
                    font-size: 0.9em;
                    color: black;
                    font-weight: 500;
                }
            }
        }
    }

    .dal {
        position: absolute;
        color: var(--dark-blue);
        background-color: #EAF3FB;
        /* background-color: black; */
        height: 25px;
        width: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 1px solid black;
        z-index: 5;
        top: 50%;
    }

    .left {
        left: 0;
        transform: translate(-50%, -50%);
    }

    .right {
        right: 0;
        transform: translate(50%, -50%);
    }

    .uspechy {
        margin: 6em 1em;
        display: flex;
        flex-direction: column;
        gap: 3em;
        border-radius: 1em;
        /* border: 1px solid #444; */
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 2em 2em;
        background-color: white;
        

        .line {
            display: flex;
            justify-content: space-between;
            gap: 2em;

            .uspech {
                text-align: center;
                display: flex;
                flex-direction: column;
                gap: 0.5em;

                .number {
                    font-size: 2em;
                    font-family: "Tomorrow", serif;
                    font-weight: 400;
                    font-style: normal;
                }

                .text {
                    line-height: 1.6em;
                }
            }
        }
    }
    
    .animated-number::after {
        content: " +";
        color: var(--green);
    }

    .jak-to {
        padding: 0 1em;
    }

    .body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5em;
        margin-bottom: 3em;

        .einstein {
            display: none;
        }

        .bod {
            display: flex;
            align-items: center;
            gap: 1em;

            .number {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                
                
                .ball {
                    height: 35px;
                    width: 35px;
                    border-radius: 50%;
                    background-color: var(--dark-blue);
                    color: white;
                    text-align: center;
                    display: flex;
                    align-items: center;
                    justify-content: center; 
                    font-size: 1.2em; 
                }
            }

            .text {
                flex: 8;
                line-height: 1.7em;
            }

            .bod-title {
                font-size: 1.8em;
                font-weight: 600;
            }
        }
    }

    .section-title {
        align-self: center;
        font-size: 1.8em;
    }

    .lektori-wrap {
        width: 352px;
        position: relative;

        .left_l {
            left: 0;
            transform: translate(0, -50%);
        }
    
        .right_l {
            right: 0;
            transform: translate(0, -50%);
        }
    }

    .lektori {
        margin: 0 0 3em 0;
        display: grid;
        column-gap: 16px;
        grid-auto-flow: column;
        overflow: hidden;
        padding: 16px;
    }
    

    .proc-my {
        padding: 0 1em;
        margin: 2em 0;
        display: flex;
        flex-direction: column;
        gap: 2em;

        .line {
            display: flex;
            flex-direction: column;
            gap: 4em;

            .reason {
                flex: 1;
                display: flex;
                gap: 1em;

                img {
                    width: 48px;
                }

                .text {
                    display: flex;
                    flex-direction: column;
                    gap: 0.5em;

                    .in-title {
                        font-weight: 600;
                        font-size: 1.3em;
                    }
    
                    .r-title {
                        font-size: 1.4em;
                        font-weight: 600;
                    }
    
                    .info {
                        line-height: 1.5em;
                        font-size: 1.1em;
                    }
                } 
            }
        }
    }

    .chci {
        background-color: var(--dark-blue);
        font-size: 1.2em;
        border-radius: 0.5em;
        padding: 0.5em 1.5em;
        color: white;
        border: none;
        align-self: center;
        font-weight: 600;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: box-shadow 0.1s linear;
        text-decoration: none;
        margin-bottom: 1em;
    }

    .chci:hover {
        box-shadow: none;
    }
}

/* .blue-underline::after {
    content: '';
    position: absolute; 
    left: -5px;
    bottom: 6px;
    height: 14px;
    width: 103%;
    background-color: #bfe6ff; 
    z-index: -1;
    border-radius: 2px;
} */

@media (max-width: 768px) {
    #land-title {
        text-align: center;
    }


    .pop-predmety {
        
        .pop-subjects {
            display: grid !important;
            grid-template-columns: auto auto auto;
        }
    }

    .new-form .text {
        font-size: 2.1em !important;
    }

    .new-form &gt; img {
        display: none;
    }

    .inputs {
        width: 100%;
        align-items: center;
    }

    .form {
        flex-direction: column !important;
        width: 90% !important;
        box-shadow: none !important;
    }

    .selectize-control {
        width: 90% !important;
    }

    .selectize-input {
        border-radius: 1em !important;
        padding: 1em 1.5em !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

    .submit {
        border-radius: 0.8em !important;
    }
}

.animated-number {
    font-size: 1.5em !important;
}

@media (min-width: 768px) {
    .animated-number {
        font-size: 2.5em !important;
    }

    .content-uspechy-wrap {
        width: 1000px;
    }

    #land-title {
        font-size: 3.7em;
    }

    #hide-desktop {
        display: none;
    }

    .content {
        .form {
            background-color: white;
        }

        .title {
            margin-top: 1em;
        }

        .subjects-showcase {
            width: 600px;

            .chop {
                width: 600px;
            }
        }

        .uspechy {
            flex-direction: row;
            gap: 0em;

            .desktop-flex-2 {
                flex: 2;
            }

            .line {
                justify-content: space-evenly !important;
            }
        
            .desktop-flex-1 {
                flex: 1;

                justify-content: end;
            }
        }


        .row {
            display: flex;
            flex-direction: row;

            .einstein {
                display: block;
                flex: 1;
                width: 200px;
            }

            .body {
                flex: 2;
            }
        }

        .lektori-wrap {
            /* n * (120 + 3 * 16) + 16 */
            width: 1024px;
        }

        .proc-my {
            width: 700px;
            gap: 5em;

            .line {
                flex-direction: row;
                gap: 4em;
            }
        }
    }
}</pre></body></html>