<!doctype html>
<html lang="en">
<head>

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-FTB6MKN673"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());
      gtag('config', 'G-FTB6MKN673');
    </script>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">


    <!-- CSRF Token -->
    <meta name="csrf-token" content="wOqUfUotvMCQVrs341IqlKZm0nInrVmgUXP4OVte">

    <title>


Koolitused.ee | Eesti suurim koolituste andmebaas    </title>

    
    


            <meta name="robots" content="index,follow"/>


    <!-- Scripts -->
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
    <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    <script src="https://koolitused.ee/js/app.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
    <script src="https://kit.fontawesome.com/9c72c241e1.js" crossorigin="anonymous"></script>
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
            integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
            crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/js/bootstrap-select.min.js"></script>


    <!-- Fonts -->
    <link rel="dns-prefetch" href="//fonts.gstatic.com">
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">

    <!-- Styles -->
    <link href="https://koolitused.ee/css/app.css" rel="stylesheet">
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
          integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
    <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <link rel="stylesheet"
          href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css">

    <script src="https://koolitused.ee/js/app.js"></script>

    <style>
        * {
            font-family: 'Work Sans';
            outline: none;
        }

        a {
            color: #F66F4D;
        }

        a.normal:hover {
            color:  #F66F4D;
        }

        body {
            background-color: #FAF8ED;
        }

        nav {
            overflow: scroll;
            overflow: hidden;
        }

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    color: #FFF;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.1s ease-in;
    opacity: 0;
}
.companyhover:hover .overlay {
        opacity: 1;
}

figure img {
    max-width:  100%;
    height:  auto;
}

