@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSans-Regular.woff) format("woff");
    font-weight: 400;
}

@font-face {
    font-family: 'Noto Sans';
    src: url(../fonts/NotoSans-Bold.woff) format("woff");
    font-weight: 700;    
}

@font-face {
    font-family: 'Noto Sans Italic';
    src: url(../fonts/NotoSans-Italic.woff) format("woff");
}

@font-face {
    font-family: 'Noto Serif';
    src: url(../fonts/NotoSerif-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Noto Serif Bold';
    src: url(../fonts/NotoSerif-Bold.woff) format("woff");
}

/* ----------------------
        PUBLIC
------------------------- */

* {font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif; }

.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-23 {
    font-size: 23px;
}
.ff-text-header {
    font-family: "Noto Serif", "Times New Roman", Georgia, serif;
}
.ff-block-header {
    font-family: "Noto Sans",Arial,Verdana,Helvetica,sans-serif;
}
.text-header{
    color: #3784c4;
}
.news-body{
    color: #000;
    font-size: 17px;
    line-height: 27.9667px;
    letter-spacing: .0085em;
}

.block-header {
    background-color: #5aa2de;
    color: #fff;
    text-decoration: none;
}

h2.block-header,
h1.block-header ,
.block-header h1,
.block-header h2 {
    padding: 4px 8px;
    letter-spacing: 1.85px;
    line-height: 24px;
    font-size: 15px;
    margin-top: 16px;
}

a.block-header:hover{
    color: #d4e7f7;
}
a.block-header:hover{
    color: #d4e7f7;
}

a.text-header {
    text-decoration: none;
}

.color-main {
    color: #3f9ae6;
}

a.color-main:hover {
    color: #4c4c4c;
}

.bg_blue {
    background-color: #457ade;
    color: #e9f9ff;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
}

.bg_first {
    position: relative;
    padding-right: 30px;
}
.bg_first:after {
    border-top-color:#457ade;
    border-right-color:#3f9ae6;
    top:0;
    right:0px;
    position: absolute;
    content: " ";
    display: block;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top-width: 30px;
    border-right-width: 30px;    
}

.bg_cian {
    background-color: #3f9ae6;
    position: relative;
    padding-right: 30px;
}
.bg_cian::after {
    border-top-color:#3f9ae6;
    border-right-color:#5fd3fb;
    top:0;
    right:0px;
    position: absolute;
    content: " ";
    display: block;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top-width: 30px;
    border-right-width: 30px;
}

.bg_cian a {
    color: #fff;
    text-decoration: none;
}

.bg_last {
    background-color: #3f9ae6;
    position: relative;   
    padding-right: 30px;
}
.bg_last::after {
    border-top-color:#3f9ae6;
    border-right-color:#457ade;
    top:0;
    right:0px;
    position: absolute;
    content: " ";
    display: block;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top-width: 30px;
    border-right-width: 30px;
}

.bg_aqua_last {
    background-color: #5fd3fb;
    position: relative;
    padding-right: 30px;    
}
.bg_aqua_last:after {
    border-top-color:#5fd3fb;
    border-right-color:#457ade;
    top:0;
    right:0px;
    position: absolute;
    content: " ";
    display: block;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top-width: 30px;
    border-right-width: 30px;
}


.bg_aqua {
    background-color: #5fd3fb;
    position: relative;
    padding-right: 55px;
}
.bg_aqua:after {
    border-top-color:#5fd3fb00;
    border-right-color:#3f9ae6;
    top:0;
    right:0px;
    position: absolute;
    content: " ";
    display: block;
    border-style: solid;
    border-left: none;
    border-bottom: none;
    border-top-width: 30px;
    border-right-width: 30px;
}

.color-vk {
    color: #45668e;
}

.color-telegram {
    color: #38a6db;
}

.color-facebook {
    color: #3b5998;
}

.color-odnoklassniki {
    color: #ed812b;
}

.color-twitter {
    color: #1da1f2;
}

.weather {
    color: #e9f9ff;
    text-decoration: underline;
 }

.weather:hover {
    color: #2270b0;
    text-decoration: none;
}

.money {
    padding-left: 20px;
}

.pillow_vk {
    font-size: 14px;
    background: #45668e;
    position: relative;
    height: 22px;
}

.pillow_vk::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #45668e; 
    border-bottom: 11px solid #45668e; 
}
.pillow_vk::after {
    content: ''; 
    position: absolute;
    right: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-left: 11px solid #45668e; 
    border-top: 11px solid #45668e; 
}  

