@font-face {
font-family: Roboto;
src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
font-family: Montserrat;
src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}
@font-face {
font-family: Lora;
src: url(../fonts/Lora/static/Lora-Medium.ttf);
}

#page {
  min-width: 1200px;
}

/* .node img {
  padding: 0;
} */

#block-bashpcnewtheme-bashmain .content {
  width: 100%;
  background-color: inherit;
  margin-bottom: 0;
}
#block-bashpcnewtheme-bashmain .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#block-bashpcnewtheme-bashmain .content ul li {
  padding: 0;
  margin: 0;
  margin-right: 128px;
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#block-bashpcnewtheme-bashmain .content ul li:last-child,
#block-bashpcnewtheme-bashmainsecond .content ul li:last-child {
  margin-right: 0;
}
#block-bashpcnewtheme-bashmain .content ul li a {
  position: relative;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
}
#block-bashpcnewtheme-bashmain .content ul li a.is-active,
#block-bashpcnewtheme-bashmain .content ul li.menu-item--active-trail a {
  color: #f1c37f;
}
/* #block-bashpcnewtheme-bashmain .content ul li a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  bottom: 0;
  left: 0;
  background: #CFD8DC;
  border-radius: 2px;
} */
  /* visibility: visible;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0); */
  /* transition: all .15s ease-in;
  z-index: 1; */
/* #block-bashpcnewtheme-bashmain .content ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .15s ease-in;
  z-index: 1;
}
#block-bashpcnewtheme-bashmain .content ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition: all .25s ease-out;
}
#block-bashpcnewtheme-bashmain .content ul li a:active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition: all .05s ease-out;
  bottom: -3px;
}
#block-bashpcnewtheme-bashmain .content ul li a.is-active:after,
#block-bashpcnewtheme-bashmain .content ul li a.is-active:hover:after,
#block-bashpcnewtheme-bashmain .content ul li a.is-active:active:after,
#block-bashpcnewtheme-bashmain .content ul li.menu-item--active-trail a:after,
#block-bashpcnewtheme-bashmain .content ul li.menu-item--active-trail a:hover:after,
#block-bashpcnewtheme-bashmain .content ul li.menu-item--active-trail a:active:after {
  background-color: #f1c37f;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
} */



.clearfix.region.region-header {
  padding: 0 40px;
  display: flex;
  align-items: center;
  float: none;
}
.clearfix.region.region-header .site-branding {
  margin: 8px 0;
  display: flex;
  line-height: 0;
  align-items: center;
}
#header .site-branding__text {
  margin: 0;
  padding: 0;
}
#header .site-branding__name a {
  display: block;
  padding-left: 16px;
}
.region.region-gen-menu {
  display: flex;
  align-items: center;
  padding: 0 40px;
}



/* block-bashmainsecond */
#block-bashpcnewtheme-bashmainsecond .content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
#block-bashpcnewtheme-bashmainsecond .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  /* margin-right: 24px; */
}
.region-header #block-bashpcnewtheme-bashmainsecond.block-menu {
  width: inherit;
  margin: 10px;
}
#block-bashpcnewtheme-bashmainsecond .content ul li {
  padding: 0;
  margin: 0;
  margin-right: 48px;
  display: inline-block;
}
#block-bashpcnewtheme-bashmainsecond .content ul li a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  position: relative;
  border-radius: 3px;
  padding-right: 24px;
}
#block-bashpcnewtheme-bashmainsecond .content ul li:first-child a,
#block-bashpcnewtheme-bashmainsecond .content ul li a.pk {
  padding-right: 0;
}
#block-bashpcnewtheme-bashmainsecond .content ul li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/menu-arrow-down.svg);
  width: 24px;
  height: 24px;
}
#block-bashpcnewtheme-bashmainsecond .content ul li:first-child a:after,
#block-bashpcnewtheme-bashmainsecond .content ul li a.pk:after {
  display: none;
}
#block-bashpcnewtheme-bashmainsecond .content ul li a.is-active {
  /* color: #f1c37f;
  background: rgba(255, 255, 255, 0.15); */
}

.region.region-head-menu {
  display: flex;
  padding: 16px 0;
}
nav#block-bashpcnewtheme-bashmainsecond {
  margin-left: auto;
}






/*** *** *   BLOCK-BASHPCNEWTHEME-SEARCH   * *** ***/

#block-bashpcnewtheme-search {
  /* margin: 10px; */
  margin-left: auto;
}
#search-block-form,
#search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form-type-search input.form-search {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  height: 0;
  margin-right: 0;
  outline: 0;
  margin: 0;
}
#content .form-type-search input.form-search {
  color: #000000;
}
input#edit-keys::-webkit-input-placeholder,
#gen-menu input[type="search"]::-webkit-input-placeholder {
  color: #ffffff;
}
#block-bashpcnewtheme-search .form-type-search input.form-search {
  border: 1px solid #ffffff;
  background: transparent;
  width: 287px;
  /* -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s; */
  padding: 25px 57px 25px 16px;
  cursor: inherit;
  border-radius: 8px;
}
#search-form .form-type-search input.form-search {
  padding: 15px 10px;
  float: none;
}
#search-block-form input.form-submit, #search-form input.form-submit {
  position: relative;
  margin: 0;
  height: 52px;
  width: 52px;
  padding: 0;
  cursor: pointer;
  text-indent: -9999px;
  background-image: url(../images/search-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 22px 22px;
  overflow: hidden;
  border: none;
  outline: 0;
  border-radius: inherit;
}
#search-block-form .form-type-search {
  /* background-image: url(../images/search-white.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  background-size: 18px 18px; */
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  padding: 0;
  vertical-align: top;
  /* z-index: 1; */
}
/* .search-showed #block-bashpcnewtheme-bashmainsecond {
  filter: blur(2px);
  opacity: .3;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
} */
/* #block-bashpcnewtheme-search .form-type-search input.form-search {
  
} */
/* .search-showed #search-block-form input.form-submit {
  z-index: 10;
  background-image: url(../images/search-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
} */





/*** *** *   SLIDER   * *** ***/

.media--loading:not([data-animation])::before, .is-b-loading:not([data-animation])::before {
  content: none;
}

#block-bashpcnewtheme-views-block-slider-block-1 .slick-prev:before,
#block-bashpcnewtheme-views-block-slider-block-1 .slick-next:before {
  background-size: 64px !important;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  /* opacity: .75; */
  -webkit-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick-next:before {
  background-image: url(../images/arrow-right-square-outline.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* #block-bashpcnewtheme-views-block-slider-block-1 .slick-next:hover:before {
  background-image: url(../images/arrow-blue-pointing-right-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
} */
#block-bashpcnewtheme-views-block-slider-block-1 .slick-prev:before {
  background-image: url(../images/arrow-left-square-outline.svg);
  background-repeat: no-repeat;
  background-position: center;
}
/* #block-bashpcnewtheme-views-block-slider-block-1 .slick-prev:hover:before {
  background-image: url(../images/arrow-blue-pointing-left-hover.svg);
  background-repeat: no-repeat;
  background-position: center;
} */


#block-bashpcnewtheme-views-block-slider-block-1 .content {
  margin-top: 0;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slide__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  min-height: auto;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  padding: 0;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slide__caption {
  background: transparent !important;
  cursor: auto;
}
.views-field-field-sl-title a {
  font-weight: bold;
  font-family: Roboto;
}
.views-field-field-sl-opis {
  font-weight: bold;
  font-family: serif;
}
.views-field-field-sl-title a,
.views-field-field-sl-title a:active,
.views-field-field-sl-title a:hover,
.views-field-field-sl-title a:focus {
  text-decoration: none;
  color: #fff;
  outline: 0;
}

.views-field.views-field-field-sl-title {
  padding: 5px 10px;
  font-size: 2.2em;
  text-shadow: 6px -6px 12px black;
}
.views-field.views-field-field-sl-opis {
  padding: 10px;
  font-size: 1.2em;
  text-shadow: 0px 0px 17px #a7a7a7;
}

#block-bashpcnewtheme-views-block-slider-block-1 .slick-dots {
  bottom: 24px;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick-dots li {
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick-dots li button:before {
  background-image: url(../images/disactive-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px !important;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  /* opacity: .48; */
  /* -webkit-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out, opacity 0.2s ease-in-out; */
}
/* #block-bashpcnewtheme-views-block-slider-block-1 .slick-dots li button:hover:before {
  opacity: 1;
} */
#block-bashpcnewtheme-views-block-slider-block-1 .slick-dots li.slick-active button:before {
  background-image: url(../images/active-dot.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#block-bashpcnewtheme-views-block-slider-block-1 .slick-arrow {
  height: 140px;
  width: 140px;
}
.slide__title a {
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  min-height: auto;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  outline: 0;
}
.slider-link-page {
  font-size: 0;
}


.path-frontpage .main-content .section {
  padding: 0;
}
.slick-slide {
  min-height: 100px;
}
.path-frontpage .layout-main {
  margin-top: 0;
  margin-bottom: 0;
}
.path-frontpage #content .node__content {
  margin-top: 0;
}
body .block .content {
  margin: 0;
}
/* .slick-arrow::before {
  font-size: 50px;
}*/

.slick-list {
  line-height: 0;
}
.slide__content {
  line-height: 1.5;
}

/* #block-bashpcnewtheme-views-block-slider-block-1:before {
  content: '';
  display: block;
  width: 100%;
  height: 20%;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #1f4390, rgb(31 67 144 / 0%));
  z-index: 10;
}
#block-bashpcnewtheme-views-block-slider-block-1 {
  position: relative;
} */



/*** *** *   NEWS REGION   * *** ***/
.news-container {
  padding: 0;
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
#block-bashpcnewtheme-views-block-blok-interesnoe-block-1 {
  padding-bottom: 45px;
}
#block-bashpcnewtheme-views-block-news-block-block-1,
#block-bashpcnewtheme-views-block-blok-interesnoe-block-1 {
  background: #fbfbfb;
}
#block-bashpcnewtheme-views-block-news-block-block-1 *,
#block-bashpcnewtheme-views-block-blok-interesnoe-block-1 * {
  box-sizing: border-box;
}
#block-bashpcnewtheme-views-block-news-block-block-1:after,
#block-bashpcnewtheme-views-block-blok-interesnoe-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.main-content .news-h2 h2 {
  color: #222222;
  font-size: 1.6rem;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 30px 0 5px 15px;
  margin: 0;
  /* letter-spacing: 2px; */
}

.news-container a {
  margin: 12px;
  width: calc(20% - 24px);
  color: #292828;
  text-decoration: none;
}
.news-container a:hover {
  color: #292828;
  text-decoration: none;
}

.news-block {
  /* margin: 12px;
  width: calc(25% - 24px); */
  /* float: left; */
/*   -webkit-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  -o-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out; */
}
/* .news-block:hover {
  background: #1f4390;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.news-block:before{
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 84%;
  background-color: #0097f7;
  -webkit-transition: width .4s ease-in-out, left .4s ease-in-out;
  -moz-transition: width .4s ease-in-out, left .4s ease-in-out;
  -o-transition: width .4s ease-in-out, left .4s ease-in-out;
  transition: width .4s ease-in-out, left .4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.news-block:hover:before{
  width: 0;
}
.news-block:after{
  display: block;
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: #d8ac4a;
  -webkit-transition: width .4s ease-in-out, left .4s ease-in-out;
  -moz-transition: width .4s ease-in-out, left .4s ease-in-out;
  -o-transition: width .4s ease-in-out, left .4s ease-in-out;
  transition: width .4s ease-in-out, left .4s ease-in-out;
  left: 0;
  bottom: 0;
}
.news-block:hover:after{
  width: 100%;
  left: 0;
}
.news-block:hover .news-foto img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */





