:root {
  --light-blue: #8ebda4;
  --yellow: #d5b40f;
  --blue: #4ea6c1;
  --orange: #ce8a5d;
  --green: #85a96b;
  --sapphire-blue: #688da7;
}

@font-face {
  font-family: "romulregular";
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  src: url("../fonts/romul.woff2"), url("../fonts/romul.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
  src: url("../fonts/HelveticaRegular.woff2"),
    url("../fonts/HelveticaRegular.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: italic;
  font-weight: normal;
  font-display: fallback;
  src: url("../fonts/HelveticaItalic.woff2"),
    url("../fonts/HelveticaItalic.woff");
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-display: fallback;
  src: url("../fonts/HelveticaBold.woff2"), url("../fonts/HelveticaBold.woff");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 0.75rem;
  font-family: "romulregular", "Times New Roman";
  line-height: 1.875rem;
}

h1 {
  font-size: 1.406rem;
}

h2 {
  font-size: 1.344rem;
  font-family: "Helvetica", "Arial", sans-serif;
}

h3 {
  font-size: 1.281rem;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.42rem;
  padding-bottom: 0.5rem;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p {
  padding-top: 0 !important;
}

h4 {
  font-size: 1.219rem;
  font-family: "Helvetica", "Arial", sans-serif;
}

h5 {
  font-size: 1.156rem;
  font-family: "Helvetica", "Arial", sans-serif;
}

h6 {
  font-size: 1.094rem;
}

h1 ~ span {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
}

main a {
  text-decoration: none;
  color: #0f508b;
}

main a:hover {
  text-decoration: underline;
}

.wrapper {
  max-width: 1235px;
  margin: 0 auto;
}

header {
  z-index: 10;
  position: relative;
}

.top-header {
  background-color: #325992;
  color: #fff;
}

.top-header-cont {
  max-width: 65rem;
  margin: 0 auto;
}

.top-header-cont p {
  display: none;
}

.main-menu {
  display: flex;
  justify-content: space-between;
}

.main-menu-item {
  position: relative;
}

.main-menu-item > a {
  padding: 0.625rem 1.875rem;
  display: block;
}

.main-menu > li:hover > a {
  color: #e8c666;
}

.in {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.813rem;
  letter-spacing: 0.088rem;
}

.menu-popup {
  position: absolute;
  display: none;
  top: 2.3rem;
  left: -1.5rem;
  padding: 0.938rem;
  outline: 0.063rem solid #bfbfbf;
  border: 0.063rem solid #eaeaea;
  z-index: 11;
  background-color: white;
}

.menu-popup.col-3,
.menu-popup.col-4 {
  left: -0.5rem;
}

.menu-popup-title {
  color: #939192;
  padding: 0.621rem 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.125rem;
  letter-spacing: 0.061rem;
}

li.menu-popup-list {
  padding-bottom: 0.425rem;
}

li.menu-popup-list:last-child {
  padding-bottom: 0;
}

.menu-popup-list a {
  color: #292929;
}

.menu-popup-title a {
  color: #939192;
}

.menu-popup-list a:hover {
  text-decoration: underline;
}

.menu-popup.col-1,
.menu-popup.col-2 {
  width: 54.375rem;
}

.col-1 div,
.col-2 div {
  max-width: 32%;
}

.menu-popup.col-1 div + div,
.menu-popup.col-2 div + div {
  margin-left: 1rem;
}

.main-menu-item:hover .menu-popup {
  display: flex;
}

.middle-header {
  background: -webkit-radial-gradient(
    bottom,
    circle farthest-side,
    #2e518d 0%,
    #0d183e 70%,
    #040b29 100%
  );

  background: -moz-radial-gradient(
    bottom,
    circle farthest-side,
    #2e518d 0%,
    #0d183e 70%,
    #040b29 100%
  );

  background: -ms-radial-gradient(
    bottom,
    circle farthest-side,
    #2e518d 0%,
    #0d183e 70%,
    #040b29 100%
  );

  background: -o-radial-gradient(
    bottom,
    circle farthest-side,
    #2e518d 0%,
    #0d183e 70%,
    #040b29 100%
  );
  background: radial-gradient(
    bottom,
    circle farthest-side,
    #2e518d 0%,
    #0d183e 70%,
    #040b29 100%
  );
  color: #fff;
}

.middle-header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.125rem 1.25rem;
}

.middle-header-left {
  display: flex;
  align-items: center;
}

.logo-img {
  margin-right: 20px;
}

header .logo-img svg,
header .logo-img img {
  height: 70px;
  width: 62px;
}

.title {
  width: 375px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  font-family: "romulregular", "Times New Roman";
  font-size: 16px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 21px;
}

.fs20 {
  font-size: 21px;
}

.fs22 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.ls0-4 {
  letter-spacing: 0.4px;
}

.ls1 {
  letter-spacing: 1px;
}

.ls2 {
  letter-spacing: 2px;
}

.ls3 {
  letter-spacing: 3px;
}

.ls6 {
  letter-spacing: 6px;
}

.ls11 {
  letter-spacing: 19px;
}

.middle-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}

.languages {
  font-size: 0.938rem;
  display: flex;
  flex-wrap: wrap;
}

.l1 {
  padding-right: 1.063rem;
}

.l1:last-child {
  padding-right: 0;
}

.lang {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.lang:not(.lang-active):hover {
  text-decoration: underline;
}

.lang-active {
  color: #99a7bf;
}

.searchbar {
  padding-top: 0.625rem;
  display: flex;
  width: 85%;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

.visuallyImpaired_start {
  padding-right: 1.5rem;
}

.vkl ~ .otkl {
  display: none;
}

.visuallyImpaired_start a {
  display: block;
  padding: 0 0.313rem;
  cursor: pointer;
}

.visuallyImpaired_start svg {
  height: 13px;
  width: 22px;
}

.search-wrapper {
  width: 80%;
}

.search-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 0.044rem solid rgb(236, 236, 236);
  border-radius: 0.188rem;
}

.search-input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 0.875rem;
  margin: 0.625rem;
  color: #717171;
}

.search-container button {
  border: none;
  background-color: #fff;
  display: flex;
  cursor: pointer;
  margin: 0.313rem;
}

.search-container svg {
  width: 30px;
  height: 30px;
  fill: rgb(117 113 113);
}

.socials {
  display: flex;
  align-items: center;
  padding-top: 0.875rem;
}

.socials p:first-child {
  padding-right: 2.5rem;
  color: #fff;
  font-weight: bold;
}

.socials-links-container {
  display: flex;
}

.social-icon {
  background-color: #e2e4e9;
  margin-left: 0.625rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgb(24, 42, 87);
}

.social-icon:hover {
  background-color: #a8bbd8;
}

.social-icon svg {
  height: 15px;
  width: 15px;
  fill: rgb(24, 42, 87);
}

.social-icon-telegram {
  padding: 1px 1px 0 0;
}

.bottom-header {
  background-color: #7490b8;
}

.bh-menu {
  display: flex;
}

.bh-menu-item {
  width: 100%;
  position: relative;
}

.bh-menu-item:hover {
  background-color: #587baf;
}

.bh-menu-item:hover > a {
  text-shadow: -0.063rem 0.063rem 0.313rem #000;
}

.bh-menu-item > a,
.bh-menu-item > span {
  text-shadow: -0.063rem 0.063rem 0.125rem #000;
  font-family: "romulregular", "Times New Roman";
  font-weight: bold;
  font-size: 0.938rem;
  letter-spacing: 0.063rem;
  display: flex;
  padding: 0.563rem;
  margin: 0.313rem 0;
  border-right: 1px solid #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 85%;
}

.bh-menu-item:last-child > a,
.bh-menu-item:last-child > span {
  border: none;
}

.bh-menu-popup {
  display: none;
  position: absolute;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem 0 #676c79;
  border: 0.031rem solid #5a5a5a;
  border-top: none;
}

.bh-menu-item:not(.disable-hover):hover .bh-menu-popup {
  display: block;
}

.bh-menu-popup li {
  background-color: #fff;
}

.bh-menu-popup li a {
  display: block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.688rem;
  color: #000;
  border-bottom: 0.044rem solid #5a5a5a;
  overflow-wrap: break-word;
}

.bh-menu-popup li:last-child a {
  border: none;
}

.bh-menu-popup li:hover a {
  text-decoration: underline;
}

.last {
  border-style: none !important;
}

.gallery {
  background-color: #1d3364;
  box-shadow: -0.063rem 0.125rem 0.25rem #325992;
}

.main-cont {
  padding: 1.25rem 1.25rem 0.625rem;
}

.grey-line {
  border-bottom: #b7b8b9 0.125rem solid;
  display: flex;
  justify-content: space-between;
  margin: 1.875rem 0 1.25rem 0;
}

.titles-container {
  display: flex;
}

.main-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #363636;
  letter-spacing: 0.125rem;
  padding: 0 1.875rem;
  margin-bottom: -0.188rem;
  font-weight: bold;
}

