@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Roboto:ital,wght@0,300;0,400;0,700;1,300&display=swap');

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

/**
 * Тэги
 */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Oswald', sans-serif;
}

input.form-control,
textarea,
textarea.form-control {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

p {
    margin: 0 0 20px;
}

.table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
}

.table table > thead {
    background-color: #eee;
}

.table table > thead > tr > th,
.table table > tbody > tr > th,
.table table > tfoot > tr > th,
.table table > thead > tr > td,
.table table > tbody > tr > td,
.table table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #bfbfbf;
}

.btn {
    border-radius: 0px;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
}

.btn-primary {
    color: #fff;
    background-color: #0D1250;
    border-color: #0D1250;
}

.btn-info {
    color: #fff;
    background-color: #257FFE;
    border-color: #257FFE;
}

.breadcrumb {
    padding: 0 0 5px 0;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 18px;
}

/**
 * header
 */

.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0px;
    top: 0px;
    padding: 15px 0;
    background: rgba(0, 0, 0, 1);
}

.site-index .header {
    background: rgba(0, 0, 0, 0.5);
}

.header a.logo {
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    color: #DDDDDD;
    text-transform: uppercase;
}

.header a.logo:hover {
    color: #DDDDDD;
    text-decoration: none;
}

.header a.logo span {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

ul.header-menu {
    margin: 0;
    padding: 0;
    float: right;
}

ul.header-menu > li {
    float: left;
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

ul.header-menu > li > a {
    display: block;
    margin: 0;
    padding: 16px 0px;
    font-family: Oswald;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}


/**
 * featured
 */

.featured {
    background: url(../images/bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding-top: 100px;
}


.slider {
    margin: 100px 0;
    background: #257FFE;
    color: #FFFFFF;
}

.bg-carousel {
    width: 100%;
    height: 230px;
    position: absolute;
}

.content-carousel {
    font-family: Roboto;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    height: 230px;
    position: relative;
    padding: 15px 20px;
}

.content-carousel a.btn {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.carousel-title {
    font-family: Oswald;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slider .carousel-control {
    display: none;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 7px 0 7px 3px;
    margin-left: 3px;
    background-color: #FFFFFF;
    border: none;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 7px 0 7px 3px;
    background-color: #0D1250;
}

.carousel-indicators {
    left: 140px;
    right: 0;
    bottom: 15px;
    width: auto;
    margin: 0;
    padding-right: 20px;
    height: 34px;
    text-align: right;
    /*background: #257FFE;*/
}

.featured-panel {
    padding: 15px 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    font-weight: 400;
}

.featured-panel .col-sm-5 {
    border-right: 1px solid #000;
}

.featured-lk {
    margin: 17px auto;
    max-width: 300px;
}

.featured-lk p {
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

ul.featured-menu {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

ul.featured-menu > li {
    float: left;
    width: 33.3333%;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.featured-menu > li > a {
    display: block;
    margin: 0;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

ul.featured-menu > li > a img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 5px;
}

.main {
    padding: 60px 0;
}

.main .content img {
    max-width: 100%;
}

.site-index .main h2, h1 {
    font-family: Oswald;
    font-weight: normal;
    font-size: 48px;
    line-height: 72px;
    text-transform: uppercase;
    color: #000000;
}

.site-index .main h2 span, h1 span {
    font-weight: bold;
}

.site-index .main h2::after, h1::after {
    content: '';
    display: block;
    background: #257FFE;
    width: 160px;
    height: 8px;
    margin: 10px 0 30px 0;
    border-radius: 4px;
}

/**
 * Новости
 */

.front-news .news-items {

}

.news-item {
    background: #F3F1F1;
    margin-bottom: 30px;
    padding: 20px;
}

.news-title {

}

.news-title a {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
}

.news-date {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 16px;
    color: #4D4D4D;
    margin: 8px 0 15px 0;
}

.news-date svg {
    width: 14px;
    margin-right: 3px;
    margin-bottom: -1px;
}

.news-teaser {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.news-link a {
    text-decoration: underline;
}

/**
 * Разделы и файлы
 */

.child-back {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 400;
}

.child-back svg {
    width: 10px;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 2px;
    color: #000000;
}

.child-name {
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 400;
}

.child-name svg {
    width: 20px;
    margin-bottom: -2px;
    margin-right: 2px;
    color: #f9d977;
}

.child-create {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
}

.child-create svg {
    width: 20px;
    margin-bottom: -3px;
    margin-right: 2px;
    color: #f9d977;
}

.file-create {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
}

.file-create svg {
    width: 14px;
    margin-bottom: -2px;
    margin-right: 4px;
    margin-left: 4px;
    color: #5a5d6c;
}

.file-name {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 400;
}

.file-name svg {
    width: 14px;
    margin-bottom: -2px;
    margin-right: 4px;
    margin-left: 4px;
    color: #5a5d6c;
}

/**
 * Блок с картой и контактами на главной
 */

.map {
    min-height: 480px;
    font-weight: 400;
}

.mapblock {
    position: absolute;
    width: 100%;
    height: 480px;
}

.contacts {
    margin-top: 75px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.75);
}

.contacts h2 {
    margin-bottom: 30px;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -94px;
    padding: 0 0 94px;
    padding-top: 80px;
}

.site-index .wrap {
    padding-top: 0px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
    /*height: 94px;*/
    background-color: #000000;
    padding-top: 20px;
}

.footer strong {
    font-size: 18px;
    line-height: 21px;
}

.footer a {
    color: #777;
    /*text-decoration: underline;*/
}
.footer a:hover {
    color: #999;
    /*text-decoration: none;*/
}