.interest-h2 {
  position: relative;
  display: flex;
  margin: 15px 12px 0px 0;
}
.main-content .interest-h2 h2 {
  color: #292828;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  padding: 0 0 35px 25px;
  margin: 0;
  position: relative;
}
.interest-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  background-image: url(../images/hashtag.svg);
  background-size: 25px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.interest-more {
  margin-left: auto;
}
.interest-more a {
  position: relative;
  padding-right: 42px;
  text-decoration: none;
  color: #1A5497;
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.interest-more a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 2px;
  right: 0;
  background-image: url(../images/arrow-right-all-notes.svg);
  background-size: 34px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 16px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.interest-container {
  padding: 0;
  margin: 0 -12px;
  display: flex;
  flex-direction: column;
}

.interest-container a {
  margin: 12px;
  width: calc(100% - 39px);
  color: #292828;
  text-decoration: none;
}
.interest-container a:hover {
  color: #292828;
  text-decoration: none;
}
.interest-container .news-block {
  /* margin: 12px;
  width: calc(100% - 39px); */
  /* float: left; */
  /* width: 287px; */
  /* -webkit-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  -o-transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.5s ease-in-out; */
}
/* .interest-container .news-block:hover {
  background: #1f4390;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.interest-container .news-block:before{
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  width: 84%;
  background-color: #0097f7;
  -webkit-transition: width .4s ease-in-out, left .4s ease-in-out;
  -moz-transition: width .4s ease-in-out, left .4s ease-in-out;
  -o-transition: width .4s ease-in-out, left .4s ease-in-out;
  transition: width .4s ease-in-out, left .4s ease-in-out;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.interest-container .news-block:hover:before{
  width: 0;
}
.interest-container .news-block:after{
  display: block;
  position: absolute;
  content: "";
  height: 4px;
  width: 0;
  background-color: #d8ac4a;
  -webkit-transition: width .4s ease-in-out, left .4s ease-in-out;
  -moz-transition: width .4s ease-in-out, left .4s ease-in-out;
  -o-transition: width .4s ease-in-out, left .4s ease-in-out;
  transition: width .4s ease-in-out, left .4s ease-in-out;
  left: 0;
  bottom: 0;
}
.interest-container .news-block:hover:after{
  width: 100%;
  left: 0;
}
.interest-container .news-block:hover .news-foto img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
} */








.news-foto img {
  border-radius: 8px;
}
.news-foto {
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.news-foto img,
.video-foto img,
.foto-foto img,
.reytingi-foto img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-width: 100%;
  height: auto !important;
}
.news-text {
  padding: 20px 0;
  height: 75px;
  margin-bottom: 70px;
}
.interest-container .news-block:last-child {
  /* margin-bottom: -15px; */
}
.a-block {
  padding-bottom: 16px;
}
.news-date,
.a-date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  background: #1A5497;
  padding: 0 15px;
  border-radius: 8px 0 8px 0;
  /* -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; */
}
/* .news-block:hover .news-date {
  color: #8fa1c8;
}
.news-date:before {
  background-image: url(../images/clock_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px !important;
  display: block;
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 15px;
  height: 15px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.news-block:hover .news-date:before {
  background-image: url(../images/clock_white.svg);
  background-repeat: no-repeat;
  background-position: center;
} */
.news-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
}
.news-title a:hover,
.news-title a {
  color: #292828;
  text-decoration: none;
/*   -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; */
}
.news-opis {
  font-size: .9rem;
  font-family: Roboto;
  font-weight: 100;
  color: #828282;
  padding: 5px 20px 15px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.news-block:hover .news-opis {
  color: #c8ccd6;
}
.news-more {
  float: none;
  text-align: right;
  padding: 45px 15px;
  clear: left;
}
.news-more a,
.fotonew-more a,
.videonew-more a,
.meropriyatiya-more a,
.a-more a {
  position: relative;
  padding-right: 42px;
  text-decoration: none;
  color: #1A5497;
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.news-more a:after,
.fotonew-more a:after,
.videonew-more a:after,
.meropriyatiya-more a:after,
.a-more a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 2px;
  right: 0;
  background-image: url(../images/arrow-right-all-notes.svg);
  background-size: 34px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 16px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
/* .foto-more a {
.news-more a:hover,
.meropriyatiya-more a:hover,
.a-more a:hover {
  background: #deebff;
  color: #1e94e6;
  box-shadow: 0 0 20px #bdbdbd;
}
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
} */




/*** *** *   VIDEO REGION   * *** ***/

.slick--view--video--block-1 .slick__arrow {
  height: 40px;
  margin-top: 0;
  top: 50%;
  width: 100%;
}
.slick--view--video--block-1 .slick-arrow,
.slick--view--video--block-1 .slick-down {
  height: 40px;
  width: 40px;
}
.slick--view--video--block-1 .slick-arrow::before {
  color: #1f4390;
  font-size: 2.5rem;
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: -1px;
  left: -4px;
}
.slick--view--video--block-1 .slick-arrow:hover::before {
  color: #076eb6;
}
.slick--view--video--block-1 .slick-down {
  background: #1f4390;
}



#block-bashpcnewtheme-views-block-video-block-1 {
  /* padding: 50px 70px; */
  padding: 20px 30px;
  background: #173982;
}
#block-bashpcnewtheme-views-block-video-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.video-container {
  padding: 10px 0;
  position: relative;
}
.video-h2 {
  float: left;
}
.video-h2 h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
  margin: 0;
  /* letter-spacing: 2px; */
}
.video-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 21px;
  left: 0;
  background-image: url(../images/video.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.video-more {
  float: right;
  position: relative;
  right: 140px;
}
.video-more a {
  padding: 8px 18px;
  border-radius: 3px;
  background: #d6e4f9;
  text-decoration: none;
  color: #086fb7;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.video-more a:hover {
  background: #deebff;
  color: #1e94e6;
  box-shadow: 0 0 20px #9c9c9c;
}

.video-block {
  padding: 0 30px;
}
.video-foto {
  overflow: hidden;
  position: relative;
}
.video-foto img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.video-foto a {
  outline: 0;
}
.video-foto a:after {
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px !important;
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.slick-slide:hover .video-foto a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Roboto;
  font-size: .8rem;
  padding: 5px 10px;
  color: #fff;
  background: rgba(102, 104, 108, 0.7);
  border-radius: 5px;
}
.video-text {
  padding-top: 15px;
}
.video-title {
  color: #fff;
  font-size: 1.1rem;
  font-family: Roboto;
}
.video-title a,
.video-title a:hover,
.video-title a:active,
.video-title a:focus {
  color: #fff;
  outline: none;
}
.video-date {
  padding: 10px 25px;
  font-size: .8rem;
  font-family: Roboto;
  color: #e5e5e5;
  position: relative;
}
.video-date:before {
  background-image: url(../images/clock_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px !important;
  display: block;
  content: '';
  position: absolute;
  top: 13px;
  left: 3px;
  width: 15px;
  height: 15px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}

.slide__caption {
  cursor: default;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.meropriyatiya-block,
.a-block,
.news-block {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}




.slick--view--video--block-1 .slick-prev,
.slick--view--video--block-1 .slick-next,
.slick--view--video--block-1 .slick-prev:hover,
.slick--view--video--block-1 .slick-prev:focus,
.slick--view--video--block-1 .slick-next:hover,
.slick--view--video--block-1 .slick-next:focus {
  background-position: center;
  background-repeat: no-repeat;
}

.slick--view--video--block-1 .slick-prev.slick-disabled {
  background-image: url(../images/arrow-prev-video.svg);
  background-size: 44px !important;
}
.slick--view--video--block-1 .slick-prev {
  background-image: url(../images/arrow-prev-video-active.svg);
  background-size: 44px !important;
}
.slick--view--video--block-1 .slick-prev:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

.slick--view--video--block-1 .slick-next.slick-disabled {
  background-image: url(../images/arrow-next-video.svg);
  background-size: 44px !important;
}
.slick--view--video--block-1 .slick-next {
  background-image: url(../images/arrow-next-video-active.svg);
  background-size: 44px !important;
}
.slick--view--video--block-1 .slick-next:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

.slick--view--video--block-1 .slick-dots li button:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.slick--view--video--block-1 .slick-prev,
.slick--view--video--block-1 .slick-next {
  -webkit-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
}
.slick--view--video--block-1 .slick-prev:before,
.slick--view--video--block-1 .slick-next:before {
  display: none;
}
.slick--view--video--block-1 .slick-dots {
  position: absolute;
  bottom: 6%;
  left: 18%;
  display: block;
  width: auto;
  margin: 0;
  list-style: none;
  /* text-align: center; */
}
.slick--view--video--block-1 .block ul.slick-dots {
  padding: 0;
}
.slick--view--video--block-1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick--view--video--block-1 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick--view--video--block-1 .slick-dots li button:before {
  font-family: 'slick';
  /* font-size: 6px; */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick--view--video--block-1 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #086fb7;
}
.slick--view--video--block-1 {
  clear: both;
  position: relative;
}
.slick--view--video--block-1:before {
  display: block;
  content: "";
  clear: both;
  height: 1px;
  background: rgba(204, 204, 204, 0.16);
  margin-bottom: 35px;
  width: 100%;
}
.slick--view--video--block-1 .slick__arrow {
  right: 1px;
  left: auto;
  top: -37px;
  width: 100px;
}
.video-title p {
  margin: 0;
}



/*** *** *   FOTO REGION   * *** ***/

.slick--view--foto--block-1 .slick__arrow {
  height: 40px;
  margin-top: 0;
  top: 50%;
  width: 100%;
}
.slick--view--foto--block-1 .slick-arrow,
.slick--view--foto--block-1 .slick-down {
  height: 40px;
  width: 40px;
}
.slick--view--foto--block-1 .slick-arrow::before {
  color: #1f4390;
  font-size: 2.5rem;
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: -1px;
  left: -4px;
}
.slick--view--foto--block-1 .slick-arrow:hover::before {
  color: #076eb6;
}
.slick--view--foto--block-1 .slick-down {
  background: #1f4390;
}



#block-bashpcnewtheme-views-block-foto-block-1 {
  /* padding: 50px 70px; */
  padding: 20px 30px;
  background: #173982;
  clear: both;
}
#block-bashpcnewtheme-views-block-foto-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.foto-container {
  padding: 10px 0;
  position: relative;
}
.foto-h2 {
  float: left;
}
.foto-h2 h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
  margin: 0;
  /* letter-spacing: 2px; */
}
.foto-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 21px;
  left: 0;
  background-image: url(../images/foto.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.foto-more {
  float: right;
  position: relative;
  right: 140px;
}
.foto-more a {
  padding: 8px 18px;
  border-radius: 3px;
  background: #d6e4f9;
  text-decoration: none;
  color: #086fb7;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.foto-more a:hover {
  background: #deebff;
  color: #1e94e6;
  box-shadow: 0 0 20px #9c9c9c;
}

.foto-block {
  padding: 0 30px;
}
.foto-foto {
  overflow: hidden;
  position: relative;
}
.foto-foto img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.foto-foto a {
  outline: 0;
}
/* .foto-foto a:after {
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
} */
.foto-foto a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.foto-time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Roboto;
  font-size: .8rem;
  padding: 5px 10px;
  color: #fff;
  background: rgba(102, 104, 108, 0.7);
  border-radius: 5px;
}
.foto-text {
  padding-top: 15px;
}
.foto-title {
  color: #fff;
  font-size: 1.1rem;
  font-family: Roboto;
}
.foto-date {
  padding: 10px 25px;
  font-size: .8rem;
  font-family: Roboto;
  color: #e5e5e5;
  position: relative;
}
.foto-date:before {
  background-image: url(../images/clock_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 15px;
  height: 15px;
}

span.foto-link {
  position: absolute;
  color: #fff;
  font-size: 1.3em;
  padding: 10px;
  bottom: 0;
  font-family: Roboto;
}
/* #block-bashpcnewtheme-views-block-foto-block-1 .view-content {
  clear: both;
} */



.slick--view--foto--block-1 .slick-prev,
.slick--view--foto--block-1 .slick-next,
.slick--view--foto--block-1 .slick-prev:hover,
.slick--view--foto--block-1 .slick-prev:focus,
.slick--view--foto--block-1 .slick-next:hover,
.slick--view--foto--block-1 .slick-next:focus {
  background-position: center;
  background-repeat: no-repeat;
}

.slick--view--foto--block-1 .slick-prev.slick-disabled {
  background-image: url(../images/arrow-prev-video.svg);
  background-size: 44px !important;
}
.slick--view--foto--block-1 .slick-prev {
  background-image: url(../images/arrow-prev-video-active.svg);
  background-size: 44px !important;
}
.slick--view--foto--block-1 .slick-prev:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

.slick--view--foto--block-1 .slick-next.slick-disabled {
  background-image: url(../images/arrow-next-video.svg);
  background-size: 44px !important;
}
.slick--view--foto--block-1 .slick-next {
  background-image: url(../images/arrow-next-video-active.svg);
  background-size: 44px !important;
}
.slick--view--foto--block-1 .slick-next:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

.slick--view--foto--block-1 .slick-dots li button:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.slick--view--foto--block-1 .slick-prev,
.slick--view--foto--block-1 .slick-next {
  -webkit-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
}
.slick--view--foto--block-1 .slick-prev:before,
.slick--view--foto--block-1 .slick-next:before {
  display: none;
}
.slick--view--foto--block-1 .slick-dots {
  position: absolute;
  bottom: 6%;
  left: 18%;
  display: block;
  width: auto;
  margin: 0;
  list-style: none;
  /* text-align: center; */
}
.slick--view--foto--block-1 .block ul.slick-dots {
  padding: 0;
}
.slick--view--foto--block-1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick--view--foto--block-1 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick--view--foto--block-1 .slick-dots li button:before {
  font-family: 'slick';
  /* font-size: 6px; */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick--view--foto--block-1 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #086fb7;
}
.slick--view--foto--block-1 {
  clear: both;
  position: relative;
}
.slick--view--foto--block-1:before {
  display: block;
  content: "";
  clear: both;
  height: 1px;
  background: rgba(204, 204, 204, 0.16);
  margin-bottom: 35px;
  width: 100%;
}
.slick--view--foto--block-1 .slick__arrow {
  right: 1px;
  left: auto;
  top: -37px;
  width: 100px;
}
.foto-title p {
  margin: 0;
}




/*** *** *   BLOCK-BASHMAINTHIRD   * *** ***/

#block-bashpcnewtheme-bashmainthird,
#block-bashpcnewtheme-svedeniyaobobrazovatelnoyorganizacii {
  background-color: inherit;
  box-sizing: border-box;
  margin-left: auto;
  /* margin-right: auto; */
}
#block-bashpcnewtheme-bashmainthird .content {
  width: 100%;
  /* text-align: center; */
  background-color: inherit;
  /* margin-bottom: 10px; */
}
#block-bashpcnewtheme-bashmainthird .content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#block-bashpcnewtheme-bashmainthird .content ul li {
  /* padding: 20px 0 10px; */
  margin: 0;
  margin-right: 48px;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
}
/* #block-bashpcnewtheme-bashmainthird .content ul li:last-child {
  margin-right: 0;
} */
#block-bashpcnewtheme-bashmainthird .content ul li a,
#block-bashpcnewtheme-bashmainthird .content ul li span {
  position: relative;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding-left: 40px;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#block-bashpcnewtheme-bashmainthird .content ul li a.is-active,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a {
  color: #f1c37f;
}
#block-bashpcnewtheme-bashmainthird .content ul li a:before,
#block-bashpcnewtheme-bashmainthird .content ul li span:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
#block-bashpcnewtheme-bashmainthird .content ul li a.lk-bashedu:before {
  background-image: url(../images/fio-white.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li a.lk-bashedu {
  padding-left: 36px;
}
#block-bashpcnewtheme-bashmainthird .content ul li a.link-old-site:before {
  background-image: url(../images/site.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li a.schedule:before,
#block-bashpcnewtheme-bashmainthird .content ul li span.schedule:before {
  background-image: url(../images/calendar.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a.schedule:before,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail span.schedule:before {
  background-image: url(../images/calendar-gold.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li a.contact-phone:before,
#block-bashpcnewtheme-bashmainthird .content ul li span.contact-phone:before {
  background-image: url(../images/phone-white.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a.contact-phone:before,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail span.contact-phone:before {
  background-image: url(../images/phone-gold.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li a.socseti:before,
#block-bashpcnewtheme-bashmainthird .content ul li span.socseti:before {
  background-image: url(../images/stars.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a.socseti:before,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail span.socseti:before {
  background-image: url(../images/stars-gold.svg);
}
#block-bashpcnewtheme-bashmainthird .content ul li a.epb:before,
#block-bashpcnewtheme-bashmainthird .content ul li span.epb:before {
  background-image: url(../images/epb.png);
}
/* #block-bashpcnewtheme-bashmainthird .content ul li a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .15s ease-in;
  z-index: 1;
}
#block-bashpcnewtheme-bashmainthird .content ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition: all .25s ease-out;
}
#block-bashpcnewtheme-bashmainthird .content ul li a:active:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  transition: all .05s ease-out;
  top: -3px;
}
#block-bashpcnewtheme-bashmainthird .content ul li a.is-active:after,
#block-bashpcnewtheme-bashmainthird .content ul li a.is-active:hover:after,
#block-bashpcnewtheme-bashmainthird .content ul li a.is-active:active:after,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a:after,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a:hover:after,
#block-bashpcnewtheme-bashmainthird .content ul li.menu-item--active-trail a:active:after {
  background-color: #f1c37f;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
} */





/*** *** *   BLOCK-PEREKLYUCHATELYAZYKA   * *** ***/

#head-menu {
  /* background-color: #1f4390; */
  background: #1A5497;
}
#head-menu .layout-container {
  margin: 0 40px;
}
#block-bashpcnewtheme-pereklyuchatelyazyka {
  float: right;
  clear: both;
}
#block-bashpcnewtheme-pereklyuchatelyazyka ul.links {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  /* font-size: 0; */
}
#block-bashpcnewtheme-pereklyuchatelyazyka .content ul li {
  text-transform: uppercase;
  /* font-size: 8pt; */
  display: inline;
}
#block-bashpcnewtheme-pereklyuchatelyazyka .content ul li a {
  color: #ffffff;
  padding: 3px 7px;
  border-radius: 4px;
}
#block-bashpcnewtheme-pereklyuchatelyazyka .content ul li a:hover {
  background: rgb(255 255 255 / 0.15);
}
#block-bashpcnewtheme-pereklyuchatelyazyka {
  /* background: #10335a; */
  /* margin: 0 1px 0 0; */
  /* padding: 0 5px 5px;
  border-radius: 0 0 5px 5px; */
  /* float: left; */
}
html[lang="ru"] #block-bashpcnewtheme-pereklyuchatelyazyka .content li.ru a.language-link,
html[lang="en"] #block-bashpcnewtheme-pereklyuchatelyazyka .content li.en a.language-link,
html[lang="ba"] #block-bashpcnewtheme-pereklyuchatelyazyka .content li.ba a.language-link {
  color: #ffc94e;
  background: rgb(255 255 255 / 0.15);
}



#block-bashpcnewtheme-versiyadlyaslabovidyaschikh {
  margin: 0;
  width: 28px;
  height: 28px;
}
.eye-open,
.eye-open svg {
  width: 28px;
  height: 28px;
}
.eye-open a {
  display: block;
  height: 28px;
}
.eye-open:hover svg path {
  fill: #ffc94e !important;
}



