.document-link div span a,
#block-views-news-block-list .view-content a,
.block.dashed_list .views-row a,
.link-pdf,
.node-manager-dzo.node-teaser h2 a,
.node-news a.teaser-link,
.node-news-dzo a.teaser-link {
  text-decoration: none;
}

.document-link div span a:hover,
#block-views-news-block-list .view-content a:hover,
.block.dashed_list .views-row a:hover,
.link-pdf:hover,
.node-manager-dzo.node-teaser h2 a:hover,
.node-news a.teaser-link:hover,
.node-news-dzo a.teaser-link:hover {
  text-decoration: underline;
}

.document-link a.document-link-view,
.document-link a.document-link-pdf,
.document-link a.document-link-doc,
.document-link a.document-link-docx,
.document-link a.document-link-xls,
.document-link a.document-link-xlsx,
.document_link_title a span,
.block_share .nolist {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.purchase-nak .views-exposed-widget .form-type-select .form-select,
.view-corp-documents .views-exposed-widget .form-type-select .form-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: black;
  background: url(../img/icon_select.png) no-repeat 466px center #f5f5f5;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.purchase-nak .views-exposed-widget .form-type-select .form-select:hover,
.view-corp-documents .views-exposed-widget .form-type-select .form-select:hover {
  background-color: #f4a610;
  color: white;
}

.purchase-nak .views-exposed-widget .form-type-select .form-select:focus,
.view-corp-documents .views-exposed-widget .form-type-select .form-select:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  background-color: #003a8a;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #002e6e;
  color: #fff;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled:hover {
  background-color: #003a8a;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1;
}

input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple]:focus {
  border-color: #003a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 47, 113, 0.7);
  outline: none;
}

input[type="color"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="number"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="text"]:disabled:hover,
input[type="time"]:disabled:hover,
input[type="url"]:disabled:hover,
input[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input:not([type])::placeholder,
textarea::placeholder,
select[multiple]::placeholder {
  color: #999;
}

textarea {
  resize: vertical;
}

[type="search"] {
  appearance: none;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto;
}

.block.block_bordered {
  border: 1px solid #e5e5e5;
  padding: 14px 20px 20px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.purchase-nak .document-link,
.view-corp-documents .document-link {
  margin: 0;
}

.purchase-nak .views-row,
.view-corp-documents .views-row {
  padding: .9em 0;
  border-bottom: 1px solid #e5e5e5;
}

.purchase-nak .views-row.views-row-last,
.view-corp-documents .views-row.views-row-last {
  border: 0;
}

.purchase-nak .views-exposed-widget .form-type-select,
.view-corp-documents .views-exposed-widget .form-type-select {
  width: 500px;
}

.view-purchases-plan .pure-u-17-24 .view-content {
  padding-left: 20px;
}

.purchase-user-reg-form .form-text {
  max-width: 100%;
}

.purchase-user-reg-form .form-text.error {
  border-color: red;
}

.purchase-user-reg-form .form_gray {
  background-color: #ececec;
  padding: 15px 0 20px 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}

.purchase-user-reg-form .form_gray .form-item {
  padding-right: 20px;
}

.purchase-user-reg-form .form_gray .form-item label {
  display: none;
}

.purchase-user-reg-form .captcha img {
  float: left;
  margin-right: 20px;
}

.purchase-user-reg-form .captcha label,
.purchase-user-reg-form .captcha .description {
  display: none;
}

.purchase-nak .pure-table {
  border: none;
}

.purchase-nak .pure-table thead {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.purchase-nak .pure-table thead tr {
  background-color: #f7ebd4;
}

.purchase-nak .pure-table thead tr th {
  background-color: transparent !important;
}

.purchase-nak .pure-table thead,
.purchase-nak .pure-table tbody,
.purchase-nak .pure-table tr {
  background-color: transparent;
}

.purchase-nak .pure-table th {
  vertical-align: top;
  width: 16%;
  font-weight: bold;
}

.purchase-nak .pure-table th:first-child {
  width: 33%;
}

.purchase-nak .pure-table th,
.purchase-nak .pure-table td {
  font-size: 13px;
  border: none;
}

.purchase-nak .pure-table th:nth-child(even),
.purchase-nak .pure-table td:nth-child(even) {
  background-color: #fdfdfd;
}

.purchase-nak .pure-table tr:nth-child(even) {
  background-color: #f2f5f9;
}

.purchase-nak .pure-table tr:nth-child(even) td {
  background-color: transparent;
}

.purchase-nak .view-filters {
  display: none;
}

.content_before {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.content_before .region-content-before .block>.content {
  padding-right: 20px;
}

.page-purchases-single-source .content_before {
  border-bottom: none;
  margin-bottom: 0;
}

.page-regulatory-acts .block-system {
  position: relative;
  min-height: 200px;
}

.page-regulatory-acts .views-row {
  position: relative;
}

.page-regulatory-acts .views-field-extension {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  top: 15px;
}

.page-regulatory-acts .views-field-extension span {
  display: block;
  float: left;
  font-size: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #f4a610;
  color: #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
}

.page-regulatory-acts .views-field-title-field a {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 18px;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  color: #464646;
  border-bottom: 1px solid #e5e5e5;
}

.page-regulatory-acts .views-field-title-field a:hover {
  color: #003a8a;
}

.page-regulatory-acts .views-row-last .views-field-title-field a {
  border-bottom: none;
}

.block_nak_login {
  background-color: #ececec;
  padding: 14px 20px 20px 20px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

.block_nak_login .form-text {
  border: 1px solid #cccccc;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 90%;
}

.block_nak_login form {
  position: relative;
}

.block_nak_login form input.pure-button.nak-button {
  padding-left: 15px;
  padding-right: 15px;
}

.block_nak_login .form-actions {
  margin-bottom: 0;
}

.block_nak_login .pure-u-1-1,
.block_nak_login .item-list {
  font-size: 13px;
  position: absolute;
  z-index: 2;
  width: auto;
  float: right;
  text-align: right;
  right: 0;
  padding-top: 9px;
}

.document-link {
  margin: 1em 0;
}

.document-link::after {
  clear: both;
  content: "";
  display: table;
}

.document-link a {
  background-repeat: no-repeat;
  background-position: center;
}

.document-link a.document-link-view {
  width: 28px;
  height: 28px;
  float: left;
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center;
}

.document-link a.document-link-pdf {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_pdf_orange.png);
}

.document-link a.document-link-doc,
.document-link a.document-link-docx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_doc_orange.png);
}

.document-link a.document-link-xls,
.document-link a.document-link-xlsx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_xls_orange.png);
}

.document-link div {
  float: left;
  width: 80%;
  font-size: 14px;
  display: table;
  min-height: 28px;
}

.document-link div span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.document_link_title {
  margin: 1em 0;
}

.document_link_title::after {
  clear: both;
  content: "";
  display: table;
}

.document_link_title a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  font-size: 14px;
  line-height: 28px;
}

.document_link_title a span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.document_link_title a span.document-link-view {
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center;
}

.document_link_title a span.document-link-pdf {
  background-image: url(../img/icon_pdf_orange.png);
}

.document_link_title a span.document-link-doc,
.document_link_title a span.document-link-docx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABz0lEQVRIx82U+UsCURDH/ffsP8qCKLrvsGxrMcvSUsuy7MISich+6ICULktLUzsts0vd9dt7UwQrXQRtLQy7874785l583Y1pbUGLbMEM/yycYZWoxLsDapREUb2t8CqNiPGZ3xk9qlFdA+MQVcUUNlqxKjbizmvHzaXBxVNokIvbxBgdc6T7mR5atpNHwM7RBuKr1j8DNWvQV2mUWTuHxT6dTqD1h4r6fV6M84uUgo9m8uhoWvwc+DqRhBtPcPwrwXI3wzsoayuG1epNORCgXagWbBglnXBr5PkOcXv7EfI9y6voUWwwmRzY8m/+XWHvpUN8jnkjnV0//AIvdFO2tb2gSJB+DhO6xzAi0meX35/hsVAbryrfF6Cgc2Tul8PKhIE98K03mly0D0STfwcKJidKLCqo/FTVDSLNA/ecZ1+gHTeVTabo7ny3bi4uoYsy+jsc7zsUL2AkQnP18DUzS3NRWLBeUlC7+AE6W7PMulPT1naSl5Agfn2yQXSLWNzVKAkydRp+vaO3u+3T78PbDQMIRSJke0fRunQtIsjigqHWNJQOEancTd0BOPwpEIXLS7ssHWuH7Ki+AHT/ZsPXy2gmj/vJAeW8AcVYCec9QwLhvYaBCzwaQAAAABJRU5ErkJggg==);
}

.document_link_title a span.document-link-xls,
.document_link_title a span.document-link-xlsx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABpUlEQVRIx82UWUtCURDH/Xr2jbIitMUMk1ZNU8xK27BCCooIX3qohxZtwSzLSitts1zuVct/dwa8WJHel24NDGebc35n/mfR6K3NWslvJMcvOzG0GpVgMlSjIoz9r4E6HJ6GcJNOYDLg4r7pFQ+3Q5FdGMfauR6NR74t5F60I548R66QRVKKCQT9yjL0LrtBdnufRMdoK+6fUlKrgvElB3qceh7LZJ8/zTG7u1AqFTnuJZtBpfKOi0RMuaTHsUNe+CC6z2X4ZI/7fwKSGmSUIak05DXDNtOvHNg/YUKRdwwIosAZ1AP2ugzIF3I8RpIvrM/CYNMpB3ba2/CYeeAFUo93krQtdYHkw74+RC8jLCsZnbli4MbWGk9K8/kBq5vLDYEjPguX9rlBiEWR4yjzhsCBqV6UyyVk86/oG+9GQchL8oqweIwykOTeOdqW3TE/jPJbGdd3V5wZXRqxKPClawikK08WCC5wm7IjOzoLy8Cv5vRbGVY12uD8mk/ZOzRJMpBXD53Kal/teK1TP8WSCiRpt/Re/9VPo+bnfUvAJqqoAEsQ6wN6HOa8YNhP4QAAAABJRU5ErkJggg==);
}

.block_share .nolist {
  padding: 0;
  margin: 15px 15px 10px;
}

.block_share .nolist li,
.block_share .nolist a {
  display: block;
  width: 23px;
  height: 23px;
}

.block_share .nolist li {
  float: left;
  margin: 0 5px 0 0;
}

.block_share .nolist li:last-child,
.block_share .nolist li.last {
  margin: 0;
}

.block_share .nolist a {
  background: url(../img/atom_sharing.png) no-repeat;
}

.block_share .nolist .fb {
  background-position: -28px 0;
}

.block_share .nolist .tw {
  background-position: -56px 0;
}

#block-views-news-block-list .block-title {
  margin: 0;
  padding: 0 0 15px;
}

#block-views-news-block-list .block-title a {
  color: #b0b0b0;
}

#block-views-news-block-list .block-title h3 {
  text-transform: uppercase;
}

#block-views-news-block-list .block-title h3 span {
  margin-right: 10px;
}

#block-views-news-block-list .block-title span {
  font-size: 12px;
  float: left;
}

#block-views-news-block-list .view-content {
  font-size: 11px;
  color: #b0b0b0;
}

#block-views-news-block-list .view-content .views-field-created {
  margin: 3px 0 8px;
}

#block-views-news-block-list .view-content a {
  line-height: 1.3em;
  display: block;
  font-size: 13px;
}

#block-views-news-block-list .views-row {
  padding-bottom: 10px;
}

#block-views-main-news-block-1 {
  position: relative;
  z-index: 1;
  width: 518px;
}

#block-views-main-news-block-1 h2 {
  color: #3c3d3d;
  line-height: 20px;
  height: 20px;
  margin: 0 0 25px 0;
}

#block-views-main-news-block-1 h2::before {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 5px solid #eda213;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 5px;
}

#block-views-main-news-block-1 h2 a {
  margin-left: 15px;
  color: #9d9e9e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

#block-views-main-news-block-1 .owl-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}

#block-views-main-news-block-1 .owl-controls .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #e5e5e5;
  float: left;
  margin-right: 6px;
}

#block-views-main-news-block-1 .owl-controls .owl-dot.active {
  background-color: #f4a610;
}

#block-views-main-news-block-1 .view-content {
  height: 299px;
  width: 518px;
  background-color: white;
  overflow: hidden;
}

#block-views-main-news-block-1 .view-content.owl-carousel {
  overflow: visible;
}

#block-views-main-news-block-1 .views-row {
  position: relative;
  height: 299px;
  width: 518px;
  overflow: hidden;
}

#block-views-main-news-block-1 .views-row:hover a {
  opacity: .7;
}

#block-views-main-news-block-1 .news-slider-overlay a {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

#block-views-main-news-block-1 .news-slider-overlay.news_dzo {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  left: 0;
}

#block-views-main-news-block-1 .news-slider-overlay.news_dzo a {
  padding: 12px 18px;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 15px;
}

#block-views-main-news-block-1 .news-slider-overlay.videorep a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAYAAAA53+RiAAAFIUlEQVR42u2dPUxTURSAi/FvwgSof9EEBSlGmTTRQVnQ1bjpgBMwFRsik24mLuCCiSVBiCZGyqADoqMKidGgLLqISWsUdXB5VMTYEELwPDhPri+ltK/vvnfuvWf4FgLtvecD2p57zrkR6351hKGHKguNAi1AAugDRoFJIAPMAvPAMjKPX8vg94zizyTwMaIsxjv1QBxIATNC0P1iBh87js/FYgrQCNwA0hJEbEQan7uRxaxSBXTiv5xlIkzimqpMFBMDBoAcISFucrjGmAliGoAHwBJhIW7stQ7j2rUTUwMkgUWFhLhZxD3U6CCmAmgDsgoLcWPvpR33pqSYWmBcIyFuxnGPSolpBeY0luIwh3slL2YbMGiAEDeDuHeSYnYDbw2U4mDvfQ81MUclpU5UYwZjQULMSUwaLjMrzGJMQhXT7MrsMmsZ7uawxJxgKQX5hTEKVEwT8JODvyE/MVaBiNkLfOOgF40dq32yxWwllqJXhUmMnTQxgxxkzwzJEtPKwS2bVr/F1BqS+woit1brlxg7vf2Cg+prVrrCDzHtHEzf6ShXTDVgcSClpG2qyxFzm4MojaRXMQ2Kn9GrUEPQ4EXMMAdPOqlSxcQUKzFSlaX1qj/XE3OHgxYYd4oVY9dN/eGABcaffLVq+cRc4WAFTncxYqY5UIEzvZGYYwr82esq51ghMT1EF/0cOIBrPA2811BMTyExaYILts/Od7jWuQW4ptlfUHo9MXWET/8KZScmNJJTl09MnOhiXxZxLNGuSUdBPJ+YEUXFONjlqY8UFzOST8xXxcU4nAe+K1xR85+YKOHFliomgm8W+hXN90VFMS2aiXE4peAH5rOimISmYpyenevAgiJiEqKYPo3FiK0irxUQ0yeKeWyAGJtNwGX80Ep1v2OimClDxDjsB54S3e+UKOazYWIcLgI/iO33iygma6gYZ57NPUL7zYpifhksxqGXUDfaPzHLLGYlIUplzyyGuhj+V0bnkHCeX/zXXvzvUn3xN/Xt8gXqb5dN+4BpN6s+UeEDpkkpmU6VUjImJDGPAK8USGLeMiXtv1XltP8ZjQ/KPqh8UKbb0XIldmypeLS8y12M8U0TMed0KsbQoXzJnjD4UMfyJZUL/tosPYbZdepSInvI0muEcN16ReUZokXlla51bgaualZUnilU7d9LdNHPhN8muw3jnWltGNQblxY0FOJwnFv96PGxmB7Mbg4UzeZYbicn2k7OAxiIDmBwLnLjkSXBjCw5bJU45CfFgaM35IfHYgUzFitmeRwkl+QASqPfKnP0It90IadEqazRizYdHEjfKXtYqZNWH+dg+sa45dN4Xx6I7R++DsTmEfL+ccmSdOnCEAfXM9IuXXBas99wkD2VvW6zJF/ss8/ii31KrXyRfrEPX4VVGoFehSVes8iXxxVuQPJ87SJftyhPSmjXLYp/OVmW8V+6JfQLSsXXHL7SdzUGTX7E1M8uLXvCnumXYO/1K55+t9BtN/RD6BDuPUJVjJi+MSG3NldKmoWCGJuDll6jd91M4B4jqolxjgw6NHvXlsU9VciMXRATJ5xataTiNQSLuIeaIGIWlBjxJqdhxUqjlrCaJRZkrIIWIwoaAHKEheRwjY1hxCgsMWJTbjexQvZpXFM0zNiELUbEbkO4aYVzI0can/s4lXhQEiNSjz2hKUlnP9/xseP4XORiQFWMm53W6pCILmt1pMcYnqR+wrq330LQf+PXPuH3jOHPdOFj7FRhz6qIMY6/iov6NjFaCzoAAAAASUVORK5CYII=);
  width: 51px;
  height: 51px;
  background-size: 100%;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

article.node .content ul {
  padding-left: 18px;
}

article.node .content ul li {
  list-style-type: none;
  margin: 8px 0;
}

article.node .content ul li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #f4a610;
  margin-top: 10px;
  margin-left: -18px;
}


/**
 * Markup generated by theme_menu_local_tasks().
 */

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none;
}

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}

ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em;
}

ul.secondary a {
  padding: 0;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: 4px solid #999;
}

.item-list .pager li {
  font-size: 13px;
  padding: 4px 10px;
}

.item-list .pager li a {
  text-decoration: none;
}

.item-list .pager li a:hover {
  text-decoration: underline;
}

.item-list .pager li.pager-current {
  display: inline-block;
  background: #f4a610;
  color: white;
  border-radius: 50%;
  padding: 4px 10px;
}

