:root {
    --white: #fff;
    --black: #000;
    --orange: #fd841f;
    --hover_orange: #e14d2a;
    --light-gray: #f7f7f7;
    --dark-gray: #e8e8e8;
    --text-gray: #858585;
    --text-blue: #001253;
    --light-blue: #3e6d9c;
    --background_blue: #12416b;
    --red_text: #e14d2a;
    --opal-blue: #59d2c9;
}
.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
        '
}
.slicknav_menu{
    display: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.wrapper header{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    background: transparent;
    box-sizing: border-box;
    padding: 10px 0;
}
.wrapper2 header{
    background: linear-gradient(90deg, rgb(33, 61, 88) 0%, rgb(62, 108, 155) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px 0;
}
header article{
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
 
}
header article figure {
    display: table;
    padding: 0 50px 0 0;
}
header article figure img{
    width: 200px;
    height: auto;
}
header .menu_slick{
    display: table;
    margin: 0;
}
header .menu_slick li{
    float: left;
    list-style-type: none;
}
header .menu_slick li a{
    font-size: 16px;
    color: var(--white);
    padding: 5px 10px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: .5s;
}
header .menu_slick li a:hover{
        border-bottom: 2px solid var(--white);
}
header.scrolled{
    position: sticky;
    background: linear-gradient(90deg, rgb(33, 61, 88) 0%, rgb(62, 108, 155) 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu_slick li a i{
    margin: 0 0 0 5px;
}
.usluge_menu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    top: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 0;
}
li:hover .usluge_menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.usluge_menu li {
    list-style: none;
}
.usluge_menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--black) !important;
    text-decoration: none;
    transition: background-color 0.3s;
}
.usluge_menu li a:hover{
    color: var(--hover_orange) !important;
}

.lang_box{
    margin: 0 0 0 20px;
}
#sample {
    position: relative;
    display: inline-block;
}
#sample dt a {
    display: block;
    padding: 8px 15px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
    display: flex;
    align-items: center;
}
#sample dt a img {
    margin-right: 10px;
}
#sample dd {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 180px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 4px;
}
#sample dd ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#sample dd ul li {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
}
#sample dd ul li:last-child {
    border-bottom: none;
}
#sample dd ul li img {
    margin-right: 10px;
}
#sample dd ul li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}
#sample dd ul li a:hover {
    color: #007bff;
}
/* Show the dropdown when active */
#sample.active dd {
    display: block;
}
/*----------NASLOVNICA homepage_video ----------*/
.homepage_video {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.homepage_video .black{
    position: relative;
    z-index: 5;
    background: rgba(0,0,0);
}

.homepage_video iframe {
    width: 100%;
    margin: 0;
    width: 100%;
    height: 900px;
    scale: 1.5;
    opacity: 0.5;
    object-fit: contain;
}
.text_over_video{
    display: table;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 720px;
    top: 85px;
    bottom: 0;
    color:var(--white);
    margin: auto;
    background-color: transparent;
    z-index: 10;
}
.text_over_video figure{
    display: table;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -100%);
}
.text_over_video figure img{
    width: 600px;
    height: auto;
}
.text_over_video h2{ 
    position: absolute;
    left: 50%;
    top: 45%;
    font-weight: 700;
    transform: translate(-50%, -100%);
    font-size: 42px;
}
.text_over_video hr{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    display: table;
    width: 80%;
}
.text_over_video p{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -40%);
    font-size: 18px;
    width: 80%;
    text-align: center;
}
/*----------NASLOVNICA homepage_video ----------*/
/*----------NASLOVNICA homepage_services ----------*/
.homepage_services{
    width: 100%;
    display: table;
    margin: 0 auto 20px auto;
    position: relative;
}
.homepage_services::after{
    content: url(../img/gear-blue-left.png);
    position: absolute;
    transform-origin: top right;
    top: 400px;
    right: 0;
    scale: 0.7;
}
.homepage_services h2 {
    font-size: 28px;
    color: var(--white);
    background-color: var(--orange);
    font-weight: 500;
    padding: 10px 0 ;
    text-align: center;
}
.homepage_services div{
    display: grid;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 100% ;
    grid-template-rows: auto;
    grid-template-areas: 
    "selector"
    "text";
}
.homepage_services article{
    grid-area: text;
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 50px auto;
    position: relative;
}
.homepage_services article figure{
    margin: 0 50px 0 0;
    overflow: hidden;
    width: 500px;
}
.homepage_services article figure img{
    width: 500px;
    object-fit: contain;
    border-radius: 0 150px 0 0;
    height: auto;
}
.homepage_services article .gear{
    position: absolute;
    right: 0;
    width: auto;
    margin: 0;
    top: 8%;
}
.homepage_services article .gear img{
    width: auto;
    height: 280px;
    border-radius: 0;
}
.homepage_services article p{
    width: 40%;
    align-self: center;
    font-size: 18px;
}
.homepage_services div.cont_width{
    display: flex;
    width: 100%;
    background: linear-gradient(180deg, rgba(33, 61, 88, 1) 0%, rgba(62, 108, 155, 1) 100%);
    border-radius: 150px 0 0 0;
}
.homepage_services div.container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 30px 0;
    justify-content: space-around;
    width: 1200px;
}
div.span{
    display: flex;
    flex-direction: column;
    width: 200px;
}
div.span .circle{
    display: table;
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px solid var(--white);
    border-radius: 50%;
    margin: 0 auto 20px auto;
    box-shadow: transparent;
    transition: .5s;
} 
div.span .circle::after{
    border: 1px solid var(--orange);
    height: 0px;
    width: 195px;
    display: table;
    content: '';
    position: absolute;
    bottom: 51px;
    left: 104px;
    transform: translate(0%, 99%);
}
div.span:nth-of-type(4) .circle:after{
   border: transparent;
}
.homepage_services div.cont_text {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    text-align: center;
}
.cont_text h6 {
    font-size: 28px;
    font-weight: 600;
    color: var(--orange);
    margin: 0 0 20px 0;
}
.cont_text p {
    color: var(--white);
    font-size: 16px;
}
.circle span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    color: var(--white);
    font-size: 50px ;
    font-weight: 700;
    transition: .5s;
}
div.span .circle:hover {
    color: var(--white);
    background-color: var(--orange);
    box-shadow: 0px 0px 40px 0px rgba(66, 68, 90, 0.45);
    cursor: pointer;
}
div.span .circle:hover>span {
    color: var(--white);
}