#block-bashpcnewtheme-socialnyeknopki {
  float: right;
  padding: 0 12px;
}
.soc-item {
  float: left;
  padding: 6px 9px;
}
.soc-item span {
  background-size: 16px !important;
  display: block;
  width: 16px;
  height: 16px;
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.soc-item span.telegram {
  background-image: url(../images/telegram.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span.instagram {
  background-image: url(../images/instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span.youtube {
  background-image: url(../images/youtube.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span.twitter {
  background-image: url(../images/twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span.facebook {
  background-image: url(../images/facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span.vk {
  background-image: url(../images/vk.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item span:hover {
  filter: contrast(50%);
}

#block-bashpcnewtheme-bashmain .content ul li a:after,
.eye-open svg path,
.eye-open,
.eye-open a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.vi-special-block-image {
  transition: background-image 0.2s ease-in-out;
}
/* #block-bashpcnewtheme-bashmainthird .content ul li a, */
#block-bashpcnewtheme-pereklyuchatelyazyka .content ul li a,
#block-bashpcnewtheme-bashmainsecond .content ul li a {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}





/*** *** *   OBYAVLENIYA REGION   * *** ***/
#block-bashpcnewtheme-views-block-obyavleniya-block-1 {
  background: #f5f5f5;
  padding: 50px 70px 70px;
}
/* #block-bashpcnewtheme-views-block-obyavleniya-block-1 .content {
  padding: 50px 70px 70px;
} */

#block-bashpcnewtheme-views-block-obyavleniya-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.a-container {
  /* padding: 10px 0; */
  position: relative;
}
.a-h2 {
  float: left;
}
.main-content .a-h2 h2 {
  color: #222222;
  font-size: 1.5rem;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  /* letter-spacing: 2px; */
  line-height: inherit;
}
.a-more {
  float: none;
  text-align: right;
  padding: 45px 15px;
  clear: left;
}
/* .a-more a {
  padding: 8px 18px;
  border-radius: 3px;
  background: #d6e4f9;
  text-decoration: none;
  color: #086fb7;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.1rem;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.a-more a:hover {
  background: #deebff;
  color: #1e94e6;
  box-shadow: 0 0 20px #9c9c9c;
} */
.a-clear a {
  float: left;
  margin: 12px;
  width: calc(100%/3 - 24px);
  /* height: 112px; */
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.32));
  position: relative;
  background: #ffffff;
  border-radius: 8px;
}
.a-clear {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  padding: 0;
  margin: 0 -12px;
}
/*.a-block:hover {
  background: #c5e4f7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.a-link a {
  -webkit-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
}



.a-date {
  position: relative;
  font-size: .8rem;
  font-family: Roboto;
  color: #a5a5a5;
  padding: 32px 0 10px 55px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.a-date:before {
  background-image: url(../images/clock_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: block;
  content: '';
  position: absolute;
  top: 33px;
  left: 32px;
  width: 15px;
  height: 15px;
}
.a-block:hover .a-date {
  color: #6e6e6e;
} */
.a-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  min-height: 3em;
  padding: 20px;
}
.a-clear a,
.a-clear a:hover {
  color: #292828;
  text-decoration: none;
}

/* .a-block:hover .a-title a{
  color: #1d899a;
}
.a-link {
  font-size: .93rem;
  font-family: Roboto;
  font-weight: bold;
  padding: 10px 32px 20px;
  position: absolute;
  bottom: 18px;
}
.a-link a {
  color: #1e8ad0;
  border-bottom: 1px solid #1e8ad0;
  text-decoration: none;
}
.a-block:hover .a-link a {
  color: #d48c23;
  border-bottom: 1px solid #d48c23;
} */

.mainlinks-block,
.mainlinks-link a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}






/*** *** *   MEROPRIYATIYA REGION   * *** ***/
#block-bashpcnewtheme-views-block-meropriyatiya-block-1 {
  background: #ECEFF1;
  padding: 50px 30px;
}

#block-bashpcnewtheme-views-block-meropriyatiya-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.meropriyatiya-container {
  position: relative;
}
.meropriyatiya-h2 {
  /* float: left; */
}
.main-content .meropriyatiya-h2 h2 {
  color: #292828;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 10px 39px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.meropriyatiya-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  left: 0;
  background-image: url(../images/meropriyatiya.svg);
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.meropriyatiya-more {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.meropriyatiya-clear a {
  float: left;
  margin: 16px 12px;
  width: calc(33.333333% - 24px);
  /* height: 100px; */
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.32));
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  /* -webkit-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out; */
}
.meropriyatiya-clear {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}
/* .meropriyatiya-block:hover {
  background: #c5e4f7;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.meropriyatiya-link a {
  -webkit-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
}
*/

.meropriyatiya-date {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  background: #1A5497;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  /* -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; */
}
.meropriyatiya-date .day {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.meropriyatiya-date .month {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
/* .meropriyatiya-block:hover .meropriyatiya-date {
  color: #6e6e6e;
} */
.meropriyatiya-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  min-height: 3em;
  padding: 20px;
  padding-left: 85px;
}
.meropriyatiya-clear a,
.meropriyatiya-clear a:hover,
.meropriyatiya-items-block a,
.meropriyatiya-items-block a:hover {
  color: #292828;
  text-decoration: none;
  /* -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; */
}
/* .meropriyatiya-block:hover .meropriyatiya-title a{
  color: #1d899a;
} */
.meropriyatiya-link {
  font-size: .93rem;
  font-family: Roboto;
  font-weight: bold;
  padding: 10px 32px 20px;
  position: absolute;
  bottom: 18px;
}
.meropriyatiya-link a {
  color: #1e8ad0;
  border-bottom: 1px solid #1e8ad0;
  text-decoration: none;
}
/* .meropriyatiya-block:hover .meropriyatiya-link a {
  color: #d48c23;
  border-bottom: 1px solid #d48c23;
} */











/*** *** *   COLS REGION   * *** ***/
#block-bashpcnewtheme-institutyifakultety {
  background: #ECEFF1;
  padding: 50px 30px;
}

#block-bashpcnewtheme-institutyifakultety:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main-content .cols-h2 h2 {
  color: #292828;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 0 10px 39px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.cols-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 14px;
  left: 0;
  background-image: url(../images/cols.svg);
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.cols-h2 {
  position: relative;
}
.cols {
  float: left;
  margin: 12px;
  width: calc(25% - 24px);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  /* -webkit-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out; */
}
#block-bashpcnewtheme-institutyifakultety .field--type-text-with-summary {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}
.a-cols {
  display: block;
  color: #292828;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  /* -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; */
}
.a-cols:hover {
  color: #292828;
}
.text-cols {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 64%;
}
.img-cols {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}




/*** *** *   BLOCKIMG REGION   * *** ***/
.blockimg {
  background: #ECEFF1;
  padding: 70px 50px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}

.blockimg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blockimg-item {
  float: left;
  margin: 0;
  padding: 0;
  width: calc(16.666666%);
  line-height: 0;
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}
.blockimg-item a {
  display: block;
}






/*** *** *   FOTONEW REGION   * *** ***/
.fotonew-container {
  background: #ECEFF1;
  padding: 10px 28px 50px;
}
.fotonew-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fotonew-block {
  float: left;
  margin: 8px 12px;
  width: calc(16.666666% - 24px);
  position: relative;
  border-radius: 8px;
}
.fotonew-foto {
  line-height: 0;
  position: relative;
}
.fotonew-foto img {
  border-radius: 8px;
}
.fotonew-foto:after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(#00000000, #000000);
  z-index: 1;
  border-radius: 0 0 8px 8px;
}
.foto-count {
  position: absolute;
  bottom: 20px;
  left: 16px;
  z-index: 3;
  color: #ffffff;
  font-size: 12px;
}








/*** *** *   VIDEONEW REGION   * *** ***/
.videonew-container {
  background: #ECEFF1;
  padding: 10px 28px 50px;
}
.videonew-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.videonew-block {
  float: left;
  margin: 8px 12px;
  width: calc(16.666666% - 24px);
  position: relative;
  border-radius: 8px;
}
.videonew-video {
  line-height: 0;
}
.videonew-foto img {
  border-radius: 8px;
}
.videonew-foto {
  position: relative;
}
/* .videonew-video a:after,
.video-items-block > a > .videonew-block:after */
.videonew-foto:after {
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px !important;
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}








#footer-down {
  background: #0E3058;
}
#block-bashpcnewtheme-copyright {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  padding: 18px;
  clear: both;
  /* text-align: center; */
}



/*** *** *   REYTINGI REGION   * *** ***/

#slick-views-reytingi-block-1-3 .slick__arrow {
  height: 40px;
  margin-top: 0;
  top: 50%;
  width: 100%;
}
#slick-views-reytingi-block-1-3 .slick-arrow,
#slick-views-reytingi-block-1-3 .slick-down {
  height: 40px;
  width: 40px;
}
#slick-views-reytingi-block-1-3 .slick-arrow::before {
  color: #1f4390;
  font-size: 2.5rem;
  display: block;
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: -1px;
  left: -4px;
}
#slick-views-reytingi-block-1-3 .slick-arrow:hover::before {
  color: #076eb6;
}
#slick-views-reytingi-block-1-3 .slick-down {
  background: #1f4390;
}



#block-bashpcnewtheme-views-block-reytingi-block-1 {
  /* padding: 50px 70px; */
  padding: 20px 30px;
  background: #941818;
}
#block-bashpcnewtheme-views-block-reytingi-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.reytingi-container {
  padding: 10px 0;
  position: relative;
}
.reytingi-h2 {
  /* float: left; */
}
.reytingi-h2 h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 10px 0 10px 30px;
  margin: 0;
  /* letter-spacing: 2px; */
}
.reytingi-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 19px;
  left: 0;
  background-image: url(../images/foto.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.reytingi-more {
  float: right;
  position: relative;
  right: 140px;
}
.reytingi-more a {
  padding: 8px 18px;
  border-radius: 3px;
  background: #d6e4f9;
  text-decoration: none;
  color: #086fb7;
  font-family: Roboto;
  font-weight: bold;
  font-size: 1.1rem;
}
.reytingi-more a:hover {
  background: #deebff;
  color: #1e94e6;
  box-shadow: 0 0 20px #9c9c9c;
}

.reytingi-block {
  padding: 0 30px;
}
.reytingi-foto {
  overflow: hidden;
  position: relative;
}
.reytingi-foto img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.reytingi-foto a {
  outline: 0;
}
.reytingi-foto a:after {
  background-image: url(../images/play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px !important;
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.reytingi-foto img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.reytingi-time {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Roboto;
  font-size: .8rem;
  padding: 5px 10px;
  color: #fff;
  background: rgba(102, 104, 108, 0.7);
  border-radius: 5px;
}
.reytingi-text {
  padding-top: 15px;
}
.reytingi-title {
  color: #fff;
  font-size: 1.1rem;
  font-family: Roboto;
}
.reytingi-date {
  padding: 10px 25px;
  font-size: .8rem;
  font-family: Roboto;
  color: #e5e5e5;
  position: relative;
}
.reytingi-date:before {
  background-image: url(../images/clock_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 15px;
  height: 15px;
}




#slick-views-reytingi-block-1-3 .slick-prev,
#slick-views-reytingi-block-1-3 .slick-next,
#slick-views-reytingi-block-1-3 .slick-prev:hover,
#slick-views-reytingi-block-1-3 .slick-prev:focus,
#slick-views-reytingi-block-1-3 .slick-next:hover,
#slick-views-reytingi-block-1-3 .slick-next:focus {
  background-position: center;
  background-repeat: no-repeat;
}

#slick-views-reytingi-block-1-3 .slick-prev.slick-disabled {
  background-image: url(../images/arrow-prev-reytingi.svg);
  background-size: 44px !important;
}
#slick-views-reytingi-block-1-3 .slick-prev {
  background-image: url(../images/arrow-prev-reytingi-active.svg);
  background-size: 44px !important;
}
#slick-views-reytingi-block-1-3 .slick-prev:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

#slick-views-reytingi-block-1-3 .slick-next.slick-disabled {
  background-image: url(../images/arrow-next-reytingi.svg);
  background-size: 44px !important;
}
#slick-views-reytingi-block-1-3 .slick-next {
  background-image: url(../images/arrow-next-reytingi-active.svg);
  background-size: 44px !important;
}
#slick-views-reytingi-block-1-3 .slick-next:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
}

#slick-views-reytingi-block-1-3 .slick-dots li button:before {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#slick-views-reytingi-block-1-3 .slick-prev,
#slick-views-reytingi-block-1-3 .slick-next {
  -webkit-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, background-image 0.1s ease-in-out;
}
#slick-views-reytingi-block-1-3 .slick-prev:before,
#slick-views-reytingi-block-1-3 .slick-next:before {
  display: none;
}
#slick-views-reytingi-block-1-3 .slick-dots {
  position: absolute;
  bottom: 6%;
  left: 18%;
  display: block;
  width: auto;
  margin: 0;
  list-style: none;
  /* text-align: center; */
}
#slick-views-reytingi-block-1-3 .block ul.slick-dots {
  padding: 0;
}
#slick-views-reytingi-block-1-3 .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#slick-views-reytingi-block-1-3 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#slick-views-reytingi-block-1-3 .slick-dots li button:before {
  font-family: 'slick';
  /* font-size: 6px; */
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#slick-views-reytingi-block-1-3 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #086fb7;
}
#slick-views-reytingi-block-1-3 {
  clear: both;
  position: relative;
}
#slick-views-reytingi-block-1-3:before {
  display: block;
  content: "";
  clear: both;
  height: 1px;
  background: rgba(204, 204, 204, 0.16);
  margin-bottom: 35px;
  width: 100%;
}
#slick-views-reytingi-block-1-3 .slick__arrow {
  right: 1px;
  left: auto;
  top: -37px;
  width: 100px;
}
.reytingi-title p {
  margin: 0;
}



/* #banners */
#block-bashpcnewtheme-views-block-banners-block-1 {
  background: #CFD8DC;
  padding: 70px;
}
#block-bashpcnewtheme-views-block-banners-block-1:after {
  clear: both;
  content: '';
  display: block;
}
.banners-block {
  float: left;
  margin: 20px;
  width: calc(16.6666666% - 40px);
  position: relative;
  /* border-radius: 8px; */
  text-align: center;
  line-height: 0;
}
/* .banners-block:hover {
  box-shadow: 0 0 20px #eaeaea;
} */
.banners-block {
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.banners-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}