div.tabs {
  background-color: #fff;
  padding: 15px 0;
}

div.tabs ul.tabs {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #003a8a;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active,
a:focus,
a:hover {
  color: #002c68;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.text-heavy {
  font-weight: 700;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
}

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.container::after {
  clear: both;
  content: "";
  display: table;
}

.container--small {
  padding: 0 60px;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.sidebar_first {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative;
}

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

.not-front .sidebar_first:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  top: 0;
  position: absolute;
  right: 5px;
}

.sidebar_first .block_sidebar_menu .content .menu-block-wrapper>.menu>li {
  margin: 0 0 10px;
}

.sidebar_first .block_sidebar_menu .content .menu,
.sidebar_first .block_sidebar_menu .content .menu li {
  margin: 0;
  padding: 0;
}

.sidebar_first .block_sidebar_menu .content .menu li {
  list-style: none;
  font-size: 14px;
}

.sidebar_first .block_sidebar_menu .content .menu li a.active {
  background: url(../img/menu_leaf.png) no-repeat left 10px;
  font-weight: 700;
}

.sidebar_first .block_sidebar_menu .content .menu li.expanded {
  padding-bottom: 5px;
}

.sidebar_first .block_sidebar_menu .content .menu li.expanded a.active-trail {
  background: url(../img/menu_expanded.png) no-repeat left 12px;
  font-weight: 800;
}

.sidebar_first .block_sidebar_menu .content .menu li a {
  color: #323232;
  height: auto !important;
  display: block;
  padding: 5px 17px 5px 17px;
}

.sidebar_first .block_sidebar_menu .content .menu li a:hover {
  color: #003a8a;
  text-decoration: underline;
}

.sidebar_first .block_sidebar_menu .content .menu li ul {
  width: 84%;
  margin-top: 10px;
  padding: 8px 0 9px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
  border-radius: 5px;
}

.sidebar_first .block_sidebar_menu .content .menu li ul li.leaf a.active,
.sidebar_first .block_sidebar_menu .content .menu li ul li.leaf a.active-trail {
  font-weight: 800;
  background-image: none;
}

.sidebar_first .block_sidebar_menu .content .menu li ul li.expanded {
  padding-bottom: 5px;
}

.sidebar_first .block_sidebar_menu .content .menu li ul li.expanded a.active-trail {
  background-image: none;
  padding-right: 10px;
}

.sidebar_first .block_sidebar_menu .content .menu li ul ul {
  border: none;
  padding: 0;
  margin-left: 20px;
}

.sidebar_first .block_sidebar_menu .content .menu li ul ul li a.active {
  background: url(../img/menu_leaf.png) no-repeat left 10px !important;
}

.sidebar_second {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

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

.sidebar_second .block {
  margin-bottom: 20px;
}

.sidebar_second .block .block_title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAUUlEQVQ4y6XMNxUAIAwA0XhAMF7whwbKAI+SnuHGf1BLgkA5hEcthL2DjT2DC1sHH7YMUKwdkFgzYLE0EDE3UGFqoMbYwITfgRmfAxdeAzeedd7XIZcDld6OAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 8px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.sidebar_second .block .block_title.block_no-angle {
  background-image: none;
  padding-left: 0;
}

.sidebar_second .block_grey {
  background-color: #ececec;
}

.main {
  padding: 44px 0;
}

.main--sidebar-first,
.main--sidebar-second {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.main--sidebar-first:last-child,
.main--sidebar-second:last-child {
  margin-right: 0;
}

.top {
  padding: 22px 0;
}

.top::after {
  clear: both;
  content: "";
  display: table;
}

.top .container {
  position: relative;
}

.top__logo1 img {
  display: block;
}

#breadcrumb {
  border-bottom: 1px solid #e5e5e5;
}

#breadcrumb .breadcrumbs-wrapper {
  padding: 10px 0;
  font-size: 13px;
}

#breadcrumb .breadcrumb {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#breadcrumb .breadcrumb,
#breadcrumb .historyback {
  float: left;
  padding-top: 1px;
  padding-bottom: 0;
}

#breadcrumb .historyback {
  padding-right: 15px;
}

#breadcrumb .historyback span {
  display: block;
  background: url(../img/icon_ellipse_blue.png) no-repeat right 50%;
  background-size: 4px;
  padding-right: 20px;
}

#page_title {
  background-color: #f2f5f9;
  padding: 30px 0;
  min-height: 50px;
  position: relative;
}

#page_title .container {
  position: relative;
}

#page_title h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  max-width: 70%;
}

#page_title .term_description {
  font-size: 24px;
  padding-top: 5px;
  line-height: 28px;
  font-weight: 300;
}

.block-locale {
  position: absolute;
  right: 13px;
  height: 36px;
}

.block-locale .contextual-links-wrapper {
  right: -20px;
}

.block-locale .content {
  width: 42px;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.block-locale .content .language-switcher-locale-url {
  position: absolute;
  top: 6px;
  right: 0;
  background: white;
  border: 1px transparent solid;
  padding: 6px;
  margin: -6px;
  border-radius: 4px;
}

.block-locale .content .language-switcher-locale-url.active {
  border-color: #e5e5e5;
}

.block-locale .content .language-switcher-locale-url.active li {
  display: block;
}

.block-locale .content .language-switcher-locale-url.active li.first:after {
  border-top-color: #999;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 3px;
}

.block-locale .content .language-switcher-locale-url.active li.first a {
  color: #3c3d3d;
}

.block-locale .content li {
  display: none;
  padding: 3px 0px 3px 7px;
  margin: 0;
  -webkit-animation: lang-appear .2s forwards;
  animation: lang-appear .2s forwards;
}

.block-locale .content li.first {
  cursor: pointer;
  padding-top: 1px;
  display: block;
}

.block-locale .content li.first:hover a {
  color: orange;
}

.block-locale .content li.first:hover:after {
  color: orange;
}

.block-locale .content li.first a {
  text-decoration: none;
}

.block-locale .content li.first:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 7px;
  height: 4px;
  vertical-align: 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAW0lEQVQImTXJoRECMQBFwQ2VQAfoxFAFghkkHnP+dCKo6gwFIBloAI/6mOO5nVfUfsQry3S3Vto4473BE5fSxm4dV2zxKEmUNvY44YtPlukGkkhC7Qe1z38n8QOaoyWVeqigMgAAAABJRU5ErkJggg==') no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.block-locale .content a {
  color: #3c3d3d;
}

.block-search {
  position: absolute;
  z-index: 3;
  top: -2px;
  right: 50px;
}

.block-search .content:hover .form-item input {
  width: 200px;
}

.block-search .content:hover .container-inline {
  border-color: #b6b6b6;
}

.block-search .content:hover .form-submit {
  background-color: #f4a610;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAQAAAACNCElAAAB7ElEQVRIx63Wz0tUURjG8deykHQVURoZ4yKoUFqlC91kIG0EoY1MggVBEDb0A8oRhBHFRCRMa5AWkiCIMuFOEFr0D2iLXLVpnUKrWrSIr4u5vnPunXPPPXbnPYsZ5n3Oh7n3vHcYQWq37B83kWWZHQ74wy/2WOcxzf+DXWQWe32k63jYJO6ap8UPu04Rn7qbjN2IbPnOClPkGKXIXqQ35MZOseS8O1d4E+K6XZgZzcVcxj0jsxqP3TJig47z6jRyL+KwDY08T5ilOwZXb8My2l7wmPN8/KkKwqi2r3lg9Zr+ZMM+B81dz2ewcu511djPoFX0xB4odjmK1Wkr74n16o7OKNagraeeWI/u6Km+zL9Ba8oTG1CsvRr7FrQ2PbExxc5UYx+0edoL+xKkv9pGo1+xEQ+qW9MFG1YZQ8gkYqtxg3H0bL7SQNKsvXYlyy8njO+26LhzM0auIw4TskZsmwEL1BH6UbcOeOVtAbO2GOYqjQjCJbKsEa4nbizKles3/7DXMzcmPOI49dKNCeeZc2xf5qbrztnO7Bx5fcSO6geztCEIZ0PceBJWXhfo4yE57tNPa6jTFOIKPphrneS9wU2mwwThncFNp8WERYObSYsJbw1uIi0mzCu2nx6r/Esp1QITJtinxO3aYLoOAeG6LFsmEPokAAAAAElFTkSuQmCC);
}

.block-search .container-inline {
  height: 36px;
  padding: 3px 3px 3px 16px;
  border: 1px solid transparent;
  border-radius: 28px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.block-search .form-item input {
  border: none;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  float: left;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.block-search .form-item input:focus {
  outline: none;
}

.block-search .form-submit {
  display: block;
  border: none;
  margin: 0;
  float: right;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAACJklEQVRYw82YzStEURiH7zAkrCRfobFQyGRlLGZmgZKNUjYaCqWUmHwUM0qNZmKS5HOShagpEdkpZeEfwGJmZWNtlBULC4136kzdjvfMPfecozuLp2Zq3t957tx7Pt6rebxezUrS6TSKmZBywAecAI/AO/AFfABJ4AKYBmpUCPP8qA7YBNImOAW6/lMsbFKIZgeoVSnWBsQkpfQMqRDrMBjkBTgDIoAfCJCLSBrUjcqIFQFHEs9NM7CdQ84tKsYK9Zu8FSOMnLiIWDcjbFhwZrkYeYtmxS6RkAXJ9aifIWfnFXMgxXuKVvegyCzNfgggxa2KxOxI9jWv2D1V+KR4T8Rmuo1H7I0qiikWm0DEGo3EbEhRULFYDzKGy0isBCmaUyzmQcbw8NzKb6ooolhsEBFr5xFLUEU3isVWELFSHrFjpLBYodgDlf3Mu1wMIGIziqTcSHaIV8zO2DocCsTiZpcKeq9cRgJk17MN0Uz9lwLGv7Yv+LxFGXlOkfOYjxF2R6Y8j5Azx7E8KHO0DuU4gd4CY0ALUKarqScXdW5wvJ6VbUZCnE3GJ/BjsjGZl23fphR2STRLsn1lFbAlOHimY+8Ufd54Z1glCUoYyLySrr1JV1uRQ25VVkxPNdAHTJLuaZzsHA0G7z1YciFVYqIUAocMubCVYlkOGHLrVotpZDfB5KJWi2XYZcitWS2mkddUtFgqH8Sw9yVX+SKmkduXIlK9+ST2h18WUJ4j+tow2wAAAABJRU5ErkJggg==);
  background-size: 19px;
  width: 28px;
  height: 28px;
  font-size: 0;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.block-search .form-submit:active {
  background-color: #003a8a !important;
}

.block-search .form-submit:focus {
  outline: none;
}

#header {
  background-image: url("../img/symbol.png");
  background-position: 110% 130%;
  background-repeat: no-repeat;
}

#header::after {
  clear: both;
  content: "";
  display: table;
}

.not-front #header {
  background-position: 110% 16%;
}

.header_top {
  padding: 20px 0;
}

.header_top::after {
  clear: both;
  content: "";
  display: table;
}

.header_bottom {
  padding: 30px 0 40px;
}

#logo {
  float: left;
  margin-right: 17px;
}

#logo img {
  border-radius: 4px;
  display: block;
}

#site-name {
  float: left;
  margin: 0 0 0 0;
  max-width: 30%;
  height: 50px;
  display: table;
  line-height: 20px;
}

#site-name a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-superfish-3 {
  float: right;
}

#block-views-subdomain-banner-block {
  clear: both;
}

#block-views-subdomain-banner-block .content {
  position: relative;
  height: 370px;
}

#block-views-subdomain-banner-block .banner-text {
  position: absolute;
  top: 50%;
  padding: 30px;
  color: #ffffff;
  width: 50%;
  background-color: rgba(228, 152, 6, 0.8);
  font-size: 16px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#block-views-subdomain-banner-block .banner-text p {
  margin: 0;
}

.block-superfish {
  margin: -20px 0;
  padding: 25px 0;
}

.block-superfish .content .sf-menu::after {
  clear: both;
  content: "";
  display: table;
}

.block-superfish .content li.menuparent,
.block-superfish .content li.sf-depth-1 {
  margin-right: 40px;
  position: relative;
}

.block-superfish .content li.menuparent:last-child,
.block-superfish .content li.sf-depth-1:last-child {
  margin-right: 0;
}

.block-superfish .content li.menuparent .sf-sub-indicator,
.block-superfish .content li.sf-depth-1 .sf-sub-indicator {
  position: static;
  display: inline-block;
  margin-left: 5px;
}

.block-superfish .content li.menuparent.last .sf-megamenu,
.block-superfish .content li.sf-depth-1.last .sf-megamenu {
  right: 0;
  left: auto;
}

.block-superfish .content li.menuparent ul,
.block-superfish .content li.sf-depth-1 ul {
  background: white;
  font-size: 14px;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.block-superfish .content li.menuparent ul:before,
.block-superfish .content li.sf-depth-1 ul:before {
  position: absolute;
  top: -7px;
  left: 19px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.block-superfish .content li.menuparent ul:after,
.block-superfish .content li.sf-depth-1 ul:after {
  position: absolute;
  top: -6px;
  left: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.block-superfish .content li.menuparent ul li,
.block-superfish .content li.sf-depth-1 ul li {
  border-bottom: 1px solid #ececec;
}

.block-superfish .content li.menuparent ul li>a,
.block-superfish .content li.sf-depth-1 ul li>a {
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
}

.block-superfish .content li.menuparent ul li>a:hover,
.block-superfish .content li.sf-depth-1 ul li>a:hover {
  color: #f4a610;
}

.block-superfish .content li.menuparent ul li.last,
.block-superfish .content li.menuparent ul li.firstandlast,
.block-superfish .content li.sf-depth-1 ul li.last,
.block-superfish .content li.sf-depth-1 ul li.firstandlast {
  border: 0;
}

.block-superfish .content span.nolink.menuparent,
.block-superfish .content .sf-menu>li.sf-depth-1>a {
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 14px 0;
}

.block-superfish .content span.nolink.menuparent:hover,
.block-superfish .content .sf-menu>li.sf-depth-1>a:hover {
  color: #f4a610;
}

.block-superfish .sf-megamenu {
  background: #eef4f6;
  padding: 20px;
}

.block-superfish .sf-megamenu .sf-no-children {
  margin-bottom: 12px;
}

.block-superfish .sf-megamenu .sf-no-children:last-child {
  margin-bottom: 0;
}

.block-superfish .sf-megamenu a {
  color: #3c3d3d;
}

.block-superfish .sf-megamenu a:hover {
  color: #3c3d3d;
}

.block-superfish .sf-megamenu a:visited {
  color: #3c3d3d;
}

.block-superfish .sf-megamenu a:focus {
  color: #3c3d3d;
}

.block-superfish .sf-megamenu a:focus {
  color: #3c3d3d;
}

.block-superfish .sf-megamenu a:active {
  color: #3c3d3d;
}

#footer {
  background: #eef4f6;
  padding: 40px 0;
}

#footer p {
  margin: 0;
}

#block-block-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

#block-block-11:last-child {
  margin-right: 0;
}

#block-block-11 .content {
  color: #003a8a;
  font-size: 13px;
}

#block-menu-menu-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

#block-menu-menu-footer:last-child {
  margin-right: 0;
}

#block-menu-menu-footer .content .menu li {
  float: left;
  margin-right: 32px;
}

#block-menu-menu-footer .content .menu li a {
  font-size: 13px;
}

#block-block-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

#block-block-12:last-child {
  margin-right: 0;
}

.social::after {
  clear: both;
  content: "";
  display: table;
}

.social__item {
  float: left;
  margin-right: 10px;
}

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

.social__link {
  width: 23px;
  height: 23px;
  display: block;
}

.social__link:hover {
  opacity: .9;
}

.social--fb {
  background: url("../img/fb.png") no-repeat;
}

.social--tw {
  background: url("../img/tw.png") no-repeat;
}

.social--fl {
  background: url("../img/flickr.png") no-repeat;
}

.social--yt {
  background: url("../img/youtube.png") no-repeat;
}

#block-menu-menu-sum-main-menu .content {
  margin-bottom: 50px;
}

#block-menu-menu-sum-main-menu .content>.menu::after {
  clear: both;
  content: "";
  display: table;
}

#block-menu-menu-sum-main-menu .content>.menu>li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

#block-menu-menu-sum-main-menu .content>.menu>li:last-child {
  margin-right: 0;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a {
  color: #5f6262;
  font-size: 13px;
  line-height: 19px;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a:hover {
  color: #5f6262;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a:visited {
  color: #5f6262;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a:focus {
  color: #5f6262;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a:focus {
  color: #5f6262;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a:active {
  color: #5f6262;
}

#block-menu-menu-sum-main-menu .content>.menu>li .menu a::before {
  content: '-';
  margin-right: 4px;
}

#block-menu-menu-sum-main-menu .content span.nolink {
  color: #3c3d3d;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.block-chart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
}

.block-chart:last-child {
  margin-right: 0;
}

.block-chart h2 {
  color: #eda213;
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  text-transform: uppercase;
}

.stat-data {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 45.82117%;
}

.stat-data:last-child {
  margin-right: 0;
}

.stat-data::after {
  clear: both;
  content: "";
  display: table;
}

.stat-data__item {
  float: left;
  display: inline-block;
  margin-right: 4.82916%;
  width: 47.58542%;

}

.stat-data__item:last-child {
  margin-right: 0;
}

.stat-data__top {
  padding-left: 45px;
  margin-bottom: 10px;
  min-height: 28px;
}

.stat-data--people {
  background: url("../img/people.png") no-repeat left top 4px;
}

.stat-data--created {
  background: url("../img/place.png") no-repeat left top 4px;
}