.news-archive a:hover {
  text-decoration: underline;
}

.news_body {
  width: 1140px;
  height: 250px;
  position: relative;
}

.news_tabs {
  margin-top: 3.063rem;
}

#content_announceEvents {
  margin-top: -2.375rem;
}

.news_title.selected_rub,
.selected-title {
  border-bottom: #fc940d 0.375rem solid;
}

#ul_item > ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 0.8rem;
}

div.text {
  max-width: 207px;
  text-align: justify;
}

.slides > div,
.slides1 > div {
  display: flex;
  justify-content: space-between;
}

.item .img {
  height: 138px;
  width: 207px;
  margin-bottom: 0.313rem;
}

.blue_img {
  color: #fff;
  text-transform: uppercase;
  padding: 0.15rem 0.5rem;
  letter-spacing: 0.063rem;
  display: inline-block;
  background-color: #2a6d98;
}

.item1 {
  width: 193px;
  text-align: justify;
  height: 223px;
  overflow: hidden;
}

.item1 a {
  color: #0e6095;
  font-weight: bold;
  text-decoration: none;
}

.item1 a:hover {
  text-decoration: underline;
}

.item1 span,
.item span,
#tnj_date {
  color: #676767;
  padding-right: 0.25rem;
  display: inherit;
}

#tnj_hl {
  color: #2385c3;
  font-weight: bold;
  text-decoration: none;
}