/* #footer-up */
#footer-up {
  background: #0E3058;
}
#footer-up a {
  text-decoration: none;
}
#block-bashpcnewtheme-ssylkivfutere {
  padding: 70px;
}
.fu-link {
  float: left;
  padding-right: 50px;
  width: 50%;
}
.fu-lnk-item,
.fu2-lnk-item,
.fu4-lnk-item {
  padding: 10px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
}
.fu4-lnk-item.last {
  margin-bottom: 20px;
}
.fu-lnk-item a,
.fu2-lnk-item a,
.fu4-lnk-item a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.fu-lnk-item a:hover,
.fu2-lnk-item a:hover,
.fu4-lnk-item a:hover {
  color: rgba(255, 255, 255, 1);
}
.fu-link-2 {
  float: left;
  position: relative;
}
.fu-link-2-group {
  padding-bottom: 20px;
}
.fu-link-3 {
  width: 390px;
  padding: 18px 35px;
  background: #193673;
  border-radius: 5px;
}
.fu-1 {
  float: left;
}
.fu3-lnk-item {
  float: left;
  width: 50%;
  padding: 7px 0;
  font-size: 1.1rem;
  font-family: Roboto;
}
.fu3-lnk-item a {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.fu3-lnk-item a:hover {
  color: rgba(255, 255, 255, 1);
}
.fu-link-4 {
  float: right;
  width: 420px;
  /* line-height: 0; */
}
/* .fu4-lnk-item {
  float: left;
  margin: 7px;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.fu4-lnk-item:hover {
  box-shadow: 0 0 20px #484848;
} */

.soc-item-footer {
  float: left;
  padding: 8px;
}
.soc-item-footer:first-child {
  padding-left: 0;
}
.soc-item-footer:last-child {
  padding-right: 0;
}
.soc-item-footer span {
  background-size: 56px !important;
  display: block;
  width: 56px;
  height: 56px;
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.soc-item-footer span.telegram {
  background-image: url(../images/telegram-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span.instagram {
  background-image: url(../images/instagram-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span.youtube {
  background-image: url(../images/youtube-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span.twitter {
  background-image: url(../images/twitter-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span.facebook {
  background-image: url(../images/facebook-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span.vk {
  background-image: url(../images/vk-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.soc-item-footer span:hover {
  filter: contrast(50%);
}



/*** *** *   FORBLOCK   * *** ***/

.container-general {
  margin: 0 28px;
}
.container-1,
.container-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
}
.container-1 .container-cols,
.container-2 .container-cols {
  float: left;
  margin: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 24px;
  width: calc(25% - 24px);
  height: 360px;
}
.container-1 .container-cols {
  margin-top: 0;
}
.container-1 .container-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 24px 0;
  height: 64px;
  color: #000000;
}
.container-1 .container-group {
  margin: 24px 24px 32px;
}
.container-1 .container-group a {
  position: relative;
  display: block;
  margin: 16px 0;
  padding: 8px 16px;
  background: #CFD8DC;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  color: #000000;
}
.container-1 .container-group a:hover,
.container-1 .container-group a:focus,
.container-1 .container-group a:active {
  color: #000000;
}
.container-1 .container-group-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.container-1 .container-group a:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  right: 16px;
  background-image: url(../images/arrow-right-nauka.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}



.title-block {
  width: 100%;
  color: #000000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  /* margin: 68px 12px 12px; */
}



.container-2 .container-twocols {
  float: left;
  margin: 12px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 24px;
  width: calc(50% - 24px);
}
.container-2 .container-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 40px 0;
  height: 64px;
  color: #000000;
}
.container-2 .container-cols .container-title {
  margin: 32px 24px 0;
}
.container-2 .container-group {
  margin: 8px 20px 16px;
}
.container-2 .container-cols .container-group {
  margin: 24px 20px 16px;
}
.container-2 .container-group a {
  position: relative;
  display: block;
  margin: 16px 0;
  padding: 8px 16px;
  background: #CFD8DC;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  color: #000000;
}
.container-2 .container-group a:hover,
.container-2 .container-group a:focus,
.container-2 .container-group a:active {
  color: #000000;
}
.container-2 .container-group-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.container-2 .container-group a:after {
  content: "";
  position: absolute;
  display: block;
  top: 9px;
  right: 16px;
  background-image: url(../images/arrow-right-nauka.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.container-group-first,
.container-group-second {
  display: inline-block;
  width: calc(50% - 42px);
  margin: 0 20px;
  vertical-align: top;
}

.container-cols.clear {
  background: inherit;
  box-shadow: inherit;
  border-radius: inherit;
}
.container-tworows {
  position: relative;
  width: 100%;
  height: calc(50% - 8px);
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 24px;
}
.container-tworows:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 16px;
  right: 24px;
  background-image: url(../images/arrow-right-nauka.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.container-tworows.first {
  margin-bottom: 8px;
}
.container-tworows.last {
  margin-top: 8px;
}

.container-cols.clear.alone {
  height: 360px;
}



#datetitle {
  position: relative;
  padding: 24px 32px;
}
#contentnew {
  padding: 32px;
}
#datetitle,
#contentnew {
  width: 70%;
  max-width: 100%;
  margin: 24px auto;
  margin-top: 0;
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
}
.datetitle h1.page-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin: 0;
}
#contentnew .node__content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  margin: 0;
}

.back-button a {
  position: relative;
  display: block;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.back-button span {
  display: block;
  padding: 16px 29px 16px 56px;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.back-button a,
.back-button a:hover,
.back-button a:focus,
.back-button a:active {
  color: #292828;
}

.back-button.nauka span:before,
.back-button.inter span:before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  background-image: url(../images/arrow-left-back-button.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}

.back-button {
  position: absolute;
  top: 0;
  right: calc(100% + 24px);
}

.date-author {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  margin-bottom: 10px;
}







/* content_fakultet */
#content_fakultet {
  padding: 0 40px;
}
.fakultet-block-left {
  float: left;
  width: 25%;
}
.fakultet-title-block {
  background: #1A5497;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  /* width: 442px; */
  /* height: 112px; */
  /* margin-right: 12px; */
  margin-top: 0;
}
.fakultet-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.fakultet-title span.text-title {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 60%;
}

.fakultet-dekan-block {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  /* width: 442px; */
  margin-top: 24px;
}
.fakultet-dekan-foto {
  text-align: center;
  padding: 24px;
  line-height: 0;
}
.fakultet-dekan-foto img,
.field--name-field-foto img {
  border-radius: 50%;
}
.view-id-prepodavateli .field--name-field-foto img {
  border-radius: 8px;
}
.fakultet-dekan-dolzhnost {
  position: relative;
  padding: 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.fakultet-dekan-dolzhnost span,
.fakultet-dekan-fio span,
.fakultet-dekan-stepen-zvanie span,
.fakultet-dekan-email {
  padding-left: 40px;
  display: block;
}
.fakultet-dekan-dolzhnost:before,
.fakultet-dekan-fio:before,
.fakultet-dekan-stepen-zvanie:before,
.fakultet-tel-kaf:before,
.fakultet-email-kaf:before,
.field--name-field-tip:before,
.fakultet-dekan-email:before {
  content: none;
  position: absolute;
  display: block;
  left: 24px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.fakultet-dekan-dolzhnost:before {
  background-image: url(../images/img_dolzhnost_dekana.svg);
}
.fakultet-dekan-email {
  position: relative;
  padding: 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.fakultet-dekan-email a {
  margin-left: 40px;
}
.fakultet-dekan-email:before {
  background-image: url(../images/img_email_dekana.svg);
}
.fakultet-dekan-fio {
  position: relative;
  padding: 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.fakultet-dekan-fio:before {
  background-image: url(../images/img_fio_dekana.svg);
}
.fakultet-dekan-stepen-zvanie {
  position: relative;
  padding: 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.fakultet-dekan-stepen-zvanie:before {
  background-image: url(../images/img_fio_dekana.svg);
}


.fakultet-nizhnie-ssylki-block {
  background: #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  /* width: 442px; */
  margin-top: 16px;
}
.fakultet-nizhnie-ssylki-block a {
  position: relative;
  display: block;
  padding: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.fakultet-container.fakultet .fakultet-nizhnie-ssylki-block a {
  color: #292828;
}
.kafedra .fakultet-nizhnie-ssylki-block a {
  display: inline-block;
  margin: 8px 0 20px 64px;
  padding: 0;
}
.fakultet-nizhnie-ssylki-block a:hover {
  color: #292828;
}
.fakultet-nizhnie-ssylki-block a:before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  background-size: 40px 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 32px;
}
.fakultet-nizhnie-ssylki-block a:before {
  background-image: url(../images/arrow-nizhnie-ssylki.svg);
}
.kafedra .fakultet-nizhnie-ssylki-block a:before {
  background-image: none;
}

.fakultet-nizhnie-ssylki-block.zakaz-spravki {
  background: #1A5497;
  filter: drop-shadow(0px 1px 12px rgba(0, 78, 146, 0.32));
}
.fakultet-container.fakultet .fakultet-nizhnie-ssylki-block.zakaz-spravki a {
  padding: 24px 24px 24px 64px;
  color: #FFFFFF;
}
.fakultet-nizhnie-ssylki-block.zakaz-spravki a:hover {
  color: #FFFFFF;
}
.fakultet-nizhnie-ssylki-block.zakaz-spravki a:before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.fakultet-nizhnie-ssylki-block.zakaz-spravki a:before {
  background-image: url(../images/arrow-zakaz-spravki.svg);
}



.fakultet-block-right {
  float: left;
  width: 75%;
}
.fakultet-main-ssylki-block {
  float: left;
  width: 100%;
}
.fakultet-main-ssylki-link {
  width: calc(33.33333333333333% - 24px);
  float: left;
  background: #FFFFFF;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  /* width: 442px; */
  margin: 0 0 24px 24px;
  /* margin-top: 0; */
}
.fakultet-main-ssylki-link a {
  position: relative;
  display: block;
  padding: 40px 40px 40px 80px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.fakultet-main-ssylki-link a:hover {
  color: #292828;
}
.fakultet-main-ssylki-link a:before {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.fakultet-main-ssylki-link.news a:before {
  background-image: url(../images/arrow-main-ssylki-news.svg);
}
.fakultet-main-ssylki-link.struct a:before {
  background-image: url(../images/arrow-main-ssylki-struct.svg);
}
.fakultet-main-ssylki-link.history a:before {
  background-image: url(../images/arrow-main-ssylki-history.svg);
}
.fakultet-main-ssylki-link.prepod a:before {
  background-image: url(../images/arrow-main-ssylki-prepod.svg);
}
.fakultet-main-ssylki-link.nauchnaya-rabota a:before {
  background-image: url(../images/arrow-main-ssylki-nauchnaya-rabota.svg);
}
.fakultet-main-ssylki-link.nashi-vypuskniki a:before {
  background-image: url(../images/arrow-main-ssylki-nashi-vypuskniki.svg);
}

.fakultet-body-block {
  background: #FFFFFF;
  border-radius: 8px;
  margin: 0 0 24px 24px;
  clear: both;
  padding: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
}
.kafedra .fakultet-body-block {
  margin: 24px 0 24px 24px;
}

.field--name-field-tip,
.fakultet-tel-kaf,
.fakultet-email-kaf {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
  padding: 20px 20px 0 20px;
}
.phone .field--name-field-tip:before,
.fakultet-tel-kaf:before {
  background-image: url(../images/phone.svg);
}
.email .field--name-field-tip:before,
.fakultet-email-kaf:before {
  background-image: url(../images/img_email_dekana.svg);
}
.kafedra .fakultet-nizhnie-ssylki-block a {
  color: #1A5497;
}
.kafedra .fakultet-nizhnie-ssylki-block a:hover,
.kafedra .fakultet-nizhnie-ssylki-block a:focus {
  color: #018fe2;
}
.kafedra .fakultet-nizhnie-ssylki-block a:active {
  color: #23aeff;
}











.contextual-region {
  clear: both;
}
















/* li.pager__item {
  display: block;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

ul.js-pager__items.pager {
  padding: 40px;
}

li.pager__item a {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  color: #292828;
  padding: 12px 84px 12px 44px;
}

li.pager__item a:hover {
  color: #FFFFFF;
  filter: drop-shadow(0px 2px 12px rgba(26, 84, 151, 0.32));
  background: #1A5497;
}

li.pager__item a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 16px;
  right: 24px;
  background-image: url(../images/bx_bx-chevron-down.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
li.pager__item a:hover:after {
  background-image: url(../images/bx_bx-chevron-down-white.svg);
}

#block-views-block-views-infinite-scroll-block-1 .news-text {
  margin-bottom: 0;
} */


.showdate {
  padding-right: 16px;
}
.showauthor {
  position: relative;
  padding-left: 24px;
}
.showauthor:before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  background-image: url(../images/ellipse.svg);
  background-size: 8px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
}


p:last-child {
  padding-bottom: 0;
}
p:first-child {
  padding-top: 0;
}























/* MENU SIDEBAR */
.sidebar .block {
  padding: 35px 50px;
  margin: 0 0 20px;
  font-family: Roboto;
  font-weight: 900;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}
#block-bashpcnewtheme-bashmain-sidebar ul li {
  list-style: none;
  padding: 0;
}
#block-bashpcnewtheme-bashmain-sidebar ul {
  padding: 0;
}
#block-bashpcnewtheme-bashmain-sidebar ul li a {
  font-size: 1.2rem;
  font-family: Roboto;
  color: #086fb7;
  text-decoration: none;
  padding: 18px;
  display: block;
  -webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
}
#block-bashpcnewtheme-bashmain-sidebar ul li a:hover {
  background: #107ac3;
  color: #ffffff;
}
#block-bashpcnewtheme-bashmain-sidebar.block {
  padding: 0;
}
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li:not(:only-child):last-child > a:not(.is-active),
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li > ul > li:last-child > a:not(.is-active) {
  border-radius: 0 0 5px 5px;
  border-bottom: 0;
}
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li:not(:last-child).menu-item--expanded.menu-item--active-trail > ul > li:last-child > a {
  border-radius: 0;
}
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li:only-child > a {
  border-radius: 5px;
  border-bottom: 0;
}
#block-bashpcnewtheme-bashmain-sidebar ul li:before {
  content: "";
  display: block;
  width: calc(100% - 42px);
  bottom: 0;
  left: 0;
  height: 1px;
  background: #e7e7e7;
  margin-left: auto;
  margin-right: auto;
}
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--expanded.menu-item--active-trail ul li:first-child:before,
#block-bashpcnewtheme-bashmain-sidebar .content > ul > li:first-child:before,
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--active-trail:before,
#block-bashpcnewtheme-bashmain-sidebar ul > li.menu-item--active-trail + li:before {
  content: none;
}
#block-bashpcnewtheme-bashmain-sidebar ul > li.menu-item--expanded.menu-item--active-trail + li:before {
  content: "";
}
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--expanded ul li a {
  padding-left: 60px;
}
#block-bashpcnewtheme-bashmain-sidebar ul > li.menu-item--active-trail > a.is-active,
#block-bashpcnewtheme-bashmain-sidebar ul > li.menu-item--expanded.menu-item--active-trail > a.is-active {
  background: #f2f7ff;
  color: #da860a;
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}
#block-bashpcnewtheme-bashmain-sidebar ul > li:first-child.menu-item--active-trail > a.is-active {
  border-top: 0;
}
#block-bashpcnewtheme-bashmain-sidebar ul > li:last-child.menu-item--active-trail:not(.menu-item--expanded) > a.is-active {
  border-bottom: 0;
}
#block-bashpcnewtheme-bashmain-sidebar ul > li:only-child.menu-item--expanded.menu-item--active-trail > a.is-active {
  border-bottom: 1px solid #dbddde;
  border-radius: 5px 5px 0 0;
}


#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--collapsed > a,
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--expanded > a {
  position: relative;
}

#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--collapsed > a:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/menu-collapsed-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: 38%;
  width: 18px;
  height: 18px;
  right: 18px;
  border: 0;
  margin: 0;
  float: none;
  -webkit-transition: background-image 0.1s ease-in-out;
  -moz-transition: background-image 0.1s ease-in-out;
  -o-transition: background-image 0.1s ease-in-out;
  transition: background-image 0.1s ease-in-out;
}
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--collapsed > a:hover:before {
  background-image: url(../images/menu-collapsed-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
}
#block-bashpcnewtheme-bashmain-sidebar ul li.menu-item--expanded > a:before {
  position: absolute;
  content: '';
  display: block;
  background-image: url(../images/menu-expanded.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: 38%;
  width: 18px;
  height: 18px;
  right: 18px;
  border: 0;
  margin: 0;
  float: none;
}
body:not(.path-frontpage) #content .section {
  padding: 0 25px 10px 10px;
}
body.layout-no-sidebars:not(.path-frontpage) #content .section {
  padding: 0 40px;
}
body:not(.path-frontpage) #content .region-content {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  padding: 10px 25px 35px;
  min-height: 300px;
}
h1.page-title {
  margin-top: 5px;
}



/* BREADCRUMB */
.breadcrumb {
  padding: inherit;
  margin-bottom: inherit;
  list-style: inherit;
  background-color: inherit;
  border-radius: inherit;
}
.breadcrumb {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb li a {
  color: #1A5497;
}
.region-breadcrumb {
  margin: 0 40px;
  padding: 16px 0;
}
.breadcrumb li:first-child a {
  /* position: relative;
  padding-left: 20px; */
  /* margin-right: 8px; */
  margin-left: 0;
}
.breadcrumb li {
  color: #292828;
}
/* .breadcrumb li:first-child a:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url(../images/icon-home.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 14px !important;
} */


/* Ямиловские изменения */
/* #block-bashpcnewtheme-bashmainthird {
  position: relative;
}
#block-bashpcnewtheme-bashmainthird:before {
  content: "";
  position: absolute;
  left: 0;
  top: -100%;
  height: 100%;
  top: -70%;
  height: 70%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, #5274cb, rgb(31 67 144 / 0%));
  background: linear-gradient(to top, #1f4390, rgb(31 67 144 / 0%));
} */
.slick-dots {
  z-index: 2;
}
/**/


/* CONTENT */
.page-title {
  line-height: 1;
  font-weight: bold;
  color: #104a91;
}
#vid {
  margin-bottom: 17px;
  margin-top: 10px;
}
#vidd {
  margin-top: 10px;
}
#vids {
  margin-bottom: 17px;
}
.vid {
  margin-bottom: 17px;
  margin-top: 10px;
}
.vidd {
  margin-top: 10px;
}
.vids {
  margin-bottom: 17px;
}
.vidli {
  margin-left: 17px;
}


html[lang="ru"] .site-branding__logo .logo {
  width: 360px;
  height: 66px;
  background-image: url(../logo.png);
  background-repeat: no-repeat;
}


.main-title-h2 {
  background: linear-gradient(89.65deg, #000428 0%, #004E92 100%);
  border-radius: 8px;
  text-align: center;
  margin: 0 0 32px 0;
}
.main-content .main-title-h2 h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  padding: 16px;
}












.page-name-block {
  width: 100%;
  box-sizing: border-box;
  font-size: 0;
}
.link-back {
  display: inline-block;
  width: auto;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  background: inherit;
  border-radius: 8px;
  vertical-align: middle;
}
.page-name {
  display: inline-block;
  width: calc(100% - 224px);
  background: inherit;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 20px 32px;
  vertical-align: middle;
  margin-left: 24px;
  text-align: center;
}
.prepodavateli .page-name {
  width: calc(80% - 224px);
}
.prepodavateli .page-search {
  display: inline-block;
  width: calc(20% - 24px);
  /* background: #FFFFFF; */
  color: #292828;
  padding: 0;
  vertical-align: middle;
  margin-left: 24px;
}
.link-back a {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  padding-left: 36px;
  height: 32px;
}
.link-back a,
.link-back a:hover,
.link-back a:active,
.link-back a:focus,
.struktura .paragraph--type--bloki a,
.struktura .paragraph--type--bloki a:hover,
.struktura .paragraph--type--bloki a:active,
.struktura .paragraph--type--bloki a:focus {
  color: #292828;
}
.link-back a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/arrow_back.svg);
  background-size: 36px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
}

.paragraph--type--nazvanie-bloka {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.paragraph-block-name {
  margin: 32px 0 16px;
}
.paragraph-block-items .item-list ul {
  margin: -16px -12px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.paragraph-block-items .item-list ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  background: #FFFFFF;
  margin: 16px 12px;
  width: calc(100%/3 - 24px);
}
.paragraph-block-items {
  font-size: 0;
}
.paragraph-block-items ul li a,
.field--name-field-znachenie-kontakta {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 24px;
}
.field--name-field-znachenie-kontakta,
.paragraph-block-items ul li .paragraph--type--socseti a {
  color: #292828;
}
.field--name-field-logotip,
.field--name-field-zagolovok-ssylki {
  display: inline-block;
  vertical-align: middle;
}
.field--name-field-logotip {
  padding: 24px;
  padding-right: 0;
  line-height: 0;
}
.field--type-image.field--name-field-logotip img {
  margin: 0;
}
.field--name-field-zagolovok-ssylki {
  width: 75%;
  padding-left: 16px;
}
/* .paragraph--type--bloki {
  height: 144px;
} */

.paragraph-block-items ul li .paragraph--type--bloki > a {
  padding: 0;
}

.paragraph-block.google {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.fakultet-container.kontakty .paragraph-block-items {
  font-size: inherit;
}

.field--name-field-znachenie-kontakta,
.paragraph-block-items ul li .field--name-field-znachenie-kontakta a {
  display: inline-block;
  margin: 20px;
  padding: 0;
  font-weight: normal;
}
.paragraph-block-items ul li .field--name-field-znachenie-kontakta a {
  margin: 0;
}
.field--name-field-znachenie-kontakta a {
  overflow-wrap: anywhere;
}

.block-views-blockkontakty-fakulteta-block-1 iframe {
  border-radius: 8px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.32));
}


