.body {
    background: #fdfbfb
}

.pkp_structure_head {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.pkp_structure_page {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
}

.pkp_head_wrapper {
    width: 100%;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name_wrapper {
    width: 100%
}

.pkp_brand_footer {
    display: none;
}

.pkp_structure_footer_wrapper {
    background: #378B8F;
    border-top: none;
    border-bottom: none
}

.block_language {
    position: fixed;
    right: 300px;
    top: -15px;
    z-index: 1100;

    .title {
        display: none;

    }

    .content {
        ul {
            display: flex;
            gap: 60px;

            li {
                a {
                    color: #fff !important;
                }

            }
        }
    }
}
#customblock-flag {
    position: fixed;
    top: -10px;
    z-index: 1000;
    right: 370px;
}
#customblock-english {
    position: fixed;
    top: -10px;
    z-index: 1000;
    right: 480px;
}
.pkp_structure_content {
    background: #f1f2f3;
}

.pkp_block {
    .title {
        border-bottom: 3px solid #6bf8ff
    }
}

li {
    ul {
        li {
            a:hover {
                background-color: #e62323;
                /* Set the desired color */
            }
        }
    }
}
#header{
    background: #48b8c6;
}
.current{
    font-weight: 800;
    text-decoration: underline;
}

@media screen and (max-width: 850px) {
    .block_language {
       
        right: 0px;
        top: -25px;
    
        .content {
            ul {
                display: flex;
                gap: 50px;
    
                li {
                    a {
                        color: #fff !important;
                        font-size: 9px
                    }
    
                }
            }
        }
    }
    #customblock-flag {
        top: -18px;
        z-index: 1000;
        right: 50px;
    }
    #customblock-english {
        top: -18px;
        z-index: 1000;
        right: 130px;
    }
  }
  .pkp_navigation_primary_row{
    background: #48b8c6 !important;
  }
 