section#sb_robotiki {
    background: #D6E1E4;
}

.sb_robotiki_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.sb_robotiki_header h1 {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    position: relative;
}

.sb_ourologia_header h1:before {
    content: "";
    background: #ffffffab;
    display: block;
    width: 0%;
    height: 50px;
    position: absolute;
    transition: ease-in-out 0.3s all;
}

section#sb_ourologia:hover .sb_ourologia_header h1:before {
    width: 100%;
    transition: ease-in-out 0.3s all;
}

.sb_small_description {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 27px;
}

.sb_robotiki_content {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.sb_robotiki_content_left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 70%;
}

.sb_robotiki_content_right {
    width: 30%;
}

.sb_block.sb_block_title {
    display: flex;
    padding: 12px 32px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    background: #FFF;
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.sb_block.sb_block_text {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.sb_block.sb_block_text a {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    text-decoration: underline;
    font-weight: bold;
}

.sb_block.sb_block_text p {
    margin-bottom: 16px;
}

blockquote.sb_block.sb_block_quote {
    color: #46454B;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #d0dadd;
}

.sb_block.sb_block_just_title {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

ul.sb_block.sb_block_bullets li {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border-radius: 20px;
    border: 1px solid #FFF;
    display: block;
    padding: 12px 16px;
    align-items: center;
    width: 100%;
    list-style: none;
}

ul.sb_block.sb_block_bullets li a {
    text-decoration: underline;
    font-weight: bold;
    color: #46454B;
    font-family: 'Jura', sans-serif;
}

ul.sb_block.sb_block_bullets li:before {
    content: "•";
}

ul.sb_block.sb_block_bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.sb_block.sb_block_video {
    border-radius: 24px;
    background: rgba(70, 69, 75, 0.50);
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.sb_video_wrapper {
    width: 100%;
}

.sb_video_wrapper iframe {
    width: 100%;
    height: 450px;
}

.sb_block.sb_block_video h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sb_block.sb_block_text ol, .sb_block.sb_block_text ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

nav.sb_sidebar_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

a.sb_sidebar_menu_item {
    display: flex;
    padding: 12px 32px;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    border-radius: 32px;
    background: #FFF;
    text-decoration: none;
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 109.091% */
}

.sb_sidebar_thumbnail {
    position: sticky;
    top: 40px;
    overflow: hidden;
    margin-top: 47px;
    background: #fff;
    border-radius: 26px;
}

.sb_sidebar_thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.sb_block_faq details > summary {
    list-style: none;
    color: #46454B;
    font-family: Jura;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sb_block_faq details > summary::-webkit-details-marker {
    display: none;
}

.sb_faq_icon_minus {
    display: none;
}

.sb_faq_item[open] .sb_faq_icon_plus {
    display: none;
}

.sb_faq_item[open] .sb_faq_icon_minus {
    display: inline;
}

details.sb_faq_item {
    display: flex;
    padding: 12px 32px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
    border-radius: 32px;
    background: #FFF;
    cursor: pointer;
}

.sb_block.sb_block_faq {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.sb_faq_answer {
    color: #46454B;
    font-family: 'Jura', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: block !important;
    height: 0;
    overflow: hidden;
    margin-top: 0;
    transition: height 0.35s ease, margin-top 0.35s ease;
}

details.sb_faq_item[open] > .sb_faq_answer {
    margin-top: 24px;
}

.sb_block.sb_block_text table {
    border: solid 1px #000;
    margin-bottom: 12px;
}

.sb_block.sb_block_text table td, .sb_block.sb_block_text table th {
    border: solid 1px #000;
    padding: 6px;
}

@media screen and (max-width: 1600px) {
    section#sb_robotiki {
        padding: 50px 100px;
    }
    section.sb_breadcrumb {
        padding: 12px 100px;
    }
}

@media screen and (max-width: 1400px) {
    section#sb_robotiki {
        padding: 50px 48px;
    }
    section.sb_breadcrumb {
        padding: 12px 48px;
    }

    .sb_robotiki_content {
        gap: 20px;
    }

    .sb_robotiki_content_left {
        width: 60% ;
    }
    
    .sb_robotiki_content_right {
        width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .sb_robotiki_content_left {
        width: 100% ;
    }
    
    .sb_robotiki_content_right {
        width: 100%;
    }

    .sb_robotiki_content {
        flex-direction: column;
        gap: 40px;
    }
}

@media screen and (max-width: 992px) {
    section#sb_robotiki {
        padding: 24px;
    }
    section.sb_breadcrumb {
        padding: 24px;
    }

    .sb_robotiki_header h1 {
        font-size: 32px;
        line-height: 37px;
    }

    .sb_robotiki_content_left {
        gap: 20px;
    }

    .sb_block.sb_block_just_title {
        font-size: 22px;
        line-height: 27px;
    }

    .sb_block.sb_block_text,
    ul.sb_block.sb_block_bullets li {
        font-size: 18px;
    }

    .sb_block.sb_block_title,
    a.sb_sidebar_menu_item,
    details.sb_faq_item{
        padding: 8px 16px;
        font-size: 20px;
    }

    .sb_block_faq details > summary {
        font-size: 20px;
    }
}