@media (min-width: 1035px) {

  .root .container
  {
    width: 1012px;
  }

  .root .container.content-page.briefly.briefly2 .body > .content
  {
    width: 75%;
  }

   .root .container.content-page.briefly.briefly2 .body .content.big-content
  {
    width: 100%;
  }

  .root .container.content-page.briefly.briefly2 .body .side-right
  {
    width: 25%;
  }

}

@media (max-width: 1035px){

  .root .editorial-column .text
  {
      font-size: 14px;
  }
  
  .root .carousel.carousel-for-block .carousel-control
  {
      width: 42px;  
      background-color: transparent;
  }
  .root .carousel.carousel-for-block .carousel-control.left
  {
    right: auto; 
    left: 5px;  
  }
  .root .carousel.carousel-for-block .carousel-control.right
  {
    left: auto;
    right: -20px; 
  }

  .root .carousel.carousel-for-block .carousel-control span
  {
      /*background-color: #DADADA;*/
      /*border: 1px solid #626262;*/
      border: 1px solid #8B8B8B;
       background-color: #DADADA;
  }

  .root .carousel.carousel-for-block .carousel-control span:after, 
  .root .carousel.carousel-for-block .carousel-control span:before
  {
      /*background-color: #626262;*/
       background-color: #8B8B8B;
  }

  .root .carousel.carousel-for-block .carousel-control:hover span
  {
      background-color: #DADADA;
      border: 1px solid #363636;
  }

  .root .carousel.carousel-for-block .carousel-control:hover span:after, 
  .root .carousel.carousel-for-block .carousel-control:hover span:before
  {
      background-color: #363636;
  }

}

@media (max-width: 1200px) {
  .root .editorial-column .header .go
  {
      position: relative;
  }

  .root .container.content-100 .first-cont .main-block,
  .root .container.content-page .first-cont .img
  {
      width: calc(100% - 247px);
  }

  .root .container.content-100 .first-cont .main-block .img,
  .root .container.content-page .first-cont .img
  {
      height: 509px;
  }

  .root .container.content-page .name-cont
  {
    width: 247px;
    height: 393px;
  }

  .root .container.content-page .social-cont
  {
     width: 150px;
  }

  .root .container.content-page .social-cont p
  {
      font-weight: bold;
    font-size: 12px;
  }

  .root .editorial-column.mini .img,
  .root .editorial-column.big .img,
  .root .editorial-column .header
  {
    width: 100%;
  }

  .root .editorial-column .header
  {
    height: auto;
    padding-top: 10px;
  }

  .root .block.detail-b,
  .root .container.content-page .body > .content .block.detail-b
  {
    width: 100%;
    max-width: 482px;
  }

     
}

@media (min-width: 1036px) {

  .root .side-right .block
  {
    width: 100%;
  }

}

@media (max-width: 1035px) {

  .root .container .header-icon .icon-18
  {
    left: 24px;
    top: -135px;
  }

  .root .container .header-icon .search-link
  {
    top: -130px;
  }

  .root .side-right .editorial-column .photo,
  .root .side-right .editorial-column .photo .img,
  .root .side-right .add
  {
  	width: 100%;
  }

  .root .container
  {
    width: 100%;
  }

  .root .container.search-page > .content
  {
      width: calc(100% - 247px);
  }

  .root .content .cont.search .block .photo
  {
    width: auto;
  }

   .root .container.search-page > .content .cont.search .block .img
  {
    width: 270px;
    height: 215px;
  }

   .root .container.search-page > .content .cont.search .block .text
  {
    width: calc(100% - 270px);
  }

   .root .container.search-page > .content .cont.search .filters
  {
     width: auto;
      margin-left: 24px;
  }

  .root .container .add
  {
    width: 100%;
  }

   .root .container > .content, 
   .root .container .body > .content
  {
    width: 100%;
      padding-right: 24px;
  }


  .root .container > .content .main-information
  {
    width: 100%;
  }


  .root .content .cont .block.photo-mini
  {
    margin-bottom: 25px;
  }

  .root .content .cont .block.photo-mini .text
  {
    width: 63%;
  }

  .root .content .cont .block.photo-mini .photo
  {
    width: 37%;
  }
  
  .root .content .cont .block.photo-mini,
  .root .content .cont .block.photo-mini .photo .img
  {
    height: 132px;
  }


  .root .frame
  {
    height: 580px;
  }


  .root .block.lengthy .img,
  .root .content .cont.grey .block.lengthy .img
  {
      height: 294px;
  }


  .root .side-right
  {
    width: 100%;
    padding: 0px;
    padding-right: 24px;
  }

  .root .content-page .side-right
  {
    padding-left: 24px;
  }


  .root .side-right .block
  {
    padding-left: 24px;
  }

  .root .content-page .side-right .block
  {
    padding-left: 0px;
  }

  .root .side-right .editorial-column.col-md-4 .img
  {
    height: 300px;
  }

  .root .block.in-few .content .photo, 
  .root .block.in-few .content .photo .img
  {
      height: 145px;
      width: 145px;
      margin-top: 20px;
      margin-bottom: 5px;
  }

  .root .side-right .list-border
  {
    padding-right: 35px;
    padding-top: 10px;
  }

  .root .side-right .list-border .head
  {
    text-align: left;
    padding-left: 35px;
    width: 100%;
  }

  .root .side-right .list-border .block
  {
    padding-left: 35px;
    padding-right: 0px;
  }

   .root .side-right .list-border .block:before
  {
    display: none;
  }

  .root .side-right .list-border .block .img
  {
      width: 100%;
    height: 162px;
  }

  .root .side-right .head-name-yellow
  {
      margin-left: 0px;
      background-color: transparent;
      text-align: left;
      padding: 0px;
      width: 100%;
        margin-bottom: 15px;
  }

  .root .container.events-page .block.main-block.frame
  {
    height: auto;
  }

}

@media (min-width: 770px) and (max-width: 1035px) {
  
  .root .container.content-page .content.big-content .editorial-column .header,
  .root .container.content-page .content.big-content .editorial-column.mini .header
  {
      width: 100%;
    height: auto;
    padding: 20px;
  }

  .root .editorial-column .img
  {
    width: 100%;
    background-size: cover; 
  }

  .root .content .frame.mini
  
  {
    height: auto;
  }

  .root .content .frame.mini .text
  {
    height: auto;
    min-height: 0px;
  }
    
  .root .side-right .editorial-column.big .img
  {
    height: 220px;
  }

  .root .container.content-page .side-right .list-border .block
  {
    width: 33.3333%;
      padding-left: 24px;
  }

  .root .container.content-page .side-right .list-border .block .img
  {
      width: 37%;
      float: left;
      height: 105px;
  }

  .root .container.content-page .side-right .list-border .block .text
  {
      width: 63%;
      text-align: left;
      padding-left: 15px;
  }

  .root .side-right .list-border
  {
    padding-right: 24px;
  }

  .root .side-right .list-border .head
  {
    padding-left: 24px;
  }

  .root .side-right .list-border .block .title
  {
    margin-top: 0px;
  }

  .root .side-right .list-border .block h3
  {
    font-style: 21px;
  }

}

