@import "fonts.css";
html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    box-sizing: border-box
}

body {
    display: block;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #3b4952;
    min-width: 320px
}

body * {
    position: relative
}

h1 {
    font-size: 230%
}

h2 {
    font-size: 210%
}

h3 {
    font-size: 170%
}

h4 {
    font-size: 130%
}

h5 {
    font-size: 100%
}

h6 {
    font-size: 85%
}

a img {
    border: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

a,
a:active,
a:visited {
    color: #3b4952
}

a:hover {
    color: dodgerblue;
}

a:hover,
a:focus {
    text-decoration: none
}

.main_header {
    flex: 0 0 auto;
    background-color: #fff;
    position: initial;
    z-index: 1
}

.main_content {
    flex: 1 0 auto;
    padding-top: 25px;
    /*background-color: #edf1f1;*/
    z-index: 0
}

.main_footer {
    flex: 0 0 auto;
    background-color: #292924;
    color: #fff;
    z-index: 0
}

.main_slider {
    flex: 1 0 auto;
    background-color: #edf1f1;
    z-index: 1;
    padding-bottom: 25px
}

.main_width {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
}

@media all and (max-width:1250px) {
    .main_width {
        width: auto;
        margin: 0 10px
    }
}

.sidebar,
.content {
    padding: 0;
    display: inline-block;
    float: none;
    vertical-align: top
}

.content {
    width: 99%
}

@media(min-width:768px) {
    .content {
        width: 66%
    }
}

@media(min-width:992px) {
    .content {
        width: 74.5%
    }
}

@media(max-width:767px) {
    .content {
        width: 100%
    }
    .sidebar {
        float: left
    }
}

.strong {
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif !important
}

.ui-widget.ui-widget-content {
    z-index: 100000 !important
}