.stat-data__data {
  color: #eda213;
  font-size: 30px;
  font-weight: 900;
  float: left;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.stat-data__title {
  color: #eda213;
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  padding-top: 4px;
  text-transform: uppercase;
}

.stat-data__text {
  color: white;
  font-size: 12px;
  font-weight: 400;
}

.block-news h2 {
  color: #3c3d3d;
  font-size: 14px;
  margin-bottom: 40px;
}

.block-news h2::before {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 5px solid #eda213;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 5px;
}

.block-news h2 a {
  margin-left: 15px;
  color: #9d9e9e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
}

.block-news .content .view-content {
  padding-top: 45px;
  padding-left: 20px;
}

.block-news .content .view-content::after {
  clear: both;
  content: "";
  display: block;
}

.block-news .content .views-row {
  margin-bottom: 14px;
}

.block-news .content .views-field-title,
.block-news .content .views-field-title-field {
  color: #003a8a;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px;
}

.block-news .content .views-field-created {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: 600;
}

.block-front-menu .content .menu li {
  margin-bottom: 4px;
}

.block-front-menu .content .menu li:nth-child(1) a {
  background-image: url("../img/icon-conf.png");
}

.block-front-menu .content .menu li:nth-child(1) a:hover {
  background-image: url("../img/icon-conf-orange.png");
}

.block-front-menu .content .menu li:nth-child(2) a {
  background-image: url("../img/icon-docs.png");
}

.block-front-menu .content .menu li:nth-child(2) a:hover {
  background-image: url("../img/icon-docs-orange.png");
}

.block-front-menu .content .menu li:nth-child(3) a {
  background-image: url("../img/icon-man.png");
}

.block-front-menu .content .menu li:nth-child(3) a:hover {
  background-image: url("../img/icon-man-orange.png");
}

.block-front-menu .content .menu li:nth-child(4) a {
  background-image: url("../img/icon-mail.png");
}

.block-front-menu .content .menu li:nth-child(4) a:hover {
  background-image: url("../img/icon-mail-orange.png");
}

.block-front-menu .content .menu a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 7px 10px 7px 52px;
  color: #9d9e9e;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: left 13px center;
  background-repeat: no-repeat;
}

.block-front-menu .content .menu a:hover {
  color: #fff;
}

.block-front-menu .content .menu a:visited {
  color: #9d9e9e;
}

.block-front-menu .content .menu a:focus {
  color: #9d9e9e;
}

.block-front-menu .content .menu a:focus {
  color: #fff;
}

.block-front-menu .content .menu a:active {
  color: #9d9e9e;
}

.block-front-menu .content .menu a:hover {
  background-color: #eda213;
  border: 1px solid #eda213;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.block-front-links {
  margin-bottom: 50px;
}

.block-front-links__hide {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block-front-links__hide::before {
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.block-front-links__hide span {
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 600;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
}

.block-front-links .content {
  position: relative;
  padding: 0 82px;
}

.block-front-links .content .views-row {
  margin-right: 30px;
}

.block-front-links__prev {
  height: 37px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../img/arrow-left.png");
}

.block-front-links__next {
  height: 37px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../img/arrow-right.png");
}

.container--small {
  padding: 0 10px;
}

.pure-g [class*="pure-u"] {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.clean,
ol.clean {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main__content {
  font-size: 0.88em;
  line-height: 1.3em;
}

.main__content p {
  margin: 1em 0;
}

.main__content article.node-teaser.pure-u-1-1 {
  margin-bottom: 0.88em;
}

.main__content article .field-type-image img {
  height: auto;
}

.main__content h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.main__content ul,
.main__content ol {
  margin: 15px 0;
  padding: 0 0 0 20px;
}

.main__content .item-list ol,
.main__content .item-list ul {
  padding: 0;
  margin: 0;
}

.main__content .item-list ol li,
.main__content .item-list ul li {
  list-style: none;
}

.main__content .itab-content ol {
  padding-left: 24px;
}

.main__content .itab-content ol.grey_list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.main__content strong {
  font-weight: bold;
}

.main__content ul,
.main__content .itab-content ul {
  list-style-type: disc;
}

.main__content ul ul,
.main__content .itab-content ul ul {
  list-style-type: circle;
}

.main__content ol {
  counter-reset: li;
  padding-left: 10px;
}

.main__content ol>li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px;
}

.main__content ol>li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  background: #003a8a;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}

.main__content ul li {
  margin: 3px 0;
}

ul.orange_list {
  padding-left: 18px;
}

ul.orange_list li {
  list-style-type: none;
}

ul.orange_list li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #f4a610;
  margin-top: 6px;
  margin-left: -18px;
}

ol.grey_list {
  padding-left: 0 !important;
}

ol.grey_list li {
  border-bottom: 1px solid #e5e5e5;
  margin: 1.2em 0 0 0;
  padding-bottom: 1.5em;
  padding-left: 42px;
}

ol.grey_list li:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: 0;
  left: 0;
  font-size: 16px;
  background-color: #003a8a;
}

ol.grey_list li:last-child {
  border: 0;
}

ul.blue {
  padding-left: 0 !important;
}

ul.blue li {
  background: url(../img/icon_blue_empty.png) no-repeat;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
  padding-bottom: 17px;
  padding-left: 32px;
  list-style: none;
  line-height: 20px;
  font-size: 14px;
}

ul.blue li:before {
  content: none !important;
}

ul.blue li:last-child {
  border: 0;
}

ul.blue.noborder li {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 10px;
}

ul.blue.filled li {
  background-image: url(../img/icon_blue_filled.png);
}

hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
}

.button-orange {
  background-color: #f4a610;
  font-weight: 700;
  font-size: 16px;
  color: white;
  display: inline-block;
  margin: 20px auto;
  border-bottom: 3px solid #e78c09;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.fleft {
  float: left;
}

.ftitle {
  line-height: 30px;
  margin-right: 5px;
}

.bigtext {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #f4a610;
  text-transform: uppercase;
  font-size: 12px;
}

.bigtext span {
  font-size: 30px;
  line-height: 40px;
  float: left;
  margin-right: 5px;
}

.bigtext div {
  padding-top: 10px;
  line-height: 1em;
  white-space: nowrap;
}

.pure-button:link,
.pure-button:visited {
  padding: 10px 30px;
  color: #464646;
}

.pure-button-orange:link,
.pure-button-orange:visited {
  background-color: #f4a610;
  color: #fff;
}

.pure-table td,
.pure-table th {
  padding: .7em;
}

.pure-table td p,
.pure-table th p {
  margin: 0 !important;
}

.pure-table-horizontal:not(:last-child),
.itabs .pure-table-horizontal {
  border-bottom: 1px solid #e5e5e5;
}

.itabs:last-child .pure-table-horizontal {
  border-bottom: 0 !important;
}

.pure-table-horizontal td,
.pure-table-horizontal th {
  vertical-align: top;
  padding: 0 1em;
  border-bottom: 1px solid #e5e5e5;
}

.pure-table-horizontal td:first-child,
.pure-table-horizontal th:first-child {
  padding-left: 0;
}

.pure-table-horizontal td:last-child,
.pure-table-horizontal th:last-child {
  padding-right: 10px;
}

.pure-table-horizontal td:nth-child(even),
.pure-table-horizontal th:nth-child(even) {
  background-color: #f6f2ef;
}

.pure-table-horizontal th {
  border-top: 1px solid #e5e5e5;
  font-weight: bold;
}

.pure-table-vertical td,
.pure-table-vertical th {
  border-left: none;
}

.pure-table-vertical thead {
  background-color: transparent;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}

.pure-table-vertical td:nth-child(even),
.pure-table-vertical th:nth-child(even) {
  background-color: #f2f5f9;
}

.pure-table-noborder {
  border: none;
}

.pure-table-bordered tr:nth-child(even) {
  background-color: #f2f5f9;
}

#block-system-main .content h2,
#block-system-main fieldset .fieldset-title {
  font-size: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  color: #464646;
  text-decoration: none;
  margin: 1.2em 0 1.1em;
}

#block-system-main .content h2:first-child,
#block-system-main fieldset .fieldset-title:first-child {
  margin-top: 0;
}

#block-system-main .content h2 span.small {
  font-size: 14px;
}

#block-system-main .content h3 {
  font-weight: 700;
  margin: .1em 0;
}

#block-system-main fieldset.collapsible {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: #e5e5e5 1px solid;
}

#block-system-main fieldset.collapsible .fieldset-title {
  color: #f4a610;
}

#block-system-main fieldset.collapsible .summary {
  display: none;
}

#block-system-main fieldset.collapsible .fieldset-legend {
  background-image: none !important;
  padding: 0 !important;
}

#block-system-main fieldset.collapsible legend {
  width: 100%;
}

#block-system-main fieldset.collapsible.collapsed {
  border-bottom: #e5e5e5 1px solid !important;
}

#block-system-main fieldset.collapsible.collapsed .fieldset-title {
  background-image: url(../img/icon_arrow_down.jpg);
  color: #464646;
}

#block-system-main fieldset.collapsible .fieldset-title:hover {
  color: #f4a610;
}

#block-system-main fieldset.collapsible .fieldset-title {
  background: url(../img/icon_arrow_up.jpg) no-repeat right center;
  width: 100%;
  display: block;
  padding: 15px 0;
}

#block-system-main fieldset:last-of-type {
  border-bottom: 0;
}

#block-system-main .block_float_left {
  float: left;
}

#block-system-main .block_float_right {
  float: right;
}

#block-system-main .border_top {
  border-top: #e5e5e5 1px solid;
  margin-top: 20px;
  padding-top: 20px;
}

#block-system-main .border_bottom {
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 20px;
}

#block-system-main .border_bottom.padding_bottom {
  padding-bottom: 20px;
}

#block-system-main.block_wide .content fieldset {
  width: 100%;
  float: none;
}

.block_left {
  padding: 0 10px 0 50px;
  font-size: 14px;
}

.block_left h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 5px;
}

.block_left p {
  margin: 0 !important;
  line-height: 17px !important;
}

.block_relative {
  position: relative;
}

.block_border_orange {
  border-top: 5px #f4a610 solid;
  position: absolute;
  width: 32px;
  height: 42px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.block_border_orange.block_tenge {
  background-image: url(../img/icon_tenge.png);
}

.block_border_orange.block_plus {
  background-image: url(../img/icon_plus.png);
}

.block_border_orange.block_eight {
  background-image: url(../img/icon_eight.png);
}

.block_border_orange.block_leaf {
  background-image: url(../img/icon_leaf.png);
}

.block_border_orange.block_cert {
  background-image: url(../img/icon_cert.png);
  height: 45px;
}

.block_border_orange.block_book {
  background-image: url(../img/icon_book.png);
}

.block_border_orange.block_ball {
  background-image: url(../img/icon_ball.png);
}

.block_border_orange.block_graphic {
  background-image: url(../img/icon_graphic.png);
}

.block_border_orange.block_people {
  background-image: url(../img/icon_people.png);
  height: 47px;
}

.block_border_orange.block_student {
  background-image: url(../img/icon_student.png);
  height: 52px;
}

.block_border_orange.block_tree {
  background-image: url(../img/icon_tree.png);
  height: 46px;
}

.textgrey {
  background-color: #f5f5f5;
  padding: 10px 20px 12px 30px;
  margin: 20px 0 20px -30px !important;
}

.grey_block {
  background-color: #ecf0ed;
  color: #464646;
  font-size: 13px;
}

.grey_block p {
  margin: 0;
}

.grey_block img {
  display: block;
}

.grey_block.noborder {
  padding: 0;
}

.grey_block .border {
  padding: 15px;
}

.original_title {
  font-size: 18px !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  color: #464646;
  padding: 0 10px 15px 0;
}

.block.dashed_list {
  border: 1px solid #e5e5e5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 0;
}

.block.dashed_list h2.block_title {
  margin: 11px 20px;
}

.block.dashed_list .views-row {
  border-top: 1px dashed #e5e5e5;
  padding: 12px 20px 10px 16px;
  font-size: 13px;
  line-height: 1.2em;
  position: relative;
  margin: 0;
}

.block.dashed_list .views-row a.active {
  color: #b0b0b0;
}

.block.dashed_list.block_notitle .views-row:first-child {
  border-top: none;
}

.link-pdf {
  padding-left: 54px;
  display: block;
  font-size: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAACWElEQVRYw9WZO0gcURSGJ8a3+EALUUkRiZWKiAREwUSIjSA2PhoxhYKaRkTBgEjMuj6wS5qgFhJBFC3UYFRCSGHio9JCRDGKTyRG20jEGP1n/Ucvw64gzrBni2+5O8PufDNz5px7z2haVpcGgkEz+AnOwYUX0Y+/Ad7SS3OBjyDw3ctynpgFoYZos1BJA4chuiFcdMsQPRcueuEKTx+Q1Im0UvQz+AgOJYt2MpU8BlFgX6LofxALXoAW5j2HRNE1ylWABo5LJYoOU64SlHFcJFH0A+UKQC7H1ZKvaDzLsT5+L1F05XricMOS1Kf+kSIZY0O1syyP1iii6ZITfpki+oDhIE70L4gwxehLiaKjlNNlyzn2s/iBskS0VKlM2yCE3zPAqRTRYxBIsUVu61BCoEaKaCuFnivb/oFniuxrbvOa6B8QR5kx074DzqgM2WwwDSZBP8tuL5gAu3aLOimRwqRv3j9nkr2Np2DdDtFfSkr6pFQoPU67QDFI9CCVD4bAF/BOCZM8O0Sr+Oc5YAHUggQ3UmEg2cOVTeEsq5UhlG616A/gbzroQ5AGXoFuMAN+K7/R09QgKAHRbqQDwFerRPdYKv1Mdb0HHN1xErMJvoERMGU6qXuJ9jEmn7CWa2y17EhZLutnX08x/bY2KVezXdK6vk2pMKvXDaur8ngmRXSZQZ7JpkIqJcO58hTTKamjWCMbC8bTPS6tpeNwk0IGJPaeTsAbkAQKldmRzzfJbBf1mf7opnDJXaPj3CJc1GmIhvLtg0TJefWtiMYFmYOLMym328lposvxEgEs9VkFt823AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 6px;
  color: #464646 !important;
  min-height: 30px;
  width: 70%;
}

.document-link {
  margin: 1em 0;
}

.document-link::after {
  clear: both;
  content: "";
  display: table;
}

.document-link a {
  background-repeat: no-repeat;
  background-position: center;
}

.document-link a.document-link-view {
  width: 28px;
  height: 28px;
  margin: 0 12px;
  float: left;
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center;
}

.document-link a.document-link-pdf {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_pdf_orange.png);
}

.document-link a.document-link-doc,
.document-link a.document-link-docx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_doc_orange.png);
}

.document-link a.document-link-xls,
.document-link a.document-link-xlsx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_xls_orange.png);
}

.document-link div {
  float: left;
  width: 80%;
  font-size: 14px;
  display: table;
  min-height: 28px;
}

.document-link div span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.document_link_title {
  margin: 1em 0;
}

.document_link_title::after {
  clear: both;
  content: "";
  display: table;
}

.document_link_title a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  font-size: 14px;
  line-height: 28px;
}

.document_link_title a span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}

.document_link_title a span.document-link-view {
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center;
}

.document_link_title a span.document-link-pdf {
  background-image: url(../img/icon_pdf_orange.png);
}

.document_link_title a span.document-link-doc,
.document_link_title a span.document-link-docx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABz0lEQVRIx82U+UsCURDH/ffsP8qCKLrvsGxrMcvSUsuy7MISich+6ICULktLUzsts0vd9dt7UwQrXQRtLQy7874785l583Y1pbUGLbMEM/yycYZWoxLsDapREUb2t8CqNiPGZ3xk9qlFdA+MQVcUUNlqxKjbizmvHzaXBxVNokIvbxBgdc6T7mR5atpNHwM7RBuKr1j8DNWvQV2mUWTuHxT6dTqD1h4r6fV6M84uUgo9m8uhoWvwc+DqRhBtPcPwrwXI3wzsoayuG1epNORCgXagWbBglnXBr5PkOcXv7EfI9y6voUWwwmRzY8m/+XWHvpUN8jnkjnV0//AIvdFO2tb2gSJB+DhO6xzAi0meX35/hsVAbryrfF6Cgc2Tul8PKhIE98K03mly0D0STfwcKJidKLCqo/FTVDSLNA/ecZ1+gHTeVTabo7ny3bi4uoYsy+jsc7zsUL2AkQnP18DUzS3NRWLBeUlC7+AE6W7PMulPT1naSl5Agfn2yQXSLWNzVKAkydRp+vaO3u+3T78PbDQMIRSJke0fRunQtIsjigqHWNJQOEancTd0BOPwpEIXLS7ssHWuH7Ki+AHT/ZsPXy2gmj/vJAeW8AcVYCec9QwLhvYaBCzwaQAAAABJRU5ErkJggg==);
}

.document_link_title a span.document-link-xls,
.document_link_title a span.document-link-xlsx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABpUlEQVRIx82UWUtCURDH/Xr2jbIitMUMk1ZNU8xK27BCCooIX3qohxZtwSzLSitts1zuVct/dwa8WJHel24NDGebc35n/mfR6K3NWslvJMcvOzG0GpVgMlSjIoz9r4E6HJ6GcJNOYDLg4r7pFQ+3Q5FdGMfauR6NR74t5F60I548R66QRVKKCQT9yjL0LrtBdnufRMdoK+6fUlKrgvElB3qceh7LZJ8/zTG7u1AqFTnuJZtBpfKOi0RMuaTHsUNe+CC6z2X4ZI/7fwKSGmSUIak05DXDNtOvHNg/YUKRdwwIosAZ1AP2ugzIF3I8RpIvrM/CYNMpB3ba2/CYeeAFUo93krQtdYHkw74+RC8jLCsZnbli4MbWGk9K8/kBq5vLDYEjPguX9rlBiEWR4yjzhsCBqV6UyyVk86/oG+9GQchL8oqweIwykOTeOdqW3TE/jPJbGdd3V5wZXRqxKPClawikK08WCC5wm7IjOzoLy8Cv5vRbGVY12uD8mk/ZOzRJMpBXD53Kal/teK1TP8WSCiRpt/Re/9VPo+bnfUvAJqqoAEsQ6wN6HOa8YNhP4QAAAABJRU5ErkJggg==);
}