.pillow_telegram {
    font-size: 14px;
    background: #38a6db;
    position: relative;
    height: 22px;
}

.pillow_telegram::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #38a6db; 
    border-bottom: 11px solid #38a6db; 
}
.pillow_telegram::after {
    content: ''; 
    position: absolute;
    right: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-left: 11px solid #38a6db; 
    border-top: 11px solid #38a6db; 
}  

.pillow_facebook {
    font-size: 14px;
    height: 22px;
    background: #3b5998;
    position: relative;
}
.pillow_facebook::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #3b5998; 
    border-bottom: 11px solid #3b5998; 
}
.pillow_facebook::after {
    content: ''; 
    position: absolute;
    right: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-left: 11px solid #3b5998; 
    border-top: 11px solid #3b5998; 
}  

.pillow_odnoklassniki {
    font-size: 14px;
    background: #ed812b;
    position: relative;
    height: 22px;
}
.pillow_odnoklassniki::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #ed812b; 
    border-bottom: 11px solid #ed812b; 
}
.pillow_odnoklassniki::after {
    content: ''; 
    position: absolute;
    right: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-left: 11px solid #ed812b; 
    border-top: 11px solid #ed812b; 
}  

.pillow_youtube {
    font-size: 14px;
    background: #FF0000; ;
    position: relative;
    height: 22px;
}

.pillow_youtube::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #FF0000; 
    border-bottom: 11px solid #FF0000; ; 
}
.pillow_youtube::after {
    content: ''; 
    position: absolute;
    right: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-left: 11px solid #FF0000; ; 
    border-top: 11px solid #FF0000; ; 
}  

.pillow_rss {
    background: #f9800c;
    position: relative;
    height: 22px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    color: white;
    margin-right: 5px;
    margin-left: 5px;
}
.pillow_rss::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #f9800c; 
    border-bottom: 11px solid #f9800c; 
}
.pillow_rss::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 0px;
    border: 11px solid transparent;
    border-left: 11px solid #f9800c;
    border-top: 11px solid #f9800c;
    z-index: 100;
}

.pillow_white {
    background: #fff;
    position: relative;
    height: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    color: #000;
    margin-right: 24px;
    margin-left: 5px;
}
.pillow_white::before {
    content: ''; 
    position: absolute;
    left: -22px; 
    top: 0px;
    border: 11px solid transparent; 
    border-right: 11px solid #fff; 
    border-bottom: 11px solid #fff; 
}
.pillow_white::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 0px;
    border: 11px solid transparent;
    border-left: 11px solid #fff;
    border-top: 11px solid #fff;
    /* z-index: 100; */
} 

/* ----------------------
        NEWS
------------------------- */
.column1 {background-color: #5fd3fb;}
.column2 {background-color: darkgray;}
.column3 {background-color: yellowgreen;}

.header {
    background-color: #5aa2de;
    color: #fff;
    padding: 4px 8px;
    letter-spacing: 1.85px;
    line-height: 24px;
    font-size: 15px;
    margin-top: 16px;
}

.header.gray {
    background-color: #888;
}

.header a, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
}

.header a:hover {
    color: #d4e7f7;
}

.main_news {
    border-bottom: 1px solid #e2e6eb;
    margin-top: 6px;
    padding-bottom: 8px;
}