.tnj_1 h2 {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0;
  margin: 0.547rem 0 0 0;
}

.news_title span {
  cursor: pointer;
  padding-right: 0.313rem;
}

#ul_item ul li {
  padding: 0.469rem;
  width: 11.75rem;
  text-align: center;
}

#ul_item ul li a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

#ul_item ul li:hover {
  text-decoration: underline;
  opacity: 0.8;
  cursor: pointer;
}

.item .blue_img {
  border: none !important;
}

.rub_1.blue_img,
.rub_t.rub_1 {
  border-left: 0.438rem var(--light-blue) solid;
  padding-left: 0.3rem;
}

.rub_2.blue_img,
.rub_t.rub_2 {
  border-left: 0.438rem var(--yellow) solid;
  padding-left: 0.3rem;
}

.rub_3.blue_img,
.rub_t.rub_3 {
  border-left: 0.438rem var(--blue) solid;
  padding-left: 0.3rem;
}

.rub_4.blue_img,
.rub_t.rub_4 {
  border-left: 0.438rem var(--orange) solid;
  padding-left: 0.3rem;
}

.rub_5.blue_img,
.rub_t.rub_5 {
  border-left: 0.438rem var(--green) solid;
  padding-left: 0.3rem;
}

.rub_6.blue_img,
.rub_t.rub_6 {
  border-left: 0.438rem var(--sapphire-blue) solid;
  padding-left: 0.3rem;
}

.item .rub_1 {
  background-color: var(--light-blue);
}

.item .rub_2 {
  background-color: var(--yellow);
}

.item .rub_3 {
  background-color: var(--blue);
}

.item .rub_4 {
  background-color: var(--orange);
}

.item .rub_5 {
  background-color: var(--green);
}

.item .rub_6 {
  background-color: var(--sapphire-blue);
}

.rub_7.blue_img,
.rub_t.rub_7 {
  border-left: 0.438rem var(--light-blue) solid;
}

.rub_8.blue_img,
.rub_t.rub_8 {
  border-left: 0.438rem var(--red) solid;
}

.rub_9.blue_img,
.rub_t.rub_9 {
  border-left: 0.438rem var(--yellow) solid;
}

.rub_10.blue_img,
.rub_t.rub_10 {
  border-left: 0.438rem var(--orange) solid;
}

.rub_11.blue_img,
.rub_t.rub_11 {
  border-left: 0.438rem var(--green) solid;
}

.rub_12.blue_img,
.rub_t.rub_11 {
  border-left: 0.438rem var(--blue) solid;
}

.rub_7 {
  color: var(--light-blue);
}

.rub_8 {
  color: var(--red);
}

