.b-footer {
    max-width: 800px;
    margin: auto;
}

.b-content-break {
    clear: both;
    height: 1px;
    margin: 1px 0 1px 0;
}

.b-content {
    max-width: 1440px;
    min-width: 320px;
    margin: auto;
}

    .b-content-m-margin-top {
        margin-top: 75px;
    }

.b-breadcrumbs {
    width: 100%;
    margin: auto;
    text-align: center;
}

.b-breadcrumbs-list {

}
    .b-breadcrumbs-e-item {
        display: inline;
        font-family: LetoTextSansDefect;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 53px;
    }

    .b-breadcrumbs-e-item a {
        text-decoration: none;
        color: #000;
    }

    .b-breadcrumbs-e-item a:hover {
        text-decoration: none;
        color: #ff3000;
    }

    .b-breadcrumbs-e-item:not(:last-child):after {
        margin-left: 5px;
        margin-right: 5px;
        content: "\2022";
    }

    .b-breadcrumbs-e-item-m-active {
    }

.b-common-button {
    font-family: LetoTextSansDefect;
    font-size: 20px;
    color: #000000;
    line-height: 55px;
    min-width: 160px;
    max-width: 300px;
    height: 55px;
    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
    box-sizing: border-box;
    outline: 0;
    text-align: center;
    text-decoration: inherit;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: none;

    margin: auto;
    background: transparent;
    border: 1px solid #a9a9a9;
    padding-left: 10px;
    padding-right: 10px;
}

.b-common-button-m-wide {
    max-width: 100%;
    width: 100%;
}

.b-common-button-e-caption {
    display: block;
    color: #000;
    opacity: .5;
    text-decoration: none;
}
.b-common-button-e-caption:hover {
    color: #ff3000;
    opacity: 1;
    text-decoration: none;
}

.b-file-download-m-position {

}

.b-file-download-m-flexible-button {
    padding: 10px;
    height: auto;
    line-height: normal;
}

@media screen and (max-width: 1000px) {
    .b-breadcrumbs-e-item {
        font-size: 16px;
    }

    .b-common-button {
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .b-content {
        margin-top: 0;
    }
}
