@media only screen and (max-width: 1250px) {
  .virtual .customNavigation a.prev {
    top: -34px;
    bottom: auto;
    left: 50%;
    width: 30px;
    margin-left: -200px;
    height: 30px;
    padding: 0 8px;
    font-size: 24px;
  }
  .virtual .customNavigation a.next {
    top: -34px;
    bottom: auto;
    right: 50%;
    width: 30px;
    margin-right: -200px;
    height: 30px;
    padding: 0 11px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .content.graduates .items .item {
    width: 130px;
  }
  .content.graduates .items .item.sub {
    width: 225px;
  }
  .content.graduates .items .item.big {
    width: 330px;
  }
  .content.graduates .items .item.medium {
    width: 245px;
  }
  .content.graduates .items .item p.p-5 {
    padding: 0;
  }
  .header .header_right .links ul.left {
    padding-right: 40px;
  }
  .header .header_right .admiral {
    /*top: 15px;*/
	top: -4px;/*На новый год*/
  }
}

@media only screen and (max-width: 992px) {
  .header .header_right {
    padding-top: 10px;
  }
  .header .header_right .admiral {
    /*top: 15px;*/
	top: -4px;/*На новый год*/
  }
  .logo .title {
    padding-top: 10px;
  }
  .header .document {
    padding: 10px 0 0 10px;
  }
  .carousel .carousel-caption p a {
    padding: 10px;
  }
  .carousel .carousel-caption {
    bottom: 15px;
    top: 15px;
    font-size: 16px;
  }
  .banners .media_banners .item.item_1 img,
  .banners .media_banners .item.item_2 img,
  .banners .media_banners .item.item_3 img {
    margin: 0 auto;
    float: none;
  }
  /*/////////////////////////////////////*/
  .icons .toggle_btn {
    display: block;
  }
  .icons .menu {
    display: none;
  }
  .icons ul{
	  display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .icons ul > li.two ul > li
	  {
		  width: 150px;
	  }
/*//////////////////////*/
  .icons ul > li.one {
    min-width: 120px;
  }
  .content .document_icons ul > li {
    display: block;
  }
  .content .document_icons ul > li:before {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .header .header_right {
    text-align: center;
  }
  .header .header_right .admiral {
    display: none;
  }
  .header .document > a {
    margin: 0 auto;
  }
  .logo .title {
    font-size: 16px;
    padding-top: 10px;
  }
  .carousel .carousel-caption {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    max-width: 100%;
    padding: 0;
  }
  .carousel .carousel-caption {
    height: 105px;
  }
  /*.icons .toggle_btn {
    display: block;
  }*/
  /*.icons .menu {
    display: none;
  }*/
  .icons ul li a > span
	{
	  display: none;
  }
  .icons ul > li.one,
  .icons ul > li.two ul > li {
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .icons ul > li.one:hover,
  .icons ul > li.two ul > li:hover {
    background-color: #f8f8f8;
  }
  .content.graduates .title,
  .content.graduates .items .item.sub,
  .content.graduates .items .item.big,
  .content.graduates .items .item.medium {
    width: 100% !important;
  }
  .content.graduates .items {
    padding-right: 20px;
  }
  .content.graduates .items .item {
    width: 100%;
    padding: 5px;
  }
  .content.graduates .items .item:after,
  .content.graduates .items .item.has_sub:before {
    display: none;
  }
  .content.graduates .items .item p.p-5 {
    padding: 5px;
  }
  .virtual .carousel-inner .item span {
    padding-bottom: 20px;
  }
  .footer_bottom .text-right {
    text-align: left;
  }
  .footer {
    position: relative;
    height: auto;
  }
  .content-wrapper {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  /*.icons .menu {
    display: block !important;
  }*/
  
}

@media only screen and (max-width: 700px) {
  .header .container > .row > div {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .carousel .carousel-caption {
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
    max-width: 100%;
    font-size: 15px;
    line-height: 17px;
  }
  .carousel .carousel-caption p a {
    padding: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .resources2 .item {
    width: 100%;
  }
  .navigation ul > li {
    padding-right: 20px;
  }
  .navigation ul > li > a {
    font-size: 14px;
    padding-top: 22px;
  }
  .navigation a.active {
    font-weight: normal;
  }
  .virtual .title h3 {
    font-size: 19px;
  }
  .virtual .customNavigation a {
    top: -31px;
  }
  .virtual .customNavigation a.prev {
    margin-left: -155px;
  }
  .virtual .customNavigation a.next {
    margin-right: -155px;
  }
  .carousel .carousel-control .prev,
  .carousel .carousel-control .next {
    top: 30%;
  }
}