﻿.clearfix{
	overflow: auto; 
	width: 100%;
}
img, video, audio{
	max-width:100% ;
}
iframe{
	width:100%;
	max-width:100% !important;
	aspect-ratio: 4 / 3!important;
}
.bg-parallax iframe{
//	max-width:unset !important;
}
.ImgBlock{
    position: relative;
    width: 100%;    
     overflow:hidden;
}
.ImgBlock::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.ImgBlock img, .ImgBlock .div_img{
     width:100%;
     height:auto;
    position: absolute;
    top: 0;
    left: 0;
     min-height:100%;
}
.fa-eye{
	margin-left: 1rem;
}
.card{
	/*border:1px solid #aaa;*/
}


.Img_format_1_1 .ImgBlock::before {
    padding-top: 100%;
}
.Img_format_16_9 .ImgBlock::before {
    padding-top: 56%;
}
.Img_format_3_4 .ImgBlock::before {
    padding-top: 133%;
}

.ImgVert{
    position: relative;
    height: 100%;    
     overflow:hidden;
}
.ImgVert::before {
    content: "";
    display: block;
    padding-left: 68%;
}
.ImgVert img,.ImgVert .imgDiv{
     height:100%;
     width:auto;
    position: absolute;
    top: 0;
    left: 0;
     min-width:100%;
	 max-width:unset;
}
.format_3_4{
	height:22vw;
}


.item-responsive {
  position: relative; /* относительное позиционирование */
}
.item-responsive:before {
  display: block; /* отображать элемент как блок */
  content: ""; /* содержимое псевдоэлемента */
  width: 100%; /* ширина элемента */
}
.item-3by4 {
  padding-top: 133.33%; /* (9:16)*100% */
}
.item-4by3 {
  padding-top: 75%; /* (9:16)*100% */
}
.item-16by9 {
  padding-top: 56.25%; /* (9:16)*100% */
}
.item-9by16 {
  padding-top: 177.77%; /* (9:16)*100% */
}