.news .published {
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.pagination {
    font-size: 13px;
}

.pagination .page-item .page-link {
    border-radius: 0;
}

/*
.mediacard {
    border-bottom: 1px solid #e4e4e4; 
}
*/

.main .mediacard .position_relative .position_absolute.h-100.overflow-hidden::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    /* background-color: hsla(0,0%,100%,.5); */
    background-image: linear-gradient(0deg,#fff,hsla(0,0%,100%,.75),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
    content: "";
}

.main .mediacard .position_relative .position_absolute.h-100.overflow-hidden:hover::after {
    display: none;
}

.main .mediacard .position_relative .position_absolute.h-100.overflow-hidden:hover {
    z-index: 1000;
    overflow: visible !important;
}

.main .mediacard .position_relative .position_absolute.h-100.overflow-hidden:hover h3 {
    background-color: white;
}

.main .mediacard .position_relative .position_absolute.h-100.overflow-hidden:hover p {
    background-color: white;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #45668e; */
}

.main .mediacard .horizontal_line {
    background-color: #e4e4e4;
    height: 1px;
}

.radio audio {
    width: 100%;
}

.review hr, .news hr {
    margin-top: 0.3rem;
}

.date-changer {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #747474;
}

.review .category {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 4px 6px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    letter-spacing: 0rem;
}

.review .category a {
    color: #909090;
    text-decoration: none;
}

.mediacard.review h3 {
    margin: 0 0 8px 0;
    padding: 0;
    letter-spacing: -0.9px;
}

.review .category a:hover {
    text-decoration: none; 
}

/*
.review h3 a {
    font-size: 20px;
    color: #3f9ae6;
}

.review h3 a:hover {
    font-size: 20px;
    color: #6b6b6b;
}
*/
.position_relative {
    position: relative;
}

.position_absolute {
    position: absolute;
}

@media screen and (max-width: 992px) {
    .position_absolute {
        position: inherit;
    }
    .position_relative {
        position: inherit;
    }    
    .main .mediacard .position_relative .position_absolute.h-100.overflow-hidden:hover p {
        padding-bottom: 0px;
    }    
    .mediacard img {
        margin-bottom: 15px;
    }
    .main .mediacard .position_relative .position_absolute.h-100.overflow-hidden::after {
        background-image: none;
    }    
}

.widget h3 {
    line-height: 1rem;
}

.widget h3 a {
    font-size: 13px;
    display: inline;
    border-bottom: 1px solid #c3c3c3;
    color: #696969;    
    text-decoration: none;
}

.widget h3 a:hover {
    border-bottom: 1px solid #e2e2e2;
    color: #2677bd;
    text-decoration: none;    
}

.widget h3 i {
    font-size: 13px;
}


.widget .date {
    color: #999;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 4px;
}

.widget h3 a.special_selector {
    padding: 1px 0;
    padding: .1rem 0;
    font-family: 'Noto Serif',Times New Roman,Georgia,serif;
    color: #488ecc;
    font-size: 15px;
}

.widget h3 a:hover.special_selector {
    color: rgb(89, 103, 107);
    border: none;
}

.widget.feedback small {
    font-size: 13px;
    font-family: 'Noto Sans',Arial,Verdana,Helvetica,sans-serif;
    color: #999;
    line-height: 18px;    
}

.widget.feedback label {
    font-size: 14px;
    color: #777;
    font-weight: 100;
    font-family: 'Noto Sans',Arial,Verdana,Helvetica,sans-serif;
}

.widget.feedback .siberia {
    color: #fff;
    background-color: #457ade;
    border-radius: 0;
}

.widget.feedback .form-check-input:checked {
    background-color: #457ade;
    border-color: #457ade;
}

.widget.feedback .siberia.btn {
    color: #868686;
    border: 1px solid #d6d6d6;
    background: #e8e8e8;
}

.widget.feedback .siberia.btn:hover {
    color: #969696;
    background-color: #dcdcdc;
}

.widget.feedback .form-control {
    padding: 0.175rem 0.75rem;
    margin-bottom: 0.5rem;
}

.widget.feedback .form-control::placeholder {
    color: #6c757d99;
}

.people_widget h3 a {
    font-family: 'Noto Sans', Arial, Verdana, Helvetica, sans-serif;
    color: #090909;
}

.form-control {
    border-radius: 0;
}

/* people */

.people_widget .status {
    font-size: 12px;
    color: #999;
}

.people_widget .text {
    font-size: 12px;
}

.people_widget .text a {
     color: rgb(72, 142, 204);
     text-decoration: none;
     
}

.people_widget .text a:hover {
    color: rgb(107, 107, 107);
}

.people_widget .contacts {
    color: rgb(119, 119, 119);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.people_widget .contacts span {
    display: inline-block;
}

/* d-inline-block pe-2 pb-2 */


.main .detail h1, 
.main .detail h2 {
    font-family: 'Noto Serif', 'Times New Roman', Georgia, serif;
}

.main .detail h1 {
    line-height: 39px;
}

.main .detail h1 a {
    color: #2276be;
    font-family: 'Noto Serif','Times New Roman',Georgia,serif;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.9px;
    text-decoration: none;
}

.main .detail h1 a:hover {
    text-decoration: none;
    color: #323232;
    border-bottom: 1px solid #a1a1a1;
}

.main .detail .date {
    color: #ababab;
    font-size: 16px;
    line-height: 1.7;
    text-transform: lowercase;
}

.main .detail .lead_detail {
    font-size: 16px;
}

.main .detail .lead_detail p {
    color: rgb(138, 138, 138);
    font-size: 16px;
}

.main .detail .lead_detail .read_more {
    padding: 0;
}

/* Основной текст */

.body img {
    width: 100%;
    height: auto;
}

.body .img-thumbnail {
    padding: 0;
    border-radius: 0rem;
}

.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
    font-family: 'Noto Serif','Times New Roman',Georgia,serif;
    padding-top: 10px;
    padding-bottom: 10px;
}

.body h1 {
    font-weight: 400;
    font-size: 39px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body h3 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body h4 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body h5 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body h6 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.body p {
    color: #000;
    font-size: 17px;
    line-height: 27.9667px;
    letter-spacing: .0085em;
}

.body p img {
    padding: 0;
    border-radius: 0rem;
    max-width: 100%;
}

.body ul li {
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}

.body blockquote {
    position: relative;
    margin: 16px 19px 16px 16px;
    margin: 1.6rem 1.9rem 1.6rem 1.6rem;
    padding: 8px 24px;
    font-family: 'Noto Sans Italic',Arial,Verdana,Helvetica,sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.45;
    font-style: italic;
    text-indent: 0;
    background: #f9f9f9;
    color: #444;
}

.body blockquote p,
.body blockquote p span {
    color: #444;
}

.body blockquote:after {
    content: "”";
    top: 100%;
    right: 10px;
}

.body blockquote:before {
    content: "“";
    top: 2px;
    left: 0;
}

.body blockquote:after,
.body blockquote:before {
    position: absolute;
    font-family: 'Noto Serif Bold',Arial,Verdana,Helvetica,sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: .4;
    color: #909090;
}

.body code {
    color: #5aa2de;
}

.body p a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #5aa2de;
    text-decoration-line: none;
}

.body p a:hover {
	background: #5aa2de;
	color: #fff;
}

.body ul li a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #5aa2de;
    text-decoration-line: none;
}

