@font-face {
    font-family: openSans;
    src: url(./fonts/OpenSans-Bold.ttf);
    font-weight: 700;
}
@font-face {
    font-family: openSans;
    src: url(./fonts/OpenSans-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: openSans;
    src: url(./fonts/OpenSans-Regular.ttf);
    font-style: 400;
}
@font-face {
    font-family: openSans;
    src: url(./fonts/OpenSans-Light.ttf);
    font-weight: 100;
}
body{
    font-family: openSans;
}
html {
    font-size: 62.5%;
}
a, a:active, a:hover, a:visited {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}
h3{
    font-size: 18px;
    font-size: 1.8rem;
}
.top-menu{
    margin-left: 0;
    width: 100%;
}
.accessibility-menu{
    margin-left: 0 !important;
}
html.accessibility-blue * {
    background: rgb(207, 229, 252) !important;
    color: rgb(0, 0, 102) !important;
}
html.accessibility-blue .search-wrapper button { background: url('../images/search-accessibility-blue.svg') center center no-repeat !important; }
html.accessibility-dark * {
    background: rgb(58, 58, 58) !important;
    color: rgb(0, 255, 232) !important;
}
html.accessibility-dark .search-wrapper button { background: url('../images/search-accessibility-dark.svg') center center no-repeat !important;  }
html.accessibility-hivis a {
    color: rgb(255, 255, 0) !important;
}
html.accessibility-yellow * {
    background: rgb(247, 243, 214) !important;
    color: rgb(0, 0, 102) !important;
}
html.accessibility-yellow .search-wrapper button { background: url('../images/search-accessibility-yellow.svg') center center no-repeat !important;  }
header .top-menu{
    height: 0;
    text-align: center;
}
header .top-menu .accessibility-menu {
    display: none;
}
header .top-menu .accessible {
    height: 0;
}
header .top-menu .accessibility-menu a {
    display: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
}
header .top-menu .accessibility-menu {
    position: relative;
    letter-spacing: 1;
    padding: 20px;
    margin-left: 10px
}
header .top-menu.accessible .accessibility-menu {
    border-radius: 5px;
    text-align: right;
    background: #283B71;
    z-index: 600;
    display: inline-block;
}
header .top-menu.accessible .accessibility-menu a {
    display: inline;
    color: #fff
}
header .top-menu.accessible .accessibility-menu a.goto {
    float: left;
    margin-right: 1em;
    text-transform: initial;
    text-decoration: underline !important
}
header .top-menu .accessibility-menu .accessibility-menu-btn {
    display: inline;
    font-weight: normal;
    position: relative;
    z-index: 2;
    color: #fff;
    vertical-align: top;
}
header .top-menu.accessible .accessibility-menu .accessibility-menu-btn {
    display: none;
}
header .top-menu .accessibility-menu .accessibility-menu-btn.close-btn {
    display: none;
}
header .top-menu.accessible .accessibility-menu .accessibility-menu-btn.close-btn {
    display: inline;
}

header .top-menu.accessible .accessibility-menu-btn {
    margin-left: 30px
}
header .top-menu.accessible .accessibility-menu a.accessibility-btn {
    display: inline-block;
    border: 3px double;
    text-decoration: none;
    padding: 2.5px 5px;
    line-height: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-right: 0.5rem;
}
header .top-menu.accessible .accessibility-menu a.accessibility-normal {
    border-radius: 2px;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}
header .top-menu.accessible .accessibility-menu a.accessibility-blue {
    border-radius: 2px;
    background-color: rgb(207, 229, 252) !important;
    color: rgb(0, 0, 102) !important;
}
header .top-menu.accessible .accessibility-menu a.accessibility-dark {
    border-radius: 2px;
    background-color: rgb(58, 58, 58) !important;
    color: rgb(0, 255, 232) !important;
}
header .top-menu.accessible .accessibility-menu a.accessibility-yellow {
    border-radius: 2px;
    background-color: rgb(247, 243, 214) !important;
    color: rgb(0, 0, 102) !important;
}
.access-inner .accessibility-menu-btn:not(.close-btn) {
    color: #000 !important;
    left: 0;
    text-transform: uppercase;
}
header>.top-menu>.accessibility-menu.access-inner{
    position: absolute;
    text-align: center;
    left: 40%;
}
html[class^="accessibility-"] * .accessibility-menu,
html[class^="accessibility-"] * .accessibility-menu,
html[class^="accessibility-"] * .main-menu-wrapper,
html[class^="accessibility-"] * .about,
html[class^="accessibility-"] * .social-media .row>div,
html[class^="accessibility-"] * .weather-wrapper,
html[class^="accessibility-"] * footer .col-md-3 {
    border: 2px solid rgb(0, 0, 102) !important;
}
html.accessibility-dark * .accessibility-menu,
html.accessibility-dark * .accessibility-menu,
html.accessibility-dark * .main-menu-wrapper,
html.accessibility-dark * .about,
html.accessibility-dark * .social-media .row>div,
html.accessibility-dark * .weather-wrapper,
html.accessibility-dark * footer .col-md-3{
    border: 2px solid rgb(0, 255, 232) !important;
}
header>.top-menu>.accessibility-menu.access-inner{
    position: absolute;
    text-align: left;
    left: 0;
    width: 100%;
}
html.large{ font-size: 0.8rem !important; }
html.small{ font-size: 0.5rem !important; }
footer { margin-top: 100px; }
footer.home-footer { margin-top: 15px; }
.banners-wrapper { margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: center; }
.banners-wrapper img { width: 265px; height: 141px; margin: 1px; }
.accessability-wrapper{
    background: #f1f7fb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.access-tools{
    font-size: 12px;
    font-size: 1.2rem;
}

.portal{
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 50px;
}
.portal::before{
    position: absolute;
    content: '';
    background: url(../images/portal.svg) no-repeat center center;
    width: 16px;
    height: 16px;
    left: 25px;
    top: 2px;
}
.lang, .sitemap{
    font-size: 12px;
    font-size: 1.2rem;
}
.logo { width: 120px; padding: 15px; }
.coa{

    background: url(../images/gerb_site.png) no-repeat center center;
}

.site-title, .bg{
    color: #000;
    margin-bottom: 0
}
.site-title{
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 100;
}

.bg{
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    font-weight: 700
}
.search-wrapper{
    position: relative;
}
.search-wrapper button{
    position: absolute;
    top: 45px;
    left: 15px;
    z-index: 1;
    cursor: pointer;
    outline: none;
    border: none;
    width: 20%;
    background: url('../images/search.svg') center center no-repeat; 
    height: 30px;
}
input[type="search"]{
    z-index: 0;
    position: relative;
    height: 6rem;
    width: 100%;
    margin-top: 30px;
    outline: none;
    border: none; 
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-indent: 25%;
    background: #f3f0e9;
    overflow: hidden;
}

ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-wrapper{
    background: #283B71;
}
.menu-list{
    font-size: 20px;
    font-size: 2rem;
    font-weight: 100
}
ul.menu-list>li,
ul.menu-list>li>a{
    display: inline-block;
}

ul.menu-list>li{
    background: #283B71;
    position: relative;
}

ul.submenu-list>li,
ul.submenu-inner-list>li{
    width: 100%;
}
ul.menu-list>li>a,
ul.submenu-list>li a,
ul.submenu-inner-list>li a{
    padding: 10px 15px;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.submenu-list{
    padding: 0;
    display: none;
    font-size: 20px;
    font-size: 1.5rem;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: #283B71;
    width: 300px;
    color: #fff;
    z-index: 5;
}

.submenu-inner-list{
    padding: 0;
    display: none;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 100;
    position: absolute;
    top: 0;
    left: 300px;
    height: inherit;
    width: 300px;
    color: #fff;
    z-index: 5;
}

.submenu-inner-list{
    background: #5F73AD;
}


.form-wrapper{
    background: #fff;
    padding: 20px;
}

.form-wrapper h2{
    font-weight: 700;
}
select{
    margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select, 
input,
textarea{
    border: 1px solid #5776B1;
}
select.arrow {
    background: url(../images/select.svg) no-repeat center right;
}
.schedule select, .schedule input{
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: 5px;
    display: block;
}
.schedule>div.row>div{
    margin-top: 20px;
}
.schedule label{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.schedule button{
    margin-top: 20px;
    background: #283B71;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    width: calc(50% - 15px);
    padding: 10px 0;
    float: right;
}

.quick-access {
    background: url(../images/teaser.jpg) no-repeat left center ;
    background-size: cover;
    padding-bottom: 50px;
    z-index: 1;
}
.links-wrapper{
    border-right: 1px solid #5F73AD;
}
.links-wrapper, 
.message-wrapper{
    font-size: 14px;
    font-size: 1.4rem;
}
.form-wrapper{
    margin-top: 20px;
}
.message-wrapper p.message-title,
.links-wrapper p.links-title{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
}
.links-wrapper,.message-wrapper{
    background: #fff;
}
.links-item{
    color: #5F74AD;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0;
}
.links-item:first-of-type{
    border-top: 1px solid #EFEFEF;
}
.main-section{
    margin-top: 30px;
    text-align: center;
}
.main-section h3,
.main-section p{
    color: #000;
    font-weight: 100;
}
.main-section p{
    font-size: 14px;
    font-size: 1.4rem;
}
.main-section-title{
    border-bottom: 1px solid #000;
}
.e-services-wrapper{
    margin-top: 30px;
}
.e-services-wrapper h2{
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
}
.e-services-wrapper .service{
    background: #F3F0E9;
}

.service{
    padding: 0 30px 110px 30px;
    min-height: 350px;
    position: relative;
    border-top: 2px solid #fff;
    text-align: center;
}
.service-inner { transition: all 0.2s; }
.service-inner:hover { margin-top: -20px; padding-bottom: 20px; }
.news-content img { max-width: 100%; margin-left: auto; margin-right: auto; }
.service p:first-of-type{
    font-size: 14px;
    font-size: 1.4rem;
}
.service h4{
    font-size: 2rem;
    font-weight: 700;
    position: relative;
}
.service:not(:last-child){
    border-right: 2px solid #fff;
}
.icon-container {
    width: 90px;
    display: inline-block;
    margin-top: -36px;
    margin-bottom: 15px;
}
.icon-container img {
    width: 100%;
}
.entry-wrapper{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 3rem);
}
.entry{
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-decoration: none;
}
.entry:hover{
    color: #5776B1;
}
.contacts-wrapper{
    color: #fff;
    text-align: center;
    background: #283B71;
}
.contacts-wrapper p { font-size: 1.4rem; font-weight: 500; margin-bottom: 0; }
.contacts-wrapper p:first-of-type{
   font-size: 20px;
   font-size: 2rem;
   font-weight: 700;
}

.contacts-wrapper div a,
.address-text{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
 }
.address,
.phones,
.fax,
.mail,
.social{
    padding: 120px 0 50px 0;
}
.address{
    background: url(../images/address.png) no-repeat center top 10%;
    background-size: 15%;
}

.phones{
background: url(../images/telephone.png) no-repeat center top 10%;
background-size: 15%;
}

.fax{
background: url(../images/fax.png) no-repeat center top 10%;
background-size: 15%;
}

.mail{
background: url(../images/mail.png) no-repeat center top 10%;
background-size: 15%;
}
.social{
    background: url(../images/social.png) no-repeat center top 10%;
    background-size: 15%;
}
.contacts-wrapper { position: relative;}
a.to-top-wrapper{
    display: block;
    position: absolute;
    content: '';
    background: url(../images/up.svg) no-repeat center center;
    width: 100px;
    height: 100px;
    bottom: -50px;
    left: calc(50% - 50px);
}
.to-top-wrapper>.to-top{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 60px 0 0 0;
    text-align: center;
}
p.links-inner a{
    padding: 0 10px;
    display: inline-block;
    color: #00A1FE;
    font-size: 14px;
    font-size: 1.4rem;
}
.links-inner{
    text-align: center;
    margin-top: 50px;
}
.links-inner>.middle-link{
    margin: 30px 20px;
}
.common-info{
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 15%;
}
.logos-wrapper{
    margin-top: 20px;
}
.eu , .opdu  {
    display: block;
    width: 100%;
    height: 130px;
}
.eu{
    background: url(../images/logo-ESF.svg) no-repeat center right;
}
.opdu{
    background: url(../images/logo-OPDU.svg) no-repeat center left;
}
.justice-council{
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 30px;
}

.inner-page-wrapper, .news-listing-wrapper{
    font-size: 16;
    font-size: 1.6rem;
}
.news-title{
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
}
/* .inner-page-wrapper h2, .news-listing-wrapper h2, .inner-page-title, .poll-wrapper h2, .zop-wrapper h2 {
    font-size: 26px;
    font-size: 2.6rem;
    color: #323232;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232;
} */

.inner-page-wrapper ul { padding-left: 15px; list-style-type: initial; }
.inner-page-wrapper ul.nav { padding-left: 0; list-style-type: none; }
.inner-page-wrapper a { color: #283B71; }
.inner-page-wrapper a:hover { text-decoration: underline;  }
.inner-page-wrapper iframe { width: 100%; height: 500px; border: none }
.inner-page-meta { text-transform: uppercase; margin-bottom: 15px; font-size: 1.2rem; font-weight: 700; }
.inner-page-meta span { margin-right: 15px; color: #283B71; }
.inner-print { float: right; position: relative; }
.inner-print::before { content: " "; background: url(../images/print.svg) no-repeat center center; position: absolute; width: 24px; height: 24px; left: -30px }
.gallery-image { position: relative; }
.gallery-image img { width: 100%; }
.gallery-image .image-before { position: absolute;  background: url(../images/arrow-left.svg) no-repeat center center; width: 12px; height: 20px; left: 50px; top: 50%; }
.gallery-image .image-after { position: absolute;  background: url(../images/arrow-right.svg) no-repeat center center; width: 12px; height: 20px; right: 50px; top: 50%; }
.news-date{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #5F74AD;
}
.news-image { max-width: 100%; margin-left: auto; margin-right: auto; }
.read-more{
    font-weight: 700;
}
.pages-wrapper{
    margin-top: 30px;
}
.pages-list{
    padding: 0;
    list-style: none;
}
.pages-list li { margin-top: 25px; }

.pages-list li{
    display: inline-block;
}

.pages-list li a{
    text-align: center;
    padding: 10px 15px;
    margin-right: 2px;
    font-display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #283B71;
}
.pages-list li a.active { background: #5F74AD; color: #fff; }
.news-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-item img{
    width: 100%;
}
/* Contacts >>> */
.contacts-container h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    font-weight: 300;
    margin-top: 50px;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232;
}

.contacts-item {
    font-size: 16px;
    font-size: 1.6rem;
    color: #273b70;
    position: relative;
    padding: 10px;
}
.contacts-item h3 {
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #273b70;
    padding-bottom: 10px;
    cursor: pointer;
}
.contacts-item:first-of-type{
    margin-top: 50px;
}

.contacts-item h3::after {
    position: absolute;
    background: url(../images/arrow.svg) no-repeat center center;
    content: '';
    width: 24px;
    height: 13px;
    top: 15px;
    right: 20px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.contacts-item h3.selected::after {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.contacts-item-content {
    display: none;
}
.contacts-item-content ul {
    margin-bottom: 30px;
}
.office-hours-title,
.office-hours-title + ul>li {
    font-size: 12px;
    font-size: 1.2rem;
    color: #2d2c2b;
}
.office-hours-title{
    font-weight: 700;
    margin: 25px 0 0 0;
}
.office-hours-title + ul>li {
    font-weight: 400;
    width: 50%;
}
.single-contact{
    margin-bottom: 30px
}
.office-hours {
    float: right;
}
.contact-info {
    height: 100%;
}
.single-contact img {
    width: 100%;
}
.contact-info{
    background-color: #f7f5f1;
    width: 100%;
}

.single-contact > div {
    display: inline-block
}
.contact-info .row>div>p{
    font-size: 12px;
    font-size: 1.2rem;
    color: #000;
    margin-left: 15px;
}
.contact-info .row>div>p.contact-name {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 10px;
}

.contact-info .row>div>p.contact-phone {
    margin-bottom: 0;
}


/* <<< Contacts */
/* Gallery list >>> */
.gallery-wrapper h2,
.gallery-list-wrapper h2{
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232; 
}
.gallery-content { font-size: 1.4rem; margin: 50px 0 25px 0; }
.gallery-wrapper h2 { margin-bottom: 15px; }
.gallery-wrapper img {
    width: 100%;
    cursor: pointer;
}
.main-photo-wrapper {
    position: relative;
    padding: 0 15px;
}
.main-photo-wrapper .image-before { position: absolute;  background: url(../images/arrow-left.svg) no-repeat center center; padding: 20px; left: 50px; top: 50%; }
.main-photo-wrapper .image-after { position: absolute;  background: url(../images/arrow-right.svg) no-repeat center center; padding: 20px; right: 50px; top: 50%; }
.photo-desc {
    padding: 15px;
    position: absolute;
    content: '';
    width: 90%;
    left: 5%;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
}
.photo-desc h4 { color: #fff; font-size: 1.6rem; font-weight: 700; padding: 5px; text-transform: uppercase }
.photo-desc p { color: #fff; font-size: 14px; font-size: 1.4rem; margin: 0; padding: 5px; word-wrap: break-word; }
.photo-desc.hidden { display: none; }
.gallery-list-wrapper img{
    width: 100%;
}
.news-list-item img { width: 100%;}
.gallery-list-item, .news-list-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.gallery-list-item a, .news-list-item a {
    display: block; 
}
.gallery-description, .news-description {
    flex-grow: 1;
    padding: 15px;
    background: #f7f5f1;
}
.gallery-description h3, .news-description h3{
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    color: #2d2c2b;
}
.gallery-description p, .news-description p{
    margin-top: 20px;
    font-size: 8px;
    font-size: 0.8rem;
    color: #6f6e6a;
    text-transform: uppercase;
}
/* <<< Gallery list */
/* Contact form >>> */
.contact-form-wrapper h2{
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232; 
}
.contact-form-wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    vertical-align: middle;
}
.contact-form-wrapper textarea {
    resize: none;
    width: 100%;
    height: 34rem;
}
.contact-form-wrapper textarea,
.contact-form-wrapper input {
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: 3px;
}
.person-info input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}
.person-info input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
/* Custom checkbox >>> */

.question-container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
/* Hide the browser's default checkbox */
.question-container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.question-container-check input[type="radio"] + span.checkmark {
    border-radius: 50%;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #5f74ad;
    background: #fff;
}
  /* When the checkbox is checked, add a blue background */
.question-container-check input:checked ~ .checkmark {
    background-color: #5f74ad;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
.question-container-check input:checked ~ .checkmark:after {
    display: block;
  }
  
/* Style the checkmark/indicator */
.question-container-check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.answer-wrapper { padding-left: 25px; }
/* <<< Custom checkbox */
.consent-info {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
}

.person-info button {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #273b70;
}
/* <<<  Contact form */
/* Sitemap >>> */
.sitemap-wrapper h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232;
}
.sitemap-section-title {
    margin: 0;
}
.sitemap-section-title a{
    text-transform: uppercase;
    color: #273b70;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}
.sitemap-section-title + ul {
    margin-bottom: 20px;
}
.sitemap-section-title + ul>li>a {
    color: #2d2c2b;
    font-size: 12px;
    font-size: 1.2rem;
} 
.sitemap-wrapper ul ul { padding-left: 15px}
/* <<< Sitemap */
/* Breadcrumb >>> */
.breadcrumb-wrapper {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 15px;
}
.breadcrumb-wrapper>li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.breadcrumb-wrapper>li:last-of-type{
    font-weight: 700;
}
.breadcrumb-wrapper>li>a {
    display: block;
    
}
.breadcrumb-wrapper>li::after {
    position: absolute;
    content: '\2023';
    top: 0;
    right: -8px;
    transform: scale(2);
}
.breadcrumb-wrapper li:last-child::after{
    content: '';
}
/* <<< Breadcrumb */
/* Search results >>> */
.employees-container h2,
.wide-search-wrapper h2,
.trial-wrapper h2,
.inner-page-wrapper h2, .news-listing-wrapper h2, .inner-page-title, .poll-wrapper h2, .zop-wrapper h2 {
    font-size: 36px;
    font-size: 3.6rem;
    color: #323232;
    margin: 40px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #323232;
}
.wide-search-wrapper input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}
.wide-search-wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.wide-search-wrapper select,
.wide-search-wrapper input,
.trial-wrapper select,
.trial-wrapper input  {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-indent: 5px;
    display: block;
}
.main-section-subtitle { width: 100% }
.search-submit { margin-top: 26px; font-size: 1.4rem; background-color: #5776B1; color: #fff; width: 100%; border-radius: 0}
input.date-field,
select.date-field {
    background: url(../images/dd-date.svg) no-repeat center right;
}
input[type="date"]::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: relative;
    color: rgba(0, 0, 0, 0);
    opacity: 0;
    padding: 0;
    width: 30px;
    height: 25px;
}
input[type="date"]::-webkit-calendar-picker-indicator::after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    content: '';
}
.search-results-title{
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 15px;
}
.search-results-title + ul>li{
    border-bottom: 1px solid #dce6ef
}
.result-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #5f74ad;
    display: block;
    margin-top: 20px;
}
.result-text{
    font-size: 14px;
    font-size: 1.4rem;
    color: #2d2c2b;
}
.trial-search-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #323232;
    margin-bottom: 20px;
}
.results-table{
    width: 100%;
}
.results-table th,
.results-table td {
    color: #323232;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0 10px 5px;
}
.results-table tr{
    border-bottom: 1px solid #f3f0e9;
}
.results-table tr:not(.table-titles):hover {
    background: #f3f0e9;
}
.results-table tr:nth-child(3n+4){
    border-bottom: 1px solid #f3f0e9 !important;
}
.results-table tr.case-description {
    padding: 10px 0 10px 5px;
    border: none;
    display: none;
}
.results-table tr.case-description:hover{
    background: none;
}
table.results-table > tbody > tr > td > a { padding-left: 0; margin-left: 0; }
.results-table-mobile,
.case-description-mobile{
    display: none;
}
.table-data ~ .case-description {
    display: none;
}

.table-data .case-description {
    display: none;
}
.table-data:hover + .case-description,
.table-data:hover + .case-description + .case-description {
    display: table-row;
}
/* <<< Search results */
/* Poll >>> */
.poll, .zop {  box-shadow: 0 1px 0 0 #BBD5EC; padding: 10px 0; }
.poll-title, .zop-title { font-size: 1.6rem; font-weight: 600; }
.poll-date, .zop-date { color: #6F6E6A; text-transform: uppercase; }
.poll-answers { list-style-type: initial; padding-left: 25px;}
.poll-answers li { padding-bottom: 15px}
.poll-answers .progress { height: 30px; font-size: 1.3rem; }
.zop-wrapper.inner-zop h2 { margin-bottom: 15px; }
.inner-zop-date { font-weight: bold; text-transform: uppercase; }
.inner-zop-category { text-transform: uppercase; margin-left: 20px; color: #5F74AD; }
.zop-row { margin-top: 50px; }
.zop-content { font-size: 1.4rem }
h2.subtitle { border: none; }
ul.files { padding: 0; }
ul.files li { padding: 15px 5px;  border-bottom: 1px solid #F3F0E9; }
ul.files li:first-of-type { border-top: 1px solid #F3F0E9; }
ul.files li a { font-size: 1.2rem }
ul.files li a:hover { text-decoration: none; }
.file { padding: 5px 10px; border-radius: 3px; background: #CFCFCF; color: #fff; text-transform: uppercase; font-weight: bold; }
.file-type { text-align: right; }
.file.file-pdf { background: #C91E03}
.file.file-xls, .file.file-xlsx { background: #226B40; }
.file.file-doc, .file.file-docx { background: #2196F3; }
.file.file-jpg, .file.file-jpeg { background: #FFD03E; }
.poll-wrapper label {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
}
.poll-wrapper button,
.poll-wrapper input{
    width: 50%;
}
.alert { font-size: 1.2rem; }
.alert ul { list-style-type: disc; padding-left: 20px; }
.alert ul li { padding: 2.5px 0; }

.poll-wrapper button {
    margin-top: 30px;
    border: none;
    outline: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #273b70;
    margin-left: 25px;
}
.poll-wrapper .poll-questions {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}
.question-wrapper textarea {
    resize: none;
    width: 50%;
    height: 10rem;
    text-indent: 3px;
}
/* <<< Poll */
.employees-container .row { margin-bottom: 15px}
.employees-container .row h3 { font-size: 2.2rem; font-weight: bold; margin-bottom: 0; }
.employees-container .row p { font-size: 1.2rem; }
.employee-data { font-weight: bold; }
.employee-image { width: 100%; height: auto; }
.column-404 { text-align: center; margin-top: 150px; margin-bottom: 110px }
.column-404 h4 { color: #CFCFCF; font-weight: 700; text-transform: uppercase; font-size: 2.4rem }
.column-404 h2 { margin-top: 40px; color: #5F74AD; font-weight: 700; text-transform: uppercase; font-size: 3.2rem }
.column-404 p { margin-top: 15px; color: #2D2C2B; font-size: 1.6rem }

#cookies {
    position: fixed;
    padding: 20px;
    padding: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.8);
    color: white;
    text-align: center;
}

#cookies a.btn {
    margin: 5px 10px;
    margin: 0.5rem 1rem;
}

html.accessibility-blue .submenu-list { border: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-blue .submenu-inner-list { border: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-blue .submenu-list li { border-bottom: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-blue .submenu-list li:last-child { border-bottom: none !important; }

html.accessibility-dark .submenu-list { border: 1px solid rgb(0, 255, 232) !important; }
html.accessibility-dark .submenu-inner-list { border: 1px solid rgb(0, 255, 232) !important; }
html.accessibility-dark .submenu-list li { border-bottom: 1px solid rgb(0, 255, 232) !important; }
html.accessibility-dark .submenu-list li:last-child { border-bottom: none !important; }

html.accessibility-yellow .submenu-list { border: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-yellow .submenu-inner-list { border: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-yellow .submenu-list li { border-bottom: 1px solid rgb(0, 0, 102) !important; }
html.accessibility-yellow .submenu-list li:last-child { border-bottom: none !important; }
@media(min-width: 992px) and (max-width: 1199px){
    .logo { width: 100%; }
    .form-wrapper{
        margin-left: 3%;
    }  
    .quick-access{
        padding-bottom: 20px;
    }
    .entry-wrapper{
        bottom: 0;
    }
    .menu-list { font-size: 1.8rem;}
}
@media(max-width: 991px) {
    .main-section .justify-content-center .main-section-subtitle img { width: 100%; height: auto; }
    .access-tools { margin-left: 0; }
    .quick-access { background: none; }
    .menu-item a { position: relative; }
    .menu-item a span.mobile-sub, .menu-item a span.mobile-sub-small { width: 50px; height: 30px; position: absolute; background: url(../images/arrow-right.svg) no-repeat center center; right: 15px; top: 10px; border-left: 1px solid #fff; transition: 0.2s all; }
    .menu-item a span.mobile-sub-small { height: 20px; }
    .accessibility-blue .menu-item a span.mobile-sub, .accessibility-blue .menu-item a span.mobile-sub-small { border-left-color: rgb(0, 0, 102) !important;}
    .accessibility-dark .menu-item a span.mobile-sub, .accessibility-dark .menu-item a span.mobile-sub-small { border-left-color: rgb(0, 255, 232) !important;}
    .accessibility-yellow .menu-item a span.mobile-sub, .accessibility-yellow .menu-item a span.mobile-sub-small { border-left-color: rgb(0, 0, 102) !important;}
    .accessibility-blue .menu-item a span.mobile-sub, .accessibility-blue .menu-item a span.mobile-sub-small { background: url(../images/arrow-right-accessibility-blue.svg) no-repeat center center !important; }
    .accessibility-dark .menu-item a span.mobile-sub, .accessibility-dark .menu-item a span.mobile-sub-small { background: url(../images/arrow-right-accessibility-dark.svg) no-repeat center center !important; }
    .accessibility-yellow .menu-item a span.mobile-sub, .accessibility-yellow .menu-item a span.mobile-sub-small { background: url(../images/arrow-right-accessibility-blue.svg) no-repeat center center !important; }
    .accessibility-blue .portal::before { background: url(../images/portal-accessibility-blue.svg) no-repeat center center; }
    .accessibility-dark .portal::before { background: url(../images/portal-accessibility-dark.svg) no-repeat center center; }
    .accessibility-yellow .portal::before { background: url(../images/portal-accessibility-blue.svg) no-repeat center center; }
    .menu-list{
        display: none;
    }
    .submenu-list, 
    .submenu-inner-list{
        top: unset;
        position: inherit;
    }
    .show-menu {
        display: inline-block;
        cursor: pointer;
        margin: 5px 0 5px 20px;
    }
    .show-menu > .bar1, .show-menu > .bar2, .show-menu > .bar3 {
        width: 35px;
        height: 3px;
        background: #fff !important;
        margin: 6px 0;
        transition: 0.5s;
    }
    .accessibility-blue .show-menu > .bar1, .accessibility-blue .show-menu > .bar2, .accessibility-blue .show-menu > .bar3 {
        width: 35px;
        height: 3px;
        background: rgb(0, 0, 102) !important;
        margin: 6px 0;
        transition: 0.5s;
    }
    .accessibility-dark .show-menu > .bar1, .accessibility-dark .show-menu > .bar2, .accessibility-dark .show-menu > .bar3 {
        width: 35px;
        height: 3px;
        background:  rgb(0, 255, 232) !important;
        margin: 6px 0;
        transition: 0.5s;
    }
    .accessibility-yellow .show-menu > .bar1, .accessibility-yellow .show-menu > .bar2, .accessibility-yellow .show-menu > .bar3 {
        width: 35px;
        height: 3px;
        background: rgb(0, 0, 102) !important;
        margin: 6px 0;
        transition: 0.5s;
    }
    .accessibility-yellow .links-item { border-bottom-color: rgb(0, 0, 102) !important; }
    .accessibility-dark .links-item { border-bottom-color: rgb(0, 255, 232) !important; }
    .accessibility-blue .links-item { border-bottom-color: rgb(0, 0, 102) !important; }
    .accessibility-yellow .links-item:first-of-type { border-top-color: rgb(0, 0, 102) !important; }
    .accessibility-dark .links-item:first-of-type { border-top-color: rgb(0, 255, 232) !important; }
    .accessibility-blue .links-item:first-of-type { border-top-color: rgb(0, 0, 102) !important; }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 5px);
        transform: rotate(-45deg) translate(-7px, 5px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -7px);
        transform: rotate(45deg) translate(-8px, -7px);
    }
    .fixed-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 5;
        max-height: calc(100% - 50px);
        overflow-y: auto;
    }
    .menu-list li{
        width: 100%;
    }
    .submenu-list{
        width: 100%;
        color: #fff;
        background: #5F73AD;
        padding-left: 15px;
        -webkit-box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
        -moz-box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
        box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
    }
    .submenu-inner-list{
        background: #283B71;
        width: 100%;
        left: 0
    }
}
@media(min-width: 992px){
    ul.menu-list>li>a, ul.submenu-list>li a, ul.submenu-inner-list>li a {
        padding: 10px 20px;
    }
    .submenu-list>li:hover .submenu-inner-list{
        display: inline;
    }
    .menu-item:hover .submenu-list{
        display: inline;
    }
    .submenu-inner-list li a:hover{
        background: #283B71;
    }
    .submenu-list li:hover{
        background: #5F73AD;
    }
    ul.menu-list>li:hover{
        background: #5F73AD;
    }
    .pages-list li a:hover{
        background: #5F74AD;
        color: #fff;
    }
}

@media(max-width: 768px){
    .inner-page-wrapper img { width: 100%; height: auto; }
    .icon-container img { width: 50%; }
    .logo { display: none; }
    .portal{
        padding-left: 35px;
    }
    .portal::before{
        left: 15px;
    }
    .coa{
        height: 110px;
    }
    .site-title{
        margin-top: 0;
        text-align: center;
        font-size: 20px;
        font-size: 2rem;
    }
    .quick-access{
        background: none;
        z-index: 1;
    }
    .quick-access-content {
        float: left;
        background: #fff;
        max-width: 100%;
        margin: 0 15px;
    }
    .bg{
        text-align: center;
    }
    .search-wrapper{
        margin-bottom: 10px;
        
    }
    .results-table-mobile{
        display: block;
    }
    input[type="search"]{
        margin-top: 10px;
        width: 100%;
        text-indent: 17%
    }
    .search-wrapper button{
        width: 15%;
        top: 25px;
    }
    /* .menu-list{
        display: none;
    }
    .submenu-list, 
    .submenu-inner-list{
        top: unset;
        position: inherit;
    }
    .show-menu {
        display: inline-block;
        cursor: pointer;
        margin: 5px 0 5px 20px;
    }
    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 3px;
        background-color: #fff;
        margin: 6px 0;
        transition: 0.5s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-7px, 5px);
        transform: rotate(-45deg) translate(-7px, 5px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -7px);
        transform: rotate(45deg) translate(-8px, -7px);
    }
    .fixed-menu {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 5;
        max-height: calc(100% - 50px);
        overflow-y: auto;
    }
    .menu-list li{
        width: 100%;
    }
    .submenu-list{
        width: 100%;
        color: #fff;
        background: #5F73AD;
        padding-left: 15px;
        -webkit-box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
        -moz-box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
        box-shadow: inset 0px 7px 20px -6px rgba(23,21,23,0.8);
    }
    .submenu-inner-list{
        background: #283B71;
        width: 100%;
        left: 0
    } */
    .form-wrapper{
        margin-right: 0 !important
    }
    .links-wrapper, .message-wrapper {
        text-align: center;        
    }
    .links-title, 
    .message-title{
        margin: 15px 0;
    }
    .main-section-title,
    .main-section-subtitle{
        margin: 0 15px;
    }
    .address,
    .phones,
    .fax,
    .mail{
        padding-top: 80px;
    }
    .e-services-wrapper>.row {
        margin-bottom: 0;
    }
    .e-services-wrapper h2{
        margin-bottom: 60px;
    }
    .services{
        background: #F3F0E9;
    }
    .service{
        text-align: center;
        padding: 0 15px 40px 15px;
        min-height: 300px;
    }
    .service-text{
        margin:20px 0 0 0;
    }
    .entry-wrapper{
        bottom: 5px;
        position: static;
    }
    .common-info{
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 5%;
        margin: 0;
    }
    .links-inner{
        margin-top: 70px;
    }
    .links-inner>.middle-link {
        margin: 10px 0px;
    }
    .contacts-wrapper>.row div.address, 
    .contacts-wrapper>.row div.phones, 
    .contacts-wrapper>.row div.fax, 
    .contacts-wrapper>.row div.mail, 
    .contacts-wrapper>.row div.social{
        background-position: center top 5%;
        background-size: 10%;
    }
    .eu{
        background: url(../images/logo-ESF.svg) no-repeat center center;
    }
    .opdu{
        background: url(../images/logo-OPDU.svg) no-repeat center center;
    }
    .fax a.to-top-wrapper{
        display: none;
    }
    .social a.to-top-wrapper{
        display: block;
        position: absolute;
        content: '';
        background: url(../images/up.svg) no-repeat center center;
        width: 100px;
        height: 100px;
        bottom: -60px;
        left: calc(50% - 50px);
    }
    .social a.to-top-wrapper>.to-top{
        text-transform: uppercase;
        font-weight: 100;
        font-size: 12px;
        font-size: 1.2rem;
        margin: 60px 0 0 0;
        text-align: center;
    }
    .logos-wrapper,
    .justice-council{
        margin-top: 0;
    }
    /* Contacts >>> */
    .office-hours-title + ul>li {
        width: 100%;
    }
    .contacts-item h3 {
        padding-right: 5%; 
    }
    /* <<< Contacts */
    /* Gallery list >>> */
    .photo-desc p{
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0;
    }
    .photo-desc {
        bottom: 5px;
        left: 5%;
        padding: 0;
        
    }
    .gallery-wrapper h2,
    .gallery-list-wrapper h2
    {
        font-size: 20px;
        font-size: 2rem;
        color: #323232;
        margin: 0;
        padding: 10px 15px;
    }
    .gallery-list-wrapper h2{
        margin-bottom: 15px;
    }
    .gallery-list-item, .news-list-item {
        margin-bottom: 15px;
    }
    /* <<< Gallery list */
    /* Contact form >>> */
    .contact-form-wrapper h2 {
        font-size: 20px;
        font-size: 2rem;
        color: #323232;
        margin: 0 0 15px 0;
        padding: 10px 15px;
    }
    
    /* <<< Contact form */
    /* Search results >>> */
    .wide-search-wrapper select {
        margin-bottom: 20px;
    }
    .table-container {
        overflow: scroll;
        display: block;
        z-index: 1;
        background: #fff;
    }
    table.results-table-mobile{
        overflow: scroll;
        z-index: 10;
        background: #fff
    }
    .results-table-mobile td a{
        font-weight: 700;
        color: #5f74ad;
    }
    .results-table-mobile td {
        text-align: center;
        padding: 5px;
        z-index: -1;
        border-left: 1px solid #f3f0e9;
    }
    .results-table-mobile tr {
        border-bottom: 1px solid #f3f0e9;
    } 
    .results-table-mobile th {
        border-right: 1px solid #f3f0e9;
        padding: 5px 15px;
        position: sticky;
        position: -webkit-sticky;
        left: 0;
        z-index: 1;
        background: #fff
    }
    .case-description-mobile{
        margin-top: 20px;
    }
    .case-description-mobile p{
        text-align: center;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0 15px;
    }
    /* <<< Search results */
    /* Poll >>> */
        .question-wrapper {
            margin-bottom: 20px;
        }
        
        .question-wrapper textarea,
        .poll-questions button {
            width: 100%;
        }
    /* <<< Poll */
}
@media print {
    .menu-wrapper,
    .accessability-wrapper,
    .search-wrapper,
    img,
    .inner-print,
    .to-top-wrapper,
    .sub-gallery,
    .sub-gallery-row { display: none !important; }
    .logo, footer { display: none !important; }
}









[href$=".txt"],
[href$=".TXT"],
[href$=".ZIP"],
[href$=".zip"],
[href$=".RAR"],
[href$=".rar"],
[href$=".pdf"],
[href$=".PDF"],
[href$=".docx"],
[href$=".DOCX"],
[href$=".doc"],
[href$=".DOC"],
[href$=".xls"],
[href$=".XLS"],
[href$=".xlsx"],
[href$=".XLSX"],
[href$=".PPTX"],
[href$=".pptx"],
[href$=".PPT"],
[href$=".ppt"] {
    margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
}

[href$=".txt"]::before,
[href$=".TXT"]::before,
[href$=".ZIP"]::before,
[href$=".zip"]::before,
[href$=".RAR"]::before,
[href$=".rar"]::before,
[href$=".pdf"]::before,
[href$=".PDF"]::before,
[href$=".docx"]::before,
[href$=".DOCX"]::before,
[href$=".doc"]::before,
[href$=".DOC"]::before,
[href$=".xls"]::before,
[href$=".XLS"]::before,
[href$=".xlsx"]::before,
[href$=".XLSX"]::before,
[href$=".pptx"]::before,
[href$=".PPTX"]::before,
[href$=".ppt"]::before,
[href$=".PPT"]::before {
    content: '';
    width: 35px;
    height: 18px;
    display: block;
    position: absolute;
    left: -23px;
    top: 0px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px;
}

[href^="/upload/"][href$=".PDF"]::before,
[href^="/upload/"][href$=".pdf"]::before {
    background: rgb(189, 12, 12);
    content: 'PDF';
}

[href^="/upload/"][href$=".txt"]::before,
[href^="/upload/"][href$=".TXT"]::before {
    background: #B4B4B4;
    content: 'TXT';
}

[href^="/upload/"][href$=".DOC"]::before,
[href^="/upload/"][href$=".doc"]::before {
    background: #002AFF;
    content: 'DOC';
}

[href^="/upload/"][href$=".DOCX"]::before,
[href^="/upload/"][href$=".docx"]::before {
    background: #002AFF;
    content: 'DOCX';
}

[href^="/upload/"][href$=".RAR"]::before,
[href^="/upload/"][href$=".rar"]::before {
    background: #552AFF;
    content: 'RAR';
}

[href^="/upload/"][href$=".ZIP"]::before,
[href^="/upload/"][href$=".zip"]::before {
    background: #552AFF;
    content: 'ZIP';
}

[href^="/upload/"][href$=".XLS"]::before,
[href^="/upload/"][href$=".xls"]::before {
    background: #2F8404;
    content: 'XLS';
}

[href^="/upload/"][href$=".XLSX"]::before,
[href^="/upload/"][href$=".xlsx"]::before {
    background: #2F8404;
    content: 'XLSX';
}

[href^="/upload/"][href$=".PPTX"]::before,
[href^="/upload/"][href$=".pptx"]::before {
    background: rgb(192, 129, 11);
    content: 'PPTX';
}

[href^="/upload/"][href$=".PPT"]::before,
[href^="/upload/"][href$=".ppt"]::before {
    background: rgb(192, 129, 11);
    content: 'PPT';
}

.files a::before {
    content: none !important;
}
.files a {
    margin-bottom: 0;
    position: static;
    margin-left: 0;
    padding-left: 0;
}