@charset "UTF-8";

@font-face {
  font-family: "Golos";
  font-display: swap;
  src: url("../fonts/GolosText_Bold.woff") format("woff"), url("../fonts/GolosText_Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  font-display: swap;
  src: url("../fonts/GolosText_Medium.woff") format("woff"), url("../fonts/GolosText_Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Golos";
  font-display: swap;
  src: url("../fonts/GolosText_Regular.woff") format("woff"), url("../fonts/GolosText_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --background-color: #F1F5FA;
  --background-dark: #04092A;
  --background-light: #F1F5FA;
  --background-field: #F8F8F8;
  --background-white: #FFFFFF;
  --background-interactive: #0061D9;
  --background-toggle: #1EAF87;
  --background-blue: #bbd3fb;
  --header-text-color: #F1F5FA;
  --white-color: #FFFFFF;
  --frame-color: #A7A8AB;
  --text-color: #04092A;
  --head-color: #000000;
  --tooltip-color: #76767A;
  --interactive-color: #0050B2;
  --error-color: #D51A1A;
  --alert-color: #FF9500;
  --firm-color: #FF004C;
  --blue-color: #364fee;
  --separator-light: #E5E5EB;
  --separator-dark: #D9D9DE;
  --font-family: 'Golos', 'Arial', sans-serif;
  --font-size: 20px;
}

body {
  margin: 0;
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1.4;
  color: var(--text-color);
  background-color: var(--background-color);
}

.body--overflow-hidden {
  overflow: hidden;
}

.body--overflow-hidden .title {
  color: #04092A;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container--flex-align-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container--flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.title {
  padding: 0;
  margin-left: 90px;
  margin-top: 32px;
  max-width: 648px;
  font-size: 1.8em;
  line-height: 1.28;
  font-weight: 400;
  color: var(--header-text-color);
}

.breadcrumb {
  margin: 0;
  margin-top: 24px;
  list-style: none;
}

.breadcrumb__item {
  display: inline;
  font-size: 0.7em;
  line-height: 1.29;
  color: var(--tooltip-color);
}

.breadcrumb__item + .breadcrumb__item:before {
  content: '';
  display: inline-block;
  margin: 0 12px;
  vertical-align: middle;
  height: 1px;
  width: 48px;
  background-color: var(--separator-light);
}

.breadcrumb__link {
  text-decoration: none;
  color: var(--interactive-color);
}

.breadcrumb__link:hover {
  color: #1161C3;
}

.breadcrumb__link:active {
  color: #0D6ADC;
}

.header {
  background-color: var(--background-dark);
  background-image: url("/img/sign.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 80px);
  min-height: 252px;
}

.header--min-height {
  min-height: 472px;
  padding-bottom: 75px;
}

.header__border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 63px;
}

.header__navigation-button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-family);
  color: var(--header-text-color);
  font-size: 0.7em;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__navigation-button--not-show {
  display: none;
}

.header__navigation-button--ov {
  margin-right: auto;
  text-align: left;
}

.header__navigation-button--ov:before {
  content: '';
  width: 15px;
  height: 12px;
  background-image: url("/img/Vector.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-right: 7px;
}

.header__navigation-button--search {
  margin-right: 94px;
}

.header__navigation-button--search:before {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("/img/search3.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-right: 7px;
}

.header__navigation-button--login {
  margin-right: 21px;
}

.header__navigation-button--login:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("/img/locklock.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  margin-right: 7px;
}

.header__user {
  display: none;
  cursor: pointer;
  position: relative;
}

.header__user--show {
  display: block;
}

.header__user-border {
  border-bottom: 1px solid var(--background-light);
  padding-bottom: 12px;
  margin-top: 12px;
}

.header__user-border:first-child {
  margin-top: 0;
}

.header__user-unread-amount-all {
  position: relative;
}

.header__user-unread-amount-all:after {
  content: '727';
  min-width: 12px;
  height: 12px;
  padding: 0 3px;
  color: var(--white-color);
  font-weight: 500;
  font-size: 0.6em;
  line-height: 1.5;
  text-align: center;
  background-color: #E52E2E;
  border-radius: 5px;
  position: absolute;
  top: -4px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__user-icon {
  margin-right: 8px;
  border-radius: 50%;
  height: 28px;
  border-radius: 50%;
}

.header__user-link {
  border: none;
  background: none;
  font-family: var(--font-family);
  font-size: 0.7em;
  font-weight: 500;
  color: var(--header-text-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.header__user-link:after {
  content: '';
  background-color: var(--background-white);
  background-image: url("/img/icon/line/arrow-down-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 12px;
}

.header__user-ripple {
  display: none;
  position: absolute;
  background-color: var(--background-white);
  border-radius: 4px;
  -webkit-box-shadow: 0 22px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 22px 18px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 16px 20px;
  width: 227px;
  overflow: auto;
  right: 0;
}

.header__user-ripple--show {
  display: block;
}

.header__user:hover .header__user-ripple {
  display: block;
}

.header__user:hover .header__user-link:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__user-exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 46px;
}

.header__user-exit-icon {
  margin-right: 8px;
}

.nav {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__logo {
  margin-right: auto;
  text-align: left;
}

.nav__logo-icon {
  width: 176px;
  height: 64px;
}

.nav__logo-home {
  width: 256px;
  height: 93px;
}

.nav__link {
  color: var(--header-text-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: all 0.3s ease;
}

.nav__link--ml25 {
  margin-left: 25px;
}

.nav__link--ml20 {
  margin-left: 20px;
}

.nav__link--mr20 {
  margin-right: 20px;
}

.nav__link--not-auth {
  display: none;
}

.nav__link--auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav__link:hover {
  color: var(--frame-color);
}

.nav__link-unread-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ml25 {
  margin-left: 25px;
}

.nav__link-unread-amount:after {
  content: '';
  min-width: 12px;
  height: 12px;
  padding: 0 3px;
  color: var(--white-color);
  font-weight: 500;
  font-size: 0.6em;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  background-color: #E52E2E;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 2px 4px rgba(155, 132, 135, 0.05);
  box-shadow: 0px 2px 4px rgba(155, 132, 135, 0.05);
}

.nav__link-unread-amount--anket.nav__link-unread-amount:after {
  content: '2';
}

.nav__link-unread-amount--work-group.nav__link-unread-amount:after {
  content: '184';
}

.nav__link-unread-amount--profile.nav__link-unread-amount:after {
  content: '541';
}

.nav__link-wrapper {
  position: relative;
  display: inline-block;
}

.nav__link-wrapper--not-auth {
  display: none;
}

.nav__link-wrapper--auth {
  display: inline-block;
}

.nav__link-wrapper--ml25 {
  margin-left: 25px;
}

.nav__link-wrapper:hover .nav__link-ripple {
  display: block;
}

.nav__link-wrapper:hover > .nav__link {
  color: var(--frame-color);
}

.nav__link-wrapper:hover .nav__link--arrow:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__link--arrow:after {
  content: '';
  background-image: url("/img/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 5px;
  height: 5px;
  margin-left: 6px;
  transition: all 0.3s ease;
}

.nav__link-ripple {
  display: none;
  position: absolute;
  background-color: var(--background-white);
  border-radius: 4px;
  -webkit-box-shadow: 0 22px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0 22px 18px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 16px 20px;
  width: 227px;
  overflow: auto;
}

.nav__link--fs {
  font-size: 0.7em;
  font-weight: 400;
  color: var(--text-color);
  display: block;
  margin-top: 10px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 0;
  padding-top: 0;
}

.nav__link--fs:first-child {
  margin-top: 0;
}

.nav__link--fs:hover {
  color: var(--firm-color);
}

.nav__link--red {
  color: var(--firm-color);
  margin-top: 0;
}

.disability-panel {
  display: none;
  background-color: #E0E0E0;
  min-height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disability-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disability-panel__item--mlauto {
  margin-left: auto;
}

.disability-panel__item--border {
  border-left: 1px solid #C4C4C4;
  padding-left: 40px;
  margin-left: 46px;
}

.disability-panel__title {
  margin-right: 18px;
}

.disability-panel__title--mr25 {
  margin-right: 25px;
}

.disability-panel__title--mr10 {
  margin-right: 10px;
}

.disability-panel__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disability-panel__button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-family);
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.disability-panel__button--mr14 {
  margin-right: 14px;
}

.disability-panel__button--light {
  color: var(--text-color);
  background-color: var(--background-white);
  border: 1px solid var(--separator-dark);
}

.disability-panel__button--dark {
  color: var(--white-color);
  background-color: var(--background-dark);
}

.disability-panel__button--blue {
  color: #364FEE;
  background: #BBD3FB;
}

.disability-panel__button--on-off {
  width: 72px;
  background-color: var(--background-dark);
  color: var(--white-color);
}

.burger {
  margin: 0;
  padding-top: 24px;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 104px;
  background-color: var(--background-dark);
  /*z-index: 100;*/
  overflow: auto;
  width: 100%;
}

.burger__input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.burger__input:checked ~ .burger__nav {
  right: 0;
}

.burger__input-search {
  border: none;
  margin-top: 5px;
  border-radius: 29px;
  padding: 13px 16px 13px 40px;
  font-family: var(--font-family);
  font-size: 0.7em;
  line-height: 1.29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tooltip-color);
  background-image: url("/img/icon/line/search2.svg");
  background-position: 12px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  outline: none;
  border: 2px solid transparent;
}

.burger__input-search:focus {
  border: 2px solid #9AABF5;
}

.burger__input-checkbox {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.burger__input-checkbox:checked + .burger__link--label:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.burger__input-checkbox:checked ~ .burger__link-ripple {
  max-height: 700px;
  overflow: auto;
}

.burger__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger__label--show .burger__icon {
  background-color: transparent;
  width: 0;
}

.burger__label--show .burger__icon:before {
  top: 0;
  width: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger__label--show .burger__icon:after {
  top: 0;
  width: 27px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger__icon {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--background-white);
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger__icon:before,
.burger__icon:after {
  position: absolute;
  content: '';
  width: 17px;
  height: 3px;
  background-color: var(--background-white);
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger__icon:before {
  top: -8px;
}

.burger__icon:after {
  top: 8px;
}

.burger__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 80px;
  right: -100%;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  /*overflow: auto;*/
  width: 100vw;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--background-dark);
}

.burger__border {
  border-bottom: 1px solid #4F4F4F;
}

.burger__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  color: var(--header-text-color);
  padding-top: 12px;
  padding-bottom: 12px;
}

.burger__link:first-child {
  margin-top: 0;
}

.burger__link:last-child {
  border-bottom: none;
}

.burger__link:hover {
  color: #1161C3;
}

.burger__link:active {
  color: #0D6ADC;
}

.burger__link--fw400 {
  margin-top: 4px;
  font-weight: 400;
  font-size: 0.9em;
}

.burger__link--label:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("/img/arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}

.burger__link-ripple {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 12px;
  padding-right: 12px;
}

.burger__button {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-family: var(--font-family);
  color: var(--header-text-color);
  font-size: 0.9em;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger__button-wrapper {
  padding-left: 8px;
  margin-top: 49px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.burger__button--login {
  margin-right: 24px;
  padding-left: 30px;
  background-image: url("/img/locklock.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.burger__user {
  margin-top: 46px;
  padding-bottom: 46px;
}

.page {
  margin-top: -76px;
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  padding: 24px 40px 48px;
  max-width: 1120px;
}

.page__title {
  font-weight: 500;
  font-size: 2.2em;
  line-height: 1.36;
}

.page__title--max-width {
  max-width: 906px;
}

.page__subtitle {
  font-weight: 500;
  font-size: 1.5em;
  color: var(--head-color);
}

.page__subtitle--max-width520 {
  max-width: 520px;
}

.page__content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page__content--news {
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  padding: 24px 40px;
  margin-top: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page__content--news:hover {
  -webkit-box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
}

.page__content--newdoc {
  margin-top: 48px;
  padding: 0 40px;
  padding-bottom: 23px;
}

.page__ksp,
.page__add-time,
.page__kso-link {
  font-size: 0.7em;
  line-height: 1.29;
}

.page__ksp {
  max-width: 311px;
}

.page__add-time {
  margin-top: 8px;
}

.page__text {
  font-size: 0.9em;
  line-height: 1.33;
  margin-top: 20px;
}

.page__text:first-child {
  margin-top: 0;
}

.page__text--mt32 {
  margin-top: 32px;
}

.page__text--mt0 {
  margin-top: 0;
}

.page__text--mr24 {
  margin-right: 24px;
}

.page__text--max-width116 {
  max-width: 116px;
  width: 100%;
}

.page__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  text-align: justify;
}

.page__text-wrapper p {
  margin-top: 20px;
}

.page__text-wrapper p:first-of-type {
  margin-top: 32px;
}

.page__text-img {
  margin: auto;
}

.page__social {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page__social-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.page__social-wrapper--mobile {
  display: none;
}

.page__kso-link {
  margin-bottom: 16px;
  color: var(--interactive-color);
  text-decoration: none;
}

.page__kso-link:hover {
  color: #1161C3;
}

.page__kso-link:active {
  color: #0D6ADC;
}

.page__print-version {
  border: none;
  background: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7em;
  line-height: 1.29;
  color: var(--interactive-color);
  border: 1px solid #0050B2;
  border-radius: 6px;
  max-width: 172px;
  height: 32px;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.page__print-version:hover {
  background-color: var(--background-light);
  border-color: var(--background-interactive);
}

.page__print-version:hover .page__print-icon path {
  fill: var(--background-interactive);
}

.page__print-version:active {
  border-color: #0B63CF;
  background-color: var(--background-light);
}

.page__print-version:focus {
  outline: none;
  border: 1px solid #0050B2;
  background-color: var(--background-white);
}

.page__print-icon {
  margin-right: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page__share-text {
  color: var(--tooltip-color);
  font-size: 0.7em;
  margin-top: 32px;
}

.page__share-text--mtauto {
  margin-top: auto;
}

.page__share-text--mt35 {
  margin-top: 35px;
}

.page__share-text--mt12 {
  margin-top: 12px;
  margin-bottom: auto;
}

.page__share .button.button--light {
  max-width: 172px;
  justify-content: center;
  margin-bottom: 16px;
}

.page__social-link {
  text-decoration: none;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

.page__social-link:last-child {
  margin-right: 0;
}

.table {
  text-align: left;
  width: 100%;
  line-height: 1.33;
  font-size: 0.9em;
  margin-top: 24px;
  font-variant-numeric: tabular-nums;
}

.table--mt32 {
  margin-top: 32px;
}

.table__row {
  border-bottom: 1px solid var(--separator-light);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.table__row:not(:first-child):hover {
  background-color: #F8F8FF;
}

.table__row--new {
  font-weight: 800;
}

.table__row--green {
  background-color: rgba(10, 150, 47, 0.2);
}

.table__row--red {
  background-color: rgba(213, 26, 26, 0.2);
}

.table__row--gray {
  background-color: rgba(167, 168, 171, 0.2);
}

.table__head {
  font-size: 0.8em;
  line-height: 1.29;
  color: var(--tooltip-color);
  font-weight: 400;
  padding-bottom: 12px;
  padding-left: 8px;
}

.table__head--width-org {
  width: 500px;
}

.table__head--width-anket {
  width: 434px;
}

.table__head:last-child {
  padding-right: 15px;
}

.table__cell {
  line-height: 1.33;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
  position: relative;
  vertical-align: top;
}

.table__cell a {
  text-decoration: none;
  color: #0050B2;
  transition: all 0.3s ease;
}

.table__cell a:hover {
  color: #1161c3;
}

.table__cell a:active {
  color: #0D6ADC;
}

.table__cell:first-child {
  border-radius: 8px 0 0 8px;
}

.table__cell:last-child {
  border-radius: 0 8px 8px 0;
}

.table__cell:last-child {
  padding-right: 15px;
}

.table__cell--del button {
  margin-top: 12px;
}

.table__cell--del button:first-child {
  margin-top: 0;
}

.table__button {
  border: none;
  background: none;
  text-align: left;
  text-decoration: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1em;
  line-height: 1.29;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--tooltip-color);
}

.table .button {
  margin: auto;
  margin-top: 8px;
}

.table .button:first-child {
  margin-top: 0;
}

.table__button:before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("/img/icon/line/arrow-sorting.svg");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  margin-right: 4px;
}

.table__status {
  position: relative;
}

.table__status-icon {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: -15px;
}

.event {
  background-color: var(--background-white);
  padding-top: 28px;
  padding-left: 40px;
  padding-right: 48px;
  padding-bottom: 32px;
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.event:hover {
  -webkit-box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
}

.event__date {
  font-size: 0.7em;
  color: var(--tooltip-color);
}

.event__date--mr34 {
  margin-right: 34px;
  padding-top: 4px;
  min-width: 300px;
}

.event__title {
  display: block;
  margin-top: 12px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event__title-link {
  color: var(--interactive-color);
  text-decoration: none;
}

.event__title-link:hover {
  color: #1161C3;
}

.event__title-link:active {
  color: #0D6ADC;
}

.event__title--hover-red:hover {
  color: var(--firm-color);
}

.event__title--news {
  max-width: 695px;
  margin-top: 0;
}

.event__link {
  display: block;
  text-decoration: none;
  color: var(--interactive-color);
  font-size: 0.9em;
  font-weight: 500;
}

.event__link:hover {
  color: #1161C3;
}

.event__link:active {
  color: #0D6ADC;
}

.event__link--max-width130 {
  max-width: 130px;
}

.event__link--max-width150 {
  max-width: 150px;
}

.event__link--mt24 {
  margin-top: 24px;
}

.event__link--mt52 {
  margin-top: 52px;
}

.event__wrapper {
  margin-top: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event__announcement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event__announcement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--background-white);
  padding: 28px 40px 32px;
  max-width: 1120px;
  min-height: 362px;
  -webkit-box-shadow: box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 32px;
  cursor: pointer;
}

.event__announcement-wrapper:hover {
  -webkit-box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
}

.event__announcement-item {
  width: calc(33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.event__announcement-item:last-child {
  margin-right: 0;
}

.main-news {
  margin-top: 64px;
}

.main-news__list {
  margin-top: 24px;
}

.main-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33% - 16px);
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}

.main-news__item:hover {
  -webkit-box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0.9px 2.2px rgba(0, 0, 0, 0.008),
  0 2.1px 5.3px rgba(0, 0, 0, 0.012),
  0 4px 10px rgba(0, 0, 0, 0.015),
  0 7.1px 17.9px rgba(0, 0, 0, 0.018),
  0 13.4px 33.4px rgba(0, 0, 0, 0.022),
  0 32px 80px rgba(0, 0, 0, 0.03);
}

.main-news__img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

.main-news__text {
  padding: 24px 40px 44px;
}

.documents {
  margin-top: 64px;
}

.documents__wrapper {
  margin-top: 24px;
  background-color: var(--background-white);
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
}

.documents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(50% - 22px);
}

.documents__head {
  font-weight: 500;
  font-size: 1.1em;
  color: #000000;
}

.documents__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.documents__item:first-of-type {
  margin-top: 16px;
}

.documents__text {
  width: calc(100% - 48px);
}

.documents__item-icon {
  width: 32px;
  height: 32px;
}

.documents__link {
  color: var(--interactive-color);
  text-decoration: none;
}

.documents__link:hover {
  color: #1161C3;
}

.documents__link:active {
  color: #0D6ADC;
}

.documents__source {
  font-size: 0.7em;
  color: var(--tooltip-color);
  margin-top: 8px;
}

.subjects {
  margin-top: 64px;
}

.subjects__map {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map {
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  padding: 31px 24px 60px 40px;
  margin-right: 32px;
  width: 66%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.map__wrapper {
  width: 100%;
  height: 400px;
  display: flex;
}

.map__russia {
  width: 100%;
  height: 400px;
  margin: auto;
  margin-top: 30px;
}

.map__russia path {
  cursor: pointer;
}

.map__russia path:hover {
  fill: #0050B2;
}

.map__choice {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 116px;
}

.map__title {
  font-size: 0.7em;
  font-weight: 500;
}

.map__select {
  margin-top: 8px;
  text-align: center;
  width: 100%;
  height: 56px;
  border: 1px solid var(--separator-dark);
  border-radius: 6px;
  padding-left: 16px;
  font-family: var(--font-family);
  font-size: 0.9em;
}

.map__svg {
  margin-top: 48px;
  width: 100%;
}

.map__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map__scale-button {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--background-light);
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
}

.map__scale-button:last-child {
  margin-top: 4px;
}

.map__scale-icon {
  width: 20px;
  height: 20px;
}

.map__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map__item {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  position: absolute;
  background-color: white;
  width: 232px;
  padding: 16px 25px 16px 20px;
  box-shadow: 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0298054), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0201946);
  border-radius: 4px;
}

.map__close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  outline: none;
  margin-left: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.map__close:after {
  content: 'x';
  position: absolute;
  top: 0;
  right: -10px;
  color: var(--white-color);
  background-color: #A7A8AB;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
}

.map__close:hover {
  opacity: 1;
}

.map__item--mt12 {
  margin-top: 12px;
}

.map__item-address {
  font-style: normal;
  margin-top: 8px;
  font-size: 0.7em;
}

.map__item-title {
  font-size: 0.7em;
  font-weight: 800;
}


.map__item-contacts {
  margin-top: 12px;
  font-size: 0.7em;
  color: var(--tooltip-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-variant-numeric: tabular-nums;
}

.map__item-tel {
  color: var(--text-color);
  font-size: 1em;
  text-decoration: none;
  margin-top: 2px;
}

.map__item-link {
  color: var(--interactive-color);
  font-size: 1em;
  text-decoration: none;
  margin-top: 20px;
}

.map__item-link:last-child {
  margin-top: 4px;
}

.map__item-link:hover {
  color: #1161C3;
}

.map__item-link:active {
  color: #0D6ADC;
}

.map__item-button {
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 6px 10px;
  font-family: var(--font-family);
  font-size: 0.7em;
  line-height: 1.33;
  background-color: var(--interactive-color);
  border-radius: 10px;
  color: var(--white-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.map__item-button:hover {
  background-color: #1161C4;
}

.map__item-button:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0050B2), to(#1161C3));
  background-image: -o-linear-gradient(top, #0050B2 0%, #1161C3 100%);
  background-image: linear-gradient(180deg, #0050B2 0%, #1161C3 100%);
}

.map__item-button:focus {
  border: 2px solid #9AABF5;
}

.main__link {
  text-decoration: none;
  font-weight: 500;
  color: var(--interactive-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: calc(33% - 16px);
  min-height: 272px;
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 32px 40px 40px;
}

.main__link:nth-child(n+4) {
  margin-top: 32px;
}

.main__link-svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main__link-svg--icon-rf {
  width: 64px;
  height: 64px;
}

.main__link-svg--icon-finance {
  width: 55px;
  height: 64px;
}

.main__link-svg--icon-gos {
  width: 79px;
  height: 48px;
}

.main__link-svg--icon-into {
  width: 162px;
  height: 64px;
}

.main__link-svg--icon-congress {
  width: 88px;
  height: 88px;
}

.main__link-svg--icon-it-sprf {
  width: 60px;
  height: 64px;
}

.main__link--head {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.main__link:hover {
  color: var(--white-color);
  background-color: var(--firm-color);
  -webkit-transform: translate(-1px, -4px);
  -ms-transform: translate(-1px, -4px);
  transform: translate(-1px, -4px);
}

.main__link:hover .main__link-svg path {
  fill: var(--background-white);
}

.main__link-wrapper {
  margin-top: 64px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anket {
  margin-top: -76px;
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  padding-bottom: 33px;
}

.anket__head {
  padding: 0 40px;
  padding-top: 24px;
}

.anket__control-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  padding-left: 16px;
}

.anket__control-panel--mt16 {
  margin-top: 16px;
}

.anket__input {
  display: none;
}

.anket__input:checked + .anket__button {
  background-color: transparent;
  color: var(--interactive-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.anket__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  background-color: var(--background-light);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}

.page__wrap.page__no-menu .anket__buttons {
  margin-right: auto;
}

.anket__buttons .close,
.anket__buttons .active {
  text-decoration: none;
}

.anket__button {
  padding: 7px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 0.9em;
  color: #0050B2;
  line-height: 1.33;
  margin-right: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  position: relative;
  top: 0;
  left: 0;
}

.anket__button:hover {
  top: -2px;
  left: -1px;
  color: #1161c3;
  background-color: #FFFFFF;
}

.anket__button:active {
  color: #0D6ADC;
}

.anket__buttons .close .anket__button {
  background-color: #FFFFFF;
  color: #04092a;
}

.anket__buttons .close .anket__button:hover {
  color: #04092a;
  top: 0;
  left: 0;
}

.anket__button:last-child {
  margin-right: 0;
}

.anket__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
}

.anket__amount-new,
.anket__amount-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anket__amount-new:before,
.anket__amount-open:before {
  content: '';
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
}

.anket__amount-new {
  margin-right: 31px;
}

.anket__amount-new:before {
  width: 8px;
  height: 8px;
  background-color: #27AE60;
}

.anket__amount-open:before {
  width: 6px;
  height: 6px;
  background-color: var(--background-white);
  -webkit-box-shadow: 0 0 0 1.33px #27AE60;
  box-shadow: 0 0 0 1.33px #27AE60;
}

.organization__newdoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--white-color);
  background-color: #0050B2;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.33;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

.organization__newdoc:hover {
  background-color: #1161C4;
}

.organization__newdoc:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0050B2), to(#1161C3));
  background-image: -o-linear-gradient(top, #0050B2 0%, #1161C3 100%);
  background-image: linear-gradient(180deg, #0050B2 0%, #1161C3 100%);
}

.organization__newdoc:focus {
  outline: none;
  border: 2px solid #9AABF5;
}

.organization__col-size {
  width: 100%;
}

.organization__col-size--col1 {
  max-width: 517px;
  margin-right: 20px;
}

.organization__col-size--col2 {
  max-width: 127px;
  margin-right: 32px;
}

.organization__col-size--col3-4 {
  max-width: 160px;
  margin-right: 24px;
}

.newdoc {
  width: 67%;
}

.newdoc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
}

.newdoc__item--flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.newdoc__item--mt32 {
  margin-top: 32px;
}

.newdoc__item--mt24 {
  margin-top: 24px;
}

.newdoc__item--mt20 {
  margin-top: 20px;
}

.newdoc__item--mt56 {
  margin-top: 56px;
}

.newdoc__item--mt52 {
  margin-top: 52px;
}

.newdoc__item--mt44 {
  margin-top: 44px;
}

.newdoc__item--mt64 {
  margin-top: 64px;
}

.newdoc__label {
  font-size: 0.9em;
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
}

.newdoc__label-checkbox {
  font-size: 0.9em;
  line-height: 1.33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
}

.newdoc__label-checkbox:before {
  content: '';
  width: 40px;
  height: 24px;
  background-image: url("/img/form/toggle/inactive.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newdoc__label-checkbox--mt24 {
  margin-top: 24px;
}

.newdoc__label-file {
  margin: 0 auto;
  margin-left: 0;
  background-color: var(--background-field);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--frame-color);
  font-size: 0.9em;
  line-height: 1.33;
  width: 100%;
  padding-bottom: 32px;
  cursor: pointer;
  border: 2px solid transparent;
  max-width: 543px;
}

.newdoc__label-file-icon {
  margin-top: 32px;
}

.newdoc__label-file-text {
  max-width: 482px;
  margin-top: 16px;
}

.newdoc__label-file > #fileNames {
  color: #04092a;
}

.newdoc__label-radio {
  font-size: 0.9em;
  line-height: 1.33;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--separator-light);
  border-radius: 12px;
  padding: 16px;
  margin-right: 20px;
}

.newdoc__label-radio:last-child {
  margin-right: 0;
}

.newdoc__label-radio:before {
  content: '';
  width: 23px;
  height: 23px;
  -webkit-box-shadow: 0 0 0 1px var(--separator-dark);
  box-shadow: 0 0 0 1px var(--separator-dark);
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newdoc__required {
  color: var(--error-color);
  margin-right: auto;
}

.newdoc__input {
  border: none;
  background-color: var(--background-field);
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.33;
  padding: 16px;
  padding-bottom: 18px;
  font-family: var(--font-family);
  border: 2px solid transparent;
}

.newdoc__input:focus {
  border: 2px solid #9AABF5;
}

.newdoc__input--width {
  width: 288px;
}

.newdoc__input-checkbox {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.newdoc__input-checkbox:checked + .newdoc__label-checkbox:before {
  background-image: url("/img/form/toggle/active.svg");
}

.newdoc__input-checkbox:focus + .newdoc__label-checkbox {
  border: 2px solid #9AABF5;
}

.newdoc__input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.newdoc__input-file:focus + .newdoc__label-file {
  border: 2px solid #9AABF5;
}

.newdoc__input-radio {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.newdoc__input-radio:checked + .newdoc__label-radio {
  background-color: #E8F7F3;
  border: 1px solid var(--background-toggle);
}

.newdoc__input-radio:checked + .newdoc__label-radio:before {
  border: 4px solid var(--background-white);
  background-color: var(--background-toggle);
  -webkit-box-shadow: 0 0 0 1px var(--background-toggle);
  box-shadow: 0 0 0 1px var(--background-toggle);
}

.newdoc__input-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newdoc__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-variant-numeric: tabular-nums;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newdoc__date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newdoc__date-horizontal-line {
  background-color: transparent;
  width: 34px;
  height: 62px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
}

.newdoc__date-horizontal-line:before {
  content: '';
  background-color: var(--separator-dark);
  border-radius: 1px;
  width: 34px;
  height: 2px;
}

.newdoc__button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: var(--font-family);
  font-size: 1.1em;
  line-height: 1.27;
  font-weight: 500;
  padding: 18px 24px;
  margin-right: 40px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newdoc__button:last-child {
  margin-right: 0;
}

.newdoc__button--createdoc {
  border: 2px solid transparent;
  background-color: #0050B2;
  color: var(--white-color);
}

.newdoc__button--createdoc:hover {
  background-color: #1161C4;
}

.newdoc__button--createdoc:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#0050B2), to(#1161C3));
  background: -o-linear-gradient(top, #0050B2 0%, #1161C3 100%);
  background: linear-gradient(180deg, #0050B2 0%, #1161C3 100%);
}

.newdoc__button--createdoc:focus {
  outline: none;
  border: 2px solid #9AABF5;
}

.newdoc__button--reset {
  color: var(--interactive-color);
  border: 1px solid var(--background-interactive);
}

.newdoc__button--reset:hover {
  background-color: var(--background-light);
}

.newdoc__button--reset:active {
  border: 1px solid #0B63CF;
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.select-box__options-container {
  background-color: var(--background-field);
  -webkit-box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  box-shadow: 0px 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
  font-size: 0.9em;
  max-height: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.select-box__options-container.active {
  max-height: 200px;
  opacity: 1;
  overflow-y: scroll;
}

.select-box__options-container.active + .select-box__selected:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-box__selected {
  background-color: var(--background-field);
  border-radius: 4px;
  margin-bottom: 8px;
  line-height: 1.33;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 16px 17px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid transparent;
}

.select-box__selected:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("/img/icon/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-box__selected:active,
.select-box__selected:focus {
  border: 2px solid #9AABF5;
}

.select-box__option {
  cursor: pointer;
  padding: 8px 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-box__option:hover {
  margin: 0 2px;
  border-radius: 4px;
  color: var(--white-color);
  background-color: var(--background-interactive);
}

.select-box__option:hover .select-box__label--tag:before {
  border-color: var(--background-white);
}

.select-box__label {
  cursor: pointer;
}

.select-box__label--tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select-box__label--tag:before {
  content: '';
  width: 19px;
  height: 19px;
  border: 2px solid var(--text-color);
  border-radius: 4px;
  margin-right: 11px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-box__radio {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.select-box__checkbox {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.select-box__checkbox:checked + .select-box__label--tag:before {
  background-color: var(--background-interactive);
  border-color: transparent;
  background-image: url("/img/form/checkbox/checkmark.svg");
  background-size: 11px 8px;
  background-repeat: no-repeat;
  background-position: center;
}

#extra-material-km-eam {
  display: none;
}

#extra-control-national {
  display: none;
}

.footer {
  margin-top: 64px;
  background-color: var(--background-white);
  padding-top: 32px;
  font-variant-numeric: tabular-nums;
}

.footer__border {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--separator-light);
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 62px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__info--flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer__info-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__info-col:last-child {
  margin-top: 23px;
}

.footer__link {
  font-size: 0.9em;
  color: var(--interactive-color);
  text-decoration: none;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__link:first-child {
  margin-top: 0;
}

.footer__link:hover {
  color: #1161C3;
}

.footer__link:active {
  color: #0D6ADC;
}

.footer__link--active {
  color: var(--tooltip-color);
}

.footer__link--number {
  font-size: 2.2em;
  font-weight: 500;
  color: var(--text-color);
}

.footer__link--mail {
  margin-top: 20px;
  font-weight: 500;
  position: relative;
}

.footer__link--mail:before {
  content: '';
  background-image: url("/img/email.svg");
  background-repeat: no-repeat;
  background-position: left;
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  position: absolute;
  top: calc(50% - 6px);
  left: -20px;
}

.footer__description {
  font-size: 0.7em;
  margin-top: 4px;
  position: relative;
}

.footer__description--icon:before {
  content: '';
  background-image: url("/img/clock.svg");
  background-repeat: no-repeat;
  background-position: left;
  width: 12px;
  height: 12px;
  display: block;
  background-size: cover;
  position: absolute;
  top: calc(50% - 6px);
  left: -16px;
}

.footer__description--address {
  font-weight: 800;
}

.footer__address {
  margin-top: 4px;
  font-style: normal;
  font-size: 0.9em;
}

.footer__link-map {
  color: var(--interactive-color);
  text-decoration: none;
  font-size: 0.7em;
  margin-top: 6px;
}

.footer__link-map:hover {
  color: #1161C3;
}

.footer__link-map:active {
  color: #0D6ADC;
}

.footer__copyright {
  padding-top: 24px;
  padding-bottom: 29px;
}

.footer__copyright-icon {
  margin-right: 16px;
}

.footer__text {
  font-size: 0.7em;
  line-height: 1.29;
}

.footer__text--mt12 {
  margin-top: 12px;
}

.footer__text-wrapper {
  max-width: 482px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: auto;
}

#logoutForm {
  margin: 0;
  padding: 0;
}

body[data-type=white] main {
  color: var(--text-color) !important;
  background-color: var(--background-white) !important;
}

body[data-type=white] main * {
  color: var(--text-color) !important;
  background-color: var(--background-white) !important;
  /*background-image: none !important;*/
}

body[data-type=white] main .disability-border {
  border: 2px solid var(--text-color) !important;
}

body[data-type=white] main svg path {
  fill: var(--text-color) !important;
}

body[data-type=white] main a {
  text-decoration: underline !important;
}

body[data-type=white][data-image=none] main img {
  visibility: hidden !important;
}

body[data-type=white][data-image=none] main *,
body[data-type=white][data-image=none] main *:before,
body[data-type=white][data-image=none] main *:after {
  background-image: none !important;
}

body[data-type=white][data-image=none] main .img-disability-border {
  border: 2px solid var(--text-color) !important;
  position: relative;
}


body[data-image=none] main .img-disability-border {
  border: 2px solid var(--text-color) !important;
  position: relative;
}

.img-disability-border .image__alt {
  display: none;
}

body[data-image=none] main .img-disability-border .image__alt {
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
}

body[data-image=none] main .img-disability-border .image__alt-text {
  margin: auto;
}

body[data-image=none] main .img-disability-border .image__alt {
  margin: auto;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 20px;
}

body[data-image=none] main .img-disability-border .image__alt-text {
  margin: auto;
}

body[data-type=blue] main {
  color: var(--blue-color) !important;
  background-color: var(--background-blue) !important;
}

body[data-type=blue] main * {
  color: var(--blue-color) !important;
  background-color: var(--background-blue) !important;
  /*background-image: none !important;*/
}

body[data-type=blue] main .disability-border {
  border: 2px solid var(--blue-color) !important;
}

body[data-type=blue] main svg path {
  fill: var(--blue-color) !important;
}

body[data-type=blue] main a {
  text-decoration: underline !important;
}

body[data-type=blue][data-image=none] main img {
  visibility: hidden !important;
}

body[data-type=blue][data-image=none] main *,
body[data-type=blue][data-image=none] main *:before,
body[data-type=blue][data-image=none] main *:after {
  background-image: none !important;
}

body[data-type=blue][data-image=none] main .img-disability-border {
  border: 2px solid var(--blue-color) !important;
}

body[data-type=black] main {
  color: var(--white-color) !important;
  background-color: var(--background-dark) !important;
}

body[data-type=black] main * {
  color: var(--white-color) !important;
  background-color: var(--background-dark) !important;
  /*background-image: none !important;*/
}

body[data-type=black] main .disability-border {
  border: 2px solid var(--white-color) !important;
}

body[data-type=black] main svg path {
  fill: var(--white-color) !important;
}

body[data-type=black] main a {
  text-decoration: underline !important;
}

body[data-type=black][data-image=none] main img {
  visibility: hidden !important;
}

body[data-type=black][data-image=none] main *,
body[data-type=black][data-image=none] main *:before,
body[data-type=black][data-image=none] main *:after {
  background-image: none !important;
}

body[data-type=black][data-image=none] main .img-disability-border {
  border: 2px solid var(--white-color) !important;
}

.page__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 311px;
  margin-right: 32px;
}

.page__menu .page__print-version {
  margin-top: 48px;
}

.page__menu a {
  margin-top: 16px;
}

.page__menu a:first-child {
  margin-top: 0;
}

.page__menu-link {
  font-size: 0.9em;
  text-decoration: none;
  color: #0050B2;
  line-height: 1.33;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page__menu-link:hover {
  color: #1161C3;
}

.page__menu-link:active {
  color: #0D6ADC;
}

.page__menu-link--active {
  color: #76767A;
}

.page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 697px;
  width: 100%;
}

.page__wrap p:last-of-type {
  margin-top: 48px;
}

.page__wrap p:first-of-type {
  margin-top: 24px;
}

.file-toggle .plus, .file-toggle .minus {
  border: 1px solid #0061D9;
  color: #0061D9;
  border-radius: 3px;
  width: 23px;
  text-align: center;
  display: inline-block;
  margin-left: 6px;
}

.page--margin-top {
  margin-top: 24px;
}

.page__apps {
  margin-top: 64px;
}

.page__apps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 24px;
}

.page__apps-item:first-child {
  margin-top: 0;
}

.page__apps-icon {
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}

.page__apps-link {
  text-decoration: none;
  color: #0050B2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page__apps-link:hover {
  color: #1161C3;
}

.page__apps-link:active {
  color: #0D6ADC;
}

.reg-info {
  font-size: 0.9em;
}

.errortext {
  font-size: 1em !important;
  color: #d81a1a !important;
  text-align: center;
}

.forum-note-box.forum-note-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}

.forum-note-box-text.forum-note-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  text-align: center;
}

.forum-empty-message {
  text-align: center;
  font-weight: 500;
}

/* select2 tags */

.newdoc__item .select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #E5E5EB !important;
  border-radius: 12px !important;
  border: none !important;
  display: inline-flex !important;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 5px 8px 5px 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none !important;
  flex-grow: 2;
  padding: 4px !important;
  color: #FFFFFF !important;
  background-color: #FF004C !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  line-height: 0.8 !important;
  font-size: 0.7em !important;
  text-align: center !important;
  vertical-align: middle !important;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: '';
  min-width: 8px;
  min-height: 8px;
  flex-grow: 2;
  display: inline-block;
  vertical-align: middle;
  background-image: url("/img/xXx.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:active {
  opacity: 0.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none !important;
}

/*spoiler*/

.acc__title {
  width: 110px;
  margin-top: 8px;
  transition: all 0.3s ease;
}

.acc__title:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/img/icon/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  transform: none;
  transition: transform 0.3s ease;
}

.acc__title--active:before {
  transform: rotate(180deg);
}

.acc__content {
  display: none;
}

.newdoc__cal-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.library__acc-title {
  margin-top: 4px;
}

.library__acc-title:before {
  margin-right: 4px;
}


/*users list*/

.users__title {
  font-size: 1em;
  font-family: 'Golos', Arial, sans-serif;
}

.users__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.users__item {
  width: 100%;
  display: inline-block;
  padding: 4px;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
}

.users__item-name {
  font-size: 1.3em;
}

.users__item-kso {
  color: #76767a;
}

/*form*/

.plans-form {
  font-family: 'Golos', Arial, sans-serif;
}

.plans-form .event-date .newdoc__date .newdoc__date-item {
  margin-top: 0;
}

.ui-page-slider-wrapper .ui-side-panel-wrap-title-item {
  font-size: 1em;
  font-family: 'Golos', Arial, sans-serif;
}

.ui-page-slider-wrapper {
  overflow: auto;
  padding-bottom: 24px !important;
  font-family: 'Golos', Arial, sans-serif !important;
}

.ui-page-slider-workarea-content-padding {
  box-shadow: 0 6px 11px rgba(125, 123, 123, 0.04);
  border-radius: 4px;
}

.select2-container .select2-results__option.optInvisible {
  display: none;
}

/*popup*/

.popup-window {
  padding: 18px;
  font-family: 'Golos', Arial, sans-serif;
}

/*error in form*/

.error {
  font-size: 1em;
  color: #D51A1A;
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.error:before {
  content: '';
  min-width: 16px;
  min-height: 16px;
  background-image: url("/img/form/error.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

.newdoc__cal-wrap .error {
  max-width: 185px;
}

/*media queries*/

@media (max-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .title {
    font-size: 1.6em;
    margin-left: 60px;
  }

  .disability-panel__item--border {
    padding-left: 20px;
    margin-left: 20px;
  }

  .header {
    background-image: url("/img/bg-1024.svg");
    background-position: right top;
    min-height: 248px;
  }

  .header--min-height {
    min-height: 416px;
    padding-bottom: 65px;
  }

  .nav__logo-home {
    width: 176px;
    height: 64px;
  }

  .page {
    margin-top: -64px;
  }

  .page__title--max-width {
    max-width: 700px;
  }

  .page__ksp {
    max-width: 200px;
  }

  .page__wrap {
    max-width: 616px;
  }

  .table__head--width-org {
    width: 365px;
  }

  .table__head--width-anket {
    width: 288px;
  }

  .event {
    padding-right: 40px;
  }

  .event__date--mr34 {
    margin-right: 24px;
  }

  .main-news__list {
    gap: 8px;
  }

  .main-news__item--off {
    display: none;
  }

  .main-news__item {
    width: calc(50% - 16px);
  }

  .main-news__item--map {
    width: 35%;
  }

  .main-news__text {
    padding-bottom: 32px;
  }

  .main-news__text--map {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 24px;
  }

  .map__choice {
    margin-right: 24px;
  }

  .main__link {
    width: calc(50% - 16px);
    margin-top: 32px;
  }

  .main__link:first-child,
  .main__link:nth-child(2) {
    margin-top: 0;
  }

  .anket {
    margin-top: -64px;
  }

  .anket__button {
    flex-direction: column;
  }

  .anket__control-panel {
    align-items: flex-start;
  }

  .page__pb32 {
    overflow-x: auto;
  }

  .newdoc {
    width: 72%;
  }

  .newdoc__input--width {
    width: 254px;
  }

  .footer__nav {
    margin-right: 32px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 991px;
  }

  .container--flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title {
    font-size: 0.9em;
    margin-top: -24px;
    margin-left: 38px;
    max-width: 456px;
  }

  .breadcrumb {
    margin-top: 16px;
    padding: 0 24px;
  }

  .breadcrumb__item + .breadcrumb__item:before {
    display: none;
  }

  .breadcrumb__item:last-child {
    display: none;
  }

  .breadcrumb__item:not(:nth-last-child(2)) {
    display: none;
  }

  .breadcrumb__item:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb__item:nth-last-child(2):before {
    content: '';
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: url("/img/icon/line/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3px 4px;
    background-color: var(--background-white);
    -webkit-box-shadow: 0px 54px 83px rgba(0, 0, 0, 0.12), 0px 22.5599px 34.6754px rgba(0, 0, 0, 0.0862625), 0px 12.0616px 18.5391px rgba(0, 0, 0, 0.0715329), 0px 6.76164px 10.3929px rgba(0, 0, 0, 0.06), 0px 3.59106px 5.51958px rgba(0, 0, 0, 0.0484671), 0px 1.49432px 2.29682px rgba(0, 0, 0, 0.0337375);
    box-shadow: 0px 54px 83px rgba(0, 0, 0, 0.12), 0px 22.5599px 34.6754px rgba(0, 0, 0, 0.0862625), 0px 12.0616px 18.5391px rgba(0, 0, 0, 0.0715329), 0px 6.76164px 10.3929px rgba(0, 0, 0, 0.06), 0px 3.59106px 5.51958px rgba(0, 0, 0, 0.0484671), 0px 1.49432px 2.29682px rgba(0, 0, 0, 0.0337375);
  }

  .header {
    background-image: url("/img/bg-768.svg");
    background-position: right bottom;
    min-height: auto;
  }

  .header--min-height {
    min-height: 216px;
    padding-bottom: 0;
  }

  .header__navigation {
    display: none;
  }

  .header__user-link {
    font-size: 0.9em;
    font-weight: 400;
  }

  .header__user-link:after {
    display: none;
  }

  .header__user-exit {
    margin-bottom: 138px;
    margin-left: 8px;
    margin-top: 14px;
  }

  .nav {
    display: none;
  }

  .nav__link--fs {
    color: var(--header-text-color);
    font-size: 0.9em;
    margin-top: 12px;
    margin-right: 6px;
    margin-left: 8px;
  }

  .nav__link--red {
    color: var(--firm-color);
    margin-top: 0;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .is-authorized .burger__nav {
    top: 115px;
    height: 100%;
    /*height: calc((var(--vh, 1vh) * 100) - 115px);*/
  }

  .page {
    margin-top: -24px;
    padding: 16px 24px;
  }

  .page__title {
    font-size: 1.3em;
  }

  .page__subtitle {
    font-size: 1.1em;
  }

  .page__content--news {
    padding: 20px 24px 24px 24px;
  }

  .page__content--newdoc {
    padding: 0 24px;
    padding-bottom: 32px;
  }

  .page__content {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page__ksp {
    max-width: none;
  }

  .page__text--mt32 {
    margin-top: 16px;
  }

  .page__wrap {
    margin-top: 24px;
  }

  .page__text-wrapper {
    width: 100%;
    margin-top: 24px;
  }

  .page__social-wrapper--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page__social-wrapper--desktop {
    display: none;
  }

  .page__share-text--mtauto {
    margin-top: 40px;
  }

  .page__share-text--mt35 {
    margin-top: 8px;
  }

  .table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    border-color: transparent;
    border-radius: 0;
    padding-bottom: 20px;
  }

  .table__row-head {
    display: none;
  }

  .table__row:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--separator-light);
  }

  .table__cell:first-child {
    border-radius: 0;
  }

  .table__cell:last-child {
    border-radius: 0;
    margin-right: auto;
  }

  .table__cell {
    padding-right: 24px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .table__cell:before {
    color: var(--tooltip-color);
    font-size: 0.7em;
    line-height: 1.29;
    margin-bottom: 4px;
    font-weight: 400;
  }

  .table__cell--theme:before {
    content: 'Тема';
  }

  .table__cell--type:before {
    content: 'Тип';
  }

  .table__cell--status:before {
    content: 'Статус';
  }

  .table__cell--posted:before {
    content: 'Размещен';
  }

  .table__cell--end-time:before {
    content: 'Окончание';
  }

  .table__cell--name:before {
    content: 'Название';
  }

  .table__cell--plan-year:before {
    content: 'Год планирования';
  }

  .table__cell--created:before {
    content: 'Создано';
  }

  .table__cell--updated:before {
    content: 'Обновлено';
  }

  .table__cell--form:before {
    content: 'Форма организации мероприятия';
  }

  .table__cell--response:before {
    content: 'Ответственный';
  }

  .table__cell--author:before {
    content: 'Автор';
  }

  .table__cell--org:before {
    content: 'Организация';
  }

  .table__cell--version:before {
    content: 'Редакция';
  }

  .table__cell--del:before {
    content: 'Действия';
  }

  .table__cell--user:before {
    content: 'Пользователь';
  }

  .table__cell--key:before {
    content: 'Ключ ЭЦП';
  }

  .table__cell--from:before {
    content: 'Активен с';
  }

  .table__cell--till:before {
    content: 'Активен до';
  }

  .table__cell--algorithm:before {
    content: 'Алгоритм';
  }

  .table__cell--docs:before {
    content: 'Документы';
  }

  .table__cell--sign:before {
    content: 'Подпись';
  }

  .event {
    padding: 20px 24px 24px;
    width: 100%;
  }

  .event:last-child {
    margin-top: 16px;
  }

  .event__title--news {
    margin-top: 8px;
  }

  .event__link {
    margin-top: 32px;
  }

  .event__link--mt {
    margin-top: 0;
  }

  .event__wrapper {
    margin-top: -32px;
  }

  .event__announcement {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .event__announcement-wrapper {
    padding: 20px 24px 24px 24px;
    margin-bottom: 40px;
  }

  .event__announcement-item--separator:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--separator-light);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .event__announcement-item {
    width: 100%;
  }

  .main-news {
    margin-top: 40px;
  }

  .main-news__head {
    padding-left: 60px;
    padding-right: 60px;
  }

  .main-news__list {
    margin-top: 16px;
  }

  .main-news__item--off {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-news__item {
    width: 100%;
  }

  .main-news__item:not(:first-child) {
    margin-top: 16px;
  }

  .main-news__item--map {
    display: none;
  }

  .main-news__text {
    padding: 24px;
    padding-bottom: 28px;
  }

  .documents {
    margin-top: 40px;
  }

  .documents__wrapper {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 16px;
    padding-bottom: 24px;
  }

  .documents__list {
    width: 100%;
  }

  .documents__head--mt32 {
    margin-top: 32px;
  }

  .documents__head {
    font-size: 0.9em;
  }

  .documents__item {
    margin-top: 16px;
  }

  .subjects {
    margin-top: 40px;
  }

  .subjects__map {
    margin-top: 16px;
  }

  .map {
    width: 100%;
    margin-right: 0;
    padding: 19px 24px;
  }

  .map .map__close {
    display: none;
  }

  .map__choice {
    margin-right: 0;
  }

  .map__wrapper {
    display: none;
  }

  .map__scale {
    display: none;
  }

  #map-bubble {
    display: flex !important;
  }

  .map__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    box-shadow: none;
  }

  .map__item-title {
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.27;
  }

  .map__item-tel {
    font-size: 1.45em;
    margin-top: 4px;
  }

  .map__item-address {
    font-size: 1em;
    margin-top: 12px;
  }

  .map__item-contacts {
    margin-top: 20px;
  }

  .map__item-button {
    width: 25%;
    padding: 14px 12px;
    font-size: 0.9em;
  }

  .map .map__item-link {
    font-size: 1.45em;
  }

  .main__link {
    padding: 24px;
    min-height: 224px;
  }

  .main__link-wrapper {
    margin-top: 40px;
  }

  .anket {
    margin-top: -24px;
    padding-bottom: 4px;
  }

  .anket__head {
    padding: 16px 24px 0;
  }

  .anket__button {
    font-size: 0.7em;
    line-height: 1.29;
    padding-left: 8px;
    padding-right: 8px;
    height: 28px;
    margin-right: 8px;
  }

  .anket__button--disp-none {
    display: none;
  }

  .anket__amount {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .organization__newdoc {
    font-size: 0.7em;
    padding: 0 8px;
    height: 32px;
    border-radius: 6px;
  }

  .newdoc {
    width: 100%;
    margin-top: 28px;
  }

  .newdoc__input--width {
    width: 279px;
  }

  .footer {
    margin-top: 40px;
    padding-top: 16px;
  }

  .footer__flex-wrap {
    flex-wrap: wrap;
  }

  .footer__border {
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .footer__info-col:last-child {
    margin-top: 0;
    margin-left: auto;
  }

  .footer__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer__info--flex-grow-1 {
    flex-direction: column;
    flex-grow: 0;
  }

  .footer__info.footer__info-contact {
    width: 100%;
    margin-top: 32px;
  }

  .footer__link--number {
    font-size: 1.3em;
  }

  .footer__copyright {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .footer__text--mt12 {
    margin-top: 26px;
  }

  .footer__text-wrapper {
    max-width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 767px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container--p24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title {
    margin-left: 54px;
  }

  .breadcrumb__item:last-child {
    display: none;
  }

  .breadcrumb__item:not(:nth-last-child(2)) {
    display: none;
  }

  .breadcrumb__item:nth-last-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumb__item:nth-last-child(2):before {
    content: '';
    display: inline-block;
    text-align: center;
    margin: 0;
    margin-right: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: url("/img/icon/line/Vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3px 4px;
    background-color: var(--background-white);
    -webkit-box-shadow: 0px 54px 83px rgba(0, 0, 0, 0.12), 0px 22.5599px 34.6754px rgba(0, 0, 0, 0.0862625), 0px 12.0616px 18.5391px rgba(0, 0, 0, 0.0715329), 0px 6.76164px 10.3929px rgba(0, 0, 0, 0.06), 0px 3.59106px 5.51958px rgba(0, 0, 0, 0.0484671), 0px 1.49432px 2.29682px rgba(0, 0, 0, 0.0337375);
    box-shadow: 0px 54px 83px rgba(0, 0, 0, 0.12), 0px 22.5599px 34.6754px rgba(0, 0, 0, 0.0862625), 0px 12.0616px 18.5391px rgba(0, 0, 0, 0.0715329), 0px 6.76164px 10.3929px rgba(0, 0, 0, 0.06), 0px 3.59106px 5.51958px rgba(0, 0, 0, 0.0484671), 0px 1.49432px 2.29682px rgba(0, 0, 0, 0.0337375);
  }

  .header {
    background-position: right bottom;
    background-image: url("/img/header-bg-mobile.svg");
    min-height: auto;
  }

  .header--min-height {
    min-height: 239px;
  }

  .header__user-exit {
    margin-bottom: 50px;
  }

  .burger {
    padding-left: 24px;
    padding-right: 24px;
  }

  .burger__link-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .page__title {
    line-height: 1.27;
  }

  .table {
    width: 100%;
  }

  .table--mt32 {
    margin-top: 16px;
  }

  .plans-form .newdoc__button--reset {
    margin-top: 0;
    margin-bottom: 0;
  }

  .plans-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -12px !important;
    margin-top: -10px !important;
  }

  .event__link--mt {
    margin-top: 12px;
  }

  .event__wrapper {
    margin-top: -31px;
  }

  .main-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-news__item {
    width: 100%;
  }

  .main-news__item:not(:first-child) {
    margin-top: 20px;
  }

  .main-news__text {
    padding-bottom: 24px;
  }

  .documents__wrapper {
    padding-right: 24px;
  }

  .documents__head--mt32 {
    margin-top: 40px;
  }

  .documents__text {
    width: calc(100% - 44px);
    /* if need hyphenation */
    /*-moz-hyphens: auto;*/
    /*-ms-hyphens: auto;*/
    /*-webkit-hyphens: auto;*/
    /*hyphens: auto;*/
  }

  .documents__source {
    display: none;
  }

  .map__item-button {
    width: 50%;
  }

  .main__link:nth-child(n+4) {
    margin-top: 16px;
  }

  .main__link-svg--icon-rf {
    width: 48px;
    height: 48px;
  }

  .main__link-svg--icon-finance {
    width: 42px;
    height: 48px;
  }

  .main__link-svg--icon-gos {
    width: 53px;
    height: 32px;
  }

  .main__link-svg--icon-into {
    width: 162px;
    height: 64px;
  }

  .main__link-svg--icon-it-sprf {
    width: 45px;
    height: 48px;
  }

  .main__link--head {
    max-width: 270px;
  }

  .main__link {
    padding-top: 16px;
    padding-right: 16px;
    width: 100%;
    margin-top: 16px;
  }

  .main__link:first-child {
    margin-top: 0;
  }

  .main__link:nth-child(2) {
    margin-top: 16px;
  }

  .anket__control-panel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
  }

  .anket__amount-open {
    margin-top: 8px;
  }

  .newdoc__item--flex-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newdoc__item--mt64 {
    margin-top: 48px;
  }

  .newdoc__label-checkbox:before {
    min-width: 40px;
    min-height: 24px;
  }

  .newdoc__label-checkbox {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .newdoc__label-radio {
    padding-left: 12px;
  }

  .newdoc__label-radio:first-of-type {
    margin-bottom: 20px;
  }

  .newdoc__input-radio-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newdoc__date-item:last-child {
    margin-top: 32px;
  }

  .newdoc__date-horizontal-line {
    display: none;
  }

  .plans-form .newdoc__item .newdoc__date > .newdoc__date-horizontal-line {
    display: flex;
  }

  .newdoc__button {
    font-size: 0.9em;
    padding: 17px 16px;
  }

  .newdoc__button--reset {
    margin-top: 16px;
    margin-bottom: 20px;
  }

  .select-box__selected {
    font-size: 0.9em;
    padding-right: 12px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .footer__info-col:last-child {
    margin-left: 0;
    margin-top: 20px;
  }

  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer__link--mail:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
  }

  .footer__link--mail {
    margin-left: -5px;
  }

  .footer__copyright {
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer__text--mt12 {
    margin-top: 8px;
  }

  .footer__text-wrapper {
    width: calc(100% - 40px);
  }

  .footer__info.footer__info--flex-grow-1 {
    max-width: 179px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__flex-wrap {
    justify-content: flex-start;
  }
}

@media (max-width: 320px) {

  .bx-pagination .bx-pagination-container ul li span {
    min-width: 36px;
    min-height: 36px;
  }

  .footer__info.footer__info--flex-grow-1 {
    max-width: none;
    padding-left: 0;
    margin-top: 24px;
  }
}

/*for ie 11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main__link--head {
    max-width: 270px;
  }

  .header__navigation {
    padding-top: 25px;
  }

  a > span.page__content.page__content--news {
    justify-content: flex-start;
  }
}