table.table-white {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #e5e5e5;
}

table.table-white tr {
  background-color: white;
}

table.table-white td,
table.table-white th {
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 1px;
  margin: 0;
  padding: 21px 25px 24px;
  overflow: visible;
}

table.table-white td:first-child,
table.table-white th:first-child {
  border-left-width: 0;
}

table.table-white tr:last-child>td,
table.table-white tr.views-row-last>td {
  border-bottom-width: 0;
}

table.table-white td {
  vertical-align: top;
}

table.table-white table {
  border: 0;
}

table.table-white table td {
  width: 33.3%;
  padding: 13px 25px 16px;
}

table.table-white table .first td {
  background-color: #f4f8f9;
  font-weight: 700;
}

ul.itabs {
  overflow: hidden;
  width: 100%;
  padding: 0;
  float: none;
  list-style: none;
  position: relative;
  margin: 20px 0;
  text-align: left;
}

ul.itabs p {
  margin: 0;
}

ul.itabs::after {
  clear: both;
  content: "";
  display: table;
}

ul.itabs>li {
  float: left;
  display: block;
  margin: 0;
}

ul.itabs>li:before {
  content: none !important;
}

ul.itabs>li:last-child>h3 {
  margin: 0 !important;
}

ul.itabs li>h3 {
  display: block;
  cursor: pointer;
  position: relative;
  background-image: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px 0 0 !important;
  font-weight: 400 !important;
  padding: 0 0 8px 0;
}

ul.itabs .itab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  left: 0;
  right: 0;
  padding: 0;
  margin-bottom: 20px;
  position: absolute;
  border-top: 1px solid #e5e5e5;
  top: 40px;
}

ul.itabs .itab-content p {
  margin: 1em 0;
}

ul.itabs li.active>h3,
ul.itabs li>h3:hover {
  color: #7f7f7f;
  border-bottom: 5px solid #f4a610;
  z-index: 10;
}

ul.itabs li.active .itab-content {
  display: block;
}

.accordion h3 {
  padding-top: 10px;
}

.accordion h3.expanded a {
  background: url(../img/menu_expanded.png) no-repeat left 12px;
}

.accordion .first h3 {
  padding-top: 0;
}

.accordion>.item-list {
  border-right: 1px solid #e5e5e5;
}

.accordion .item-list ul.menu .item-list ul {
  display: none;
}

.accordion .item-list ul.menu .item-list ul.expanded {
  display: block;
}

.accordion .item-list ul.menu,
.accordion .item-list ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordion .item-list ul.menu>li {
  list-style: none;
  font-size: 14px;
}

.accordion .item-list ul.menu>li a {
  color: #323232;
  height: auto !important;
  display: block;
  padding: 5px 15px;
  line-height: 1.3em;
}

.accordion .item-list ul.menu>li a:hover {
  color: #003a8a;
}

.accordion .item-list ul.menu>li a.active {
  font-weight: 900;
}

.accordion .item-list ul.menu>li ul {
  width: 87%;
  margin-top: 10px;
  padding: 8px 0 9px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.accordion .item-list ul.menu>li ul a {
  font-size: 90%;
}

.node-manager-dzo .manager_wrapper .field-name-field-manager-dzo-position p:first-child {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 1em;
  position: relative;
}

.node-manager-dzo .manager_wrapper .field-name-field-manager-dzo-position p:first-child:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAQAAABHnLxMAAAAEElEQVQYV2P4z8BAC/T0PwBRGx7ImcpS8gAAAABJRU5ErkJggg==);
}

.node-manager-dzo .manager_wrapper .field-name-body {
  background: url(../img/border_orange.png) no-repeat;
  margin-top: 22px;
  padding-top: 8px;
}

.node-manager-dzo .field-name-field-manager-dzo-photo img {
  border-radius: 5px;
  display: block;
}

.node-manager-dzo.node-teaser {
  margin-right: 20px;
}

.node-manager-dzo.node-teaser h2 {
  min-height: 60px;
  margin: 18px 0 0 0 !important;
}

.node-manager-dzo.node-teaser h2 a {
  color: #003a8a;
}

.node-manager-dzo.node-teaser .field-name-field-manager-dzo-position {
  font-size: 13px;
  padding-bottom: 22px;
  padding-top: 0;
  margin-bottom: 30px;
  background: url(../img/border_orange.png) no-repeat;
  background-position: left bottom;
  min-height: 48px;
}

.manager_photo {
  padding-bottom: 20px;
}

.manager_bio p:first-child {
  margin-top: 0;
}

.manager_bio .field {
  padding-left: 20px;
}

.node-news.node-teaser,
.node-news-dzo.node-teaser {
  margin-right: 20px;
}

.news-row:nth-child(odd) .node-news,
.news-row:nth-child(odd) .node-news-dzo {
  margin-right: 10px;
}

.news-row:nth-child(even) .node-news,
.news-row:nth-child(even) .node-news-dzo {
  margin-left: 10px;
}

.node-news .submitted,
.node-news-dzo .submitted {
  color: #b0b0b0;
  font-size: 11px;
  margin-bottom: 20px;
}

.node-news .submitted.teaser-submitted,
.node-news-dzo .submitted.teaser-submitted {
  display: block;
  margin-top: 5px;
}

.not-front.page-node .node-news .submitted,
.not-front.page-node .node-news-dzo .submitted {
  margin-top: -12px;
}

.page-node .node-news.field-name-field-news-photo,
.page-node .node-news-dzo.field-name-field-news-photo {
  margin-bottom: 20px;
}

.node-news a.teaser-link,
.node-news-dzo a.teaser-link {
  line-height: 1.2em;
  margin-top: 16px;
  display: block;
  font-size: 14px;
}

.node-news .summary-photo,
.node-news-dzo .summary-photo {
  float: left;
}

.node-news .summary,
.node-news-dzo .summary {
  float: left;
  max-width: 380px;
  padding: 20px 25px;
  height: 170px;
  overflow: hidden;
  background: #ecf0ed;
  font-size: 18px;
  line-height: 1.3em;
}

.node-news .summary p,
.node-news-dzo .summary p {
  margin: 0;
}

.node-invest-contacts header {
  margin-bottom: 5px;
}

.node-invest-contacts .field {
  font-size: 13px;
}

.node-invest-contacts .field-label {
  width: 70px;
}

.node-invest-contacts .field-name-field-manager-department,
.node-invest-contacts .field-name-field-manager-position {
  color: #464646;
}

.node-invest-contacts.node_full .field-name-field-manager-department,
.node-invest-contacts.node-teaser header h2 {
  padding-bottom: 10px;
  padding-top: 0;
  margin-bottom: 10px;
  line-height: 1.3em;
  background: url(../img/border_orange.jpg) no-repeat;
  background-position: left bottom;
}

.node-invest-contacts.node-teaser header h2 {
  line-height: 34px;
}

.node-invest-contacts.node_full .field-name-field-manager-department {
  padding-bottom: 25px;
}

.node-invest-contacts .field-name-field-manager-fax,
.node-invest-contacts .field-name-field-manager-phone,
.node-invest-contacts .field-name-field-manager-mail {
  color: #323232;
}

.node-invest-contacts.node_full .field-name-field-manager-fax {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.node-invest-contacts.node-teaser {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.node-invest-contacts.node-teaser .field-name-field-manager-phone {
  padding-top: 8px;
}

.node-invest-contacts.node-teaser .field-name-field-manager-fax {
  padding-bottom: 12px;
}

.node-purchase.node-teaser {
  padding: 15px 0 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
}

.node-purchase.node-teaser header {
  position: relative;
  padding-left: 75px;
}

.node-purchase.node-teaser header div {
  font-size: 14px;
}

.node-purchase.node-teaser span {
  font-size: 13px;
  color: #a7a9ac;
}

.node-purchase.node-teaser .created {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 0;
}

.node-purchase.node-teaser .firm {
  color: #003a8a;
}


/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}


/* mouse grab icon */

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.headopros {
  /*display:none;*/
  padding-left: 5%;
  background: blue;
}

div #block-views-appeals-dzo-block div.view div view-appeals-dzo {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 15px;
}

div #block-views-appeals-dzo-block div.view div view-appeals-dzo views-field views-field-created {
  font-size: 13px;
  margin-bottom: 5px;
}

div #block-views-appeals-dzo-block div.view div view-appeals-dzo view-appeals views-field-field-appeal-theme {
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

div #block-views-appeals-dzo-block div.view div view-appeals-dzo view-appeals views-field-view-node {
  margin-top: 20px;
}

div #block-views-appeals-dzo-block div.view div view-appeals-dzo view-appeals views-field-view-node a {
  text-decoration: none;
  border-radius: 19px;
  background-color: #f4a610;
  color: white;
  padding: 9px 20px 10px;
}

#edit-submitted-yazyk {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%;
}

.document-link div span a, #block-views-news-block-list .view-content a, .block.dashed_list .views-row a, .link-pdf, .node-manager-dzo.node-teaser h2 a, .node-news a.teaser-link, .node-news-dzo a.teaser-link {
  text-decoration: none; }
.document-link div span a:hover, #block-views-news-block-list .view-content a:hover, .block.dashed_list .views-row a:hover, .link-pdf:hover, .node-manager-dzo.node-teaser h2 a:hover, .node-news a.teaser-link:hover, .node-news-dzo a.teaser-link:hover {
  text-decoration: underline; }

.document-link a.document-link-view, .document-link a.document-link-pdf, .document-link a.document-link-doc, .document-link a.document-link-docx, .document-link a.document-link-xls, .document-link a.document-link-xlsx, .document_link_title a span, .block_share .nolist {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px; }

.purchase-nak .views-exposed-widget .form-type-select .form-select, .view-corp-documents .views-exposed-widget .form-type-select .form-select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: black;
  background: url(../img/icon_select.png) no-repeat 466px center #f5f5f5;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s; }
.purchase-nak .views-exposed-widget .form-type-select .form-select:hover, .view-corp-documents .views-exposed-widget .form-type-select .form-select:hover {
  background-color: #f4a610;
  color: white; }
.purchase-nak .views-exposed-widget .form-type-select .form-select:focus, .view-corp-documents .views-exposed-widget .form-type-select .form-select:focus {
  outline: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #003a8a;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #002e6e;
  color: #fff; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5; }
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
  background-color: #003a8a; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple]:hover {
  border-color: #b1b1b1; }
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple]:focus {
  border-color: #003a8a;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 47, 113, 0.7);
  outline: none; }
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple]:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed; }
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd; }
input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder,
select[multiple]::placeholder {
  color: #999; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  max-width: 100%;
  width: auto; }

.block.block_bordered {
  border: 1px solid #e5e5e5;
  padding: 14px 20px 20px 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.purchase-nak .document-link, .view-corp-documents .document-link {
  margin: 0; }
.purchase-nak .views-row, .view-corp-documents .views-row {
  padding: .9em 0;
  border-bottom: 1px solid #e5e5e5; }
.purchase-nak .views-row.views-row-last, .view-corp-documents .views-row.views-row-last {
  border: 0; }
.purchase-nak .views-exposed-widget .form-type-select, .view-corp-documents .views-exposed-widget .form-type-select {
  width: 500px; }

.view-purchases-plan .pure-u-17-24 .view-content {
  padding-left: 20px; }

.purchase-user-reg-form .form-text {
  max-width: 100%; }
.purchase-user-reg-form .form-text.error {
  border-color: red; }
.purchase-user-reg-form .form_gray {
  background-color: #ececec;
  padding: 15px 0 20px 20px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative; }
.purchase-user-reg-form .form_gray .form-item {
  padding-right: 20px; }
.purchase-user-reg-form .form_gray .form-item label {
  display: none; }
.purchase-user-reg-form .captcha img {
  float: left;
  margin-right: 20px; }
.purchase-user-reg-form .captcha label, .purchase-user-reg-form .captcha .description {
  display: none; }

.purchase-nak .pure-table {
  border: none; }
.purchase-nak .pure-table thead {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
.purchase-nak .pure-table thead tr {
  background-color: #f7ebd4; }
.purchase-nak .pure-table thead tr th {
  background-color: transparent !important; }
.purchase-nak .pure-table thead, .purchase-nak .pure-table tbody, .purchase-nak .pure-table tr {
  background-color: transparent; }
.purchase-nak .pure-table th {
  vertical-align: top;
  width: 16%;
  font-weight: bold; }
.purchase-nak .pure-table th:first-child {
  width: 33%; }
.purchase-nak .pure-table th, .purchase-nak .pure-table td {
  font-size: 13px;
  border: none; }
.purchase-nak .pure-table th:nth-child(even), .purchase-nak .pure-table td:nth-child(even) {
  background-color: #fdfdfd; }
.purchase-nak .pure-table tr:nth-child(even) {
  background-color: #f2f5f9; }
.purchase-nak .pure-table tr:nth-child(even) td {
  background-color: transparent; }
.purchase-nak .view-filters {
  display: none; }

.content_before {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }
.content_before .region-content-before .block > .content {
  padding-right: 20px; }

.page-purchases-single-source .content_before {
  border-bottom: none;
  margin-bottom: 0; }

.page-regulatory-acts .block-system {
  position: relative;
  min-height: 200px; }
.page-regulatory-acts .views-row {
  position: relative; }
.page-regulatory-acts .views-field-extension {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  top: 15px; }
.page-regulatory-acts .views-field-extension span {
  display: block;
  float: left;
  font-size: 10px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #f4a610;
  color: #fff;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center; }
.page-regulatory-acts .views-field-title-field a {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 18px;
  padding: 20px 20px 20px 40px;
  text-decoration: none;
  color: #464646;
  border-bottom: 1px solid #e5e5e5; }
.page-regulatory-acts .views-field-title-field a:hover {
  color: #003a8a; }
.page-regulatory-acts .views-row-last .views-field-title-field a {
  border-bottom: none; }

.block_nak_login {
  background-color: #ececec;
  padding: 14px 20px 20px 20px;
  border: 1px solid #e3e3e3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative; }
.block_nak_login .form-text {
  border: 1px solid #cccccc;
  padding: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 90%; }
.block_nak_login form {
  position: relative; }
.block_nak_login form input.pure-button.nak-button {
  padding-left: 15px;
  padding-right: 15px; }
.block_nak_login .form-actions {
  margin-bottom: 0; }
.block_nak_login .pure-u-1-1, .block_nak_login .item-list {
  font-size: 13px;
  position: absolute;
  z-index: 2;
  width: auto;
  float: right;
  text-align: right;
  right: 0;
  padding-top: 9px; }

.document-link {
  margin: 1em 0; }
.document-link::after {
  clear: both;
  content: "";
  display: table; }
.document-link a {
  background-repeat: no-repeat;
  background-position: center; }
.document-link a.document-link-view {
  width: 28px;
  height: 28px;
  float: left;
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center; }
.document-link a.document-link-pdf {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_pdf_orange.png); }
.document-link a.document-link-doc, .document-link a.document-link-docx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_doc_orange.png); }
.document-link a.document-link-xls, .document-link a.document-link-xlsx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_xls_orange.png); }
.document-link div {
  float: left;
  width: 80%;
  font-size: 14px;
  display: table;
  min-height: 28px; }
.document-link div span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px; }

.document_link_title {
  margin: 1em 0; }
.document_link_title::after {
  clear: both;
  content: "";
  display: table; }
.document_link_title a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  font-size: 14px;
  line-height: 28px; }
.document_link_title a span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0; }
.document_link_title a span.document-link-view {
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center; }
.document_link_title a span.document-link-pdf {
  background-image: url(../img/icon_pdf_orange.png); }
.document_link_title a span.document-link-doc, .document_link_title a span.document-link-docx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABz0lEQVRIx82U+UsCURDH/ffsP8qCKLrvsGxrMcvSUsuy7MISich+6ICULktLUzsts0vd9dt7UwQrXQRtLQy7874785l583Y1pbUGLbMEM/yycYZWoxLsDapREUb2t8CqNiPGZ3xk9qlFdA+MQVcUUNlqxKjbizmvHzaXBxVNokIvbxBgdc6T7mR5atpNHwM7RBuKr1j8DNWvQV2mUWTuHxT6dTqD1h4r6fV6M84uUgo9m8uhoWvwc+DqRhBtPcPwrwXI3wzsoayuG1epNORCgXagWbBglnXBr5PkOcXv7EfI9y6voUWwwmRzY8m/+XWHvpUN8jnkjnV0//AIvdFO2tb2gSJB+DhO6xzAi0meX35/hsVAbryrfF6Cgc2Tul8PKhIE98K03mly0D0STfwcKJidKLCqo/FTVDSLNA/ecZ1+gHTeVTabo7ny3bi4uoYsy+jsc7zsUL2AkQnP18DUzS3NRWLBeUlC7+AE6W7PMulPT1naSl5Agfn2yQXSLWNzVKAkydRp+vaO3u+3T78PbDQMIRSJke0fRunQtIsjigqHWNJQOEancTd0BOPwpEIXLS7ssHWuH7Ki+AHT/ZsPXy2gmj/vJAeW8AcVYCec9QwLhvYaBCzwaQAAAABJRU5ErkJggg==); }
.document_link_title a span.document-link-xls, .document_link_title a span.document-link-xlsx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABpUlEQVRIx82UWUtCURDH/Xr2jbIitMUMk1ZNU8xK27BCCooIX3qohxZtwSzLSitts1zuVct/dwa8WJHel24NDGebc35n/mfR6K3NWslvJMcvOzG0GpVgMlSjIoz9r4E6HJ6GcJNOYDLg4r7pFQ+3Q5FdGMfauR6NR74t5F60I548R66QRVKKCQT9yjL0LrtBdnufRMdoK+6fUlKrgvElB3qceh7LZJ8/zTG7u1AqFTnuJZtBpfKOi0RMuaTHsUNe+CC6z2X4ZI/7fwKSGmSUIak05DXDNtOvHNg/YUKRdwwIosAZ1AP2ugzIF3I8RpIvrM/CYNMpB3ba2/CYeeAFUo93krQtdYHkw74+RC8jLCsZnbli4MbWGk9K8/kBq5vLDYEjPguX9rlBiEWR4yjzhsCBqV6UyyVk86/oG+9GQchL8oqweIwykOTeOdqW3TE/jPJbGdd3V5wZXRqxKPClawikK08WCC5wm7IjOzoLy8Cv5vRbGVY12uD8mk/ZOzRJMpBXD53Kal/teK1TP8WSCiRpt/Re/9VPo+bnfUvAJqqoAEsQ6wN6HOa8YNhP4QAAAABJRU5ErkJggg==); }