.paragraph-block-name.google {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.paragraph-block-name.google span {
  position: relative;
  padding-left: 40px;
}
.paragraph-block-name.google span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-image: url(../images/place.svg);
}
.paragraph-block-items ul li .paragraph--type--socseti a {
  font-family: Roboto;
  font-weight: normal;
  padding: 40px;
  padding-left: 80px;
}
.paragraph--type--socseti .field--name-field-zagolovok-ssylki {
  position: relative;
  padding-left: 0;
  width: 100%;
}
.paragraph--type--socseti .field--name-field-zagolovok-ssylki:before {
  content: "";
  position: absolute;
  display: block;
  left: -40px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.instagram.paragraph--type--socseti .field--name-field-zagolovok-ssylki:before {
  background-image: url(../images/logo_instagram.svg);
}
.vk.paragraph--type--socseti .field--name-field-zagolovok-ssylki:before {
  background-image: url(../images/logo_vk.svg);
}
.kontakty .paragraph-block-items ul li {
  width: calc(100%/4 - 24px);
}


.sostav-dekanata .paragraph-block-items .item-list ul li,
.prepodavateli .paragraph-block-items .item-list ul li {
  display: flex;
  padding: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: #FFFFFF;
  margin: 16px 12px;
  width: calc(100%/3 - 24px);
  vertical-align: inherit;
  filter: inherit;
}
.page-stranica .paragraph--type--sostav-dekanata {
  display: flex;
  padding: 0;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  background: #FFFFFF;
  margin: 0;
  width: calc(100%/3);
  min-width: 490px;
  vertical-align: inherit;
  filter: inherit;
}
.sostav-dekanata .paragraph-block-items .item-list ul li:hover > a,
.prepodavateli .paragraph-block-items .item-list ul li:hover > a {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.sostav-dekanata .paragraph-block-items ul li a,
.prepodavateli .paragraph-block-items ul li a {
  display: block;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.field--name-field-foto,
.field--name-field-fio,
.field--name-field-dolzhnost,
.field--name-field-uchenoe-zvanie-stepen {
  display: flex;
  flex: 1;
}
.field--name-field-foto {
  flex: none;
  flex-grow: 0;
}
.sostav-dekanata .paragraph-block-items,
.prepodavateli .paragraph-block-items {
  padding: 24px 0 16px;
}
.field--name-field-foto {
  padding: 16px;
  /* flex: auto; */
  /* width: 7%; */
}
.paragraph--type--sostav-dekanata {
  position: relative;
  /* width: 100%; */
  display: flex;
  align-items: start;
  min-height: 272px;
}
.sostav-dekanata .paragraph-block-items .item-list ul li:hover a .paragraph--type--sostav-dekanata:after,
.prepodavateli .paragraph-block-items .item-list ul li:hover a .paragraph--type--sostav-dekanata:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/arrow-right.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  left: calc(100% - 100px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.field--name-field-fio,
.field--name-field-dolzhnost,
.field--name-field-vypusk,
.field--name-field-uchenoe-zvanie-stepen {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
  padding: 0;
  padding-right: 24px;
}
/* .prepodavateli .field--name-field-fio,
.prepodavateli .field--name-field-dolzhnost,
.prepodavateli .field--name-field-vypusk,
.prepodavateli .field--name-field-uchenoe-zvanie-stepen,
.paragraph--type--sostav-dekanata .field--name-field-fio,
.paragraph--type--sostav-dekanata .field--name-field-dolzhnost,
.paragraph--type--sostav-dekanata .field--name-field-vypusk,
.paragraph--type--sostav-dekanata .field--name-field-uchenoe-zvanie-stepen {
  padding: 16px;
} */
.field--name-field-fio,
.prepodavateli .paragraph-block-items ul li .field--name-field-fio a {
  position: relative;
  padding: 12px;
  /* padding-top: 0; */
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.prepodavateli .paragraph-block-items ul li .field--name-field-fio a {
  padding: 0;
  color: #0071b3;
  outline: none;
}
.paragraph--type--nashi-vypuskniki .field--name-field-fio {
  padding: 0;
}
.prepodavateli .paragraph-block-items ul li .field--name-field-fio a:hover,
.prepodavateli .paragraph-block-items ul li .field--name-field-fio a:focus {
  color: #018fe2;
}
.prepodavateli .paragraph-block-items ul li .field--name-field-fio a:active {
  color: #23aeff;
}
.field--name-field-dolzhnost {
  position: relative;
  padding: 12px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292828;
}
.field--name-field-uchenoe-zvanie-stepen {
  position: relative;
  padding: 12px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292828;
}

.prepodavateli .field--name-field-fio {
  /* width: calc(35% - 80px); */
  flex: 3;
}
.prepodavateli .field--name-field-dolzhnost {
  /* width: calc(25% - 80px); */
  flex: 2;
  font-weight: normal;
}
.prepodavateli .field--name-field-uchenoe-zvanie-stepen {
  /* width: calc(25% - 24px); */
  flex: 5;
  font-weight: normal;
}
.field--name-field-fio:before,
.field--name-field-dolzhnost:before,
.field--name-field-vypusk:before,
.field--name-field-uchenoe-zvanie-stepen:before {
  content: none;
  position: absolute;
  display: block;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
}
.prepodavateli .field--name-field-fio:before,
.prepodavateli .field--name-field-dolzhnost:before,
.prepodavateli .field--name-field-vypusk:before,
.prepodavateli .field--name-field-uchenoe-zvanie-stepen:before,
.paragraph--type--sostav-dekanata .field--name-field-fio:before,
.paragraph--type--sostav-dekanata .field--name-field-dolzhnost:before,
.paragraph--type--sostav-dekanata .field--name-field-vypusk:before,
.paragraph--type--sostav-dekanata .field--name-field-uchenoe-zvanie-stepen:before {
  content: none;
}
.field--name-field-fio:before {
  background-image: url(../images/fio.svg);
}
.field--name-field-dolzhnost:before {
  background-image: url(../images/dolzhnost.svg);
}
.field--name-field-uchenoe-zvanie-stepen:before,
.field--name-field-vypusk:before {
  background-image: url(../images/education.svg);
}


.inputsearch {
  position: relative;
}
input#mySearch {
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  margin: 0;
  padding: 3px 48px 3px 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  border: none;
  outline: none;
}
input#mySearch::-webkit-input-placeholder {
  color: #CFD8DC;
}
.prepodavateli .inputsearch:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/search-prepod.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  left: calc(100% - 38px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  padding: 19px;
}
.vvv {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 16px;
}


/* QUICK SEARCH */
.elementhide {
	visibility: hidden;
	position: absolute;
}
.elementshow {
	visibility: visible;
}



/* Страница Знакомство с БашГУ */
.page-node-type-stranica-znakomstvo h1.page-title {
  background: linear-gradient(89.65deg, #000428 0%, #004E92 100%);
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px;
  margin: 0;
  /* margin-bottom: 24px; */
}
.page-node-type-stranica-znakomstvo .block-page-title-block,
.page-node-type-stranica-znakomstvo .paragraph--type--content-text,
.page-node-type-stranica-znakomstvo .paragraph--type--content-file,
.page-node-type-stranica-znakomstvo .paragraph--type--kontent-foto {
  width: 70%;
  max-width: 100%;
  margin: 24px auto;
}
.page-node-type-stranica-znakomstvo .block-page-title-block {
  margin: 0 auto;
}
.page-node-type-stranica-znakomstvo .paragraph--type--content-file {
  /* margin: 24px 0; */
}
.page-node-type-stranica-znakomstvo .node__content {
  margin-top: 0;
  font-size: inherit;
}
.page-node-type-stranica-znakomstvo .field--name-field-tekst {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  padding: 32px;
  margin: 0;
  margin-top: 24px;
}
/* .paragraph--type--content-text,
.paragraph--type--kontent-foto {
  margin-top: 24px;
} */
.page-node-type-stranica-znakomstvo .node .field--type-image {
  float: none;
  margin: 0;
  line-height: 0;
}
.page-node-type-stranica-znakomstvo .field--type-image img {
  padding: 0;
  margin: 0;
}
.field--name-field-cfoto img {
  border-radius: 8px;
}
.field--name-field-cfoto {
  line-height: 0;
  text-align: center;
}
.field--name-field-podpis-foto {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #292828;
  margin-top: 8px;
}
.page-node-type-stranica-znakomstvo .file--text {
  background-image: url(../images/search-prepod.svg);
}
/* .page-node-type-stranica-znakomstvo span.file,
span.file {
  display: block;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.32));
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0;
} */
  /* margin: 12px; */
/* .page-node-type-stranica-znakomstvo .field--name-field-cfile .field__item {
  display: inline-block;
  width: calc(100%/3);
} */
/* .field--name-field-cfile {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.page-node-type-stranica-znakomstvo span.file a,
.field--type-file .file a {
  position: relative;
  height: 216px;
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 16px;
  box-sizing: border-box;
} */



.ya_metr {
  margin: 15px 0;
}



/* Страница Рейтинги БашГУ */
.page-node-type-stranica-reytingi h1.page-title {
  background: linear-gradient(89.65deg, #000428 0%, #004E92 100%);
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px;
  margin: 0;
  margin-bottom: 24px;
}
.rating-filters-container {
  display: none;
  background: #FFFFFF;
  border-radius: 8px;
  font-size: 0;
}
.rating-filters {
  display: block;
  padding: 24px 32px;
  width: calc(57% - 64px);
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.all,
.interrating,
.rusrating {
  display: inline-block;
  vertical-align: middle;
}
.rating-container input,
.rating-container label {
  display: inline-block;
  vertical-align: middle;
}
.rating-filters input {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
.rating-filters label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-right: 32px;
  padding-left: 8px;
}
.rating-col-title {
  width: 43%;
}
.rating-filters, .rating-col-title {
  display: inline-block;
  vertical-align: middle;
}
.rating-col-title .year,
.rating-col-title .world,
.rating-col-title .russia,
.rating-col-title .bashkortostan {
  display: inline-block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #292828;
  width: 25%;
}
.rating-image img {
  padding: 0;
  border-radius: 4px;
}
.rating-row {
  margin: 32px 0 64px;
}
.rating-image,
.rating-name-company {
  display: inline-block;
  vertical-align: middle;
}
.rating-name-company {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding-left: 16px;
  width: 82%;
}
.rating-info {
  position: relative;
  font-size: 0;
}
.rating-info:after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 48px;
  left: calc(100% - 80px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}
.england .rating-info:after {
  background-image: url(../images/countries/england.png);
}
.australia .rating-info:after {
  background-image: url(../images/countries/australia.png);
}
.france .rating-info:after {
  background-image: url(../images/countries/france.png);
}
.germany .rating-info:after {
  background-image: url(../images/countries/germany.png);
}
.indonesia .rating-info:after {
  background-image: url(../images/countries/indonesia.png);
}
.russia .rating-info:after {
  background-image: url(../images/countries/russia.png);
}
.spain .rating-info:after {
  background-image: url(../images/countries/spain.png);
}
.turkey .rating-info:after {
  background-image: url(../images/countries/turkey.png);
}

.rating-data {
  font-size: 0;
}
.rating-col-container {
  margin-top: 16px;
  background: #FFFFFF;
  border-radius: 8px;
}
.rating-col-type {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.rating-col-type,
.rating-col-title-data {
  display: inline-block;
  vertical-align: middle;
}
.rating-col-title-data .year,
.rating-col-title-data .world,
.rating-col-title-data .russia,
.rating-col-title-data .bashkortostan {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #292828;
  width: 25%;
}
.rating-col-type {
  padding: 24px 32px;
  width: calc(57% - 64px);
}
.rating-col-title-data {
  width: 43%;
}






.paragraph {
  box-sizing: border-box;
}
.paragraph * {
  box-sizing: border-box;
}
.node__content.clearfix {
  margin-top: 0;
  font-size: inherit;
}
/* .main-content * {
  box-sizing: border-box;
} */
.pcontainer {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.pcontainer.full {
  width: 100%;
}



/* Блок Ссылка тип 1 */
.pcontainer a {
  display: flex;
  border-radius: 24px;
}

.paragraph--type--blok-ssylka-tip-1 * {
  border-radius: 24px;
}
.paragraph--type--blok-ssylka-tip-1 {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  display: block;
  color: #292828;
  /* height: 112px; */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
  width: 100%;
}
.page-node-type-stranica-admin-4 .paragraph--type--blok-ssylka-tip-1 a {
  /* min-height: 172px; */
}
.paragraph--type--blok-ssylka-tip-1.unlinked {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  color: #292828;
  /* height: 112px; */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 24px;
}
.paragraph--type--blok-ssylka-tip-1,
.paragraph--type--blok-ssylka-tip-1 a:hover,
.paragraph--type--blok-ssylka-tip-1 a:active,
.paragraph--type--blok-ssylka-tip-1 a:focus {
  color: #292828;
}
.div-zagolovok-ssylki {
  display: block;
  padding: 16px 64px 16px 24px;
}
.paragraph--type--blok-ssylka-tip-2 .div-zagolovok-ssylki {
  display: block;
  padding: 16px 24px;
}
.paragraph--type--blok-ssylka-tip-1 p:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/svg/arrow-right.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  bottom: 16px;
  right: 24px;
}



article[data-history-node-id="89"] .pcontainer {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 200px;
}
article[data-history-node-id="89"] .pcontainer.full {
  width: 1280px;
  margin: 0 auto;
}
article[data-history-node-id="413"] .pcontainer {
  display: block;
}



.main-container {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: calc(18% - 18px) 3fr;
  grid-template-rows: auto;
}
.main-container.full {
  grid-template-columns: 1fr;
}
.main-container.full.grid-1fr-80 {
  grid-gap: 80px;
  grid-template-columns: 1fr;
}
.main-container.full.grid-1fr-32 {
  grid-gap: 32px;
  grid-template-columns: 1fr;
}
.main-container.center.grid-1fr-16 {
  grid-gap: 16px;
  grid-template-columns: 1fr;
  width: 1374px;
  max-width: 100%;
  margin: 0 auto;
}
.container-left{
  display: grid;
  grid-gap: 24px;
  grid-auto-rows: minmax(0, max-content);
}
.container-right {
  display: grid;
  grid-gap: 24px;
  grid-auto-rows: minmax(0, max-content);
}
.blok-nazvanie-stranicy-tip-1 {
  background: #1A5497;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  /* height: 112px; */
  margin-top: 0;
}
.podrazdelenie .blok-nazvanie-stranicy-tip-1 {
  display: flex;
  justify-content: center;
}
.block-title {
  display: flex;
  align-items: center;
}
.img-title {
  padding: 16px;
  /* padding-right: 8px; */
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  /* flex: none; */
}
.text-title {
  padding: 10px;
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.podrazdelenie .text-title {
  padding: 10px;
  display: flex;
  max-width: inherit;
  vertical-align: inherit;
  text-align: center;
}

.paragraph--type--blok-sotrudnik {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  text-align: center;
}
.sotrudnik-foto {
  text-align: center;
  padding: 12px 24px;
  line-height: 0;
}
.paragraph--type--blok-sotrudnik .sotrudnik-foto img {
  border-radius: 8px;
}
.sotrudnik-foto img,
.field--name-field-foto img {
  border-radius: 8px;
}
.sotrudnik-dolzhnost {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.sotrudnik-dolzhnost .indent,
.sotrudnik-fio .indent,
.sotrudnik-stepen-zvanie .indent,
.sotrudnik-telefon .indent,
.sotrudnik-email {
  /* padding-left: 40px; */
  display: block;
}
.sotrudnik-dolzhnost:before,
.sotrudnik-email:before,
.sotrudnik-stepen-zvanie:before,
.sotrudnik-telefon:before,
.sotrudnik-fio:before {
  content: none;
  position: absolute;
  display: block;
  left: 24px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.sotrudnik-dolzhnost:before {
  background-image: url(../images/img_dolzhnost_dekana.svg);
}

.sotrudnik-email {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
}
.sotrudnik-email a {
  /* margin-left: 40px; */
}
.sotrudnik-email:before {
  background-image: url(../images/img_email_dekana.svg);
}

.sotrudnik-fio {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.sotrudnik-fio:before {
  background-image: url(../images/img_fio_dekana.svg);
}

.sotrudnik-stepen-zvanie {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292828;
}
.sotrudnik-stepen-zvanie:before {
  background-image: url(../images/img_fio_dekana.svg);
}

.sotrudnik-telefon {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292828;
}
.sotrudnik-telefon:before {
  background-image: url(../images/img_telefon.svg);
}

.sotrudnik-address {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292828;
}



.paragraph--type--blok-ssylka-tip-2 {
  background: #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
}
.paragraph--type--blok-ssylka-tip-2 a,
.paragraph--type--blok-ssylka-tip-2.unlinked {
  position: relative;
  display: block;
  padding: 24px;
  padding-right: 70px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
/* .paragraph--type--blok-ssylka-tip-2 a {
}
.paragraph--type--blok-ssylka-tip-2 a {
  display: inline-block;
  margin: 8px 0 20px 64px;
  padding: 0;
} */
.paragraph--type--blok-ssylka-tip-2 a:hover {
  color: #292828;
}
.paragraph--type--blok-ssylka-tip-2 a:before {
  content: "";
  position: absolute;
  display: block;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 40px 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 32px;
}
.paragraph--type--blok-ssylka-tip-2 a:before {
  background-image: url(../images/arrow-nizhnie-ssylki.svg);
}
/* .paragraph--type--blok-ssylka-tip-2 a:before {
  background-image: none;
} */

.paragraph--type--blok-ssylka-tip-2.blue {
  background: #1A5497;
  filter: drop-shadow(0px 1px 12px rgba(0, 78, 146, 0.32));
}
.paragraph--type--blok-ssylka-tip-2.blue a,
.paragraph--type--blok-ssylka-tip-2.blue.unlinked {
  padding: 24px 24px 24px 64px;
  color: #FFFFFF;
}
.paragraph--type--blok-ssylka-tip-2.blue a:hover {
  color: #FFFFFF;
}
.paragraph--type--blok-ssylka-tip-2.blue a:before {
  content: "";
  position: absolute;
  display: block;
  left: 24px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.paragraph--type--blok-ssylka-tip-2.blue a:before {
  background-image: url(../images/arrow-zakaz-spravki.svg);
}



.paragraph--type--blok-ssylka-tip-3-div a {
  display: flex;
}

.paragraph--type--blok-ssylka-tip-3 {
  /* width: calc(33.33333333333333% - 24px);
  float: left; */
  background: #FFFFFF;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  /* height: 74px; */
}
.paragraph--type--blok-ssylka-tip-3,
.paragraph--type--blok-ssylka-tip-3.unlinked {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.paragraph--type--blok-ssylka-tip-3 p {
  padding: 24px;
  padding-right: 40px;
  padding-left: 80px;
  /* width: 100%; */
  /* height: 74px; */
}
.paragraph--type--blok-ssylka-tip-3 * {
  display: flex;
  align-items: center;
}
.paragraph--type--blok-ssylka-tip-3 a:hover {
  color: #292828;
}
.paragraph--type--blok-ssylka-tip-3 p:before {
  content: "";
  position: absolute;
  display: block;
  left: 32px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.paragraph--type--blok-ssylka-tip-3.novosti p:before,
.paragraph--type--blok-ssylka-tip-3.novosti.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-news.svg);
}
.paragraph--type--blok-ssylka-tip-3.struktura p:before,
.paragraph--type--blok-ssylka-tip-3.struktura.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-struct.svg);
}
.paragraph--type--blok-ssylka-tip-3.istorija p:before,
.paragraph--type--blok-ssylka-tip-3.istorija.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-history.svg);
}
.paragraph--type--blok-ssylka-tip-3.prepodavateli p:before,
.paragraph--type--blok-ssylka-tip-3.prepodavateli.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-prepod.svg);
}
.paragraph--type--blok-ssylka-tip-3.nauchnaja-rabota p:before,
.paragraph--type--blok-ssylka-tip-3.nauchnaja-rabota.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-nauchnaya-rabota.svg);
}
.paragraph--type--blok-ssylka-tip-3.nashi-vypuskniki p:before,
.paragraph--type--blok-ssylka-tip-3.nashi-vypuskniki.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-nashi-vypuskniki.svg);
}
.paragraph--type--blok-ssylka-tip-3.default p:before,
.paragraph--type--blok-ssylka-tip-3.default.unlinked:before {
  background-image: url(../images/arrow-main-ssylki-default.svg);
}
.paragraph--type--blok-ssylka-tip-3.telephone p:before,
.paragraph--type--blok-ssylka-tip-3.telephone.unlinked:before {
  background-image: url(../images/phone.svg);
}



.div-field {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: minmax(min-content, max-content);
}
.paragraph--type--blok-nazvanie-and-ssylka-tip-7.div-field {
  grid-gap: 16px;
}
.aaaa {
  grid-template-columns: 1fr;
}
.abcd {
  grid-template-columns: repeat(4, 1fr);
}
.aacd {
  grid-template-columns: 2fr 1fr 1fr;
}
.aaad {
  grid-template-columns: 3fr 1fr;
}
.abbd {
  grid-template-columns: 1fr 2fr 1fr;
}
.abbb {
  grid-template-columns: calc(25% - 18px) 3fr;
}
.abcc {
  grid-template-columns: 1fr 1fr 2fr;
}
.aacc {
  grid-template-columns: 2fr 2fr;
}


.paragraph--type--blok-ssylka-tip-3-div.div-field {
  grid-template-columns: repeat(4, 1fr);
}
.page-kontakty .paragraph--type--blok-ssylka-tip-3-div.div-field {
  grid-template-columns: repeat(3, 1fr);
}
.paragraph--type--blok-ssylka-tip-4-div.div-field {
  grid-template-columns: repeat(4, 1fr);
}
.paragraph--type--blok-ssylka-tip-4-3fr-div.div-field {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 24px;
}
.paragraph--type--blok-ssylka-tip-1-konteyner.div-field {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px 24px;
}
.paragraph--type--blok-ssylka-tip-1-konteyner.div-field * {
  /* align-items: center; */
  display: flex;
  width: 100%;
}
.paragraph--type--content-text {
  background: #FFFFFF;
  border-radius: 8px;
  /* margin: 0 0 24px 24px; */
  clear: both;
  padding: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
}


/* Ссылка тип 4 */
.paragraph--type--blok-ssylka-tip-4 {
  display: grid;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 32%);
  position: relative;
  background: #ffffff;
  border-radius: 8px;
}
.paragraph--type--blok-ssylka-tip-4 a {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.paragraph--type--blok-ssylka-tip-4.unlinked {
  display: grid;
  grid-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, max-content) 1fr;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.paragraph--type--blok-ssylka-tip-4 a,
.paragraph--type--blok-ssylka-tip-4 a:hover,
.paragraph--type--blok-ssylka-tip-4 a:focus,
.paragraph--type--blok-ssylka-tip-4 a:active,
.paragraph--type--blok-ssylka-tip-4.unlinked {
  color: #292828;
}
.paragraph--type--blok-ssylka-tip-4 .text {
  padding: 20px 10px;
  padding-left: 0;
  flex: 1;
}
.paragraph--type--blok-ssylka-tip-4 .img {
  padding: 16px;
  line-height: 0;
}
.title-h2 {
  background: linear-gradient(89.65deg, #000428 0%, #004E92 100%);
  border-radius: 8px;
  text-align: center;
}
.main-content .title-h2 h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 16px;
  margin: 0;
}
.main-paragraph {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: auto;
}
.main-paragraph.page-struktura,
.main-paragraph.page-kontakty {
  grid-gap: 32px;
}



.paragraph--type--blok-ssylka-tip-5 {
  display: flex;
}
.paragraph--type--blok-ssylka-tip-5 .container-group-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.paragraph--type--blok-ssylka-tip-5 a,
.paragraph--type--blok-ssylka-tip-5.unlinked .container-group-item {
  position: relative;
  display: block;
  padding: 8px 16px;
  padding-right: 42px;
  background: #CFD8DC;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  color: #000000;
  width: 100%;
}
.paragraph--type--blok-ssylka-tip-5 a:hover,
.paragraph--type--blok-ssylka-tip-5 a:focus,
.paragraph--type--blok-ssylka-tip-5 a:active {
  color: #000000;
}
.paragraph--type--blok-ssylka-tip-5 a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 7px;
  right: 16px;
  background-image: url(../images/arrow-right-nauka.svg);
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.container-group {
  margin: 24px 24px 32px;
}
.container-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 24px 0;
  min-height: 34px;
  color: #000000;
}
.twocol .container-title {
  margin: 32px 40px 0;
}
.paragraph--type--konteyner-obschiy .container-cols {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 24px;
  /* min-height: 360px; */
  height: auto;
}
.paragraph--type--konteyner-obschiy .container-cols.block-type-1 {
  background: inherit;
  box-shadow: none;
  border-radius: inherit;
  height: inherit;
}
.div-field.block-type-1 {
  grid-gap: 16px;
  grid-template-rows: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.paragraph--type--konteyner-info.div-field .paragraph--type--blok-ssylka-tip-1 {
  /* min-height: 172px; */
  /* height: auto; */
}
.block-type-1:only-child {
  min-height: 172px;
}

/* .container-bloki-firsttype {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
} */
.paragraph--type--konteyner-info .container-group {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: repeat(4, minmax(min-content, max-content));
  margin: 0 24px 32px;
}
.paragraph--type--konteyner-info.twocol .container-group {
  margin: 0 40px 32px;
}
.paragraph--type--konteyner-info.onecol .container-group {
  grid-template-columns: 1fr;
}
.paragraph--type--konteyner-info.twocol .container-group {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px 40px;
  grid-auto-flow: column;
}
.paragraph--type--konteyner-info.threecol .container-group {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px 40px;
  grid-auto-flow: column;
}
.paragraph--type--konteyner-info.fourcol .container-group {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px 40px;
  grid-auto-flow: column;
}


.struct-block-name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.paragraph--type--blok-nazvanie-stranicy-tip-3 {
  display: block;
  align-items: center;
  background: inherit;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 0 32px;
  text-align: center;
  flex: 1;
  /* height: 80px; */
}
.horizon {
  /* grid-template-columns: auto 1fr; */
  display: flex;
  align-items: center;
  grid-gap: initial;
  grid-template-rows: initial;
}
.link-back-button a {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  padding-left: 36px;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  background: inherit;
  border-radius: 8px;
  height: 32px;
}
.link-back-button a,
.link-back-button a:hover,
.link-back-button a:active,
.link-back-button a:focus,
.struct-block-item a,
.struct-block-item a:hover,
.struct-block-item a:active,
.struct-block-item a:focus {
  color: #292828;
}
.link-back-button a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  /* right: 0; */
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/arrow_back.svg);
  background-size: 36px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
}
.paragraph--type--blok-ssylka-tip-7 {
  /* display: inline-block;
  vertical-align: middle;
  padding: 0; */
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  width: 100%;
  /* margin: 16px 12px;
  width: calc(100%/3 - 24px); */
}
/* .struct-block-item a,
.paragraph--type--blok-ssylka-tip-7.unlinked .struct-block-item {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding: 0 32px;
  height: 144px;
} */

.struct-block-container a {
  display: flex;
}

.struct-block-item,
.paragraph--type--blok-ssylka-tip-7.unlinked .struct-block-item {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.struct-block-item p {
  padding: 24px;
  padding-right: 40px;
  padding-left: 80px;
  display: flex;
  align-items: center;
  /* width: 100%; */
  /* height: 112px; */
}
/* .struct-block-item * {
  display: flex;
  align-items: center;
} */
.struct-block-item a:hover {
  color: #292828;
}
.struct-block-item p:before {
  content: "";
  position: absolute;
  display: block;
  left: 32px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.struct-block-item p:before,
.paragraph--type--blok-ssylka-tip-7.unlinked .struct-block-item:before {
  background-image: url(../images/arrow-main-ssylki-struct.svg);
}



.struct-block-container {
  display: grid;
  grid-gap: 32px 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}
.field--name-field-cont-nazvanie-and-ssylka-7 {
  display: grid;
  grid-gap: 56px;
  grid-template-rows: auto;
}
.main-container .paragraph--type--kontakty,
.main-container .paragraph--type--socseti,
.main-paragraph .paragraph--type--kontakty,
.main-paragraph .paragraph--type--socseti {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  background: #FFFFFF;
}
.paragraph--type--kontakty-konteyner.div-field,
.paragraph--type--socseti-konteyner.div-field {
  grid-gap: 16px 24px;
  grid-template-columns: repeat(4, 1fr);
}
.paragraph--type--contact-container {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  background: #FFFFFF;
}
.page-kontakty .paragraph--type--contact-container,
.page-kontakty .paragraph--type--blok-ssylka-tip-3-div {
  width: 1280px;
  margin: 0 auto;
}
.paragraph--type--contact {
  padding: 12px 24px;
}
.contact-name-title {
  padding: 12px 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
  text-align: center;
}
.page-kontakty .contact-name-title {
  text-align: inherit;
}
.contact-name {
  position: relative;
  padding: 0 12px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292828;
}
.contact-body {
  position: relative;
  padding: 0 12px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292828;
  word-break: break-word;
}



.paragraph--type--socseti .socseti-item a:before {
  content: "";
  position: absolute;
  display: block;
  left: 40px;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.instagram.paragraph--type--socseti .socseti-item a:before {
  background-image: url(../images/logo_instagram.svg);
}
.vk.paragraph--type--socseti .socseti-item a:before {
  background-image: url(../images/logo_vk.svg);
}
.socseti-item a,
.paragraph--type--socseti.unlinked .socseti-item {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  padding: 24px 40px 24px 80px;
  color: #292828;
  /* height: 112px; */
}
.socseti-item a:hover,
.socseti-item a:focus,
.socseti-item a:active {
  color: #292828;
}
.paragraph--type--blok-nazvanie-and-kontakty.div-field,
.paragraph--type--blok-nazvanie-and-google-map.div-field {
  grid-gap: 16px;
}


.paragraph--type--blok-nazvanie-and-google-map .paragraph--type--nazvanie-bloka {
  position: relative;
  padding-left: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.paragraph--type--blok-nazvanie-and-google-map .paragraph--type--nazvanie-bloka:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-image: url(../images/place.svg);
}



.page-stranica .block-page-title-block,
.page-stranica .paragraph--type--content-text,
.page-stranica .paragraph--type--kontent-foto,
.page-stranica .paragraph--type--sostav-konteyner,
.page-stranica .paragraph--type--content-file,
.page-stranica .paragraph--type--kontent-foto-original {
  width: 70%;
  max-width: 100%;
  margin: 0 auto;
}


.news-items-block .news-block,
.interesnoe-items-block .news-block {
  float: inherit;
  margin: inherit;
  width: inherit;
  cursor: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  -o-user-select: inherit;
  -webkit-user-select: inherit;
  user-select: inherit;
}
.news-items-block .news-text,
.interesnoe-items-block .news-text {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  height: inherit;
}
.interesnoe-items-block,
.news-items-block {
  display: grid;
  grid-gap: 32px 24px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
}
.news-items-block a,
.news-items-block a:hover,
.news-items-block a:focus,
.news-items-block a:active,
.nauchnye-izdaniya-items-block a,
.nauchnye-izdaniya-items-block a:hover,
.nauchnye-izdaniya-items-block a:focus,
.nauchnye-izdaniya-items-block a:active,
.kollektivy-items-block a,
.kollektivy-items-block a:hover,
.kollektivy-items-block a:focus,
.kollektivy-items-block a:active,
.interesnoe-items-block a,
.interesnoe-items-block a:hover,
.interesnoe-items-block a:focus,
.interesnoe-items-block a:active {
  display: flex;
  color: #292828;
  text-decoration: none;
}



.paragraph--type--nashi-vypuskniki-konteyner.div-field,
.paragraph--type--nashi-sportsmeny-konteyner.div-field {
  grid-template-columns: 1fr 1fr;
}
.paragraph.paragraph--type--nashi-vypuskniki.div-field,
.paragraph.paragraph--type--nashi-sportsmeny.div-field {
  grid-gap: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
}
.vypuskniki-up-block {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: minmax(0, max-content) 1fr;
  grid-template-rows: auto;
  grid-auto-rows: minmax(0, max-content);
}
/* .vypuskniki-left-block {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: auto;
  grid-auto-rows: minmax(0, max-content);
} */
.vypuskniki-foto {
  line-height: 0;
  padding-top: 24px;
  padding-left: 24px;
}
.vypuskniki-foto img {
  border-radius: 8px;
}
.vypuskniki-fio .field--name-field-fio,
.field--name-field-vypusk {
  width: inherit;
  font-weight: normal;
}
.vypuskniki-fio .field--name-field-fio {
  font-weight: bold;
}
.vypuskniki-fio {
  padding-top: 36px;
}
.paragraph--type--nashi-sportsmeny .vypuskniki-fio {
  padding-top: 24px;
}
.paragraph--type--nashi-sportsmeny .vypuskniki-left-block {
  display: flex;
  align-items: center;
}
.vypuskniki-vypusk {
  padding-top: 12px;
}
.vypuskniki-tekst {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
  padding: 24px;
  padding-top: 0;
}



.paragraph--type--blok-ssylka-tip-4-3fr {
  display: grid;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 32%);
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  /* height: 112px; */
}
.paragraph--type--blok-ssylka-tip-4-3fr a {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, max-content) 1fr;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
.paragraph--type--blok-ssylka-tip-4-3fr.unlinked {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, max-content) 1fr;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
}
.paragraph--type--blok-ssylka-tip-4-3fr a,
.paragraph--type--blok-ssylka-tip-4-3fr a:hover,
.paragraph--type--blok-ssylka-tip-4-3fr a:focus,
.paragraph--type--blok-ssylka-tip-4-3fr a:active,
.paragraph--type--blok-ssylka-tip-4-3fr.unlinked {
  color: #292828;
}
.paragraph--type--blok-ssylka-tip-4-3fr .text {
  padding: 20px 10px;
  padding-left: 0;
}
.paragraph--type--blok-ssylka-tip-4-3fr .img {
  padding: 0 16px;
  padding-right: 0;
  line-height: 0;
}



/* Научно-инновационное управление */
.niu-title {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}



.div-bibl {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: calc(25% - 16px) calc(50% - 16px) 25%;
  background: #FFFFFF;
  border-radius: 8px;
}
.e-i-r .div-bibl {
  grid-gap: 16px;
  grid-template-columns: calc(5% - 16px) calc(25% - 16px) calc(20% - 16px) calc(15% - 16px) calc(18% - 16px) 17%;
}
.div-bibl-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  padding: 32px 40px;
  color: #292828;
}
.e-i-r .div-bibl-item {
  font-size: 16px;
  line-height: 24px;
  padding: 24px;
}
.div-bibl.main .div-bibl-item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding: 32px 40px;
  color: #292828;
}
.e-i-r .div-bibl.main .div-bibl-item {
  padding: 24px;
}
.div-bibl.sticky {
  position: sticky;
  top: 0;
  min-height: 96px;
  z-index: 10;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.12));
}