.item-1by1 {
  padding-top: 100%; /* (9:16)*100% */
}
.item-responsive>.xcontent {
  position: absolute; /* абсолютное положение элемент */
  /* положение элемента */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
}  
.bg-parallax.item-responsive>.xcontent{
	background:initial !important;
}
 
 
 .video-bg {
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.video-bg__video {
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
    object-fit: cover;
	z-index:1;
	width: 100%;
}
.video-overlay {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.top-right-icons {
    top: 2%;
    position: absolute;
    right: 4%;
}

.newsbody:first-letter {
    font-size: 4em;
    font-weight: bold;
    display: block;
    float: left;
    margin: 0.04em 0.2em 0 0;
    color: #191a1f;
    line-height: 1;
}
.narrow .row2, .right_side .row2{
 /*   --bs-gutter-x: 1rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;*/
    margin-right: unset;
    margin-left: unset;
}
.narrow section, .right_side section{
	padding-top:unset;
}
.narrow .fa-clock{
	display:none;
}
.narrow h2, .narrow h4.card-title, .right_side h2, .right_side h4.card-title{
	font-size: revert;
	/*line-height: 1;*/		
}
.narrow .info{
	display:none;
}
.border-1 {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.navbar-brand .navbar-brand-item {
    height: 43px;
	display:none;
}
.navbar-sticky-on .navbar-brand .navbar-brand-item {
    height: 30px;
	display:block;
}
html[data-theme=dark] .navbar-brand .dark-mode-item {
    display: none;
}
.navbar-sticky-on  .navbar-brand .dark-mode-item {
    display: block;
}
.news_list .razdel_title{
	display:none;
}
@media (min-width: 1200px){
	.news_style_22 h4, .news_style_23 h4{
		font-size:1.2rem;
	}
}

/*===================Social=====================*/
.social-icons-1, .social-icons-4, .social-icons-5, .social-icons-6, .social-icons-7 {
    padding: 0;
    list-style: none;
    margin: 10px;
}
.social-icons-1 li, .social-icons-4 li, .social-icons-5 li, .social-icons-6 li, .social-icons-7 li {
    display: inline-block;
    position: relative;
    font-size: 24px;
	margin-bottom:1rem;
}
/**************Variant 1*************************/
.social-icons-1 i,
.social-icons-1 img {
    color: #fff;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 24px;
    height: 24px;
    text-align:center;
    transition: all 0.3s ease-out;
}
.social-icons-1 span {
    display: inline-block;
}
.social-icons-1 span:before {
    transform: scale(1);
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #337AB7, #2d6b9f);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease-out;
}
.social-icons-1 span:hover:before {
    transform: scale(0);
    transition: all 0.3s ease-in;
}
.social-icons-1 span:hover i,
.social-icons-1 span:hover img {
    transform: scale(1.8);
    color: #337AB7;
    transition: all 0.3s ease-in;
}
/*************** V.2 **********************/
.social-icons-5 a {
    text-decoration: none;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 6px;
    font-size: 26px;
    background: #337AB7;
    transition: border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
    transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
}
.social-icons-5 a img {
    width: 26px;
    height: 26px;
}
.social-icons-5 a i,
.social-icons-5 a img {
    transition: transform 0.4s linear 0s;
}
.social-icons-5 a:hover {
    transform: rotate(360deg);
    border-radius: 50%;
}
.social-icons-5 a:hover i,
.social-icons-5 a:hover img {
    transform: rotate(-360deg);
}
/****************** V 3 ********************/
.social-icons-6 a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    color: #337AB7;
    border: 2px solid #337AB7;
    transition: all 0.2s linear 0s;
}
.social-icons-6 a:after {
    content: "";
    display: block;
    width: 90%;
    height: 90%;
    top: -110%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #337AB7;
    border-radius: 50%;
}
.social-icons-6 a i,
.social-icons-6 a img {
    position: relative;
    z-index: 1;
}
.social-icons-6 a img {
    width: 26px;
    height: 26px;
}
.social-icons-6 a:hover {
    color: #fff;
}
.social-icons-6 a:hover:after {
    top: 5%;
    transition: all 0.2s linear 0s;
}
/******************** V 4 ***********************/
.social-icons-7 a {
    text-decoration: none;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 26px;
    overflow: hidden;
    position: relative;
    color: #337AB7;
    border: 2px solid #337AB7;
    transition: border-radius 0.2s linear 0s;
    transform: rotate(45deg);
}
.social-icons-7 a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-color: #337AB7;
}
.social-icons-7 a i,
.social-icons-7 a img {
    transition: transform 0.2s linear 0s;
    transform: rotate(-45deg);
    position: relative;
    z-index: 1;          
}
.social-icons-7 a img {
    width: 26px;
    height: 26px;
}
.social-icons-7 a:hover {
    border-radius: 0px;
    width: 50px;
    height: 50px;
    color: #FFF;
    margin: 5px 11px
}
.social-icons-7 a:hover:after {
    top: 0;
    transition: all 0.2s linear 0s;
}
/********************* V 5 *************************/
.social-icons-4 a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #efefef;
    position: relative;
    margin: 5px;
    text-align: center;
    box-shadow: 0 2px 6px #c1c1c1;
    font-size: 32px;
    color: #337AB7;
    transition: 0.5s;
}
.social-icons-4 a img {
    width: 32px;
    height: 32px;
    margin-top: 14px;
}
.social-icons-4 a i,
.social-icons-4 a img {
    z-index:2;
    position: relative;
    line-height: 60px;
}
.social-icons-4 a:hover {
    color: #fff;
}
.social-icons-4 a:after {
    content: '';
    display: block;
    position: absolute;
    background: #BFE2FF;
    border-radius: 100%;
    width: 0;
    height: 0;
    transition: 0.3s;
    top: 0;
    left: 50%;
}
.social-icons-4 a:hover:after {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    background: #337AB7;
}
/************ Конец блока соцсетей ***************/
@media (min-width: 1200px){
	h3.card-title{
		font-size: 1rem;
	}
}
.no_news_footer .card-podval, .no_section .SectionIndic, .no_info .card-text{
	display:none !important;
}
.no_dop_block .showall{
	display:none
}
blockquote{
	margin-left:3%;
	border-left:4px solid #aaa;
	padding-left:3%;
}




