.main-area .content-area ul{
    list-style-type: inherit;
    padding-left: 15px;
    margin-bottom: 15px;
}
.main-area .content-area ul li{
    margin: 5px;
}
.main-area .content-area a{
    color: #fb0c00;
}
.main-area .content-area a:hover{
    text-decoration: underline;
}
.captcha-area{
    margin-bottom: 20px;
    clear: both;
}
.contact-form .error-msg{
    color: #fb0c00;
    display: block;
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.contact-info a:hover{
    color: #fb0c00;
}
.lang-wrapper{
    position: relative;
}
.lang-wrapper .other-langs{
    background: rgba(255, 255, 255, 1);
    display: none;
    position: absolute;
    z-index: 19;
    top: 56px;
    right: 0;
    box-shadow: 0 8px 8px 0 rgba(0, 1, 1, .3);
}
.lang-wrapper .other-langs li{
    margin: 5px 0 !important;
    text-align: center;
}
.lang-wrapper .other-langs li a{
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 14px;
}

.top-navigation {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
}
.wrapper > .top-navigation + .container{
    margin-top: 160px;
}
.top-navigation .logo {
    transition: none !important;
}

@media screen and (min-width:1080px) {
    .top-navigation ul li.lang:after {
        font-family: FontAwesome;
        content: "\f107";
    }
    .top-navigation ul li.lang:hover:after {
        font-family: FontAwesome;
        content: "\f106";
    }
    .top-navigation ul li.lang{
        width: 50px;
    }
    .lang-wrapper .inline-lang{
        display: none;
    }
}
@media screen and (max-width:1080px) {
    .top-navigation.fixed-top{
        position: absolute !important;
    }
    .lang-flags a.current{
        color: #fb0c00;
    }
    li.has-submenu .submenu{
        display: none;
    }
    .top-navigation ul li.has-submenu .submenu{
        transition: none !important;
    }
    .top-navigation ul li{
        transition: none !important;
    }
    .top-navigation ul li > a{
        transition: none !important;
    }
    #open-burger-menu ~ .top-navigation-div ul{
        transition: none !important;
    }
    .wrapper > .top-navigation + .container{
        margin-top: 92px;
    }
}
@media screen and (max-width:482px) {
    #open-burger-menu:checked ~ .top-navigation-div ul{
        width: 100%;
    }
    #open-burger-menu:checked ~ .top-navigation-div ul li{
        width: 110px;
    }
    .top-navigation li.lang{
        text-align: center;
    }
    .top-navigation li.lang .lang-flags{
        margin-left: auto;
        margin-right: auto;
    }
}