.block_share .nolist {
  padding: 0;
  margin: 15px 15px 10px; }
.block_share .nolist li, .block_share .nolist a {
  display: block;
  width: 23px;
  height: 23px; }
.block_share .nolist li {
  float: left;
  margin: 0 5px 0 0; }
.block_share .nolist li:last-child, .block_share .nolist li.last {
  margin: 0; }
.block_share .nolist a {
  background: url(../img/atom_sharing.png) no-repeat; }
.block_share .nolist .fb {
  background-position: -28px 0; }
.block_share .nolist .tw {
  background-position: -56px 0; }

#block-views-news-block-list .block-title {
  margin: 0;
  padding: 0 0 15px; }
#block-views-news-block-list .block-title a {
  color: #b0b0b0; }
#block-views-news-block-list .block-title h3 {
  text-transform: uppercase; }
#block-views-news-block-list .block-title h3 span {
  margin-right: 10px; }
#block-views-news-block-list .block-title span {
  font-size: 12px;
  float: left; }
#block-views-news-block-list .view-content {
  font-size: 11px;
  color: #b0b0b0; }
#block-views-news-block-list .view-content .views-field-created {
  margin: 3px 0 8px; }
#block-views-news-block-list .view-content a {
  line-height: 1.3em;
  display: block;
  font-size: 13px; }
#block-views-news-block-list .views-row {
  padding-bottom: 10px; }

#block-views-main-news-block-1 {
  position: relative;
  z-index: 1;
  width: 518px; }
#block-views-main-news-block-1 h2 {
  color: #3c3d3d;
  line-height: 20px;
  height: 20px;
  margin: 0 0 25px 0; }
#block-views-main-news-block-1 h2::before {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 5px solid #eda213;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 5px; }
#block-views-main-news-block-1 h2 a {
  margin-left: 15px;
  color: #9d9e9e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline; }
#block-views-main-news-block-1 .owl-controls {
  position: absolute;
  top: 10px;
  right: 10px; }
#block-views-main-news-block-1 .owl-controls .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #e5e5e5;
  float: left;
  margin-right: 6px; }
#block-views-main-news-block-1 .owl-controls .owl-dot.active {
  background-color: #f4a610; }
#block-views-main-news-block-1 .view-content {
  height: 299px;
  width: 518px;
  background-color: white;
  overflow: hidden; }
#block-views-main-news-block-1 .view-content.owl-carousel {
  overflow: visible; }
#block-views-main-news-block-1 .views-row {
  position: relative;
  height: 299px;
  width: 518px;
  overflow: hidden; }
#block-views-main-news-block-1 .views-row:hover a {
  opacity: .7; }
#block-views-main-news-block-1 .news-slider-overlay a {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out; }
#block-views-main-news-block-1 .news-slider-overlay.news_dzo {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  left: 0; }
#block-views-main-news-block-1 .news-slider-overlay.news_dzo a {
  padding: 12px 18px;
  display: block;
  color: white;
  text-decoration: none;
  font-size: 15px; }
#block-views-main-news-block-1 .news-slider-overlay.videorep a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABmCAYAAAA53+RiAAAFIUlEQVR42u2dPUxTURSAi/FvwgSof9EEBSlGmTTRQVnQ1bjpgBMwFRsik24mLuCCiSVBiCZGyqADoqMKidGgLLqISWsUdXB5VMTYEELwPDhPri+ltK/vvnfuvWf4FgLtvecD2p57zrkR6351hKGHKguNAi1AAugDRoFJIAPMAvPAMjKPX8vg94zizyTwMaIsxjv1QBxIATNC0P1iBh87js/FYgrQCNwA0hJEbEQan7uRxaxSBXTiv5xlIkzimqpMFBMDBoAcISFucrjGmAliGoAHwBJhIW7stQ7j2rUTUwMkgUWFhLhZxD3U6CCmAmgDsgoLcWPvpR33pqSYWmBcIyFuxnGPSolpBeY0luIwh3slL2YbMGiAEDeDuHeSYnYDbw2U4mDvfQ81MUclpU5UYwZjQULMSUwaLjMrzGJMQhXT7MrsMmsZ7uawxJxgKQX5hTEKVEwT8JODvyE/MVaBiNkLfOOgF40dq32yxWwllqJXhUmMnTQxgxxkzwzJEtPKwS2bVr/F1BqS+woit1brlxg7vf2Cg+prVrrCDzHtHEzf6ShXTDVgcSClpG2qyxFzm4MojaRXMQ2Kn9GrUEPQ4EXMMAdPOqlSxcQUKzFSlaX1qj/XE3OHgxYYd4oVY9dN/eGABcaffLVq+cRc4WAFTncxYqY5UIEzvZGYYwr82esq51ghMT1EF/0cOIBrPA2811BMTyExaYILts/Od7jWuQW4ptlfUHo9MXWET/8KZScmNJJTl09MnOhiXxZxLNGuSUdBPJ+YEUXFONjlqY8UFzOST8xXxcU4nAe+K1xR85+YKOHFliomgm8W+hXN90VFMS2aiXE4peAH5rOimISmYpyenevAgiJiEqKYPo3FiK0irxUQ0yeKeWyAGJtNwGX80Ep1v2OimClDxDjsB54S3e+UKOazYWIcLgI/iO33iygma6gYZ57NPUL7zYpifhksxqGXUDfaPzHLLGYlIUplzyyGuhj+V0bnkHCeX/zXXvzvUn3xN/Xt8gXqb5dN+4BpN6s+UeEDpkkpmU6VUjImJDGPAK8USGLeMiXtv1XltP8ZjQ/KPqh8UKbb0XIldmypeLS8y12M8U0TMed0KsbQoXzJnjD4UMfyJZUL/tosPYbZdepSInvI0muEcN16ReUZokXlla51bgaualZUnilU7d9LdNHPhN8muw3jnWltGNQblxY0FOJwnFv96PGxmB7Mbg4UzeZYbicn2k7OAxiIDmBwLnLjkSXBjCw5bJU45CfFgaM35IfHYgUzFitmeRwkl+QASqPfKnP0It90IadEqazRizYdHEjfKXtYqZNWH+dg+sa45dN4Xx6I7R++DsTmEfL+ccmSdOnCEAfXM9IuXXBas99wkD2VvW6zJF/ss8/ii31KrXyRfrEPX4VVGoFehSVes8iXxxVuQPJ87SJftyhPSmjXLYp/OVmW8V+6JfQLSsXXHL7SdzUGTX7E1M8uLXvCnumXYO/1K55+t9BtN/RD6BDuPUJVjJi+MSG3NldKmoWCGJuDll6jd91M4B4jqolxjgw6NHvXlsU9VciMXRATJ5xataTiNQSLuIeaIGIWlBjxJqdhxUqjlrCaJRZkrIIWIwoaAHKEheRwjY1hxCgsMWJTbjexQvZpXFM0zNiELUbEbkO4aYVzI0can/s4lXhQEiNSjz2hKUlnP9/xseP4XORiQFWMm53W6pCILmt1pMcYnqR+wrq330LQf+PXPuH3jOHPdOFj7FRhz6qIMY6/iov6NjFaCzoAAAAASUVORK5CYII=);
  width: 51px;
  height: 51px;
  background-size: 100%;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

article.node .content ul {
  padding-left: 18px; }
article.node .content ul li {
  list-style-type: none;
  margin: 8px 0; }
article.node .content ul li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #f4a610;
  margin-top: 10px;
  margin-left: -18px; }

/**
 * Markup generated by theme_menu_local_tasks().
 */
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap; }
ul.primary li {
  display: inline; }
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-style: solid solid none solid;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0 1em;
  text-decoration: none; }
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }
ul.secondary li {
  border-right: 1px solid #ccc;
  /* LTR */
  display: inline;
  padding: 0 1em; }
ul.secondary a {
  padding: 0;
  text-decoration: none; }
ul.secondary a.active {
  border-bottom: 4px solid #999; }

.item-list .pager li {
  font-size: 13px;
  padding: 4px 10px; }
.item-list .pager li a {
  text-decoration: none; }
.item-list .pager li a:hover {
  text-decoration: underline; }
.item-list .pager li.pager-current {
  display: inline-block;
  background: #f4a610;
  color: white;
  border-radius: 50%;
  padding: 4px 10px; }

div.tabs {
  background-color: #fff;
  padding: 15px 0; }
div.tabs ul.tabs {
  margin-top: 0;
  margin-bottom: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: top; }

body {
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #003a8a;
  text-decoration: none;
  transition: color 150ms ease; }
a:active, a:focus, a:hover {
  color: #002c68; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.text-heavy {
  font-weight: 700; }

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body {
  margin: 0; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px; }
.container::after {
  clear: both;
  content: "";
  display: table; }

.container--small {
  padding: 0 60px; }

.row::after {
  clear: both;
  content: "";
  display: table; }

.sidebar_first {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  position: relative; }
.sidebar_first:last-child {
  margin-right: 0; }
.not-front .sidebar_first:after {
  content: '';
  height: 100%;
  width: 1px;
  background: #e5e5e5;
  top: 0;
  position: absolute;
  right: 5px; }
.sidebar_first .block_sidebar_menu .content .menu-block-wrapper > .menu > li {
  margin: 0 0 10px; }
.sidebar_first .block_sidebar_menu .content .menu, .sidebar_first .block_sidebar_menu .content .menu li {
  margin: 0;
  padding: 0; }
.sidebar_first .block_sidebar_menu .content .menu li {
  list-style: none;
  font-size: 14px; }
.sidebar_first .block_sidebar_menu .content .menu li a.active {
  background: url(../img/menu_leaf.png) no-repeat left 10px;
  font-weight: 700; }
.sidebar_first .block_sidebar_menu .content .menu li.expanded {
  padding-bottom: 5px; }
.sidebar_first .block_sidebar_menu .content .menu li.expanded a.active-trail {
  background: url(../img/menu_expanded.png) no-repeat left 12px;
  font-weight: 800; }
.sidebar_first .block_sidebar_menu .content .menu li a {
  color: #323232;
  height: auto !important;
  display: block;
  padding: 5px 17px 5px 17px; }
.sidebar_first .block_sidebar_menu .content .menu li a:hover {
  color: #003a8a;
  text-decoration: underline; }
.sidebar_first .block_sidebar_menu .content .menu li ul {
  width: 84%;
  margin-top: 10px;
  padding: 8px 0 9px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
  border-radius: 5px; }
.sidebar_first .block_sidebar_menu .content .menu li ul li.leaf a.active, .sidebar_first .block_sidebar_menu .content .menu li ul li.leaf a.active-trail {
  font-weight: 800;
  background-image: none; }
.sidebar_first .block_sidebar_menu .content .menu li ul li.expanded {
  padding-bottom: 5px; }
.sidebar_first .block_sidebar_menu .content .menu li ul li.expanded a.active-trail {
  background-image: none;
  padding-right: 10px; }
.sidebar_first .block_sidebar_menu .content .menu li ul ul {
  border: none;
  padding: 0;
  margin-left: 20px; }
.sidebar_first .block_sidebar_menu .content .menu li ul ul li a.active {
  background: url(../img/menu_leaf.png) no-repeat left 10px !important; }

.sidebar_second {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
.sidebar_second:last-child {
  margin-right: 0; }
.sidebar_second .block {
  margin-bottom: 20px; }
.sidebar_second .block .block_title {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAUUlEQVQ4y6XMNxUAIAwA0XhAMF7whwbKAI+SnuHGf1BLgkA5hEcthL2DjT2DC1sHH7YMUKwdkFgzYLE0EDE3UGFqoMbYwITfgRmfAxdeAzeedd7XIZcDld6OAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 8px;
  padding-left: 16px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase; }
.sidebar_second .block .block_title.block_no-angle {
  background-image: none;
  padding-left: 0; }
.sidebar_second .block_grey {
  background-color: #ececec; }

.main {
  padding: 44px 0; }

.main--sidebar-first, .main--sidebar-second {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
.main--sidebar-first:last-child, .main--sidebar-second:last-child {
  margin-right: 0; }

.top {
  padding: 22px 0; }
.top::after {
  clear: both;
  content: "";
  display: table; }
.top .container {
  position: relative; }

.top__logo1 img {
  display: block; }

#breadcrumb {
  border-bottom: 1px solid #e5e5e5; }
#breadcrumb .breadcrumbs-wrapper {
  padding: 10px 0;
  font-size: 13px; }
#breadcrumb .breadcrumb {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
#breadcrumb .breadcrumb, #breadcrumb .historyback {
  float: left;
  padding-top: 1px;
  padding-bottom: 0; }
#breadcrumb .historyback {
  padding-right: 15px; }
#breadcrumb .historyback span {
  display: block;
  background: url(../img/icon_ellipse_blue.png) no-repeat right 50%;
  background-size: 4px;
  padding-right: 20px; }

#page_title {
  background-color: #f2f5f9;
  padding: 30px 0;
  min-height: 50px;
  position: relative; }
#page_title .container {
  position: relative; }
#page_title h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  max-width: 70%; }
#page_title .term_description {
  font-size: 24px;
  padding-top: 5px;
  line-height: 28px;
  font-weight: 300; }

.block-locale {
  position: absolute;
  right: 0;
  height: 36px; }
.block-locale .contextual-links-wrapper {
  right: -20px; }
.block-locale .content {
  width: 42px;
  position: relative;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px; }
.block-locale .content .language-switcher-locale-url {
  position: absolute;
  top: 6px;
  right: 0;
  background: white;
  border: 1px transparent solid;
  padding: 6px;
  margin: -6px;
  border-radius: 4px; }