/*----------NASLOVNICA homepage_services ----------*/
/*----------NASLOVNICA homepage_online_tecaj ----------*/
.homepage_online_tecaj{
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 100px 100px;
    margin: 0px auto 0 auto;
}
.homepage_online_tecaj article{
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-items: center;
    align-items: center;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas:
        "text img"
        "text img"
        "btn img";
}
.homepage_online_tecaj article figure{
    grid-area: img;
    margin: 0;
    position: relative;
}
.homepage_online_tecaj article figure::after{
    content: url(../img/gear-orange.png);
    position: absolute;
    width: 10%;
    height: 10%;
    top: -67px;
    left: -67px;
    transform: scale(0.7);
}
.homepage_online_tecaj article figure img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
}
.homepage_online_tecaj article p{
    grid-area: text;
    color: var(--black);
    font-size: 22px;
    padding: 0 0 0 50px;
}
.homepage_online_tecaj article p b{
    color: var(--light-blue);
    font-weight: 600;
}
.homepage_online_tecaj article p:nth-of-type(2){
    grid-area: btn;
}
.homepage_online_tecaj article p:nth-of-type(2) a {
    padding: 10px 20px;
    text-decoration: none;
    background: var(--light-blue);
    width: 110px;
    text-align: center;
    border-radius: 45px;
    height: 25px;
    color: var(--white);
    font-weight: bold;
    transition: .5s;
}
.homepage_online_tecaj article p a:hover{
    background: var(--background_blue);
}
/*----------NASLOVNICA homepage_online_tecaj ----------*/
/*----------NASLOVNICA homepage_info ----------*/
.homepage_info{
    display: table;
    width: 100%;
    height: auto;
    background-color: var(--orange);
    border-radius: 0 150px 0 0;
    color: var(--white);
    box-sizing: border-box;
    margin: 0px auto;
    padding: 50px 100px;
    position: relative;
}
.homepage_info h1{
    text-align: center;
    font-size: 24px;
}
.homepage_info article{
    display: grid;
    max-width: 1200px;
    margin: 30px auto;
    box-sizing: border-box;
    justify-items: center;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas:
        "text1 text5"
        "text2 text6"
        "text3 text7"
        "text4 text8"
        "btn .";
}
.homepage_info::before{
    content: url(../img/gears-together.png);
    position: absolute;
    top: 80px;
    right: 0px;
    scale: 0.7;
    transform-origin: top left;
}

.homepage_info article figure{
    grid-area: img;
    width: 100%;
    height: auto;

}
.homepage_info article figure img{
    width: 100%;
    height: auto;
    border-radius: 5px 150px 5px 5px;
}
.homepage_info article p{
    display: table;
    font-size: 18px;
    min-width: 330px;
    text-transform: uppercase;
    margin: 0;
}
.homepage_info article p span.material-symbols-outlined{
    color: var(--orange);
    vertical-align: middle;
}
.homepage_info article p b{
    font-weight: 700;

}
.homepage_info article p a{
    color: var(--white);
    text-decoration: none;
    text-transform: lowercase;
    font-weight: 700;
    transition: .5s;
}
.homepage_info article p a:hover{
    text-decoration: underline;
}
.homepage_info article p span a{
    color: var(--black);
    text-decoration: none;
    transition: .5s;
}
.homepage_info article span a:hover{
    color: var(--hover_orange);
}
.homepage_info article p:nth-of-type(1){
    grid-area: text1;
    font-size: 32px;
    font-weight: 700;
    justify-self: self-start;
}
.homepage_info article p:nth-of-type(2){
    grid-area: text2;
    display: table;
    margin: 0 0 20px 0;
    font-weight: 700;
    justify-self: self-start;
}
.homepage_info article p:nth-of-type(3) {
    grid-area: text3;
    display: table;
    font-weight: 400;
    justify-self: self-start;
}
.homepage_info article p:nth-of-type(4){
    grid-area: text4;
    display: table;
    margin-top: 5px;
    justify-self: self-start;
}
.homepage_info article p:nth-of-type(5) {
    grid-area: btn;
    display: table;
    justify-self: self-start;
    margin: 20px 0 0 0;
}
.homepage_info article p:nth-of-type(5) a{
    background-color: var(--light-blue);
    display: inline-table;
    width: 140px;
    font-size: 22px;
    color: var(--white);
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
    text-transform: initial;
    transition: .5s;
}
.homepage_info article p:nth-of-type(5) a:hover {
    background-color: var(--background_blue);
}
.homepage_info article p:nth-of-type(6) {
    grid-area: text5;
    display: table;
    font-size: 32px;
    margin-bottom: 20px;
    justify-self: end;
}
.homepage_info article p:nth-of-type(7) {
    grid-area: text6;
    display: table;
    justify-self: end;
}
.homepage_info article p:nth-of-type(8){
    grid-area: text7;
    display: table;
    margin: 20px 0;
    justify-self: end;
}
.homepage_info article p:nth-of-type(9) {
    grid-area: text8;
    display: table;
    margin: 20px 0;
    justify-self: end;
}