.rub_9 {
  color: var(--yellow);
}

.rub_10 {
  color: var(--orange);
}

.rub_11 {
  color: var(--green);
}

.rub_12 {
  color: var(--blue);
}

.news_archive a {
  font-weight: bold;
  font-size: 1rem;
  color: #207ebb;
  text-decoration: none;
}

.tnj_rub_row .rub_1,
.tnj_rub_row .rub_2,
.tnj_rub_row .rub_3,
.tnj_rub_row .rub_4,
.tnj_rub_row .rub_5,
.tnj_rub_row .rub_6 {
  color: #040b29;
  text-decoration: underline;
  padding-left: 10px;
}

.news_archive a:hover {
  text-decoration: underline;
}

#archive_rubid_111674 {
  display: none;
}

.jssorb18 {
  position: absolute;
  top: 250px;
  right: 6px;
  width: 122px;
  height: 24px;
  left: 488.5px;
}

.jssorb18 div,
.jssorb18 div:hover,
.jssorb18 .av {
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/b21.png") no-repeat;
  cursor: pointer;
}

.jssorb18 div {
  background-position: -3px -3px;
}

.jssorb18 div:hover,
.jssorb18 .av:hover {
  background-position: -33px -3px;
}

.jssorb18 .av {
  background-position: -63px -3px;
}

.jssorb18 .dn,
.jssorb18 .dn:hover {
  background-position: -93px -3px;
}

.jssorb18 .n {
  display: none;
  color: #000;
}

.jssorb18 div:hover .n,
.jssorb18 .av .n,
.jssorb18 .av:hover .n,
.jssorb18 .dn .n {
  display: block;
}

.loading_a {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading_b {
  position: absolute;
  display: block;
  background: url(../img/gif/loading.gif) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text1 p {
  padding-top: 0.625rem;
}

.slides,
.slides1 {
  position: absolute;
  top: 0;
  overflow: hidden;
}

.slides {
  left: 175px;
  width: 960px;
  height: 250px;
}

.slides1 {
  left: 0;
  width: 1140px;
  height: 250px;
}

.calendar-body {
  max-width: 53.75rem;
  margin: 0 auto;
}

.calendar-body > p:nth-child(1) {
  margin-bottom: 1.25rem;
  text-align: center;
}

.calendar-body > p:nth-child(3) {
  margin-top: 1.25rem;
  text-align: center;
}

.resources-content {
  display: flex;
  flex-wrap: wrap;
}

.resources-content > li {
  margin-right: 1.5rem;
  max-width: 17.4rem;
}

.resources-content > li:last-child {
  margin-right: 0;
}

.resources-content > li:nth-child(2) {
  max-width: 19.1rem;
}

.resources-content > li:nth-child(4) {
  max-width: 15.6rem;
}

.resources-content h6,
.resources-item-title {
  padding-bottom: 1.25rem;
  color: #666153;
  letter-spacing: 0.063rem;
  font-weight: bold;
  font-size: 0.938rem;
  line-height: 1.375rem;
  font-family: "Helvetica", "Arial", sans-serif;
}

/*28.12 ссылки в ресурсах*/
a.rt {
  display: block;
  padding: 0 0 0.65rem;
  font-size: 1rem;
}

.phrase_main {
  color: #7e7e7e;
  font-size: 0.938rem;
  text-align: center;
  letter-spacing: 0.063rem;
  margin: 1.875rem auto 0;
}

.phrase_main q {
  font-style: italic;
}

/* footer {
  background: radial-gradient(
    130.7% 1270.66% at -21.72% 50%,
    #070f30 0%,
    #28467e 54.4%,
    #122049 100%
  );
} */

footer {
  margin-top: -20px;
}

.banner {
  padding: 2.1rem 0;
  position: relative;
  top: 20px;
  background-color: #1a2f5e;
}

.banner a img {
  opacity: 0.5;
}

.banner a:hover img {
  opacity: 1;
}

#slider_banner_container {
  position: relative;
  width: 1235px;
  height: 61px;
  overflow: hidden;
  margin: 0 auto;
}

#slider_banner_img_container {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  width: 1235px;
  height: 61px;
  overflow: hidden;
}

.main-footer {
  color: #fff;
  background-color: #1a2f5e;
  position: relative;
}