@media (max-width: 900px){

    .root footer .container .row .col-md-6.center 
    {
        padding: 0px;
        width: 100%;
        margin-top: 18px;
        margin-bottom: -22px;
    }

    .root footer .container .row .col-md-6.center .btn
    {
      font-size: 13px;
      margin: 0px 7px 12px 7px;
    }

    .root .container.border-page.manifest-page .body .content .cont.border .text
    {
        padding: 50px 85px 150px 85px;
    }

    .root footer .container
    {
        padding: 0 20px;
    }

    .root footer .container .logo,
    .root footer .container .row .logo-bolt
    {
        float: none; 
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .root footer .container .menu,
    .root footer .container .row
    {
        width: 100%;
        padding: 0px;
        margin-top: 0px;
    }

    .root footer .container .row
    {
        text-align: center;
    }

    .root footer .container .row .logo-bolt
    {
      display: inline-block;
      float: none;
      margin-right: 15px;
    }

    .root footer .container .row .liveinternet
    {
      display: inline-block;
      float: none;
      margin-left: 15px;
      margin-right: 0px;
    }

    .root footer .container .menu ul
    {
      width: 100%;
      margin-bottom: 26px;
    }

    .root footer .container .menu ul.main:before
    {
         bottom: -11px; 
    }

    .root footer .container .menu ul.list
    {
        margin-bottom: 0px;
    }

    .root footer .container .menu ul li
    {
        margin: 0 20px;
    }
    .root footer .container .menu ul li:first-child
    {
        margin-left: 0px; 
    }

    .root footer .container .menu ul.list li
    {
        font-size: 15px; 
        margin-bottom: 23px;
    }

    .root footer .container .logo
    {
      margin-bottom: 30px;
    }

    .root footer .container .row .logo-bolt
    {
      margin-top: 0px;
    }

    .root footer .container .row .logo-bolt span
    {
        font-size: 13.5px;
    }

    .root footer .container .row .logo-bolt img
    {
        width: 80px;
    }

    .root footer .container .row .copyright
    {
          font-size: 14px;
          width: 100%;
          text-align: center;
          margin-top: 25px;
    }

    .root footer .container .row .copyright span
    {
          display: none;
    }

    .root .container.content-page .name-cont
    {
      width: 100%;
      height: auto;
      padding-left: 0px;
    }

    .root .container.content-page .name-cont p
    {
      margin-bottom: 10px;
    }

    .root .container.content-page .name-cont span
    {
      width: auto;
    }

    .root .container.content-page .social-cont
    {
      width: 100%;
      padding-left: 0px;
      margin-top: -5px;
      margin-bottom: 10px;
    }

    .root .container.content-page .social-cont .icon
    {
      width: 115px;
      margin-right: 15px;
    }

    .root .container.content-page .social-cont .icon:last-child
    {
      margin-right: 0px;
    }

    .root .container.content-100 .first-cont .main-block, 
    .root .container.content-page .first-cont .img
    {
      width: 100%;
    }

}

@media (min-width: 770px) and (max-width: 900px){
  
  .root .container.main-page .cont.main-article .block, 
  .root .container.main-page .cont .block.col-lg-4, 
  .root .container.content-page .side-right .block, 
  .root .container.events-page .block.col-lg-3,
  .root .container.text-page .cont.editorial .block
  {
    width: 33.33%;
  }

  .root .content .frame.mini
  {
    height: auto;
  }

  .root .content .frame.mini .text
  {
    height: auto;
    min-height: 0px;
  }

  .root .text-page .editorial-column .header
  {
    height: auto;
    width: 100%;
  }

  .root .container.text-page .cont.editorial .content
  {
    padding: 0px;
  }

  .root .container.text-page .cont.editorial .editorial-column.big .img
  {
    background-size: cover;
    height: 215px;
    width: 100%;
    margin: 0px;
  }

  .root .editorial-column .header
  {
      padding: 15px 17px;
    padding-bottom: 7px;
  }

  .root .content .cont .block.editorial-column .text
  {
    padding-top: 0px;
  }

  .root .editorial-column.mini .img
  {
    background-size: cover;
    height: 215px;
    width: 100%;
    margin: 0px;
  }

}

@media (max-width: 770px) {

  .root .container.events-page .block.main-block
  {
      width: 50%;
  }

  .root .container.events-page .block.main-block.frame
  {
      height: 315px; 
      padding-left: 15px;
  }


  .root .container.events-page .block.main-block .photo
  {
    left: 15px;
  }

  .root .container.text-page .content .width-50 .block.photo-mini,
  .root .container.text-page .content .width-50 .block.photo-mini .photo
  {
    height: auto;
  }

  .root .container.content-page.briefly .block-info
  {
    padding-left: 15px;
  }

   .root .container.content-page.briefly.briefly2 .big-content .cont .block .text h3
    {
      margin-bottom: 10px;
    }

    .root .container.authors-page .body .block
    {
      width: 33.3333%;
    }

    .root .carousel.carousel-for-block .carousel-control.right
    {
      right: 11px;
    }

    .root .carousel.carousel-for-block .carousel-control span
    {
      width: 63px;
      height: 63px;
      opacity: 0.6;
    }

    .root .carousel.carousel-for-block .carousel-control span:before, 
    .root .carousel.carousel-for-block .carousel-control span:after
    {
      height: 21px;
      width: 2px;
    }

    .root .carousel.carousel-for-block .carousel-control.left span:before
    {
      top: 14px;
      left: 27px;
    }

    .root .carousel.carousel-for-block .carousel-control.left span:after
    {
        top: 24px;
        left: 27px; 
    }

    .root .carousel.carousel-for-block .carousel-control.right span:before
    {
      top: 14px;
      left: 33px;
    }

    .root .carousel.carousel-for-block .carousel-control.right span:after
    {
        top: 24px;
        left: 33px; 
    }

}

@media (min-width: 500px) and (max-width: 770px) {

  .root .container.content-page .cont.with-information
  {
    padding-left: 15px;
  }

  .root .m-50
  {
    width: 50%;
  }

  .root .m-100
  {
    width: 100%;
  }

   .root .container.main-page .main-article .block,
  .root .container.text-page .cont.editorial .block
  {
      width: 33.3333%;
  }

     .root .container.main-page .cont.event .block
  {
      width: 33.3333%;
  }

  .root .container.main-page > .content, 
  .root .container.main-page .body > .content,
  .root .container.main-page .side-right
  {
    padding-right: 15px;
  }

  .root .container .side-right .block
  {
    width: 33.3333%;
    padding-right: 0px;
  }

  .root .container.main-page .content,
  .root .container.main-page .side-right .block .content,
  .root .container.text-page .cont.editorial .content
  {
    padding: 0px;
  }

   .root .container.main-page .side-right .editorial-column.big .img,
   .root .container.text-page .cont.editorial .editorial-column.big .img,
   .root .editorial-column.mini .img
  {
    margin: 0px;
    background-size: cover;
    height: 215px;
    width: 100%;
    margin: 0px;
  }

  .root .editorial-column .text
  {
    padding: 15px 17px;
  }

  .root .content .cont .block.editorial-column .text
  {
    padding-top: 0px;
  }

  .root .editorial-column .header
  {
      text-align: left;
    padding: 15px 17px;
    padding-bottom: 7px; 
  }

   .root .content .cont .block.editorial-column h3
  {
      text-align: left;
      margin-bottom: 0px;
      letter-spacing: -1px;
  }

  .root .editorial-column .header .name
  {
     font-size: 13px;
    font-weight: bold;
      text-align: left;
      margin-bottom: 7px;
  }

  .root .content .cont .block.editorial-column.mini h3
  {
     font-size: 19px;
     margin-bottom: 25px;
  }

  .root .content .cont .block.editorial-column.mini .go
  {
     margin-bottom: 10px;
  }

   .root .container.events-page .content,
   .root .container.text-page .content
  {
    padding-right: 15px;
  }

  .root .container.events-page .side-left,
  .root .container.text-page .side-left
  {
    width: 205px;
    padding-left: 15px;
  }

  .root .container.events-page .side-left .calendar
  {
    width: 190px;
  }

  .root .block.m-50 .photo .img
  {
    height: 245px;
  }

  .root .content .cont .block.photo-mini.m-50, 
  .root .content .cont .block.photo-mini.m-50 .photo .img
  {
    height: 108px;
  }

  .root .content .info
  {
    font-size: 12px;
  }

  .root .block.m-50 .frame .img
  {
     height: 275px;
  }

  .root .side-right .editorial-column.col-md-4 .img
  {
    height: 300px;
  }

  .root .container.search-page > .content .cont.search .block .img
  {
      width: 350px;
  height: 280px;
  }

  .root .container.search-page > .content .cont.search .block .text
  {
      width: 350px;
  padding: 0px;
  margin-top: 10px;
  }

  .root .container.content-100 .first-cont .main-block .img, 
  .root .container.content-page .first-cont .img
  {
      height: 340px;
  }

  .root .editorial-column .photo
  {
      background-color: transparent;
  }

  .root .editorial-column .photo .img
  {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 20px;
      width: 100%;
      margin-top: 15px;
  }

   .root .editorial-column:hover .photo .img
  {
      opacity: 1;
  }

  .root .editorial-column .header
  {
      text-align: center;
      width: 100%;
      height: auto;
  }

 /* .root .container.content-page .name-cont
  {
    height: 190px;
  }*/


  .root .head-name
  {
    /*margin-top: 10px;*/
    padding-left: 0px;
  }

  .root .container.border-page .body .content .cont.border
  {
        margin-bottom: 140px;
  }

    .root .container.border-page .body .content .head-name
  {
    margin-top: -20px;
  }

  .root .head-name h1
  {
      /*font-size: 34px;*/
      font-size: 42px;
      margin: 0 13px;
  }

  .root .container.border-page .body .content .head-name h1
  {
      margin-top: -12px;
  }

  .root .container.border-page .body .content .cont.border .text
  {
        padding-top: 30px;
      padding-bottom: 125px;
  }

  .root .head-name .icon
  {
    width: 40px;
    margin-top: 0px;
  }

  .root .container.border-page .body .content .cont.border img.crow
  {
      bottom: -100px;
      margin-left: -125px;
      width: 280px;
  }


  .root .container.events-page .content .cont h2.header,
  .root .container.text-page .content .cont h2.header
  {
    font-size: 24px;
    padding-left: 15px;
  }

  .root .container.events-page .block.col-lg-3,
  .root .container.text-page .block.col-lg-3,
  .root .container.text-page .width-50 .block,
  .root .container.content-page .body > .content .block.col-lg-3
  {
    width: 25%;
  }

  .root .container.content-page.briefly.briefly2 .big-content .cont .block
  {
    width: 33.3333%;
    margin-bottom: 35px;
  }

  .root .container.events-page .block,
  .root .container.text-page .block,
  .root .content .cont .block.photo-mini .text,
  .root .container .content.big-content h2
  {
    padding-left: 15px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border .text
  {
    padding: 0 9px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border .place
  {
    font-size: 11px;
  }

   .root .container.text-page .block.main-block.first
  {
    width: calc(100% - 205px);
    height: 470px;
  }

   .root .container.events-page .block.main-block.frame.first
  {
    width: calc(100% - 205px);
  }

   .root .container.events-page .block.col-lg-3 .frame
  {
      padding: 4px 6px;
      height: 445px;
  }

  .root .container.events-page.content .cont.grey .frame.no-border .text h3
  {
      font-size: 22px;
      margin-top: 7px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border
  {
    padding: 0px;
  }

   .root .container.events-page .block.col-lg-3 .frame .where
  {
     margin-bottom: 5px;
  }

   .root .container.events-page .block.col-lg-3 .frame .img,
   .root .container.text-page .block .photo .img,
   .root .content .cont .block.photo-mini, 
  .root .content .cont .block.photo-mini .photo .img,
  .root .content-page .block.col-lg-3 .img
  {
      height: 140px;
  }

  .root .container.text-page .width-50 .block.photo-mini .photo,
  .root .container.text-page .width-50 .block.photo-mini .photo .img
  {
     width: 100%;
  }

  .root .container.text-page .width-50 .block.photo-mini .text
  {
     width: 100%;
     padding: 0px;
     padding-top: 10px;
  }
  
    .root .container.text-page .width-50 .block.photo-mini .text h3
  {
       font-size: 20px;
       margin: 4px 0px;
  }



   .root .container.text-page .block.main-block
  {
      width: 50%;
  }

   .root .container.events-page .block.col-lg-3 .frame .date
  {
        font-size: 19px;
  }

   .root .container.events-page .block.col-lg-3 .frame .date span
  {
         font-size: 35px;
  }

   .root .container.events-page .block.col-lg-3 .frame h3
  {
       font-size: 20px;
  }

  .root .container.events-page .block.col-lg-3 .frame .info
  {
       font-size: 11px;
  }

  .root .container.events-page .block.col-lg-3 .frame .title
  {
       font-size: 16px;
  }

  .root .container.events-page .block.main-block.frame .frame-top
  {
      padding-top: 20px;
        top: -17px;
  }

  .root .container.events-page .block.main-block.frame .frame-top .where
  {
    font-size: 12px;
  }

  .root .container.events-page .block.main-block.frame .frame-bottom
  {
    height: 120px;
  }

  .root .container.events-page .block.main-block.frame .frame-bottom h3
  {
    font-size: 21px;
    margin: 0px;
  }

   .root .container.events-page .block.main-block.frame .frame-bottom h3 br
  {
    display: none;
  }

  .root .container.main-page .content
  {
    padding-right: 15px;
  }

  .root .container.main-page > .content .main-information
  {
    padding-left: 15px;
  }

  .root .container.main-page .block
  {
    padding-left: 15px;
  }

   .root .container.content-100 .cont.grey .block.lengthy .img,
   .root .container .cont .block.lengthy .img
  {
    height: 233px
  }

  .root .content-page .side-right
  {
    padding: 0px;
  }

  .root .container.content-page .body > .content
  {
    padding: 0px;
      padding-right: 15px;
  }

  .root .container.content-page .body > .content .block
  {
    width: 33.3333%;
    padding-left: 15px;
  }

  .root .content-page .side-right .list-border
  {
    padding-right: 15px;
  }

  .root .content-page .side-right .block,
  .root .content-page .side-right .list-border .head,
  .root .side-right .head-name-yellow
  {
    padding-left: 15px;
  }

  .root .container.content-page .first-cont h3
  {
      font-size: 36px;
      margin-top: 8px;
      margin-bottom: 0px;
  }

  .root .container.content-page .cont.with-information ul.navigation
  {
    width: 110px;
  }

 /* .root .container.content-page .cont.with-information .reference
  {
    padding-left: 260px;
  }*/

  .root .container.content-page .cont.with-information p, 
  .root .container.content-page .cont.with-information h2, 
  .root .container.content-page .cont.with-information .opinion, 
  .root .container.content-page .cont.with-information .list, 
  .root .container.content-page .cont.with-information .time-table
  {
    /*padding-left: 140px;*/
  }

  .root .container.content-page .cont.with-information .list ul
  {
    padding-left: 20px;
  }

/*  .root .container.content-page .cont.with-information ul.navigation
  {
    left: 30px;
  }*/

  .root .container.content-page .lead,
  .root .container.content-page .first-cont
  {
    padding-left: 15px;
  }


   /* .root footer .container .logo
    {
        width: 30%;
        padding-left: 0px;
        padding-right: 5px;
    }*/

  /*  .root footer .container .menu
    {
      width: 60%;
      float: right;
      padding-left: 0px;
    }*/

   /* .root footer .container .menu ul
    {
      padding-left: 10px;
    }

    .root footer .container .wrapp
    {
      width: 100%;
      margin-top: 15px;
    }

    .root footer .container .social
    {
      width: 40%;
      padding-left: 25px;
    }*/

    /*.root footer .container .email-form
    {
      width: 60%;
    }

    .root footer .container .wrapp .email-form ~ .inp-group
    {
         float: right; 
       width: 60%; 
    }*/

}

@media (max-width: 700px) {

  .root .container .header-icon .icon-18
  {
    display: none;
  }

  .root .container header 
  {
      padding-left: 0px;
      width: 100%;
      height: 95px;
      background-color: #fff;
      z-index: 8;
     /* -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
      margin-bottom: 0px;
      position: relative;
      z-index: 5;
  }

  .root.show-mobile-menu header
  {
      z-index: 30;
    position: fixed;
    top: 0px;
    left: 0px;
  }

  .root .container header .main-menu    
  {
      background-color: #fff;
      margin: 0px;
      position: fixed;
      left: -2000px;
      top: 95px;
      z-index: -1;
      width: 100%;
      height: 100%;
      /*padding-top: 95px;*/
      -webkit-transition: left 0.7s;
      -o-transition: left 0.7s;
      transition: left 0.7s;
  }

  .root.show-mobile-menu .container header .main-menu
  {
      left: 0px;
      -webkit-transition: left 0.3s;
      -o-transition: left 0.3s;
      transition: left 0.3s;
  }

   .root .container header .main-menu li
  {
     display: inline-block;
      list-style: none;
      font-family: "GothamProBold";
      font-size: 15px;
      text-transform: uppercase;
      width: 100%;
      margin: 0px;
      text-align: left;
  }

   .root .container header .main-menu li a
  {
       text-transform: uppercase;
      border-bottom: 1px solid #DEDEDE;
      padding: 12px 15px;
      color: #363636;
      text-decoration: none;
      display: inline-block;
      width: 100%;
  }

   .root .container > .add
  {
    display: none;
  }

  .root .container header .logo
  {
    margin-top: 5px;
    width: 160px;
  }

  .root .container header .burger
  {
    padding-left: 0px;
    top: 21px;
    display: block;
  }

  .root .container .content 
  {
    width: 100%;
    padding-right: 0px;
  }

  /*
    .root .container.content-page .name-cont,
    .root .container.content-page .social-cont
    {
      width: 200px;
    }

    .root .container.content-page .name-cont
    {
      height: 205px;
    }

    .root .container.content-page .first-cont .img
    {
        width: calc(100% - 200px);
    }*/

    .root .container .social-cont .icon
    {
      width: 125px;
    }

    .root .container.content-page .cont.with-information .photo-text .text
    {
      height: auto;
    }

     .root .container.content-page .cont.with-information .photo-text
    {
      height: auto;
        background-color: #e2e2e2;
    }

    .root .container > .content .main-information
    {
      width: 100%;
      padding-left: 0px;
       height: auto;
    }

    .root .container > .content .main-information .img
    {
        width: 100%;
    position: inherit;
     /* height: auto;*/
    }

    .root .container > .content .main-information .text
    {
      width: 100%;
      height: auto;
      padding: 0 12px;
    }

    .root .container > .content .main-information .text .information
    {
      height: auto;
        margin-bottom: 55px;
    }

     .root .container.search-page > .content .cont.search .filters
    {
      width: 100%;
      text-align: center;
      margin-left: 0px;
    }

    .root .container.search-page > .content .cont.search .filters span
    {
      float: none;
      display: inline-block;
    }

    .root .container header img.logo
    {
        margin-top: 4px;
        max-height: 70px;
        width: auto;
    }

    .root .container .header-icon .search-link
    {
        top: -67px;
       z-index: 6;
    }

    .root .container.border-page.manifest-page .body .content .cont.border .text
    {
      padding: 30px 70px 121px 70px;
    }

    .root .head-name h1
    {
      margin-top: 15px;
    }

    .root footer .container .row .logo-bolt
    {
      margin-left: 15px;
    }

    .root footer .icon-18
    {
      color: #ABABAB;
      font-size: 22px;
      font-family: "GothamProLight";
      border: 1px solid rgb(126, 126, 126);
      padding: 4px 6px;
      padding-left: 9px;
      display: inline-block;
      float: none;
      margin-right: 15px;
      vertical-align: middle;
    }

    .root footer .container .row .liveinternet
    {
      vertical-align: middle;
      margin-top: 0px;
    }

    .root footer .container .row .logo-bolt
    {
      vertical-align: middle; 
    }



}

@media (min-width: 500px) and (max-width: 700px) {

    .root .container header .burger
    {
      left: 10px;
    }

    .root .container.search-page .side-left
    {
        width: 205px;
        padding-left: 15px;  
    }

    .root .container.search-page .side-left .tags
    {
      width: 100%;
      border-bottom: 0px;
      height: auto;
    }

    .root .container.search-page > .content
    {
        width: calc(100% - 205px);
    }

    .root .container.search-page .content .cont.search .block
    {
      padding-left: 15px;
    }


    .root .container.search-page > .content .cont.search .block
    {
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-left: 0px;
        display: block;
        width: 410px;
    }

     .root .container.search-page > .content .cont.search .block .photo .img
    {
        width: 410px;
    }

    .root .container.search-page > .content .cont.search .block .text
    {
         width: 410px;
        margin-bottom: 45px;
        margin-top: 15px;
    }

     .root .container.search-page > .content .cont.search .block .text h3
    {
         font-size: 24px;
    }

    .root .container.content-page .side-right
    {
      padding: 0px;
    }

    .root .content-page .side-right .list-border
    {
        /*padding-right: 0px;*/
        border-right: 0px;
          border-left: 0px;
    }


  .root .container.main-page .block .frame
  {
      padding: 4px 6px;
      height: 445px;
  }

  .root .container.main-page .block .frame .where
  {
      margin-bottom: 5px;
  }

  .root .content-page .side-right
  {
    padding: 0 15px;
  }

   .root .container.content-page .cont.with-information .opinion .text
  {
      width: calc(100% - 110px);
  }

  .root .container.content-page .cont.with-information .opinion.grey .text
  {
      width: calc(100% - 220px);
  }

  .root .container.main-page .block .frame .img,
  .root .container.content-page .block .frame .img,
  .root .side-right .list-border .block .img
  {
      height: 140px;
  }

  .root .container h3,
  .root .container .cont .block.photo-mini .text h3
  {
      font-size: 20px;
  }

  .root .container.text-page .block.main-block.first h3
  {
      font-size: 22px;
  }

  .root .container.main-page .block .frame .date
  {
     font-size: 19px; 
  }

  .root .container.main-page .info
  {
      font-size: 12px;
  }


  .root .container.main-page .title,
  .root .container.text-page .block.photo-mini .title
  {
      font-size: 16px;
  }

  .root .container .content .cont h2.header
  {
      font-size: 24px;
      padding-left: 15px;
  }

  .root .container.main-page .block.big .photo .img
  {
     height: 180px;
    width: 100%;
    background-size: cover;
  }

  .root .container.main-page .cont.texts .block,
  .root .container.text-page .cont.texts .block
  {
    width: 50%;
    height: 125px;
  }

  .root .container.main-page .cont.main-article .block .photo .img
  {
    height: 140px;
  }

  .root .container.main-page .side-right .block .content
  {
    padding: 0px;
  }

  .root .container.search-page > .content .cont.search .filters
  {
    margin-bottom: 25px;
  }

}

@media (max-width: 600px){

    .root .modal .modal-dialog 
    {
        width: 100%;
        max-width: none;
        margin: 0px;
    }

    .root .modal .modal-dialog .modal-content
    {
      min-height: 100vh;
      box-shadow: none;
      border-radius: 0px;
    }

    .root .container.content-page .cont.with-information .reference
    {
      padding-left: 3px;
    }

    .root .container.content-page .cont.with-information .reference.big .load-more
    {
        width: calc(100% - 10px);
    }

    .root .container.content-page .cont.with-information .reference .text
    {
      padding-top: 60px;
    }

    .root .container.content-page .cont.with-information .reference .text .flag
    {
        right: inherit;
        left: 0px;
    }

    .root .container.content-page .cont.with-information .reference .text .flag .icon:before, 
    .root .container.content-page .cont.with-information .reference .text .flag .icon:after
    {
        /*left: inherit;
        right: -10px;*/
        left: 100%;
        border-right: 20px solid transparent;
        border-left: none;
    }

    .root .container.content-page .cont.with-information .reference .text .flag:before, 
    .root .container.content-page .cont.with-information .reference .text .flag:after
    {
        left: 100%;
        border-right: 19px solid transparent;
        border-left: none;
    }

    .root .container.content-page .cont.with-information .reference .text .border
    {
      max-height: none;
    }

    .root .container.content-page.briefly .block-info
    {
        padding-left: 15px;
         margin-top: 10px;
    }

     .root .container.content-page.briefly.briefly2 .block-info
    {
         margin-top: 0px;
    }

    .root .container.content-page.briefly .block-info .wrapper
    {
        padding: 20px 15px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .root .container.content-page.briefly .block-info .wrapper .left-block
    {
      width: 100%;
    }

    .root .container.content-page.briefly .block-info .wrapper .text
    {
      width: 100%;
      margin-top: 0px;
      padding-left: 0px;
    }

    .root .container.content-page.briefly .block-info .wrapper .text h3
    {
      margin-bottom: 0px;
    }

    .root .container.content-page.briefly.briefly2 .big-content .cont .block .text .name,
    .root .container.content-page.briefly.briefly2 .big-content .cont .block .text h3
    {
      text-align: center;
    }

    .root .container.content-page.briefly.briefly2 .wrapper .social-cont
    {
      width: 100%;
      position: inherit;
      margin: 15px 0px;
      left: inherit; 
       bottom: inherit; 
    }

    .root .container.authors-page .body .block
    {
        width: 50%;
    }

    .root footer .container .menu ul.main li
    {
          font-size: 25px;
    }

     .root .container.border-page.manifest-page .body .content .cont.border .text
    {
          padding: 23px 55px 121px 55px;
    }

}

@media (min-width: 500px) and (max-width: 600px) {

  .root .head-name h1
  {
    font-size: 37px;
  }

  .root .container.border-page .body .content .head-name h1
  {
     /*  font-size: 34px;*/
      margin-top: -7px;
  }

  .root .container.border-page .body .content .cont.border .text
  {
        padding-bottom: 115px;
  }

  .root .container.border-page .body .content .cont.border img.crow
  {
        bottom: -80px;
        margin-left: -100px;
        width: 235px;
  }

  .root .container.search-page .side-left,
  .root .container.text-page .side-left,
  .root .container.events-page .side-left
  {
      width: 100%;
      height: auto;
    padding-left: 15px;
    position: relative;
  }


  .root .container.search-page .side-left ul.menu,
  .root .container.text-page .side-left ul.menu,
  .root .container.events-page .side-left ul.menu
  {
    text-align: center;
  }

  .root .container.search-page .side-left ul.menu li,
  .root .container.text-page .side-left ul.menu li,
  .root .container.events-page .side-left ul.menu li
  {
    float: none;
    width: auto;
    display: inline-block;
    border: none;
    margin-right: 10px;
  }

  .root .container.search-page .side-left ul.menu li:last-child,
  .root .container.text-page .side-left ul.menu li:last-child,
  .root .container.events-page .side-left ul.menu li:last-child
  {
    margin-right: 0px;
  }

  .root .container.search-page .side-left ul.menu li a,
  .root .container.text-page .side-left ul.menu li a,
  .root .container.events-page .side-left ul.menu li a
  {
    border: none;
  }

  .root .container.search-page .side-left .tags ul li.icon,
  .root .container.text-page .side-left .tags ul li.icon
  {
    display: inline-block;
    margin-right: 12px;
  }


  .root .container.search-page .side-left .tags,
  .root .container.text-page .side-left .tags
  {
       width: 100%;
  }

   .root .container.search-page .side-left .tags h4,
    .root .container.text-page .side-left .tags h4
  {
     display: none;
  }

  .root .container.search-page .side-left .tags ul,
  .root .container.text-page .side-left .tags ul
  {
      float: left;
      width: 100%;
      padding: 0px;
      margin-bottom: 20px;
      float: left;
      text-align: center;
  }

  .root .container.search-page .side-left .tags ul li,
  .root .container.text-page .side-left .tags ul li
  {
       float: none;
     margin-right: 15px;
      margin-bottom: 15px;
      width: auto;
      display: inline-block;
  }

  .root .container.search-page .side-left .tags ul a,
  .root .container.text-page .side-left .tags ul a
  {
      color: #7E7E7E;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  padding: 5px 15px;
  font-family: "GothamProLight";
  font-weight: bold;
  border-radius: 9px;
  }

  .root .container.search-page > .content
  {
    width: 100%;
  }

  .root .container.search-page > .content
  {
    width: 100%;
  }

  .root .container.text-page .block
  {
    padding-right: 0px;
    padding-left: 15px;
  }

  .root .container.text-page .block.main-block.first
  {
    width: 100%;
    height: auto;
  }

  .root .container.text-page .content .cont .width-50 .text
  {
    min-height: 0px;
  }
  .root .container.text-page .content .cont .block.photo-mini
  {
    margin-bottom: 15px;
  }

  .root .container.text-page .block.main-block.first h3
  {
    font-size: 24px;
  }

  .root .container.text-page .cont.grey .block.col-lg-3
  {
    width: 25%;
  }

  .root .container.text-page .block.main-block
  {
      width: %;
  }

  .root .container.text-page > .content
  {
    padding-right: 15px;
  }

  .root .content .info
  {
      font-size: 12px;
  }

  .root .container.search-page > .content .cont.search .filters
  {
    margin-bottom: 35px;
  }


  .root .container.content-100 .cont.grey .block.lengthy .img,
  .root .container .cont .block.lengthy .img
  {
    height: 180px;
  }

  .container.text-page .cont.editorial .editorial-column.mini .img,
  .root .container.text-page .cont.editorial .editorial-column.big .img
  {
    height: 165px;
  }

  .root .container.events-page .side-left .calendar
  {
    width: 150px;
    position: absolute;
    left: 15px;
    top: 100%;
    height: auto;
     padding: 32px 5px 40px;
  }

  .root .container.events-page .block.main-block.frame.first
  {
    width: calc(100% - 165px);
    float: right;
  }

  .root .container.events-page .side-left .calendar .date
  {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .root .container.events-page .side-left .calendar a
  {
    font-size: 16px;
  }

  .root .container.events-page .block.col-lg-3
  {
    width: 100%;
  }

   .root .container.events-page .block.col-lg-3 .frame
  {
   width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 5px;
  }

   .root .container.events-page .block.col-lg-3 .frame .img
  {
    width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  margin-top: -55px;
  }

  .root .container.events-page .block.col-lg-3 .frame .where
  {
    /*display: none;*/
    position: absolute;
    top: -25px;
    left: 10px;
    text-align: left;
    z-index: 3;
  }

  .root .container.events-page .block.col-lg-3 .frame .text
  {
      width: calc(100% - 110px);
   text-align: left; 
  padding-left: 15px;
  float: right;
  }

   .root .container.events-page .block.col-lg-3 .frame .text br
  {
      display: none;
  }


  .root .container.events-page .block.col-lg-3 .frame .title
  {
    line-height: 1;
  }

  .root .container.events-page .block.col-lg-3 .frame h3
  {
      margin-top: 10px;
  margin-bottom: 8px;
  }

    .root .container.events-page .block.col-lg-3 .frame .second-date
  {
     display: inline-block;
  float: none;
  width: auto;
  }

  .root .frame .place:before, .root .frame .place:after
  {
    left: 0px;
    right: 0px;
  }

  .root .container.events-page .block.main-block
  {
      width: 85%;
      margin-bottom: 50px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border
  {
    margin: 0px;
    min-height: 160px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border .img
  {
    width: 136px;
    height: 136px;
    margin-top: -68px;
    left: 15px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border .text
  {
      width: calc(100% - 151px);
      padding: 0px 15px;
  }

  .root .content .cont.grey .frame.no-border .place:before
  {
    left: 0px;
    right: 0px;
  }

  .root .container.events-page .content .cont.grey .frame.no-border .info
  {
    font-size: 13px;
  }

  .root .content .cont.grey .frame.no-border .text h3
  {
    margin: 2px 0px;
  }

  .root .content .cont.grey .frame.no-border .place
  {
    padding-top: 7px;
  }

   .root .content .cont.grey .frame.no-border .text p 
  {
    margin-bottom: 7px;
  }

  .root .container.content-page .cont.with-information .illustration .img,
  .root .container.content-100 .first-cont .main-block .img, 
  .root .container.content-page .first-cont .img
  {
    height: 320px;
    width: 100%;
  }

  .root .container.content-page .name-cont
  {
    width: 100%;
    height: auto;
    padding-left: 0px;
  }

  .root .container.content-page .name-cont p
  {
    margin-bottom: 10px;
  }

  .root .container.content-page .name-cont span
  {
    width: auto;
  }

  .root .container.content-page .social-cont
  {
    width: 100%;
    padding-left: 0px;
  }

  .root .container.content-page .social-cont .icon
  {
    width: 115px;
    margin-right: 15px;
  }

  .root .container.content-page .social-cont .icon:last-child
  {
    margin-right: 0px;
  }


  .root .container.content-page .editorial-column.mini .img
  {
    height: 140px;
  }

  .root .container.content-page .cont.with-information .opinion .text
  {
      width: calc(100% - 110px);
  }

  .root .container.content-page .cont.with-information .opinion.grey .text
  {
      width: calc(100% - 220px);
  }

  .root .container.content-page.briefly.briefly2 .big-content .cont .block,
  .root .container.content-page.briefly.briefly2 .side-right .block
  {
    width: 50%;
  }

  .root .container.content-page.briefly.briefly2 .side-right
  {
    padding-right: 15px;
  }

}

@media (max-width: 500px) {

  .root .modal-dialog .modal-body 
  {
      padding: 10px 20px;
  }

  .root .container.content-page .cont.with-information .wrapper-info .text-info .autoupdate-alert
  {
    width: 100%;
    margin-left: 0px;
  }

  .root .container .body
  {
    width: 100%;
    overflow: hidden;
  }

  .root .container.content-page .cont.with-information ul.navigation
  {
    display: none;
  }

  .root .container.content-page .cont.with-information .wrapper-info .wrapp-nav
  {
    display: none;
  }

  .root .container.content-page .cont.with-information .opinion.grey .text
  {
      width: 100%;  
  }

  .root .container.content-page .cont.with-information .wrapper-info .text-info
  {
    width: 100%;
    float: left;
  }

  .root .container.content-page .cont.with-information .wrapper-info .text-info .wide-block
  {
    width: 100%;
    margin-left: 0px;
  }
  
  .root .container.search-page .side-left,
  .root .container .side-left
  {
    width: 100%;
    padding: 0 12px;
    height: auto;
  }

   .root .side-left ul.menu
  {
        margin-bottom: 0px;
  }

  .root .side-left .tags
  {
       overflow: hidden;
       height: 45px;
       margin-bottom: 25px;
  }

   .root .side-left .tags.open
  {
       height: auto;
  }

   .root .side-left .tags h4
  {
        margin: 0px;
      padding: 9px 0px;
      position: relative;
       border-bottom: 1px solid #cdcdcd;
  }

   .root .side-left .tags h4 .fa
  {
      position: absolute;
      right: 15px;
      top: 7px;
      font-size: 28px;
      color: #BDBDBD;
      display: block;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);

      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }

    .root .side-left .tags.open h4 .fa
  {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);

      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }

  .root .side-left .tags ul
  {
      float: left;
      margin-bottom: 20px;
  }


  .root .side-left .tags ul li a
  {
     padding: 3px 0px;
  }

  .root .container.search-page > .content
  {
    width: 100%;
  }

  .root .container.search-page > .content .cont.search .filters
  {
    width: 100%;
    text-align: center;
    margin: 0px;
  }

  .root .container.search-page > .content .cont.search .filters span
  {
    float: none;
    margin-bottom: 10px;
  }

  .root .container.search-page .content .cont.search .block .photo,
  .root .container.search-page .content .cont.search .block .photo .img
  {
    width: 100%;
  }

  .root .container.search-page > .content .cont.search .block .text
  {
    width: 100%;
    padding: 0px;
    padding-top: 10px;
  }

  .root .block, 
  .root .container.content-page .cont.with-information .block
  {
    padding: 0 12px;
    width: 100%;
    margin-bottom: 35px;
  }

  .root .block h3
  {
    font-size: 23px;
  }

  .root .content .cont .block.photo-mini .text
  {
    padding-left: 12px;
  }

  .root .title
  {
    font-size: 17px;
  }

  .root .content .cont .block.photo-mini .text h3, 
  .root .content .cont .width-50 .block.photo-mini .text h3,
  .root .side-right .list-border .block h3
  {
    font-size: 19px;
  }

  .root .content .cont h2.header
  {
    font-size: 23px;
    padding-left: 12px;
  }

  .root .content .info
  {
    font-size: 12px;
  }

  .root .frame
  {
    height: auto;
  }

  .root .frame .img
  {
    height: 230px;
  }

  .root .side-right
  {
    padding: 0px;
  }

  .root .side-right .block
  {
    padding: 0 12px;
  }

  .root .container.content-100 .first-cont .main-block, 
  .root .container.content-page .first-cont .img
  {
    width: 100%;
  }

  .root .width-50
  {
    width: 100%;
  }

  .root .content .cont .width-50 .text
  {
    min-height: 0px;
  }

  .root .side-right .editorial-column.col-md-4 .img,
  .root .editorial-column .img
  {
    height: 280px;
    width: 100%;
  }

  .root .editorial-column .header
  {
    width: 100%;
    height: auto;
    padding: 0 15px;
    padding-top: 15px;
  }

   .root .content .cont .block.editorial-column.big .header h3
  {
    margin-bottom: -10px;
  }

  .root .editorial-column .header .name
  {
      font-size: 13px;
    font-weight: bold;
  }

  .root .editorial-column .text
  {
    padding: 15px;
  }

  .root .container.content-page .body > .content
  {
    padding: 0px;
  }

  .root .container.content-page .content .first-cont .info,
  .root .container.content-page .content .first-cont h3
  {
    padding: 0 12px;
  }

  .root .container.content-page .content .first-cont h3
  {
      line-height: 1.2;
        font-size: 37px;
  }

  .root .container.content-page .cont.with-information p, 
  .root .container.content-page .cont.with-information h2, 
  .root .container.content-page .cont.with-information .opinion, 
  .root .container.content-page .cont.with-information .list, 
  .root .container.content-page .cont.with-information .time-table,
  .root .container.content-page .cont.with-information .reference
  {
    padding-left: 0px;
  }

  .root .container.content-page .body > .content
  {
    padding-right: 0px;
  }

  .root .container.content-page .cont.with-information
  {
    padding: 0 12px;
  }

   .root .container.content-page .lead
  {
    padding: 0 12px;
    float: left;
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .root .container.content-page .cont.with-information blockquote
  {
      width: 100%;
      margin: 30px 0px;
      padding: 7px 0px;
      font-size: 20px;
  }

  .root .container.content-page .cont.with-information .opinion .text
  {
    width: 100%;
  }

  .root .content-page .block img.add
  {
    width: 100%;
  }

 .root .container.content-page .name-cont
  {
    width: 100%;
    padding: 0 12px;
    height: auto;
  }

  .root .container.content-page .name-cont p
  {
   margin-top: 0px;
   margin-bottom: 8px;
  }

  .root .container.content-page .name-cont p:first-child
  {
   margin-top: 15px;
  }

  .root .container.content-page .name-cont p span
  {
    width: auto;
  }

  .root .container.content-page .social-cont
  {
    width: 100%;
    padding: 0px;
    padding-left: 12px;
    height: auto;
  }

  .root .container.content-page .cont.with-information .social-cont
  {
    border-right: none;
    border-left: none;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding: 15px 0px;
    padding-left: 12px;
    margin-bottom: 25px;
  }

  .root .container.content-page .social-cont .icon,
  .root .container.content-page .cont.with-information .social-cont .icon
  {
      width: auto;
    min-width: calc(33.3333% - 12px);
    margin-right: 12px;
  }

  .root .container.content-page .cont.with-information p
  {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 16px;
  }

  .root .container.content-page .cont.with-information h2
  {
    margin-bottom: 5px;
  }

  .root .container.content-page .cont.with-information .illustration
  {
      width: calc(100% + 24px);
      margin-left: -12px;
  }

  .root .container.content-page .cont.with-information p.photo-comment.with-padding
  {
      padding-left: 30px;
      padding-right: 0px;
      margin-top: 35px;
      margin-bottom: 25px;

  }

  .root .carousel .indicators
  {
    top: 100%;
    left: 0px;
    margin-top: 10px;
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .root .carousel .indicators .all:before
  {
      top: -4px;
      height: 26px;
  }

  .root .container.content-page .cont.with-information .opinion .left-block
  {
      height: auto;
      margin: 0 auto;
      float: none;
  }

  .root .container.content-page .cont.with-information .opinion .text
  {
    margin-top: 10px;
    padding: 0px;
  }

  .root .container.content-page .cont.with-information .opinion.grey
  {
    padding-bottom: 15px;
    padding-top: 20px;
  }

  .root .container.content-page .cont.with-information .opinion.grey .text
  {
    padding: 0px 12px;
  }

  .root .container.content-page .cont.with-information .opinion .name
  {
    text-align: center;
  }

  .root .container.content-page .cont.with-information .opinion.grey  .name
  {
    margin-bottom: 0px;
  }

  .root .container.content-page .cont.with-information .reference
  {
      margin: 25px 0px;
  width: calc(100% - 6px);
  margin-left: 6px;
  }

  .root .container.content-page .cont.with-information .photo-text
  {
     width: calc(100% + 24px);
     margin-left: -12px;
     padding: 0 12px;
  }

   .root .container.content-page .cont.with-information .photo-text .img
  {
    width: 100%;
  }

  .root .container.content-page .cont.with-information .photo-text .text
  {
    width: 100%;
    padding: 15px 0px;
  }

  .root .container.content-page .cont.with-information .block-in
  {
    width: 100%;
    float: left;
    margin: 15px 0px;
  }

  .root .container.content-page .cont.with-information .block-in .img
  {
    width: 100%;
  }

  .root .container.content-page .cont.with-information .list ul
  {
    padding-left: 17px;
  }

  .root .container.content-page .cont.with-information .time-table .item
  {
    padding: 15px 10px;
    padding-bottom: 20px;
  }

  .root .container.content-page .cont.with-information .time-table .text,
  .root .container.content-page .cont.with-information .time-table .time-block
  {
      width: 100%;
      padding-left: 0px;
  }

  .root .container.content-page .cont.with-information .time-table .time-block
  {
        min-height: 55px;
  }

  .root .container.content-page .cont.with-information .social-cont a
  {
      float: left;
      margin-top: 10px;
      margin-bottom: 5px;
  }

  .root .container.content-page .cont.with-information ul.tags
  {
    margin-bottom: 0px;
  }

  .root .container.content-page .cont.with-information ul.tags li
  {
      margin-right: 10px;
      margin-bottom: 20px;
  }

  .root .container.content-page .cont.with-information ul.tags li a
  {
    padding: 5px 12px;
  }

  .root .content-page .side-right
  {
    padding: 0 12px;
  }

  .root .container.content-page .side-right .list-border
  { 
      padding: 0px;
      border-right: none;
      border-left: none;
      width: calc(100% + 24px);
      margin-left: -12px;
  }

  .root .container.content-page .side-right .block
  { 
      padding: 0;
      /*padding-right: 12px;*/
  }

  .root .container.content-page .side-right .list-border .block
  { 
      padding: 0 12px;
  }

   .root .container.content-page .side-right .list-border .block .img
  { 
        width: 37%;
        float: left;
  }

   .root .container.content-page .side-right .list-border .block .text
  { 
       width: 63%;
       text-align: left;
        padding-left: 12px;
  }

  .root .container.content-page .side-right .list-border .head
  {
    padding-left: 12px;
  }

  .root .container.content-page .side-right .head-name-yellow
  {
    padding-left: 12px;
  }

  .root .container .content.big-content h2
  {
    padding-left: 12px;
  }

  .root .side-right .list-border .block .title
  {
    margin-top: 0px;
  }

  .root .container.content-page .cont.with-information .reference .text
    {
      padding-top: 65px;
      padding-right: 7px;
    }

    .root .container.content-page .cont.with-information .opinion .left-block .photo
    {
      margin-bottom: 7px;
    }

  .root .container.events-page .content .block .frame.mini
  {
    height: auto;
  }

  .root .container.events-page .content .block .frame.mini .photo,
  .root .container.events-page .content .block .frame.mini .photo .img
  {
    width: 100%;
  }

  .root .container.events-page .content .block .frame.mini .text
  {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-left: 0px;
    text-align: center;

  }


  /*  .root .container.events-page .content .block .frame.mini
  {
      border: 1px solid #363636;
      background-color: #fff4bb;
  }*/

  .root .container.events-page .content .block .frame.mini .img
  {
      opacity: 0.7;
      -webkit-filter: brightness(0.5);
      -o-filter: brightness(0.5);
      filter: brightness(0.5);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
  }

  .root .container.events-page .content .block .frame.mini .photo .time
  {
        top: 65px;
     width: 165px;
     left: 50%;
     margin-left: -83px;
     height: auto;
     padding-top: 0px;
  }

  /*.root .container.events-page .content .block .frame.mini .fr-icon
  {
      border: 1px solid #363636;
  }*/

  .root .container.events-page .content .block .frame.mini .photo .time .hours
  {
    font-size: 80px;
  }

  .root .container.events-page .content .block .frame.mini .photo .time .min
  {
    font-size: 35px;
  }

  .root .container.events-page .block.main-block.frame
  {
    padding: 0 12px;
    width: 100%;
  }

  .root .container.events-page .block.main-block.frame .photo
  {
      left: 12px;
    right: 12px;
    /*width: auto;*/
  }

  .root .container.events-page .side-left .calendar
  {
    height: auto;
    padding-bottom: 45px;
    margin-bottom: 40px;
  }

  .root .container.events-page .block.main-block.frame .frame-top
  {
      padding-top: 20px;
    top: -17px;
  }

  .root .container.events-page .block.main-block.frame .frame-top .where
  {
      font-size: 12px;
  }

  .root .container.events-page .block.main-block.frame .frame-bottom
  {
      height: 120px;
  }

  .root .container.events-page .block.main-block.frame .frame-bottom h3
  {
      font-size: 21px;
      margin: 0px;
  }

  .root .head-name
  {
    margin-top: 10px;
    padding-left: 0px;
  }

  .root .head-name h1
  {
      font-size: 34px;
      margin: 0 8px;
  }

  .root .container.border-page .body .content .cont.border
  {
        margin-bottom: 115px;
  }

   .root .container.border-page .body .content .head-name
  {
        margin-top: -8px;
  }


  .root .container.border-page .body .content .cont.border .text
  {
        padding-top: 20px;
        padding-bottom: 110px;
  }

  .root .container.border-page .body .content .cont.border img.crow
  {
        bottom: -76px;
        margin-left: -110px;
        width: 220px;
  }

  .root .head-name .icon
  {
    width: 36px;
    margin-top: -1px;
  }

  .root .side-left .tags ul li
  {
        width: auto;
      float: left;
      margin-right: 10px;
      margin-top: 13px;
  }

   .root .side-left .tags ul li:last-child
  {
      margin-right: 0px;
  }

  .root .side-left .tags ul li a
  {
        color: #7E7E7E;
      font-size: 13px;
      text-decoration: none;
      border: 1px solid #d3d3d3;
      font-family: "GothamProLight";
      font-weight: bold;
      border-radius: 9px;
      padding: 5px 12px;
  }

  .root .side-left .tags li a:hover
  {
    border: 1px solid #999999;
  }

   .root .side-left .tags li:hover a,
   .root .container .side-left ul li:hover a
  {
    border: 1px solid #999999;
      color: #222;
  }


  .root .container.content-page.briefly .block-info
  {
    padding-left: 0px;
  }

  .root .container.content-page.briefly .block-info > .info
  {
    padding-left: 12px;
  }

    .root .container.authors-page .content
  {
      padding-right: 20px;
  }

    .root .container.authors-page .body .block
  {
      padding-left: 20px;
      padding-right: 0px;
  }


    .root footer .container
    {
        padding: 0 12px;
    }

    .root footer .container .logo
    {
          width: 190px;
        padding: 0 0px;
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

    .root footer .container .menu
    {
      width: 100%;
       float: left; 
       padding: 0px;
    }

    .root footer .container .menu ul
    {
      padding-left: 0px;
      text-align: center;
    }

    .root footer .container .menu ul li
    {
      display: inline-block;
      margin: 0 5px;
    }

    .root footer .container .wrapp
    {
      width: 100%;
    }

    .root footer .container .social
    {
      width: 100%;
      padding-left: 0px;
      text-align: center;
    }

    .root footer .container .social a
    {
        float: none;
        vertical-align: top;
        margin-top: 3px;
    }

    .root footer .container .email-form
    {
      width: 100%;
       float: left; 
       margin-top: 15px;
    }

    .root footer .container .wrapp .email-form ~ .inp-group
    {
         float: left; 
       width: 100%; 
    }

    /*.root .carousel.carousel-for-block .carousel-control.right
    {
      right: 5px;
    }*/

    /*.root .carousel, 
    .root .carousel .carousel-inner, 
    .root .carousel .carousel-inner .item, 
    .root .illustration
    {
      overflow: visible;
    }*/

    .root .carousel.carousel-for-block .carousel-inner > .item
    {
      display: block;
    }

    .root .carousel.carousel-for-block .carousel-control
    {
      display: none;
    }

    .root .container.content-page .cont.with-information .photo-comment.with-indicators
    {
      padding-left: 94px;
      font-size: 13.5px;
    }

    .root .container.content-page .cont.with-information .photo-comment
    {
      font-size: 13.5px;
    }

    .root .container.content-page .cont.with-information .photo-comment.with-indicators .slide-indicators
    {
      left: 0px;
      top: -2px;
      font-size: 16px;
    }

    .root .container.content-page .cont.with-information .photo-comment.with-indicators .slide-indicators .all:before
    {
        top: -3px;
        height: 24px;  
    }

}

@media (max-width: 500px) {

  .root .modal-dialog .modal-body .btn.btn-primary
  {
      margin: 22px 20px;
  }

}

@media (max-width: 420px){

  .root .container.authors-page .content
  {
    padding-right: 0px;
  }

  .root .container.authors-page .body .block
  {
       width: 100%;
       padding: 0 12px;
  }

  .root .container.border-page.manifest-page .body .content .cont.border .text
  {
        padding: 5px 20px 100px 25px;
  }

  .root .container.border-page .body .content .cont.border .text p
  {
        font-size: 16.5px;
        margin-bottom: 15px;
  }

}

@media (max-width: 400px){

  .root .container.border-page .body .content
  {
    padding: 0 12px;
  }

  .root .container.border-page .body .content .head-name h1
  {
        padding: 0 13px;
        font-size: 33px;
  }

  .root footer .container .menu ul.main li
  {
    font-size: 23px;
  }

}