@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {


	
 img#test_img {
	 max-width: 530px;
	  max-height: 398px;
min-height: 398px;
border-radius: 8px;
margin-top: -5px;
}

.resinfo {
	top: -360px;
}

.restest {
	top: -5px;
	position: relative;
	width: 100%;
	left: -25px;
}

  .articles {
    padding-bottom: 30px;
  }
  .articles__sl .swiper-slide {
    width: 25.1%;
  }
  
  .radio__name {
    font-size: 14px;
  }
  .uncos__name {
    font-size: 18px;
  }
  .uncos__date {
    font-size: 12px;
  }
  .content__box {
    padding-right: 0;
  }
  .content__data__txt {
    padding-left: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	


.news__big .news__img, .news__middle .news__img {
    height: 366px;
  }
.news__big .news__name, .news__middle .news__name{
    font-size: 24px;
  }
.news__big .news__info, .news__middle .news__info {
    font-size: 12px;
  }
.news__big .news__type, .news__middle .news__type {
    font-size: 12px;
  }

.news__item.news__middle img, .news__item img {
bottom: unset;height: 365px;
}



	 img#test_img {
	  max-width: 530px;
	  max-height: 398px;
min-height: 398px;
border-radius: 8px;
margin-top: -5px;
}
.resinfo {
	top: -350px;
}

.restest {
	top: 0px;
}	

.header__body.container {
	margin-top:0;
	margin-bottom: -10px;
	border: none;
	padding-bottom: 0;
	width: 1400px;
}	




  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

           
  }
  .header__banner {
    width: 100%;
  }
  .header__logo {
    padding: 5px 0;
  }
  .header__logo a {
    /* width: 332px; */
    /* height: 55px; */
  }

  .nav {
    width: 40%;
    z-index: 59;
    position: fixed;
    overflow-y: auto;
    background: #fff;
    top: 0;left: -100%;bottom: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .nav.open {
    left: 0;
  }
  .header .nav__list {
    width: 100%;
    padding: 50px 20px;
  }
  .header .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .header__search {
    border: 0;
    margin-left: 0;
    min-height: auto;
    width: 30px;height: 30px;
  }
  .header__search:hover {
    opacity: .6;
    background: none;
  }
  .header__search svg {
    fill: #353535;
    width: 100%;height: 100%;
  }
  .header__search svg:first-child {
    display: none;
  }
  .header__search svg:last-child {
    display: block;
  }
  .header__search:hover svg {
    fill: #353535;
  }
  .navbar-toggle {
    display: block;
  }
  .articles__sl {
    margin-top: 5px;
    border-top: 1px solid #626466;
  }
  .articles__sl .swiper-slide {
    width: 33.5%;
  }
  
  .uncos .box {
    padding: 0 15px;
  }
  .header_border {
    padding-bottom: 10px;
    border-bottom: 1px solid #bababa;
  }
  .content {
    /* margin: 20px 0; */
    padding: 15px 15px 0;
  }
  .content h1 {
    font-size: 22px;
  }
  .content__img img,
  .content__item__img img,
  .content__data__img img {
    width: 100%;
  }
  .content__box h3 {
    font-size: 18px;
    margin-top: 25px;
  }
  .content__text {
    margin-top: 5px;
  }
  .content__group__box {
    background: #f4f4f4;
    border-radius: 10px;
  }
  .content__group__box p {
    padding: 15px 10px;
  }
  .content__item__box {
    font-size: 18px;
  }
  .content__data__txt {
    margin-top: 30px;
    margin-left: -5px;margin-right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content__data__txt__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  .content__data__txt__item:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content__data__txt__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .content__data__txt__item:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content__signing {
    /* margin-top: 0; */
  }
  .same__img {
    height: 181px;
  }
}

@media only screen and (max-width : 992px) {
.header__logo {display: flex;flex-flow: wrap; }

.header__search {
	display: none;
}

 .header__logo a{
      order: 1;  /* у остальных flex-элементов order: 0; */
      width: 500px;
      height: 55px;
  }

.header__logo .header__select{
	order: 0;  /* у остальных flex-элементов order: 0; */
	top:0;
    margin-top: 15px;	 
    margin-left: 15px;	 
    margin-right: 15px;	 
	}

.header__nav {
	width: 100%;
	/* margin-top: -30px; */
	/* margin-bottom: 10px; */
	border: none;
}


}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

.hotblock {
  padding-top:10px;
  padding-bottom:10px;
  padding-left: 20px;
}

.hotblock ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding-top: 10px;
  padding-bottom:15px;
}