.main-footer-cont {
  display: flex;
  justify-content: space-between;
  padding: 2.125rem 1.25rem 0.938rem;
  align-items: flex-start;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.copyright {
  font-size: 0.813rem;
  padding-top: 0.438rem;
}

.logo-container {
  display: flex;
  align-items: center;
  padding-top: 1.563rem;
}

footer .logo-img svg {
  width: 52px;
  height: 59px;
}

.title-foot {
  width: 286px;
  font-family: "romulregular", "Times New Roman";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.008px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .socials {
  padding: 0;
}

.contacts {
  padding-top: 1.2rem;
}

footer .social-icon {
  opacity: 0.8;
}

.social-icon-admin {
  width: 9.375rem;
  border-radius: 0.938rem;
  padding: 0.125rem 0.5rem;
  font-size: 0.75rem;
}

.social-icon-admin span {
  font-weight: bold;
  padding-left: 0.438rem;
}

.contacts {
  text-align: right;
  font-size: 0.938rem;
}

.campus-map {
  display: flex;
  align-items: baseline;
  padding-top: 0.688rem;
}

.campus-map svg {
  height: 13px;
  width: 10px;
  fill: #b5c1d0;
}

.campus-map a {
  padding-left: 0.438rem;
  font-size: 0.938rem;
  text-decoration: underline;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.8;
  position: fixed;
  bottom: 3.125rem;
  right: 6.25rem;
  display: none;
  background: url(../img/icon_top.png) no-repeat;
}

.mobile {
  display: none;
}

#content_rubid_102243_mobile.news_body,
#content_rubid_102243_mobile .news_body {
  width: 831px;
  height: 400px;
}

#content_rubid_102243_mobile .slides {
  left: 0;
  width: 831px;
  height: 400px;
}