.body ul li a:hover {
    background: #0174BD;
    color: #fff;
}

.body ol li a {
    color: #000;
    box-shadow: 0px 1px 0px 0px #0174BD;
    text-decoration-line: none;
}

.body ol li a:hover {
    background: #0174BD;
    color: #fff;
}

.body td {
    vertical-align: top;
}

.body .photo-author {
	font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    color: #888;
    font-weight: 400;
}

.body .ratio-16x9 {
    --bs-aspect-ratio: 0;
}
.body .ratio>* {
    position: relative;
}

.body .ratio.ratio-16x9 iframe {
    width: 100%;
    height: 580px;
}

/* Основной текст */

.crumbs {
    color: #3b5998;
}

h2.crumbs  {
    display: contents;
    letter-spacing: 0rem;
    box-sizing: border-box;
    color: rgb(59, 89, 152);
    font-family: "Noto Sans", Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
}


.crumbs a {
    color: #488ecc;
    text-decoration: underline;
}

.crumbs a:hover {
    color: #3b5998;
    text-decoration: none;
}


.lead .date {
    line-height: 13px;
    color: rgb(125, 125, 125);
}

.lead .date .year {
    font-size: 16px;
    color: rgb(125, 125, 125);
    padding-left: 10px;
}

.lead .date .hour {
    font-size: 15px;
    color: rgb(138, 138, 138);    
}