.hotblock ul>li {
  list-style: none;
  width: 50%;
  padding: 5px;
  font-size: 14px;
  margin-top: 10px;
}
/*
.hotblock ul>li:nth-child(5) {
  display: none;
   } 
*/

  
  img#test_img {
	  max-width: 420px;
	max-height: 315px;
min-height: 315px;
border-radius: 8px;
margin-top: -5px;
}

.resinfo {
	top: -9px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	left: -20px;
}

.restest {margin: auto 0;position: relative;color: currentcolor;/* padding: 0; */font-size: 22px;width: 100%;left: -20px;top: 5px;}
  
  .header__banner {
    /*display: none;*/
  }
.header__logo {display: flex;flex-flow: wrap;/* width: 29%; */}

.header__search {
	display: none;
}

 .header__logo a{
      order: 1;  /* у остальных flex-элементов order: 0; */
      width: 320px;
  }

.header__logo .header__select{
	order: 0;  /* у остальных flex-элементов order: 0; */
	
    
}


.header__logo .header__select select {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border-color: #F4F4F4;
    background: #F4F4F4;
    padding-right: 0;
    width: auto;
    padding-right: 10px;
    height: 25px;
    text-align: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align-last:center;
}

.header__select:after {
    top: 10px;
}


.header__nav {
	/* width: 100%; */
	 margin-top: 30px; 
	 margin-bottom: -40px; 
}


  .nav {
    width: 60%;
  }
  .articles {
    padding: 10px 0;
    margin-top: 10px;
    position: relative;
    border-top: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
  }
  .articles__sl {
    display: none;
  }


  .articles__sl__mob {
    display: block;
  }
  .articles__sl__mob .swiper-slide {
    width: 60%;
  }
  .articles__sl__mob .articles__link {
    color: #fff;
    height: 190px;
    padding: 15px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .articles__sl__mob .articles__link p {
    z-index: 1;
    position: relative;
  }
  .mob-hide {
    display: none !important;
  }
  .news {
    padding-top: 15px;
  }
  .news .row [class*='col'] {
    margin-bottom: 10px;
  }

.reclame {
    margin-bottom: 0px;
}


.news__big .news__img, .news__middle .news__img {
    height: 266px;
  }
.news__big .news__name, .news__middle .news__name{
    font-size: 18px;
  }
.news__big .news__info, .news__middle .news__info {
    font-size: 12px;
  }
.news__big .news__type, .news__middle .news__type {
    font-size: 12px;
  }

.news__item.news__middle img,.news__item img {
bottom: unset;height: 265px;
}

  .news__name {
    font-size: 20px;
  }
  .news__desc {
    font-size: 16px;
  }
  .news__type {
    font-size: 14px;
  }
  .uncos {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .uncos__item {
    padding: 10px 0;
  }
  .uncos__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .uncos__name {
    width: 94%;
    line-height: 1.2;
  }
  .uncos__date {
    width: 100%;
    margin: 5px 0 0 0;
    text-align: right;
  }

.signing__link {

  width: 36px;
  height: 36px;
}


.archives {
  margin-left: auto;
  padding-left: 0px;
  padding-right: unset;
}

.archive__item {
    width: 250px;
    margin: 0 auto;
 
}

.archive h4 {
    margin: 0 auto;
}
  

  
  .reclame__sl__mob .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;margin-right: 0;
  }
  .reclame__sl__mob .row .col-md-6 {
    padding: 0;
    margin-bottom: 0;
  }
  .hide-pc {
    display: block !important;
  }
  .news-2 {
    padding-top: 23px;
  }
  .publicity {
    padding: 15px 0 25px;
  }
  
  .postbanner {
	  padding: 10px 0 10px 0;
	 }
  
  
  .footer {
    padding: 10px 0 15px;
  }
  .footer__logo a {
    width: 366px;height: 60px;
  }
  .footer__signing {
    padding: 15px 0;
    margin-top: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .footer__signing .signing__title {
    display: block;
  }
  .footer__text {
    padding: 0;
    font-size: 14px;
    line-height: 1.25;
  }
  .content__info__item {
    display: block;
  }
  .content__info__item:first-child {
    margin-bottom: 5px;
  }
  .same__item {
    background: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .same__txt {
    margin-top: 0;
    padding: 15px 10px;
  }
  .same__img {
    height: 241px;
  }

.footer__nav .nav__item {
width:100%;/*
text-align:center;
  margin-left:auto;
  margin-right:auto;
  */
}



}

@media only screen and (max-width : 570px) {

img#test_img {
	max-width: 92%;
    border-radius: 8px;
    margin-top: -10px;
}

 



  .articles:after,
  .news__sl__box:after {
    z-index: 1;
    content: " ";
    width: 148px;
    position: absolute;
    pointer-events: none;
    top: 0;right: 0;bottom: 0;
    background: -o-linear-gradient(right, #fff 5%, rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, right top, left top, color-stop(5%, #fff), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, #fff 5%, rgba(0, 0, 0, 0));
  }
  .articles .container {
    padding-right: 0;
  }
  .articles__sl__mob .swiper-slide {
    width: 55%;
  }
  .articles__sl__mob .articles__link {
    height: 160px;
  }
  .reclame .container,
  .publicity .container {
    padding: 0;
  }
  
  .reclame .container a.reclame__item {
     margin-bottom: 0px; 
	}
  
  
  .news__sl__box:after {
    width: 148px;
    background: -o-linear-gradient(right, #000 5%, rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, right top, left top, color-stop(5%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to left, #000 5%, rgba(0, 0, 0, 0));
  }
  .content__group__box {
    margin-bottom: 15px;
  }
  .content__sl__reclame {
    display: block;
    margin-top: 30px;
  }
  .content__signing .signing__title {
    display: none;
  }
  .content__signing .signing__list {
    margin-left: 0;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	
	
img#test_img {
max-width: 290px;
    max-height: 220px;
    min-height: 200px;
    border-radius: 8px;
    margin-top: -5px;
}
	
	.header__logo .header__select{
  margin-top: 5px;	 
  margin-left: 5px;	 
     left: 0px;
}
	
  .header__top .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__top .signing__title {
    display: none;
  }
  .header__top .signing__list {
    margin-left: 0;
  }
  .signing__link {
    width: 21px;height: 21px;
  }
  .header__logo a {
    width: 180px;
    height: 35px;
  }
 
  .header__search {
    width: 21px;height: 21px;
  }
  .navbar-toggle {
    margin-left: 15px;
  }
  .navbar-toggle span {
    width: 25px;height: 2px;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-toggle.active span:first-child {
    top: 8px;
  }
  .navbar-toggle.active span:last-child {
    top: -8px;
  }
  .nav {
    width: 80%;
  }
  .articles {
    margin-top: 20px;
  }
  .articles__sl__mob .swiper-slide {
    width: 56%;
  }
  .articles__sl__mob .articles__link {
    height: 130px;
    font-size: 12px;
  }
  .news__img {
    height: 199px;
  }
   .news__name {
    font-size: 18px;
  }
  .news__desc {
    font-size: 15px;
  }
   .news__type {
    font-size: 12px;
  }
  .uncos__name {
    width: 90%;
  }
  .news__interview__top {
    font-size: 16px;
  }
  .news__interview__bot {
    font-size: 18px;
  }
  .news__sl__mob .swiper-slide {
    width: 60%;
  }
  .footer__signing .signing__title {
    display: none;
  }
  .content__data__txt__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .same__img {
    height: 201px;
  }
}

@media only screen and (max-width : 390px) {

.archives {
  margin: auto 0;
  padding-left: 0px;
  padding-right: unset;
}

.archive {
    float: none;
    margin: 0 auto;
     width: 100%; 
}

.archive__item {
    width: 220px;
    margin: 0 auto;
 
}

.archive h4 {
    margin: 0 auto;
}
  

  .news__sl__mob .swiper-slide {
    width: 80%;
  }
  .content__signing .signing__link {
    width: 17px;
    height: 17px;
  }
  .same__img {
    height: 169px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
.archives {
         padding-left: 0px; 
         padding-right: 0px; 
}
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
/*
#button_up {
	
bottom: 80px;
}
*/


.splash_banner .container {
    margin: 0;
    padding:0;
   
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
.splash_banner .container {
    margin: auto;
    padding:0;
    /* width: 100%; */
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  .container {
    width: 750px;
  }

  .postbanner .container {
    padding:0;
    margin:0;
	width: 660px;
  }

.splash_banner .container {
    margin: auto;
    padding:0;
  }
  
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {
    width: 970px;
	}

  .postbanner .container {
    padding:0;
    margin:0;
	width: 560px;
  }

.splash_banner .container {
    margin: auto;
    padding:0;
  }

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {
    width: 1150px;
  }

.postbanner .container {

	width: 760px;
  }

.splash_banner .container {
    margin: auto;
	/*padding-left: 15px;*/
	padding-left: 7px;
    padding-right: 21px;
	}


  
}



.swiper-slide:hover {
	text-shadow: 1px 1px 1px #484848;
	
}