.div-bibl-title {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  padding: 20px;
  margin: 8px 0 24px 0;
}
.div-bibl-title.notfirst {
  margin-top: 48px;
}
.e-i-r {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: minmax(min-content, max-content);
}


/* Специальности Колледжа */
.spec-kolledzh {
  width: 70%;
  margin: 0 auto;
}
.spec-kolledzh__item {
  margin-bottom: 56px;
}
.spec-kolledzh__item > div {
  margin-bottom: 16px;
}
.spec-kolledzh__item > div:last-child {
  margin-bottom: 0;
}
.title {
  background: #1A5497;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  padding: 24px;
}
.block-srok-obucheniya {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 32px 32px;
  font-size: 0;
}
.block-srok-obucheniya .row-1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding-bottom: 24px;
}
.block-srok-obucheniya .row-2 {
  padding-bottom: 24px;
}
.block-srok-obucheniya .col-1 {
  display: inline-block;
  width: 26%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.block-srok-obucheniya .col-2,
.block-srok-obucheniya .col-3 {
  display: inline-block;
  width: 37%;
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.block-kval {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.block-kval .row-1 {
  padding-bottom: 32px;
}
.block-kval .row-2 {
  font-weight: normal;
}

.block-podrobnee {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #292828;
  padding: 24px;
  cursor: pointer;
}
.block-podrobnee span {
  position: relative;
  padding-right: 48px;
}
.block-podrobnee a,
.block-podrobnee a:hover,
.block-podrobnee a:focus,
.block-podrobnee a:active {
  color: #292828;
}
.block-podrobnee.hide ~ .block-infospec {
  display: none;
}
.block-podrobnee.show ~ .block-infospec {
  display: block;
}
.block-podrobnee.show {
  margin-bottom: 16px;
}
.block-podrobnee span:after {
  content: "";
  position: absolute;
  right: 0;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-image: url(../images/more-down.svg);
}
.block-podrobnee.show span:after {
  background-image: url(../images/more-up.svg);
}
.block-infospec {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 24px;
  color: #292828;
}



/* rukovodstvo */
.rukovodstvo-container {
  width: 70%;
  margin: 0 auto;
}
.rukovodstvo-item-block {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 24px;
  display: flex;
  /* grid-template-columns: 1fr 1fr; */
}
.rukovodstvo-item-left {
  flex: none;
}
.rukovodstvo-item-right {
  position: relative;
}
.rukovodstvo-item-right {
  display: flex;
  flex-direction: column;
}
.ruk-foto {
  padding: 24px;
}
.ruk-foto img {
  border-radius: 8px;
  padding: 0;
}
.ruk-dolzhnost {
  position: relative;
  padding: 12px 24px;
  padding-top: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.ruk-fio {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #292828;
}
.ruk-zvanie {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #292828;
}
.ruk-place {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292828;
}
.ruk-mail {
  position: relative;
  padding: 12px 24px;
  padding-top: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word;
}
.ruk-phone {
  position: relative;
  padding: 0 24px;
  padding-top: 0;
  padding-bottom: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #292828;
}
.fakultet-dekan-email {
  padding-left: 40px;
  display: block;
}
.ruk-dolzhnost:before,
.ruk-fio:before,
.ruk-place:before,
.ruk-mail:before,
.ruk-phone:before,
.ruk-zvanie:before {
  content: none;
  position: absolute;
  display: block;
  left: 0;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.ruk-dolzhnost:before {
  background-image: url(../images/ruk-dolzhnost.svg);
}
.ruk-fio:before {
  background-image: url(../images/ruk-fio.svg);
}
.ruk-place:before {
  background-image: url(../images/ruk-place.svg);
}
.ruk-mail:before {
  background-image: url(../images/ruk-mail.svg);
}
.ruk-phone:before {
  background-image: url(../images/ruk-phone.svg);
}
.ruk-zvanie:before {
  background-image: url(../images/ruk-zvanie.svg);
}
.ruk-online-block {
  padding: 12px 16px;
  padding-top: 0;
  /* position: absolute;
  left: 0;
  bottom: 24px; */
}
.ruk-online-block.instagram,
.ruk-online-block.vk,
.ruk-online-block.facebook {
  background: #FFFFFF;
  border-radius: 4px;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.32));
  margin-right: 24px;
}



.news-uchsov-items-block {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.news-uchsov-items-block a,
.news-uchsov-items-block a:hover,
.news-uchsov-items-block a:focus,
.news-uchsov-items-block a:active {
  display: flex;
  color: #292828;
  text-decoration: none;
}
.news-uchsov-block {
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.news-uchsov-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 16px 16px 50px 16px;
}
.news-uchsov-date {
  position: absolute;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #292828;
  padding: 16px;
  bottom: 0;
  right: 0;
}



.node__content table[border='0'] {
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.node__content table[border='0'] tr {
  padding: 0;
  border: none;
  background: transparent;
}
.node__content table[border='0'] tr td,
.node__content table[border='0'] tr th {
  padding: 0;
  text-align: inherit;
  border: none;
}
.table-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-bottom: 8px;
}
.td-height70 {
  width: 70%;
}
.td-height30 {
  width: 30%;
}
.node__content tr td,
.node__content tr th {
  padding: 10px 16px;
  /* border: none; */
  border: 1px solid #292828;
}
.node__content table thead tr th {
  background: rgb(70 70 70 / 51%);
}
.node__content table[data-striping="1"] tr td,
.node__content table[data-striping="1"] tr th {
  border: none;
}
.node__content table[data-striping="1"] tr {
  border-bottom: 1px dashed #c7c7c7;
}
.node__content table[data-striping="1"] thead tr,
.node__content table[data-striping="1"] tr:last-child {
  border: none;
}
.node__content tr {
  border: none;
}
.node__content table tr {
  background: #ffffff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.title-bold-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.title-a-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.title-a-text a,
.title-a-text a:hover,
.title-a-text a:focus,
.title-a-text a:active {
  color: #1A5497;
  text-decoration-line: underline;
}



/* .field--type-file .file a:before,
.field--type-file .file a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 16px;
  background-size: 40px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
.field--type-file .file a:before {
  background-image: url(../images/download.svg);
  left: 16px;
}
.field--type-file .file a:after {
  right: 16px;
}
.field--type-file .file.file--mime-application-msword a:after {
  background-image: url(../images/doc_type_doc.svg);
}
.field--type-file .file.file--mime-application-pdf a:after {
  background-image: url(../images/doc_type_pdf.svg);
}
.field--type-file .file.file--mime-application-vnd-ms-excel a:after {
  background-image: url(../images/doc_type_xls.svg);
} */



/* СМИ о нас */
.smi-items-block {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.smi-items-block a,
.smi-items-block a:hover,
.smi-items-block a:focus,
.smi-items-block a:active {
  display: flex;
  color: #292828;
  text-decoration: none;
  /* height: 200px; */
}
.smi-block {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.smi-foto {
  padding: 16px;
  line-height: 0;
}
.smi-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  padding: 0 16px 16px;
}

.block-views-blocksmi-o-nas-block-1 {
  background: #ECEFF1;
  margin: 50px 40px;
}
.block-views-blocksmi-o-nas-block-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.smi-h2 {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.main-content .smi-h2 h2 {
  position: relative;
  color: #292828;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 35px;
  padding-left: 39px;
  margin: 0;
  /* display: inline-block;
  vertical-align: middle; */
}
.smi-h2 h2:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/write.svg);
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.smi-more {
  margin-left: 15px;
}
.smi-more a {
  position: relative;
  padding-right: 42px;
  text-decoration: none;
  color: #1A5497;
  font-family: Roboto;
  font-weight: normal;
  font-size: 16px;
  text-decoration-line: underline;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.smi-more a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 2px;
  right: 0;
  background-image: url(../images/arrow-right-all-notes.svg);
  background-size: 34px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 16px;
  -webkit-transition: background-image 0.2s ease-in-out;
  -moz-transition: background-image 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out;
}
.smi-clear .smi-block {
  position: relative;
  float: left;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
}
.smi-clear {
  display: flex;
  clear: both;
  margin: 0 -12px -16px -12px;
}
.smi-clear a,
.smi-clear a:hover,
.smi-clear a:focus,
.smi-clear a:active {
  display: flex;
  color: #292828;
  text-decoration: none;
  /* height: 200px; */
  margin: 16px 12px;
  width: calc(25% - 24px);
}







.node--type-gazeta-kafedra .node__content {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: minmax(min-content, max-content);
}

.gazeta-container {
  display: grid;
  grid-gap: 56px 24px;
  grid-template-columns: repeat(6, 1fr);
}
.gazeta-cover {
  line-height: 0;
}
.gazeta-cover img {
  border-radius: 8px 8px 0px 0px;
}
.gazeta-block {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  transition: filter 0.2s ease-in-out;
}
.gazeta-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 16px;
  /* transition: margin-bottom 0.1s ease-in-out; */
}
.gazeta-download-block {
  display: none;
  transition: display 0.3s ease-in-out;
}
.gazeta-block:hover {
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.56));
  border-radius: 8px 8px 0 0;
  z-index: 1;
}
/* .gazeta-block:hover .gazeta-text {
  margin-bottom: 72px;
} */
.gazeta-download {
  display: block;
  /* position: absolute; */
  /* left: 16px; */
  /* bottom: 24px; */
  background: #1A5497;
  border-radius: 8px;
  /* width: calc(100% - 32px); */
  text-align: center;
  /* margin: 100px; */
  margin: 0 16px 24px;
}
.gazeta-download span {
  display: inline;
  position: relative;
  padding-right: 32px;
}
.gazeta-download a {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  padding: 8px;
}
.gazeta-download a:hover,
.gazeta-download a:focus,
.gazeta-download a:active {
  color: #FFFFFF;
}
.gazeta-download span:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/download-kafedra.svg);
  width: 24px;
  height: 24px;
}
.gazeta-block:hover .gazeta-download-block {
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  position: absolute;
  width: 100%;
  height: 72px;
  display: block;
  z-index: 10;
  top: calc(100%);
}



/* PAGER*/
div.pagerer-container {
  margin: 0;
}
div.pagerer-center-pane ul.pager__items {
  font-size: 0;
}
.pager__item a,
.pager__item span.hellip {
  display: inline-block;
  background: #FFFFFF;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  color: #212121;
  font-size: 16px;
}
.pager__item a:hover,
.pager__item a:focus,
.pager__item a:active {
  color: #212121;
}
.pager__item a {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
}
.pager__item span.hellip {
  opacity: 0.8;
  line-height: 42px;
}
.pager__items .pager__item,
.pager__item.pager__item--previous,
.pager__item.pager__item--next {
  padding: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #212121;
  margin: 0 4px;
}
.pager__items .pager__item.is-active {
  font-weight: 600;
}
.pager__items .pager__item.is-active a {
  background: #BBDEFB;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.pager__item.pager__item--previous {
  margin: 0 12px 0 0;
}
.pager__item.pager__item--next {
  margin: 0 0 0 12px;
}
.pager__item.pager__item--previous a,
.pager__item.pager__item--next a {
  position: relative;
  text-indent: -9999px;
}
.pager__item.pager__item--previous a:before,
.pager__item.pager__item--next a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: 29px 14px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 29px;
  height: 14px;
}
.pager__item.pager__item--previous a:before {
  background-image: url(../images/pager-left-arrow.svg);
}
.pager__item.pager__item--next a:before {
  background-image: url(../images/pager-right-arrow.svg);
}



