@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a:link,
a:visited {
    text-decoration: none;
    color: #d5060c;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #27629f;
}

li::marker {
    color: #FEA900;
}

body {
    background: #ffffff;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 1rem;
}

header {
    width: 100%;
    height: 100px;
}

.header-block {
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    width: 239px;
    height: 239px;
    position: absolute;
    display: none;
}

.logo img {
    filter: grayscale(0);
}

.banner-block {
    width: 50%;
    height: 100px;
    margin: 0 0 0 50%;
    float: right;
    position: relative;
}

.banner-block ul {
    text-align: right;
    list-style-type: none;
    position: absolute;
    top: 34px;
    right: 0;
}

.banner-block ul li {
    display: inline-block;
    margin-left: 10px;
}

.menu-block {
    width: 100%;
    height: 70px;
    position: relative;
    margin-bottom: 20px;
    background: rgb(50, 128, 205);
    background: linear-gradient(90deg, rgba(50, 128, 205, 1) 0%, rgba(39, 98, 159, 1) 35%, rgba(39, 98, 159, 1) 65%, rgba(50, 128, 205, 1) 100%);
}

.menu-block-centr {
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 70px;
}

article {
    margin: 0 auto;
    max-width: 1400px;
    /*min-height: 800px;*/
}

.slider {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    background: url('/templates/fsocentr/images/bg_slider.png');
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.content-block {
    width: 100%;
    height: auto;
    display: block;
}

.category-desc {
    text-align: center;
    padding: 20px 0;
    font-size: 1.4rem;
}

.category-desc img {
    width: 100%;
    height: auto;
    border: 1px #f0f0f0 solid;
    border-radius: 10px;
}

.category-desc p {
    padding: 20px 0 0 0;
}

.com-content-category-blog.blog h1,
.com-content-category.category-list h1,
.com-tags-tag.tag-category h1 {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    color: #27629f;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .05rem;
}

.com-content-category-blog__items.blog-items.news,
.com-content-category-blog__items.blog-items.struktura {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-content-category-blog__items.blog-items.news .com-content-category-blog__item.blog-item,
.com-content-category-blog__items.blog-items.struktura .com-content-category-blog__item.blog-item {
    width: 30.3333333%;
    height: auto;
    margin: 30px 1.5%;
    position: relative;
}

.com-content-category-blog__items.blog-items.news .com-content-category-blog__item.blog-item figure.left.item-image,
.com-content-category-blog__items.blog-items.struktura .com-content-category-blog__item.blog-item figure.left.item-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.com-content-category-blog__items.blog-items.news .com-content-category-blog__item.blog-item figure.left.item-image:before {
    content: "";
    display: block;
    padding-top: 65%;
}

.com-content-category-blog__items.blog-items.struktura .com-content-category-blog__item.blog-item figure.left.item-image:before {
    content: "";
    display: block;
    padding-top: 120%;
}

.com-content-category-blog__item.blog-item figure.left.item-image .image-block {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 0 0 0;
    overflow: hidden;
}

.com-content-category-blog__item.blog-item figure.left.item-image img {
    width: 100%;
    height: auto;
}

figcaption.caption {
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #cd7805;
}

.item-content .page-header h2 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 0 10px 0;
    color: #27629f;
}

.item-content .page-header h2 a {
    color: #215487;
}

ul.fields-container {
    text-align: center;
    list-style-type: none;
    font-size: 1.5rem;
    color: #636363;
}

.blog-item .article-info.text-muted {
    height: auto;
    font-size: .8rem;
    color: #ffffff;
    margin: 0 0 0 0;
}

.blog-item .article-info.text-muted.news {
    position: absolute;
    top: 12px;
    padding: 2px 6px;
    background: rgba(209, 50, 50, 0.7);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-item .article-info.text-muted a {
    color: #b5060b;
}

.item-page .article-info.text-muted {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: .9rem;
    margin: 0 0 20px 0;
    color: #818181;
}

nav.mod-breadcrumbs__wrapper {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    font-size: .95rem;
    text-align: center;
    opacity: 0.7;
}

.mod-breadcrumbs__wrapper ol {
    list-style-type: none;
}

.mod-breadcrumbs__wrapper ol li {
    display: inline-block;
}

.mod-breadcrumbs__wrapper ol li.mod-breadcrumbs__item.breadcrumb-item {
    margin-right: 10px;
}

.mod-breadcrumbs__wrapper ol li.mod-breadcrumbs__item.breadcrumb-item.active {
    color: #b5060b;
}

.com-content-article.item-page {
    margin: 0 0 40px 0;
    /*overflow: hidden;*/
}

.com-content-article.item-page .page-header h1 {
    text-align: center;
    padding: 20px 0 0 0;
    margin: 10px 0 15px 0;
    color: #27629f;
    font-weight: 600;
}

.com-content-article.item-page figure.left.item-image {
    text-align: center;
}

.com-content-article.item-page figure.left.item-image img {
    width: 60%;
    height: auto;
    margin: 0 0 20px 0;
    border-radius: 10px;
}

.com-content-article.item-page figure.str.item-image img {
    width: 32%;
    height: auto;
    margin: 0 3% 30px 0;
    border-radius: 10px;
    float: left;
}

.com-content-article.item-page .fields-container {
    display: none;
}

.com-content-article.item-page ul,
.com-content-article.item-page ol {
    margin: 10px 0 18px 0;
    color: #393939;
}

.com-content-article.item-page ul li,
.com-content-article.item-page ol li {
    padding: 0 0 6px 0;
    list-style-position: inside;
}

.com-content-article__body {
    font-size: 1.1rem;
    margin: 0 0 40px 0;
}

.com-content-article__body blockquote {
    padding: 20px 20px 8px 20px;
    margin: 0 0 12px 0;
    background-color: #f2f2f2;
    font-style: italic;
}

.com-content-article__body p {
    padding: 0 0 12px 0;
}

.com-content-article__body p iframe {
    width: 1280px;
    height: 720px;
}

.com-content-article__body table {
    width: 100% !important;
    margin: 30px 0 20px 0;
}

.com-content-article__body tbody {
    border: none;
    background: #ffe4a6;
    text-align: center;
}

.com-content-article__body tr:nth-child(1) {
    background: #3984ce;
    color: #fff;
}

.com-content-article__body td {
    padding: 12px 0;
    border: 4px solid #fff;
}

.moduletable.lenta h3,
.moduletable.last-news h3,
.moduletable.yandex h3,
.moduletable.sport h3,
.moduletable.pop h3 {
    margin: 0 0 25px 0;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    letter-spacing: .05rem;
    color: #27629F;
}

.moduletable.lenta {
    width: 100%;
    height: auto;
    background-image: linear-gradient(120deg, #e7e7e7 0%, #fbf7f7 100%);
    padding: 30px 3% 0 3%;
    margin: 0 0 40px 0;
    border-radius: 10px;
}

/*.moduletable.lenta h1:after,..moduletable.lenta h1:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
      background-color:#f8f8f8;
}*/
.mod-articlesnews.newsflash {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mod-articlesnews__item {
    width: 31.3333333%;
    height: auto;
    margin: 0 3% 40px 0;
}

.mod-articlesnews__item:nth-child(3),
.mod-articlesnews__item:nth-child(6) {
    margin: 0 0 40px 0;
}

figure.newsflash-image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

figure.newsflash-image:before {
    content: "";
    display: block;
    padding-top: 60%;
}

figure.newsflash-image .newsflash {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 0 0 0 0;
    overflow: hidden;
    border: solid 3px #fafafa;
}

figure.newsflash-image .newsflash img {
    width: 100%;
    height: auto;
}

h4.newsflash-title {
    padding: 20px 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}

h4.newsflash-title a {
    color: #1f4f7e;
}

.mod-articlesnews__item p {
    font-size: 1.1rem;

}

.modules-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    margin: 0 0 40px 0;
}

.modules-block .mod-banners {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.modules-block .mod-banners img {
    width: 100%;
    height: auto;
}

.moduletable.yandex {
    width: 100%;
    height: auto;
}

.mod-custom.custom {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.moduletable.yandex h3,
.moduletable.pop h3 {
    font-size: 1.6rem;
}

.moduletable.pop {
    width: 100%;
    height: auto;
}

.moduletable.pop ul {
    width: 100%;
    height: auto;
    background-image: linear-gradient(120deg, #fafafa 0%, #faf5f5 100%);
    padding: 40px 20px 28px 45px;
    margin: 0 0 0 0;
    border-radius: 10px;
    font-size: 1.2rem;
    border: 1px solid #f0f0f0;
}

.moduletable.pop ul li {
    padding: 0 0 12px 0;
}

.moduletable.pop ul li a {
    color: #1f4f7e;
}

footer {
    width: 100%;
    height: auto;
    background: rgb(50, 128, 205);
    background: linear-gradient(90deg, rgba(50, 128, 205, 1) 0%, rgba(39, 98, 159, 1) 35%, rgba(39, 98, 159, 1) 65%, rgba(50, 128, 205, 1) 100%);
    overflow: hidden;
}

.f-centr {
    max-width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 0;
    color: #fff;
}

.f-centr a {
    color: #fef550;
}

.f-centr span {
    display: block;
    padding-bottom: 12px;
}

.f-left {
    width: 50%;
    height: auto;
    float: left;
}

.f-right {
    width: 50%;
    height: auto;
    float: left;
}

.f-right ul {
    width: 100%;
    height: auto;
    float: right;
    margin: 0;
    text-align: right;
    list-style-type: none;
}

.f-right ul li {
    display: inline-block;
    margin-left: 20px;
}

.moduletable.last-news {
    width: 100%;
    height: auto;
    /*background: #f4f9ff;*/
    background-image: linear-gradient(120deg, #ebebeb 0%, #fdfbfb 100%);
    padding: 30px 5px 0 5px;
    margin: 0 0 40px 0;
}

.jt-author-date {
    padding: 0 0 10px 0;
    font-size: 90%;
    color: #696969;
}

.moduletable.sport {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    background-image: linear-gradient(to top, #ebebeb 0%, #ffffff 100%);
    padding: 30px 0 0 0;
    border-radius: 10px;
}

.moduletable.sport ul {
    list-style-type: none;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.moduletable.sport ul li {
    display: inline-block;
    padding: 10px 25px 14px 25px;
    margin: 0 15px 20px 15px;
    border-radius: 15px;
    box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.02);
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}

.moduletable.sport ul li img {
    margin: 0 10px -6px 0;
}

.moduletable.sport ul li:nth-child(odd) {
    background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
}

.com-finder.finder {
    margin-bottom: 40px;
}

.com-finder__form {
    width: 100%;
    height: auto;
}

.com-finder__search.word.mb-3,
.com-finder__advanced.js-finder-advanced.collapse {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    border: 1px solid #ebedee;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
}

.com-finder__search-legend,
.com-finder__search-advanced {
    display: none;
}

.com-finder__search.word.mb-3 .form-inline {}

.com-finder__search.word.mb-3 .form-inline label {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
}

input.js-finder-search-query.form-control {
    width: 80%;
    height: 50px;
    margin: 0 10% 30px 10%;
    border: 1px solid #ebeced;
    font-size: 1.6rem;
    padding: 0 2%;
    border-radius: 10px;
}

.com-finder__form button {
    padding: 10px 30px;
    margin: 0 10px 20px 10px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    background: linear-gradient(90deg, rgba(50, 128, 205, 1) 0%, rgba(39, 98, 159, 1) 35%, rgba(39, 98, 159, 1) 65%, rgba(50, 128, 205, 1) 100%);
}

.com-finder__form button:hover {
    background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
    cursor: pointer;
}

.com-finder__tips.card.card-outline-secondary.mb-3 {
    display: none;
}

caption.visually-hidden {
    display: none;
}

.com-content-category__articles table {
    width: 100%;
    text-align: left;
}

.com-content-category__articles tbody {
    border: none;
    font-size: 1.2rem;
}

/*.com-content-article__body tr:nth-child(1) {
    background: #3984ce;
    color: #fff;
}*/
.com-content-category__articles tr {
    padding: 12px 0;
    border: 4px solid #fff;
    background: #ffe4a6;
}

.com-content-category__articles tr th {
    padding: 16px 20px;
    border-bottom: 6px solid #fff;
}

.com-content-article__links.content-links {
    width: 100%;
    height: auto;
}

ul.com-content-article__links.content-list {
    width: 100%;
    height: auto;
    font-size: 1.3rem;
    list-style-type: none;
}

ul.com-content-article__links.content-list li {
    padding: 16px 20px 16px 55px;
    margin-bottom: 6px;
    background-color: #eaeaea;
    font-weight: 500;
    background-image: url('/templates/fsocentr/images/word.png');
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
}

/* PAGINATION STYLES (JOOMLA 4) */
.com-content-category-blog__navigation.w-100 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.com-content-category-blog__counter.counter {
    text-align: center;
    padding-bottom: 10px;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 1rem;
    display: block;
    position: relative;
    padding: 8px 12px;
    margin: 5px
}

.page-link:hover {
    border-color: #dee2e6
}

.page-link:focus,
.page-link:hover {
    background-color: #e8e8e8
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    background-color: #2a69b7;
    border-color: #2a69b7;
    color: #fff
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: lightgray;
    pointer-events: none
}

.page-item:first-child .page-link {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.icon-angle-left:before {
    content: "<"
}

.icon-angle-right:before {
    content: ">"
}

.icon-angle-double-left:before {
    content: "<<"
}

.icon-angle-double-right:before {
    content: ">>"
}

/*---Shared----*/
.ya-share2.ya-share2_inited {
    text-align: center;
}

.metrika {
    width: 100%;
    text-align: right;
    padding-top: 40px;
}

.com-tags-tag.tag-category .com-tags__items {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

ul.com-tags-tag__category.category.list-group {
    margin: 40px 0 0 0;
    list-style-type: none;
}

ul.com-tags-tag__category.category.list-group li {
    background-color: #f9f9f9;
}

ul.com-tags-tag__category.category.list-group li:nth-child(2n+1) {
    background-color: #ffe7b5;
}

ul.com-tags-tag__category.category.list-group li h3 {
    font-weight: 500;
    font-size: 1.3rem;
    padding: 15px 20px;
    margin-bottom: 4px;
}

.slide-desc-text-default {
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
}

@media only screen and (max-width: 660px) {
    .djslider-default img.dj-image {
        display: block !important;
        height: 100% !important;
    }
}