.block-locale .content .language-switcher-locale-url.active {
  border-color: #e5e5e5; }
.block-locale .content .language-switcher-locale-url.active li {
  display: block; }
.block-locale .content .language-switcher-locale-url.active li.first:after {
  border-top-color: #999;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  vertical-align: 3px; }
.block-locale .content .language-switcher-locale-url.active li.first a {
  color: #3c3d3d; }
.block-locale .content li {
  display: none;
  padding: 3px 0px 3px 7px;
  margin: 0;
  -webkit-animation: lang-appear .2s forwards;
  animation: lang-appear .2s forwards; }
.block-locale .content li.first {
  cursor: pointer;
  padding-top: 1px;
  display: block; }
.block-locale .content li.first:hover a {
  color: orange; }
.block-locale .content li.first:hover:after {
  color: orange; }
.block-locale .content li.first a {
  text-decoration: none; }
.block-locale .content li.first:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 7px;
  height: 4px;
  vertical-align: 3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAW0lEQVQImTXJoRECMQBFwQ2VQAfoxFAFghkkHnP+dCKo6gwFIBloAI/6mOO5nVfUfsQry3S3Vto4473BE5fSxm4dV2zxKEmUNvY44YtPlukGkkhC7Qe1z38n8QOaoyWVeqigMgAAAABJRU5ErkJggg==') no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
.block-locale .content a {
  color: #3c3d3d; }

.block-search {
  position: absolute;
  z-index: 3;
  top: -2px;
  right: 50px; }
.block-search .content:hover .form-item input {
  width: 200px; }
.block-search .content:hover .container-inline {
  border-color: #b6b6b6; }
.block-search .content:hover .form-submit {
  background-color: #f4a610;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAQAAAACNCElAAAB7ElEQVRIx63Wz0tUURjG8deykHQVURoZ4yKoUFqlC91kIG0EoY1MggVBEDb0A8oRhBHFRCRMa5AWkiCIMuFOEFr0D2iLXLVpnUKrWrSIr4u5vnPunXPPPXbnPYsZ5n3Oh7n3vHcYQWq37B83kWWZHQ74wy/2WOcxzf+DXWQWe32k63jYJO6ap8UPu04Rn7qbjN2IbPnOClPkGKXIXqQ35MZOseS8O1d4E+K6XZgZzcVcxj0jsxqP3TJig47z6jRyL+KwDY08T5ilOwZXb8My2l7wmPN8/KkKwqi2r3lg9Zr+ZMM+B81dz2ewcu511djPoFX0xB4odjmK1Wkr74n16o7OKNagraeeWI/u6Km+zL9Ba8oTG1CsvRr7FrQ2PbExxc5UYx+0edoL+xKkv9pGo1+xEQ+qW9MFG1YZQ8gkYqtxg3H0bL7SQNKsvXYlyy8njO+26LhzM0auIw4TskZsmwEL1BH6UbcOeOVtAbO2GOYqjQjCJbKsEa4nbizKles3/7DXMzcmPOI49dKNCeeZc2xf5qbrztnO7Bx5fcSO6geztCEIZ0PceBJWXhfo4yE57tNPa6jTFOIKPphrneS9wU2mwwThncFNp8WERYObSYsJbw1uIi0mzCu2nx6r/Esp1QITJtinxO3aYLoOAeG6LFsmEPokAAAAAElFTkSuQmCC); }
.block-search .container-inline {
  height: 36px;
  padding: 3px 3px 3px 16px;
  border: 1px solid transparent;
  border-radius: 28px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28); }
.block-search .form-item input {
  border: none;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 0;
  -webkit-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: width 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  float: left;
  margin: 0;
  padding: 0;
  box-shadow: none; }
.block-search .form-item input:focus {
  outline: none; }
.block-search .form-submit {
  display: block;
  border: none;
  margin: 0;
  float: right;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAYAAACoPemuAAACJklEQVRYw82YzStEURiH7zAkrCRfobFQyGRlLGZmgZKNUjYaCqWUmHwUM0qNZmKS5HOShagpEdkpZeEfwGJmZWNtlBULC4136kzdjvfMPfecozuLp2Zq3t957tx7Pt6rebxezUrS6TSKmZBywAecAI/AO/AFfABJ4AKYBmpUCPP8qA7YBNImOAW6/lMsbFKIZgeoVSnWBsQkpfQMqRDrMBjkBTgDIoAfCJCLSBrUjcqIFQFHEs9NM7CdQ84tKsYK9Zu8FSOMnLiIWDcjbFhwZrkYeYtmxS6RkAXJ9aifIWfnFXMgxXuKVvegyCzNfgggxa2KxOxI9jWv2D1V+KR4T8Rmuo1H7I0qiikWm0DEGo3EbEhRULFYDzKGy0isBCmaUyzmQcbw8NzKb6ooolhsEBFr5xFLUEU3isVWELFSHrFjpLBYodgDlf3Mu1wMIGIziqTcSHaIV8zO2DocCsTiZpcKeq9cRgJk17MN0Uz9lwLGv7Yv+LxFGXlOkfOYjxF2R6Y8j5Azx7E8KHO0DuU4gd4CY0ALUKarqScXdW5wvJ6VbUZCnE3GJ/BjsjGZl23fphR2STRLsn1lFbAlOHimY+8Ufd54Z1glCUoYyLySrr1JV1uRQ25VVkxPNdAHTJLuaZzsHA0G7z1YciFVYqIUAocMubCVYlkOGHLrVotpZDfB5KJWi2XYZcitWS2mkddUtFgqH8Sw9yVX+SKmkduXIlK9+ST2h18WUJ4j+tow2wAAAABJRU5ErkJggg==);
  background-size: 19px;
  width: 28px;
  height: 28px;
  font-size: 0;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat; }
.block-search .form-submit:active {
  background-color: #003a8a !important; }
.block-search .form-submit:focus {
  outline: none; }

#header {
  background-image: url("../img/symbol.png");
  background-position: 110% 130%;
  background-repeat: no-repeat; }
#header::after {
  clear: both;
  content: "";
  display: table; }
.not-front #header {
  background-position: 110% 16%; }

.header_top {
  padding: 20px 0; }
.header_top::after {
  clear: both;
  content: "";
  display: table; }

.header_bottom {
  padding: 30px 0 40px; }

#logo {
  float: left;
  margin-right: 17px; }
#logo img {
  border-radius: 4px;
  display: block; }

#site-name {
  float: left;
  margin: 0 0 0 0;
  max-width: 30%;
  height: 50px;
  display: table;
  line-height: 20px; }
#site-name a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  height: 50px; }

#block-superfish-3 {
  float: right; }

#block-views-subdomain-banner-block {
  clear: both; }
#block-views-subdomain-banner-block .content {
  position: relative;
  height: 370px; }
#block-views-subdomain-banner-block .banner-text {
  position: absolute;
  top: 50%;
  padding: 30px;
  color: #ffffff;
  width: 500px;
  background-color: rgba(228, 152, 6, 0.8);
  font-size: 16px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
#block-views-subdomain-banner-block .banner-text p {
  margin: 0; }

.block-superfish {
  margin: -20px 0;
  padding: 25px 0; }
.block-superfish .content .sf-menu::after {
  clear: both;
  content: "";
  display: table; }
.block-superfish .content li.menuparent, .block-superfish .content li.sf-depth-1 {
  margin-right: 40px;
  position: relative; }
.block-superfish .content li.menuparent:last-child, .block-superfish .content li.sf-depth-1:last-child {
  margin-right: 0; }
.block-superfish .content li.menuparent .sf-sub-indicator, .block-superfish .content li.sf-depth-1 .sf-sub-indicator {
  position: static;
  display: inline-block;
  margin-left: 5px; }
.block-superfish .content li.menuparent.last .sf-megamenu, .block-superfish .content li.sf-depth-1.last .sf-megamenu {
  right: 0;
  left: auto; }
.block-superfish .content li.menuparent ul, .block-superfish .content li.sf-depth-1 ul {
  background: white;
  font-size: 14px;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
.block-superfish .content li.menuparent ul:before, .block-superfish .content li.sf-depth-1 ul:before {
  position: absolute;
  top: -7px;
  left: 19px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }
.block-superfish .content li.menuparent ul:after, .block-superfish .content li.sf-depth-1 ul:after {
  position: absolute;
  top: -6px;
  left: 20px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: ''; }
.block-superfish .content li.menuparent ul li, .block-superfish .content li.sf-depth-1 ul li {
  border-bottom: 1px solid #ececec; }
.block-superfish .content li.menuparent ul li > a, .block-superfish .content li.sf-depth-1 ul li > a {
  padding: 10px 20px;
  clear: both;
  font-weight: normal; }
.block-superfish .content li.menuparent ul li > a:hover, .block-superfish .content li.sf-depth-1 ul li > a:hover {
  color: #f4a610; }
.block-superfish .content li.menuparent ul li.last, .block-superfish .content li.menuparent ul li.firstandlast, .block-superfish .content li.sf-depth-1 ul li.last, .block-superfish .content li.sf-depth-1 ul li.firstandlast {
  border: 0; }
.block-superfish .content span.nolink.menuparent, .block-superfish .content .sf-menu > li.sf-depth-1 > a {
  cursor: pointer;
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 14px 0; }
.block-superfish .content span.nolink.menuparent:hover, .block-superfish .content .sf-menu > li.sf-depth-1 > a:hover {
  color: #f4a610; }
.block-superfish .sf-megamenu {
  background: #eef4f6;
  padding: 20px; }
.block-superfish .sf-megamenu .sf-no-children {
  margin-bottom: 12px; }
.block-superfish .sf-megamenu .sf-no-children:last-child {
  margin-bottom: 0; }
.block-superfish .sf-megamenu a {
  color: #3c3d3d; }
.block-superfish .sf-megamenu a:hover {
  color: #3c3d3d; }
.block-superfish .sf-megamenu a:visited {
  color: #3c3d3d; }
.block-superfish .sf-megamenu a:focus {
  color: #3c3d3d; }
.block-superfish .sf-megamenu a:focus {
  color: #3c3d3d; }
.block-superfish .sf-megamenu a:active {
  color: #3c3d3d; }

#footer {
  background: #eef4f6;
  padding: 40px 0; }
#footer p {
  margin: 0; }

#block-block-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
#block-block-11:last-child {
  margin-right: 0; }
#block-block-11 .content {
  color: #003a8a;
  font-size: 13px; }

#block-menu-menu-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
#block-menu-menu-footer:last-child {
  margin-right: 0; }
#block-menu-menu-footer .content .menu li {
  float: left;
  margin-right: 32px; }
#block-menu-menu-footer .content .menu li a {
  font-size: 13px; }

#block-block-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
#block-block-12:last-child {
  margin-right: 0; }

.social::after {
  clear: both;
  content: "";
  display: table; }
.social__item {
  float: left;
  margin-right: 10px; }
.social__item:last-child {
  margin-right: 0; }
.social__link {
  width: 23px;
  height: 23px;
  display: block; }
.social__link:hover {
  opacity: .9; }
.social--fb {
  background: url("../img/fb.png") no-repeat; }
.social--tw {
  background: url("../img/tw.png") no-repeat; }
.social--fl {
  background: url("../img/flickr.png") no-repeat; }
.social--yt {
  background: url("../img/youtube.png") no-repeat; }

#block-menu-menu-sum-main-menu .content {
  margin-bottom: 50px; }
#block-menu-menu-sum-main-menu .content > .menu::after {
  clear: both;
  content: "";
  display: table; }
#block-menu-menu-sum-main-menu .content > .menu > li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
#block-menu-menu-sum-main-menu .content > .menu > li:last-child {
  margin-right: 0; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a {
  color: #5f6262;
  font-size: 13px;
  line-height: 19px; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a:hover {
  color: #5f6262; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a:visited {
  color: #5f6262; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a:focus {
  color: #5f6262; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a:focus {
  color: #5f6262; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a:active {
  color: #5f6262; }
#block-menu-menu-sum-main-menu .content > .menu > li .menu a::before {
  content: '-';
  margin-right: 4px; }
#block-menu-menu-sum-main-menu .content span.nolink {
  color: #3c3d3d;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px; }

.block-chart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative; }
.block-chart:last-child {
  margin-right: 0; }
.block-chart h2 {
  color: #eda213;
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  text-transform: uppercase; }

.stat-data {
  float: left;
  display: block;
  margin-right: 0.35765%;
  width: 47.41%; }
.stat-data:last-child {
  margin-right: 0; }
.stat-data::after {
  clear: both;
  content: "";
  display: table; }
.stat-data__item {
  float: left;
  display: block;
  margin-right: 2.82916%;
  width: 47.58542%; }
  .stat-data__item1 {
  float: left;
  display: block;

width: calc(100% / 2 - 5px); }

.stat-data__item:last-child {
  margin-right: 0; }
.stat-data__top {
  padding-left: 45px;
  margin-bottom: 10px;
  min-height: 28px; }
.stat-data--people {
  background: url("../img/people.png") no-repeat left top 4px; }
.stat-data--created {
  background: url("../img/place.png") no-repeat left top 4px; }
.stat-data__data {
  color: #eda213;
  font-size: 30px;
  font-weight: 900;
  float: left;
  margin-right: 10px;
  line-height: 1;
  text-transform: uppercase; }
.stat-data__title {
  color: #eda213;
  font-size: 13px;
  font-weight: 900;
  line-height: 13px;
  padding-top: 4px;
  text-transform: uppercase; }
.stat-data__text {
  color: white;
  font-size: 12px;
  font-weight: 400; }

.block-news h2 {
  color: #3c3d3d;
  font-size: 14px;
  margin-bottom: 40px; }
.block-news h2::before {
  content: '';
  height: 0;
  width: 0;
  border-bottom: 5px solid #eda213;
  border-left: 5px solid transparent;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 5px; }