/*----------NASLOVNICA homepage_info ----------*/
/*----------NASLOVNICA homepage_neurofeedback ----------*/
.homepage_neurofeedback{
    display: table;
    width: 100%;
    color: var(--white);
    box-sizing: border-box;
    padding: 50px 100px;
    position: relative;
}
.homepage_neurofeedback article{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    text-align: justify;
    margin: 0 auto;
}
.homepage_neurofeedback article::after{
    content: url(../img/gear-blue-right.png);
    position: absolute;
    top: 85px;
    left: 0;
    scale: 0.5;
    transform-origin: left top;
}
.homepage_neurofeedback article h2{
    color: var(--light-blue);
    font-weight: 700;
    font-size: 22px;
}
.homepage_neurofeedback article p{
    margin: 10px 0;
    color: var(--black);
    font-size: 22px;
}
/*----------NASLOVNICA homepage_neurofeedback ----------*/
/*----------NASLOVNICA homepage_neurofeedback_cilj ----------*/
.homepage_neurofeedback_cilj{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 100px;
    background: linear-gradient(180deg, rgba(33, 61, 88, 1) 0%, rgba(62, 108, 155, 1) 100%);
    border-radius: 150px 0 0 0;
    position: relative;
}
.homepage_neurofeedback_cilj::after{
    content: url(../img/gear-blue-left.png);
    position: absolute;
    top: 80px;
    right: 0;
    scale: 0.8;
    transform-origin: right top;
}
.homepage_neurofeedback_cilj div{
    max-width: 1200px;
    margin: 0 auto;
}
.homepage_neurofeedback_cilj article{
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: auto 100%;
    grid-template-rows: auto;
    width: 100%;
    grid-template-areas: 
    "text text"
    "ul ul";
}
.homepage_neurofeedback_cilj article p{
    grid-area: text;
    display: table;
    width: 100%;
    margin: 0 0 20px 0 ;
    color: var(--white);
    font-weight: 700;
    font-size: 22px;
}
.homepage_neurofeedback_cilj article ul {
    grid-area: ul;  
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 40px;
    column-gap: 20px;
}
.homepage_neurofeedback_cilj article ul li {
    width: 48%;
    box-sizing: border-box;
    padding: 5px;
    color: var(--white);
    font-size: 18px;
}
.homepage_neurofeedback_cilj article ul li::marker{
    color: var(--orange);
    font-size: 30px;
}
/*----------NASLOVNICA homepage_neurofeedback_cilj ----------*/
/*----------NASLOVNICA homepage_about ----------*/
.homepage_about {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 100px;
    position: relative;
}
.homepage_about::after{ 
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 69px;
    transform: scale(0.6);
    left: 0;
    transform-origin: left top;
}   
.homepage_about article {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    justify-items: center;
    align-items: center;
    column-gap: 20px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas:
        "text img"
        "text img"
        "btn img";
}
.homepage_about article figure {
    grid-area: img;
    margin: 0;
}
.homepage_about article figure img {
    width: 580px;
    height: 280px;
    border-radius: 150px 0 0 0 ;
    object-fit: cover;
}
.homepage_about article p {
    grid-area: text;
    color: var(--black);
    width: 90%;
    font-size: 22px;
}
.homepage_about article p b{
    color: var(--orange);
    font-weight: 700;
}
.homepage_about article a {
    grid-area: btn;
    padding: 10px 20px;
    text-decoration: none;
    align-self: start;
    background: var(--orange);
    width: 110px;
    text-align: center;
    border-radius: 45px;
    height: 25px;
    color: var(--white);
    font-weight: bold;
    transition: .5s;
}
.homepage_about article a:hover {
    background: var(--hover_orange);
}
/*----------NASLOVNICA homepage_about ----------*/
/*----------FOOTER----------*/
footer{
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 100px 50px 0 50px;
}
footer div{
    display: grid;
    max-width: 1200px;
    padding: 30px 25px;
    margin: 0 auto;
    background-color: var(--light-gray);
    border: 2px solid var(--dark-gray);
    border-radius: 50px 50px 0 0 ;
    box-sizing: border-box;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    grid-template-areas: 
    "logo wh about info"
    "copyright copyright copyright copyright";
}
footer div.logo{
    grid-area: logo;
    display: flex;
    flex-direction: column;
    border: none;
    align-items: flex-start;
}
footer div.logo figure{
    display: table;
    margin: 0 0 20px 0;
}
footer div.logo figure img{
    width: 100px;
    height: auto;
}
footer div.logo p{
    margin: 0 0 20px 0;
}
footer div.logo p span{
 color: var(--orange);
 vertical-align: middle;
}
footer div.logo p span:nth-of-type(2),
footer div.logo p span:nth-of-type(3),
footer div.logo p span:nth-of-type(4){
    color: var(--black);
}
footer div.logo p a{
    text-decoration: none;
    color: var(--black);
    transition: .5s;
}
footer div.logo p a:hover{
    color: var(--hover_orange);
}
footer div.wh{
    grid-area: wh;
    display: flex;
    flex-direction: column;
    border: none;
    align-items: flex-start;
}
footer div.wh p span:nth-of-type(1){
    vertical-align: middle;
}
footer div.about{
    grid-area: about;
    display: flex;
    flex-direction: column;
    border: none;
    align-items: flex-start;
}
footer div.info {
    grid-area: info;
    display: flex;
    flex-direction: column;
    border: none;
    align-items: flex-start;
}
footer div.info h3{
    font-size: 20px;
    font-weight: 700;
}
footer div.about h3{
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px 0;
}
footer div.about ul,
footer div.info ul{
    list-style: none;
    padding: 0;

}
footer div.about ul li,
footer div.info ul li{
    padding: 5px 0;
}
footer div.about ul li a,
footer div.info ul li a{
    text-decoration: underline transparent;
    color: var(--text-gray);
    transition: .5s;
}
footer div.about ul li a:hover,
footer div.info ul li a:hover{
    color: var(--hover_orange);
    text-decoration: underline;
}
footer .copyright{
    grid-area: copyright;
    display: flex;
    flex-direction: row;
    border: none;
    justify-self: center;
}
footer .copyright p{
    font-size: 14px;
    margin: 0 30px 0 0;
}
footer .copyright p a{
    text-decoration: none;
    color: var(--black);
    transition: .5s;
}
footer .copyright p a:hover{
    color: var(--hover_orange);
    text-decoration: underline;
}
/*----------FOOTER ----------*/

/*-------------Kontakt START--------------------*/
.basic_site_inner_content_contact {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 0 20px;
    display: table;
}
.basic_site_inner_content_contact article {
    width: 500px;
    float: left;
    margin: 0;
}
.basic_site_inner_content_contact h1 {
    font-size: 36px;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px;
}
.basic_site_inner_content_contact h2 {
    font-size: 26px;
    color: black;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}
.basic_site_inner_content_contact h3 {
    font-size: 24px;
    color: black;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}