.centerbottom {
    position: absolute;
    bottom: 0;
}
.centerbottom2 {
    display: none;
}

            .home-1.xl {
                background-color:  rgba(255, 255, 255, 0.8);
            }

            .overlay {
                text-align: center;
            }

            .filter-container {
                display: flex;
                width: 1000px;
                margin: 0 auto;
                margin-top: 40px;
                justify-content: center;
            }

            .filter {
                padding: 10px 20px;
                border: 2px solid #F66F4D;
                border-radius: 30px;
                margin-left: 10px;
                margin-right: 10px;
            }

            .findCourse {
                width: 300px;
                cursor: pointer;
            }

            .findLocation {
                width: 200px;
                background: transparent;
                -webkit-appearance: none;
                cursor: pointer;
            }

            .findDate {
                width: 150px;
            }

            .findDate {
                background: transparent;
            }

            .findSubmit, .findSubmit2 {
                background-color: #F66F4D;
                border: 2px solid #F66F4D;
                border-radius: 30px;
                padding: 10px 30px;
                color: #FFFFFF;
                margin-left: 10px;
            }

            .findCourseContainer {
                background-color: #FFFBFA;
                width: 100%;
                display: none;
                margin-top: 30px;
                padding: 40px 50px;
            }

            ul, li {
                list-style-type: none;
            }

            #datepicker {
                cursor: pointer;
            }

        .small-logo {
            width: 32px;
            height: 32px;
            background-size: cover;
            border-radius: 16px;
            display: inline-block;
            vertical-align: middle;
            margin-right:  3px;
        }

        .text-red {
            color: red;
        }

        .mt-10 {
            margin-top: 100px;
        }

        .text-xl {
            font-size: 18px;
        }

        .font-bold {
            font-weight: 600;
        }

        .font-extrabold {
            font-weight: 700;
        }

        .medium-title {
            font-size: 30x;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .logo {
            font-size: 30px;
            font-weight: 600;
        }

        .text-orange {
            color: #F66F4D;
        }

        .search input {
            background-color: #FFFFFF;
            width: 100%;
            border-radius: 30px;
            border: 0;
            -webkit-appearance: none;
            padding: 10px 30px;
            -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.1);
            font-weight: 300;
        }

        .search-icon {
            position: absolute;
            right: 25px;
            top: 20px;
        }

        button.search-icon {
            border: none;
            outline: none;
            font: inherit;
            color: inherit;
            background: none
        }

        .search-icon i {
            font-size: 20px;
            background-color: #FFFFFF;
        }

        .menu a {
            color: #000000;
            margin-left: 35px;
            font-weight: 500;
        }

        .menu a:hover {
            text-decoration: none;
            color: #F66F4D;
        }

        .menu a.active {
            color: #F66F4D;
        }

        .header-container {
            width: 100%;
            position: fixed;
            z-index: 99;
            background-color: #FAF8ED;
            margin-bottom: 70px;
        }

        .header {
            width: 1300px;
            max-width: 100%;
            margin: 0 auto;
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .navigation {
            display: flex;
        }

        .logo-container {
            width: 400px;
        }

        .logo-container a {
            color: inherit;
        }

        .logo-container a:hover {
            color: inherit;
            text-decoration: none;
        }

        .search-container {
            width: 600px;
            position: relative;
            background-color: #FAF8ED;
        }

        .menu-container {
            width: 800px;
            padding-top: 18px;
        }

        .content {
            width: 1200px;
            margin: 0 auto;
            padding-top: 150px;
        }

        h1.entry-title {
            font-weight: 600;
            font-size: 30px;
        }

        .separator-orange {
            width: 208px;
            height: 3px;
            background-color: #F66F4D;
            margin-left: 20px;
            margin-top: 10px;
        }

        .button-container {
            margin-top: 60px;
        }

        .button-container a {
            border: 2px solid rgba(48, 48, 48, 0.5);
            padding: 10px 20px;
            border-radius: 30px;
            margin-right: 20px;
            color: #000000;
            text-decoration: none;
            display: inline-block;
            margin-bottom: 10px;
        }

        .button-container a.active {
            background-color: #F66F4D;
            border: 2px solid #F66F4D;
            color: #FFFFFF;
        }

        .button-container .xl {
            font-size: 18px;
            padding: 13px 40px;
        }

        .results-table-container {
            margin-top: 70px;
            width: 100%;
            position: relative;
            overflow: scroll;
            overflow: hidden;
        }

        .results-table {
            width: 100%;
        }

        a.normal {
            text-decoration: none;
            font-weight: 400;
            color: #000000;
        }
        .tableheader {
            font-weight: 500;
        }

        .tableheader td {
            padding-bottom: 20px;
        }

        .results-table td {
            padding-right: 10px;
            vertical-align: top;
            padding-bottom: 20px;
        }

        a.table-readmore, button.table-readmore {
            text-decoration: none;
            color: #F66F4D;
            border: 2px solid #F66F4D;
            padding: 5px 20px;
            border-radius: 20px;
            background: transparent;
            display: inline;
            -webkit-appearance: none;
        }

        .duplicatorForm {
            display: inline;
        }

        .duplicatorForm button {
            background: transparent;
            color: #F66F4D;
            border: 0;
            font-size: 20px;
            outline: none;
            margin-left: 10px;
        }

        a.editbutton {
            color: #F66F4D;
            font-size: 20px;
            margin-left: 10px;
        }

        .duplicatorForm button:hover, a.editbutton:hover {
            color: #000000;
        }

        .pagination {
            margin-top: 30px;
        }

        .text-3xl {
            font-size: 65px;
            font-weight: 700;
        }

        .text-2xl {
            font-size: 20px;
            font-weight: 700;
        }

        .advert {
            width: 100%;
        }

        .blog-image-container {
            width: 100%;
            height: 200px;
            background-size: cover;
            background-position: center center;
        }

        .company-image-container {
            width: 100%;
            height: 200px;
            background-color: #FFFFFF;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
        }

        span.blog-title {
            font-size: 20px;
            color: #000000;
            line-height: 24px;
            font-weight: 500;
            padding-top: 15px;
            margin-bottom: 15px;
            display: block;
        }

        span.blog-title:hover {
            text-decoration: none;
            color: #F66F4D;
        }

        .blog-archive .col-4, .company-archive .col-3 {
            margin-bottom: 40px;
        }

        .footer {
            background-color: #272424;
            padding-top: 50px;
            padding-bottom: 50px;
            margin-top: 150px;
            color: #FFFFFF;
            font-weight: 300;
            line-height: 28px;
        }

        .footer a {
            color: #FFFFFF;
        }

        .popular-courses-container a {
            margin-right: 20px;
            margin-left: 20px;
            color: #000000;
            line-height: 55px;
        }

        .card-rounded {
            background-color: #FFFFFF;
            border-radius: 30px;
            padding: 40px 40px;
        }

        .mx-auto {
            margin: 0 auto;
        }

        form.login input[type="text"], form.login input[type="password"] {
            -webkit-appearance: none;
            background: transparent;
            border-radius: 30px;
            color: #FFFFFF;
            border: 2px solid #FFFFFF;
            padding: 5px 18px;
            margin-bottom: 16px;
            outline: none;
            width: 100%;
        }

        form.login input[type="submit"] {
            background-color: #F66F4D;
            color: #FFFFFF;
            border-radius: 30px;
            float: right;
            -webkit-appearance: none;
            border: 0;
            outline: none;
            padding: 5px 20px;
        }

        .contactform input[type="text"], .contactform textarea {
            border: 2px solid #F66F4D;
            border-radius: 30px;
            font-size: 18px;
            margin-bottom: 15px;
            padding: 10px 20px;
            width: 100%;
            background: transparent;
            outline: none;
            -webkit-appearance: none;
        }

        .contactform textarea {
            height: 200px;
            resize: none;
        }

        .contactform input[type="submit"] {
            background-color: #F66F4D;
            -webkit-appearance: none;
            color: #FFFFFF;
            border-radius: 30px;
            font-size: 18px;
            border: 0;
            padding: 10px 30px;
            float: right;
        }

        .logout {
            float: right;
            border: 2px solid #FFFFFF;
            padding: 5px 25px;
            border-radius: 30px;
        }

        .admin-menu a {
            margin-right: 20px;
            border: 2px solid #969696;
            padding: 10px 20px;
            border-radius: 30px;
            color: #000000;
        }

        .admin-menu a:hover {
            text-decoration: none;
        }

        .admin-menu a.active {
            background-color: #F66F4D;
            border-color: #F66F4D;
            color: #FFFFFF;
        }

.title-container {
    display: flex;
}
.title-logo {
    margin-right: 15px;
}
.title {
    margin-top: 15px;
}
.profile-input-row {
    display: flex;
}
.input-desc {
    width: 150px;
    line-height: 40px;

}
.profile-input-row input[type="text"], .profile-input-row input[type="email"], .profile-input-row input[type="number"], .profile-input-row select {
    width: 60%;
    border: 2px solid #969696;
    background: transparent;
    border-radius: 30px;
    padding: 7px 10px;
    outline: none;
}

.profile-row {
    margin-top: 15px;
}

.logo-pilt {
    width: 80px;
    height: 80px;
    background-size: cover;
}

button.submit {
    background-color: #F66F4D;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 10px 50px;
    border: 0;
    -webkit-appearance: none;
    margin-top: 40px;
    font-weight: 600;
}

.mobile-menu {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #F66F4D;
    position: absolute;
    left: 0;
    z-index: 10;
    text-align: center;
    top: 70px;
    padding-top: 40px;
}

.mobile-menu a {
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 10px;
}

.menu-toggle {
    display: none;
}

.menu-toggle i {
    cursor: pointer;
}

.search-toggle {
    display: none;
}

.home-image {
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    width: 80%;
    opacity:  0.5;
}

.main {
    columns: 3;
}

.main input[type="checkbox"] {
    margin-right:  10px;
}

.main-li {
    /* border-right: 1px solid #dadada; */
    font-weight: 700;
}

ul.sub li {
    font-weight: 400;
}



.main-li label:hover {
    color: #F66F4D;
    cursor: pointer;
}
input[type='radio'] {
    margin-right: 10px;
}

.company-page-logo {
    text-align: right;
}

.companyhover {
    margin-bottom: 20px;
}

.table_course_date {
    width:  215px;
}

.table_course_name {

}
.table_course_price {
width:  100px;
}
.table_course_region {
width:  150px;
}
.table_course_company {
width:  250px;
}

@media screen and (max-width: 1350px) {
    .header {
        width: 1250px;
    }
    .content {
        width: 1100px;
    }
    .advert {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1250px) {
    .header {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-container {
        width: 400px;
    }
    .logo-container {
        width: 300px;
    }
    .content {
        width: 1000px;
    }
    .filter-container {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .menu a {
        margin-left: 20px;
    }
    .search-container {
        width: 450px;
        margin-left: 30px;
    }
    .content {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .findCourseContainer {
        padding: 40px 40px;
    }
    .results-table {
        width: 800px;
        overflow: auto;
    }
}

@media screen and (max-width: 1000px) {
    .menu {
        display: none;
    }
    .search-container {
        width: 1000px;
        margin-right: 20px;
    }
    .menu-toggle {
        display: block;
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        margin-left: 10px;
    }
    .menu-container {
        width: 80px;
    }
    .text-3xl {
        font-size: 45px;
        font-weight: 700;
    }
    .findCourseContainer {
        padding: 40px 15px;
    }
    .main {
        columns: 2;
    }
    .centerbottom {
    display:  none;
    }
    .centerbottom2 {
        display:  block;
    }

}

@media screen and (max-width: 750px) {
    .filter-container {
        display: block;
    }
    .findCourse, .findLocation, .findDate, .findSubmit, .findSubmit2 {
        width: 45%;
        display: inline-block;
        max-height: 48px;
        overflow: hidden;
        vertical-align: top;
        margin-bottom: 20px;
    }
    .text-3xl br {
        display: none;
    }
    .advert {
        padding-left: 40px;
    }
    .companies .findSubmit, .findSubmit2 {
        display: block;
        width: 100%;
    }
    .admin-menu a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .company-page-logo {
    text-align: left;
    margin-bottom: 30px;
    }
    .company-image-container {
        height:  100px;
    }
    .results-table-container {
            margin-top: 70px;
            width: 100%;
            position: relative;
            overflow: scroll;
    }
}

@media screen and (max-width: 550px) {
    .content {
        padding-top: 120px;
    }
    .search-container {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        margin: 0 auto;
        z-index: 9;
        height: 60px;
    }
    .menu-container {
        text-align: right;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .menu-toggle {
        text-align: right;
    }
    .search-toggle {
        display: block;
    }
    .search-toggle i {
        font-size: 22px;
        line-height: 24px;
        margin-right: 20px;
        margin-top: 3px;
        color: #F66F4D;
        cursor: pointer;
    }
    .text-3xl {
        font-size: 40px;
        font-weight: 700;
    }
    .button-container .home-1 {
        padding: 10px 10px;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }
    .button-container {
        margin-top: 25px;
    }
    .button-container .writeToUs {
        width: 100%;
        padding: 10px 20px;
    }
    .button-container a {
        font-size: 12px;
        width: ;
    }
    .home-image {
        opacity: 0.5;
        left: 10%;
        right: 10%;
        top: 30px;
    }
    .mt-sm-5-1 {
        margin-top: 50px;
    }
    .popular-courses-container a {
        margin-right: 10px;
        margin-left: 10px;

        line-height: 35px;
    }
    .main {
        columns: 1;
        padding-left: 10px;
    }
    .main-li {
        border: 0;
    }
    .advert {
        padding: 0;
    }
    .findSubmit2 {
        width: 100%;
        display: inline-block;
        padding: 10px 20px;
    }
    .filter-container-left .filter {
        width: 170px;
        margin-left: 0;
    }
    .company-page-logo {
        text-align:  center;
    }
    .filter {
        margin-right: 0;
        font-size: 12px;
        padding: 10px;
    }
    .findSubmit {
        font-size: 12px;
        padding: 10px;
    }
}

a.page-link, .page-item.disabled .page-link {
    border-radius: 20px;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 3px;
    background-color: #F66F4D;
    color: #FFFFFF;
    border: 0;
}

.page-item.active .page-link {
    border-color: #000000;
    background-color: #FFFFFF;
    color: #F66F4D;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    border-width: 2px;
    line-height: 35px;
    text-align: center;
    padding: 0;
}

.pagination {
    justify-content: center;
    margin-top: 80px;
}

@media screen and (max-width:  700px) {
    .pagination {
        justify-content: left;
    }
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius:  20px;
    font-size: 24px;
    line-height: 38px;
}
</style>
    
</head>
<body>
<div class="header-container" style="border-bottom: 1px solid #efecda; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.04);
box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.04);">
    <div class="header">
        <div class="navigation">
            <div class="logo-container">
                <a href="/">
                    <div class="logo pt-2">
                        <span class="text-orange">Koolitused</span><span>.ee</span>
                    </div>
                </a>
            </div>
            <div class="search-container" id="searchContainer">
                <div class="search pt-2">
                    <form action="https://koolitused.ee/otsing" autocomplete="off">
                        <input type="text" value="" name="search"
                               placeholder="Leia sobiv koolitus, koolitaja, ruum...">

                        <button class="search-icon"><i class="fas fa-search text-orange"> </i></button>
                    </form>
                </div>
            </div>
            <div class="menu-container">
                <div class="menu">
                    <a href="https://koolitused.ee/koolitused" class="">Koolitused</a>
                    <a href="https://koolitused.ee/koolitajad" class="">Koolitajad</a>
                    <a href="https://koolitused.ee/artiklid" class="">Artiklid</a>
                    <a href="https://koolitused.ee/ruumid" class="">Ruumid</a>
                    <a href="https://koolitused.ee/kontakt" class="">Kontakt</a>
                </div>
                <div class="search-toggle" id="searchMenuButton">
                    <i class="fas fa-search"></i>
                </div>
                <div class="menu-toggle" id="mobileMenuButton">
                    <i class="fas fa-bars"></i>
                </div>
                <div class="mobile-menu" id="mobileMenu">
                    <a href="https://koolitused.ee/koolitused">Koolitused</a>
                    <a href="https://koolitused.ee/koolitajad">Koolitajad</a>
                    <a href="https://koolitused.ee/artiklid">Artiklid</a>
                    <a href="https://koolitused.ee/ruumid">Ruumid</a>
                    <a href="https://koolitused.ee/kontakt">Kontakt</a>
                </div>
            </div>
        </div>
    </div>
</div>
    <div class="content">

        <div class="row">
            <div class="col-12 pt-0 pt-sm-4">
                <h1 class="text-3xl">Eesti suurim <br>koolituste andmebaas</h1>
                <p class="mt-4 text-2xl">PARIM VALIK RUUME KOOLITUSTEKS</p>
                <div class="button-container">
                    <a href="https://koolitused.ee/koolitused" class="home-1 active xl">Vaata koolitusi</a>
                    <a href="https://koolitused.ee/koolitajad" class="home-1 xl">Koolitajad</a>
                    <a href="https://koolitused.ee/ruumid" class="home-1 xl">Ruumid</a>
                </div>
                <img src="https://koolitused.ee/images/koolitused.svg" class="home-image">
            </div>
        </div>


      <!--  <div class="row mt-10 text-center">

            <div class="col-12">

                <h2 class="medium-title">Populaarsed kategooriad</h2>
                <div class="separator-orange mx-auto mt-3 mb-5"></div>
                <div class="popular-courses-container">
                                        <a href="#">ÄRI- JA ETTEVÕTLUSALASED KOOLITUSED</a>
                    <a href="#">TURUNDUS</a>
                    <a href="#">EHITUS</a>
                    <a href="#">FINANTS</a>
                    <a href="#">KINNISVARA</a>
                    <a href="#">PSÜHHOLOOGIA</a>
                    <a href="#">SOTSIAALTÖÖ</a>
                    <a href="#">TRANSOPRT JA LOGISTIKA</a>
                    <a href="#">FOTOGRAAFIA</a>
                    <a href="#">JUHTIMINE</a>
                    <a href="#">KOKANDUSKURSUSED</a>
                    <a href="#">SEKRETÄRILE</a>
                    <a href="#">KLIENDITEENINDUS</a>
                </div>

            </div>

        </div> -->


        <div class="row mt-10">

            <div class="col-12">

                <h2 class="medium-title text-center">Uued koolitused</h2>
                <div class="separator-orange mx-auto mt-3 mb-5"></div>

                <div class="results-table-container">

                    <table border="0" cellpadding="0" cellspacing="0" class="results-table">
                        <tr class="tableheader">
                            <td class="table_course_date">Kuupäev</td>
                            <td class="table_course_name">Pealkiri</td>
                            <td class="table_course_price">Hind</td>
                            <td class="table_course_region">Koht</td>
                            <td class="table_course_company">Ettevõte</td>
                           <!--  <td style="width: 120px;">&nbsp;</td> -->
                        </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">30.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/tarneklauslid-cpt-ja-cip-ostjale-haedad-mueuejale-monu-3/track" target="_blank">Tarneklauslid CPT ja CIP – ostjale hädad, müüjale mõnu!</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            230.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Tallinn</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/emi-ewt-ida-laeaene-koolituse-as">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/2141/emiewt_OÜ-taustata.png');">
                                        </div>
                                                                                EMI EWT Ida-Lääne...</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/emi-ewt-ida-laeaene-koolituse-as?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">19.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/tarneklauslid-incoterms-icc-akadeemia-sertifikaat-inco-9/track" target="_blank">Tarneklauslid Incoterms. ICC Akadeemia sertifikaat INCO</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            630.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Tallinn</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/emi-ewt-ida-laeaene-koolituse-as">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/2141/emiewt_OÜ-taustata.png');">
                                        </div>
                                                                                EMI EWT Ida-Lääne...</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/emi-ewt-ida-laeaene-koolituse-as?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/a-kategooria-taeiendaste-eesti-keeles-johvi-22/track" target="_blank">A-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            505.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/a2-kategoriya-dalneyshee-obuchenie-na-russkom-johvi-31/track" target="_blank">A2-категория / Дальнейшее обучение / На русском / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            505.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/am-kategooria-4-rattaline-algaste-eesti-keeles-johvi-28/track" target="_blank">AM-kategooria / 4-rattaline / Algaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            600.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/d-kategooria-taeiendaste-eesti-keeles-johvi-23/track" target="_blank">D-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            1,200.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/ce-kategooria-taeiendaste-eesti-keeles-johvi-24/track" target="_blank">CE-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            750.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/a-kategoriya-dalneyshee-obuchenie-na-russkom-johvi-21/track" target="_blank">A-категория / Дальнейшее обучение / На русском / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            505.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/a2-kategoriya-pervonachalnoe-obuchenie-na-russkom-johvi-17/track" target="_blank">A2-категория / Первоначальное обучение / На русском / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            600.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/a2-kategooria-taeiendaste-eesti-keeles-johvi-22/track" target="_blank">A2-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            505.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/be-kategooria-taeiendaste-eesti-keeles-johvi-29/track" target="_blank">BE-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            360.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/be-kategoriya-dalneyshee-obuchenie-na-russkom-johvi-27/track" target="_blank">BЕ-категория / Дальнейшее обучение / На русском / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            360.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/c-kategooria-taeiendaste-eesti-keeles-johvi-4/track" target="_blank">C-kategooria / Täiendaste / Eesti keeles / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            700.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/s-kategoriya-dalneyshee-obuchenie-na-russkom-johvi-25/track" target="_blank">С-категория / Дальнейшее обучение / На русском / Jõhvi</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            700.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Jõhvi</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/autosoit-oue">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/845/27459044_1814321608601244_4690094335477791084_n.jpg');">
                                        </div>
                                                                                Autosõit OÜ</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/autosoit-oue?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                                                    <tr>
                                                                    <td style="font-weight: 300;">09.06.2026
                                        
                                    </td>
                                                                <td><a class="normal" href="https://koolitused.ee/course/raamatupidamine-algajatele-11/track" target="_blank">Raamatupidamine algajatele</a>
                                </td>
                                <td style="font-weight: 300;">
                                                                            300.00 €
                                                                    </td>
                                                                <td style="font-weight: 300;">Veebipõhine</td>
                                <td style="font-weight: 300;">
                                    <a class="normal" href="https://koolitused.ee/koolitajad/janek-keskkuela-finants-ja-maksukoolitused">
                                                                                <div class="small-logo" style="background-image: url('https://koolitused.ee/storage/3458/Novare-Invest-Logo.jpg');">
                                        </div>
                                                                                Novare Invest, Ja...</a></td>



                                <!-- <td> <a href="https://koolitused.ee/koolitajad/janek-keskkuela-finants-ja-maksukoolitused?type=live" class="table-readmore">Loe lisa</a></td> -->
                            </tr>
                        

                    </table>

                </div>

            </div>

        </div>


        <div class="row mt-10 mt-sm-5-1">

            <div class="col-12">

                <h2 class="medium-title text-center">Artiklid</h2>
                <div class="separator-orange mx-auto mt-3 mb-5"></div>

                <div class="row blog-archive mt-5">

                                            <div class="col-12 col-sm-4">
                            <a href="https://koolitused.ee/artiklid/sinu-juhtmeeskond-ei-vea-organisatsiooni-edasi-ta-hoiab-seda-kinni-siin-on-pohjus" style="text-decoration: none">
                                <div class="blog-image-container"
                                     style="background-image: url('https://koolitused.ee/storage/3460/motivaator_kaido_pajumaa.png');"></div>
                                <span class="blog-title px-2">Sinu juhtmeeskond ei vea organisatsiooni edasi – ta hoiab seda kinni. Siin on põhjus</span></a>
                            <p class="px-2">“Meil oli eile see suur juhtkonna koosolek,” ütles üks tegevjuht mulle hiljutisel koolitusel. “Kõik olid viisakad. Keegi ei tõstnud häält. Igaüks andis oma osakonnast ülevaate. Otsused said tehtud. Ja siis koju sõites mõtlesin: me ei rääkinud kahe tunni jooksul kordagi sellest, mis...</p>
                            </a>

                        </div>
                                            <div class="col-12 col-sm-4">
                            <a href="https://koolitused.ee/artiklid/pinge-pole-konflikt-vaid-info-ueks-holakraatia-idee-mis-vabastab-juhi-kontrollivajadusest" style="text-decoration: none">
                                <div class="blog-image-container"
                                     style="background-image: url('https://koolitused.ee/storage/3457/motivaator_kaido_pajumaa.png');"></div>
                                <span class="blog-title px-2">Pinge pole konflikt, vaid info: üks holakraatia idee, mis vabastab juhi kontrollivajadusest</span></a>
                            <p class="px-2">Miks tajub üks juht meeskonnas tekkivat pinget ohuna, mille peab kohe maha suruma, samas kui teine näeb selles kõige väärtuslikumat infot, mida ta päeva jooksul saab? Vastus ei peitu juhtide iseloomus ega kogemuses. See peitub ühes lihtsas mõtteviisis, mille olen laenanud kõige ootamatumast...</p>
                            </a>

                        </div>
                                            <div class="col-12 col-sm-4">
                            <a href="https://koolitused.ee/artiklid/sa-arvad-et-juhid-teevad-otsuseid-ratsionaalselt-ajuteadus-uetleb-midagi-muud" style="text-decoration: none">
                                <div class="blog-image-container"
                                     style="background-image: url('https://koolitused.ee/storage/3453/motivaator_kaido_pajumaa.png');"></div>
                                <span class="blog-title px-2">Sa arvad, et juhid teevad otsuseid ratsionaalselt. Ajuteadus ütleb midagi muud.</span></a>
                            <p class="px-2">Mõni nädal tagasi ütles üks tegevjuht mulle pärast koolitust: “Kaido, mina teen otsuseid alati faktide põhjal. Emotsioonid jäävad mul alati ukse taha.” Vaatasin teda korra ja küsisin:&amp;nbsp;“Aga miks sa siis oled neli kuud edasi lükanud vestlust oma müügijuhiga, kelle tulemused on j...</p>
                            </a>

                        </div>
                    
                </div>


                <div class="button-container text-center">
                    <a href="https://koolitused.ee/artiklid" class="table-readmore">Vaata kõiki</a>
                </div>

            </div>

        </div>

        <div class="card-rounded mt-10">
            <div class="row">


                <div class="col-12 col-sm-9">
                    <p class="font-bold text-xl">Oled koolitaja või pakute ruume koolitusteks?</p>
                    <p>Palun võtke meiega meilitsi ühendust info@koolitused.ee. Teeme Teile personaalse pakkumise
                        Koolitused.ee andmebaasiga liitumiseks.</p>
                </div>

                <div class="col-12 col-sm-3">
                    <div class="button-container mx-auto mt-sm-5">
                        <a href="https://koolitused.ee/kontakt" class="active xl writeToUs">Kirjuta meile</a>
                    </div>
                </div>
            </div>
        </div>


    </div>



<div class="footer">
    <div class="container">
        <div class="row">
            <div class="col-12 col-sm-4">
                Ka Company OÜ<br>
                Mahla 82-78, Tallinn 11215<br>
                info@koolitused.ee<br>
                +372 5646 0814<br>
            <p class="centerbottom2">Koolitused.ee © 2023 - Ka Company OÜ</p>
            </div>
            <div class="col-12 col-sm-4 col-xs-2"> <!--
                <a href="https://koolitused.ee/company/login">User log in</a><br><br>
                <a href="https://koolitused.ee/koolitused">Courses</a><br>
                <a href="https://koolitused.ee/koolitajad">Companies</a><br>
                <a href="https://koolitused.ee/artiklid">Articles</a><br>
                <a href="#">Rooms</a><br>
                <a href="#">Contact</a> -->
                <p class="centerbottom">Koolitused.ee © 2023 - Ka Company OÜ</p>
            </div>
            <div class="col-12 col-sm-4 text-right">
                
                                    <form action="https://koolitused.ee/company/login" method="POST" class="login">
                        <input type="hidden" name="_token" value="wOqUfUotvMCQVrs341IqlKZm0nInrVmgUXP4OVte">                        <input type="text" name="username" placeholder="Kasutajanimi">
                        <input type="password" name="password" placeholder="Parool">
                        <input type="submit" value="LOGI SISSE" class="">
                    </form>
                            </div>
        </div>
    </div>

</div>

<script>
$('#mobileMenuButton').click(function() {
    $('#mobileMenu').slideToggle();
});
$('#searchMenuButton').click(function() {
    $('#searchContainer').slideToggle();
});
</script>
</body>
</html>
