/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: Roboto, sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;

    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;

    /* Vertically center the text there */
    background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

.bage {
    position: absolute;
    right: 0;
    text-shadow: 0 -1px 0 #FC730A;
    color: #fff;
    border: 1px solid #FC730A;
    background: rgb(255,168,76);
    padding: 2px;
    margin: 2px;
}

.knopki {
    position: relative;
    bottom: 10px;
}

.bottom_info {
    position: absolute;
    bottom: 0;
    right: 0;
    color: lightgrey;
    font-size: 12px;
}

.adv {
    position: relative;
    height: 50px;
}

.my_button {
    position: absolute;
    top: 12%;
    right: 0;
}

.poisk_form {
    background-color: #feead0;
}

.title_link {
    text-decoration: underline;
}

.pol {
    position: absolute;
    bottom: 0;
    left: 20%;
    color: lightgrey;
    font-weight: bold;
}