@import 'https://fonts.googleapis.com/css?family=Open+Sans';

body {
    font-family: 'Open Sans';
    direction: ltr;

}

@media (max-width: 2000px) {
    .pull-right, .workers .block {
        float: left !important;
    }

    footer #totop {
        float: left;
    }

    footer #totop {

        margin-right: 15px;
    }

}

.pull-left, header ul li.register {
    float: right !important;
}

#top-header ul li {
    font-family: Open Sans !important;
    font-size: 16px;
    margin-right: 36px;
    margin-left: 0 !important;
}

#top-header ul li:last-child {
    margin: 0;
}

@media (max-width: 766px) {
    #top-header .login_info {
        float: right;
    }

    footer #totop {
        float: none;
    }

    footer #totop {

        margin: 0 auto 30px;
    }

}

#top-header ul.menu {
    float: left;
}

@media only screen and (max-width: 380px) {
    header ul li.register {
        float: none !important;
        margin: 30px auto 0;
        display: table;
    }
}