* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body,
main,
#main-section {
  height: 100%;
}

body {
  line-height: 1;
  font-family: "Inter", sans-serif !important;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}

body.vniir p {
  font-size: 16px;
  line-height: 24px;
}

#main-section {
  margin: 0;
  color: var(--black);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: unset;
  width: 100%;
  overflow-x: hidden;
}

main {
  flex-grow: 1;
  margin: 16px 0 100px;
}

.vniir .b-container {
  max-width: 1296px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.04em;
}

.f-12 {
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 400;
}

.f-14 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.f-16 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.f-18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.f-20 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.f-24 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.f-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.f-bold {
  font-weight: 600;
}

.f-uppercase {
  text-transform: uppercase;
}

.tooltipster-base {
  color: var(--footer-background) !important;
}

.vniir .b-header {
  border: none;
  position: unset;
}

.vniir main {
  padding: 0;
  margin: 24px 0 64px;
}

.vniir .b-breadcrumbs {
  margin: 0 0 24px 0;
}

.vniir .b-breadcrumbs .b-breadcrumbs__link {
  color: var(--black);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 8px;
}

.vniir .b-breadcrumbs .b-breadcrumbs__item {
  margin-right: 8px;
}

.vniir .b-breadcrumbs .b-breadcrumbs__item:after {
  color: var(--black);
}

.vniir .b-breadcrumbs .b-breadcrumbs__item:last-child {
  margin: 0;
}

.vniir .b-breadcrumbs .b-breadcrumbs__item--last .b-breadcrumbs__link {
  color: var(--lucky-gray);
}

.vniir .b-title.b-title--h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 500;
  letter-spacing: -0.04em;
  padding: 0;
  margin: 0 0 48px 0;
}

.b-header .b-header__bottom {
  height: fit-content;
  gap: 48px;
  width: 100%;
  padding: 32px 0 16px;
  border: none;
  justify-content: space-between;
}

.b-header .b-header__bottom .right-header-block {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}

.b-header .b-header__bottom .b-logo {
  margin: 0;
  max-width: 250px;
  width: 100%;
  height: auto;
}

.b-header .b-header__bottom .b-select--lang {
  display: flex;
  cursor: pointer;
}