.block-news h2 a {
  margin-left: 15px;
  color: #9d9e9e;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline; }
.block-news .content .view-content {
  padding-top: 45px;
  padding-left: 20px; }
.block-news .content .view-content::after {
  clear: both;
  content: "";
  display: block; }
.block-news .content .views-row {
  margin-bottom: 14px; }
.block-news .content .views-field-title, .block-news .content .views-field-title-field {
  color: #003a8a;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 3px; }
.block-news .content .views-field-created {
  color: #7f7f7f;
  font-size: 11px;
  font-weight: 600; }

.block-front-menu .content .menu li {
  margin-bottom: 4px; }
.block-front-menu .content .menu li:nth-child(1) a {
  background-image: url("../img/icon-conf.png"); }
.block-front-menu .content .menu li:nth-child(1) a:hover {
  background-image: url("../img/icon-conf-orange.png"); }
.block-front-menu .content .menu li:nth-child(2) a {
  background-image: url("../img/icon-docs.png"); }
.block-front-menu .content .menu li:nth-child(2) a:hover {
  background-image: url("../img/icon-docs-orange.png"); }
.block-front-menu .content .menu li:nth-child(3) a {
  background-image: url("../img/icon-man.png"); }
.block-front-menu .content .menu li:nth-child(3) a:hover {
  background-image: url("../img/icon-man-orange.png"); }
.block-front-menu .content .menu li:nth-child(4) a {
  background-image: url("../img/icon-mail.png"); }
.block-front-menu .content .menu li:nth-child(4) a:hover {
  background-image: url("../img/icon-mail-orange.png"); }
.block-front-menu .content .menu a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  padding: 7px 10px 7px 52px;
  color: #9d9e9e;
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: left 13px center;
  background-repeat: no-repeat; }
.block-front-menu .content .menu a:hover {
  color: #fff; }
.block-front-menu .content .menu a:visited {
  color: #9d9e9e; }
.block-front-menu .content .menu a:focus {
  color: #9d9e9e; }
.block-front-menu .content .menu a:focus {
  color: #fff; }
.block-front-menu .content .menu a:active {
  color: #9d9e9e; }
.block-front-menu .content .menu a:hover {
  background-color: #eda213;
  border: 1px solid #eda213;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); }

.block-front-links {
  margin-bottom: 50px; }
.block-front-links__hide {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.block-front-links__hide::before {
  content: '';
  background: #e5e5e5;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: -1; }
.block-front-links__hide span {
  color: #a1a1a1;
  font-size: 11px;
  font-weight: 600;
  background-color: white;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer; }
.block-front-links .content {
  position: relative;
  padding: 0 82px; }
.block-front-links .content .views-row {
  margin-right: 30px; }
.block-front-links__prev {
  height: 37px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../img/arrow-left.png"); }
.block-front-links__next {
  height: 37px;
  width: 38px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: url("../img/arrow-right.png"); }

.container--small {
  padding: 0 10px; }

.pure-g [class*="pure-u"] {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif; }

ul.clean, ol.clean {
  padding: 0;
  margin: 0;
  list-style: none; }

.main__content {
  font-size: 0.88em;
  line-height: 1.3em; }
.main__content p {
  margin: 1em 0; }
.main__content article.node-teaser.pure-u-1-1 {
  margin-bottom: 0.88em; }
.main__content article .field-type-image img {
  height: auto; }
.main__content h2 {
  font-size: 1.2em;
  font-weight: bold; }
.main__content ul, .main__content ol {
  margin: 15px 0;
  padding: 0 0 0 20px; }
.main__content .item-list ol, .main__content .item-list ul {
  padding: 0;
  margin: 0; }
.main__content .item-list ol li, .main__content .item-list ul li {
  list-style: none; }
.main__content .itab-content ol {
  padding-left: 24px; }
.main__content .itab-content ol.grey_list li:last-child {
  border-bottom: 1px solid #e5e5e5; }
.main__content strong {
  font-weight: bold; }
.main__content ul, .main__content .itab-content ul {
  list-style-type: disc; }
.main__content ul ul, .main__content .itab-content ul ul {
  list-style-type: circle; }
.main__content ol {
  counter-reset: li;
  padding-left: 10px; }
.main__content ol > li {
  position: relative;
  margin: 0 0 6px 2em;
  padding: 4px 8px; }
.main__content ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  line-height: 2em;
  color: #fff;
  background: #003a8a;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-size: 12px; }
.main__content ul li {
  margin: 3px 0; }

ul.orange_list {
  padding-left: 18px; }
ul.orange_list li {
  list-style-type: none; }
ul.orange_list li:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  background-color: #f4a610;
  margin-top: 6px;
  margin-left: -18px; }

ol.grey_list {
  padding-left: 0 !important; }
ol.grey_list li {
  border-bottom: 1px solid #e5e5e5;
  margin: 1.2em 0 0 0;
  padding-bottom: 1.5em;
  padding-left: 42px; }
ol.grey_list li:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  top: 0;
  left: 0;
  font-size: 16px;
  background-color: #003a8a; }
ol.grey_list li:last-child {
  border: 0; }

ul.blue {
  padding-left: 0 !important; }
ul.blue li {
  background: url(../img/icon_blue_empty.png) no-repeat;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0 0 0;
  padding-bottom: 17px;
  padding-left: 32px;
  list-style: none;
  line-height: 20px;
  font-size: 14px; }
ul.blue li:before {
  content: none !important; }
ul.blue li:last-child {
  border: 0; }
ul.blue.noborder li {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: 10px; }
ul.blue.filled li {
  background-image: url(../img/icon_blue_filled.png); }

hr {
  border: 0;
  border-top: 1px solid #e5e5e5; }

.button-orange {
  background-color: #f4a610;
  font-weight: 700;
  font-size: 16px;
  color: white;
  display: inline-block;
  margin: 20px auto;
  border-bottom: 3px solid #e78c09;
  border-radius: 3px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none; }

.fleft {
  float: left; }

.ftitle {
  line-height: 30px;
  margin-right: 5px; }

.bigtext {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #f4a610;
  text-transform: uppercase;
  font-size: 12px; }
.bigtext span {
  font-size: 30px;
  line-height: 40px;
  float: left;
  margin-right: 5px; }
.bigtext div {
  padding-top: 10px;
  line-height: 1em;
  white-space: nowrap; }

.pure-button:link, .pure-button:visited {
  padding: 10px 30px;
  color: #464646; }

.pure-button-orange:link, .pure-button-orange:visited {
  background-color: #f4a610;
  color: #fff; }

.pure-table td, .pure-table th {
  padding: .7em; }
.pure-table td p, .pure-table th p {
  margin: 0 !important; }

.pure-table-horizontal:not(:last-child), .itabs .pure-table-horizontal {
  border-bottom: 1px solid #e5e5e5; }
.itabs:last-child .pure-table-horizontal {
  border-bottom: 0 !important; }
.pure-table-horizontal td, .pure-table-horizontal th {
  vertical-align: top;
  padding: 0 1em;
  border-bottom: 1px solid #e5e5e5; }
.pure-table-horizontal td:first-child, .pure-table-horizontal th:first-child {
  padding-left: 0; }
.pure-table-horizontal td:last-child, .pure-table-horizontal th:last-child {
  padding-right: 10px; }
.pure-table-horizontal td:nth-child(even), .pure-table-horizontal th:nth-child(even) {
  background-color: #f6f2ef; }
.pure-table-horizontal th {
  border-top: 1px solid #e5e5e5;
  font-weight: bold; }

.pure-table-vertical td, .pure-table-vertical th {
  border-left: none; }
.pure-table-vertical thead {
  background-color: transparent;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb; }
.pure-table-vertical td:nth-child(even), .pure-table-vertical th:nth-child(even) {
  background-color: #f2f5f9; }

.pure-table-noborder {
  border: none; }

.pure-table-bordered tr:nth-child(even) {
  background-color: #f2f5f9; }

#block-system-main .content h2, #block-system-main fieldset .fieldset-title {
  font-size: 18px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  color: #464646;
  text-decoration: none;
  margin: 1.2em 0 1.1em; }
#block-system-main .content h2:first-child, #block-system-main fieldset .fieldset-title:first-child {
  margin-top: 0; }
#block-system-main .content h2 span.small {
  font-size: 14px; }
#block-system-main .content h3 {
  font-weight: 700;
  margin: .1em 0; }
#block-system-main fieldset.collapsible {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: #e5e5e5 1px solid; }
#block-system-main fieldset.collapsible .fieldset-title {
  color: #f4a610; }
#block-system-main fieldset.collapsible .summary {
  display: none; }
#block-system-main fieldset.collapsible .fieldset-legend {
  background-image: none !important;
  padding: 0 !important; }
#block-system-main fieldset.collapsible legend {
  width: 100%; }
#block-system-main fieldset.collapsible.collapsed {
  border-bottom: #e5e5e5 1px solid !important; }
#block-system-main fieldset.collapsible.collapsed .fieldset-title {
  background-image: url(../img/icon_arrow_down.jpg);
  color: #464646; }
#block-system-main fieldset.collapsible .fieldset-title:hover {
  color: #f4a610; }
#block-system-main fieldset.collapsible .fieldset-title {
  background: url(../img/icon_arrow_up.jpg) no-repeat right center;
  width: 100%;
  display: block;
  padding: 15px 0; }
#block-system-main fieldset:last-of-type {
  border-bottom: 0; }
#block-system-main .block_float_left {
  float: left; }
#block-system-main .block_float_right {
  float: right; }
#block-system-main .border_top {
  border-top: #e5e5e5 1px solid;
  margin-top: 20px;
  padding-top: 20px; }
#block-system-main .border_bottom {
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 20px; }
#block-system-main .border_bottom.padding_bottom {
  padding-bottom: 20px; }
#block-system-main.block_wide .content fieldset {
  width: 100%;
  float: none; }

.block_left {
  padding: 0 10px 0 50px;
  font-size: 14px; }
.block_left h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 5px; }
.block_left p {
  margin: 0 !important;
  line-height: 17px !important; }

.block_relative {
  position: relative; }

.block_border_orange {
  border-top: 5px #f4a610 solid;
  position: absolute;
  width: 32px;
  height: 42px;
  background-position: left bottom;
  background-repeat: no-repeat; }
.block_border_orange.block_tenge {
  background-image: url(../img/icon_tenge.png); }
.block_border_orange.block_plus {
  background-image: url(../img/icon_plus.png); }
.block_border_orange.block_eight {
  background-image: url(../img/icon_eight.png); }
.block_border_orange.block_leaf {
  background-image: url(../img/icon_leaf.png); }
.block_border_orange.block_cert {
  background-image: url(../img/icon_cert.png);
  height: 45px; }
.block_border_orange.block_book {
  background-image: url(../img/icon_book.png); }
.block_border_orange.block_ball {
  background-image: url(../img/icon_ball.png); }
.block_border_orange.block_graphic {
  background-image: url(../img/icon_graphic.png); }
.block_border_orange.block_people {
  background-image: url(../img/icon_people.png);
  height: 47px; }
.block_border_orange.block_student {
  background-image: url(../img/icon_student.png);
  height: 52px; }
.block_border_orange.block_tree {
  background-image: url(../img/icon_tree.png);
  height: 46px; }

.textgrey {
  background-color: #f5f5f5;
  padding: 10px 20px 12px 30px;
  margin: 20px 0 20px -30px !important; }

.grey_block {
  background-color: #ecf0ed;
  color: #464646;
  font-size: 13px; }
.grey_block p {
  margin: 0; }
.grey_block img {
  display: block; }
.grey_block.noborder {
  padding: 0; }
.grey_block .border {
  padding: 15px; }

.original_title {
  font-size: 18px !important;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  font-weight: 700;
  color: #464646;
  padding: 0 10px 15px 0; }

.block.dashed_list {
  border: 1px solid #e5e5e5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 0; }
.block.dashed_list h2.block_title {
  margin: 11px 20px; }
.block.dashed_list .views-row {
  border-top: 1px dashed #e5e5e5;
  padding: 12px 20px 10px 16px;
  font-size: 13px;
  line-height: 1.2em;
  position: relative;
  margin: 0; }
.block.dashed_list .views-row a.active {
  color: #b0b0b0; }
.block.dashed_list.block_notitle .views-row:first-child {
  border-top: none; }

.link-pdf {
  padding-left: 54px;
  display: block;
  font-size: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAApCAYAAABDV7v1AAACWElEQVRYw9WZO0gcURSGJ8a3+EALUUkRiZWKiAREwUSIjSA2PhoxhYKaRkTBgEjMuj6wS5qgFhJBFC3UYFRCSGHio9JCRDGKTyRG20jEGP1n/Ucvw64gzrBni2+5O8PufDNz5px7z2haVpcGgkEz+AnOwYUX0Y+/Ad7SS3OBjyDw3ctynpgFoYZos1BJA4chuiFcdMsQPRcueuEKTx+Q1Im0UvQz+AgOJYt2MpU8BlFgX6LofxALXoAW5j2HRNE1ylWABo5LJYoOU64SlHFcJFH0A+UKQC7H1ZKvaDzLsT5+L1F05XricMOS1Kf+kSIZY0O1syyP1iii6ZITfpki+oDhIE70L4gwxehLiaKjlNNlyzn2s/iBskS0VKlM2yCE3zPAqRTRYxBIsUVu61BCoEaKaCuFnivb/oFniuxrbvOa6B8QR5kx074DzqgM2WwwDSZBP8tuL5gAu3aLOimRwqRv3j9nkr2Np2DdDtFfSkr6pFQoPU67QDFI9CCVD4bAF/BOCZM8O0Sr+Oc5YAHUggQ3UmEg2cOVTeEsq5UhlG616A/gbzroQ5AGXoFuMAN+K7/R09QgKAHRbqQDwFerRPdYKv1Mdb0HHN1xErMJvoERMGU6qXuJ9jEmn7CWa2y17EhZLutnX08x/bY2KVezXdK6vk2pMKvXDaur8ngmRXSZQZ7JpkIqJcO58hTTKamjWCMbC8bTPS6tpeNwk0IGJPaeTsAbkAQKldmRzzfJbBf1mf7opnDJXaPj3CJc1GmIhvLtg0TJefWtiMYFmYOLMym328lposvxEgEs9VkFt823AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  line-height: 1.2em;
  padding-top: 5px;
  padding-bottom: 6px;
  color: #464646 !important;
  min-height: 30px;
  width: 70%; }

.document-link {
  margin: 1em 0; }
.document-link::after {
  clear: both;
  content: "";
  display: table; }
.document-link a {
  background-repeat: no-repeat;
  background-position: center; }
.document-link a.document-link-view {
  width: 28px;
  height: 28px;
  margin: 0 12px;
  float: left;
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center; }
.document-link a.document-link-pdf {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_pdf_orange.png); }
.document-link a.document-link-doc, .document-link a.document-link-docx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_doc_orange.png); }
.document-link a.document-link-xls, .document-link a.document-link-xlsx {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  float: left;
  background-image: url(../img/icon_xls_orange.png); }
.document-link div {
  float: left;
  width: 80%;
  font-size: 14px;
  display: table;
  min-height: 28px; }
.document-link div span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px; }

.document_link_title {
  margin: 1em 0; }
.document_link_title::after {
  clear: both;
  content: "";
  display: table; }
.document_link_title a {
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 35px;
  font-size: 14px;
  line-height: 28px; }
.document_link_title a span {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0; }
.document_link_title a span.document-link-view {
  background-image: url(../img/icon_eye_orange.png);
  margin: 0;
  background-position: left center; }
.document_link_title a span.document-link-pdf {
  background-image: url(../img/icon_pdf_orange.png); }
.document_link_title a span.document-link-doc, .document_link_title a span.document-link-docx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABz0lEQVRIx82U+UsCURDH/ffsP8qCKLrvsGxrMcvSUsuy7MISich+6ICULktLUzsts0vd9dt7UwQrXQRtLQy7874785l583Y1pbUGLbMEM/yycYZWoxLsDapREUb2t8CqNiPGZ3xk9qlFdA+MQVcUUNlqxKjbizmvHzaXBxVNokIvbxBgdc6T7mR5atpNHwM7RBuKr1j8DNWvQV2mUWTuHxT6dTqD1h4r6fV6M84uUgo9m8uhoWvwc+DqRhBtPcPwrwXI3wzsoayuG1epNORCgXagWbBglnXBr5PkOcXv7EfI9y6voUWwwmRzY8m/+XWHvpUN8jnkjnV0//AIvdFO2tb2gSJB+DhO6xzAi0meX35/hsVAbryrfF6Cgc2Tul8PKhIE98K03mly0D0STfwcKJidKLCqo/FTVDSLNA/ecZ1+gHTeVTabo7ny3bi4uoYsy+jsc7zsUL2AkQnP18DUzS3NRWLBeUlC7+AE6W7PMulPT1naSl5Agfn2yQXSLWNzVKAkydRp+vaO3u+3T78PbDQMIRSJke0fRunQtIsjigqHWNJQOEancTd0BOPwpEIXLS7ssHWuH7Ki+AHT/ZsPXy2gmj/vJAeW8AcVYCec9QwLhvYaBCzwaQAAAABJRU5ErkJggg==); }
.document_link_title a span.document-link-xls, .document_link_title a span.document-link-xlsx {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABpUlEQVRIx82UWUtCURDH/Xr2jbIitMUMk1ZNU8xK27BCCooIX3qohxZtwSzLSitts1zuVct/dwa8WJHel24NDGebc35n/mfR6K3NWslvJMcvOzG0GpVgMlSjIoz9r4E6HJ6GcJNOYDLg4r7pFQ+3Q5FdGMfauR6NR74t5F60I548R66QRVKKCQT9yjL0LrtBdnufRMdoK+6fUlKrgvElB3qceh7LZJ8/zTG7u1AqFTnuJZtBpfKOi0RMuaTHsUNe+CC6z2X4ZI/7fwKSGmSUIak05DXDNtOvHNg/YUKRdwwIosAZ1AP2ugzIF3I8RpIvrM/CYNMpB3ba2/CYeeAFUo93krQtdYHkw74+RC8jLCsZnbli4MbWGk9K8/kBq5vLDYEjPguX9rlBiEWR4yjzhsCBqV6UyyVk86/oG+9GQchL8oqweIwykOTeOdqW3TE/jPJbGdd3V5wZXRqxKPClawikK08WCC5wm7IjOzoLy8Cv5vRbGVY12uD8mk/ZOzRJMpBXD53Kal/teK1TP8WSCiRpt/Re/9VPo+bnfUvAJqqoAEsQ6wN6HOa8YNhP4QAAAABJRU5ErkJggg==); }