.right_column_contact {
    width: 640px;
    float: right;
    margin: 50px 0 0;
}
.basic_site_inner_content_contact iframe {
    width: 100%;
    height: 480px;
    border: none;
    outline: none;
    margin: 60px auto;
}
.basic_site_inner_content_contact .grecaptcha-logo iframe {
    width: inherit;
    height: inherit;
    border: inherit;
    margin: inherit;
}
.basic_site_inner_content_contact em {
    line-height: 26px;
    color: black;
}
.basic_site_inner_content_contact p {
    line-height: 24px;
    color: black;
}
/*contact form*/
.contact_form {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}
.contact_form dl {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    display: table;
}
.contact_form div {
    width: 310px;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0;
}
.contact_form div.cnt_form_div_note {
    width: 100%;
    float: none;
    margin: 0 0 15px;
}
.contact_form div:nth-of-type(2n) {
    margin-right: 0;
}
.contact_form dd div {
    width: auto;
    float: none;
    margin: 0;
}
.contact_form dt {
    display: table;
    margin: 0 10px 0 0;
    padding: 0 !important;
    float: left;
}
.contact_form dt label {
    font-size: 16px;
    color: black;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 5px;
    display: block;
    cursor: text;
}
.contact_form dd {
    width: 89% !important;
    display: table;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
.buttons_action input[type="reset"] {
    background: var(--black) !important;
    box-shadow: none !important;
    border-radius: 25px !important;
    border: 1px solid var(--black) !important;
    padding: 8px 25px !important;
    font-size: 14px !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    float: left;
    width: auto !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all .2s linear !important;
    margin: 0 5px 0 0 !important;
}
.buttons_action input[type="reset"]:hover,
.buttons_action input[type="reset"]:focus {
    font-size: 14px !important;
    color: var(--black) !important;
    background: var(--white) !important;
    border: 1px solid var(--black) !important;
    opacity: 1;
}
.buttons_action input[type="submit"] {
    background: var(--orange) !important;
    border: 1px solid var(--orange) !important;
    box-shadow: none !important;
    border-radius: 25px !important;
    padding: 8px 25px !important;
    font-size: 14px !important;
    color: var(--white) !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    float: left;
    width: auto !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition: all .2s linear !important;
    margin: 0 !important;
}
.buttons_action input[type="submit"]:hover,
.buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover,
.buttons_action input[type="submit"]:valid:focus {
    font-size: 14px !important;
    color: var(--white) !important;
    background: var(--hover_orange) !important;
    border: 1px solid var(--hover_orange) !important;
    opacity: 1;
}
.contact_form dd input,
.contact_form dd textarea,
.contact_form dd select {
    width: 100%;
    max-width: 100%;
    padding: 13px 15px 14px;
    margin: 0 !important;
    background: linear-gradient(#ffffff, #fafafa) !important;
    background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
    border-radius: 0 !important;
    border: 1px solid #cdcdcd !important;
    outline: none;
    box-shadow: none !important;
    transition: all .3s linear;
    color: #2d2d2d;
    font-size: 14px !important;
    font-weight: 500;
    opacity: 1;
}
.contact_form dd textarea {
    width: 605px;
}
.contact_form dd input:hover,
.contact_form dd input:focus,
.contact_form dd input:active {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}
.contact_form dd textarea:hover,
.contact_form dd textarea:focus,
.contact_form dd textarea:active {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}
.contact_form dd select:hover,
.contact_form dd select:focus,
.contact_form dd select:active {
    background: #fff !important;
    border: 1px solid #a5a5a5 !important;
    box-shadow: none !important;
}
.contact_form dd textarea {
    min-height: 120px;
    max-height: 120px;
    resize: none;
}
.contact_form div dd .formInfo:nth-child(2) {
    position: absolute;
    right: 5px;
    top: -22px;
}
.contact_form dd select {
    padding: 8px 10px 10px;
}
.contact_form dd input[type="file"] {
    padding: 7px 10px 7px;
}
/*invalid input*/
.contact_form dd input:invalid:focus,
.contact_form dd select:invalid:focus,
.contact_form dd textarea:invalid:focus {
    border: 1px solid #e10f0f !important;
}
.contact_form dd input:valid:focus,
.contact_form dd select:valid:focus,
.contact_form dd textarea:valid:focus {
    border: 1px solid #179d0a !important;
}
.formInfo {
    margin: 0;
    color: #C20E24;
    font-size: 18px;
    cursor: help;
}
.FormButton {
    width: auto !important;
}
.contact_form dd img {
    border: none;
}
#reload_ecaptcha_contact {
    border: none;
}
.contact_form dd.buttons_action {
    padding: 20px 0 0 !important;
}
.contact_form dd div p {
    font-size: 13px;
    color: #555;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0;
    display: block;
}
.error_content {
    color: #2d2d2d !important;
    margin: 20px 0;
}
.msg_content {
    color: #2d2d2d !important;
    margin: 20px 0;
}
.right_column_contact .contact_form .consent_data {
    display: table;
    width: 100%;
}
.map {
    width: 100%;
    margin: 50px auto;
    display: block;
}
.map h1 {
    display: block;
    margin: 30px auto;
    font-size: 34px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.map iframe {
    width: 50%;
    margin: 0 auto;
    display: block;
}
/*-------------Kontakt END--------------------*/
/*-------------Usluge START--------------------*/
.services, 
.services_second{
    display: table;
    width: 100%;
    position: relative;
}
.services::after {
    content: url(../img/gear-blue-right.png);
    position: absolute;
    top: 70px;
    left: 0;
    transform-origin: top left;
    scale: 0.5;
}
.services_second::after {
    content: url(../img/gear-blue-left.png);
    position: absolute;
    top: 180px;
    right: 0;
    transform-origin: top right;
    scale: 0.6;
}
.services div,
.services_second div{
    display: table;
    max-width: 1200px;
    margin: 50px auto;
}
.services div article,
.services_second div article{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: 
    "head img" 
    "em img"
    "text img"
    "text2 img";
}
.services_second div article{
    grid-template-columns: 40% 50%;
    grid-template-areas:
            "img head"
            "img em"
            "img text"
            "img text2";
}
.services article figure,
.services_second article figure{
    grid-area: img;
}
.services article figure figcaption,
.services_second article figure figcaption{
    font-size: 16px;
}
.services article figure img{
    width: 500px;
    height: auto;
    border-radius: 10px 200px 10px 10px;
}   
.services_second article figure img{
    width: auto;
    height: 500px;
    border-radius: 200px 10px 10px 10px;
}
.services article h3,
.services_second article h3{
    grid-area: head;
    font-size: 40px;
    margin: 5px 0;
    font-weight: 700;
    align-self: end;
    color: var(--text-blue);
}
.services article em,
.services_second article em{
    grid-area: em;
    color: var(--light-blue);
    font-size: 24px;
}
.services article p:first-of-type,
.services_second article p:first-of-type{
    grid-area: text;
    color: var(--text-gray);
    margin: 0;
}
.services article p:nth-of-type(2),
.services_second article p:nth-of-type(2){
    grid-area: text2;
    color: var(--text-gray);
    margin: 0;
}
.services_text{
    display: table;
    width: 100%;
    margin: 50px auto 0 auto;
    background-color: var(--orange);
}

.services_text article{
    display: table;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 0;
}
.services_text article h4{
    font-size: 24px;
    color: var(--white);
    text-align: center;
    font-weight: 400;
}

.brain_function{
    display: table;
    width: 100%;
    background-color: var(--background_blue);
    color: var(--white);
    border-radius: 200px 0 0 0;
    box-sizing: border-box;
    padding: 50px 100px;
}
.brain_function article {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas:
        "head img"
        "div img"
        "p p"
        "p2 p2"
        "p3 p3";
}
.brain_function article figure{
    grid-area: img;
}
.brain_function article figure img{
    width: 550px;
    height: auto;
}
.brain_function article div{
    grid-area: div;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 50px;
}
.brain_function article h2 {
    grid-area: head;
    font-size: 32px;
    font-weight: 700;
}
.brain_function article div p{
    margin: 0;
    font-size: 18px;
}
.brain_function article p:nth-of-type(1){
    grid-area: p;
    margin: 0 0 20px 0;
    font-size: 16px;
}
.brain_function article p:nth-of-type(2) {
    grid-area: p2;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.brain_function article p:nth-of-type(3) {
    grid-area: p3;
    font-size: 16px;
    margin: 0px 0;
}
.brain_function article ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.brain_function article ul li{
    margin: 5px 0;
}
.brain_function article ul li span{
    vertical-align: middle;
    margin: 0 10px 0 0 ;
}
.trening{
    display: table;
    width: 100%;
    margin: 60px auto;
    position: relative;
}
.trening::after{
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 444px;
    left: 0;
    transform: scale(0.6);
    transform-origin: top left;
}
.trening div{
    max-width: 1200px;
    margin: 0 auto;
}
.trening div article{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    column-gap: 10px;
    grid-template-areas:
        "h img"
        "p img"
        "h2 img2"
        "p2 img2"
        "img3 h3"
        "img3 p3";
}
.trening article:nth-of-type(1) figure{
    grid-area: img;
    margin: 0 auto;
}
.trening article:nth-of-type(2) figure{
    grid-area: img2;
    margin: 0 auto;
}
.trening article:nth-of-type(3) figure{
    grid-area: img3;
    margin: 80px auto;
}
.trening article:nth-of-type(1) figure img,
.trening article:nth-of-type(2) figure img,
.trening article:nth-of-type(3) figure img{
    width: 550px;
    height: auto;
    border-radius: 0 200px 0 0;
    margin: -4px 0;
}

.trening article:nth-of-type(2) figure img{
    border-radius: 0 0 200px 0;
}
.trening article:nth-of-type(3) figure img {
    border-radius: 0px;
    margin: 0;
}
.trening article:nth-of-type(1) h4,
.trening article:nth-of-type(2) h4,
.trening article:nth-of-type(3) h4{
    grid-area: h;
    color: var(--orange);
    text-decoration: underline;
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    align-self: end;
    font-style: italic;
}
.trening article:nth-of-type(2) h4{
    grid-area: h2;
}
.trening article:nth-of-type(3) h4{
    grid-area: h3;
}
.trening article:nth-of-type(1) p,
.trening article:nth-of-type(2) p,
.trening article:nth-of-type(3) p{
    grid-area: p;
    font-size: 14px;
    margin: 0;
}
.trening article:nth-of-type(2) p{
    grid-area: p2;
}
.trening article:nth-of-type(3) p{
    grid-area: p3;
}
.primjena_neurofeedbacka{
    display: table;
    width: 100%;
    margin: 50px auto;
}
.primjena_neurofeedbacka div{
    max-width: 1200px;
    margin: 0 auto;
}
.primjena_neurofeedbacka div article{
    display: grid;
    grid-template-columns: 60% 40%;
    column-gap: 10px;
    grid-template-rows: auto;
    grid-template-areas: 
    "h1 img"
    "p img"
    "h2 img"
    "p2 img";
}
.primjena_neurofeedbacka div article figure{
    grid-area: img;
    width: 350px;
    height: 350px;
    justify-self: center;
    position: relative;
    align-self: center;
}
.primjena_neurofeedbacka div article figure::after{
    content: url(../img/gear-orange.png);
    position: absolute;
    width: 10%;
    height: 10%;
    top: -72px;
    left: -72px;
    transform: scale(0.8);
}
.primjena_neurofeedbacka div article figure img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    object-fit: cover;
}
.primjena_neurofeedbacka div article h4:nth-of-type(1){
    grid-area: h1;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0 20px 0;
    width: 90%;
}
.primjena_neurofeedbacka div article p:nth-of-type(1){
    grid-area: p;
    font-size: 14px;
    padding: 0 0 0 20px;
    width: 90%;
}
.primjena_neurofeedbacka div article h4:nth-of-type(2){
    grid-area: h2;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    width: 90%;
}
.primjena_neurofeedbacka div article p:nth-of-type(2) {
    grid-area: p2;
    font-size: 14px;
    padding: 0 0 0 20px;
    width: 90%;
}
.procjena{
    display: table;
    width: 100%;
    margin: 100px auto 10px auto;
}
.procjena div{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.12);
    border-radius: 30px 30px 30px 30px;
    box-sizing: border-box;
    padding: 0 30px 0 30px;
}
.procjena div span{
    color: var(--background_blue);
    font-size: 200px;
}
.procjena div article{
    box-sizing: border-box;
    padding: 50px 0 50px 30px;
}
.procjena div article h2{
    font-size: 34px;
    font-weight: 500;
    display: table;
    margin: 0 0 30px 0;
}
.procjena div article p{
    font-size: 18px;
    font-style: italic;
    display: table;
    margin: 0 0 30px 0;
}
.procjena div article a{
    color: var(--white);
    background-color: var(--orange);
    padding: 10px 35px;
    border-radius: 30px;
    text-decoration: none;
    transition: .5s;
}
.procjena div article a:hover{
    background-color: var(--hover_orange);
}
.eeg{
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.eeg::after{
    content: url(../img/gear-blue-right.png);
    position: absolute;
    top: 77px;
    left: 0;
    transform: scale(0.5);
    transform-origin: top left;
}
.eeg div{
    display: table;
    max-width: 1200px;
    margin: 50px auto;
}
.eeg div article{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto;
    column-gap: 10px;
    grid-template-areas:
        "mh img"
        "head img"
        "em img"
        "text img"
        "text2 img";
}
.eeg article figure{
    grid-area: img;
}
.eeg article figure figcaption{
    font-size: 16px;
}
.eeg article figure img {
    width: 500px;
    height: auto;
    border-radius: 10px 150px 10px 10px;
}
.eeg article h3 {
    grid-area: head;
    font-size: 40px;
    margin: 5px 0;
    align-self: end;
    font-weight: 700;
    color: var(--text-blue);
}
.eeg article em:nth-of-type(1){
    grid-area: mh;
    color: var(--orange);
}
.eeg article em {
    grid-area: em;
    color: var(--light-blue);
    font-size: 24px;
}
.eeg article p:first-of-type {
    grid-area: text;
    color: var(--text-gray);
    margin: 0;
}
.eeg article p:nth-of-type(2){
    grid-area: text2;
    color: var(--text-gray);
    margin: 0;
}
.savjetovanje{
    display: table;
    width: 100%;
    margin: 0 auto;
}
.savjetovanje div{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}
.savjetovanje div figure{
    margin: 0;
    align-self: center;
}
.savjetovanje div figure img{
    width: 600px;
    height: auto;
}
.savjetovanje div h3{
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.savjetovanje div p {
    font-size: 16px;
}
/*-------------Usluge END--------------------*/
/*-------------Usluge2 END--------------------*/
.services_biofeedback{
    display: table;
    width: 100%;
    position: relative;
    margin: 50px auto;
}
.services_biofeedback::after {
    content: url(../img/gear-blue-left.png);
    position: absolute;
    top: 22px;
    right: 0;
    transform: scale(0.5);
    transform-origin: top right;
}
.services_biofeedback div{
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.services_biofeedback div article{
    display: grid;
    grid-template-columns: 50% 45%;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
        "img head"
        "img em"
        "img text"
        "img text2";
}
.services_biofeedback div article figure{
    grid-area: img;
    margin: 0;
}
.services_biofeedback div article figure img{
    width: 500px;
    height: auto;
    border-radius:  5px 250px 250px 5px;
}
.services_biofeedback article h3{
    grid-area: head;
    font-size: 26px;
}
.services_biofeedback article em{
    grid-area: em;
    color: var(--light-blue);
    font-style: normal;
    font-size: 20px;
}
.services_biofeedback article p:nth-of-type(1){
    grid-area: text;
    font-size: 16px;
}
.services_biofeedback article p:nth-of-type(2) {
    grid-area: text2;
    font-size: 16px;
    font-weight: 700;
}
.services_biofeedback_text{
    width: 100%;
    margin: 50px auto;
}
.services_biofeedback_text div {
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.services_biofeedback_text div article{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.services_biofeedback_text article h3{
    font-size: 20px;
    color: var(--light-blue);
}
.services_biofeedback_text article p {
    font-size: 16px;
}
.services_biofeedback_text article a{
    align-self: center;
    padding: 10px 50px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    border-radius: 25px;
    transition: .5s;
}
.services_biofeedback_text article a:hover{
    background-color: var(--hover_orange);
}
.services_biofeedback_options{
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.services_biofeedback_options::after {
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 22px;
    left: 0;
    transform: scale(0.5);
    transform-origin: top left;
}
.services_biofeedback_options div:nth-of-type(1){
    display: table;
    max-width: 1000px;
    margin: 0 auto;

}
.services_biofeedback_options div:nth-of-type(1) h2{
    color: var(--light-blue);
    font-size: 20px;
}
.services_biofeedback_options div article{
    display: table;
    width: 100%;
}
.services_biofeedback_options div article .question{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #ebf0f5;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px 30px;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.services_biofeedback_options div article .question h2{
    font-size: 16px;
    font-weight: 700;
    margin: 13.92px 0;
}
.services_biofeedback_options div article .answer p{
    font-size: 16px;
    box-sizing: border-box;
    padding: 0px 30px;
}
.answer {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s, max-height 0.5s;
}
.answer.show-answer {
    opacity: 1;
    max-height: 500px;
    /* adjust this value to fit your content */
    transition: opacity 0.5s, max-height 0.5s;
}
/*-------------Usluge2 END--------------------*/
/*-------------Nas_tim START--------------------*/
.our_team{
    display: table;
    width: 100%;
    margin: 100px auto;
}
.our_team article{
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.our_team article h1{
    font-size: 54px;
    color: var(--black);
    font-weight: 700;
    width: 50%;
}
.our_team article p{
    width: 50%;
}
.worker_first{
    display: table;
    width: 100%;
    margin: 0 auto 70px auto;
}
.worker_first div{
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.worker_first div article{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    grid-template-areas: 
    "img em"
    "img h"
    "img em2"
    "img div";
}
.worker_first div article figure{
    display: grid;
    grid-area: img;
    margin: 0 50px 0 0;
    grid-template-columns: 100%;
    grid-template-rows: repeat(auto-fill, auto);
    grid-template-areas: "img"
    "cap";
}
.worker_first div article figure img{
    width: 100%;
    height: 500px;
    border-radius: 50% 5px 5px 50%;
    object-fit: cover;
}
.worker_first div article figure figcaption{
    grid-area: cap;
    justify-self: end;
}
.worker_first div article figure figcaption span{
    color: var(--orange);
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.worker_first div article figure figcaption a{
    color: var(--black);
    text-decoration: none;
}
.worker_first div article em:nth-of-type(1){
    grid-area: em;
    font-style: normal;
    font-size: 16px;
}
.worker_first div article em:nth-of-type(1) span{
    color: var(--red_text);
    font-style: normal;
    font-size: 16px;
}
.worker_first div article h3{
    grid-area: h;
    color: var(--red_text);
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.worker_first div article em:nth-of-type(2){
    grid-area: em2;
    color: var(--orange);
    font-style: normal;
}
.worker_first div article div{
    grid-area: div;
}
.worker_first div article p{
    color: var(--text-gray);
}
.worker_second {
    display: table;
    width: 100%;
    margin: 20px auto;
}
.worker_second div {
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.worker_second div article {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: auto;
    grid-template-areas:
        "em img"
        "h img"
        "em2 img"
        "div img";
}
.worker_second div article figure {
    display: grid;
    grid-area: img;
    margin: 0 0 0 50px;
    grid-template-columns: 100%;
    grid-template-rows: repeat(auto-fill, auto);
    grid-template-areas: "img"
        "cap";
}
.worker_second div article figure img {
    width: 75%;
    height: 500px;
    border-radius:  5px 50% 50% 5px ;
    object-fit: cover;
}
.worker_second div article figure figcaption {
    grid-area: cap;
    justify-self: start;
}
.worker_second div article figure figcaption span {
    color: var(--orange);
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.worker_second div article figure figcaption a {
    color: var(--black);
    text-decoration: none;
}
.worker_second div article em:nth-of-type(1) {
    grid-area: em;
    font-style: normal;
    font-size: 16px;
}
.worker_second div article em:nth-of-type(1) span {
    color: var(--red_text);
    font-style: normal;
    font-size: 16px;
}
.worker_second div article h3 {
    grid-area: h;
    color: var(--red_text);
    font-weight: 700;
    padding: 0 0 20px 0;
    font-size: 36px;
    margin: 0;
}
.worker_second div article em:nth-of-type(2) {
    grid-area: em2;
    color: var(--orange);
    font-style: normal;
}
.worker_second div article div {
    grid-area: div;
}
.worker_second div article p {
    color: var(--text-gray);
}
.worker_logo{
    display: table;
    width: 100%;
    margin: 100px auto 50px auto;
}
.worker_logo article{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-around;
    align-items: center;
}
.worker_logo article figure{
    margin: 0;
    background-color: var(--light-gray);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 50px;
}
.worker_logo article figure img{
    width: 400px;
    height: auto;
}
.worker_logo article a {
    align-self: center;
    padding: 10px 50px;
    color: var(--white);
    background-color: var(--orange);
    text-decoration: none;
    border-radius: 25px;
    transition: .5s;
}
/*-------------Nas_tim END--------------------*/
/*-------------Edukacija START--------------------*/
.edukacija{
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.edukacija article{
    display: table;
    width: 100%;
    background-color: var(--white);
}
.edukacija article:nth-of-type(2){
    background-color: var(--orange);
}
.edukacija h1{
    max-width: 1200px;
    margin: 20px auto;
    font-weight: 700;
    font-size: 40px;
}
.edukacija article em{
    display: table;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0 25px 0;
    font-size: 18px;
    display: block;
    color: var(--white);
}
.edukacija article:nth-of-type(3) {
    display: table;
    max-width: 1200px;
    margin: 30px auto 30px auto;
}
.edukacija article:nth-of-type(3) figure {
    margin: 0 20px 0 0;
    float: left;
}
.edukacija article:nth-of-type(3) figure img {
    width: 350px;
    height: auto;
}
.edukacija article:nth-of-type(3) h4 {
    font-size: 22px;
    color: var(--text-blue);
    font-weight: 500;
    margin: auto 0;
    height: 50px;
    float: right;
    width: 65%;
}

.edukacija article:nth-of-type(4){
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.edukacija article:nth-of-type(4)::after{
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 710px;
    left: 0;
    transform-origin: top left;
    scale: 0.7;
}
.edukacija article:nth-of-type(4) h3{
    float: left;
    width: 300px;
    color: var(--text-blue);
    height: 400px;
    margin: 0 200px 0 0;
    font-size: 34px;
    font-weight: 500;
}
.edukacija article:nth-of-type(4)  p{
    display: table;
    font-size: 16px;
    width: 50%;
}
.edukacija article:nth-of-type(4) ul{
    display: table;
    padding: 0 0 0 30px;
    margin: 20px 0;
}
.sto_cini{
    display: table;
    width: 100%;
    margin: 0 auto;
}
.sto_cini article{
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    background-color: var(--background_blue);
}
.sto_cini article:nth-of-type(1)::after{
    content: url(../img/gear-blue-left.png);
    position: absolute;
    top: 3px;
    right: 0;
    transform-origin: top right;
    scale: 0.5; 
}
.sto_cini article h3{
    font-size: 34px;
    color: var(--white);
    font-weight: 500;
    width: 1200px;
    margin: 30px auto 15px auto;
}
.sto_cini article p{
    font-size: 16px;
    width: 1200px;
    color: var(--white);
    margin: 0 auto 10px auto;
}
.sto_cini article p:last-of-type{
    width: 1200px;
    margin: 0 auto 30px auto;
}
.sto_cini article ul{
    margin: 0 auto 10px auto;
    padding: 0 0 0 30px;
    width: 1155px;
}
.sto_cini article ul li{
    font-size: 16px;
    color: var(--white);
}
.sto_cini article:nth-of-type(2){
    display: table;
    margin: 20px auto;
    max-width: 100%;
    background-color: var(--white);
}
.sto_cini article:nth-of-type(2) figure{
    margin: 0 20px 0 0;
}
.sto_cini article:nth-of-type(2) figure img{
    width: 500px;
    height: auto;
    border-radius: 0 150px 0 0;
}
.sto_cini article:nth-of-type(2) h3{
    color: var(--text-blue);
    font-size: 34px;
    font-weight: 500;
    float: right;
    width: 680px;
}
.sto_cini article:nth-of-type(2) p{
    color: var(--black);
    font-size: 16px;
}
.tko_provodi{
    display: table;
    width: 100%;
    margin: 0 auto;
}
.tko_provodi article{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;    
}
.tko_provodi article h3{
    margin: 20px 0 0 0;
    color: var(--text-blue);
    font-weight: 500;
    font-size: 34px;
}
.tko_provodi article p{
    color: var(--black);
    font-size: 16px;
}
.supervizija{
    display: table;
    margin: 0;
    width: 100%;
    position: relative;
}
.supervizija::after{
    content: url(../img/gear-blue-right.png);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    scale: 0.5;
}
.supervizija article {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    flex-direction: row;
}
.supervizija article h3{
    width: 30%;
    margin: 20px 0 0 0;
    font-weight: 500;
    color: var(--text-blue);
    font-size: 34px;
}
.supervizija article div{
    width: 70%;
}
.supervizija article div p{
    font-size: 16px;
    color: var(--black);
}
/*-------------Edukacija END--------------------*/

/*-------------Usluge START--------------------*/
.usluge{
    display: table;
    width: 100%;
    margin: 0 auto;
}
.usluge h1{
    display: table;
    max-width: 1200px;
    margin: 150px auto ;
    font-size: 84px;
    font-weight: 700;
}
.usluge div{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1200px;
}
.usluge div article{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usluge div article figure{
    margin: 0;
}
.usluge div article figure img{
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 50%;
}
.usluge div article h3{
    margin: 20px auto;
}
.usluge div article h3 a{
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
    font-size: 24px;
    transition: .5s;
}
.usluge div article h3 a:hover{
    color: var(--hover_orange);

}
/*-------------Usluge END--------------------*/
/*-------------Cijene START--------------------*/
.cijene {
    display: table;
    width: 100%;
    margin: 0;
}
.cijene h1 {
    display: table;
    max-width: 1200px;
    margin: 150px auto;
    font-size: 84px;
}
.cijene div {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.cijene div article {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.08);
    width: 320px;
    height: 340px;
    box-sizing: border-box;
    padding: 60px 45px;
    border-radius: 15px;
    justify-content: center;
    margin: 0 50px 50px 0;
}
.cijene div article h3 {
    margin: 0;
    font-size: 18px;
}
.cijene div article h2 {
    margin: 0;
    font-size: 85px;
}
.cijene div article ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cijene div article ul li {
    margin: 0 0 10px 0;
}
.cijene div article ul li span:nth-of-type(1) {
    vertical-align: middle;
}
.cijene h1,
.cijene div article h2,
.cijene div article h3{
    font-weight: 700;
}
.cijene div article:nth-of-type(1) h3,
.cijene div article:nth-of-type(1) h2,
.cijene div article:nth-of-type(1) ul li span:nth-of-type(1) {
    color: var(--orange);
}
.cijene div article:nth-of-type(2) h3,
.cijene div article:nth-of-type(2) h2,
.cijene div article:nth-of-type(2) ul li span:nth-of-type(1) {
    color: var(--light-blue);
}
.cijene div article:nth-of-type(3) h3,
.cijene div article:nth-of-type(3) h2,
.cijene div article:nth-of-type(3) ul li span:nth-of-type(1) {
    color: var(--hover_orange);
}
.cijene div article:nth-of-type(4) h3,
.cijene div article:nth-of-type(4) h2,
.cijene div article:nth-of-type(4) ul li span:nth-of-type(1) {
    color: var(--text-blue);
}
.cijene div article:nth-of-type(5) h3,
.cijene div article:nth-of-type(5) h2,
.cijene div article:nth-of-type(5) ul li span:nth-of-type(1) {
    color: var(--opal-blue);
}
/*-------------Cijene END--------------------*/
/*-------------Partneri START--------------------*/
.partneri {
    display: table;
    width: 100%;
    margin: 0;
    position: relative;
}
.partneri::after{
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 30px;
    left: 0;
    transform-origin: top left;
    scale: 0.8;
}
.partneri h1 {
    display: table;
    max-width: 800px;
    margin: 100px auto;
    font-size: 60px;
}
.partneri div {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.partneri div article {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.partneri div article figure{
    margin: 0 50px 0 0;
}
.partneri div article figure img {
    max-width: 100px;
    max-height: 100px;
}
.partneri div article h3 a {
    display: table;
    font-size: 16px;
    text-decoration: none;
    color: var(--black);
    font-weight: 400;
    transition: .5s;
}
.partneri div article h3 a:hover {
    color: var(--hover_orange);
}
/*-------------Partneri END--------------------*/
/*-------------Tečajevi START--------------------*/
.tecaj_video {
    display: table;
    width: 100%;
    margin: 0;
}
.tecaj_video article {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
.tecaj_video article h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0;
}
.tecaj_video article iframe {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}
.better_parent {
    display: table;
    width: 100%;
    margin: 10px 0;
    background-color: var(--orange);
}
.better_parent article {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
        padding: 20px 0;
}
.better_parent article h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}
.gumb {
    display: table;
    width: 100%;
    margin: 0;
    background-color: var(--white);
}
.gumb article {
    display: table;
    max-width: 1200px;
    margin: 20px auto;
}
.gumb article a {
    color: var(--white);
    width: 200px;
    font-weight: 700;
    background-color: var(--orange);
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    transition: .5s;
}
.gumb article a:hover {
    background-color: var(--hover_orange);
}
.help_parrents {
    display: table;
    width: 100%;
    margin: 0;
    background-color: var(--white);
}
.help_parrents article {
    display: grid;
    max-width: 1200px;
    margin: 40px auto 30px auto;
    align-items: center;
    grid-template-columns: 48% 50%;
    grid-template-rows: auto;
    grid-template-areas: "text img";
}
.help_parrents article figure {
    grid-area: img;
    margin: 0 0 0 20px;
    position: relative;
    justify-self: center;
}
.help_parrents article figure::after{
    content: url(../img/gear-orange.png);
    position: absolute;
    transform-origin: top right;
    top: -62px;
    right: -62px;
    scale: 0.7;
}
.help_parrents article figure img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
}
.help_parrents article div {
    grid-area: text;
}
.play {
    display: table;
    width: 100%;
    margin: 50px auto;
    background: var(--background_blue);
}
.play article {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: center;
}
.play article h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
}
.play article a {
    color: var(--white);
    width: 280px;
    font-weight: 700;
    background-color: var(--orange);
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    transition: .5s;
    text-align: center;
}
.play article a:hover {
    background-color: var(--hover_orange);
}
.end_course {
    display: table;
    width: 100%;
    margin: 50px 0;
    position: relative;
}
.end_course::after{
    content: url(../img/gears-together-flipped.png);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top left;
    scale: 1;
}
.end_course article {
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.end_course article figure {
    margin: 0;
}
.end_course article figure img {
    width: 100%;
    height: auto;
}
.end_course article  p {
    display: table;
    font-size: 16px;
    text-align: center;
}
.end_course article h3 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 50px 0;
    line-height: 45px;
    float: right;
    width: 45%;
}
.end_course article  a{
    color: var(--white);
    width: 410px;
    font-weight: 700;
    background-color: var(--orange);
    padding: 10px 30px;
    text-decoration: none;
    border-radius: 20px;
    transition: .5s;
    text-align: center;
    margin: 35px auto 0 auto;
    display: table;
}
.end_course article  a:hover {
    background-color: var(--hover_orange);
}
/*-------------Tečajevi END--------------------*/
/*-------------Blog START--------------------*/
.blogs {
    display: table;
    margin: 30px auto;
    width: 100%;
}
.blog_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 20px 10px;
    margin: 0 auto;
    justify-content: flex-start;
}
.blogs h1 {
    max-width: 1200px;
    margin: 30px auto;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
}
.blog_container article {
    display: flex;
    flex-direction: column;
    width: 292px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
}
.blog_container article em{
    color: var(--orange);
    font-weight: 700;
}
.blog_container article figure{
    margin: 0;
}
.blog_container article figure img{
    width: 100%;
}
.blog_container article h5 {
    display: table;
    margin: 0 auto;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
}
.blog_container article h5 a {
    font-weight: 700;
    text-decoration: none;
    color: var(--orange);
    transition: .5s;
}
.blog_container article h5 a:hover {
    color: var(--hover_orange);
}
.blog_container article p{
    text-align: center;
}

/*-------------Blog END--------------------*/
/*-------------onsovna START--------------------*/
.osnovna {
    display: table;
    margin: 30px auto;
    width: 100%;
}
.osnovna h1 {
    max-width: 1200px;
    margin: 30px auto;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
}
.osnovna article {
    display: table;
    max-width: 1200px;
    margin: 0 auto;
}
.osnovna article h5 {
    display: table;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 18px;
}
.osnovna article p {
    display: table;
    text-align: justify;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.osnovna article figure {
    float: right;
    margin: 20px 0 0 20px;
}
.osnovna article figure img {
    width: 600px;
    height: auto;
}
.osnovna article p a {
    text-decoration: none;
    color: var(--orange);
    transition: .5s;
}
.osnovna article p a:hover {
    color: var(--hover_orange);
}
#hist a{
    text-decoration: none;
    color: var(--orange);
    font-weight: 700;
    transition: .5s;
    padding: 20px 0 20px 20px;
}
#hist a:hover {
    color: var(--hover_orange);
}
/*-------------onsovna END--------------------*/