.b-header .b-header__bottom .b-select--lang .ui-selectmenu-menu .ui-menu,
.b-header .b-header__bottom .b-header__links.b-header__links--bottom a.js-open-burger,
.b-header .b-header__bottom .b-header__links.b-header__links--bottom a.js-close-burger {
  display: none;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom a {
  margin: 0;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom a.bvi-hide {
  cursor: default;
  user-select: none;
  pointer-events: none;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom a svg {
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  min-height: 16px;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom a:before {
  display: none;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom .ui-selectmenu-button {
  width: 20px !important;
  max-width: 20px;
  cursor: pointer;
}

.b-header .b-header__bottom .b-header__links.b-header__links--bottom .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 12px;
  line-height: 14px;
  color: var(--black);
  font-weight: 600;
}

.vniir .b-two-columns-page__left-column {
  width: 100%;
}

.vniir .b-two-columns-page__right-column {
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vniir .b-two-columns-page__wrapper {
  gap: 48px;
}

.vniir .b-footer {
  background: var(--blue);
  padding: 72px 0;
  position: relative;
  z-index: 100;
}

.vniir .b-footer .footer-menu-content {
  display: flex;
  align-items: start;
  gap: 32px;
  width: 100%;
  justify-content: end;
}

.vniir .b-footer .b-footer__col.b-footer__col--menu {
  gap: 16px;
  margin: 0;
  padding: 0 0 48px 0;
  border-bottom: 1px solid #508dd8;
}

.vniir .b-footer .b-footer__col.b-footer__col--menu .b-footer__logo {
  margin: 0;
  width: fit-content;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials {
  margin: 48px 0 0 0;
  gap: 16px;
  align-items: center;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block {
  display: flex;
  gap: 48px;
  align-items: start;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .b-footer__tell {
  margin: 0;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .b-footer__tell a {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  height: fit-content;
  letter-spacing: 0.02em;
  font-family: inherit;
  white-space: nowrap;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .b-footer__tell a:last-child {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block span.footer-contacts-title {
  color: var(--white);
  display: block;
  margin-bottom: 8px;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.015em;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .footer-address-block .footer-address-text {
  display: block;
  margin: 0;
  color: var(--white);
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.013em;
}

.b-link--login {
  transform: unset !important;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .footer-address-block {
  max-width: 430px;
  width: 100%;
}

.vniir .b-footer .b-footer__col.b-footer__col--socials .b-social--footer {
  margin: 0;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy {
  margin: 48px 0 0 0;
  align-items: center;
  gap: 16px;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy {
  width: fit-content;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  opacity: 0.6;
  letter-spacing: -0.005em;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .footer-more-links-block {
  display: flex;
  align-items: center;
  gap: 64px;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list {
  margin: 0;
  order: unset;
  white-space: nowrap;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list a,
.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__sputnik a {
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  opacity: 0.6;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list a:after,
.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__sputnik a:after {
  display: none !important;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list a:hover,
.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__sputnik a:hover {
  opacity: 1;
}

.vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__sputnik {
  margin: 0;
}

.b-header .b-header__bottom .b-logo .mobile-menu-btn {
  display: none;
}

.vniir .white .b-breadcrumbs .b-breadcrumbs__link,
.vniir .white.b-breadcrumbs .b-breadcrumbs__item--last .b-breadcrumbs__link,
.vniir .white .b-breadcrumbs .b-breadcrumbs__item:after,
.vniir .white .b-title.b-title--h1 {
  color: var(--white);
}

.btn-work {
  display: flex;
  padding: 18px 16px;
  border: 1px solid #235a9d;
  color: #235a9d;
  border-radius: 6px;
  align-items: center;
  max-width: 292px;
  width: 100%;
}

.btn-work svg+span {
  margin-right: auto;
}

.btn-work svg+span,
.btn-work span+svg {
  margin-left: 16px;
}

.btn-work:hover {
  color: var(--black);
  background-color: var(--white);
}

.btn-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.btn-wrap a+a {
  margin-left: 16px;
  white-space: nowrap;
}

.btn-wrap a span {
  white-space: nowrap;
}

.auth-background-modal-block {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 110;
  opacity: 1;
  visibility: visible;
  background: var(--background-modal-color);
  backdrop-filter: blur(6px);
}

.auth-modal-block {
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  box-shadow: 0px 20px 25px -5px #0000000d;
  width: 660px;
  background-color: var(--white);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  z-index: 120;
  opacity: 1;
  visibility: visible;
}

.auth-modal-block .auth-modal-content {
  overflow-y: auto;
  height: 100%;
  padding: 0 24px 24px;
}

.auth-modal-block .auth-modal-content .auth-modal-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.auth-modal-block .auth-modal-content .auth-modal-top .close-auth-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  background-color: var(--white);
  cursor: pointer;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 0;
  margin-top: 8px;
  margin-left: auto;
}

.auth-modal-block .auth-modal-content .auth-modal-top a {
  display: block;
  max-width: 420px;
  width: 100%;
  margin: 0 auto 48px;
}

.auth-modal-block .auth-modal-content .auth-modal-component-block {
  display: block;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1133px) {
  .vniir .b-container {
    padding: 0 32px;
  }

  .vniir .b-footer {
    padding: 48px 0;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--menu {
    padding: 0 0 24px 0;
    gap: 18px;
    flex-direction: column;
  }

  .vniir .b-footer .footer-menu-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials {
    flex-direction: column;
    align-items: start;
    gap: 24px;
    margin: 24px 0 0 0;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy {
    margin: 24px 0 0 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    gap: 24px;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy {
    order: 1;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .footer-more-links-block {
    gap: 16px;
  }
}

@media (max-width: 1020px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .vniir .b-container {
    padding: 0 24px;
  }

  .vniir .b-two-columns-page__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .vniir .b-two-columns-page__right-column {
    max-width: 100%;
    min-width: 100%;
  }

  header .b-container {
    padding: 0 16px !important;
  }

  .b-main.main-page {
    margin: 0 0 64px;
  }

  .b-header .b-header__bottom .b-header__links.b-header__links--bottom .ui-selectmenu-button,
  .b-header .b-header__bottom .b-header__links.b-header__links--bottom a.b-link--eye {
    display: none;
  }

  .b-header .b-header__bottom .b-header__links.b-header__links--bottom {
    gap: 4px;
  }

  .b-header .b-header__bottom {
    padding: 16px 0;
  }

  .b-header .b-header__bottom .b-logo img,
  .b-header .b-header__bottom .b-logo svg {
    height: 100%;
  }

  .b-header .b-header__bottom .b-logo {
    max-width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .b-header .b-header__bottom .b-logo a {
    height: 40px;
    max-width: 191px;
  }

  .b-header .b-header__bottom .b-logo .mobile-menu-btn {
    display: block;
    cursor: pointer;
  }

  .b-header .b-header__bottom .b-logo .mobile-menu-btn .close-mobile-menu,
  .b-header .b-header__bottom .b-logo .mobile-menu-btn.open .open-mobile-menu {
    display: none;
  }

  .b-header .b-header__bottom .b-logo .mobile-menu-btn .close-mobile-menu:before {
    font-size: 12px;
    line-height: 12px;
    content: "\E00F";
    justify-content: center;
    display: inline-flex;
    width: 24px;
    height: 24px;
    -ms-flex-align: center;
    align-items: center;
    font-family: icons;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }

  .b-burger__links .b-link.b-link--header-links.b-link--eye.js-tooltip.js-vision:before {
    content: none !important;
    display: none !important;
  }

  .b-burger__links .b-link.b-link--header-links.b-link--eye.js-tooltip.js-vision svg {
    width: 24px;
    height: 24px;
  }

  .b-burger {
    padding: 71px 0 0 !important;
  }

  .b-burger .b-button--burger {
    height: 42px !important;
    border: none !important;
    background-color: var(--footer-background) !important;
    color: var(--white) !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .b-burger .b-button--burger.b-button--outline {
    background-color: var(--white) !important;
    border: 1px solid var(--footer-background) !important;
    color: var(--footer-background) !important;
  }

  .no-touchevents .b-menu--burger .b-menu__link {
    color: var(--black);
  }

  .no-touchevents .b-menu--burger .b-menu__link:hover,
  .no-touchevents .b-menu--burger .b-menu__link:active,
  .no-touchevents .b-menu--burger .b-menu__link.open,
  .b-submenu__link {
    color: var(--footer-background) !important;
  }

  .b-header .b-header__bottom .b-logo .mobile-menu-btn.open .close-mobile-menu {
    display: block;
  }

  .vniir .b-title.b-title--h1 {
    margin: 0 0 24px 0;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 800px) {
  .vniir .b-footer .footer-menu-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block {
    gap: 26px;
    flex-direction: column;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .footer-address-block {
    max-width: 100%;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .footer-more-links-block {
    flex-direction: column;
    align-items: start;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__sputnik {
    justify-content: start;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .b-footer__tell {
    text-align: left;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .b-social--footer {
    margin: 32px 0 0 0;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--copy .b-footer__copy-list li {
    margin: 0;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block span.footer-contacts-title {
    margin-bottom: 9px;
  }

  .vniir .b-footer .b-footer__col.b-footer__col--socials .footer-contacts-block .b-footer__tell a:last-child {
    letter-spacing: 0;
  }
}

@media (max-width: 767px) {
  .b-breadcrumbs {
    display: block !important;
  }

  .b-breadcrumbs .b-breadcrumbs__list {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 700px) {
  .auth-modal-block {
    width: 100%;
    border-radius: 0;
  }

  .auth-modal-block .auth-modal-content .auth-modal-top .close-auth-modal-btn {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-top: 13px;
  }

  .auth-modal-block .auth-modal-content .auth-modal-top a {
    max-width: unset;
    width: 281px;
    height: 58px;
    margin: 0 0 32px 0;
  }

  .auth-modal-block .auth-modal-content .auth-modal-top a svg {
    width: 100%;
  }

  .auth-modal-block .auth-modal-content .auth-modal-component-block {
    max-width: 100%;
    margin: 0;
  }
}

/**
    страница "Об институте"
*/
.about__page-top {
  margin: -180px 0 64px;
  padding: 186px 0 64px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(85.84deg,
      #165fcc 16.09%,
      rgba(22, 95, 204, 0.9) 22.24%,
      rgba(16, 175, 225, 0.9) 77.28%,
      #10afe1 82.87%),
    url(../images/bg_about_new.png) no-repeat center center;
}

.about__page-top-half {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.vniir .about__page-left.b-two-columns-page__left-column {
  max-width: 736px;
}

body.vniir .about__page-left p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
  color: var(--white);
}

body.vniir .about__page-social p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 16px;
}

.about__page-social svg path {
  fill: var(--white);
}

.about__page-right p {
  color: var(--white);
}

.about__page-right img {
  float: left;
  margin: 0 20px 0 0;
}

body.vniir .about__page-right span p:last-child {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 8px;
  letter-spacing: -0.01em;
}

.about__page-right>span {
  position: relative;
  display: flex;
  align-items: center;
}

/*.about__page-right span::before {
  content: "“";
  font-size: 120px;
  font-weight: 400;
  line-height: 140px;
  position: absolute;
  bottom: 27px;
  left: 0;
  color: var(--white);
  width: 38px;
  height: 29px;
}*/

body.vniir .about__page-right p {
  font-size: 14px;
  line-height: 18px;
}

.vniir .about__page-right.b-two-columns-page__right-column {
  max-width: 280px;
  min-width: 280px;
}

.vniir .about__page-top .about__page-right {
  max-width: 350px;
  min-width: 350px;
}

.about__page-ul {
  margin-bottom: 36px;
}

.about__page-ul h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}

.about__page-ul ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.about__page-ul ul li {
  margin-left: 26px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.about__page-ul ul li:nth-child(4) {
  -webkit-column-break-before: always;
}

.about__page-contet-block {
  padding: 16px 24px;
  border-left: 1px solid var(--tags-border);
  margin-bottom: 20px;
}

.about__page-contet-block:last-child {
  margin-bottom: 0;
}

.about__page-content .about__page-contet-block p {
  font-size: 18px;
  line-height: 24px;
}

.about__page-contet-block h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
  color: var(--lucky-gray);
}

.single-window__page {
  display: flex;
  justify-content: space-between;
}

.single-window__img {
  background-color: var(--white-smoke);
  background-image: url(../images/single-window.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px;
  height: 303px;
  max-width: 448px;
  width: 100%;
}

.single-window__img-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: var(--footer-background);
}

.single-window__img-text {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--lucky-gray);
}

@media (max-width: 1020px) {
  .about__page-top {
    padding: 100px 0 24px;
    margin: -114px 0 24px;
    margin-left: -24px;
    margin-right: -24px;
    background-position: bottom center;
    background-size: cover;
  }

  .about__page-top-half {
    padding: 0 24px;
  }

  .vniir .about__page-left.b-two-columns-page__left-column {
    order: 1;
  }

  .vniir .about__page-left.b-two-columns-page__left-column,
  .vniir .about__page-right.b-two-columns-page__right-column {
    max-width: 100%;
    min-width: 100%;
  }

  .vniir .about__page-right.b-two-columns-page__right-column {
    margin-bottom: 24px;
  }

  .about__page-social {
    margin-bottom: 24px;
  }

  .vniir .about__page-content .b-two-columns-page__wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  .about__page-ul {
    margin-bottom: 24px;
  }

  .about__page-ul h3 {
    font-size: 22px;
    height: 26px;
  }

  .about__page-ul ul {
    columns: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
  }

  .about__page-contet-block h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .about__page-contet-block {
    margin-bottom: 16px;
  }

  .single-window__page {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 500px) {
  .single-window__img {
    padding: 24px;
  }

  body.vniir .about__page-right span p:last-child {
    font-size: 18px;
    line-height: 22px;
  }
}

.footer-minprom a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 768px) {
  .footer-minprom a {
    justify-content: flex-start;
  }
}

.b-link--header-links.b-link--phone,
.b-link--header-links.b-link--cart {
  display: none;
}

.top-info-block {
  background: linear-gradient(270.09deg, #EB894C 27.71%, #F5853D 61.14%, #ff7627 100.12%);
  box-shadow: 0px 20px 25px -5px #0000000D;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 3px;
  color: white;
  justify-content: space-between;
  gap: 32px;
  font-weight: normal;
  font-size: 12px;
  line-height: 130%;
}

.top-info-block svg {
  margin-bottom: -2px;
}

.top-info-block a {
  color: var(--white);
}

.top-info-block span:nth-child(2) a:hover,
.top-info-block span:nth-child(3) a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .top-info-block {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
}

.cookie-block {
  position: fixed;
  bottom: 32px;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: none;
}

.cookie-block.cookie-active {
  display: block;
}

.cookie-block .b-container {
  background-color: #F0F0F0;
  box-shadow: -2px 5px 4px 0 #0000000D;
  padding: 16px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.cookie-block .b-container .cookie-text {
  max-width: 820px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.cookie-block .b-container .cookie-btn {
  height: 42px;
  padding: 12px 32px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  background-color: #235A9D;
  border-radius: 6px;
  transition: all 0.3s;
}

.cookie-block .b-container .cookie-btn:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  .cookie-block {
    bottom: 16px;
  }

  .cookie-block .b-container {
    flex-direction: column;
    padding: 16px;
  }

  .cookie-block .b-container .cookie-btn {
    width: 100%;
    text-align: center;
  }

  .cookie-block.cookie-active {
    padding: 0 16px !important;
  }
}

.error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 48px;
}

.error-block svg {
  max-width: 100%;
}

.error-block h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.04rem;
  margin-bottom: 16px;
  color: var(--black);
}

.error-block .f-16 {
  color: var(--lucky-gray);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.error-block .f-16 a {
  text-decoration: underline;
  color: var(--lucky-gray);
}

.error-block .f-16 a:hover {
  text-decoration: none;
}

.error-block .bottom-menu {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.error-block .bottom-menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--black);
}

.error-block .bottom-menu a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .error-block {
    gap: 24px;
  }

  .error-block h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .error-block svg {
    margin: 0 7px;
    height: 121px;
  }
}

.hover-link-doc {
  text-decoration: underline;
}

.hover-link-doc:hover {
  text-decoration: none;
}

.f-16.docs a {
  text-decoration: underline;
}

.f-16.docs a:hover {
  text-decoration: none;
}

.f-16.docs h2 {
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 24px;
}

.f-16.docs h2.small-h2 {
  font-size: 24px;
}

.f-16.docs p {
  margin-bottom: 16px;
}

.text-page-block p:not(:last-child) {
  margin-bottom: 8px;
}

.text-page-block {
  display: flex;
  align-items: start;
  gap: 48px;
}

.text-page-block .menu-block {
  min-width: 365px;
  max-width: 365px;
}

.text-page-block p.f-bold:not(.mb) {
  margin-top: 24px;
}

.text-page-block p.f-bold.mb {
  margin-bottom: 24px;
}

.text-page-block p.mt24 {
  margin-top: 24px;
}

.text-page-block ul {
  margin-left: 16px;
}

.text-page-block ul.g-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.text-page-block ul li:not(:last-child) {
  margin-bottom: 4px;
}

.text-page-block .text-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 24px 0;
}

.text-page-block .text-image img,
.text-page-block .flex-image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.text-page-block .flex-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  gap: 24px;
  margin: 24px 0;
}

.text-page-block .flex-image.flex-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.text-page-block .tel-text-block {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  background-color: #F0F0F0;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  padding: 24px;
  flex-direction: column;
}

.text-page-block .tel-text-block span.tel-text {
  color: var(--footer-background);
}

.text-page-block .tel-text-block span:first-child {
  max-width: 623px;
  color: #777777;
}

.text-with-img {
  display: flex;
  gap: 24px;
}

.text-with-img .image-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  min-width: 284px;
  max-width: 284px;
}

.text-with-img .image-block img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.text-with-img .image-block .img-blk {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: fit-content;
  cursor: pointer;
}

.text-with-img .image-block .img-blk:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000066;
  background-image: url('../images/eye-icon.png');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.modal-background-text-page {
  background: #00000073;
  backdrop-filter: blur(6px);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  align-items: center;
  justify-content: center;
}

.modal-background-text-page img {
  max-width: 656px;
}

.modal-background-text-page:before {
  content: '';
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url('../images/close-icon.png') no-repeat center center;
}

@media (max-width: 1020px) {
  .text-page-block {
    gap: 32px;
    flex-direction: column;
  }

  .text-page-block .menu-block {
    min-width: 100%;
    max-width: 100%;
    order: -1;
  }
}

@media (max-width: 700px) {
  .modal-background-text-page img {
    width: 300px;
  }
}

@media (max-width: 650px) {
  .text-page-block ul.g-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .text-page-block .flex-image.flex-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-with-img {
    flex-direction: column;
    gap: 16px;
  }

  .text-with-img .image-block {
    margin: 0 auto;
  }

  .text-page-block .tel-text-block {
    gap: 48px;
  }
}

@media (max-width: 450px) {

  .text-page-block .flex-image,
  .text-page-block .flex-image.flex-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.open-content b {
  display: flex;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--light-gray);
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
}

#code-1,
#code-2,
#code-3 {
  display: none;
  transition: max-height 0.2s ease-out;
  padding: 0 16px;
}

#code-1.active,
#code-2.active,
#code-3.active {
  display: block;
  padding: 8px 16px 24px;
  margin-bottom: 8px;
}

.open-content .minus,
.open-content.active .plus {
  display: none;
}

.open-content .plus,
.open-content.active .minus {
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.open-content.active b {
  background-color: transparent;
  padding: 16px 16px 0;
}

.active-shadows {
  box-shadow: 0 1px 3px 0 #0000000D;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  margin-bottom: 8px;
}

.btn-slujba {
  border-radius: 6px;
  background-color: var(--footer-background);
  padding: 12px 22px;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
  cursor: pointer;
  margin-top: 24px;
  text-align: center;
  width: fit-content;
}

.btn-slujba:hover {
  background-color: #154A89;
}

.docs a {
  color: var(--footer-background);
  text-decoration: underline;
}

.docs a:hover {
  text-decoration: none;
}

/** страница противодействия коррупции */
.about__page-content .about__page-portal {
  margin-bottom: 48px;
}

.about__page-content .about__page-porta p span {
  font-size: 14px;
  line-height: 18px;
  color: var(--lucky-gray);
}

.about__page-content .about__page-portal svg {
  min-width: 56px;
  max-width: 56px;
}

.about__page-content .about__page-portal a {
  display: flex;
  justify-content: space-between;
  background-color: var(--white-smoke);
  padding: 26px;
  border-radius: 8px;
  align-items: center;
}

.about__page-content .about__page-portal p {
  color: var(--black);
  width: 100%;
  margin: 0 24px;
  font-weight: 600;
}

.about__page-content .document__item {
  margin-bottom: 8px;
}

.about__page-content .document__item.active {
  box-shadow: 0 1px 3px 0 #0000000D;
  border-radius: 8px;
  border: 1px solid #F0F0F0;
}

.about__page-content .document-item__name.active {
  background-color: transparent;
  padding: 16px 16px 0px;
}

.about__page-content .document-item__name {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  justify-content: space-between;
  padding: 16px;
  background-color: var(--light-gray);
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
}

.about__page-content .document-item__name .minus,
.about__page-content .document-item__name.active .plus {
  display: none;
}

.about__page-content .document-item__name .plus,
.about__page-content .document-item__name.active .minus {
  display: flex;
  height: 56px;
  width: 56px;
  align-items: center;
  justify-content: center;
}

.about__page-content .document-item__info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  padding: 0 16px;
  box-shadow: 0px 12px 12px -7px #0000000A;
}

.about__page-content .document-item__info.active {
  padding: 8px 16px 24px;
}

.about__page-content .document-item__file-download {
  margin-top: 16px;
  display: flex;
  align-self: center;
}

.about__page-content .document-item__file-download a {
  font-weight: 400;
}

.about__page-content .document-item__file-download a span {
  color: var(--lucky-gray);
}

.about__page-content .document-item__file-download a span+span {
  text-decoration: underline;
  color: var(--footer-background);
}

.about__page-content .document-item__file-download a span:hover {
  text-decoration: none;
}

.about__page-content .document-item__file-download a svg+span,
.about__page-content .document-item__file-download a span+svg {
  margin-left: 8px;
}

.about__page-content .document-item__file-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.about__page-content .document-item__files+.document-item__files {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--light-gray);
}

.about__page-content .about__page-portal p span {
  color: var(--lucky-gray);
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.about__page-content table.about__page-table {
  margin-bottom: 48px;
  width: 100%;
}

.about__page-content table.about__page-table tr {
  border-top: 1px solid var(--light-gray);
  display: flex;
  padding: 16px 0;
}

.about__page-content table.about__page-table tr:last-child {
  border-bottom: 1px solid var(--light-gray);
}

.about__page-content table.about__page-table tr td {
  line-height: 24px;
}

.about__page-content table.about__page-table tr td:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  max-width: 312px;
  min-width: 312px;
  width: 100%;
}

.about__page-content table.about__page-table tr td span {
  font-size: 14px;
  line-height: 18px;
  color: var(--lucky-gray);
  margin-top: 8px;
  display: block;
}

.about__page-title {
  line-height: 24px;
}

@media (max-width: 800px) {
  .about__page-content .about__page-portal {
    margin-bottom: 24px;
  }

  .about__page-content .about__page-portal img,
  .about__page-content .about__page-portal svg {
    order: 1;
  }

  .about__page-content .about__page-portal p {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0 0;
  }

  .about__page-content .about__page-portal a {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .about__page-content table.about__page-table tr {
    flex-direction: column;
  }

  .about__page-content table.about__page-table tr td:nth-child(1) {
    margin-bottom: 24px;
  }

  .about__page-content table.about__page-table {
    margin-bottom: 24px;
  }

  .about__page-title br+br {
    display: none;
  }
}