.service_container {
    width: 300px;
    height: 510px;
    cursor: pointer;
}

.service_butt {
    position: relative;
    top: 315px;
    left: 10px;
    border: solid 1px #b1b1b1;
    width: 280px;
    height: 30px;
    color: #474747;
    background-color: #e8e8e8;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
}

.service_txt {
    position: relative;
    top: 350px;
    left: 0px;
    width: 280px;
    height: 80px;
    text-align: justify;
    margin: 0 auto;
}

.service_sep {
    position: relative;
    top: 380px;
    left: 20px;
    width: 240px;
    height: 2px;
    border-bottom: solid 2px #b1b1b1;
}

.service_studie_container {
    width: 200px;
    cursor: pointer;
}

.service_studie_txt {
    position: relative;
    top: 0px;
    left: 20px;
}

.service_studie_sipka {
    position: relative;
    top: -17px;
    left: 150px;
}

.carusel_container {
    position: relative;
    left: 45px;
    top: -151px;
    width: 1110px;
    height: 247px;
}

.carusel_picture {
    position: relative;
    left: 10px;
    top: 160px;
    width: 600px;
    height: 247px;
}

.carusel_title {
    position: relative;
    left: 640px;
    top: -90px;
    width: 405px;
    height: 82px;
    color: #2D308A;
    text-align: left;
    font-size: 20pt;
    font-weight: bold;
}

.carusel_text {
    position: relative;
    left: 640px;
    top: -120px;
    width: 405px;
    height: 160px;
    text-align: justify;
    line-height: 12pt;
}

.carusel_button {
    display: inline;
    border: solid 1px #ddd;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    height: 30px;
    color: #2D308A;
    margin-left: 35px;
    margin-right: 30px;
    background-color: #fff;
    cursor: pointer;
}

.carusel_button_active {
    color: #474747;
    border: solid 1px #474747;
    cursor: text
    }

.hidden {
    display: none;
    visibility: hidden;
}