.lead .authors span {
    font-size: 15px;
    color: rgb(125, 125, 125);
}

.lead .authors span a {
    font-size: 15px;
    color: #488ecc;
    text-decoration: none;
}

.lead .authors span a:hover {
    color: #6b6b6b;
}

.lead .authors .ava {
    height: 20px;
    width: 20px;
}

.address {
    text-align: right;
    color: #636363;
}

.border_right {
    border-right: 0.1rem solid #cbcbcb;
}

.white_color {
    color: white;
}

.white_color a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #e1e9ec;
    text-transform: uppercase;
    transition: all .25s ease-in;    
}

.white_color a:hover {
    border-bottom: 1px solid #5fd3fb;
}

.orphus {
    color: #486e9e;   
}

.orphus .button {
    color: #fff;   
    border: 1px solid #fff;
    margin-left: 6px;
    margin-right: 6px;
    padding: 3px;
}

.pillow_white .weather {
    color: #000;
    font-size: 12px;
    display: inline-flex;
    padding-right: 0px;
    text-decoration: none;
}

.pillow_white a {
    color: #000;
    padding-right: 5px;
    font-size: 12px;
    text-decoration: none;
}

.pillow_white img {
    width: 17px;
    height: auto;
}

.page-item {
    padding-top: 20px;
    padding-bottom: 0px;
}

.page-item.active .page-link {
    border-color: #457ade;
    background-color:#3f9ae6;
    color: #fff;
}

.page-item.active .page-link:hover {
    border-color: #457ade;
    background-color:#457ade;
}


.page-item .page-link:hover {
    background-color: #e1e9ec;
}

.page-item .page-link {
    color: #3f9ae6;
}


/* Иконки для карточек */

.icon-circle:before {
    display: inline-block;
    position:absolute;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #0174BD;
    top: 25px;
    left: 25px;
    transform: translate(-50%, -50%);
    opacity:95%;
}

.icon-circle.bolt:after {
    display: inline-block;
    position:absolute;
    content: '\f0e7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
    color: white;
    top: 25px;
    left: 25px;
    transform: translate(-50%, -54%);
    opacity:95%;
}

