/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'), url('fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaRegular';
  src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'), url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaExCn-RegularIt';
  src: url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.eot');
  src: url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.svg#ProximaNovaExCn-RegularIt') format('svg'), url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.woff') format('woff'), url('fonts/ProximaNova/ProximaNovaExCn-RegularIt.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url('fonts/ProximaNova/ProximaNovaCond-Bold.eot');
  src: url('fonts/ProximaNova/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold') format('svg'), url('fonts/ProximaNova/ProximaNovaCond-Bold.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNovaCond-Bold.woff') format('woff'), url('fonts/ProximaNova/ProximaNovaCond-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaSemiboldIt';
  src: url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.eot');
  src: url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.svg#ProximaNovaExCn-SemiboldIt') format('svg'), url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.woff') format('woff'), url('fonts/ProximaNova/ProximaNovaExCn-SemiboldIt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaSemibold';
  src: url('fonts/ProximaNova/ProximaNova-Semibold.eot');
  src: url('fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg'), url('fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype'), url('fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'), url('fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: 'ProximaNova', Arial, sans-serif;
}
.line-height-1-1 {
  line-height: 1.1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.line-height-1-3 {
  line-height: 1.3;
}
.line-height-1-4 {
  line-height: 1.4;
}
.line-height-1-5 {
  line-height: 1.5;
}
.line-height-2 {
  line-height: 2;
}
.fs16 {
  font-size: 16px !important;
}
.fs18 {
  font-size: 18px !important;
}
.fs19 {
  font-size: 19px !important;
}
.fs20 {
  font-size: 20px !important;
}
.fs22 {
  font-size: 22px !important;
}
.fs24 {
  font-size: 24px !important;
}
.fs26 {
  font-size: 26px !important;
}
.fs27 {
  font-size: 27px !important;
}
.fs28 {
  font-size: 28px !important;
}
.fs30 {
  font-size: 30px !important;
}
.fs32 {
  font-size: 32px !important;
}
.fs36 {
  font-size: 36px !important;
}
.fs16 {
  font-size: 30px !important;
}
.title-company__big {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
.title-company__small {
  color: #4f4e4e;
  line-height: 1.2;
  font-size: .82rem;
}
.title-company--footer {
  color: #fefdfd;
}
.title-company--footer__small {
  color: #fefdfd;
  font-weight: bold;
}
.title-promo {
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  color: #464645;
  padding-left: 30px;
  border-bottom: 4px solid #ffcf85;
  display: inline-block;
}
.title-page {
  display: inline-block;
  font-size: 30px;
  color: #464645;
  line-height: 1;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}
.title-page__icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-left: 65px;
}
.border-line {
  background-color: #ffcf85;
  height: 4px;
  width: 100%;
}
.menu {
  height: 100%;
}
.menu__item {
  list-style-type: none;
  display: block;
  width: 25%;
}
.menu__item span,
.menu__item a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1.1;
  color: #4f4e4e;
  font-size: .95rem;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 10px 0;
  border-right: 1px solid #fff;
  transition: font-weight 0.3s;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}
.menu__item span:hover:after,
.menu__item a:hover:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffcf85;
  z-index: -1;
}
.menu__item--active {
  border-bottom: 5px solid #ffcf85;
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu__item--active:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  background-color: #ffcf85;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .menu {
    padding-left: 0;
  }
  .menu__item a {
    font-size: .80rem;
    padding: 10px;
  }
}
@media screen and (max-width: 786px) {
  .menu {
    padding-left: 0;
  }
  .menu__item {
    width: 100%;
  }
}
.navbar-custom .navbar-toggler {
  background-color: gainsboro;
}
.dop-menu {
  margin-top: -75px;
}
.dop-menu__item {
  border: 1px solid #ffcf85;
  background-color: #fff;
  width: 167px;
  height: 152px;
  text-align: center;
}
.dop-menu__item a {
  font-size: 1.18rem;
  color: #3b3b3a;
}
.dop-menu__item a:hover {
  color: #3b3b3a;
  text-decoration: none;
}
.dop-menu__icon {
  width: 100%;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
}
.dop-menu__icon--about {
  background-image: url('../img/dop-menu__icon--about.png');
}
.dop-menu__icon--new {
  background-image: url('../img/dop-menu__icon--new.png');
}
.dop-menu__icon--aspirantura {
  background-image: url('../img/dop-menu__icon--aspirantura.png');
}
.dop-menu__icon--oborudovanie {
  background-image: url('../img/dop-menu__icon--oborudovanie.png');
}
.dop-menu__icon--o-hlebe {
  background-image: url('../img/dop-menu__icon--o-hlebe.png');
}
.promo__item {
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}
.promo__item__img {
  text-align: center;
}
.promo__item__img img {
  border: 1px solid #fcba55;
  max-width: 100%;
  height: 180px;
}
.promo__item__date {
  color: #fcba55;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}
.promo__item__desc {
  line-height: 1.1;
}
.promo__item__title {
  color: #464645;
  font-size: 18px;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
  margin-bottom: .5rem;
}
.promo__item__title a {
  color: #464645;
}
.promo__item__announce {
  font-size: 14px;
  text-align: justify;
}
.promo__item__text {
  font-size: 16px;
  text-align: justify;
}
a.promo__item__more {
  background: url('../img/promo__more.png') right center no-repeat;
  padding-right: 23px;
  text-transform: uppercase;
  font-size: 16px;
  color: #42467b;
  display: inline-block;
  text-align: right;
}
a.promo__all-link {
  display: inline-block;
  padding: 2px 50px 2px 35px;
  text-transform: uppercase;
  color: #1f2c31;
  background: #ffcf85 url('../img/promo__all-link.png') 90% center no-repeat;
}
a.promo__all-link:hover {
  text-decoration: none;
}
.promo__more {
  position: relative;
  display: inline-block;
  background-color: #ffcf85;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.promo__more:hover {
  text-decoration: none;
  color: #000;
}
.promo__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 18px;
  content: '';
  width: 13px;
  height: 28px;
  background: url('../img/promo__all-link.png') center no-repeat;
}
.structures__item__img {
  text-align: center;
}
.structures__item__img img {
  max-width: 100%;
  height: 273px;
}
.structures__item__date {
  color: #fcba55;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}
.structures__item__desc {
  padding-bottom: 20px;
  line-height: 1.1;
}
.structures__item__title {
  color: #464645;
  font-size: 18px;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
  margin-bottom: .5rem;
}
.structures__item__announce {
  font-size: 14px;
  text-align: justify;
}
.structures__item__more-container {
  position: absolute;
  right: 0;
  bottom: 0;
}
a.structures__item__more {
  background: url('../img/promo__more.png') right center no-repeat;
  padding-right: 23px;
  text-transform: uppercase;
  font-size: 16px;
  color: #42467b;
  display: inline-block;
  text-align: right;
}
a.structures__all-link {
  display: inline-block;
  padding: 2px 50px 2px 35px;
  text-transform: uppercase;
  color: #1f2c31;
  background: #ffcf85 url('../img/promo__all-link.png') 90% center no-repeat;
}
a.structures__all-link:hover {
  text-decoration: none;
}
.structures-page__item {
  position: relative;
  border: 1px solid #a6a6a6;
  overflow: hidden;
  color: #464645;
  min-height: 353px;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
  transition: display 30s;
  cursor: pointer;
}
.structures-page__item:hover .structures-page__item__desc {
  display: block;
}
.structures-page__item__title {
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
.structures-page__item__desc {
  display: none;
  position: absolute;
  background-color: #ffcf85;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.structures-page__item__link {
  position: relative;
  display: inline-block;
  color: #42467b;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
}
.structures-page__item__link:hover {
  text-decoration: none;
}
.structures-page__item__link:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 21px;
  height: 18px;
  content: '';
  background: url('../img/structures-page__item__link.png') center no-repeat;
}
.structures-page__more {
  position: relative;
  display: inline-block;
  background-color: #ffcf85;
  line-height: 1;
  text-transform: uppercase;
}
.structures-page__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 8px;
  content: '';
  width: 13px;
  height: 28px;
  background: url('../img/structures-page__more.png') center no-repeat;
}
.service__item {
  text-align: center;
  line-height: 1;
}
.service__item__title {
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  font-size: 18px;
  color: #464645;
}
.service__item__title a {
  color: inherit;
}
.service__item__title span,
.service__item__title a {
  line-height: 1;
  display: inline-block;
}
.service__item__announce {
  text-align: justify;
  font-size: 13px;
}
.menu-list-hotel {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: auto;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,opacity,-webkit-transform;
  transition-property: visibility,transform,opacity;
  transition-property: visibility,transform,opacity,-webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
}
.menu-list-hotel div[id^='show_'] {
  display: none;
}
.list-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-sub li {
  font-size: 18px;
  transition: background-color 0.3s;
}
.list-sub li:hover,
.list-sub li.li--active {
  background-color: #eee;
}
.list-sub li a {
  color: #52311c;
  display: block;
  width: 100%;
  padding: 3px 35px 3px 55px;
}
.list-sub li a:hover {
  text-decoration: none;
}
.desc-company {
  font-size: 18px;
  color: #4f4e4e;
  line-height: 1.1;
}
.desc-company__name {
  font-weight: bold;
  color: #52311c;
}
.crumbs {
  background-color: #ebb35c;
  padding-bottom: .05rem;
  padding-top: .05rem;
}
.crumbs__item {
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
  line-height: 1;
}
.crumbs__item:not(:last-child):after {
  display: block;
  position: absolute;
  content: '';
  background: url('../img/crumbs__arrow.png') center no-repeat;
  width: 5px;
  height: 18px;
  right: 0;
  top: 0;
}
.crumbs__item a {
  color: #464647;
  font-size: 12px;
}
.crumbs__item span {
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .crumbs__item {
    line-height: 1;
  }
}
.sotrudniki {
  color: #3b3b3a;
  line-height: 1.1;
}
.sotrudniki__item__img {
  border: 1px solid #a6a6a6;
  overflow: hidden;
  width: 107px;
  height: 103px;
}
.sotrudniki__item__name {
  font-size: 22px;
  font-weight: bold;
}
.sotrudniki__item__name__color-full {
  color: #474a77;
}
.sotrudniki__item__post {
  font-size: 14px;
}
.sotrudniki__item__sub-name {
  font-size: 18px;
  font-weight: bold;
  margin: .7rem 0;
}
.sotrudniki__item__email {
  font-size: 14px;
  color: inherit;
  padding-left: 5px;
   /* padding-left: 40px;
  background: url('../img/icon__email.svg') left top no-repeat; */
}
.sotrudniki__item__email a {
  color: inherit;
}
.sotrudniki__item__email a:hover {
  text-decoration: none;
}
.sotrudniki__item__phone {
  font-size: 14px;
  color: inherit;
  padding-left: 5px;
  /*  padding-left: 25px;
 background: url('../img/icon__phone.svg') left top no-repeat; */
}
.sotrudniki__item__phone a {
  color: inherit;
}
.sotrudniki__item__phone a:hover {
  text-decoration: none;
}
.sotrudniki__item__date-pub {
  color: #1d3756;
  font-size: 16px;
  font-weight: bold;
}
.sotrudniki__item__more {
  position: relative;
  background-color: #ffcf85;
  display: inline-block;
  line-height: 32px;
  padding: 0 2rem 0 1rem;
  color: inherit;
}
.sotrudniki__item__more:hover {
  color: inherit;
  text-decoration: none;
}
.sotrudniki__item__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.sotrudniki__item__name-pub {
  color: #3b3b3a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
}
.sotrudniki__more {
  position: relative;
  display: inline-block;
  background-color: #ffcf85;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
.sotrudniki__more:hover {
  text-decoration: none;
  color: #000;
}
.sotrudniki__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 18px;
  content: '';
  width: 13px;
  height: 28px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.public-workers .sotrudniki__item__name {
  color: #2d2d2d;
  font-size: 19px;
  line-height: 1;
  font-family: 'ProximaNovaRegular', Arial, sans-serif;
}
.public-workers .sotrudniki__item__more {
  line-height: 28px;
}
.icon {
  display: flex;
  align-content: center;
  align-items: center;
  font-size: 16px;
  color: #4d4d4c;
  font-weight: 800;
}
.icon__publication {
  text-decoration: underline;
}
.icon__publication:hover {
  color: #4d4d4c;
  text-decoration: none;
}
.icon__publication:before {
  position: relative;
  display: inline-block;
  content: '';
  margin-right: .5rem;
  width: 38px;
  height: 40px;
  background: url('../img/icon__publication.svg') left top no-repeat;
}
.icon__rewards {
  text-decoration: underline;
}
.icon__rewards:hover {
  color: #4d4d4c;
  text-decoration: none;
}
.icon__rewards:before {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: .5rem;
  content: '';
  background: url('../img/icon__rewards.svg') left top no-repeat;
}
.icon__work {
  text-decoration: underline;
}
.icon__work:hover {
  color: #4d4d4c;
  text-decoration: none;
}
.icon__work:before {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 40px;
  margin-right: .5rem;
  content: '';
  background: url('../img/icon__work.svg') left top no-repeat;
}
.administracia {
  color: #3b3b3a;
  line-height: 1.1;
}
.administracia__item__img {
  border: 1px solid #a6a6a6;
  overflow: hidden;
  width: 107px;
  height: 103px;
}
.administracia__item__desc {
  position: relative;
  padding-bottom: 20px;
}
.administracia__item__name {
  font-size: 22px;
  font-weight: bold;
}
.administracia__item__post {
  font-size: 15px;
  line-height: 1.8;
  font-weight: bold;
  color: #1d3756;
}
.administracia__item__email {
  font-size: 14px;
  color: inherit;
  padding-left: 40px;
  background: url('../img/icon__email.svg') left top no-repeat;
}
.administracia__item__email a {
  color: inherit;
}
.administracia__item__email a:hover {
  text-decoration: none;
}
.administracia__item__phone {
  font-size: 14px;
  color: inherit;
  padding-left: 25px;
  background: url('../img/icon__phone.svg') left top no-repeat;
}
.administracia__item__phone a {
  color: inherit;
}
.administracia__item__phone a:hover {
  text-decoration: none;
}
.product__item__desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__item__desc ul li {
  background: url('../img/icon__list.png') 0 8px no-repeat;
  padding-left: 15px;
  padding-bottom: 5px;
  line-height: 1.2;
  font-size: 17px;
}
.product__icon {
  padding-left: 35px;
  font-size: 17px;
  line-height: 1.1;
  padding-bottom: 5px;
  padding-top: 6px;
}
.product__location {
  background: url('../img/icon__map.svg') no-repeat;
  background-size: 20px 28px;
}
.product__email {
  background: url('../img/icon__email.svg') no-repeat;
  background-size: 26px 16px;
}
.product__phone {
  background: url('../img/icon__phone.svg') no-repeat;
}
.product__link {
  position: relative;
  padding-right: 30px;
  display: inline-block;
  background-color: #ffcf85;
  text-transform: uppercase;
  font-size: 17px;
  color: inherit;
}
.product__link:hover {
  color: inherit;
  text-decoration: none;
}
.product__link:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.sotrudnichestvo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sotrudnichestvo ul li {
  background: url('../img/sotrudnichestvo__list.svg') left 3px no-repeat;
  background-size: 17px;
  padding-bottom: 6px;
  padding-left: 25px;
  font-size: 16px;
}
.filial__item__title {
  font-size: 24px;
  font-weight: bold;
}
.filial__item__img img {
  border: 1px solid #ffcf83;
}
.filial__item__more {
  position: relative;
  background-color: #ffcf85;
  display: inline-block;
  line-height: 32px;
  padding: 0 2rem 0 1rem;
  color: inherit;
}
.filial__item__more:hover {
  color: inherit;
  text-decoration: none;
}
.filial__item__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.filial__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.filial__text ul li {
  position: relative;
  padding-bottom: 6px;
  padding-left: 15px;
  font-size: 16px;
}
.filial__text ul li:before {
  position: absolute;
  display: block;
  left: 0;
  top: -6px;
  width: 10px;
  height: 100%;
  content: '•';
  color: #ffcf85;
  font-size: 22px;
}
.sub-link__more {
  position: relative;
  background-color: #ffcf85;
  display: inline-block;
  line-height: 32px;
  padding: 0 2rem 0 1rem;
  color: inherit;
}
.sub-link__more:hover {
  color: inherit;
  text-decoration: none;
}
.sub-link__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 32px;
  height: 32px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.menu-sub__item__icon {
  display: inline-block;
  width: 45px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.menu-sub__item__name {
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4d4d4c;
}
.menu-sub__item__more {
  position: relative;
  background-color: #ffcf85;
  display: inline-block;
  line-height: 27px;
  padding: 0 2rem 0 1rem;
  color: inherit;
}
.menu-sub__item__more:hover {
  color: inherit;
  text-decoration: none;
}
.menu-sub__item__more:after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: '';
  width: 32px;
  height: 27px;
  background: url('../img/sotrudniki__item__arrow.png') center no-repeat;
}
.page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.page-nav li {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: #ccc;
}
.page-nav li a {
  font-size: 17px;
  color: #565656;
  text-decoration: none;
}
footer {
  background-color: #52311c;
  color: #fefdfd;
  padding: 38px 0 50px;
  font-size: 19px;
}
footer a {
  color: #fefdfd;
}
footer a:hover {
  color: inherit;
}
footer .custom-control-label::after,
footer .custom-control-label::before {
  width: 1.9rem;
  height: 1.9rem;
}
footer .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url('../img/form-checkbox.svg') center no-repeat;
  background-size: 65%;
}
footer .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}
footer .custom-control-label {
  font-size: 22px;
  padding-top: 4px;
  padding-left: 18px;
}
.product-app {
  border: solid #fcba55;
  border-width: 0 0 1px 1px;
  color: #464645;
}
.product-app thead th {
  border-bottom: 1px solid #fcba55;
  font-weight: bold;
  font-size: 1.1rem;
}
.product-app th,
.product-app td {
  border-top: 1px solid #fcba55;
  border-right: 1px solid #fcba55;
}
.product-app td {
  font-size: 1.05rem;
}
.product-app__link-order {
  display: inline-block;
  color: #464645;
  text-transform: uppercase;
  background-color: #fcba55;
}
.product-app__link-order:hover {
  color: inherit;
  text-decoration: none;
}
.popup-order-modal .modal-dialog {
  max-width: 720px;
}
.popup-order-modal .modal-content {
  background-color: transparent;
}
.popup-order-modal .modal-header {
  border-bottom: 0;
}
.popup-order-modal .modal-header button.close {
  position: absolute;
  right: -30px;
}
.modal-backdrop {
  background-color: #fdd69d;
  opacity: 0.659;
}
.popup-order {
  position: relative;
  width: 720px;
  margin: 0 auto;
  z-index: 1;
}
.popup-order::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #fdfcfc;
  opacity: 0.878;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.popup-order__title {
  color: #5a5a5a;
  font-size: 30px;
  text-align: center;
}
.popup-order__text-required {
  color: #f60a20;
  font-size: 1rem;
  padding: 0 1rem;
}
.popup-order__btn {
  background-color: #fcba55;
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  border: 0;
  color: #535252;
}
.popup-order .form-control {
  border: 1px solid #fcba55;
  border-radius: 0;
}
.popup-order__product {
  background-color: #fff;
  border: 1px solid #fcba55;
  line-height: 1.5;
}
.popup-order__product .form-control {
  border: 0;
  padding: .25rem;
}
.popup-order__product input:active,
.popup-order__product input:focus {
  outline: 0;
  border: 0;
}
.popup-order__product-name {
  padding: 0 1rem;
  font-size: 1.25rem;
  color: #5a5a5a;
}
.popup-order__product button {
  border: 0;
  background-color: #e1e1e1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.popup-order__product button:focus {
  outline: 0;
  border: 0;
}
button.popup-order__count-disable {
  background-color: #f8f7f7;
}
.partners {
  color: #464645;
}
.partners__item__img {
  border: 1px solid #fcba55;
  text-align: center;
  min-height: 188px;
  line-height: 188px;
}
.partners__item__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.1;
}
.partners__item__link-site {
  color: #a56604;
  font-size: 16px;
}
.partners__item__link-site a {
  color: #a56604;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
}
.partners__item__text {
  padding-top: 1rem;
  font-size: 15px;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
  line-height: 1.3;
}
.menu-left {
  padding-bottom: 1.5rem;
}
.menu-left__parent {
  background-color: #ffcf85;
  font-size: 17.78px;
  color: #3b3b3a;
  font-weight: bold;
  padding-left: 2.19rem;
  padding-bottom: .5rem;
  padding-top: .5rem;
  line-height: 1;
  min-height: 35px;
  display: flex;
  align-items: center;
}
.menu-left__parent a {
  color: inherit;
}
.menu-left__parent a:hover {
  text-decoration: none;
}
.menu-left__sub {
  color: #3b3b3a;
  padding-left: 2.19rem;
  min-height: 35px;
  display: flex;
  align-items: center;
  line-height: 1;
  padding-bottom: .5rem;
  padding-top: .5rem;
}
.menu-left__sub--active {
  background-color: #dedddb;
  font-weight: bold;
}
.menu-left__sub:hover {
  text-decoration: none;
  color: inherit;
  background-color: #dedddb;
}
.nc_search .btn-search {
  color: #fff;
  background-color: #52311c;
}
.nc_search_results {
  margin: 0 0 0 15px;
  padding: 0;
}
.spravochnik__item {
  padding-bottom: 40px;
}
.spravochnik__item__title {
  color: #4d4d4c;
  font-size: 18px;
}
.spravochnik__item__title:hover {
  color: inherit;
}
.spravochnik__item__download {
  position: absolute;
  bottom: 0;
  font-size: 18px;
}
.spravochnik__item__download-link {
  position: relative;
  display: inline-block;
  background-color: #ffcf85;
  padding: 3px 38px 3px 8px;
  color: #1f2c31;
}
.spravochnik__item__download-link:hover {
  color: inherit;
  text-decoration: none;
}
.spravochnik__item__download-link:after {
  position: absolute;
  display: block;
  content: '';
  right: 13px;
  top: 0;
  width: 16px;
  height: 33px;
  background: url('../img/sparavochnik__srt.png') center no-repeat;
}
.list-file {
  color: #4d4d4c;
}
.list-file .icon-type-pdf {
  width: 47px;
  height: 49px;
  background: url('../img/icon__type-file-pdf.svg') no-repeat;
}
.list-file .icon-type-any {
  width: 37px;
  height: 39px;
  background: url('../img/icon__type-file-any.svg') no-repeat;
}
.list-file__link {
  color: inherit;
  font-size: 18px;
  font-family: 'ProximaNovaSemibold', Arial, sans-serif;
  line-height: 1.2;
  text-decoration: underline;
}
.list-file__link:hover {
  color: inherit;
  text-decoration: none;
}
.manager__item {
  border-bottom: 4px solid #ffcf85;
}
.footer-title {
  font-size: 30px;
  font-weight: bold;
}