/* NEWS Press-centre */
.newsmain--title span {
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292828;
  padding-left: 40px;
}
.newsmain--title span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.newsmain--title span:before {
  background-image: url(../images/mainnews.svg);
}
.newsmain--container {
  display: grid;
  grid-gap: 16px;
  grid-template-rows: auto;
}
 .newsmain--block {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  background: #FFFFFF;
  border-radius: 24px;
}
.newsmain--block-left {
  position: relative;
  margin: 32px 0 32px 32px;
  background: #C4C4C4;
  /* height: 320px; */
}
.newsmain--block-left-title {
  padding: 16px;
}
.newsmain--block-left-title a {
  display: block;
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  color: #292828;
}
.newsmain--block-left-date-more {
  position: absolute;
  display: flex;
  bottom: 16px;
  width: 100%;
  grid-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
}
.newsmain--block-left-more {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-align: right;
  padding: 0 16px;
}
.newsmain--block-left-date {
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  padding: 0 16px;
}
.newsmain--block-left-more a {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #1A5497;
  padding-right: 45px;
}
.newsmain--block-left-more a:hover,
.newsmain--block-left-more a:focus,
.newsmain--block-left-more a:active {
  color: #1A5497;
}
.newsmain--block-left-more a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/arrow-right-all-notes.svg);
  background-size: 34px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 34px;
  height: 16px;
}
.newsmain--block-right {
  display: grid;
  grid-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  margin: 32px 32px 32px 0;
}
.newsmain--block-right-title-date {
  position: relative;
  background: #C4C4C4;
}
.newsmain--block-right-title {
  padding: 16px;
  padding-bottom: 48px;
}
.newsmain--block-right-title a {
  display: block;
  font-family: Lora;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
}
.newsmain--block-left-title a:hover,
.newsmain--block-left-title a:focus,
.newsmain--block-left-title a:active,
.presscenter a:hover,
.presscenter a:focus,
.presscenter a:active,
.obyavleniya-items-block a:hover,
.obyavleniya-items-block a:focus,
.obyavleniya-items-block a:active,
.newsmain--block-right-title a:hover,
.newsmain--block-right-title a:focus,
.newsmain--block-right-title a:active {
  color: #292828;
}
.newsmain--block-right-date {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
}

.nav-presscenter {
  display: flex;
  grid-gap: 24px;
  /* grid-template-rows: auto;
  grid-template-columns: repeat(6, 1fr); */
  /* margin-top: 16px; */
}
.presscenter {
  flex: auto;
  /* background: #FFFFFF;
  border: 1px solid #CFD8DC;
  box-sizing: border-box;
  border-radius: 8px; */
}
.presscenter a {
  position: relative;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #292828;
  padding: 16px 16px 16px 56px;
  box-sizing: border-box;
  border: 1px solid #CFD8DC;
  border-radius: 8px;
  background: #FFFFFF;
}
.presscenter.active a {
  background: #0051AD;
  color: #ffffff;
}
.presscenter a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.presscenter.novosti-item a:before,
.presscenter.press-centre-item a:before {
  background-image: url(../images/news.svg);
}
.presscenter.obyavleniya-item a:before {
  background-image: url(../images/obyavl.svg);
}
.presscenter.interesnoe-item a:before {
  background-image: url(../images/hashtag.svg);
}
.presscenter.meropriyatiya-item a:before {
  background-image: url(../images/obyavl.svg);
}
.presscenter.foto-item a:before {
  background-image: url(../images/obyavl.svg);
}
.presscenter.video-item a:before {
  background-image: url(../images/obyavl.svg);
}
.presscenter.novosti-item.active a:before,
.presscenter.press-centre-item.active a:before {
  background-image: url(../images/news-white.svg);
}
.presscenter.obyavleniya-item.active a:before {
  background-image: url(../images/obyavl-white.svg);
}
.presscenter.interesnoe-item.active a:before {
  background-image: url(../images/hashtag-white.svg);
}
.presscenter.meropriyatiya-item.active a:before {
  background-image: url(../images/obyavl-white.svg);
}
.presscenter.foto-item.active a:before {
  background-image: url(../images/obyavl-white.svg);
}
.presscenter.video-item.active a:before {
  background-image: url(../images/obyavl-white.svg);
}
.presscenter.active {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border: none;
}
.obyavleniya-items-block {
  display: grid;
  grid-gap: 16px 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}
.obyavleniya-items {
  padding-bottom: 24px;
}
.obyavleniya-items-block a {
  position: relative;
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #292828;
  /* height: 72px; */
  padding: 16px 24px;
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
  border-radius: 8px;
  background: #FFFFFF;
}

.meropriyatiya-items-block {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.meropriyatiya-items-block a {
  float: inherit;
  margin: 0;
  width: inherit;
  min-height: 86px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.32));
  position: relative;
  background: #ffffff;
  border-radius: 8px;
}

.foto-items-block,
.video-items-block {
  margin: -8px -12px;
}



div[data-drupal-messages] {
  padding: 10px 40px;
}



.kursy-block,
.spisok-dissovetov-block {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.kursy-fakultet-title {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #292828;
}
.kursy-fakultet-block {
  margin-bottom: 32px;
}
span.kursy-naim {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
}
.kursy-block.main span.kursy-naim,
.spisok-dissovetov-block.main .spisok-dissovetov-shifr,
.spisok-dissovetov-block.main .spisok-dissovetov-spec,
.spisok-dissovetov-block.main .spisok-dissovetov-ruk {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
}
span.kursy-srok {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-left: auto;
  padding: 24px 80px 24px 32px;
}
.kursy-block.main span.kursy-srok {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-left: auto;
  padding: 24px 80px 24px 32px;
}
.kursy-block:last-child,
.spisok-dissovetov-block:last-child {
  margin: 0;
}
.kursy-block a,
.spisok-dissovetov-block a,
.kursy-block.unlinked,
.spisok-dissovetov-block.unlinked {
  position: relative;
  display: flex;
}
.kursy-block.linked:hover,
.spisok-dissovetov-block.linked:hover {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.32));
}
.kursy-block.main,
.spisok-dissovetov-block.main {
  display: flex;
}
.kursy-block a:hover:after,
.spisok-dissovetov-block a:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow-right-nauka.svg);
  width: 24px;
  height: 24px;
}
.spisok-dissovetov-shifr {
  flex: 1;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 32px;
}
.spisok-dissovetov-spec {
  flex: 2;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 32px;
}
.spisok-dissovetov-ruk {
  flex: 3;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 32px;
}
.spisok-dissovetov-block span {
  display: block;
}
.spisok-dissovetov-shifr *,
.spisok-dissovetov-spec *,
.spisok-dissovetov-ruk * {
  margin-bottom: 16px;
}
.spisok-dissovetov-shifr *:last-child,
.spisok-dissovetov-spec *:last-child,
.spisok-dissovetov-ruk *:last-child {
  margin-bottom: 0;
}



.nauchruk-fakultet-block {
  margin-bottom: 48px;
}
.nauchruk-fakultet-title {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #292828;
  padding: 20px;
  margin-bottom: 16px;
}
.nauchruk-nauchruk {
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #292828;
  padding: 24px;
  margin-bottom: 16px;
}
.nauchruk-block {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
  height: 144px;
  margin-bottom: 16px;
}
.nauchruk-block a,
.nauchruk-block.unlinked {
  position: relative;
  display: flex;
}
.nauchruk-block a {
  height: 144px;
}
.nauchruk-block:last-child {
  margin: 0;
}
.nauchruk-block.linked:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
  border-radius: 8px;
}
.nauchruk-fio {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 0 80px;
}
.nauchruk-zvanie {
  position: relative;
  flex: 2;
  display: flex;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 0 80px;
}
.nauchruk-block a:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow-right-nauka.svg);
  width: 24px;
  height: 24px;
}
.nauchruk-fio:before,
.nauchruk-zvanie:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
  bottom: 0;
  margin: auto;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.nauchruk-fio:before {
  background-image: url(../images/img_fio_dekana.svg);
}
.nauchruk-zvanie:before {
  background-image: url(../images/arrow-main-ssylki-nashi-vypuskniki.svg);
}



