ul.list_subpage li{
    width: 25%;
    padding-top: 10px;
    padding-bottom: 15px;
    /*padding-left: 15px;*/
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 5px solid #ffffff;
    background: #efefef;
    list-style-type: none !important;
    display: inline-block;  
}
ul.list_subpage li a{
    color: #583f99;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
}
ul.list_subpage li a:hover{
    text-decoration: none;
}
ul.list_subpage{
    margin: 0 0 30px;
    padding: 0;
}
ul.list_subpage a .line_one{
    font-size: 26px;
    margin-bottom: 10px;
}
.home-news .widget_text{
    width: 100%;
    display: inline-block;
}
.nav-language li.li_first{
    margin-left: 0;
font-weight: bold;
}
ul.nav-language{
margin: 0;
padding: 0;
text-align: center;
}
.nav-language li {
    display: inline-block;
    margin-left: 17px;
}
.nav-language li a{
    font-size: 1.1em;
}
.your-language,.after-footer-all{
    padding: 40px 0;
}
.your-language .widget,.after-footer-all .widget{
    margin-bottom: 0;
}
.your-language .wrap .widgettitle,.after-footer-all .wrap .widgettitle{
    color: #F65597;
    font-size: 30px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.after-footer-all .nav-language a{
    color: #583F99;
}
.button_languages a {
    background: url('button_in_your_language.png') no-repeat center center !important;
    width: 153px;
    text-decoration: none !important;
    color: transparent !important;
}
.button_languages a:hover,.button_languages.current-menu-item a span{
    text-decoration: none !important;
    border-bottom: none !important;
}
.button_languages a:hover span{
    text-decoration: none;
    border-bottom: none !important;
}
.body_is_mobile .site-container {position: relative;margin-top: 60px;}
.body_no_mobile .header-widget-area{
    display: none;
}
.body_is_mobile .header-widget-area {
    display: inline-block;
    position: absolute;
    top: -43px;
    width: 100%;
    left: 0;
    text-align: center;
}
.body_is_mobile .button_languages a{
    margin: 0 auto;
    display: block;
    height: 30px;
}
body .title-area{
    width: 100%;
}
@media only screen and (max-width: 980px) {
    ul.list_subpage li{
        width: 33.333%;
    }
}
@media only screen and (max-width: 768px) {
    ul.list_subpage li{
        width: 50%;
    }
}
@media only screen and (max-width: 490px) {
    .your-language .wrap .widgettitle span,.after-footer-all .wrap .widgettitle span{
        display: block;
    }

}

@media only screen and (max-width: 360px) {
    ul.list_subpage li{
        width: 100%;
    }
    
}

/*

.body_is_mobile .button_languages {
    position: absolute;
    top: -153px;
    border: none !important;
    width: 100%;
}
.body_is_mobile .button_languages a{
margin: 0 auto;
}*/