table.table-white {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #e5e5e5; }
table.table-white tr {
  background-color: white; }
table.table-white td, table.table-white th {
  border: 1px solid #e5e5e5;
  border-width: 0 0 1px 1px;
  margin: 0;
  padding: 21px 25px 24px;
  overflow: visible; }
table.table-white td:first-child, table.table-white th:first-child {
  border-left-width: 0; }
table.table-white tr:last-child > td, table.table-white tr.views-row-last > td {
  border-bottom-width: 0; }
table.table-white td {
  vertical-align: top; }
table.table-white table {
  border: 0; }
table.table-white table td {
  width: 33.3%;
  padding: 13px 25px 16px; }
table.table-white table .first td {
  background-color: #f4f8f9;
  font-weight: 700; }

ul.itabs {
  overflow: hidden;
  width: 100%;
  padding: 0;
  float: none;
  list-style: none;
  position: relative;
  margin: 20px 0;
  text-align: left; }
ul.itabs p {
  margin: 0; }
ul.itabs::after {
  clear: both;
  content: "";
  display: table; }
ul.itabs > li {
  float: left;
  display: block;
  margin: 0; }
ul.itabs > li:before {
  content: none !important; }
ul.itabs > li:last-child > h3 {
  margin: 0 !important; }
ul.itabs li > h3 {
  display: block;
  cursor: pointer;
  position: relative;
  background-image: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px 0 0 !important;
  font-weight: 400 !important;
  padding: 0 0 8px 0; }
ul.itabs .itab-content {
  z-index: 2;
  display: none;
  overflow: hidden;
  left: 0;
  right: 0;
  padding: 0;
  margin-bottom: 20px;
  position: absolute;
  border-top: 1px solid #e5e5e5;
  top: 40px; }
ul.itabs .itab-content p {
  margin: 1em 0; }
ul.itabs li.active > h3, ul.itabs li > h3:hover {
  color: #7f7f7f;
  border-bottom: 5px solid #f4a610;
  z-index: 10; }
ul.itabs li.active .itab-content {
  display: block; }

.accordion h3 {
  padding-top: 10px; }
.accordion h3.expanded a {
  background: url(../img/menu_expanded.png) no-repeat left 12px; }
.accordion .first h3 {
  padding-top: 0; }
.accordion > .item-list {
  border-right: 1px solid #e5e5e5; }
.accordion .item-list ul.menu .item-list ul {
  display: none; }
.accordion .item-list ul.menu .item-list ul.expanded {
  display: block; }
.accordion .item-list ul.menu, .accordion .item-list ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none; }
.accordion .item-list ul.menu > li {
  list-style: none;
  font-size: 14px; }
.accordion .item-list ul.menu > li a {
  color: #323232;
  height: auto !important;
  display: block;
  padding: 5px 15px;
  line-height: 1.3em; }
.accordion .item-list ul.menu > li a:hover {
  color: #003a8a; }
.accordion .item-list ul.menu > li a.active {
  font-weight: 900; }
.accordion .item-list ul.menu > li ul {
  width: 87%;
  margin-top: 10px;
  padding: 8px 0 9px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.accordion .item-list ul.menu > li ul a {
  font-size: 90%; }

.node-manager-dzo .manager_wrapper .field-name-field-manager-dzo-position p:first-child {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 1em;
  position: relative; }
.node-manager-dzo .manager_wrapper .field-name-field-manager-dzo-position p:first-child:before {
  content: '';
  position: absolute;
  margin-top: 2px;
  width: 100%;
  height: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAQAAABHnLxMAAAAEElEQVQYV2P4z8BAC/T0PwBRGx7ImcpS8gAAAABJRU5ErkJggg==); }
.node-manager-dzo .manager_wrapper .field-name-body {
  background: url(../img/border_orange.png) no-repeat;
  margin-top: 22px;
  padding-top: 8px; }
.node-manager-dzo .field-name-field-manager-dzo-photo img {
  border-radius: 5px;
  display: block; }
.node-manager-dzo.node-teaser {
  margin-right: 20px; }
.node-manager-dzo.node-teaser h2 {
  min-height: 60px;
  margin: 18px 0 0 0 !important; }
.node-manager-dzo.node-teaser h2 a {
  color: #003a8a; }
.node-manager-dzo.node-teaser .field-name-field-manager-dzo-position {
  font-size: 13px;
  padding-bottom: 22px;
  padding-top: 0;
  margin-bottom: 30px;
  background: url(../img/border_orange.png) no-repeat;
  background-position: left bottom;
  min-height: 48px; }

.manager_photo {
  padding-bottom: 20px; }

.manager_bio p:first-child {
  margin-top: 0; }
.manager_bio .field {
  padding-left: 20px; }

.node-news.node-teaser, .node-news-dzo.node-teaser {
  margin-right: 20px; }
.news-row:nth-child(odd) .node-news, .news-row:nth-child(odd) .node-news-dzo {
  margin-right: 10px; }
.news-row:nth-child(even) .node-news, .news-row:nth-child(even) .node-news-dzo {
  margin-left: 10px; }
.node-news .submitted, .node-news-dzo .submitted {
  color: #b0b0b0;
  font-size: 11px;
  margin-bottom: 20px; }
.node-news .submitted.teaser-submitted, .node-news-dzo .submitted.teaser-submitted {
  display: block;
  margin-top: 5px; }
.not-front.page-node .node-news .submitted, .not-front.page-node .node-news-dzo .submitted {
  margin-top: -12px; }
.page-node .node-news.field-name-field-news-photo, .page-node .node-news-dzo.field-name-field-news-photo {
  margin-bottom: 20px; }
.node-news a.teaser-link, .node-news-dzo a.teaser-link {
  line-height: 1.2em;
  margin-top: 16px;
  display: block;
  font-size: 14px; }
.node-news .summary-photo, .node-news-dzo .summary-photo {
  float: left; }
.node-news .summary, .node-news-dzo .summary {
  float: left;
  max-width: 380px;
  padding: 20px 25px;
  height: 170px;
  overflow: hidden;
  background: #ecf0ed;
  font-size: 18px;
  line-height: 1.3em; }
.node-news .summary p, .node-news-dzo .summary p {
  margin: 0; }

.node-invest-contacts header {
  margin-bottom: 5px; }
.node-invest-contacts .field {
  font-size: 13px; }
.node-invest-contacts .field-label {
  width: 70px; }
.node-invest-contacts .field-name-field-manager-department, .node-invest-contacts .field-name-field-manager-position {
  color: #464646; }
.node-invest-contacts.node_full .field-name-field-manager-department, .node-invest-contacts.node-teaser header h2 {
  padding-bottom: 10px;
  padding-top: 0;
  margin-bottom: 10px;
  line-height: 1.3em;
  background: url(../img/border_orange.jpg) no-repeat;
  background-position: left bottom; }
.node-invest-contacts.node-teaser header h2 {
  line-height: 34px; }
.node-invest-contacts.node_full .field-name-field-manager-department {
  padding-bottom: 25px; }
.node-invest-contacts .field-name-field-manager-fax, .node-invest-contacts .field-name-field-manager-phone, .node-invest-contacts .field-name-field-manager-mail {
  color: #323232;
  padding-left: 400px;  
  position: relative;
  bottom: 42px; }
.node-invest-contacts.node_full .field-name-field-manager-fax {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px; }
.node-invest-contacts.node-teaser {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 15px; }
.node-invest-contacts.node-teaser .field-name-field-manager-phone {
  padding-top: 8px; }
.node-invest-contacts.node-teaser .field-name-field-manager-fax {
  padding-bottom: 12px; }

.node-purchase.node-teaser {
  padding: 15px 0 20px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5; }
.node-purchase.node-teaser header {
  position: relative;
  padding-left: 75px; }
.node-purchase.node-teaser header div {
  font-size: 14px; }
.node-purchase.node-teaser span {
  font-size: 13px;
  color: #a7a9ac; }
.node-purchase.node-teaser .created {
  font-size: 12px;
  position: absolute;
  z-index: 2;
  left: 0; }
.node-purchase.node-teaser .firm {
  color: #003a8a; }

/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }
  
  .view-photovideo td {
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top; }
  .view-photovideo td.col-last {
    padding-right: 0; }
.view-photovideo .views-field-title-field .field-content {
  position: relative; }
.view-photovideo .videorep-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAABbUlEQVRIx82XMU/CQBiGb9ROOmkom6uJ2N/hv3DFxB/gr7Crs4mxUCOrq4tRgQ11IWHVhCZWKaE8DlxjBSPftQV8k2/q5X167d137ylACaoEHAGXQAfoM1EfeAE8/bwk8Zs3oAL4wAiZYj2+kgW6BpxqkyyKAVf7iKA20KQYNbXfn9Ay0KVYdbXvr9B1oMVi1NL+M1CXxcqdhjo5Fo3J4nLSUJ/lyE+gtmSW4fUeg9tDxmEv72xtBVQlo9/PNyZ1sU30eMI46mcFV5VuYXKorrC2w/D5DOKhKbSmdC81hib10XAY9Rom0I4CgjzQpD5vDojfHiRWgZK+3jzopDYZ3B3P9SpspgbQIPc//fF5X+/F/9Rb8kKqme/TmS0TZdqnoo703Ry28jSHGCiLe294tVtEG/RXfsqs5DxVgLXg5GD9m4yUToPtgoBtSRpMhzS3gNxrZUn4+xkTvpPnWjF9l/GAp9QhEei7TN3kLvMFiJgAKsFlqB8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 10px;
  left: 10px; }
.view-photovideo img {
  max-width: none; }
.view-photovideo .views-field-nothing {
  padding-top: 16px; }
  .view-photovideo .views-field-nothing .title {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto; }
    .view-photovideo .views-field-nothing .title a {
      text-decoration: none; }
      .view-photovideo .views-field-nothing .title a:hover {
        text-decoration: underline; }
  .view-photovideo .views-field-nothing .submitted {
    font-size: 11px;
    color: #b0b0b0;
    margin: 5px 0 0 0; }

#block-views-photovideo-block h2.block_title, #block-views-photovideo-block-1 h2.block_title, #block-views-photovideo-block-2 h2.block_title, #block-views-photovideo-block-3 h2.block_title, #block-views-news-block-front h2.block_title {
  color: #464646;
  padding-left: 0;
  padding-bottom: 20px; }
  

.view-photovideo td {
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top; }
  .view-photovideo td.col-last {
    padding-right: 0; }
.view-photovideo .views-field-title-field .field-content {
  position: relative; }
.view-photovideo .videorep-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAABbUlEQVRIx82XMU/CQBiGb9ROOmkom6uJ2N/hv3DFxB/gr7Crs4mxUCOrq4tRgQ11IWHVhCZWKaE8DlxjBSPftQV8k2/q5X167d137ylACaoEHAGXQAfoM1EfeAE8/bwk8Zs3oAL4wAiZYj2+kgW6BpxqkyyKAVf7iKA20KQYNbXfn9Ay0KVYdbXvr9B1oMVi1NL+M1CXxcqdhjo5Fo3J4nLSUJ/lyE+gtmSW4fUeg9tDxmEv72xtBVQlo9/PNyZ1sU30eMI46mcFV5VuYXKorrC2w/D5DOKhKbSmdC81hib10XAY9Rom0I4CgjzQpD5vDojfHiRWgZK+3jzopDYZ3B3P9SpspgbQIPc//fF5X+/F/9Rb8kKqme/TmS0TZdqnoo703Ry28jSHGCiLe294tVtEG/RXfsqs5DxVgLXg5GD9m4yUToPtgoBtSRpMhzS3gNxrZUn4+xkTvpPnWjF9l/GAp9QhEei7TN3kLvMFiJgAKsFlqB8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  position: absolute;
  bottom: 10px;
  left: 10px; }
.view-photovideo img {
  max-width: none; }
.view-photovideo .views-field-nothing {
  padding-top: 16px; }
  .view-photovideo .views-field-nothing .title {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto; }
    .view-photovideo .views-field-nothing .title a {
      text-decoration: none; }
      .view-photovideo .views-field-nothing .title a:hover {
        text-decoration: underline; }
  .view-photovideo .views-field-nothing .submitted {
    font-size: 11px;
    color: #b0b0b0;
    margin: 5px 0 0 0; }
.view-news img {
  width: 100%; }



views-photovideo-block h2.block_title, #block-views-photovideo-block-1 h2.block_title, #block-views-photovideo-block-2 h2.block_title, #block-views-photovideo-block-3 h2.block_title, #block-views-news-block-front h2.block_title {
  color: #464646;
  padding-left: 0;
  padding-bottom: 20px; }


.node.node-photorep .field-name-field-gallery-photo .field-item {
  min-height: 570px;
  /*margin-bottom: 150px;*/
}

.node-photorep .submitted, .node-videorep .submitted {
  color:#b0b0b0;
  font-size: 11px;
  margin-top: -14px;
  display: block;
  height: 35px; }
.node-photorep .field-name-title-field h2, .node-videorep .field-name-title-field h2 {
  line-height: 1em !important;
  width: 65%; }
.node-photorep .content header {
  padding: 16px 20px 0px;
  background-color: #ececec;
  border: 1px solid #e3e3e3; 
  float: none;
  width: 746px;}
.node-videorep .content header {
  padding: 16px 20px 0px;
  background-color: #ececec;
  border: 1px solid #e3e3e3; 
  float: none;
  width: 756px;}
.node-photorep .content header > h2, .node-videorep .content header > h2 {
  width: 80%; }

.field-name-field-gallery-photo .rsDefaultInv .rsThumbs {
  border-radius: 0; }

.node-videorep .field-name-field-video-embed {
  /* padding-top: 25px; */
  clear: left;
  margin-bottom: 28px; }

.node-photorep .field-name-field-gallery-photo {
  clear: left;
  /*margin-bottom: 148px;*/
}
  
  
.headopros>label{
  display:none;
} 
.view-knu-programm view-content{
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.view-knu-programm div.views-field.views-field-field-knucity{
  float: left;
  padding-right: 15px;
  font-family: 'Roboto Condensed','Arial Narrow',Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #333333;
  width:260px;
}
.view-knu-programm div.views-field.views-field-field-knudate{
  padding-left: 260px;
  font-size: 14px;
    color: #557799;
  font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
  width:80%;
}
.view-knu-programm div.views-field.views-field-field-knudate .field-content{
    display: contents;
}
.view-knu-programm div.views-field.views-field-field-knudate .field-content .date-display-single{
    margin-left: 10px;
}
.view-knu-programm div.views-field.views-field-field-knudate span.views-label-field-knudate{
  font-size: 18px;
}
.view-knu-programm div.views-field.views-field-field-knudatelimit{
    float: right;
  margin-top: -16px;
  text-align: center;
  color: #557799;
  font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
}
.view-knu-programm div.views-field.views-field-field-knudate:before{
  content: url('../img/calendar.png');
  padding-right: 5px;
  float: left;
}
.view-knu-programm div.views-field.views-field-title{
  float:left;
  width:76%;
  padding-top:20px;
  padding-left:94px;
  font-family: 'Roboto Condensed',Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.view-knu-programm div.views-field.views-field-field-knuprice{
  float: right;
  width:20%;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-top:20px;
  font-size: 20px;
  color: rgb(236, 144, 54);
  }
.view-knu-programm div.views-field.views-field-field-knutime{
  float:left;
  background: url('../img/time.jpg');
  width:65px;
  height:45px;
  margin-left:-600px;
  padding-left:18px;
  color:white;
  font-size:16px;
  padding-top:13px; 
}
.view-knu-programm div.views-field.views-field-field-knutext{
  float:left;
  font-family: 'Roboto Condensed','Arial Narrow',Arial, Helvetica, sans-serif;
  color: #333333;
  border-bottom: dotted 1px grey;
  padding-bottom: 20px;
  width:100%
}
.node-programm-knu div.field-name-field-knutype{
  font-size:16px;
  margin-bottom:10px;
}
.node-programm-knu div.field-name-field-knudatelimit{
  font-size:16px;
  margin-bottom:-30px;
}
.node-programm-knu div.field-name-field-knutext{
  font-size:16px;
  margin-bottom:10px;
}
.view-knu-programm .views-row{
  height:200px;
}

#slider {
  color: #fff;
  font-size: 16px;
  position: relative; }

.slider {
  max-height: 370px;
  width: 100%;
  display: block;
  overflow: hidden; }
  .slider_item {
    position: relative;
    width: 100%; }
  .slider .field-name-body {
    top: 17%;
    position: absolute;
    z-index: 2;
    left: 140px; }
    .slider .field-name-body p {
      margin: 2em 0;
      font-size: 0.9em;
      max-width: 465px;
      line-height: 1.25em; }
    .slider .field-name-body .field-item {
      padding: 25px 30px 1px;
      background-color: rgba(0, 58, 138, 0.7); }
  .slider h2 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 41px;
    margin-bottom: 10px;
    letter-spacing: -0.9px; }
    .slider h2 span {
      font-size: 28px;
      display: block; }
  .slider h3 {
    font-size: 24px;
    line-height: 28px; }
  .slider .owl-controls {
    margin: 0;
    top: 44%;
    position: absolute;
    z-index: 3;
    left: 40px;
    text-align: left; }
    .slider .owl-controls .owl-nav {
      height: 25px;
      width: 75px;
      margin-top: -50px;
      background: url(../img/bg_owl.png) no-repeat center center; }
      .slider .owl-controls .owl-nav div {
        background-image: url(../img/icon_arrows.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: left bottom;
        width: 25px;
        height: 25px;
        display: block;
        margin: 0;
        padding: 0;
        float: left; }
        .slider .owl-controls .owl-nav div:hover {
          background-position: left top; }
      .slider .owl-controls .owl-nav .owl-next {
        background-position: right bottom;
        float: right; }
        .slider .owl-controls .owl-nav .owl-next:hover {
          background-position: right top; }
    .slider .owl-controls .owl-dots {
      margin-top: 10px;
      height: 16px; }
      .slider .owl-controls .owl-dots .owl-dot {
        float: left; }
        .slider .owl-controls .owl-dots .owl-dot span {
          background-color: transparent;
          background-image: url(../img/bg_owl_pager.png);
          background-repeat: no-repeat;
          height: 6px;
          width: 6px;
          margin: 4px;
          display: block; }
        .slider .owl-controls .owl-dots .owl-dot.active span {
          background-position: right top; }
      

  .menu-uvedomlenie .responsive-menu .menu-item {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .menu-uvedomlenie .responsive-menu .menu-item a{
    color: #323232;
    height: auto !important;
    display: block;
    padding: 5px 17px 5px 17px;
  }
  .menu-uvedomlenie .responsive-menu .menu-item a.active {
    background: url(../img/menu_leaf.png) no-repeat left 10px;
    font-weight: 700;
  } 
  
  #edit-body-und-0-format{
    display:none;
  }
   
  #edit-preview
  {
    display:none;
  }

  #edit-language, #edit-field-appeal-theme-und, #edit-title-field-und-0-value, #edit-field-appeal-email-und-0-email, #edit-field-phonenumber-und-0-value
  {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  }


  #menu-item-2773, #menu-item-2772, #menu-item-2774
  {
    margin: 0 0 10px;
    border-bottom: 0;
  }
  
 .views-field.views-field-field-knuprice{
   display: none;
 }
 .views-field.views-field-field-knutext{ 
 margin-top: 38px;
 }
 .views-field.views-field-field-appeal-theme {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.views-field-view-node a {
    text-decoration: none;
    border-radius: 19px;
    background-color: #f4a610;
    color: white;
    padding: 9px 20px 10px;
}
.view-ohranasredi .view-content .item-list li.views-row {
  margin-bottom:60px;
}

#edit-submitted-yazyk {
  background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
box-sizing: border-box;
margin-bottom: 0.75em;
padding: 0.5em;
transition: border-color 150ms ease;
width: 100%;
} 
#edit-submitted-tema-obrashcheniya{
  background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
box-sizing: border-box;
margin-bottom: 0.75em;
padding: 0.5em;
transition: border-color 150ms ease;
width: 100%;
}
#block-block-109{


display:flex;}

#block-block-100 {
    float: left;
    display: block;
    margin-right: 0.35765%;
    width: 47.41%;
}


.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-ru.admin-menu section.top div.container a.top__logo1 img{
  margin-left: -38px;
}
.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-ru.admin-menu header#header div.header_top div.container a#logo{
margin-right: -21px;
}
.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-kk.admin-menu section.top div.container a.top__logo1 img{
  margin-left: -38px;
}
.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-kk.admin-menu header#header div.header_top div.container a#logo{
margin-right: -21px;
}
.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-en.admin-menu section.top div.container a.top__logo1 img{
  margin-left: -38px;
}
.domain-www-appak-kazatomprom-kz.toolbar.toolbar-drawer.i18n-en.admin-menu header#header div.header_top div.container a#logo{
margin-right: -21px;
}


/* Ноутбуки и.т.д.*/

@media screen and (max-width: 1080px) {}


/* Планшеты */

@media screen and (max-width: 1024px) {}


/* Смартфоны */

@media screen and (max-width: 414px)
/*Iphone 6 Plus*/

{
  .block-locale {
    right: 13px;
  }
  .banner-text {
    width: 100px;
  }
  #block-views-subdomain-banner-block .banner-text {
    width: 80%;
  }
  .sf-accordion-toggle > a {
    color: #ffffff;
  }
  .stat-data {
    width:100%;
  }

  .stat-data__item {
    margin: 20px 10px;
    display: block;
    float: none;
    width: 90%;

  }


  /* HERE IS CEO SIDEBAR */

  .sidebar_second {
    float: none;
    display: block;
    margin: 0 18%;
    width: 80%;
  }
  .sidebar_second div {
    width:100%;
    align-content: center;
    margin:0;
  }

  /* SLIDER SIDE */
  .main--sidebar-second,.main--sidebar-first {
    width:98% !important;
  }
  .main--sidebar-second > .pure-g, .main--sidebar-first > .pure-g {
    width: 100% !important;
  }
  .main--sidebar-second > .pure-g > div, .main--sidebar-first > .pure-g > div {
    width: 100% !important;
  }

  .owl-carousel {
    width:100% !important;
  }
  .owl-carusel .owl-stage-outer {
    width:100% !important;
  }
  .view-content {
    width: 100% !important;
  }
  .view-content > div {
    width:100% !important;
  }
  .view-content img {
    width: 100% !important;
  }
  .owl-carusel .owl-stage {
    width:600% !important;
  }
  .owl-carusel .owl-item div,.owl-carusel .owl-item img,.owl-carusel .owl-item .news-slider-overlay > a, .owl-carusel .owl-item {
    width:100% !important;
  }
  .owl-item > div {
    width:100% !important;
  }

  /*  END OF SLIDE  */

  /*  FROM PAGE : ABOUT US   */
  .sidebar_first {
    width: 100%;
    float: none;
  }

  /*  CARS GALLARY  */
  .pure-u-1-1 {
    width: 70%;
    margin-left: 20%;
  }

  /*  http://www.rusburmash.kazatomprom.kz/ru/subsection/akcionery SPECIAL FOR THIS PAGE*/
  .uranium, .uranium2 {
    width: 50% !important;
  }
  .uranium123, .uranium1234 {
    width: 100% !important;
    float: left !important;
    margin-bottom: 10%;
  }

  /*  MEDIA */
  /*.view-content img {
    width: 90%;
  }
  .view-content .rsOverflow {
    width: 100% !important;
  }*/
  
.blog_obyavlenie {
width: 90% !important;
float: none !important;
    padding: 10px;
}
}
.blog_obyavlenie a {
color:#ffc10e !important;
}

}


/*Iphone 6s*/

@media screen and (max-width: 375px) {}


/*Iphone SE*/

@media screen and (max-width: 320px) {}
.select-or-other.select-or-other-processed{margin-top:-32px;}