.naprspec-name {
  background: #FFFFFF;
  border-radius: 8px;
  width: 70%;
  margin: 0 auto;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  padding: 20px;
  margin-bottom: 24px;
  color: #292828;
}
.node__content ul.naprspec-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  width: 70%;
  margin: 0 auto 24px;
}
.node__content ul.naprspec-tabs li {
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292828;
  padding: 17px 27px 18px 64px;
  margin-right: 24px;
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.node__content ul.naprspec-tabs li:last-child {
  margin-right: 0;
}
.node__content ul.naprspec-tabs li.active {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.naprspec-fakultet-block {
  margin-bottom: 24px;
}
.naprspec-block {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.naprspec-block:last-child,
.naprspec-fakultet-block:last-child {
  margin-bottom: 0;
}
.naprspec-block a,
.naprspec-block.unlinked {
  position: relative;
  display: flex;
}
.naprspec-block a:hover:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow-right-nauka.svg);
  width: 24px;
  height: 24px;
}
.naprspec-block.linked:hover {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32);
}
.naprspec-block.main {
  display: flex;
  position: sticky;
  top: 0;
  min-height: 176px;
  z-index: 10;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.12));
}
.naprspec-block span {
  display: block;
}
.node__content ul.naprspec-tabs li:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  background-size: 40px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/radio-off.svg);
  width: 40px;
  height: 40px;
}
.node__content ul.naprspec-tabs li.active:before {
  background-image: url(../images/radio-on.svg);
}
.naprspec-shifr {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
  flex: 1;
}
.naprspec-fo {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
  flex: 1;
}
.naprspec-naim {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
  flex: 3;
}
.naprspec-fakultet {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 96px 24px 32px;
  flex: 1;
  text-align: right;
}
.naprspec-container {
  display: none;
}
.naprspec-container.active {
  display: block;
}



.nauchnye-izdaniya-items-block {
  display: grid;
  grid-gap: 56px 24px;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
}
.nauchnye-izdaniya-block {
  background: #FFFFFF;
  border-radius: 8px;
}
.nauchnye-izdaniya-foto {
  line-height: 0;
  text-align: center;
  padding: 8px;
}
.nauchnye-izdaniya-foto img {
  border-radius: 8px 8px 0px 0px;
}
.nauchnye-izdaniya-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 16px;
}



.academ-univer,
.academ-programinfo,
.academ-programtime {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 28px 32px;
}
.main .academ-univer,
.main .academ-programinfo,
.main .academ-programtime {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.academ-block {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  margin-bottom: 16px;
}
.academ-block.main {
  margin-bottom: 24px;
}
.academ-univer {
  flex: 5;
}
.academ-programtime {
  flex: 2;
}
.academ-programinfo {
  flex: 3;
}
.academ-country {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-left: 16px;
}
.academ-country-block {
  line-height: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.academ-country-logo img {
  border-radius: 4px;
}
.academ-fakultet-block {
  margin-bottom: 32px;
}
.academ-fakultet-block:last-child,
.academ-block:last-child {
  margin-bottom: 0;
}



.vuzpartner {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  padding: 24px 32px;
}
.vuzpartner-block {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 16px;
}
.vuzpartner-country {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-left: 16px;
}
.vuzpartner-country-block {
  line-height: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.vuzpartner-country-logo img {
  border-radius: 4px;
}
.vuzpartner-container {
  margin-bottom: 56px;
}
.vuzpartner-block:last-child {
  margin-bottom: 0;
}
.vuzpartner-container:last-child {
  margin-bottom: 32px;
}
.vuzpartner-container:first-child {
  margin-top: 8px;
}



.obschezhitiya-block {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
}
.obschezhitiya-img {
  line-height: 0;
  margin: 24px;
  flex: 1;
}
.obschezhitiya-img img {
  border-radius: 50%;
}
.obschezhitiya-text {
  flex: 3;
}
.obschezhitiya-container {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.obschezhitiya-name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #292828;
  margin-top: 24px;
}
.obschezhitiya-phone,
.obschezhitiya-address {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  padding-left: 40px;
  margin: 16px 0;
}
.obschezhitiya-phone:before,
.obschezhitiya-address:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-size: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.obschezhitiya-phone:before {
  background-image: url(../images/phone.svg);
}
.obschezhitiya-address:before {
  background-image: url(../images/place.svg);
}



.kollektivy-items-block {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.kollektivy-block {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
}
.kollektivy-foto {
  line-height: 0;
  padding: 24px;
}
.kollektivy-foto img {
  border-radius: 50%;
}
.kollektivy-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #292828;
  padding: 24px 24px 24px 0;
  flex: 1;
}



select#edit-lang-dropdown-select {
  background: none;
  border: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}



.node__content .field--name-field-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin: -12px !important;
  float: none !important;
}
.node__content .field--name-field-images img {
  border-radius: 8px;
  margin: 0;
}
.node__content .field--type-image a {
  margin: 12px;
}



.block-views-blockbanners-slick,
.block-views-blockblok-bannerov-block-1 {
  background: #CFD8DC;
  padding: 56px 28px;
}
.banners-block * {
  outline: none;
}
.block-views-blockbanners-slick .banners-block,
.block-views-blockblok-bannerov-block-1 .banners-block {
  width: inherit;
  margin: 16px;
}
.block-views-blockbanners-slick .slick__arrow,
.block-views-blockblok-bannerov-block-1 .slick__arrow {
  position: relative;
  display: flex;
  text-align: center;
  height: inherit;
  margin-top: 16px;
  align-items: center;
  justify-content: center;
  line-height: 0;
  top: 0;
  bottom: 0;
  transform: none;
}
.block-views-blockbanners-slick .slick__arrow .slick-arrow,
.block-views-blockblok-bannerov-block-1 .slick__arrow .slick-arrow {
  position: relative;
  display: inline-block;
  color: #000;
  /* background: black; */
  top: inherit;
  transform: none;
}
.block-views-blockbanners-slick ul.slick-dots li,
.block-views-blockblok-bannerov-block-1 ul.slick-dots li {
  /* background: #000; */
  margin-bottom: 0;
}
.block-views-blockbanners-slick ul.slick-dots,
.block-views-blockblok-bannerov-block-1 ul.slick-dots {
  position: inherit;
  bottom: 0;
  width: auto;
  top: 0;
}
.block-views-blockbanners-slick .slick-dotted.slick-slider,
.block-views-blockblok-bannerov-block-1 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.block-views-blockbanners-slick .slick-arrow,
.block-views-blockblok-bannerov-block-1 .slick-arrow {
  width: 40px;
  height: 24px;
  margin: 0 4px;
}
.block-views-blockbanners-slick .slick-prev:before,
.block-views-blockbanners-slick .slick-next:before,
.block-views-blockblok-bannerov-block-1 .slick-prev:before,
.block-views-blockblok-bannerov-block-1 .slick-next:before {
  background-size: 40px 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 24px;
}
.block-views-blockbanners-slick .slick-next:before,
.block-views-blockblok-bannerov-block-1 .slick-next:before {
  background-image: url(../images/arrow-right-banner.svg);
}
.block-views-blockbanners-slick .slick-prev:before,
.block-views-blockblok-bannerov-block-1 .slick-prev:before {
  background-image: url(../images/arrow-left-banner.svg);
}

.block-views-blockbanners-slick .slick-dots li,
.block-views-blockblok-bannerov-block-1 .slick-dots li {
  margin-bottom: 0;
  width: 16px;
  height: 16px;
  margin: 0 4px;
}
.block-views-blockbanners-slick .slick-dots li button,
.block-views-blockblok-bannerov-block-1 .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
}
.block-views-blockbanners-slick .slick-dots li button:before,
.block-views-blockblok-bannerov-block-1 .slick-dots li button:before {
  background-image: url(../images/disactive-dot-banner.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px !important;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
.block-views-blockbanners-slick .slick-dots li.slick-active button:before,
.block-views-blockblok-bannerov-block-1 .slick-dots li.slick-active button:before {
  background-image: url(../images/active-dot-banner.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.block-views-blockbanners-slick .slick-initialized .slick-slide,
.block-views-blockblok-bannerov-block-1 .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  background: #ffffff;
  margin: 0 12px;
  border: 1px solid #CFD8DC;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: inherit;
}
.block-views-blockbanners-slick .slide__caption,
.block-views-blockblok-bannerov-block-1 .slide__caption {
  left: inherit;
  padding: 0;
  top: inherit;
}



ul.tabs-gazeta-kafedra li {
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}



/* MEGAMENU */
.block-we-megamenu-blockbashmain-second {
  margin-left: auto;
}
.block-we-megamenu-blockbashmain-second .navbar-we-mega-menu {
  background-color: transparent;
  border: inherit;
  padding: 0;
  margin: 0;
  border-radius: inherit;
  min-height: inherit;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul.nav.nav-tabs {
  border: none;
  margin: 0;
  padding: 0;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li {
  border: none;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li>a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: inherit;
  padding: 0;
  box-shadow: inherit;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-submenu {
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.32) !important;
  padding: 16px;
  margin: 0;
}
.block-we-megamenu-blockbashmain-second .nav-tabs>li {
  margin: 0;
  margin-right: 25px;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-submenu li.we-mega-menu-li {
  border: none;
  padding: 0;
  margin: 8px 0;
  box-shadow: none;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-submenu li.we-mega-menu-li:first-child {
  margin-top: 0;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-submenu li.we-mega-menu-li:last-child {
  margin-bottom: 0;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-submenu li.we-mega-menu-li a {
  padding: 0;
  border-radius: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #292828;
  line-height: 24px;
  border: none;
  background-color: transparent;
  margin: 0;
}
.block-we-megamenu-blockbashmain-second .navbar-we-mega-menu .we-mega-menu-row>* {
  margin: 0;
  padding: 0;
}
.block-we-megamenu-blockbashmain-second .navbar-we-mega-menu .we-mega-menu-row {
  margin: 0;
  padding: 0;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>a:before,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>span:before {
  background-image: url(../images/ico-arrow.png);
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>a,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>span {
  padding-right: 24px;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>a:before,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>a:after,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>span:before,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul .dropdown-menu>span:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-size: 24px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/menu-arrow-down.svg);
  width: 24px;
  height: 24px;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active>a,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active>a:hover,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active>a:focus,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail>a,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus {
  background-color: transparent;
  color: #f1c37f;
  border: none;
}
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active.dropdown-menu>a,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active.dropdown-menu>a:hover,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active.dropdown-menu>a:focus,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail.dropdown-menu>a,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail.dropdown-menu>a:hover,
.block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li.active-trail.dropdown-menu>a:focus {
  color: #ffffff;
}

.block-we-megamenu-blockbashmain-second .nav-tabs>li:last-child {
  margin-right: 0;
}



/* Sitemap*/
.indent1 {
  margin-left: 40px;
}
.indent2 {
  margin-left: 80px;
}
.indent3 {
  margin-left: 120px;
}
.indent4 {
  margin-left: 160px;
}
.indent5 {
  margin-left: 200px;
}
.indent6 {
  margin-left: 240px;
}



/* Video */
.field--name-field-video {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}



.right .we-mega-menu-submenu {
  left: -100%;
}




.cols-clear {
  display: flex;
  flex-wrap: wrap;
}





.vocabulary-otdel-kadrov .paragraph--type--blok-ssylka-tip-1-konteyner {
  margin-bottom: 20px;
  display: flex;
}
.vocabulary-otdel-kadrov .paragraph--type--blok-ssylka-tip-1-konteyner.div-field * {
  display: block;
  width: auto;
  margin-left: auto;
}














/* MEDIA QUERIES*/
@media (max-width: 1800px) {
  .banners-block {
    width: calc(20% - 92px);
  }
}
@media (max-width: 1920px) {
  #block-bashpcnewtheme-bashmain .content ul li {
    margin-right: 70px;
  }
}
@media (max-width: 1690px) {
  #block-bashpcnewtheme-bashmain .content ul li {
    margin-right: 45px;
  }
  .block-we-megamenu-blockbashmain-second .nav-tabs>li {
    margin: 0;
    margin-right: 28px;
  }
  .main-content .interest-h2 h2 {
    font-size: 18px;
  }
  /* .block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 14px;
  } */
}
@media (max-width: 1600px) {
  #block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
    padding: 50px 160px;
  }
  #block-bashpcnewtheme-bashmain .content ul li {
    font-size: 14px;
  }
  #block-bashpcnewtheme-bashmain .content ul li {
    margin-right: 25px;
  }
  .block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 14px;
  }
  .nav-presscenter {
    grid-template-columns: repeat(4, 1fr);
  }
  /* .news-block {
    width: calc(33.3333% - 30px);
  }
  .a-block {
    width: calc(33.333333% - 46px);
  } */
  /* .news-title {
    font-size: 1.4em;
  } */
}
@media (max-width: 1500px) {
  ul.tabs-s li {
    width: inherit;
  }
  ul.tabs-s li a, ul.tabs-s li span {
    font-size: 16px;
  }
  .interest-more {
    display: none;
  }
}
@media (max-width: 1440px) {
  #block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
    padding: 40px 140px;
  }
  .banners-block {
    width: calc(25% - 92px);
  }
  #block-bashpcnewtheme-pereklyuchatelyazyka ul.links {
    font-size: 10px;
    line-height: 20px;
  }
  .block-we-megamenu-blockbashmain-second .nav-tabs>li {
    margin-right: 10px;
  }
  .block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 14px;
    line-height: 20px;
  }
  #block-bashpcnewtheme-bashmain .content ul li {
    font-size: 13px;
    line-height: 16px;
  }
  #block-bashpcnewtheme-bashmain .content ul li {
    margin-right: 10px;
  }
  #block-bashpcnewtheme-search .form-type-search input.form-search {
    padding: 20px 47px 20px 16px;
  }
  #search-block-form input.form-submit, #search-form input.form-submit {
    height: 42px;
    width: 42px;
    background-size: 20px 20px;
  }
  .main-container {
    grid-template-columns: calc(22% - 18px) 3fr;
  }
}
@media (max-width: 1400px) {
  #block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
    padding: 30px 120px;
  }
  .views-field.views-field-field-sl-title {
    font-size: 1.8em;
  }
  /* #block-bashpcnewtheme-bashmain .content {
    font-size: 1.4em;
  } */
  .slick-arrow:before {
    font-size: 2.95rem;
  }
  #block-bashpcnewtheme-bashmainthird .content ul li {
    margin-right: 28px;
  }
  .nav-presscenter {
    grid-template-columns: repeat(3, 1fr);
  }
  .paragraph--type--blok-ssylka-tip-3-div.div-field,
  .paragraph--type--kontakty-konteyner.div-field,
  .paragraph--type--socseti-konteyner.div-field {
    grid-template-columns: repeat(3, 1fr);
  }
  .sostav-dekanata .paragraph-block-items .item-list ul li,
  .prepodavateli .paragraph-block-items .item-list ul li {
    width: calc(100%/2 - 24px);
  }
}
@media (max-width: 1300px) {
  #block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
    padding: 20px 100px;
  }
  .banners-block {
    width: calc(33.3333333% - 92px);
  }
  #header .site-branding__text .site-branding__name {
    font-size: 15px;
    width: 190px;
  }
  #block-bashpcnewtheme-bashmain .content ul li {
    font-size: 11px;
    line-height: 16px;
  }
  .block-we-megamenu-blockbashmain-second .we-mega-menu-ul>.we-mega-menu-li>a {
    font-size: 12px;
  }
  #block-bashpcnewtheme-bashmainthird .content ul li {
    font-size: 13px;
  }
  .page-node-type-stranica-znakomstvo .block-page-title-block,
  .page-node-type-stranica-znakomstvo .paragraph--type--content-text,
  .page-node-type-stranica-znakomstvo .paragraph--type--content-file,
  .page-node-type-stranica-znakomstvo .paragraph--type--kontent-foto,
  .page-stranica .block-page-title-block,
  .page-stranica .paragraph--type--content-text,
  .page-stranica .paragraph--type--kontent-foto,
  .page-stranica .paragraph--type--sostav-konteyner,
  .page-stranica .paragraph--type--content-file,
  .spec-kolledzh,
  .page-stranica .paragraph--type--kontent-foto-original {
    width: 100%;
  }
  .spec-kolledzh {
    margin: inherit;
  }
}
@media (max-width: 1200px) {
  #block-bashpcnewtheme-views-block-slider-block-1 .slick--skin--classic .slide__caption {
    padding: 10px 90px;
  }
  .views-field.views-field-field-sl-title {
    font-size: 1.6em;
  }
  .fu-link {
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .fu-link-4 {
    width: 100%;
  }
  /* .fu-lnk-item, .fu2-lnk-item, .fu4-lnk-item {
    font-size: 16px;
    line-height: 20px;
  } */
}

@media (max-width: 1100px) {
  .news-more,
  .a-more {
    display: none;
  }
}