/*флекс для использования в контентной части*/
.d-inline-flex {
  display: inline-flex !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.gap-1 {
  gap: 1.5rem;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow {
  flex-grow: 1;
}

.flex-row-to-col {
  display: flex;
  flex-direction: row;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

/*иконки-ссылки*/
.other-resource {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.other-resource::before {
  content: "";
  background: url(https://www.bsuir.by/m/159387.svg) no-repeat top left;
  background-size: contain;
  padding-left: 10px;
  height: 16px;
  width: 20px;
}

.links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.links::before {
  content: "";
  background: url(https://www.bsuir.by/m/12_100229_1_159566.svg) no-repeat top
    left;
  background-size: contain;
  padding-left: 10px;
  height: 15px;
  width: 20px;
}

.download-icon-before {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.download-icon-before::before {
  content: "";
  background: url(https://www.bsuir.by/m/12_100229_1_159388.svg) no-repeat top
    left;
  background-size: contain;
  padding-left: 10px;
  height: 15px;
  width: 20px;
}

/*позиционирование блоков верхнего меню в десктопной версии*/
@media screen and (max-width: 1130px) {
  .col-1 {
    left: 0.5rem;
  }

  .col-2 {
    left: -5.5rem;
  }

  .col-5 {
    left: -3.5rem;
    right: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  body {
    background-color: #1a2f5e;
  }

  .desktop,
  .title.mobile,
  .close-menu {
    display: none;
  }

  .mobile,
  .title.desktop {
    display: block;
  }

  main a {
    text-decoration: none;
  }

  .middle-header {
    background: #1a2f5e;
  }

  .middle-header-cont {
    padding: 0.75rem 1.125rem;
    position: relative;
  }

  .logo-img {
    position: relative;
  }

  .logo-img a {
    padding: 0;
  }

  header .logo-img svg,
  header .logo-img img,
  footer .logo-img svg {
    height: 40px;
    width: 35.2px;
  }

  .logo-img::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 44px;
    height: 33px;
    width: 1px;
    background-color: #fff;
  }

  .title.desktop {
    letter-spacing: 0.14px;
    width: 493px;
    display: block;
  }

  .fs13,
  .fs14,
  .fs15,
  .fs16,
  .fs17,
  .fs18,
  .fs19,
  .fs20,
  .fs22,
  .fs24,
  .fs25,
  .fs26,
  .fs29,
  .fs30,
  .ls0-4,
  .ls1,
  .ls2,
  .ls6,
  .ls11 {
    font-size: inherit !important;
    letter-spacing: inherit !important;
  }

  .languages {
    font-size: 0.875rem;
    margin-top: 0.288rem;
    margin-right: 3rem;
  }

  .languages .l1:nth-child(3) {
    padding: 0;
  }

  .searchbar {
    padding: 0;
  }

  .visuallyImpaired_start {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
  }

  .socials {
    padding-top: 0.563rem;
  }

  .socials p:first-child {
    padding: 0;
  }

  .bottom-header {
    background-color: #fff;
  }

  .bh-menu {
    background-color: #7490b8;
  }

  .bh-menu-item > span {
    color: #fff;
    padding: 1rem 0.375rem;
    font-size: 0.875rem;
  }

  .bh-menu-item:hover {
    cursor: pointer;
  }

  .active-item {
    background-color: #587baf;
  }

  .bh-menu-popup li a {
    font-size: 1rem;
    padding: 0.5rem;
  }

  .mobile-search-wrapper {
    padding: 1.125rem;
  }

  .search-container {
    border-radius: 0.313rem;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
  }

  .burger {
    display: none;
  }

  .mobile-search-container svg {
    fill: #1a2f5e;
  }

  main {
    background-color: #fff;
    border-radius: 0 0 19px 19px;
  }

  .gallery {
    box-shadow: none;
  }

  .main-cont {
    padding: 2.5rem 4.125vw;
    position: relative;
  }

  .news .grey-line {
    margin-top: 0;
  }

  .news-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  /* footer {
    background: linear-gradient(white 1px, #1a2f5e 1px, #1a2f5e);
  }

  .banner {
    background-image: url("../img/footer_img.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
   
    margin-left: -2px;
    padding-top: 5rem;
    width: 100.5%;
  } */

  .banner {
    padding-top: 1.2rem;
  }

  footer {
    background-color: #fff;
    position: relative;
    margin-top: 0;
  }

  footer::before,
  footer::after {
    top: 0;
    position: absolute;
    width: 50%;
    height: 20px;
    content: "";
    background-color: #1a2f5e;
  }

  footer::before {
    border-top-right-radius: 28px 13px;
  }

  footer::after {
    left: 50%;
    border-top-left-radius: 28px 13px;
  }

  .main-footer-cont {
    padding: 0.75rem 1.125rem;
  }

  .copyright {
    font-size: 0.625rem;
  }

  footer .logo-img::after {
    top: 2px;
    height: 38px;
  }

  .title-foot {
    font-size: 0.75rem;
    width: 251px;
    letter-spacing: 0;
  }

  .social-icon {
    background-color: unset;
    height: unset;
    width: unset;
    margin-left: 1.375rem;
  }

  .social-icon-inst {
    margin: 0;
  }

  .social-icon-telegram {
    padding: 0;
  }

  .social-icon:hover {
    opacity: 1;
    background-color: unset;
  }

  .social-icon svg {
    fill: #fff !important;
  }

  .social-icon-inst svg {
    width: 20px;
    height: 20px;
  }

  .social-icon-vkont svg {
    width: 25.71px;
  }

  .social-icon-yt svg {
    width: 22.5px;
  }

  .social-icon-facebook svg {
    width: 12.83px;
    height: 22px;
  }

  .social-icon-telegram svg {
    width: 21px;
    height: 17px;
  }

  .social-icon-tiktok svg {
    width: 19px;
    height: 22px;
  }

  .social-icon-webmail svg {
    width: 20px;
  }

  .contacts,
  .campus-map a {
    font-size: 0.875rem;
  }

  /*слайдер с баннерами*/
  #slider_banner_container {
    width: 97% !important;
  }

  /*кнопка для быстрого перехода в верх страницы*/
  .scrollup {
    opacity: 0.6;
    right: 1.25rem;
  }

  .scrollup:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 960px) {
  .bh-menu-popup li a {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 900px) {
  .bh-menu-item > span {
    font-size: 0.75rem;
  }

  .bh-menu-popup li a {
    padding: 0.5rem 0.25rem;
  }
  /*баннеры*/
  /* .banner {
    padding: 3.2rem 0 1.5rem 0;
  } */
}

@media screen and (max-width: 826px) {
  .bh-menu-popup li a {
    font-size: 0.835rem;
  }
}

@media screen and (max-width: 800px) {
  .bh-menu-popup li a {
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 792px) {
  .bh-menu-popup li a {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .main-title > a,
  .title.desktop,
  .mobile-menu-container {
    display: none;
  }

  .title.mobile {
    display: block;
    width: unset;
    font-size: 1.125rem;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }

  .mobile-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
  }

  .search-container {
    width: 100%;
  }

  .mobile-menu-container {
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  .bh-menu {
    display: flex;
    flex-direction: column;
  }

  .bh-menu-item > span {
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    border-right: none;
    font-weight: normal;
    font-size: 1.125rem;
    font-family: "Helvetica";
    text-transform: uppercase;
    text-shadow: unset;
  }

  .bh-menu-popup li a {
    padding: 0.5rem 2rem;
    color: #5a5a5a;
    font-size: 1.125rem;
  }

  .bh-menu-popup.show {
    position: static;
  }

  .burger {
    display: block;
    cursor: pointer;
    height: 15px;
    min-width: 22px;
    width: 22px;
    position: relative;
    margin-left: 1.125rem;
  }

  .burger span,
  .burger:after,
  .burger:before {
    height: 3px;
    width: 100%;
    position: absolute;
    background: #515758;
  }

  .burger span {
    top: 6px;
  }

  .burger:after,
  .burger:before {
    content: "";
  }

  .burger:after {
    bottom: 0px;
  }

  .burger:before {
    top: 0px;
  }

  /*Кнопка, закрывающая меню*/
  .close-menu {
    display: block;
    float: right;
    border-radius: 0 0 5px 5px;
    background-color: #748fb8;
    padding: 13px 20px;
    cursor: pointer;
    border: none;
    margin-top: -1px;
  }

  .close-menu svg {
    width: 24px;
    height: 24px;
    fill: #fff;
  }

  .border-none {
    border: none !important;
  }

  /* .news .grey-line {
    margin-top: 1rem;
  } */

  .news_title span {
    padding-right: 0;
  }

  #ul_item ul li {
    padding: 0.469rem 0.3rem;
    width: 8.7rem;
  }

  #ul_item ul li a {
    font-size: 0.75rem;
  }

  .calendar-body > p:nth-child(1) {
    margin: 0;
  }

  /*флекс*/
  .flex-row-to-col {
    flex-direction: column;
  }

  .d-none-sm {
    display: none;
  }
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 650px) {
  .social-icon:not(.social-icon-inst) {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .main-cont {
    padding-top: 1.75rem;
  }

  .main-footer-cont {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  .logo-container {
    display: none;
  }

  .footer-right {
    align-items: stretch;
    width: 100%;
  }

  .socials {
    justify-content: space-evenly;
  }

  .social-icon {
    margin-left: 0 !important;
  }

  .contacts {
    text-align: center;
    padding-top: 1.5rem;
  }

  .campus-map {
    align-self: center;
    margin-left: -0.25rem;
    padding-top: 0.813rem;
  }

  .copyright {
    text-align: center;
    padding: 1rem 0 0.5rem;
  }
}

@media screen and (max-width: 550px) {
  .main-title {
    font-size: 0.875rem;
    letter-spacing: 0.06rem;
    padding: 0 0.875rem;
  }

  .main-title:first-child {
    margin-right: 0.938rem;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 1.25rem;
    line-height: 1.62rem;
  }

  h2 {
    font-size: 1.15rem;
    line-height: 1.42rem;
  }

  h3 {
    font-size: 1.1rem;
    line-height: 1.42rem;
    padding-bottom: 0.5rem;
  }

  h4 {
    font-size: 1.05rem;
  }

  h5 {
    font-size: 1.04rem;
  }

  h6 {
    font-size: 1.01rem;
  }
}

@media screen and (max-width: 450px) {
  .languages {
    margin-right: 2.5rem;
  }

  .l1 {
    padding-right: 0.75rem;
  }

  .announcements > .grey-line {
    margin-top: 0;
  }
}

@media screen and (max-width: 400px) {
  .main-title {
    padding: 0 0.5rem;
  }

  .main-title:first-child {
    margin-right: 0;
  }

  .news_archive a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 350px) {
  .languages {
    margin-right: 2.25rem;
  }
  .l1 {
    padding-right: 0.5rem;
  }
}

@media screen and (max-width: 300px) {
}

/*Всплывающие меню и подменю*/
.show {
  display: block !important;
}

/* Новогоднее оформление галереи на главной
.photo_show > div.m_g_container:before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 9;
  top: 0;
  background-image: url(../img/snowy-background.png);
  background-size: contain;
  width: 100%;
  height: 100%;
}
 */
