html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  color: #f39100!important;
  outline: 0; }

a:not([class]):hover {
  color: #f39100; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:focus {
  outline: none;}

:-moz-any-link:focus {
  outline: 1px dotted invert; }

:-moz-any-link:focus {
  outline: none; }

textarea, input {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
/*  text-decoration: none;  */ }

body {
  margin: 0;
  height: 100%;
  background: #E5E5E5;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
  color: #000; }

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%; }

textarea, input {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

::-webkit-input-placeholder {
  color: #747473;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

::-moz-placeholder {
  color: #747473;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

:-moz-placeholder {
  color: #747473;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

:-ms-input-placeholder {
  color: #747473;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.page-header {
  background: #fff;
  margin-bottom: 26px;
  position: fixed;
  z-index: 7;
  width: 100%;
  top: 0; }

.page-header__wrap {
  overflow: hidden;
  padding: 3px 0; }

.top-logo {
  float: left; }

.top-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.top-nav {
  float: right;
  /* overflow: hidden; */
  margin-top: 15px; }

.top-nav__item {
  float: left;
  margin-right: 27px;
  padding: 3px 0;
  color: #000 !important;
  text-decoration: none !important; }
  .top-nav__item i { 
    display: inline-block;
    vertical-align: text-top;
    padding-top: 3px;
    margin: -13px -14px 0 -8px;
    float: none; }
    .top-nav__item i img { 
      width: 16px;
      height: 16px; }

.top-nav__item:last-child {
  margin-right: 0; }

.top-nav__phone {
  color: #000;
  text-decoration: none; }

.menu-btn {
  display: none;
  float: left;
  margin-right: 45px;
  margin-top: 18px; }

.menu-btn.active .burger-icon {
  background-color: transparent; }

.menu-btn.active .burger-icon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

.menu-btn.active .burger-icon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.burger-icon {
  display: block;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.burger-icon:before, .burger-icon:after {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: ""; }

.burger-icon:before {
  top: -8px; }

.burger-icon:after {
  top: 8px; }

.workarea {
  line-height: 1.3; }
  .workarea input[type="submit"] {
    font-size: 15px;
    background: #87BC26;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 7px 34px;
    font-weight: bold;
    color: #fff;
    border: 0;
    display: block;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .workarea input[type="submit"]:hover {
      background: #F39100;
      color: #fff; }
  .workarea select {
    background: rgba(51, 51, 51, 0.06);
    border-radius: 4px 4px 0px 0px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    width: 100%;
    padding: 2px 8px; }

  .workarea input[type="checkbox"]:not(:checked) + label,
  .workarea input[type="checkbox"]:checked + label {
    cursor: pointer;
    padding-left: 8px;
    line-height: 15px; }

  .workarea input[type="checkbox"]:not(:checked) + label:before,
  .workarea input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 1px;
    height: 15px;
    width: 15px;
    border: 1px solid #5C5C5C;
    border-radius: 2px;
    cursor: pointer;
    z-index: 5;
    background: #fff; }
  .workarea input[type="checkbox"]:checked + label {
    font-weight: bold; }
  .workarea input[type="checkbox"]:not(:checked) + label:after,
  .workarea input[type="checkbox"]:checked + label:after {
    content: '';
    background: #000;
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    background: url(../img/content/check.png) center no-repeat; }
  .workarea input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  .workarea input[type="checkbox"]:checked + label:after {
    opacity: 1; }
  .workarea textarea {
    background: rgba(51, 51, 51, 0.06);
    border-radius: 4px 4px 0px 0px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38);
    width: 100%;
    padding: 5px 10px;
    display: block;
    color: #000;
    resize: vertical; }

.workarea p {
  margin: 0;
  margin-bottom: 20px; }

.workarea video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  display: block; }

.workarea input[type="text"],
.workarea input[type="email"],
.workarea input[type="password"] {
  background: rgba(51, 51, 51, 0.06);
  border-radius: 4px 4px 0px 0px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  width: 100%;
  padding: 2px 10px;
  display: inline-block;
  vertical-align: middle;
  color: #000; }

.layout {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.wrapper {
  display: table-row;
  height: 100%; }

.container {
  max-width: 1366px;
  padding: 0 24px;
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.page-content {
  display: table-cell;
  height: 100%;
      padding: 88px 0 30px;}
  .page-content:after {
    content: "";
    display: table;
    clear: both; }

.page-content .conteiner {
  padding-bottom: 10px;
  overflow: hidden; }

.page-search {
  margin-bottom: 0px; }    /* Было 24px - закрывало первую подсказку в списке */

.page-search__form {
  position: relative;
  height: 56px;
  padding: 3px;
  background: #87BC26;
  border-radius: 4px;
}
.m-select {
  margin-top: -14px;
  margin-left: -15px;
  margin-right: -15px;
  }
  .m-select ul {
    background: #ffffff;
    padding: 5px 16px;
    border-radius: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

.page-search__submit {
  background: #87BC26;
  font-size: 22px;
  font-weight: bold;
  border: 0;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 16px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .page-search__submit:hover {
    background: #F39100;
    color: #fff; }

  .workarea input.page-search__submit {
    border-radius: 0 4px 4px 0;
    box-shadow: 0 0 0 rgba(255,255,255,0);
    font-size: 22px;
    line-height: 25px;
  }

.page-search__input {
  font-size: 19px;
  line-height: 22px;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff !important;
  padding: 0 180px 0 50px; }
  .workarea input.page-search__input {
    border: 0;
    color: #787878;
  }
  .layout--index .workarea input.page-search__input {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }

.page-search__icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 12px;
/*  background: url(../img/content/search.png) center no-repeat; */
}

.page-search__toggle {
  display: block;
  background: #d0e4a8 url(../img/content/s-toggle.png) center no-repeat;
  background-position: center;
  width: 58px;
  position: absolute;
  right: 96px;
  bottom: 3px;
  top: 3px; }

.content-item {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  display: block; }

.content-item a.btn:hover {
 color: #fff!important;
 background: #F39100!important;
}

.col-left {
  width: 311px;
  float: left; }

.col-right {
  width: 311px;
  float: right; }

.col-center {
  overflow: hidden;
  padding: 0 24px 0; }

.btn {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background: #87BC26;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .btn:hover {
/*  background: #F39100;  */
    color: #fff; }

.btn2 {
  display: block;
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  background: #87BC26;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 10px 5px;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .btn2:hover {
/*  background: #F39100;  */
    color: #fff; }

.item {
  background: #fff;
  border-bottom: 1px solid #E0E0E0;
  padding: 9px 8px 8px 8px;
  display: block;
  color: #000 !important;
  text-decoration: none !important; }

.item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.item--title {
  padding: 6px 8px 2px 8px; }

.item__title {
  display: block;
  color: #F39100 !important;
  text-decoration: none !important;
  font-size: 22px; }

.item__title--link {
  text-decoration: none;
  position: relative;
  padding-right: 30px; }

.item__title--link:after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background: url(../img/content/arrow-o.png) center no-repeat;
  position: absolute;
  right: 6px;
  top: 3px; }

.item--courses {
  padding: 0; }

.courses {
  overflow: hidden; }

.courses__item {
  width: 33.333%;
  float: left;
  border-right: 1px solid #E0E0E0;
  font-weight: bold;
  padding: 9px 8px 8px 8px;
  overflow: hidden; }

.courses__item:last-child {
  border-right: 0; }

.courses__icon {
  display: block;
  width: 10px;
  height: 18px;
  float: left;
  margin: 0px 4px 0 0;
  line-height: 18px;
  text-align: center; }

.courses__icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.item--justify {
  overflow: hidden; }

.item__txt {
  float: left; }

.item__indicator {
  float: right;
  font-weight: bold;
  max-width: 70px; }

.content-item--banner {
  overflow: hidden;
  position: relative;
  height: 152px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: right;
  padding: 3px;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .content-item--banner:hover {
    color: #fff!important;
  background: #f39100; }

.banner-img {
  float: left;
  max-width: 50%;
  height: 100%; }
  .banner-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%; }

.banner-txt {
  float: left;
  width: 49%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  padding-top: 10px; }

.banner__date {
  display: block;
  font-size: 18px;
  margin-bottom: 5px; }
  @media screen and (max-width: 1360px) {
    .banner-txt {
      font-size: 12px; }
    .banner__date { 
      font-size: 14px; }
  }
  @media screen and (max-width: 1200px) {
    .banner-txt {
      font-size: 13px; }
    .banner__date { 
      font-size: 16px; }
  }
  @media screen and (max-width: 1023px) {
    .banner-txt {
      font-size: 14px; }
    .banner__date { 
      font-size: 18px; }
  }
  @media screen and (max-width: 767px) {
    .banner-txt {
      font-size: 13px; }
    .banner__date { 
      font-size: 16px; }
  }

.content-item--green {
  background: #87BC26; }

.content-item--orange {
  background: #f59e20; }

.banner-shadow {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/content/b-sh.png) no-repeat;
  width: 199px;
  height: 152px; }

.content-item--half {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: -24px;
  overflow: hidden; }

.content-item--half .content-item {
  margin-bottom: 0; }

.half-inner {
  padding-right: 12px;
  width: 50%;
  float: left; }

.half-inner:last-child {
  padding-right: 0;
  padding-left: 12px; }

.item--half {
  padding: 0;
  overflow: hidden; }

.half {
  width: 50%;
  float: left;
  border-right: 1px solid #E0E0E0;
  font-weight: bold;
  padding: 9px 8px 8px 8px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: normal; }

.half:last-child {
  border-right: 0; }

.question {
  padding-top: 7px;
  padding-bottom: 4px;
  display: block;
  color: #000;
  text-decoration: none; }

.question__person {
  margin-bottom: 6px; }

.question__date {
  position: relative;
  padding-right: 30px; }

.question__date:after {
  content: "";
  display: block;
  width: 13px;
  height: 20px;
  background: url(../img/content/arrow-g.png) center no-repeat;
  position: absolute;
  right: 5px;
  top: -2px; }

.menu-mobile {
  position: fixed;
  z-index: 7;
  background-color: #fff;
  position: fixed;
  left: -300px;
  top: 60px;
  bottom: 0;
  height: -webkit-calc(100% - 62px);
  height: calc(100% - 62px);
  width: 300px;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  max-height: 100vh;
    overflow: auto;
    padding-bottom: 24px;}

.menu-mobile.active {
  left: 0; }

.menu-mobile__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.menu-mobile__bg.active {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.menu-mobile__links {
  border-top: 1px solid #E0E0E0; }

.menu-mobile__link {
  display: block;
  padding: 9px 8px;
  border-bottom: 1px solid #E0E0E0;
  color: #000 !important;
  text-decoration: none !important; }

.contact-center {
  padding: 8px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2; }

.contact-center a {
  color: #000;
  text-decoration: none; }

.item__count {
  float: right;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #F59E1F;
  border-radius: 50%; }

.item_cnt {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background: #F59E1F;
  border-radius: 50%; }

.page-footer {
  background: #fff;
  padding: 21px 0 24px;
  position: relative;
  z-index: 4;
  font-size: 12px; 
  line-height: 14px; }

.page-footer__wrap {
  display: flex;
  flex-wrap: wrap; 
  overflow: hidden; }
  .page-footer__copy {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between;
    width: 43.628%;
    min-width: 550px;}
    @media screen and (max-width: 1199px) {
      .page-footer__copy {
        width: 34%;
        min-width: auto; }
    }
    @media screen and (max-width: 991px) {
      .page-footer__copy {
        width: 50%; }
    }
    @media screen and (max-width: 767px) {
      .page-footer__copy {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; }
    }
  .copyright {
    width: 311px;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .copyright {
        width: 100%; }
    }

  .page-footer__download {
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .page-footer__download {
        display: none;
        margin-top: 0; } }
    .page-footer__download a {
      display: flex;
      align-items: center;
      height: 61px;
      width: 100%;
      max-width: 239px;
      min-width: 239px;
      padding-right: 28px;
      text-decoration: none;
      background: linear-gradient(180deg, #F39100 0%, #F7AF47 100%);
      box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
      border-radius: 5px;
      -webkit-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      .page-footer__download a:hover {
        background: linear-gradient(180deg, #87BC26 0%, #98D824 100%); }

    .page-footer__download img {
      margin: 0 17px 0 30px;
      width: 24px;
      height: auto; }
    .page-footer__download span {
      display: block;
      max-width: 130px;
      font-weight: bold;
      font-size: 15px;
      line-height: 18px;
      color: #FFFFFF; }

  .page-footer__contacts {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 35px;
    overflow: hidden; }
    @media screen and (max-width: 1210px) {
      .page-footer__contacts {
        padding-left: 24px; }
    }
    @media screen and (max-width: 991px) {
      .page-footer__contacts {
        width: 50%; 
        padding-left: 0; }
    }

  .contacts-item {
    padding-right: 25px; }
    @media screen and (max-width: 767px) {
      .contacts-item {
        padding-bottom: 34px; }
    }

    .contacts-item:last-child {
      padding-right: 0; }
    @media screen and (max-width: 991px) {
      .contacts-item--address {
        padding-top: 34px; }
    }
    @media screen and (max-width: 767px) {
      .contacts-item--address {
        padding-top: 0; }
    }

  .contacts-title {
    font-weight: bold;
    margin-bottom: 10px; }

  .address {
    max-width: 238px; }
    .address a {
      text-decoration: none;
      display: block;
      color: #000;
      margin-top: 4px; }

  .mail {
    text-decoration: none;
    display: block;
    color: #000;
    margin-bottom: 13px; }
    .mail__icon {
      display: block;
      float: left;
      margin-right: 11px;
      width: 20px;
      height: 14px;
      background: url(../img/content/mail.svg) center no-repeat; }

  .socials {
    overflow: hidden; }
    .socials__item {
      display: flex;
      align-items: center;
      float: left;
      width: 24px;
      height: 24px;
      margin-right: 7px; }
      .socials__item:last-child {
        margin-right: 0; }

      .socials__item img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 100%; }

  .page-footer__phones {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url(../img/content/call.svg) left center no-repeat; }

  .page-footer__phones span {
    display: block;
    margin-bottom: 3px; }

/* Add 23.08.2023 */

  .page-footer__phones2 {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: url(../img/content/call-mobile.svg) left center no-repeat; }

  .page-footer__phones2 span {
    display: block;
    margin-bottom: 3px; }

/* END  23.08.2023 */

  .time {
    padding-left: 31px;
    background: url(../img/content/time.svg) left center no-repeat;
    padding-top: 3px;
    padding-bottom: 3px; }


.top-search {
  float: left;
  margin-left:10px;
  margin-top: 18px;
  overflow: hidden; }
.top-search .content-item__menu {
  float: left;
  margin-right: 19px;
  margin-top: 0;
}
.top-search__item {
  float: left;
  margin-right: 19px;
  color: #000 !important;
  text-decoration: none !important;
  padding-left: 31px;
  background: url(../img/content/top-search.png) 6px center no-repeat; }

.menu-mobile__links .top-search__item {
  float: none;
  margin-right: 0;
  display: block;
  padding: 0 0 0 31px;
  color: #000;
  text-decoration: none;
  background: url(../img/content/top-search.png) 5px center no-repeat; }
.menu-mobile .content-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 10px;
}


/* Add 03.02.2023 */
.top-phone__item {
  float: left;
  margin-right: 170px;
  color: #000 !important;
  text-decoration: none !important;
  padding-left: 31px;
  background: url(../img/content/top-phone.png) 6px center no-repeat; }

.menu-mobile__links .top-phone__item {
  float: none;
  margin-right: 0;
  display: block;
  padding: 0 0 0 31px;
  color: #000;
  text-decoration: none;
  background: url(../img/content/top-phone.png) 5px center no-repeat; }
/* End Add 03.02.2023 */


.menu-mobile .content-item:last-child{
  margin-bottom: 0;
}
.menu-mobile .item:last-child {
    border-bottom: 1px solid #E0E0E0;
}
.enter {
  height: 100%;
  max-width: 1318px;
  padding: 0 0 40px;
  position: relative;
  width: 100%;
  margin: 0 auto; }

.enter__in {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  max-width: 702px;
  overflow: hidden;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.enter__top {
  border-bottom: 1px solid #E0E0E0;
  padding: 4px 10px;
  color: #F39100;
  font-size: 22px;
  margin-bottom: 2px; }

.enter__form {
  padding: 0 0 24px;
  max-width: 180px;
  margin: 0 auto; }

.enter__item {
  margin-bottom: 10px;
  position: relative; }
  .enter__item select + input[type="text"],
  .enter__item select + input[type="email"],
  .enter__item select + input[type="password"] {
    margin-top: 10px; }
  .enter__item select + #area-hidden input[type="text"],
  .enter__item select + #area-hidden input[type="email"],
  .enter__item select + #area-hidden input[type="password"] {
    margin-top: 10px; }

.enter__item--mobile-hight textarea {
  height: 24px;
  padding: 2px 8px;
  resize: none; }

.enter__label {
  font-size: 15px;
  margin-bottom: 8px; }

.enter__label img {float: right;}

.enter__submit {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 15px; }
  .enter__submit input[type="submit"] {
    margin: 0 auto; }

.enter__buy {
  text-align: center; }
  .enter__buy a {
    color: #87BC26; }

.page-aside {
  width: 311px;
  float: left; }

.page-aside--document {
  position: sticky;
  top: 9px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.page-aside--document .content-item--contents{
  position: sticky;
  top: 0;
  margin-bottom: 0;
  font:12.0pt/1.2 "Times New Roman", Times, "Nimbus Roman No9 L", serif;
}
.layout--document .document-comments{
  padding-left: 72px;
}
.layout--document .document-comments__item {
    display: inline;
    padding-right: 20px;
}
.layout--document .document-comments__item:last-child{
  padding-right: 0;
  display: block;
  margin-top: 10px;
}
.layout--document .document-comments__item:first-child{
  margin-left: -149px;
}

.page-gen {
  overflow: hidden;
  padding: 0 0 0 24px; }
  .page-gen .item__title {
    overflow: hidden;
  display: inline; }

.title-l {
  width: 120px;
  display: table-cell;
  vertical-align: middle; }

.item--top {
  padding: 3px 8px;
  text-align: center;
  font-size: 22px; }

.contents-link {
  color: #0026AC;
  display: block;
  text-decoration: underline;
  margin-bottom: 2px;
  line-height: 1.4; }

.document {
  background: #fff;
  padding: 15px 25px 15px 80px!important;
  position: relative; 
  overflow: hidden; }
  
.document.overflow-auto{ 
  overflow: auto; }

.document__item {
  position: relative;
  padding: 0 0 0 80px;
  margin-bottom: 40px;
  line-height: 1.2; }
  .document__item:last-child {
    margin-bottom: 0; }
  .document__item p {
    margin-bottom: 15px; }
    .document__item p:last-child {
      margin-bottom: 0; }

.document__top {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase; }

.document__links {
  position: absolute;
  left: 0;
  top: -3px;
  overflow: hidden; }
  .document__links a {
    float: left;
    width: 21px;
    height: 21px;
    margin-right: 4px; }
    .document__links a:last-child {
      margin-right: 0; }

.document__info {
  background: url(../img/content/info.png) center no-repeat; }

.document__favorite {
  background: url(../img/content/favorite.png) center no-repeat; }

.document__comment {
  background: url(../img/content/comment.png) center no-repeat; }

.document-comments__item {
  margin-bottom: 12px;
  color: #000;
  display: block;
  padding-left: 30px;
  background: url(../img/content/attention.png) 0px -1px no-repeat; }
  .document-comments__item:last-child {
    margin-bottom: 0; }

.document-comments__item--or {
  color: #F59E1F; }

.document-form {
  margin-bottom: 9px; }
  .document-form .enter__item {
    margin-bottom: 16px; }

.document-form-links {
    width: 100%;
    overflow: hidden;
    /* margin-right: -29px; */
    /* -webkit-transform: translateX(24px); */
    /*-ms-transform: translateX(24px);*/
    /* transform: translateX(24px); */
    margin-bottom: 3px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    padding: 0 3px;}

/* .document-form-links__item {
  float: left;
  width: 20%;
} */

.document-form__submit {
  overflow: hidden;
  padding-bottom: 4px; }
  .document-form__submit input[type="submit"] {
    float: right; }

.select-wrap {
  padding-right: 80px;
  position: relative; }
  .select-wrap input[type="submit"] {
    position: absolute;
    right: 0;
    top: -4px;
    padding: 7px 22px; }

.document__remark {
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/content/smremark.png) center no-repeat; }

.document__remark_n {
  display: block;
  width: 19px;
  height: 19px;
  background: url(../img/content/smremark_n.png) center no-repeat; }

.document__card {
  display: block;
  width: 13px;
  height: 19px;
  background: url(../img/content/card.png) center no-repeat; }

.document__hide {
  display: block;
  width: 16px;
  height: 19px;
  background: url(../img/content/hide.png) center no-repeat; }

.document__show {
  display: block;
  width: 16px;
  height: 19px;
  background: url(../img/content/show.png) center no-repeat; }

.document__bookmark {
  display: block;
  width: 18px;
  height: 19px;
  background: url(../img/content/bookmark.png) center no-repeat; }

.document__control {
  display: block;
  width: 15px;
  height: 19px;
  background: url(../img/content/control.png) center no-repeat; }


.document__clear_control {
  display: block;
  width: 15px;
  height: 19px;
  background: url(../img/content/clear_control.png) center no-repeat; }


.document__print {
  display: block;
  width: 17px;
  height: 19px;
  background: url(../img/content/print.png) center no-repeat; }

.document__word {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/content/word.png) center no-repeat; }

.document__cmp {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/content/cmp.png) center no-repeat; }

.document-form-links__item input[type="submit"].document__hide {
display: block;
width: 17px;
height: 20px;
background: url(../img/content/hide.png) no-repeat;
padding: 0;
box-shadow: none;
color: black;
font-size: 0;
border: 0;
transition: none;
}

.document-form-links__item input[type="submit"].document__show {
display: block;
width: 17px;
height: 20px;
background: url(../img/content/show.png) no-repeat;
padding: 0;
box-shadow: none;
color: black;
font-size: 0;
border: 0;
transition: none;
}

.content-item__toggle {
  display: none;
  font-size: 22px;
  color: #D7830A !important;
  text-decoration: none !important;
  padding: 8px 60px;
  background: #F7F7F7;
  border-radius: 4px;
  border-left: 1px solid transparent; }
  .content-item__toggle.active {
    border-left: 1px solid #E5E5E5; }

.content-item.active .item--filters {
  display: block; }

.content-item.active .item--contents {
  display: block; }

.filters-toggle-link {
  background: #F7F7F7 url(../img/content/filter.png) 33px 13px no-repeat; }
  .filters-toggle-link.active {
    background: #fff url(../img/content/filter.png) 33px 13px no-repeat; }

.contents-toggle-link {
  background: #F7F7F7 url(../img/content/contents.png) 33px 11px no-repeat; }
  .contents-toggle-link.active {
    background: #fff url(../img/content/contents.png) 33px 11px no-repeat; }

.search {
  padding-bottom: 10px; }
  .search .page-search__form {
    margin-bottom: 24px;
    z-index: 4; }
    .search .page-search__form input[type="text"],
    .search .page-search__form input[type="email"],
    .search .page-search__form input[type="password"] {
      background: #fff;
      border-bottom: 0;
      padding: 0 130px 0 10px; }     /* Поставил 10px  Было 50px - был слишком большой отступ слева */
  .search input[type="submit"] {
    font-size: 22px;
    padding: 0 16px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.search-list {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 30px; }

.search-form {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  background: #fff; }
  .search-form .enter__item {
    width: 180px;
    margin-bottom: 5px; }
  .search-form .enter__item--date {
    width: 225px; }
    .search-form .enter__item--date input[type="text"],
    .search-form .enter__item--date input[type="email"],
    .search-form .enter__item--date input[type="password"] {
      overflow: hidden;
      width: 200px; }
  .search-form .enter__label {
    margin-bottom: 3px; }

.enter__item--date {
  overflow: hidden; }

.enter__add {
  float: left;
  width: 20px;
  margin-right: 5px; }

.search-list-result {
  margin: 0;
  margin-bottom: 18px;
  padding-left: 45px; }

.search-list-result__link {
  text-decoration: none;
  color: #000;
  display: block; }
  .search-list-result__link:hover {
    color: #f39100; }

.search-list-result__link_2 {
  text-decoration: none;
  color: #000; }
  .search-list-result__link_2:hover {
    color: #f39100; }

.search-list-result__link_orange {
  text-decoration: none;
  color: #f39100; }
  .search-list-result__link_orange:hover {
    color: #f39100; }

.search-list-result__add {
  font-weight: bold;
  padding-top: 7px; }

.search-list-result__item_ {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_:last-child {
    margin-bottom: 0; }

.search-list-result__item_n {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_n:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/n.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_n:last-child {
    margin-bottom: 0; }

.search-list-result__item_excel {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_excel:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/excel.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_excel:last-child {
    margin-bottom: 0; }

.search-list-result__item_excel_n {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_excel_n:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/excel_n.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_excel_n:last-child {
    margin-bottom: 0; }

.search-list-result__item_nevstup {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_nevstup:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nevstup.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_nevstup:last-child {
    margin-bottom: 0; }

.search-list-result__item_nevstup_n {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_nevstup_n:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nevstup_n.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_nevstup_n:last-child {
    margin-bottom: 0; }

.search-list-result__item_nedeystv {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_nedeystv:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nedeystv.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_nedeystv:last-child {
    margin-bottom: 0; }

.search-list-result__item_nedeystv_n {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_nedeystv_n:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/nedeystv_n.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_nedeystv_n:last-child {
    margin-bottom: 0; }

/* Add 24.05.2023 */

.search-list-result__item_calc {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_calc:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/calc.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_calc:last-child {
    margin-bottom: 0; }

.search-list-result__item_vpt {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_vpt:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/vpt.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_vpt:last-child {
    margin-bottom: 0; }

.search-list-result__item_sprav {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_sprav:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/sprav.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_sprav:last-child {
    margin-bottom: 0; }

.search-list-result__item_catalog {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_catalog:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/catalog.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_catalog:last-child {
    margin-bottom: 0; }

.search-list-result__item_constr {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_constr:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/constr.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_constr:last-child {
    margin-bottom: 0; }

.search-list-result__item_hottopic {
  margin-bottom: 19px;
  padding-left: 10px;
  position: relative; }
  .search-list-result__item_hottopic:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/hottopic.svg) no-repeat;
    position: absolute;
    left: -45px;
    top: -2px; }
  .search-list-result__item_hottopic:last-child {
    margin-bottom: 0; }

/* END Add 24.05.2023 */


ul {
    list-style-type: none;
   }

.paging {
  overflow: hidden; }

.paging__item {
  float: left;
  margin-right: 8px;
  color: #F59E1F; }
  .paging__item.active {
    text-decoration: underline;
    font-weight: bold; }
  .paging__item:hover {
    text-decoration: underline; }

.paging__item--prev {
  width: 13px;
  height: 20px;
  background: url(../img/content/prev.png) no-repeat;
  margin-right: 13px; }

.paging__item--next {
  width: 13px;
  height: 20px;
  background: url(../img/content/next.png) no-repeat;
  margin-left: 13px; }

.search-form-check {
  margin-bottom: 40px; }

.search-form-check__item {
  margin-bottom: 10px; }
  .search-form-check__item:last-child {
    margin-bottom: 0; }

.search-form-title {
  font-weight: bold;
  margin-bottom: 10px; }

.check-wrap {
  margin-bottom: 6px;
  position: relative;
  z-index: 1; }

.search-form-hint {
  color: #5C5C5C;
  font-size: 11px;
  padding-top: 6px; }

.t-right {
  text-align: right; }

.search-form-reset {
  color: #87BC26;
  font-weight: bold; }
  .search-form-reset:hover {
    color: #f39100; }
.search-list .search-form-reset {
  margin: 4px 0 0 10px; }

.page-search {
  position: relative; }
  .page-search select {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    margin-top: -24px; }

.search-form-toggle {
  display: none; }

.control {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  padding-bottom: 30px; }
  .control .item--title:after {
    content: "";
    display: table;
    clear: both; }

.remove {
  float: right;
  width: auto;
  font-size: 15px;
  padding: 7px 25px;
  margin-top: -5px; }

.remove__icon {
  display: none;
  width: 17px;
  height: 22px;
  background: url(../img/content/remove.png) no-repeat; }

.control__links {
  padding-top: 6px;
  padding-left: 30px;
  overflow: hidden;
  margin-bottom: 27px; }
  .control__links a {
    color: #87BC26;
    font-weight: bold;
    padding-right: 20px; }
    .control__links a:last-child {
      padding-right: 0; }

.control__item {
  margin-bottom: 21px; }
  .control__item:last-child {
    margin-bottom: 0; }
  .control__item strong + .control__add {
    padding-top: 20px; }

.control__add {
  margin-bottom: 10px;
  display: block; }

.control__date {
  padding-right: 10px; }

.add-remind {
  overflow: hidden;
  color: #87BC26;
  font-size: 15px;
  position: relative;
  display: inline-block;
  margin-left: 20px; }

.add-remind__icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  float: left;
  background: url(../img/content/plus.png) no-repeat; }

.t-center {
  text-align: center; }

.add-form {
  padding: 6px 8px 24px; }

.add-submit {
  padding-top: 4px; }
  .add-submit input[type="submit"] {
    display: inline;
    padding: 7px 21px; }

.add-item {
  margin-bottom: 20px; }

.add-item--date {
  max-width: 180px; }

.add-label {
  margin-bottom: 6px; }

.cabinet-top {
  text-align: right;
  margin-bottom: 24px; }
  .cabinet-top input[type="submit"] {
    display: inline;
    width: auto; }

.cabinet-item {
  margin-bottom: 23px; }
  .cabinet-item .check-wrap {
    margin-bottom: 0; }

.cabinet-add {
  /* padding-left: 10px; */
  font-size: 11px;
  color: #5C5C5C;
  display: inline-block;
  /* overflow: hidden; */
  display: table-cell;
  vertical-align: middle; }

.page-aside--cabinet {
  width: 405px; }
  .page-aside--cabinet .item__title:after {
    content: "";
    display: table;
    clear: both; }

.payer-link {
  float: right;
  text-decoration: underline;
  font-size: 14px;
  color: #D7830A;
  margin-top: 5px; }
  .payer-link:hover {
    text-decoration: none; }

.cabinet-form .item__title {
  position: relative; }
.payer-note {
  position: absolute;
  top: -72px;
  left: 305px; }
  @media screen and (max-width: 1023px) {
    .payer-note { display: none; } }
  .payer-note__wrap {
    height: 81px;
    display: flex;
    align-items: center; }
  .payer-note__icon {
    width: 67px;
    height: 100%;
    background: url('../img/content/note-bg.png') no-repeat 0 100%;
  }
    .payer-note__icon i {
      display: block;
      margin: 20px 0 0 28px;
      padding-top: 3px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #fff;
      text-align: center;
      background: #F59E1F;
      border-radius: 50%; }
    .payer-note__icon img {
      width: 22px;
      height: 22px;
    }
  .payer-note__text {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 33px;
    background: url('../img/content/note-bg.png') no-repeat 100% 0; }
    .payer-note__text span {
      padding-bottom: 10px;
      display: inline-block;
      line-height: normal;
      font-size: 15px;
      line-height: 17px;
      white-space: nowrap;
      color: #000000; }

.user-in {
  -webkit-font-smoothing: antialised;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #F49B4A;
  border-radius: 4px; }
  .user-in:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); }
  .user-in__label {
    font-size: 15px;
    line-height: 17px;
    color: #000000; }
  .user-in__wrap {
    display: flex;
    align-items: center; }
  .user-in__icon {
    width: 18px;
    max-width: 18px; }
    .user-in__icon img {
      display: block;
      width: 100%;
      height: auto; }
  .user-in__nick {
    flex-grow: 1;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 19px;
    line-height: 24px;
    color: #F59E1F; }

.cabinet-conditions {
  padding-top: 30px;
  position: relative; }
  .cabinet-conditions a {
    text-decoration: underline;
    color: #D7830A; }
    .cabinet-conditions a:hover {
      text-decoration: none; }

.cabinet-save-mobile {
  display: none; }

.necessary {
  color: red;
  font-size: 100%;
  top: 0px;
  padding-left: 3px; }

.enter__item--double {
  margin-right: -29px;
  margin-bottom: 15px; }
  .enter__item--double:after {
    content: "";
    display: table;
    clear: both; }

.enter__half {
  width: 50%;
  padding-right: 29px;
  float: left;
  position: relative; }

.enter__note {
  color: #5C5C5C;
  font-size: 11px;
  position: absolute;
  bottom: -13px;
  left: 0; }

.enter__error {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: -13px;
  left: 0; }

.cabinet-forms .enter__item {
  margin-bottom: 15px; }

.save,
.question-link {
  float: right;
  width: auto;
  font-size: 15px;
  padding: 7px 25px;
  margin-top: -5px; }

.question-item {
  margin-bottom: 32px; }

.question-top {
  margin-bottom: 0px; }

.question-date {
  font-weight: bold;
  padding-left: 10px; }

.question-time {
  font-weight: bold;
  padding-left: 1px; }

.question-person {
  font-weight: bold;
  padding-left: 0px; }

.question-rating {
  padding-left: 13px;
  font-style: italic;
  color: #828282; }
  .question-rating span {
    padding-left: 1px; }

.question-wrap {
  margin-bottom: 80px; }

.question-list {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .question-list .question-item:first-child .question-person {
    padding-left: 30px;
    background: url(../img/content/star.png) 12px 1px no-repeat; }

.question-txt {
  display: table;
  color: #000; }
  .question-txt:visited {
    color: #4D4D4D; }

.question-icon {
  padding-right: 8px;
  display: table-cell;
  position: relative;
  top: 7px; }

.question-item__links {
  padding-top: 3px;
  overflow: hidden; }

.quote {
  cursor: pointer;
  font-weight: bold;
  color: #87BC26;
  text-decoration: none; }
  .quote:hover {
    color: #f39100; }


.quot_cite {
  cursor: pointer;
  font-weight: bold;
  color: #5C5C5C;
  text-decoration: none; }
  .quot_cite:hover {
    color: #f39100; }


.good {
  display: block;
  width: 21px;
  height: 21px;
  background: url(../img/content/good.png) no-repeat;
  margin-right: 32px;
  float: left; }
  .good + .quote {
    padding-top: 3px; }

.t-wrap {
  padding-top: 20px;
  margin-bottom: 14px; }
  .t-wrap .btn {
    float: right;
    width: auto;
    padding: 7px 15px; }

.b-links {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 13px; }

.b-links__send {
  float: left;
  text-decoration: underline;
  color: #D7830A;
  margin-top: 19px; }
  .b-links__send:hover {
    text-decoration: none; }

.logged-in {
  text-align: center;
  padding: 20px 10px; }
  .logged-in .btn {
    width: auto;
    padding: 3px 5px;
    max-width: 210px;
    margin: 0 auto; }

.logged-in__top {
  font-size: 22px;
  margin-bottom: 20px; }

.comments-top {
  display: block;
  color: #D7830A;
  padding-right: 30px;
  padding-bottom: 5px;
  background: url(../img/content/arrow-o.png) 99.5% 1px no-repeat; }

.t-wrap--comments {
  position: relative; }
  .t-wrap--comments input[type="submit"] {
    padding: 7px 16px;
    position: absolute;
    right: 0;
    bottom: 0; }
  .t-wrap--comments .b-links {
    padding: 0; }

.t-wrap__textarea {
  padding-right: 130px; }

.default {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  padding-bottom: 30px; }

.default__link {
  display: block;
  margin-bottom: 15px;
  color: #F59E1F; }

.notification-save-mobile {
  text-align: right;
  display: none; }
  .notification-save-mobile input[type="submit"] {
    display: inline-block;
    width: auto; }

#area-hidden {
  display: none; }

.question-item textarea {
  height: 160px; }

.sticky-sidebar__inner {
  width: 311px !important; }

.layout--document .page-gen {
  margin-left: 310px; }

.layout--index .page-search__toggle {
  right: 133px; }

.content-item--contents {
  background: #fff;
  overflow: scroll; }

.fixed-nav #navigation{
  top: 20px;
}
.layout--document .page-header{
  display: none;
}
.layout--document .page-content{
  padding-top: 9px;
}
.layout--document .content-item{
    margin-bottom: 9px;
  }
  .layout--document .content-item--contents{
    margin-bottom: 0!important;
  }

.content-item__menu{
  float: right;
      color: #000!important;
    text-decoration: none;
    padding-left: 31px;
    background: url(../img/content/menu-bg.png) 6px center no-repeat;
    margin-top: 8px;
    margin-right: 6px;
}
.content-item--header__top{
  margin-bottom: 16px;
}
.content-item--header__top,
.content-item--header__search{
  overflow: hidden;
}
.content-item--header__search .top-search__item {
    margin-right: 4px;
    padding-left: 25px;
    background: url(../img/content/top-search.png) -2px center no-repeat;
}


/* Add 03.02.2023 */
.content-item--header__search .phone__item {
    margin-right: 4px;
    padding-left: 25px;
    background: url(../img/content/top-phone.png) -2px center no-repeat;
}
/* Add 03.02.2023 */


.menu{
  overflow: hidden;
  margin-right: -24px;
}
.menu__col{
  padding-right: 24px;
  float: left;
  width: 25%;
}
.item--active{
  background: #87BC26;
  color: #fff!important;
}

a.document-scroll-overflow {
  overflow:hidden;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top: 3px solid #87BC26;
  border-right: 3px solid #87BC26;
  box-shadow: 0 0 0 lightgray;
  transition: all 200ms ease;
  display: block;
  z-index:2;
  clear:none;
  }
  a#left-btn {
    float: left;
    transform: translate3d(0,-50%,0) rotate(-135deg);
  }

  a#right-btn {
    transform: translate3d(0,-50%,0) rotate(45deg);
  }
  
  a.document-scroll-overflow:hover {
    border-color: #f39431;
    box-shadow: 0.5vmin -0.5vmin 0 #87BC26;
  }
  
  a.document-scroll-overflow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-60%) rotate(45deg);
    width: 200%;
    height: 200%;
  }
  .document-scroll-overflow-wrap{
    width: 100%;
      display: inline-flex;
      bottom: 30px;
      position: fixed;
      margin-left: -75px;
      z-index: 1;
  }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    .document {
        padding: 0;
        position: static;
        padding-right: 20px;
    }
    .layout--document .page-gen {
        margin-left: 340px;
        position: relative;
        background: #fff;
    }
    .layout--document .page-gen .content-item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-aside--document {
      position: fixed;
      top: 9px;
    }
    .layout--document :first-child.document-comments__item {
      margin-left: 0;
    }
}
:root .document { padding: 0\0/IE9;position: static\0;padding-right: 20px\0; }  /* IE9 */
:root .page-aside--document {position: fixed\0;top:9px\0;}  /* IE9 */
:root .layout--document :first-child.document-comments__item {margin-left:0\0;}  /* IE9 */
:root .document-form-links__item{float:left\0;width: 20%\0;}/* IE9 */
@media screen and (min-width:0) and (min-resolution:.001dpcm) {
    .layout--document .page-gen {
        margin-left: 340px;
        position: relative;
        background: #fff;
    }
    .layout--document .page-gen .content-item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-height: 800px) {
  .document-form .enter__item {
      margin-bottom: 7px;
  }
  .document-comments__item {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .document-comments__item:last-child {
    margin-bottom: 0;
  }
  .page-footer {
    padding: 7px 0;
  }
  .document-comments__item {
    background: url(../img/content/attention.png) 0px -4px no-repeat;
  }
  .enter__item.enter__item--find {
    margin-top: 16px;
  }
}

@media screen and (max-height: 600px) {
  .enter__in {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto; } }

@media screen and (max-width: 1200px) {
  .half-inner {
    padding-right: 0;
    width: 100%;
    float: none;
    margin-bottom: 24px; }
  .half-inner:last-child {
    padding-right: 0;
    padding-left: 0; }
  .content-item--half {
    margin-right: 0;
    margin-bottom: 0; } }


@media screen and (max-width: 1200px) and  (max-height: 600px) {
  .banner-img img {
    width: auto; }
  .banner-img {
    width: auto; } }

@media screen and (max-width: 1100px) {
  .top-nav__item {
    margin-right: 8px; }
    .top-nav__item i { 
      margin: -13px -4px 0 -8px; }   
  .top-nav__item:last-child {
    margin-right: 0; }
  body {
    font-size: 13px; }
  .courses__icon {
    line-height: 13px; } }

@media screen and (max-width: 1023px) {
  body {
    font-size: 15px; }
  .top-nav__item--desktop {
    display: none; }
  .col-left {
    width: 100%;
    padding-right: 0; }
  .col-right {
    width: 100%;
    float: left;
    padding-right: 0; }
  .col-center {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .col-center .content-item {
    /* width: -webkit-calc(50% - 24px);
    width: calc(50% - 24px); */
    width: 100%;
    float: none;
    /* margin-right: 24px; */
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .col-center .content-item--half {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .col-center .half-inner {
    width: 100%;
    padding-right: 0; }
  .half-inner:last-child {
    padding-right: 0; }
  .col-center .half-inner .content-item--banner {
    width: 100%; }
  .menu-btn {
    display: block; }
  .courses__icon {
    line-height: 18px; }
  .top-search {
    display: none; }

  .page-aside--filter {
    z-index: 5;
    position: absolute;
    display: none;
    width: 100%;
    padding: 0 15px;
    margin-top: 56px;
    right: 0;
    top: 0; }
    .page-aside--filter.active {
      display: block; }
  .search-form-toggle {
    display: block; }

  .page-gen {
    padding: 0 0px 0 24px; }
  .top-logo {
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -103px;
    top: 3px; }
  .page-header {
    height: 60px; }
  .menu{
    display: none;
  } }

@media screen and (max-width: 800px) {
  .question-item textarea {
    height: 85px; }
  .b-links__send {
    margin-top: 0px; } }

@media screen and (max-width: 768px) {
  .document-scroll-overflow-wrap{
    display: none;}
  .col-left,
  .col-right,
  .col-center .content-item,
  .col-center .half-inner {
    width: 100%;
    float: none;
    padding-right: 0; }
  .col-center {
    padding-right: 0; }
  .page-content .container {
    margin-right: 0;
    padding-left: 24px; }
  .col-center .content-item {
    margin-right: 0; }
  .enter__in {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto; }
  .enter {
    padding: 0 15px;
    margin-bottom: 30px; }
  .page-aside {
    width: 100%;
    float: none; }
  .page-gen {
    padding: 0; }
  .content-item__toggle {
    display: block;
    float: left; }
  .item--top {
    display: none; }
  .item--filters {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 311px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E5E5E5; }
  .item--contents {
    position: absolute;
    left: 50%;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 311px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E5E5E5;
    max-height: 400px;
    overflow: auto; }
  .page-aside {
    background: #F7F7F7;
    margin-bottom: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .page-aside:after {
      content: "";
      display: table;
      clear: both; }
    .page-aside .content-item {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      margin-bottom: 0;
      float: left;
      width: auto;
      overflow: visible; }
  .page-aside--lg {
    display: none; }
  
  .t-wrap--comments .b-links {
    padding-bottom: 10px;
    padding-top: 13px; }
  .t-wrap--comments input[type="submit"] {
    position: static; }
  .t-wrap__textarea {
    padding-right: 0; }
  .search .page-search__form input[type="text"],
  .search .page-search__form input[type="email"],
  .search .page-search__form input[type="password"] {
    padding: 0 180px 0 10px; }    /* Поставил 10px  Было 50px - был слишком большой отступ слева */
  .cabinet-save-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 20px; }
  .cabinet-conditions {
    padding: 30px 166px 20px 0; }
  .cabinet-top {
    display: none; }
  .page-gen .cabinet-save-mobile {
    position: static;
    text-align: right; }
    .page-gen .cabinet-save-mobile input[type="submit"] {
      display: inline-block;
      width: auto; }
  .cabinet-form__items {
    max-width: 388px; }
  .layout--document .page-gen {
    margin-left: 0; }
  .content-item--header{
    display: none;
  }
  .page-aside--document {
    position: relative;
    top: 0 !important;
    left: 0;
    z-index: 4; }
  .content-item--contents {
    height: auto !important; }
    .layout--document .page-header {
    display: block;
    position: relative;
  }
  
  .layout--document .document-comments__item{
    display: block;
    margin-bottom: 20px;
  }
  .layout--document .document-comments__item:first-child {
    margin-left: 0;
  }
  .layout--document .document-comments {
      padding-left: 0;
  }
  }

@media screen and (max-width: 767px) {
  .banner-img img {
    width: auto; }
  .banner-img {
    width: auto;  }
}

@media screen and (max-width: 600px) {
  body {
    background: #fff; }
  .question-item textarea {
    height: 156px; }
  .layout--index {
    background: #E5E5E5; }
    .layout--index .page-header {
      margin-bottom: 26px;
      border-bottom: 0; }
    .layout--index .page-footer {
      border-top: 0; }
  .enter {
    padding: 26px 0 0;
    margin-bottom: 0; }
  .enter__in {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .enter__top {
    margin-bottom: 15px; }
  .page-header {
    margin-bottom: 0;
    border-bottom: 1px solid #E5E5E5; }
  .page-footer {
    border-top: 3px solid #E5E5E5; }
  .container {
    padding: 0 15px; }
  .page-content .container {
    padding-left: 15px; }
  .top-logo {
    width: 170px;
    height: 50px;
    margin-left: -85px;
    top: 6px;
    display: block; }
  .menu-btn {
    margin-right: 0; }
  .menu-mobile {
    top: 60px;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px); }

    .layout--index .workarea input.page-search__input {
      width: -webkit-calc(100% - 110px);
      width: calc(100% - 110px);
    }
  .page-search__submit {
    background: #87BC26 url(../img/content/search-w.png) center no-repeat !important;
    display: inline-block;
    text-indent: -9999em;
    width: 48px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; }
  .layout--index .page-search__toggle {
    right: 68px; }
  .search input[type="submit"] {
    background: #87BC26 url(../img/content/search-w.png) center no-repeat !important; }
  .page-search__input {
    padding: 0 110px 0 50px; }
  .enter__form {
    padding: 0 20px 24px;
    max-width: 100%; }
  .page-search__toggle {
    right: 48px;
    width: 48px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .page-aside .content-item {
    width: 50%; }
  .contents-toggle-link,
  .filters-toggle-link {
    float: none;
    background: #F7F7F7;
    padding: 3px;
    text-align: center;
    border: 1px solid #E5E5E5; }
    .contents-toggle-link.active,
    .filters-toggle-link.active {
      background: #fff; }
  .contents-toggle-link {
    border-left: 1px solid transparent !important; }
  .item--contents,
  .item--filters {
    border-top: 0;
    padding: 20px 15px 25px 15px; }
  .page-aside {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .document {
    padding: 15px 0!important; }
  .document__item {
    padding-left: 0; }
  .document__links {
    position: static;
    margin-bottom: 10px; }
  .item--contents {
    left: auto;
    right: 0;
    width: 200%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .item--filters {
    left: 0;
    width: 200%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

  .search-form {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
  .remove__txt {
    display: none; }
  .remove__icon {
    display: block; }
  .add-remind__txt {
    display: none; }
  .add-item--date {
    max-width: 100%; }
  .enter__item--double {
    margin-right: 0; }
  .enter__half {
    width: 100%;
    padding-right: 0;
    float: none; }
  .enter__half {
    margin-bottom: 10px; }
    .enter__half:last-child {
      margin-bottom: 0; }
  .payer-link {
    float: none;
    display: block;
    margin: 5px 0; }
  .save, .question-link {
    float: none;
    margin: 10px 0; }
  .question-wrap {
    margin-bottom: 30px; }
  .page-gen .content-item {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-aside--document {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px; }
  .document-form-links {
    padding: 10px 0; }
  .search .page-search__form input[type="text"],
  .search .page-search__form input[type="email"],
  .search .page-search__form input[type="password"] {
    padding: 0 110px 0 10px; }    /* Поставил 10px  Было 50px - был слишком большой отступ слева */
/*  .search {
    padding: 30px 0 0; }*/
  .search-list {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 0; }
  .question-list {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cabinet-conditions {
    padding-right: 0;
    padding-bottom: 0; }
  .cabinet-save-mobile {
    position: static;
    display: block;
    margin-top: 20px;
    text-align: right; }
    .cabinet-save-mobile input[type="submit"] {
      display: inline-block;
      width: auto; }
  .title-l {
    display: block;
    width: 100%; }
  .cabinet-add {
    display: block; }
  .cabinet-form__items {
    max-width: 100%; }
  .control {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .control .item--title input[type="submit"] {
      display: none; }
  .control__links {
    margin-bottom: 20px; }
  .notification-save-mobile {
    display: block; }
  .page-gen {
    overflow: visible; }
  .remove {
    padding: 7px 13px; }
  .control > .item--title {
    padding: 20px 0 5px 0px; }
  .item--settings {
    padding: 47px 8px 2px 8px;
    position: relative; }
    .item--settings .remove {
      float: none;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 15px; }
  .add-remind {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    top: 15px;
    left: 6px; }
  .comments {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0; }
  .enter__item--mobile-hight textarea {
    height: 63px; }
  .save {
    width: 100%; } }

@media screen and (max-width: 320px) {
  .banner-img {
    width: 50%; }
}

/*height for document*/
@media screen and (max-height: 1000px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 63vh!important;
  }
}
@media screen and (max-height: 910px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 61vh!important;
  }
}
@media screen and (max-height: 860px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 60vh!important;
  }
}
@media screen and (max-height: 830px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 59vh!important;
  }
}
@media screen and (max-height: 800px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 58vh!important;
  }
}
@media screen and (max-height: 750px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 55vh!important;
  }
}
@media screen and (max-height: 700px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 53vh!important;
  }
}
@media screen and (max-height: 660px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 49vh!important;
  }
}
@media screen and (max-height: 610px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 46vh!important;
  }
}
@media screen and (max-height: 570px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 39vh!important;
  }
}
@media screen and (max-height: 510px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 33vh!important;
  }
}
@media screen and (max-height: 460px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 24vh!important;
  }
}
@media screen and (max-height: 400px) and (min-width: 769px) {
  .content-item.content-item--contents{
    height: 20vh!important;
  }
}

div.document-scroll-overflow-wrap {display: none;}
div.document-scroll-overflow-wrap.dnoneclass {display: inline-flex;}

sup span.an { position: inherit; left: 0px;}
@media screen and (max-width: 768px) {:root .page-aside--document {position: relative;}}
@media screen and (max-width: 600px) {
  span.name span.an {position: initial;}
  span.an {position: inherit; display: inline-block; margin-right: 10px;}}

  /* style for iPhone */

@media screen and (max-height: 415px) and (min-width: 811px) and (min-height: 374px) and (max-width: 897px) {
  .document-scroll-overflow-wrap{
    display: none;}
  .col-left,
  .col-right,
  .col-center .content-item,
  .col-center .half-inner {
    width: 100%;
    float: none;
    padding-right: 0; }
  .col-center {
    padding-right: 0; }
  .page-content .container {
    margin-right: 0;
    padding-left: 24px; }
  .col-center .content-item {
    margin-right: 0; }
  .enter__in {
    max-width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin: 0 auto; }
  .enter {
    padding: 0 15px;
    margin-bottom: 30px; }
  .page-aside {
    width: 100%;
    float: none; }
  .page-gen {
    padding: 0; }
  .content-item__toggle {
    display: block;
    float: left; }
  .item--top {
    display: none; }
  .item--filters {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 311px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E5E5E5; }
  .item--contents {
    position: absolute;
    left: 50%;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 311px;
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E5E5E5;
    max-height: 400px;
    overflow: auto; }
  .page-aside {
    background: #F7F7F7;
    margin-bottom: 24px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
    .page-aside:after {
      content: "";
      display: table;
      clear: both; }
    .page-aside .content-item {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0;
      margin-bottom: 0;
      float: left;
      width: auto;
      overflow: visible; }
  .page-aside--lg {
    display: none; }
  .search-form {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .page-aside--filter {
    display: none;
    width: 343px;
    position: absolute;
    z-index: 5;
    margin-top: 56px;
    right: 0;
    top: 0; }
    .page-aside--filter.active {
      display: block; }
  .search-form-toggle {
    display: block; }
  .t-wrap--comments .b-links {
    padding-bottom: 10px;
    padding-top: 13px; }
  .t-wrap--comments input[type="submit"] {
    position: static; }
  .t-wrap__textarea {
    padding-right: 0; }
  .search .page-search__form input[type="text"],
  .search .page-search__form input[type="email"],
  .search .page-search__form input[type="password"] {
    padding: 0 180px 0 50px; }
  .cabinet-save-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 20px; }
  .cabinet-conditions {
    padding: 30px 166px 20px 0; }
  .cabinet-top {
    display: none; }
  .page-gen .cabinet-save-mobile {
    position: static;
    text-align: right; }
    .page-gen .cabinet-save-mobile input[type="submit"] {
      display: inline-block;
      width: auto; }
  .cabinet-form__items {
    max-width: 388px; }
  .layout--document .page-gen {
    margin-left: 0; }
  .content-item--header{
    display: none;
  }
  .page-aside--document {
    position: relative;
    top: 0 !important;
    left: 0;
    z-index: 4; }
  .content-item--contents {
    height: auto !important; }
    .layout--document .page-header {
    display: block;
    position: relative;
  }
  
  .layout--document .document-comments__item{
    display: block;
    margin-bottom: 20px;
  }
  .layout--document .document-comments__item:first-child {
    margin-left: 0;
  }
  .layout--document .document-comments {
      padding-left: 0;
  }
  .content-item.content-item--contents {
    height: 10vh!important;}
  }

/* end style for iPhone */



/* ADD VS */
.ms {
    word-wrap: break-word; /* Перенос слов */ 
    width: 550px; /* Ширина блока */
    padding: 0; /* Поля */
}

.ps {
    word-wrap: break-word; /* Перенос слов */ 
    width: 550px; /* Ширина блока */
    padding: 0; /* Поля */
}

.gr {background-color: #f0f0f0;}

.ex_gr {background-color: #d2d2d2;}

acronym
  {color: #bb7d20;}

.fnd
  {background-color: #ffff00;}



.radio_green {
    color: #87BC26;
    font-weight: bold;
  cursor: pointer;
}

.pt10 {
  font-size: 10pt;
  font-style: italic;
}

a.aorange:link {
  color: #f39100;
}

a.aorange:active {
  color: #f39100;
}

a.aorange:visited {
  color: #f39100;
}

a.aorange:hover {
  color: #f39100;
}


a.aorange_nd:link {
  text-decoration:none;
  color: #f39100;
}

a.aorange_nd:active {
  text-decoration:none;
  color: #f39100;
}

a.aorange_nd:visited {
  text-decoration:none;
  color: #f39100;
}

a.aorange_nd:hover {
  text-decoration:none;
  color: #f39100;
}


/* Add 25.08.2023 */

a.aorange_nu:link {
  text-decoration:none;
  color: #f39100;
}

a.aorange_nu:hover {
  text-decoration:underline;
  color: #f39100;
}

a.aorange_nu:active {
  text-decoration:underline;
  color: #f39100;
}

a.aorange_nu:visited {
  text-decoration:none;
  color: #f39100;
}

/* End Add 25.08.2023 */


/* Edit 14.02.2023 */

a.ablack:link {
  color: #2e2e2e;
}

a.ablack:active {
  color: #2e2e2e;
}

a.ablack:visited {
  color: #2e2e2e;
}

a.ablack:hover {
  color: #f39100;
}

/* END Edit 14.02.2023 */


a.ablackorange:link {
  text-decoration:none;
  color: #2e2e2e;
}

a.ablackorange:active {
  text-decoration:none;
  color: #2e2e2e;
}

a.ablackorange:visited {
  text-decoration:none;
  color: #2e2e2e;
}

a.ablackorange:hover {
  text-decoration:none;
  color: #f39100;
}


a.ablackorange_small:link {
  font-size: 9pt;
  text-decoration:none;
  color: #2e2e2e;
}


a.ablackorange_small:active {
  font-size: 9pt;
  text-decoration:none;
  color: #2e2e2e;
}

a.ablackorange_small:visited {
  font-size: 9pt;
  text-decoration:none;
  color: #2e2e2e;
}

a.ablackorange_small:hover {
  font-size: 9pt;
  text-decoration:none;
  color: #f39100;
}


a.asr:link {
  text-decoration:none;
  color: #2e2e2e;
}

a.asr:active {
  text-decoration:none;
  color: #2e2e2e;
}

a.asr:visited {
  text-decoration:none;
  color: #949494;
}

a.asr:hover {
  text-decoration:none;
  color: #f39100;
}


a.ared:link {
  text-decoration:none;
  color: red;
}

a.ared:active {
  text-decoration:none;
  color: red;
}

a.ared:visited {
  text-decoration:none;
  color: red;
}

a.ared:hover {
  text-decoration:none;
  color: #f39100;
}


cite {background-color: #d8d8d8;}

.sug_div {
  height: 1px;
}

.sug_div2 {
  height: 24px;
}

.sug_div3 {
  height: 12px;
}

.z1 {
  color:#f39100;
  font-size:18pt;
}

.tabbord td {
  padding: 8px;
}

.tabbord td {
  border: 1px solid #000000;
  background-color: #ffffff;
}


.smart_page td {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding: 16px 16px 0px 16px;
  background-color: #fef3d9;
}


.wiz_h {
  border-bottom: 1px solid #c6c6c6;
}

.wiz_v {
  border-right: 1px solid #c6c6c6;
  padding: 16px 16px 0px 16px;
}

.wiz_v_nb {
  padding: 16px 16px 0px 16px;
}

.pt9 {
  font-size: 9pt;
}

.err {
  font-size: 11pt;
  color:red;
  font-weight: bold;
}

.oran {
  color:#f39100;
}


.datepicker{display:none}.datepicker.active{display:block}.datepicker-dropdown{position:absolute;top:0;left:0;z-index:20;padding-top:4px}.datepicker-dropdown.datepicker-orient-top{padding-top:0;padding-bottom:4px}.datepicker-picker{display:inline-block;border-radius:4px;background-color:#fff}.datepicker-dropdown .datepicker-picker{box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1)}.datepicker-picker span{display:block;flex:1;border:0;border-radius:4px;cursor:default;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-main{padding:2px}.datepicker-footer{box-shadow:inset 0 1px 1px rgba(10,10,10,.1);background-color:#f5f5f5}.datepicker-controls,.datepicker-grid,.datepicker-view,.datepicker-view .days-of-week{display:flex}.datepicker-grid{flex-wrap:wrap}.datepicker-view .days .datepicker-cell,.datepicker-view .dow{flex-basis:14.28571%}.datepicker-view.datepicker-grid .datepicker-cell{flex-basis:25%}.datepicker-cell,.datepicker-view .week{height:2.25rem;line-height:2.25rem}.datepicker-title{box-shadow:inset 0 -1px 1px rgba(10,10,10,.1);background-color:#f5f5f5;padding:.375rem .75rem;text-align:center;font-weight:700}.datepicker-header .datepicker-controls{padding:2px 2px 0}.datepicker-controls .button{display:inline-flex;position:relative;align-items:center;justify-content:center;margin:0;border:1px solid #dbdbdb;border-radius:4px;box-shadow:none;background-color:#fff;cursor:pointer;padding:calc(.375em - 1px) .75em;height:2.25em;vertical-align:top;text-align:center;line-height:1.5;white-space:nowrap;color:#363636;font-size:1rem}.datepicker-controls .button:active,.datepicker-controls .button:focus{outline:none}.datepicker-controls .button:hover{border-color:#b5b5b5;color:#363636}.datepicker-controls .button:focus{border-color:#3273dc;color:#363636}.datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.datepicker-controls .button:active{border-color:#4a4a4a;color:#363636}.datepicker-controls .button[disabled]{cursor:not-allowed}.datepicker-header .datepicker-controls .button{border-color:transparent;font-weight:700}.datepicker-header .datepicker-controls .button:hover{background-color:#f9f9f9}.datepicker-header .datepicker-controls .button:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.datepicker-header .datepicker-controls .button:active{background-color:#f2f2f2}.datepicker-header .datepicker-controls .button[disabled]{box-shadow:none}.datepicker-footer .datepicker-controls .button{margin:calc(.375rem - 1px) .375rem;border-radius:2px;width:100%;font-size:.75rem}.datepicker-controls .view-switch{flex:auto}.datepicker-controls .next-btn,.datepicker-controls .prev-btn{padding-right:.375rem;padding-left:.375rem;width:2.25rem}.datepicker-controls .next-btn.disabled,.datepicker-controls .prev-btn.disabled{visibility:hidden}.datepicker-view .dow{height:1.5rem;line-height:1.5rem;font-size:.875rem;font-weight:700}.datepicker-view .week{width:2.25rem;color:#b5b5b5;font-size:.75rem}@media (max-width:22.5rem){.datepicker-view .week{width:1.96875rem}}.datepicker-grid{width:15.75rem}@media (max-width:22.5rem){.calendar-weeks+.days .datepicker-grid{width:13.78125rem}}.datepicker-cell:not(.disabled):hover{background-color:#f9f9f9;cursor:pointer}.datepicker-cell.focused:not(.selected){background-color:#e8e8e8}.datepicker-cell.selected,.datepicker-cell.selected:hover{background-color:#3273dc;color:#fff;font-weight:600}.datepicker-cell.disabled{color:#dbdbdb}.datepicker-cell.next:not(.disabled),.datepicker-cell.prev:not(.disabled){color:#7a7a7a}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today){border-radius:0;background-color:#f5f5f5}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover{background-color:#eee}.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused{background-color:#e8e8e8}.datepicker-cell.today:not(.selected){background-color:#00d1b2}.datepicker-cell.today:not(.selected):not(.disabled){color:#fff}.datepicker-cell.today.focused:not(.selected){background-color:#00c4a7}.datepicker-cell.range-end:not(.selected),.datepicker-cell.range-start:not(.selected){background-color:#b5b5b5;color:#fff}.datepicker-cell.range-end.focused:not(.selected),.datepicker-cell.range-start.focused:not(.selected){background-color:#afafaf}.datepicker-cell.range-start{border-radius:4px 0 0 4px}.datepicker-cell.range-end{border-radius:0 4px 4px 0}.datepicker-cell.range{border-radius:0;background-color:#dbdbdb}.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover{background-color:#d5d5d5}.datepicker-cell.range.disabled{color:#c2c2c2}.datepicker-cell.range.focused{background-color:#cfcfcf}.datepicker-view.datepicker-grid .datepicker-cell{height:4.5rem;line-height:4.5rem}.datepicker-input.in-edit{border-color:#2366d1}.datepicker-input.in-edit:active,.datepicker-input.in-edit:focus{box-shadow:0 0 .25em .25em rgba(35,102,209,.2)}

.wrap_theme_date{
    position: relative;
}
.wrap_theme_date::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 230px;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.6663 6C14.6666 4.46003 14.6667 3.33604 14.6667 3.33604C14.6667 3.33557 13.8702 3.33517 12.6667 3.33484V3.99805C12.6667 4.36732 12.3708 4.66667 12 4.66667C11.6318 4.66667 11.3333 4.36765 11.3333 3.99805V3.33452C9.29709 3.33409 6.70231 3.33379 4.66667 3.3336V3.99805C4.66667 4.36732 4.37076 4.66667 4 4.66667C3.63181 4.66667 3.33333 4.36765 3.33333 3.99805V3.33348C2.13163 3.33338 1.33663 3.33333 1.33663 3.33333C1.33595 3.33333 1.33537 4.45865 1.3349 6H14.6663ZM14.6661 7.33333H1.33453C1.33374 10.5946 1.33333 14.664 1.33333 14.664C1.33333 14.6659 14.6634 14.6667 14.6634 14.6667C14.6647 14.6667 14.6656 10.5951 14.6661 7.33333ZM12.6667 2H14.6634C15.4016 2 16 2.59708 16 3.33604V14.664C16 15.4018 15.402 16 14.6634 16H1.33663C0.59843 16 0 15.4029 0 14.664V3.33604C0 2.59816 0.598017 2 1.33663 2H3.33333V0.66862C3.33333 0.299351 3.62924 0 4 0C4.36819 0 4.66667 0.29902 4.66667 0.66862V2H11.3333V0.66862C11.3333 0.299351 11.6292 0 12 0C12.3682 0 12.6667 0.29902 12.6667 0.66862V2Z" fill="%23707070"/></svg>');
}

/**/
.page-gen {
  margin-left: 311px;
}
/* .page-gen .document{
  padding: 25px 32px 15px !important;
} */
.t-wrap {
  max-width: 850px;
}

.content-item__toggle {
  color: #5C5C5C;
}
.content-item__toggle {
  font-size: 19px;
  line-height: 28px;
  color: #5C5C5C !important;
}
.content-item__toggle:hover {
  color: #D7830A;
}
.page-box {
  padding: 25px 30px 24px;
  background: #ffffff;
  font-family: 'Times New Roman', Times, serif;
}
.btn-outline-orange {
  border: 2px solid #F19100;
  background: none;
  padding: 9px 0;
  font-size: 16px;
  line-height: 18px;
  color: #F19100;
  box-shadow: 0 0 0 rgba(255,255,255,0);
}
.btn-orange {
  border: 0;
  background: #F19100;
  padding: 9px 0;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  }
  .btn-orange:hover {
    background: #87BC26;
    }

.item__link {
  margin-top: 4px ;
  float: right;
  color: #87BC26;
  text-decoration: none;
}
.item__link:hover {
  color: #F19100;
}

@media screen and (max-width: 1023px) {
  .page-gen {
    margin-left: 0;
    padding: 0;
  }
  .layout--document .page-gen {
    margin-left: 0;
  }
  .page-gen .document{
    padding: 20px 20px 5px !important;
  }
  .question-item {
    margin-bottom: 0;
  }

  .page-content .container {
    margin-right: 0;
    padding-left: 24px;
  }
  :root .page-aside--document {
    position: relative;
  }
  .page-aside--document {
    position: relative;
    top: 0 !important;
    left: 0;
    z-index: 4;
  }
  .page-aside {
    width: 100%;
    float: none;
    background: #F7F7F7;
    margin-bottom: 24px;
    border-radius: 4px;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  .page-aside::after {
    content: "";
    display: table;
    clear: both;
  }
  .page-aside .content-item {
    position: relative;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    border-radius: 0;
    margin-bottom: 0;
    float: left;
    width: auto;
    overflow: visible;
    height: auto !important;
  }
  .content-item--header {
    display: none;
  }
  .content-item__toggle {
    display: block;
    float: left;
    padding: 7px 46px;
    font-family: Arial, sans-serif;
  }
  .filters-toggle-link {
    background: #F7F7F7 url(../img/content/filter.png) 18px 13px no-repeat;
  }
  .filters-toggle-link.active {
    background: #FFFFFF url(../img/content/filter.png) 18px 13px no-repeat;
  }
  .contents-toggle-link {
    background: #F7F7F7 url(../img/content/contents.png) 18px 12px no-repeat;
  }
  .contents-toggle-link.active {
    background: #FFFFFF url(../img/content/contents.png) 18px 12px no-repeat;
  }
  .item--filters, .item--contents {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #fff;
    z-index: 3;
    width: 311px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #E5E5E5;
  }
}

@media screen and (max-width: 768px) {
  .page-gen {
    margin-left: 0;
    padding: 0;
  }
  .page-gen .document{
    padding: 20px 20px 5px !important;
  }
  .question-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .page-content .container {
    padding: 0 15px;
  }
  .page-gen .document{
    padding: 20px 0 5px !important;
  }

  .page-box {
    padding: 20px 0 0;
  }
  .page-aside--document {
    margin: 0 -3px 0 0;
    background: none;
    display: flex;
  }
  /* .page-aside {
    display: flex;
  } */
  .page-aside .content-item {
    /*width: calc( 50% - 6px );*/
    float: none;
    width: 100%;
    margin: 0 3px;
  }
  .item--filters, .item--contents {
    left: auto;
    padding-bottom: 20px;
  }
  .content-item__toggle {
    width: 100%;
    padding: 7px 0;
    text-align: center;
    background: #f7f7f7
  }
  .contents-toggle-link {
    border-left: 1px solid #E5E5E5 !important;
  }
  .filters-toggle-link.active {
    background: none;
  }
  .contents-toggle-link.active {
    background: none;
  }
}

.ask-now {
  padding: 25px 30px 24px;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  .ask-now {
    padding: 0 3px 24px;
  }
}
.ask-now__title {
  font-size: 22px;
  line-height: 28px;
}
.ask-now__row {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .ask-now__row {
    display: block;
    margin-top: 0;
  }
}

.ask-now__aside {
  width: 176px;
  min-width: 176px;
}
@media screen and (max-width: 1023px) {
  .ask-now__aside {
    width: 100%;
  }
}
.ask-now__main {
  flex-grow: 1;
  max-width: 670px;
}

.ask-now__subheader span {
  display: block;
  line-height: 26px;
}
.ask-now__subheader h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #F39100;
}
@media screen and (max-width: 1023px) {
  .ask-now__subheader {
    margin-top: 15px;
  }
  .ask-now__subheader span {
    display: inline-block;
  }
  .ask-now__subheader h3 {
    margin-top: 0;
  }
}

.answer {
  position: relative;
  padding: 20px;
  border: 1px solid #E5E5E5;
}
.answer__row {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .answer {
    margin-top: 25px;
  }
  .answer__row {
    display: block;
  }
}
.answer__label {
  position: absolute;
  left: -2px;
  top: -11px;
  padding-right: 9px;
  padding-bottom: 2px;
  background: #ffffff;
}
.answer__thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  margin-right: 20px;
}
.answer__thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: contain
}
@media screen and (max-width: 1023px) {
  .answer__thumb {
    float: left;
    width: 88px;
    min-width: 88px;
    height: 88px;
    margin-right: 16px;
  }
}

.answer__main {
  flex-grow: 1;
}
.answer__name {
  margin-top: -3px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .answer__name {
    margin-top: 0;
    padding-top: 24px;
  }
}
.answer__nik {
  margin-top: 5px;
  color: #F39100;
}
.answer__nik img {
  vertical-align: middle;
}
@media screen and (max-width: 1023px) {
  .answer__nik {
    margin-top: 0;
    padding-bottom: 24px;
  }
}

.answer__description {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .answer__description {
    margin-top: 15px;
  }
}

.answer__btn {
  margin-top: 20px;
  width: 140px;
}
@media screen and (max-width: 1023px) {
  .answer__btn {
    margin-top: 15px;
  }
}
.answer__btn .btn {
  font-size: 15px;
  line-height: 17px;
  padding: 7px 0;
}

.news-article__title {
  font-size: 18pt;
  line-height: 28pt;
  color: #F39100;
}
.news-article__date {
  font-size: 11pt;
  line-height: 24pt;
  color: #979797;
}
.news-article__body {
  margin-top: 18pt;
}
.news-article__body p {
  font-size: 14pt;
  line-height: 20pt;
  margin: 12pt 0;
}
.news-article__body .text-sm {
  font-size: 12pt;
  line-height: 20pt;
}
.news-article__body ul {
  padding: 0;
  margin-bottom: 20pt;
  list-style-type: disc;
  list-style-position: inside
}
.news-article__body li {
  margin: 12pt 0 0 0;
}
.news-article__pic {
  padding-top: 5pt;
  float: left;
  margin-right: 24pt;
  width: 100%;
  max-width: 292.5pt;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .news-article__pic {
    padding-top: 0;
    float: none;
    margin-right: 0;
  }
}
.news-article__body .pic {
  width: 100%;
  height: auto;
}

.news-article__share {
  margin: 20pt 0;
  padding: 19pt 0 15pt;
  border-top: 2pt solid #E5E5E5;
  border-bottom: 2pt solid #E5E5E5;
}
.news-article__share::after {
  content: "";
  display: table;
  clear: both;
}
.news-article__share span {
  float: left;
  margin-right: 15pt;
}
.news-article__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 25pt 0;
  padding-bottom: 20pt;
  border-bottom: 1pt solid #E5E5E5;
}
.news-article__link {
  width: 43%;
}
@media screen and (max-width: 600px) {
  .news-article__link {
    width: 50%;
  }
}
.news-article__link a {
  font-size: 12pt;
  line-height: 20pt;
  color: #F39100;
  text-decoration: none;
}
.news-article__link p {
  font-size: 14pt;
  line-height: 20pt;
  margin-top: 12pt;
}
@media screen and (max-width: 600px) {
  .news-article__link p {
    display: none;
  }
}
.news-article__link--prev a {
  background: url('../img/content/arr-long-prev.png') no-repeat 0 4pt;
  background-size: 19pt 8pt;
  padding-left: 30pt;
}
@media screen and (max-width: 600px) {
  .news-article__link--prev a {
    padding-left: 26pt;
  }
}
.news-article__link--next a {
  background: url('../img/content/arr-long-next.png') no-repeat 100% 4pt;
  background-size: 19pt 8pt;
  padding-right: 30pt;
}
@media screen and (max-width: 600px) {
  .news-article__link--next {
    text-align: right;
  }
  .news-article__link--next a {
    padding-right: 26pt;
  }
}
.news-article__link--back {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .news-article__link--back {
    margin-top: 20pt;
    text-align: center;
  }
}
.news-article__link--back a {
  font-size: 14pt;
  line-height: 24pt;
  background: url('../img/content/arrow-o.png') no-repeat 100% 6pt;
  background-size: 5pt 7pt;
  padding-right: 14pt;
}
.news-article__related {
  margin: 25pt 0 0;
}
.news-article__related-header {
  font-size: 18pt;
  line-height: 21pt;
  color: #F39100;
}
.news-article__related-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20pt;
}
.news-article__related-item {
  width: 33%;
  max-width: 234pt;
}
.news-article__related-item p {
  padding-right: 10.5pt;
}
@media screen and (max-width: 1023px) {
  .news-article__related-item {
    max-width: 200pt;
  }
}
@media screen and (max-width: 600px) {
  .news-article__related-item {
    width: 100%;
    min-width: 100%;
  }
}
.news-article__related-item p {
  font-size: 14pt;
  line-height: 20pt;
}
@media screen and (max-width: 600px) {
  .news-article__related-item p:last-child {
    margin-bottom: 0;
  }
}

.tests__title {
  font-weight: bold;
  font-size: 19.5pt;
  line-height: 22.5pt;
  color: #F39100;
}
.tests__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18.75pt 0 37.5pt;
}
.tests__item {
  flex: 0 0 50%;
  max-width: calc( 50% - 7.5pt );
  background: #FFFFFF;
  box-shadow: 0px 2.25pt 9.75pt rgba(116, 158, 12, 0.15);
  border-radius: 7.5pt;
  margin-bottom: 15pt;
  padding: 22.5pt;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .tests__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tests__item-header {
  display: flex;
  align-items: center;
}
.tests__item-ico {
  min-width: 43.5pt;
}
.tests__item-ico img {
  display: block;
}
.tests__item-title {
  font-weight: bold;
  font-size: 18pt;
  line-height: 21pt;
}
.tests__item-body {
  padding-bottom: 3.75pt;
  flex-grow: 1;
}
.tests__item-subtitle {
  display: block;
  margin: 13.5pt 0 0;
  font-weight: bold;
  font-size: 15pt;
  line-height: 17.25pt;
}
.tests__item-par {
  position: relative;
  border-bottom: 0.75pt solid #E5E5E5;
  padding: 13.5pt 0;
  display: block;
  color: #000000;
  text-decoration: none;
}
.tests__item-par:last-child {
  border: 0;
}
.tests__item-par p {
  margin-bottom: 4.5pt;
  font-size: 14.25pt;
  line-height: 19.5pt;
}
.tests__item-par p::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.75pt;
  width: 5.25pt;
  height: 7.5pt;
  background: url('../img/content/arr-small-gray.png') no-repeat 100% 100%;
}
.tests__item-par span {
  font-size: 12pt;
  line-height: 14.25pt;
  color: #979797;
}
.tests__item-par .badge-new {
  position: absolute;
  top: 15pt;
  right: 0;
  color: #FFFFFF;
  padding: 1.5pt 3pt;
  background: #F39100;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 9.75pt;
  line-height: 9pt;
  border-radius: 2.25pt;
}

.tests__item-btn .btn {
  max-width: 162pt;
  margin: 0 auto;
}

.tests-spec {
  margin: 18.75pt 0 37.5pt;
  padding: 22.5pt;
  box-shadow: 0px 2.25pt 9.75pt rgba(116, 158, 12, 0.15);
  border-radius: 7.5pt;
}
@media screen and (max-width: 600px) {
  .tests-spec {
    padding: 22.5pt 13.75pt;
  }
}
.tests-spec__icon {
  width: 53pt;
  height: 53pt;
}
.tests-spec__icon img {
  width: 100%;
  height: auto;
}
.tests-spec__list {
  position: relative;
  list-style: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.tests-spec__list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5pt;
  top: 0;
  left: 0;
  background: #FFFFFF;
}
@media screen and (max-width: 766pt) {
  .tests-spec__list {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.tests-spec__list a {
  display: block;
  padding: 14.5pt 0 13.75pt;
  margin-right: 22.5pt;
  font-size: 14.25pt;
  line-height: 19.5pt;
  color: #000000;
  text-decoration: none;
  border-top: 0.75pt solid #E5E5E5;
}
@media screen and (max-width: 600px) {
  .tests-spec__list a {
    margin-right: 0;
  }
}
.tests-spec__list a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 3.75pt;
  width: 5.25pt;
  height: 7.5pt;
  background: url('../img/content/arr-small-gray.png') no-repeat 100% 100%;
  transition: margin 0.1s linear;
}


.svg-image-7-outline, .svg-image-7, .svg-image-6-outline, .svg-image-6, .svg-image-5-outline, .svg-image-5, .svg-image-4-outline, .svg-image-4, .svg-image-3-outline, .svg-image-3, .svg-image-2-outline, .svg-image-2, .svg-image-1-outline, .svg-image-1 {
  background: url("../img/sprites/numbers.svg") no-repeat;
}

.svg-image-1 {
  background-position: 53.9682539683% 0;
  background-size: 636.170212766% auto;
  width: 47px;
}

.svg-image-1:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 176.5957446809%;
}

.svg-image-1-dims {
  width: 47px;
  height: 83px;
}

.svg-image-1-outline {
  background-position: 53.2319391635% 50.2958579882%;
  background-size: 830.5555555556% auto;
  width: 36px;
}

.svg-image-1-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 158.3333333333%;
}

.svg-image-1-outline-dims {
  width: 36px;
  height: 57px;
}

.svg-image-2 {
  background-position: 0 59.4405594406%;
  background-size: 439.7058823529% auto;
  width: 68px;
}

.svg-image-2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 122.0588235294%;
}

.svg-image-2-dims {
  width: 68px;
  height: 83px;
}

.svg-image-2-outline {
  background-position: 58.8% 99.4082840237%;
  background-size: 610.2040816327% auto;
  width: 49px;
}

.svg-image-2-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 116.3265306122%;
}

.svg-image-2-outline-dims {
  width: 49px;
  height: 57px;
}

.svg-image-3 {
  background-position: 0 0;
  background-size: 439.7058823529% auto;
  width: 68px;
}

.svg-image-3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 125%;
}

.svg-image-3-dims {
  width: 68px;
  height: 85px;
}

.svg-image-3-outline {
  background-position: 0 100%;
  background-size: 610.2040816327% auto;
  width: 49px;
}

.svg-image-3-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 118.3673469388%;
}

.svg-image-3-outline-dims {
  width: 49px;
  height: 58px;
}

.svg-image-4 {
  background-position: 29.9559471366% 59.4405594406%;
  background-size: 415.2777777778% auto;
  width: 72px;
}

.svg-image-4:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 115.2777777778%;
}

.svg-image-4-dims {
  width: 72px;
  height: 83px;
}

.svg-image-4-outline {
  background-position: 79.0322580645% 99.4082840237%;
  background-size: 586.2745098039% auto;
  width: 51px;
}

.svg-image-4-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 111.7647058824%;
}

.svg-image-4-outline-dims {
  width: 51px;
  height: 57px;
}

.svg-image-5 {
  background-position: 79.5652173913% 0;
  background-size: 433.3333333333% auto;
  width: 69px;
}

.svg-image-5:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 120.2898550725%;
}

.svg-image-5-dims {
  width: 69px;
  height: 83px;
}

.svg-image-5-outline {
  background-position: 19.6% 100%;
  background-size: 610.2040816327% auto;
  width: 49px;
}

.svg-image-5-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 118.3673469388%;
}

.svg-image-5-outline-dims {
  width: 49px;
  height: 58px;
}

.svg-image-6 {
  background-position: 29.4372294372% 0;
  background-size: 439.7058823529% auto;
  width: 68px;
}

.svg-image-6:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 125%;
}

.svg-image-6-dims {
  width: 68px;
  height: 85px;
}

.svg-image-6-outline {
  background-position: 39.2% 100%;
  background-size: 610.2040816327% auto;
  width: 49px;
}

.svg-image-6-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 118.3673469388%;
}

.svg-image-6-outline-dims {
  width: 49px;
  height: 58px;
}

.svg-image-7 {
  background-position: 78.8793103448% 57.2413793103%;
  background-size: 446.2686567164% auto;
  width: 67px;
}

.svg-image-7:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 120.8955223881%;
}

.svg-image-7-dims {
  width: 67px;
  height: 81px;
}

.svg-image-7-outline {
  background-position: 100% 0;
  background-size: 636.170212766% auto;
  width: 47px;
}

.svg-image-7-outline:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 121.2765957447%;
}

.svg-image-7-outline-dims {
  width: 47px;
  height: 57px;
}

.image-by-height {
  width: auto;
}

.image-by-height:before {
  content: none;
}

.image-by-height > svg {
  height: inherit;
}

.image-by-height > img {
  height: inherit !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

[class^=svg-img] {
  display: inline-block;
  vertical-align: middle;
}
[class^=svg-img] img {
  display: block;
}

[class^=svg-image-] {
  display: inline-block;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .page-content .container.expert {
    padding: 0;
  }
}

.expert {
  padding: 0 20px 0 29px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0, 0, 0, 0.1) 0 0 1px;
}
@media only screen and (max-width: 1023px) {
  .expert {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .expert {
    padding: 0;
  }
}
.expert .item {
  border: 0;
  padding: 0 45px 8px 35px;
}
@media only screen and (max-width: 1023px) {
  .expert .item {
    padding: 9px 20px 8px 20px;
  }
}
.expert .item--title {
  padding: 34px 45px 8px 35px;
}
@media only screen and (max-width: 1023px) {
  .expert .item--title {
    padding: 42px 20px 8px 20px;
  }
}
.expert .item__title {
  font-size: 22px;
  line-height: 28px;
}
.expert .item p {
  font-size: 15px;
  line-height: 20px;
}
.expert .item.intro {
  padding-top: 13px;
}
.expert .item.intro p {
  max-width: 900px;
}
@media only screen and (max-width: 1023px) {
  .expert .item.intro p {
    max-width: 100%;
  }
}
.expert .item.intro .intro_p {
  margin-top: 22px;
}
@media only screen and (max-width: 1023px) {
  .expert .item.intro .intro_p {
    margin-top: 28px;
  }
}
.expert .item.expert-tabs {
  padding-top: 28px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .expert .item.expert-tabs {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .expert .item.expert-tabs {
    padding: 0px 7px 0 7px;
  }
}
.expert .item.manager {
  padding-top: 0;
}
.expert .item.notes {
  padding-top: 4px;
  padding-bottom: 32px;
}
.expert a {
  color: #557718;
}

.nav-tabs {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2px;
  border-bottom: 1px solid #E0E0E0;
}
.nav-tabs a {
  color: #5C5C5C;
  text-decoration: none;
}
.nav-tabs__item {
  margin-left: -1px;
}
@media only screen and (max-width: 767px) {
  .nav-tabs__item {
    min-width: 25%;
  }
}
.nav-tabs__link {
  display: block;
  font-size: 19px;
  line-height: 28px;
  padding: 6px 19px 8px 19px;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .nav-tabs__link {
    font-size: 15px;
    padding: 11px 0;
    text-align: center;
  }
}
.nav-tabs__link.active {
  color: #ffffff;
  border-color: #F19100;
  background: #F19100;
}
.nav-tabs__link.active:hover {
  color: #ffffff !important;
}

.expert-list {
  margin: 26px 0 30px;
  transition: opacity 0.3s ease;
}
.expert-list.noneed {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.expert-list__inner {
  padding: 0 20px;
}
.expert-list__header {
  position: relative;
  z-index: 2;
  padding: 11px 0 12px;
  font-size: 24px;
  line-height: 20px;
  color: #F19100;
}
.expert-list__header span {
  background: #FFFFFF;
  padding-right: 20px;
}
.expert-list__header::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #E0E0E0;
  z-index: -1;
}
.expert-list__item {
  z-index: inherit;
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.expert-list__item:first-child {
  border-top: 0;
}
.expert-list__item:last-child {
  border-bottom: 0;
}
.expert-list__item:hover {
  z-index: 1;
  border-color: #FFFCF8;
  background: #FFFCF8;
}

.tab-content.has-noneed .expert-list {
  margin-top: 0;
}
.tab-content.has-noneed .expert-list__inner {
  padding: 0 10px;
  border: 0;
}
.tab-content.has-noneed .expert-list__header {
  display: none;
}

.expert-item {
  display: flex;
  padding-top: 32px;
  padding-bottom: 28px;
  transition: opacity 0.3s ease, height 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .expert-item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .expert-item {
    display: block;
    padding: 20px 0 14px;
  }
}
.expert-item__thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border: 1px solid #E0E0E0;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .expert-item__thumb {
    float: left;
    width: 88px;
    min-width: 88px;
    height: 88px;
  }
}
.expert-item__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.expert-item__info {
  width: 380px;
  min-width: 380px;
  padding-left: 35px;
  padding-top: 6px;
}
@media only screen and (max-width: 1023px) {
  .expert-item__info {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .expert-item__info {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }
}
.expert-item__body {
  flex-grow: 1;
  padding-top: 68px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .expert-item__body {
    padding-left: 232px;
    padding-top: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .expert-item__body {
    padding: 10px 0;
  }
}
.expert-item__rating {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #F39313;
}
@media only screen and (max-width: 767px) {
  .expert-item__rating {
    margin-left: 18px;
  }
}
.expert-item__rating span {
  padding-right: 4px;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  background: #ffffff;
}
.expert-item__name {
  margin-top: 17px;
  font-weight: bold;
}
.expert-item__nikname {
  margin-top: 5px;
  color: #F39313;
}
@media only screen and (max-width: 767px) {
  .expert-item__name, .expert-item__nikname {
    margin-left: 106px;
  }
}
.expert-item__meta {
  margin-top: 10px;
}
.expert-item__meta a {
  display: block;
  margin-top: 7px;
  padding-left: 18px;
  text-decoration: none;
  color: #000000;
}
.expert-item__meta a:hover {
  color: #F39313;
}
.expert-item__meta-phone {
  background: url("../img/content/call-alt.png") no-repeat 0 50%;
}
.expert-item__meta-web {
  background: url("../img/content/new-win.png") no-repeat 0 50%;
}
.expert-item:hover .expert-item__name {
  color: #F39313;
}
.expert-item:hover .expert-item__rating span {
  background: #FFFCF8;
}

.manager {
  z-index: 1;
  position: relative;
}
.manager__inner {
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  padding-left: 25px;
  height: 92px;
}
@media only screen and (max-width: 1023px) {
  .manager__inner {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding-left: 0;
  }
}
.manager__title {
  min-width: 473px;
  font-size: 19px;
  line-height: 20px;
  padding: 13px 0 12px 50px;
  background: url("../img/content/send-alt.png") no-repeat 0 50%;
}
@media only screen and (max-width: 1023px) {
  .manager__title {
    min-width: auto;
    margin-top: 14px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .manager__title {
    background: url("../img/content/send-alt.png") no-repeat 50% 0;
    padding: 48px 32px 12px 32px;
    text-align: center;
    margin-left: 0;
  }
}
.manager__meta {
  position: relative;
  padding-left: 152px;
}
@media only screen and (max-width: 1023px) {
  .manager__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 16px;
    margin-left: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .manager__meta {
    flex-wrap: wrap;
    padding-top: 5px;
    margin-left: 0;
  }
}
.manager__meta-thumb {
  position: absolute;
  top: -22px;
  left: 0;
  width: 98px;
  height: 98px;
}
@media only screen and (max-width: 1023px) {
  .manager__meta-thumb {
    position: relative;
    top: 0;
    left: 0;
    min-width: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .manager__meta-thumb {
    width: 98px;
    min-width: 98px;
    height: 98px;
  }
}
.manager__meta-thumb img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .manager__meta-info {
    padding-left: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .manager__meta-info {
    flex: 1 0 100%;
    padding-left: 0;
  }
}
.manager__meta-name {
  font-weight: bold;
  font-size: 19px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .manager__meta-name {
    margin-top: 16px;
    text-align: center;
  }
}
.manager__meta-contacts {
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .manager__meta-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.manager__meta a {
  padding-left: 18px;
  text-decoration: none;
  color: #000000;
}
.manager__meta a:hover {
  color: #F39313;
}
.manager__meta a.manager__meta-mail {
  color: #F39313;
}
.manager__meta-phone {
  margin-right: 28px;
  background: url("../img/content/call-alt.png") no-repeat 2px 50%;
}
.manager__meta-mail {
  background: url("../img/content/mail-alt.png") no-repeat 0 50%;
}

.options__list {
  padding-left: 4px;
  padding-top: 13px;
}
@media only screen and (max-width: 1023px) {
  .options__list {
    padding-top: 0;
  }
}
.options__item {
  margin-top: 30px;
  margin-bottom: 41px;
}
@media only screen and (max-width: 1023px) {
  .options__item {
    margin-top: 15px;
    margin-bottom: 37px;
  }
}
.options__item.options-item-member .options__title {
  padding-left: 32px;
  background: url("../img/content/user-alt.png") no-repeat 0 0;
}
.options__item.options-item-rules .options__title {
  padding-left: 32px;
  background: url("../img/content/rule.png") no-repeat 0 0;
}
.options__item.options-item-aik .options__title {
  padding-left: 33px;
  background: url("../img/content/rating.png") no-repeat 0 0;
}
.options__title {
  padding-top: 4px;
  height: 28px;
  font-size: 19px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .options__title {
    height: auto;
  }
}
.options__body {
  max-width: 746px;
  margin: 10px auto;
}
@media only screen and (max-width: 1023px) {
  .options__body {
    max-width: 100%;
    padding-left: 33px;
  }
}
.options__body ol, .options__body ul {
  padding-left: 17px;
  margin: 0;
}
.options__body ol li, .options__body ul li {
  margin-bottom: 2px;
}
@media only screen and (max-width: 1023px) {
  .options__body ol li, .options__body ul li {
    margin-bottom: 0;
  }
}

.expert .item.bonuses {
  padding: 30px 0 68px;
}
@media only screen and (max-width: 1023px) {
  .expert .item.bonuses {
    padding: 20px 0 40px;
  }
}

.bonuses {
  background: #F8F8F8;
}
.bonuses__header {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #F19100;
  width: 480px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .bonuses__header {
    font-size: 19px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .bonuses__header {
    width: 318px;
  }
}
.bonuses__header img {
  display: block;
  width: 48px;
  height: auto;
  margin: 0 auto 15px;
}
.bonuses__content {
  padding: 0 42px;
  margin-top: 36px;
}
@media only screen and (max-width: 1023px) {
  .bonuses__content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bonuses__content {
    padding: 0 12px;
  }
}
.bonuses__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.bonuses__item {
  width: calc( 33.333333% - 44px );
  border: 2px solid rgba(241, 145, 0, 0.3);
  border-radius: 5px;
  margin: 42px 0;
}
.bonuses__item:last-child {
  width: 648px;
  margin: 54px auto 0;
}
.bonuses__item:hover {
  border: 2px solid #f19100;
}
@media only screen and (max-width: 1023px) {
  .bonuses__item {
    width: calc( 50% - 20px );
    margin: 38px 0;
  }
  .bonuses__item:last-child {
    width: 100%;
    margin: 38px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .bonuses__item {
    width: 100%;
    margin: 34px 0;
  }
  .bonuses__item:last-child {
    margin: 34px 0;
  }
}
.bonuses__inner {
  position: relative;
  padding: 30px 15px;
}
.bonuses__num {
  position: absolute;
  top: -56px;
  left: 50%;
  background: #F8F8F8;
  width: 68px;
  text-align: center;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .bonuses__num {
    top: -39px;
    width: 42px;
  }
}
@media only screen and (max-width: 1023px) {
  .bonuses__num span {
    width: 34px;
  }
}
@media only screen and (max-width: 1023px) {
  .bonuses__num .svg-image-1-outline {
    width: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .bonuses__num .svg-image-4-outline {
    width: 36px;
  }
}
.bonuses__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.bonuses__body {
  margin-top: 10px;
  text-align: center;
}

.notes {
  background: #e8e9e8;
  margin-bottom: -30px;
}
.notes__item {
  position: relative;
  margin-top: 12px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 20px;
}
.notes__item::after {
  position: absolute;
  top: 2px;
  left: -18px;
}
.notes__item--st1::after {
  content: "*";
}
.notes__item--st2::after {
  content: "**";
}

.contractor {
  padding: 10px 25px 20px;
  background: #ACACAC;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .contractor {
      padding: 10px 12px 14px; } }

.contractor__header {
  display: flex;
  align-items: center;
}

.contractor__title {
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
  padding-right: 10px; }
  @media only screen and (max-width: 767px) {
    .contractor__title {
      font-size: 20px; } }

.contractor__inner {
  margin-top: 10px;
  padding: 6px 10px;
  background: #FFFFFF;
  border: 1px solid #DDE2E4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .contractor__inner {
      padding: 6px 8px 6px 0; }
  }

.workarea .contractor__inner input {
  background: none;
  border: 0;
  font-size: 19px;
  line-height: 24px;
  color: #787878; }
  @media only screen and (max-width: 1080px) {
    .workarea .contractor__inner input {
      font-size: 17px; } }

.contractor__inner button {
  font-size: 19px;
  line-height: 20px;
  text-align: center;
  padding: 16px;
  border-radius: 4px; }
  @media only screen and (max-width: 1080px) {
    .contractor__inner button {
      font-size: 17px;
      padding: 16px 10px; } }






















/* start card-style  */

.card {
    max-width: 1189px;
    width: 100%;
    border-radius: 1px;
    -moz-border-radius: 1px; 
    -webkit-border-radius: 1px;
    border: 1px solid #B1B1B1;
    background-color: #fff;
    margin: 0 auto;
}

.card .card-row {
    width: 100%;
    display: flex;
    flex-flow: row; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.card .card-cl{
    width: 50%;
}


.card .card-cl_l {
    background-color: #F3F3F3;
    position: relative;
    padding: 25px;
}

.card .user-type img{
    height: 57px;
}

.card .user-type {
    position: absolute;
}

.card .user-photo {
    width: 120px;
    height: 120px;
    border: 1px solid #B1B1B1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    margin: 110px auto  45px;

}

.card .user-photo img {
  width: auto;
  height: 100%; 
  object-fit: cover;
}

.card .user-infograph {
    width: 100%;
    display: flex;
    flex-flow: row; 
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;

}

.card .user-infogr-cl {
    width: 45%;
    padding: 27px 0;
    
}

.card .user-infogr-numb {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 20px;
    color: #A3A3A3;
    margin-left: 5px;
}

.card .user-infogr-text {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #A3A3A3;
    margin-top: 17px;
}

.card h1{
    font-size: 36px;
    margin-bottom: 10px;
}

.card .card-cl_r {
    padding: 60px;
}

.card .user-nickname {
    font-size: 36px;
    color: #F39100;
    margin-bottom: 20px;
}

.card .user-nickname img{
    position: relative;
    top: -7px;
    margin-left: 5px;
}

.card .user-content {
    font-size: 18px;
    margin-bottom: 75px;
}


.card .read-interv {
    color: #87BC26;
    font-size: 20px;
    text-decoration: none;
    margin: 20px 0;
    display: block;
    font-weight: bold;

}

.card .bonus {
    max-width: 386px;
    width: 100%;
    border: 1px solid #F59E1F;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 70px;
    display: table;
    margin-bottom: 25px;
}

.card .bonus:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;

}

.card .bonus a {
    text-decoration: none;
    color: #F59E1F;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    line-height: 1.5;
    
}



.card .bonus a:hover {
    text-shadow: 3px 2px 3px #ccc;  
    transition: 0.2s linear;
}


.card .partn-content {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.4;
}

.card .content-a0{
    margin: 7px 0;
}

.card .content-li{
    margin: 15px 0;
}

.card .content-a0 img{
    position: relative;
    top: 5px;
    margin-right: 7px;
}

.card .partn-info {
    margin: 37px 0 20px;
}

.card .us_no-photo .user-nickname {
    margin-top: 110px;
    margin-bottom: 120px;
}


.user-diagram {
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
    padding: 25px 30px;
    margin: 10px 20px;
    font-size: 15px;
}


.user-diagram .text-diagr{
    float: left;
     width: 77%;
}

.user-diagram .numb-diagr{
    float: right;

}

.user-diagram .row-diagr::after {
  content: ""; 
  clear: both;
  display: block; 
}

.user-diagram .row-diagr_head {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 20px;
    position: relative;
}

.user-diagram .row-diagr_head .numb-diagr{
    font-size: 24px;
    
}

.user-diagram .bl-diagr{
    margin-top: 15px;
}

.user-diagram .progress {
    position: relative;
    z-index: 0;
    margin-top: 4px;
}

.user-diagram .progress::before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius:  4px;
    -moz-border-radius:  4px;
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: -1;
}

.user-diagram .progress-bar {
    height: 13px;
    width: 100%;
    background-color: #87BC26;
    border-radius: 7px;
    -webkit-border-radius:  7px;
    -moz-border-radius:  7px;
    z-index: 1;
}


.user-diagram .note-diagr {
    visibility: hidden;
    opacity: 0;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius:  10px;
    -moz-border-radius:  10px;
    position: absolute;
    bottom: 165%;
    left: 0;
    right:0;
    padding: 13px;
    color: #444;
    font-weight: normal;
    text-align: center;
    border: 1px solid #F59E1F;
    font-size: 13px;
    -webkit-box-shadow: 5px 5px 13px -4px rgba(246, 136, 14, 0.49);
    -moz-box-shadow: 5px 5px 13px -4px rgba(246, 136, 14, 0.49);
    box-shadow: 5px 5px 13px -4px rgba(246, 136, 14, 0.49);
    z-index: 1;
}

.user-diagram .row-diagr_head:hover .note-diagr{
    opacity: 1;
    visibility: visible;
    transition: 0.2s linear;
}







@media (max-width: 960px) {
    
    .card h1 {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 50px;
}
    
    .card .user-nickname {
    font-size: 24px;
    }
    
    .card .user-infogr-numb {
    font-size: 28px;
    }
    
    .card .user-infogr-ic {
    position: relative;
    top: 5px;
    }
    
    .card .bonus {
    padding: 20px;
    }
    
    .card .bonus a {
    margin-left: 55px;
    }
    
    .card .user-content {
    margin-bottom: 55px;
    margin-top: 50px;
    }
    
    .card .user-photo {
    margin: 90px auto 45px;
    }
    
    .card .card-cl_r {
    padding: 60px 30px;
    }
    
    .card .card-cl_l {
    padding: 20px;
    }
    
    .card .user-infograph {
    padding: 0 10px;
}
    
    
    
}
    
    
    
@media (max-width: 725px) {
    
    .card .card-cl {
    width: 100%;
}
    
    .card .card-row {
    position: relative;
}
    
    .mob-wrap-name {
    position: absolute;
    top: 170px;
    text-align: center;
    width: 100%;
    left: 0;
}
    
    .card .user-type img{
    height: 40px;
}
    
    .card .user-photo {
    margin: 50px auto 95px;
}
    
    .card h1 {
    font-size: 18px;
    margin-bottom: 15px;
    }
    
    .card .user-nickname {
    font-size: 18px;
}
    .card .card-cl_l {
    padding: 15px;
    padding-bottom: 40px;
}
    
    .card .user-infograph {
    padding: 0;
}
    .card .user-infogr-numb {
    font-size: 18px;
}
    
    .card .user-infogr-ic {
    top: 10px;
}
    
    .card .user-infogr-text {
    font-size: 10px;
    line-height: 14px;
    }
    
    .card .user-infogr-cl {
    padding: 15px 0 20px;
}
    
    .card .card-cl_r {
    padding: 20px;
}
    
    .card .user-content {
    margin-bottom: 30px;
    margin-top: 0px;
    text-align: center;
}
    
    .card .read-interv {
    font-size: 18px;
    }
    
   .card .bonus {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}
    
    .card .partn-info {
    margin: 10px 0;
}
    .card .content-a0, .card .content-li{
    text-align: left;
}
    
    .card .user-nickname img {
    top: 0px;
    }
    
    .card .us_no-photo .user-nickname {
    margin-top: 70px;
    margin-bottom: 20px;
}
    
    
}


@media (max-width: 560px) {
    .user-diagram {
    border: none;
    padding: 0px;
    margin: 15px 15px 10px;
}
    
}
    
/* end card-style  */





/* STYLE Напоминания  */

.radio_green {
    color: #000;
    font-weight: normal;
    margin-right: 20px;
}

.radio_green:hover {
    opacity: 0.85;
    transition: 0.2s linear;
}

.radio_green img {
    position: relative;
    top: 4px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.radio_green img.img-green {
    width: 24px;
    height: 24px;
    top: 6px;
}

.item__title img{
    position: relative;
    top: 4px;
    width: 23px;
    height: 23px;
}

.add-lnk {
    display: inline-block;
}


.add-lnk img{
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.add-lnk:hover{
    opacity: 0.8;
    transition: 0.2s linear;
}


.control  input[type="submit"].btn2-mob{
    display: none;
    background: url(../img/ic-dell.svg) no-repeat;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    box-shadow: none;
    box-shadow: none;
    font-size: 0px;
    padding: 0px;
    background-size: contain;
    margin-top: 4px;
    }

.control  input[type="submit"].btn3-mob{
    display: none;
    background: url(../img/ic-disk.png) no-repeat;
    width: 39px;
    height: 39px;
    vertical-align: middle;
    box-shadow: none;
    box-shadow: none;
    font-size: 0px;
    padding: 0px;
    background-size: contain;
    }


.control .item__title {
    display: inline-block;
    cursor: pointer;
}

.control .item__title:hover {
   text-decoration: underline !important;
    transition: 0.2s linear;
}

.item--title_rem {
    position: relative;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1;
    left: 130px;
    top: 120%;
    width: auto;
    height: auto;
    z-index: 5;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #FFFFFF;
    max-width: 385px;
    width: 100%;

}
.modal .modal_content {
    padding: 40px 40px 35px;
    width: 100%;
    z-index: 5;
    text-align: center;
    position: relative;
}

.modal .modal_content .close_modal_window {
    cursor: pointer;
    position: absolute;
    top: -22px;
    right: -22px;
} 

.modal .modal_content p{
    font-size: 17px;
    margin-bottom: 5px;
}

.modal .btn3-rem {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(180deg, #92C01A 0%, #B4E731 100%);
    border-radius: 9px;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 20px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
}


.modal .btn3-rem:hover {
    color: #fff !important;
    background: linear-gradient(180deg, #F59E1F 0%, #EA951A 100%);
    transition: 0.2s linear;
}


.modal .calend-ph {
    display: block;
    margin: 5px auto 25px;
}


.rem-bi_row {
    width: 100%;
    display: flex;
    flex-flow: row; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.rem-bi_col {
    width: 25%;
    border-right: 1px solid #D5D5D5;
    padding: 0 20px;
    margin-bottom: 40px;
}

.rem-bi_col:last-child {
    border-right: none;
}


.rem-top {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}

.rem-bi {
   margin: 50px 0 10px; 
}

.rem-img {
    display: table-cell;
    width: 96px;
    height: 78px;
    background: #FFFFFF;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    vertical-align: middle;   
    text-align: center;

}

.rem-title {
    display: table-cell;
    vertical-align: middle; 
    padding-left: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
}


.btn2-bottom {
    margin-bottom: 40px;
}

.control-rem {
    padding-bottom: 60px;
}


.workarea .rem-bi input[type="checkbox"]:not(:checked) + label,  .workarea .rem-bi input[type="checkbox"]:checked + label {
    padding-left: 25px;
    display: inline-block;
    line-height: 1.3;
}

.rem-bi input[type="checkbox"] {
    position: absolute;
    top: 1px;
}

.setting-rem {
    float: right;
}

.setting-ttl {
    font-size: 19px;    
    line-height: 25px;
    color: #78A91F;
    margin-right: 15px;
    margin-left: 5px;
    margin-top: 3px;
}


.setting-ttl:hover {
    text-decoration: underline;
    cursor: pointer;
}


.setting-rem img{
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}


.top-ttl-rem .item__title {
   /* font-size: 30px;
    font-weight: bold; */
}

.top-ttl-rem {
    margin:  0px;
    position: relative;
}

 

.setting-modal {
    display: none;
    background: #FFFFFF;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 0px 40px;
    position: absolute;
    right: 0;
    max-width: 290px;
    width: 100%;
    margin-top: 10px;
}

.setting-modal a{
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 7px;
}

.setting-modal a:first-child{
    border-bottom: 1px solid #78A91F;
}


.control_all-rem{
    padding: 0px;
}


.item-rem {
    padding: 15px;
}

.z1-rem {
    margin-bottom: 25px;
    margin-top: 10px;
    font-size: 20px;
}

.control_all-rem a.ablackorange:link{

    display: block;
    position: relative;
    padding-left: 95px;
    color: #000;
    margin-bottom: 24px;
    line-height: 1.4;
}

.control_all-rem .dat{
    position: absolute;
    left: 0px;
    font-weight: bold;
}

.item-ttl_gr {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 14px;
}

.item-rem_gr {
   margin-bottom: 40px; 
}



@media (max-width: 1100px) { 
    
    .rem-title {
    font-size: 15px;
    }
    
}


@media (max-width: 998px) { 
    .rem-bi_col {
    width: 50%;
}

.rem-bi_col:nth-child(2) {
    border-right: none;
}
    
}


@media (max-width: 670px) {
    
    .control_all-rem .dat {
     position: inherit; 
    display: block;
    margin-bottom: 7px;
}
    
    .control_all-rem a.ablackorange:link{
        padding-left: 0px;
    }
    
    .control_all-rem {
    padding: 0px;
}
    
    
    
   .setting-ttl {
    font-size: 0px;
    margin-top: 7px;
    }
    
    .top-ttl-rem .item__title {
    font-size: 22px;
    }
    
} 



@media (max-width: 583px) {
    .control input[type="submit"].btn2-none{
    display: none;
    }
    
    .control input[type="submit"].btn2-mob, .control input[type="submit"].btn3-mob{
    display: inline-block;
    }
    
    .control input[type="submit"].btn2-mob:hover, .control input[type="submit"].btn3-mob:hover{
    opacity: 0.85;
    }
    
    .radio_green {
    margin-right: 10px;
    }
    
    .modal {
    left: auto;
    width: 90%;
    top: 125%;
    }
    
    
    .rem-bi_col {
        width: 100%;
        border-right: none;
    }
    
    
    .rem-bi_col {
    padding: 0 5px;
    }
    
    .setting-ttl {
    font-size: 0px;
    }
    
    
} 


 @media (max-width: 390px) {
       
    .radio_green {
    margin-right: 7px;
    font-size: 12px;
}
  
}  


/* END STYLE Напоминания  */





/* STYLE Телефон/мейл в Мой профиль */

.contacts-prof {
    border-bottom: 1px solid #E5E9EB;
    border-top: 1px solid #E5E9EB;
    padding: 15px 0;
    margin-top: 15px;
}

.contacts-prof_inner {
    background: rgba(135, 188, 38, 0.13);
    border-radius: 4px;
    padding: 8px;
}

.contacts-prof_item {
    font-size: 15px;
    line-height: 30px;
    vertical-align: middle;
}

.contacts-prof_item:first-child {
    margin-bottom: 18px;
}

.contacts-prof_item::after {
    content: "";
    clear: both;
    display: table;
}

.contacts-prof_item img{
    vertical-align: middle;
    margin-right: 5px;
}

.change-lnk {
    color: #F59E1F;
    float: right;
    display: inline-block;
}
    
.change-lnk:hover {
    text-decoration: none;
}


/* END STYLE Телефон/мейл в Мой профиль */





/* EDIT 18.04.2022 Напоминания */

.item__title_edit img {
    position: relative;
    top: 2px;
    width: auto;
    height: auto;
}

.setting-notif {
    float: right;
    font-size: 19px;
    line-height: 26px;
    color: #78A91F;
    text-decoration: none;
    margin-top: 3px;
}

.setting-ttl_ed {
    padding: 11px 21px;  
    padding-left: 47px;
    position: relative;
}

.setting-ttl_ed:before {
    content: url('../img/ic-sett.svg');
    display: inline-block; 
    position: absolute;
    left: 17px;    
}

.setting-ttl_ed:hover {
    background: #87BC26;
    border-radius: 6px;
    color: #fff;
    transition: 0.1s linear;
    text-decoration: none !important;
}

.setting-ttl_ed:hover:before {
    content: url('../img/ic-sett-w.svg');
    display: inline-block; 
    position: absolute;
    left: 17px;  
}


.setting-notif_ed {
    padding: 11px 21px;  
    padding-left: 47px;
    position: relative;
}

.setting-notif_ed:before {
    content: url('../img/ic-alert-3.png');
    display: inline-block; 
    position: absolute;
    left: 17px;  
    top: 13px;
}

.setting-notif_ed:hover {
    background: #87BC26;
    border-radius: 6px;
    color: #fff !important;
    transition: 0.1s linear;
    text-decoration: none !important;
}

.setting-notif_ed:hover:before {
    content: url('../img/ic-alert-3-w.png');
    display: inline-block; 
    position: absolute;
    left: 17px;  
    top: 13px;
}



.setting-rem_note {
   float: right; 
    font-size: 15px;
    color: #727272;
    margin-top: 4px;
    margin-right: 20px;
}

.setting-notif img {
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.setting-ttl {
    margin-right: 25px;
    
}

.control .item__title_edit_2 {
     cursor: auto;
}

.control .item__title_edit_2:hover {
    text-decoration: none !important;
}


.how-work {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    color: #646464;
    cursor: pointer;
    display: inline-block;
    margin-left: 35px;
    line-height: 51px;
    vertical-align: top;
}

.how-work:hover {
    text-decoration: none;
}


.modal_edit {
    left: 260px;
}

.modal_edit2{
    left: 350px;
}

.doc-control_bl {
    max-width: 860px;
    margin: 20px auto 40px;
    font-size: 17px;
    color: #727272;
}

.doc-control_top {
    text-align: center;
    margin-bottom: 35px;
}


.doc-control_top img {
    vertical-align: bottom;
    margin-left: 7px;
}

.doc-control_link{
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    text-decoration: underline;
    color: #87BC26;
}
  
.new-docs_inner {
    margin-top: 26px;
    padding: 0 15px;
}

.new-doc_item {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
}

.new-doc_link {
    color: #F39100 ;
    text-decoration: underline;
}

.new-doc_link:hover {
    text-decoration: none;
}

.setting-rem_note__mob {
    font-size: 14px;
    color: #727272;
    display: none;
}

.setting-modal {
    right: 308px;
}

.item--title_rem {
    padding: 6px 8px;
}



.control .item__title {
    min-height: 51px;
    line-height: 51px;
}

.text-descrip {
    font-size: 12px;
    color: #646464;
    display: block;
    margin-left: 3px;
    margin-right: 35px;
}

@media (max-width: 980px) {
    
    .how-work {
    line-height: 2.4;
    }
    
    .control .item__title {
    min-height: auto;
    line-height: 1.4;
}
    
    .top-ttl-rem .item__title {
    margin-top: 0px;
}
    
   .setting-notif_ed{
       font-size: 0px;
       width: 30px;
       height: 30px;
       border-radius: 2px;
       border: 1px solid #E6E6E6;
       padding: 2px;
        padding-left: 24px;
       margin-top: 0px;
    } 
    
    .setting-ttl_ed {
    font-size: 0px;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    margin-right: 15px;
    padding: 2px;
    padding-left: 24px;
    margin-top: 0px;
}
    
    .setting-notif_ed:before {
    left: 3px;
    top: 5px;
}
    
    .setting-notif_ed:hover:before {
    left: 3px;
    top: 5px;
}
    .setting-ttl_ed:before {
    left: 2px;
}
    
    .setting-ttl_ed:hover:before {
    left: 2px;
}
    
    .setting-modal {
    right: 0px;
}
    
}

    
@media (max-width: 780px) {
   

    


.setting-rem_note {
     display: none;   
    }
    
.how-work {
   float: right;
    }
    
.modal_edit {
    left: auto;
}
    
.modal_edit2{
    left: auto;
}
    
.control .item__title {
    font-size: 20px;
}
    
.setting-rem_note__mob {
    display: block;
}
    
  .new-docs_inner {
    margin-top: 20px;
    padding: 0px;
}  
    
.new-doc_item {
    font-size: 15px;
    margin-bottom: 20px;
}
    
}



@media (max-width: 560px) {
    
.doc-control_bl {
    font-size: 15px;
    }
    
.doc-control_link {
    font-size: 18px;
    }
    
}
/* End EDIT 18.04.2022 Напоминания */



/*Edit 14.05.2022 */

.enter__in-save {
    width: 100%;
    max-width: 510px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.ok-save_btn {
    display: block;
    margin: 40px auto 25px;
    max-width: 303px;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, #B6EB56 0%, #87BC26 100%);
    border-radius: 9px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none !important;
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.03em;
}

.ok-save_btn img{
   margin-left: 10px; 
    margin-top:2px; 
    position: relative;
    top: 2px;
}

.ok-save_btn:hover {
    color: #FFFFFF !important;
    background: linear-gradient(180deg, #e7c38d 0%, #f39100  100%);
}

.data-save {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
/*  text-transform: uppercase;  */
    color: #87BC26;
    margin: 20px auto 30px;
    
}

.data-save_ic {
    display: block;
    margin: 20px auto 30px;
}

.page-footer_border {
    border-top: 3px solid #ddd;
} 

.data-save_soc {
    border-top: 1px solid #AEAEAE;  
    color: #878585;
    font-size: 16px;
    padding: 5px;
    margin-top: 33px;
}

.data-save_soc a {
    display: inline-block;
}

.data-save_soc img {
    position: relative;
    top: 5px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
}

.data-save_soc img:hover {
    opacity: 0.8;
    transition: 0.2s linear;
}

.enter__in-save_2 .logged-in {
    padding: 20px 25px;
    font-family: 'Arial';
}

.enter__in-save_2 .data-save_note {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.enter__in-save_2 .logged-in__top {
    margin-bottom: 10px;
}

.enter__in-save_2 .data-save_ic, .enter__in-save_2 .data-save {
    margin: 20px auto;
}




@media screen and (max-width: 1025px) {
.enter_2 {
    padding: 0 15px;
    margin-bottom: 30px;
}
    
.enter__in-save_2 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
}
} 

@media screen and (max-width: 600px) {
.enter_2 {
    padding: 20px;
    margin-bottom: 20px;

}
 
.enter__in-save_2 .ok-save_btn{   
    font-size: 16px;
}  
    
.enter__in-save_2 .data-save{
    font-size: 22px;    
}
    
 .data-save_soc a {
    display: block;
}
    
.data-save_soc img {
    margin-left: 7px;
    width: 40px;
    height: 40px;
}
    
}

/*END Edit 14.05.2022*/


.green-dot {
    width: 6px;
    height: 6px;
    background: #87BC26;
    border-radius: 50%;
    display: inline-block;
    margin-left: 2px;
}


/* New menu 08.08.2022 */
.menu-btn_new {
    display: block;
    float: left;
    margin-right: 45px;
    margin-top: 18px;
}

.menu-btn_new.active .burger-icon:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.new-menu {
    padding: 15px 5px;
}

.new-menu_bl {
    padding: 5px 0px 10px;
}

.menu-gumb_new {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: fixed;
    z-index: 7;
    background-color: #fff;
    left: auto;
    top: 58px;
   /* bottom: 0;
    height: -webkit-calc(100% - 62px);
    height: calc(100% - 62px); */
	height: auto;
    bottom: auto;
    max-width: 720px;
    min-width: 650px; 
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    max-height: 100vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}

.menu-gumb_new.active {
    height: auto;
    left: auto;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
}

.new-menu_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-menu_col {
    width: 50%;
    padding: 0 30px;
}

.new-menu_col:last-child {
    border-left: 2px solid #ddd;
}

.menu_bl_ttl {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #F19100;
	padding-bottom:5px;
}

.menu_bl_ttl img {
    position: relative;
    top: 2px;
    margin-right: 3px;
}

.menu_bl_list {
    margin-left: 50px;
}

.menu_item_link {
    display: inline-block;
    font-size: 15px;
    color: #000000 !important;
    text-decoration: none;
    line-height: 1.7;
    padding: 1px 0;
}

.menu_item_link:hover {
    transition: 0.1s;
    color: #F19100;
}

.menu_item-ask {
    border: 1px dashed #F19100;
    border-radius: 24px;
    margin-left: -10px;
    position: relative;
    padding: 0 9px;
}

.list-rubrics .menu_item_link {
    position: relative;
}

.list-rubrics .menu_item_link:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/sprite_menu-gamb.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: -28px;
    top: 3px;
}

.list-rubrics .link-rubric_1:after {
    background-position: -12px -9px;
}

.list-rubrics .link-rubric_1:hover:after {
    background-position: -52px -9px;
}

.list-rubrics .link-rubric_2:after {
    background-position: -12px -33px;
}

.list-rubrics .link-rubric_2:hover:after {
    background-position: -52px -33px;
}

.list-rubrics .link-rubric_3:after {
    background-position: -12px -57px;
}

.list-rubrics .link-rubric_3:hover:after {
    background-position: -52px -57px;
}

.list-rubrics .link-rubric_4:after {
    background-position: -12px -81px;
}

.list-rubrics .link-rubric_4:hover:after {
    background-position: -52px -81px;
}


.list-rubrics .link-rubric_5:after {
    background-position: -12px -105px;
}

.list-rubrics .link-rubric_5:hover:after {
    background-position: -52px -105px;
}

.list-rubrics .link-rubric_6:after {
    background-position: -12px -129px;
}

.list-rubrics .link-rubric_6:hover:after {
    background-position: -52px -129px;
}

.list-rubrics .link-rubric_7:after {
    background-position: -12px -153px;
}

.list-rubrics .link-rubric_7:hover:after {
    background-position: -52px -153px;
}

.list-rubrics .link-rubric_8:after {
    background-position: -12px -177px;
}

.list-rubrics .link-rubric_8:hover:after {
    background-position: -52px -177px;
}

.list-rubrics .link-rubric_9:after {
    background-position: -12px -201px;
}

.list-rubrics .link-rubric_9:hover:after {
    background-position: -52px -201px;
}

.list-rubrics .link-rubric_10:after {
    background-position: -12px -225px;
}

.list-rubrics .link-rubric_10:hover:after {
    background-position: -52px -225px;
}

.list-rubrics .link-rubric_11:after {
    background-position: -10px -249px;
}

.list-rubrics .link-rubric_11:hover:after {
    background-position: -50px -249px;
}

.list-rubrics .link-rubric_12:after {
    background-position: -10px -273px;
}

.list-rubrics .link-rubric_12:hover:after {
    background-position: -50px -273px;
}

.list-rubrics .link-rubric_13:after {
    background-position: -10px -297px;
}

.list-rubrics .link-rubric_13:hover:after {
    background-position: -50px -297px;
}

.list-rubrics .link-rubric_14:after {
    background-position: -10px -321px;
}

.list-rubrics .link-rubric_14:hover:after {
    background-position: -50px -321px;
}

.list-rubrics .link-rubric_15:after {
    background-position: -10px -342px;
}

.list-rubrics .link-rubric_15:hover:after {
    background-position: -50px -342px;
}

.list-rubrics .link-rubric_16:after {
    background-position: -11px -368px;
}

.list-rubrics .link-rubric_16:hover:after {
    background-position: -51px -368px;
}

.menu_bl_ttl-main {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #F19100;
    margin-left: 25px;
	padding-top:3px;
}

.menu_bl_ttl-main:hover {
    transition: 0.1s;
    color: #000000 !important;
}

.menu_bl_ttl-main:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/sprite_menu-gamb2.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -28px;
    top: 2px;
    background-position: -35px -5px;
}

.menu_bl_ttl-main:hover:after {
    background-position: -5px -5px;
}

.menu-chat-lnk {
    font-size: 15px;
    color: #000000 !important;
    text-decoration: none;
    display: block;
    position: relative;
    margin: 10px 0 15px 20px;
}

.menu-tel-lnk {
    font-size: 15px;
    color: #000000 !important;
    text-decoration: none;
/*    display: block;*/
    position: relative;
    margin: 10px 0 7px 20px;
}

.menu-chat-lnk:hover, .menu-tel-lnk:hover {
    color: #F19100;
    transition: 0.1s;
}

.menu-chat-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/sprite_menu-gamb.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -30px;
    top: 0px;
    background-position: -90px -10px;
}

.menu-chat-lnk:hover:after {
    background-position: -90px -52px;
}


.menu-tel-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/sprite_menu-gamb.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    left: -30px;
    top: 0px;
    background-position: -90px -93px;
}

.menu-tel-lnk:hover:after {
    background-position: -90px -133px;
}

.menu-contacts span {
    font-size: 13px;
    line-height: 15px;
    color: #767676;
    margin-left: 15px;
}

body.nofixed {
    position: relative;
    overflow: visible;
    width: 100%;
}

.new-menu_mob {
        display: none;
    }

.menu-btn2.active .burger-icon {
  background-color: transparent; }

.menu-btn2.active .burger-icon:before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

.menu-btn2.active .burger-icon:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.menu-mobile2 {
    width: 720px;
    top: 54px;
}

.menu-btn2 {
    margin-right: 25px;
    margin-top: 12px;
}

.page-aside--document{
    z-index: 1;
}

body.fixed {
    position: fixed;
    overflow-y: scroll; 
    width: 100%;
}

.menu-buy-lnk {
    position: relative;
}

.menu-buy-lnk:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/sprite_menu-gamb2.png');
    background-repeat: no-repeat;
    width: 18px;
    height: 17px;
    left: -27px;
    top: 4px;
    background-position: -5px -35px;
}

.menu-buy-lnk:hover:after {
    background-position: -33px -35px;
}

@media screen and (max-width: 1211px) {
.top-nav__item {
    margin-right: 8px;
    font-size: 13px;
}
}

@media screen and (max-width: 1023px) {
    
.layout--document .page-header_mob {
    display: block;
}
    
}

@media (max-width: 787px) {
    
    .menu-gumb_new {
        width: 95%;
		min-width:inherit;
    }
}

@media (max-width: 600px) {
    
    .new-menu_main {
        display: none;
        
    }
    .menu-gumb_new { 
    max-width: 360px;
    } 
    .new-menu_mob {
        display: block;
        
    }
    
    .new-menu_col {
    width: 100%;
    padding: 0 5px;
}
    
    .new-menu_col:last-child {
    border-left: none;
}
    .menu_bl_ttl {
    font-size: 15px;
    margin-bottom: 8px;
    }
    
    .menu_item_link {
    font-size: 13px;
    }
    
    .menu_bl_ttl-main {
      font-size:  15px; 
    }
    .menu_bl_list {
    margin-left: 40px;
    margin-bottom: 10px;
}
    
    .menu_bl_ttl-main:after {
    left: -26px;
    top: -2px;
    }
    
    .new-menu {
    padding: 15px 5px;
    padding-bottom: 40px;
}
    
    .menu-chat-lnk, .menu-tel-lnk {
    font-size: 13px;
    margin: 20px 0 7px 30px;
    }
    
    .menu-chat-lnk:after {
    top: -2px;
    }
    
    .menu_item-ask{
        display: none;
    }
    
    .menu_item-ask{
        display: inline-block;
        margin-left: -5px;
        padding: 0 4px;
    }
    
    .menu_bl_ttl img {
    top: 4px;
    }
    
    
}



.menu_bl_ttl-events {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #F19100;
    margin-left: 25px;
	padding-top:3px;
}

.menu_bl_ttl-events:hover {
    transition: 0.1s;
    color: #000000 !important;
}

.menu_bl_ttl-events:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url('../img/ic-menu-gamb_2.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -25px;
    top: 2px;
    background-position: 0px 0px;
}

.menu_bl_ttl-events:hover:after {
    background-image: url('../img/ic-menu-gamb_2-event.png');
}

/* END New menu 08.08.2022 */


/* Edit 13.01.2023 */
.menu-gumb_new {
    padding-bottom: 0px;
    left: auto;
    z-index: 15;
}

.menu-mobile__bg {
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.menu-gumb_new.active {
    left: auto; 
}

.menu-mobile {
    width: auto !important;
}

.page-aside--document {
    z-index: 7;
}

.page-aside--document {
    z-index: 6;
}
.menu-mobile {
    left: auto !important;
}

.page-aside--favorite {
	z-index: 6;
} 

.page-header {
    z-index: 25;
}
.page-aside--document {
    z-index: 12;
}


@media (max-width: 600px) {

.menu-gumb_new {
    left: auto;
}
    
.menu-mobile {
    left: auto !important;
}
    
.menu-gumb_new.active {
    left: auto;
}
    

    
}
/* END Edit 13.01.2023 */



/* Edit 19.01.2023 */
.profile-menu_mobile {
    left: -300px !important;
}

.profile-menu_mobile.active {
    left: 0px !important;
}

@media (max-width: 600px) {

.menu-gumb_new {
    bottom: 1px;  
}
     
.new-menu {
    padding-bottom: 30px;
}
    
.menu_bl_ttl-events {
    font-size: 15px;   
}
    
.menu_bl_ttl-events:after{
    top: -2px;
}
    
}
/* END Edit 19.01.2023 */


/* Edit 15.03.2023 */
.lt_gray {
    color: #808080;
}
/* END Edit 15.03.2023 */


/* Edit 28.09.2023 */
.ablackorange_ttl {
    color: #000;
    text-decoration: none;
}
.ablackorange_ttl:hover {
    color: #f39100!important;
    text-decoration: none;
}

/* END Edit 28.09.2023 */



/* Edit 08.11.2023 */
.page-footer__download a.downl_link {
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 239px;
    min-width: 239px;
    padding-right: 10px;
    text-decoration: none;
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin-bottom: 15px;
}

.page-footer__download span {
    display: block;
    max-width: 100%;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    color: #2E2E2E;
}

.page-footer__download img {
    margin: 0;
    width: auto;
    height: auto;
    margin-top: 4px;
    margin-left: 1px;
}

.page-footer__download .downl_btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #94C11C;
    text-align: center;
    margin-right: 4px;
    background: #EFEFEF;
}


.page-footer__download .downl_link:hover .downl_btn{
    background: #F39100;
    transition: 0.2s linear;
}

.page-footer__download .downl_link:hover img{
    filter: brightness(0) invert(1);
    transition: 0.2s linear;
}


.page-footer__download {
    margin-top: 0px;
}

.copyright {
    margin-bottom: 10px;
}

/* END Edit 08.11.2023 */