.related-news .card-header, .promo-block .card-header {
    padding: 0.2rem 0.5rem;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.related-news .card-header h2 {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1rem;
    font-size: 14px;
}

.related-news .card.external {
    border-radius: 0;
    border-top: 2px solid #5aa2de;
}

.related-news .card-header {
    background: #ededed;
    color: gray;
}


.related-news .card.internal {
    border: none;
}

.related-news .card.internal .card-title {
    line-height: 1;
}

.related-news .card.internal h3.card-title {
    line-height: 0.8rem;
}


.related-news a {
    color: #676767;
    font-size: 13px;
    border-bottom: 1px solid #dcdcdc;
}

.related-news a:hover {
    color: #4786bd;
    border-color: #f1f1f1;
}

.related-news i {
    font-size: 13px;
}

.promo-block .card {
    border-radius: 0;
}

.promo-block .card, .related-news .card.bg-aqua {
    border-radius: 0;
    border-color: 2px solid #5fd3fb;
}

.promo-block .card.bg-aqua .card-header{
    background-color: #5fd3fb;
    color: white;
}

.promo-block .card a {
    color: #488ecc;
    text-decoration: none;
    text-transform: uppercase;
}

.promo-block .card a:hover {
    color: #6b6b6b;
}

.promo-old-school {
    animation-name: c;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    padding: 13px 11px;
    font-size: 15px;
    color: #696969;
    background: #f1f1f1;
    box-shadow: inset 0 5px 8px -4px rgba(25,25,25,0.2);
    transform-origin: 0 0;
}

.promo-old-school a:hover {
    color: #6b6b6b;
}

.promo-old-school a{
    color: #488ecc;
}

.promo-old-school .ani {
    margin: 0 .3rem -.5rem 0;
    /* animation-name: d; */
    animation-delay: 3s;
    animation-duration: 1s;
    /* animation-timing-function: ease-in-out; */
    /* animation-iteration-count: infinite; */
}

.search-snippet b {
    /* color:rgb(72, 142, 204); */
    background: #cadff0;
    color: #6f6f6f;    
}

/* Баннеры */
.banner-container img {
    max-width: 100%;
    height: auto;
}

.carousel-control-prev[type=button], .carousel-control-next[type=button]{
    -webkit-appearance: auto;
}

/* Новости от SMI2 */
.list-container-item a {
    font-family: "Noto Serif", "Times New Roman", Georgia, serif;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 100;
    letter-spacing: .01em;
    color: #000;
    overflow: hidden;
    text-align: left;
}

.auto-carousel .carousel-caption {
  background-color: #00000088;
}

form.post_feedback {

}
.btn.archive-search{
    padding: 5px 15px;
    background-color: #5aa2de;
    border: none;
    color:white;
    border-radius: 0;
}
.search-date{
    background-color: #f0f0f0;
    padding: 0.3rem 0.5rem;
    font-size: 14px;
}
.search-results span {
    font-size: 12px;
}
.search-results a {
    font-size: 14px;
    text-decoration: none;
    color: #488ecc;
}

.tags-cloud {
    text-align: justify;
    overflow-wrap: anywhere;
}

.tags-cloud h3 {
    margin: 0;
    padding: 0;
}

.tags-cloud a {
    font-size: 16px;
}

.tags-cloud .tag1{
    font-size: 10px;
    text-decoration: none;
}

.tags-cloud .tag2{
    font-size: 11px;
    text-decoration: none;
}

.tags-cloud .tag3{
    font-size: 12px;
    text-decoration: none;
}

.tags-cloud .tag4{
    font-size: 13px;
    text-decoration: none;
}

.tags-cloud .tag5{
    font-size: 14px; 
    text-decoration: none; 
}
.tags-cloud .tag5{
    font-size: 16px;
    text-decoration: none;
}
.tags-cloud .tag6{
    font-size: 22px;
    text-decoration: none;
}

.all_photo .card-body a, .all_photo .card-text {
    color: #696969;
    font-size: 12px;
}
.all_photo .card-body a:hover{
    color: #2677bd;
}
.all_photo img{
    object-fit: cover;
    max-width: 100%;
}

.news p.img-description {
    font-size: 12px;
    color: #777;
}

.news span.img-description {
    font-size: 12px;
    color: #777;
}
    .main-menu_3 .sib-menu .sib-menu-list {
        padding-left: 15px;
    }
    
    .main-menu_3 .sib-menu .sib-menu-list .sib-menu-item {
        padding-right: 10px;
        position: relative;
        white-space: nowrap;
    }
    .main-menu_3 .sib-menu .sib-menu-list .sib-menu-item::before {
        content: ''; 
        position: absolute;
        left: -14px; 
        bottom: 7px;
        border: 5px solid transparent; 
        border-right: 5px solid #5a98ce; 
        border-bottom: 5px solid #5a98ce; 
        transition: transform .25s; 
        
    }
    .main-menu_3 .sib-menu .sib-menu-list .sib-menu-item:hover::before {
        transform: scale(.8) translateY(1px) rotate(-45deg);
    }
    
    .main-menu_3 .sib-menu .sib-menu-list .sib-menu-item .sib-menu-link {
        color: #404040;
        padding-right: 9px;
        font-size: 15px;
        line-height: 1.5;
        transition: all .2s ease-in;
        text-decoration: none;
    }


    .news-xl h1.news_header {
        line-height: 1.1;
        color: #3a3a3a;
        font-size: 2rem;
        font-weight: 100;
    }
    .news-xl p img {
        max-width: 100%;
        height: auto;
    }
    .news-xl .carousel-caption h5 {
        color: #fff;
    }
    .news-xl .tags {
        line-height: 1.4;
    }

    .news-xl .body img {
        margin-top: 1rem;
    }
    .news-xl p.img-description:empty:after {
        content: "\200b";
      }




    .user_sm h2 {
        padding: 0;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }


    .main-menu_2 .main_menu {
        display: inline-block;
        margin: 0 0 0 0;
        padding: 1px 6px;
        font-size: 14px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        padding: 6px 8px 4px;
        font-family: Arial,'Noto Sans',sans-serif;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        background: #f9f9f9;
        margin-right: 4px;
        border-radius: 0;
    }
    
    .main-menu_2 .main_menu a {
        color: #7b7b7b;
        text-decoration: none;
        cursor: pointer;
    }

    .main-menu_2 .main_menu.admin {
        border: 1px solid #db0202;
        background: #ff2f2f;
    }

    .main-menu_2 .search_input {
        color: #457ade;
        height: 26px;
        
    }
    .main-menu_2 .search_button {
        color: #457ade;
        border-color: #457ade;
        height: 26px;
        line-height: 0px;
        border-radius: 0;
    }
    .main-menu_2 .search_button:hover {
        background-color: #457ade;
        color: white;
    }
    .main-menu_2 .search_button:active {
        background-color: #457ade;
        color: white;
        box-shadow: #3f9ae6 0px 0px 0px 4px;
    }
    .main-menu_2 .header_logo .header_logo_subdomain {
        float: left;
        display: block;
        margin: 0;
        text-transform: uppercase;
        font-size: 10px;
        line-height: 14px;
        color: #5f5f5f;
        letter-spacing: 4px;
        font-family: Verdana, 'Noto Sans', sans-serif;
    }


	.main .footer p {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 12px;
		font-family: Arial, Verdana, sans-serif;
		color: rgb(107, 107, 107);
	}
	
	.main .footer {
		margin-bottom: 10px;
	}
	


    .news-xs {
        border-bottom: 1px solid #e2e6eb;
    }
    .news-xs h3 {
        line-height: 1.28;
    }
    .news-xs h3 a.text-header {
        color: #4c4c4c;
    }
    .news-xs h3 a.text-header:hover {
        color: #3f9ae6;
    }





    .user_xl h2 {
        padding: 0;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }


    .card.user_lg{
        border-radius: 10px;
    }
    .card.user_lg img{
        border-radius: 10px 10px 0 0 ;
    }


    .media_md h2 {
        padding: 0;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.6px;
    }


    .news-sm h3 {
        line-height: 1.28;
    }
    .news-sm a.text-header {
        color: #4c4c4c;
    }
    .news-sm a.text-header:hover {
        color: #3f9ae6;
    }
    .news-sm .lead {
        color: #999;
    }


    .news-lg .category {
        border-color:#3f9ae6;        
    }
    .news-lg .category .color-main {
        color:#3f9ae6;
    }


    .bg-category{
        background-color:#22589D;
    }


    .news-md h2 {
        text-shadow: 1px 1px 4px rgb(0 0 0 / 80%);
        line-height: 1.2;
        letter-spacing: 0rem;
    }
    .news-md .overlay-header {
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,0.4);
    }
    .news-md .overlay-header a, .news-md .overlay-header i {
        color: white;
    }
    .news-md h2 {
        font-size: 23px;
    }
    .h2 .news-md h2 {
        font-size: 16px;
    }

