/*!
Theme Name: pytkam_net
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pytkam_net
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pytkam_net is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Ubuntu";
  src: url(assets/fonts/ubuntu/Ubuntu-Regular.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url(assets/fonts/ubuntu/Ubuntu-Italic.woff2);
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Ubuntu";
  src: url(assets/fonts/ubuntu/Ubuntu-Bold.woff2);
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu";
  src: url(assets/fonts/ubuntu/Ubuntu-BoldItalic.woff2);
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "fontello";
  src: url(assets/fonts/fontello/fontello.woff2);
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.field-name-field-pdf .field-items .file a:before,
.field-name-field-docs .file a:before,
.field-name-field-docs2 .file a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e800";
}

.icon-menu-1:before {
  content: "\e801";
}

.icon-cancel:before {
  content: "\e802";
}

.icon-phone:before {
  content: "\e803";
}

.icon-share:before {
  content: "\e804";
}

.icon-wallet:before {
  content: "\e805";
}

.icon-search:before {
  content: "\e806";
}

.icon-download:before {
  content: "\e807";
}

.icon-credit-card:before {
  content: "\e808";
}

.icon-flash:before {
  content: "\e809";
}

.icon-resize-full-alt:before {
  content: "\e80a";
}

.icon-signal:before {
  content: "\e80b";
}

.icon-clipboard:before {
  content: "\e80c";
}

.icon-plus-squared:before {
  content: "\e80d";
}

.icon-down-open-mini:before {
  content: "\e80e";
}

.icon-up-open-mini:before {
  content: "\e80f";
}

.icon-pencil:before {
  content: "\e810";
}

.icon-left:before {
  content: "\e811";
}

.icon-down:before {
  content: "\e812";
}

.icon-up:before {
  content: "\e813";
}

.icon-right:before {
  content: "\e814";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-menu:before {
  content: "\f0c9";
}

.icon-mail-alt:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-youtube-squared:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-vkontakte:before {
  content: "\f189";
}

.icon-file-pdf:before {
  content: "\f1c1";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-paper-plane-empty:before {
  content: "\f1d9";
}

.icon-twitter-squared:before {
  content: "\f304";
}

.icon-facebook-squared:before {
  content: "\f308";
}

.field-name-field-pdf .field-items .file a:before,
.field-name-field-docs .file a:before,
.field-name-field-docs2 .file a:before {
  content: "\e807";
}

@font-face {
  font-family: "Roboto Slab";
  src: url(assets/fonts/roboto-slab/RobotoSlab-Regular.woff2);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Slab Light";
  src: url(assets/fonts/roboto-slab/RobotoSlab-Light.woff2);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Slab Bold";
  src: url(assets/fonts/roboto-slab/RobotoSlab-Bold.woff2);
  font-weight: bold;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: "Roboto Slab", serif;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  line-height: normal;
}

body {
  color: #585858;
}

body.mainmenu-open {
  overflow: hidden !important;
}

img {
  vertical-align: middle;
}

#logo-and-header-content {
  padding: 10px;
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#logo-and-header-content:after {
  clear: both;
  display: block;
  content: "";
}

#logo-and-header-content img {
  height: 60px !important;
  width: 60px !important;
}

#logo-and-header-content img,
#logo-and-header-content .about-intro {
  float: left;
}

.about-intro a {
  text-decoration: none;
  color: #000;
}

#logo-and-header-content .lang-sw {
  float: right;
}

#logo-and-header-content .about-intro {
  height: 40px;
  padding: 23px 20px 23px 200px;
  line-height: 20px;
  text-align: right;
  font-size: 12px;
}

#logo-and-header-content .lang-sw {
  height: 40px;
  padding: 23px 10px 23px 10px;
  line-height: 20px;
  text-align: right;
  font-size: 12px;
}

#logo-and-header-content .lang-sw a {
  text-decoration: none;
  border-bottom: dotted 1px #fe0000;
  text-transform: lowercase;
  color: #333;
}

#logo-and-header-content .lang-sw a.active {
  font-weight: bold;
  border-bottom: dotted 1px #fff;
}

#header-line {
  border-bottom: solid 1px #d9d9d9;
  position: relative;
}

#header-line div div {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

.lang-sw {
  border-left: solid 1px rgba(210, 215, 217, 0.75);
}

#header-line .about-intro h3 {
  text-transform: uppercase;
}

#header-line .about-intro h3 {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  display: inline-block;
}

#header-line div.about-intro {
  padding: 0 !important;
  margin: 0 !important;
  border-left: none !important;
}

#header-line .lang-sw {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

#header-line .lang-sw a {
  text-decoration: none;
  text-transform: lowercase;
  color: #333;
  margin: 0 5px;
}

#header-line .lang-sw a:last-child {
  border-right: none;
  margin-right: 0;
}

#header-line .lang-sw a.active {
  font-weight: bold;
  color: #fe0000;
}

#logo-and-header-content,
#main-menu {
  display: none;
}

#logo-menu-wrap {
  border-bottom: solid 1px #d9d9d9;
}

#logo-menu,
#content {
  padding: 10px 10px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

#header-line-wap {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.front #content {
  padding: 10px 10px !important;
}

#logo-menu img {
  float: left;
  margin-right: 25px;
  height: 75px;
  width: auto;
}

#logo-menu:after {
  clear: both;
  display: block;
  content: "";
}

#mmenu-wrap {
  color: #333;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

#mmenu-wrap > ul {
  margin: 0;
  padding: 0;
  float: left;
}

#mmenu-wrap > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}

#mmenu-wrap > ul > li > a,
#mmenu-wrap > ul > li > span {
	margin: 5px;
    color: #888;
    text-decoration: none;
    padding: 0px 5px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
	border: 3px solid transparent;
}

#mmenu-wrap > ul > li:first-child > a {
  margin-left: 0 !important;
}

.mainmenu-open #mmenu-wrap > ul > li:first-child > span {
  margin-left: 15px !important;
}

#mmenu-wrap > ul > li > a.active {
  /*-webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;*/
  color:#fe0000;
  border: 3px solid #ccc;
}

#mmenu-wrap > ul > li > a[href="/search"].active,
#mmenu-wrap > ul > li > a[href="/ru/search"].active,
#mmenu-wrap > ul > li > a[href="/en/search"].active {
  -webkit-box-shadow: inset 0 -1px #fff !important;
  box-shadow: inset 0 -1px #fff !important;
}

#mmenu-wrap > ul > li > a[href="/search"].active,
#mmenu-wrap > ul > li > a[href="/ru/search"].active,
#mmenu-wrap > ul > li > a[href="/en/search"].active {
  color: #fe0000 !important;
}

.site-name-and-nav {
  float: left;
}

.site-title {
  margin: 0 !important;
}

.site-title a {
  text-decoration: none;
  color: #000;
  font-family: "Roboto Slab", serif;
  letter-spacing: 12px;
}

@media (min-width: 960px) {
  .site-title a {
    text-transform: uppercase;
  }
}

@media (max-width: 1120px) and (min-width: 0px) {
  .site-title a {
    letter-spacing: 6px;
  }
}

@media (max-width: 960px) and (min-width: 0px) {
  .site-title a {
    display: inline-block;
    max-width: 400px;
    line-height: 30px;
    margin-top: 7px;
  }
}

@media (max-width: 780px) and (min-width: 0px) {
  .site-title a {
    letter-spacing: 1px;
    font-size: 20px;
    max-width: 100px;
    line-height: 22px;
    margin-top: 10px;
    text-transform: uppercase;
  }
  #logo-menu img {
    margin-right: 15px;
  }
}

@media (max-width: 370px) and (min-width: 0px) {
  .site-title a {
    text-transform: none;
    max-width: 86px;
  }
  #logo-menu img {
    margin-right: 10px;
  }
}

.menu-item>a.active:not([href]) span{
  color: #fe0000 !important;
}

#mmenu-wrap > a,
#mmenu-wrap > span {
  font-size: 16px !important;
}

#mmenu-wrap ul ul {
  display: none !important;
}

#mmenu-wrap>ul>li>ul.active {
  display: block !important;
  position: absolute;
  border: solid 1px #f6f5f3;
  background: #f6f5f3;
  margin-left: 14px !important;
  width: 290px;
  z-index: 20;
  margin-left: 29px !important;
  border-left: solid 1px #fe0000;
  border-top: solid 1px #f6f5f3;
  border-right: solid 1px #f6f5f3;
  border-bottom: solid 1px #f6f5f3;
}

#mmenu-wrap ul li.first ul.active {
  margin-left: 14px !important;
}

#mmenu-wrap ul ul li {
  border-bottom: solid 1px #000;
}

#mmenu-wrap ul ul li:last-child {
  border-bottom: none !important;
}

#mmenu-wrap ul ul.active,
#mmenu-wrap ul ul.active li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mmenu-wrap ul ul.active li a {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #585858;
  text-decoration: none;
  padding: 5px 20px 5px 10px;
  display: block;
}

#mmenu-wrap ul ul.active li a:hover {
  background: #fff;
  color: #fe0000;
}

.menu-button {
  display: none;
}

.sub-menu {
  display: none;
}

.sub-menu {
  display: none;
}

.item-exp.active .sub-menu {
  display: block;
}

#mmenu {
  display: inline-block;
}

.header-contacts {
  width: 120px;
  display: inline-block;
  line-height: 18px;
  float: right;
}

.header-contacts a {
  display: inline-block;
  clear: both;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  text-decoration: none;
}

.header-contacts > a {
  padding-top: 7px;
}

.header-contacts a.tell {
  letter-spacing: 1px;
}

.header-contacts-content {
  text-align: right;
}

.header-contacts {
  border-left: solid 1px rgba(210, 215, 217, 0.75);
  padding: 0 0 0 3em;
  position: relative;
  margin-top: 10px;
}

.header-contacts-title {
  color: #fe0000;
  display: inline-block;
  font-size: 1.5em;
  height: 1.125em;
  left: 0;
  line-height: 1.125em;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 2em;
}

a[class="icon-search"] {
  display: inline-block;
}

.pagination,
.pagination2,
.pagination3 {
  display: inline-block;
  padding: 0;
  margin: 8px 0;
}

.pagination li,
.pagination2 li,
.pagination3 li {
  display: inline;
}

.pagination li a,
.pagination2 li a,
.pagination3 li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #fe0000 !important;
}

.w3-third {
  width: 33.33333%;
}

.w3-twothird {
  width: 66%;
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
  float: left;
}

.w3-border {
  border: 1px solid #ccc !important;
}

#wrap {
  padding: 25px 20px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}

#wrap:after {
  clear: both;
  display: block;
  content: "";
}

#left {
  float: left;
  width: 20%;
  padding-right: 50px;
}

#left img {
  width: 100%;
  height: auto;
}

#section-sub-menu .menu {
  margin-bottom: 25px;
}

#section-sub-menu h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

#section-sub-menu ul {
  margin: 0;
  padding: 0;
}

#section-sub-menu
  ul.menu:not(#menu-contacts):not(#menu-regionalnye-otdeleniya)
  > li {
  display: none;
}

#section-sub-menu ul#menu-glavnoe-menyu.menu li.current-menu-parent > a {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  display: block;
  font-size: 1.17em;
}



#section-sub-menu li.current-menu-parent > ul.sub-menu li,
#section-sub-menu #menu-contacts li,
#section-sub-menu #menu-kontakty li,
#section-sub-menu #menu-regionalnye-otdeleniya li {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-left: solid 3px #333;
  padding-left: 12px;
  border-bottom: solid 1px #d9d9d9;
}

#section-sub-menu ul li.current-menu-ancestor > a {
  display: none !important;
}

#section-sub-menu ul>li.current-menu-ancestor > .sub-menu > li:not(.current-menu-ancestor) {
  display: none !important;
}


#section-sub-menu ul>li.current-menu-parent > .sub-menu > li.menu-item {
  display: block !important;
}


#section-sub-menu ul li.current-menu-parent > a {
  display: block !important;
}

#section-sub-menu ul li.current-menu-parent,
#section-sub-menu ul li.current-menu-parent > .sub-menu,
#section-sub-menu ul li.current-menu-ancestor,
#section-sub-menu ul li.current-menu-ancestor > .sub-menu {
  display: block !important;
}

#section-sub-menu ul li:last-child {
  border-bottom: none;
}

#section-sub-menu ul li a {
  text-decoration: none;
  color: #333;
}

#section-sub-menu ul#menu-glavnoe-menyu li.current-menu-item {
  border-left: solid 3px #fe0000 !important;
}

#section-sub-menu ul#menu-glavnoe-menyu li.current-menu-item a {
  font-weight: bold;
}

#section-sub-menu ul#menu-glavnoe-menyu.sub-menu li a:hover,
#section-sub-menu ul#menu-regionalnye-otdeleniya li a:hover,
#section-sub-menu ul#menu-contacts li a:hover,
#section-sub-menu ul#menu-kontakty li a:hover  {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
}

.section-sub-menu ul#menu-glavnoe-menyu li.current-menu-item > a,
.section-sub-menu ul#menu-regionalnye-otdeleniya li.current-menu-item,
.section-sub-menu ul#menu-contacts li.current-menu-item > a,
.section-sub-menu ul#menu-kontakty li.current-menu-item > a {
  color: #fe0000 !important;
}

.related-materails {
  margin-bottom: 50px;
  padding: 10px 0 0 0;
  border-bottom: solid 1px #fe0000;
  text-decoration: none;
}

.related-materails .item {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9d9d9;
  display: block;
}

.related-materails.news .item:last-child,
.related-materails.video .item:last-child,
.related-materails.material-pdf .item:last-child,
.related-materails.texts li:last-child .item {
  border-bottom: none;
}

.related-materails a {
  text-decoration: none;
}

.related-materails .item-description {
  padding: 5px 0;
  color: #777;
  padding-left: 15px;
  display: block;
  font-size: 14px;
}

.related-materails.texts .menu a,
.related-materails.news > a {
  color: #333;
  font-size: 14px;
  line-height: 1.5em;
}

.related-materails.texts a:hover {
  color: #fe0000;
}

.related-materails.news a:hover span.title {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
}

.related-materails.news .date {
  font-weight: bold;
}

.related-materails .contextual-links-wrapper {
  display: none !important;
}

.related-materails.video p {
  margin: 0 !important;
}

.related-materails h3 {
  border-bottom: solid 2px #fe0000;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0 0.75em 0.5em 0;
}

.related-materails h3 a {
  text-decoration: none;
  color: #585858 !important;
}

#main {
  float: left;
  width: 70%;
}

#main:after {
  clear: both;
  content: "";
  display: block;
}

#main .cover {
  clear: both;
  margin: 0 auto;
}

#main .cover img {
  width: 100%;
  height: auto;
}

.page-node-35 .cover img {
  max-width: 300px;
}

#page-title {
  margin: 0 0 10px 0;
}

#parent-title {
  font-size: 18px;
  float: right;
}

.content-attr-date {
  font-weight: bold;
  font-size: 14px;
}

.content-attr-source {
  font-size: 14px;
}

.desc {
  margin: 5px 0;
  padding: 5px 0 10px 0;
  color: #777;
  border-bottom: solid 1px #d9d9d9;
  display: block;
}

.node-type-news #content-main {
  padding-left: 100px;
  clear: both;
}

#content-main p {
  line-height: 1.5em;
}

#content-main p a {
  color: inherit;
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
  text-decoration: none;
}

#content-main p a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.content-attr {
  display: block;
  margin: 10px 0;
  padding: 10px 0;
  float: left;
}

#parent-title:after,
.content-attr:after,
.content-attr:before {
  clear: both;
  content: "";
  display: block;
}

.content-attr div {
  display: block;
  float: left;
  margin-right: 25px;
}

.content-attr-source a {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
  text-decoration: none;
  color: #000;
}

.content-author {
  font-weight: bold;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 2px #fe0000;
  margin-bottom: 20px;
  margin-left: 100px;
  padding-right: 0.75em;
}

.content-tags {
  margin: 10px 0;
}

.content-tags a {
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 12px;
  margin-right: 5px;
  border: solid 1px #d9d9d9;
}

.content-tags a:hover {
  border: solid 1px #fe0000;
}

.content-tags span.label {
  font-style: italic;
  margin-right: 10px;
}

.related-materails.material-pdf a {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.related-materails.material-pdf a .item-title {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  padding: 3px;
}

.related-materails.material-pdf a .item-subtitle {
  position: absolute;
  bottom: 0px;
  left: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px;
}

#block-system-main {
  margin-bottom: 20px;
}

#footer {
  margin-top: 50px;
  background: #2c2b29;
  min-height: 200px;
  width: 100%;
}

#content-main a.content-item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: solid 1px #d9d9d9;
  display: block;
}

#content-main a.content-item {
  text-decoration: none;
  color: #000;
}

#content-main a.content-item:hover {
  color: #fe0000;
}

#content-main .content-item:last-child {
  border: none;
}

.ttr {
  clear: both;
  display: block;
  font-size: 14px;
  line-height: 39px;
}

.ttr-date {
  font-weight: bold;
}

.page-news #content {
  margin-top: 100px;
  content: #000;
}

#page-title {
  border-bottom: solid 1px #d9d9d9;
}

.node-type-news #page-title {
  border-bottom: none !important;
}

.page-news #parent-title {
  margin: 0;
}

#footer-wrap {
  padding: 25px 20px;
  max-width: 1300px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5em;
}

#footer-wrap * {
  color: #828282;
}

#footer-wrap a {
  text-decoration: none;
}

#footer-line {
  border-top: solid 1px #3c3b38;
  line-height: 30px;
  text-align: center;
  color: #828282;
  font-size: 12px;
}

@media (max-width: 780px) and (min-width: 0px) {
  #social-links h3 {
    clear: both;
    margin-bottom: 10px !important;
    display: block !important;
  }
}

#social-links h3 {
  margin: 0 20px 0 0;
  display: inline-block;
}

#social-links a {
  font-size: 16px;
}

#social-links a:hover {
  color: #fff;
}

.ft-block.block-1 {
  padding-right: 50px;
  float: left;
  margin-bottom: 20px;
}

.ft-block.block-2 {
  width: 70%;
  float: left;
}

.ft-block.block-2 p {
  margin-top: 0;
}

.ft-block.block-1 a {
  display: block;
  line-height: 1.5em;
}

.ft-block.block-1 span {
  margin-top: 1em;
  display: inline-block;
}

body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 55, 61, 0.9);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#footer-wrap:after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 0px) and (max-width: 1295px) {
  #mmenu-wrap > .menu {
    font-size: 16px !important;
  }
}

@media (min-width: 1000px) and (max-width: 1120px) {
  #mmenu-wrap > ul > li > a,
  #mmenu-wrap > ul > li > span {
    margin: 0 7px;
  }
}

@media (min-width: 0px) and (max-width: 1060px) {
  .mainmenu-open:before {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #mmenu-wrap > .menu {
    padding: 50px 20px 25px 20px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 101;
    min-width: 270px;
    display: none;
  }
  #mmenu-wrap > .menu.active {
    display: block;
  }
  #mmenu-wrap > .menu a {
    display: inline-block;
    clear: both;
  }
  #mmenu-wrap > .menu > a,
  #mmenu-wrap > .menu > li {
    line-height: inherit !important;
  }
  #mmenu-wrap > .menu > li span,
  #mmenu-wrap > .menu > li a {
    height: auto !important;
    line-height: 27px !important;
  }
  #mmenu-wrap > .menu > li > span,
  #mmenu-wrap > .menu > li > a {
    letter-spacing: 3px;
  }
  #mmenu-wrap > ul > li > a,
  #mmenu-wrap > ul > li > span {
    padding: 0 !important;
  }
  #mmenu-wrap > .menu > li {
    display: block;
    margin-bottom: 10px;
  }
  li.expanded span:before {
    float: right;
  }
  #mmenu-wrap ul ul.active {
    position: static !important;
    margin-top: 10px !important;
    border: none !important;
    width: auto !important;
    min-width: inherit !important;
    background: none !important;
    margin-left: 14px !important;
  }
  #mmenu-wrap ul ul.active li {
    border-bottom: solid 1px #f6f5f3;
  }
  .menu-button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 300;
    cursor: pointer;
  }
  .mainmenu-open .menu-button:before {
    content: "\e802" !important;
  }
  #logo-menu {
    position: relative;
  }
  .menu-button {
    margin-top: 30px;
  }
  .mainmenu-open #logo-menu {
    position: static;
  }
  .mainmenu-open .menu-button {
    margin-top: 0 !important;
    position: fixed;
    top: 3px;
    font-size: 36px;
    font-weight: normal;
    right: 20px;
  }
  .header-contacts {
    margin-right: 30px;
  }
  .search {
    margin-top: 50px !important;
  }
}

@media (min-width: 741px) {
  #left {
    height: 100% !important;
  }
}

@media (min-width: 0px) and (max-width: 740px) {
  #logo-menu img {
    height: 70px;
    margin-top: 6px;
  }
  #main {
    width: auto !important;
  }
  #left {
    width: 250px;
    position: absolute;
    background: #fff;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
    top: 0;
    display: none;
  }
  #left.active {
    display: block;
    z-index: 300;
  }
  .left-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    position: fixed;
    cursor: pointer;
    left: 0;
    top: 50%;
    margin-top: -35px;
  }
  .LeftBar-open .left-button {
    left: 288px;
    z-index: 300;
  }
  .left-button:before {
    font-size: 2rem;
    height: inherit;
    line-height: inherit;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "Fontello";
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
    content: "\e801";
  }
  .LeftBar-open .left-button:before {
    content: "\e802" !important;
  }
  .LeftBar-open {
    position: fixed;
  }
  .LeftBar-open:before {
    opacity: 1 !important;
    visibility: visible !important;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  #content-main {
    padding-left: 60px !important;
  }
  .page-node-19 #content-main,
  .page-node-46 #content-main,
  .page-node-47 #content-main,
  .page-node-48 #content-main,
  .page-node-49 #content-main,
  .page-node-50 #content-main,
  .page-node-51 #content-main {
    padding-left: 0px !important;
  }
}

@media (min-width: 0px) and (max-width: 470px) {
  .about-intro h3 {
    display: none !important;
  }
  .header-contacts {
    width: inherit !important;
    border-right: solid 1px rgba(210, 215, 217, 0.75);
  }
  .header-contacts-content {
    display: none;
    position: fixed;
    background: #fff;
    left: 50%;
    width: 170px;
    margin-left: -85px;
    margin-top: -25px;
    padding: 25px;
    z-index: 300;
    text-align: center;
  }
  .header-contacts-title {
    cursor: pointer;
  }
  .header-contacts-content.active {
    display: block;
  }
  .contacts-open:before {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header-contacts-content a {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .header-contacts-content a:last-child {
    margin-bottom: 0 !important;
  }
}

.front-line-1:after {
  clear: both;
  content: "";
  display: block;
}

.front-line-1:after {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f6f5f3;
}

.front-buttons {
  margin-bottom: 10px;
}

.front-buttons {
  text-align: center;
  padding: 10px 0 20px 0 !important;
}

.front-buttons a {
  text-align: left;
  display: block;
  margin: 0 20px 0 0;
  padding: 42px 0px 42px 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif !important;
  text-decoration: none;
  letter-spacing: 2px;
  color: #ff0000;
  background: #ffffff;
  border: solid 1px #ff0000;
}

.front-buttons a:last-child {
  margin-bottom: 0;
}

.front-buttons a:hover {
  background: #ff0000;
  border: solid 1px #ff0000;
  color: #fff;
}

.front-buttons a:before {
  display: none;
}

.front-buttons a {
  font-family: "Ubuntu", sans-serif !important;
  text-align: left;
}

.front-buttons a.icon-wallet:before {
  margin-right: 10px;
}

.front-buttons a img {
  width: 72px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.front-buttons a span {
  display: inline-block;
  width: 200px;
}

.frontbutt .act {
  display: inline-block;
}

.frontbutt .hov {
  display: none;
}

.frontbutt:hover .act {
  display: none !important;
}

.frontbutt:hover .hov {
  display: inline-block !important;
}

#button-help {
  background: #ff0000 !important;
  border: solid 1px #ff0000 !important;
  color: #fff !important;
}

#button-help:hover {
  background: #fff !important;
  color: #ff0000 !important;
}

@media (max-width: 900px) {
  .front-buttons a {
    clear: both;
    letter-spacing: normal;
    font-size: 12px;
  }
  .front-buttons a:first-child {
    margin-bottom: 10px;
  }
}

.statistics {
  max-width: 581px;
  float: left;
}

.statistics .block-stistic {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  float: left;
  border-bottom: solid 1px #d9d9d9;
  width: 270px;
  height: 110px;
  padding: 10px;
  position: relative;
}

.statistics .block-stistic {
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
}

.statistics .block-stistic:hover {
  background: #f6f5f3;
}

.statistics .block-stistic h3 {
  color: #73797c;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  position: relative;
  z-index: 3;
  font-family: "Ubuntu", sans-serif !important;
}

.statistics .block-stistic .bs-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.statistics .block-stistic .bs-icon img {
  display: block;
  width: 30%;
  height: auto;
  float: right;
}

.statistics .block-stistic .bs-number {
  color: #e52320;
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  left: 10px;
}

#block-stistic-1,
#block-stistic-3,
#block-stistic-5 {
  border-right: solid 1px #d9d9d9;
}

#block-stistic-5,
#block-stistic-6 {
  border-bottom: none !important;
}

#block-stistic-2:after,
#block-stistic-4:after,
#block-stistic-6:after {
  content: "";
  clear: both;
  display: block;
}

#front-slider {
  margin-left: 10px;
  padding-left: 10px;
  border-left: solid 1px #f6f5f3;
  float: right;
  display: block;
  width: 698px;
}

#front-slider a {
  text-decoration: none;
  color: #fe0000;
}

#front-slider a h3 {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  padding: 10px 20px 25px 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  font-size: 16px;
  letter-spacing: 2px;
}

.owl-nav > div {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 36px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.owl-nav > div:hover {
  background: rgba(229, 35, 32, 0.7);
  color: #fff;
}

.owl-nav > div.owl-prev {
  left: 15px;
}

.owl-nav > div.owl-next {
  right: 5px;
}

.owl-dots {
  text-align: right;
  position: relative;
  margin-top: -30px;
  margin-right: 10px;
}

.owl-dot {
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  margin: 7px;
  display: inline-block;
}

.owl-dot.active {
  background: #d51921;
}

@media (max-width: 1340px) {
  .statistics {
    max-width: inherit;
    float: none;
  }
  .statistics .block-stistic {
    width: 22%;
    height: 90px;
  }
  .statistics .block-stistic h3 {
    font-size: 12px;
  }
  .statistics .block-stistic .bs-number {
    font-size: 40px;
  }
  .statistics .block-stistic .bs-icon img {
    width: 20%;
  }
  #front-slider {
    width: 50%;
  }
}

@media (max-width: 1150px) {
  .statistics .block-stistic {
    width: 22%;
    height: 80px;
  }
  .statistics .block-stistic .bs-number {
    font-size: 30px;
  }
}

@media (max-width: 1080px) and (min-width: 750px) {
  .statistics {
    margin-top: 10px;
    max-width: 94%;
    margin: 0 auto;
  }
}

@media (max-width: 1080px) {
  .statistics .block-stistic {
    width: 29%;
    height: 90px;
  }
  .statistics .block-stistic h3 {
    padding-right: 50px;
  }
  #front-slider {
    width: 100%;
    max-width: 698px;
    margin: 0 auto !important;
    clear: both;
    float: none !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
  .statistics {
    margin-top: 10px;
  }
  #front-slider {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f6f5f3;
  }
  .statistics:after {
    clear: both;
    content: "";
    display: block;
  }
  .owl-nav > div.owl-prev {
    left: 5px;
  }
}

@media (max-width: 1080px) and (min-width: 550px) {
  #block-stistic-4 {
    clear: both !important;
  }
  #block-stistic-2:after,
  #block-stistic-4:after {
    content: inherit;
    clear: none;
    display: none;
  }
  #block-stistic-3:after,
  #block-stistic-6:after {
    content: "";
    clear: both;
    display: block;
  }
  #block-stistic-1,
  #block-stistic-2,
  #block-stistic-4,
  #block-stistic-5 {
    border-right: solid 1px #d9d9d9 !important;
  }
  #block-stistic-3,
  #block-stistic-6 {
    border-right: none !important;
  }
  #block-stistic-4,
  #block-stistic-5,
  #block-stistic-6 {
    border-bottom: none !important;
  }
}

@media (max-width: 549px) and (min-width: 0px) {
  .statistics .block-stistic {
    width: 45%;
    height: 90px;
    padding: 5px;
  }
  .statistics .block-stistic h3 {
    font-size: 10px;
  }
  .statistics .block-stistic .bs-number {
    font-size: 30px;
    left: 5px;
  }
  .statistics .block-stistic .bs-icon {
    top: 5px;
    right: 5px;
  }
  .statistics .block-stistic .bs-icon img {
    width: 30%;
  }
  #block-stistic-2:after,
  #block-stistic-4:after {
    content: "";
    clear: both;
    display: block;
  }
  #block-stistic-1,
  #block-stistic-3,
  #block-stistic-5 {
    border-right: solid 1px #d9d9d9 !important;
  }
  #block-stistic-2,
  #block-stistic-4,
  #block-stistic-6 {
    border-right: none !important;
  }
  #block-stistic-5,
  #block-stistic-6 {
    border-bottom: none !important;
  }
  #front-slider a h3 {
    margin: 0;
    font-size: 12px;
    letter-spacing: normal;
    padding: 5px 5px 20px 5px;
  }
  .owl-nav > div {
    font-size: 20px;
  }
  .owl-nav > div.owl-next {
    right: 1px;
  }
  .owl-nav > div.owl-prev {
    left: 1px;
  }
  .owl-dots {
    text-align: center;
    position: relative;
    margin-top: -20px;
  }
  .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 5px;
  }
}

@media (max-width: 470px) and (min-width: 0px) {
  .statistics .block-stistic .bs-number {
    font-size: 20px;
  }
  .statistics .block-stistic h3 {
    font-size: 10px;
  }
  .statistics .block-stistic .bs-icon img {
    width: 25%;
  }
  #front-slider a h3 {
    font-size: 10px;
  }
}

.front-block-stat .statistics .block-stistic {
  width: 45%;
  height: 90px;
  padding: 5px;
}

.front-block-stat .statistics {
  max-width: none !important;
}

.front-block-stat .statistics .block-stistic .bs-number {
  font-size: 20px;
}

.front-block-stat .block-stistic h3 {
  font-size: 10px;
  padding-right: 24%;
}

.front-block-stat .block-stistic .bs-icon img {
  width: 25%;
}

.front-block-stat #block-stistic-2:after,
.front-block-stat #block-stistic-4:after {
  content: "";
  clear: both;
  display: block;
}

.front-block-stat #block-stistic-1,
.front-block-stat #block-stistic-3,
.front-block-stat #block-stistic-5 {
  border-right: solid 1px #d9d9d9 !important;
}

.front-block-stat #block-stistic-2,
.front-block-stat #block-stistic-4,
.front-block-stat #block-stistic-6 {
  border-right: none !important;
}

.front-block-stat #block-stistic-5,
.front-block-stat #block-stistic-6 {
  border-bottom: none !important;
}

@media (max-width: 1080px) and (min-width: 800px) {
  .front-block-stat #block-stistic-4 {
    clear: none !important;
  }
  .front-block-stat #block-stistic-4 {
    border-bottom: solid 1px #d9d9d9 !important;
  }
}

@media (max-width: 799px) and (min-width: 549px) {
  .front-block-stat .statistics .block-stistic {
    width: 31%;
    height: 90px;
  }
  .front-block-stat .statistics .block-stistic h3 {
    padding-right: 50px;
  }
  .front-block-stat #block-stistic-1,
  .front-block-stat #block-stistic-2,
  .front-block-stat #block-stistic-4,
  .front-block-stat #block-stistic-5 {
    border-right: solid 1px #d9d9d9 !important;
  }
  .front-block-stat #block-stistic-3,
  .front-block-stat #block-stistic-6 {
    border-right: none !important;
  }
}

@media (max-width: 550px) and (min-width: 390px) {
  .front-block-stat .statistics .block-stistic {
    width: 47%;
  }
}

.field-name-field-images:afetr {
  clear: both;
  display: block;
  content: "";
}

.field-name-field-images .field-item {
  margin: 10px;
  float: left;
}

#block-menu-menu-importantknowblock ul,
#block-menu-menu-importantknowblock ul li {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
  list-style: none !important;
  list-style-image: none !important;
}

.field-name-field-pdf .field-items {
  margin: 10px 0;
  padding: 10px 0px;
  border-top: solid 1px #fe0000;
  border-bottom: solid 1px #fe0000;
}

.field-name-field-pdf .field-items .field-item {
  padding: 10px 0;
}

.field-name-field-pdf .field-items .file-icon {
  display: none;
}

.field-name-field-pdf .field-items a {
  text-decoration: none !important;
  color: #585858;
}

.field-name-field-pdf .field-items a:before {
  color: #fe0000;
}

.field-name-field-pdf .field-items .field-item {
  border-bottom: solid 1px #d9d9d9;
}

.field-name-field-pdf .field-items .field-item:last-child {
  border-bottom: none !important;
}

.page-video #content-main .view-video .view-content > div {
  position: relative;
  display: inline-block;
}

.video-title a {
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  display: block;
  color: #585858;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: solid 2px #fe0000;
  display: inline-block;
}

figure.video {
  max-width: 640px;
}

div.video-wrap {
  max-width: 640px;
}

figure.video,
div.video-wrap {
  display: block;
  margin: 0 auto !important;
  margin-bottom: 20px;
}

figure.video .video-embed,
div.video-wrap .video-embed {
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 55%;
}

figure.video .video-embed iframe,
div.video-wrap .video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

.view-video.view-display-id-page_1 > .view-content > div {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: solid 1px #d9d9d9;
  display: block;
}

.view-video.view-display-id-page_1 > .view-content > div:last-child {
  border-bottom: none;
}

.field-name-field-peoples {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #d9d9d9;
}

.field-name-field-peoples > .field-items > .field-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #d9d9d9;
  clear: both;
}

.field-name-field-peoples > .field-items > .field-item:after {
  clear: both;
  display: block;
  content: "";
}

.field-name-field-peoples .field-name-field-photo img {
  display: inline-block;
  border-radius: 50%;
  max-width: 150px;
  float: left;
  margin-right: 20px;
}

.group-fio-post {
  float: left;
}

.group-fio-post .field-name-field-fio {
  margin: 40px 0 10px 0;
  font-size: 18px;
  letter-spacing: 2px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

.group-fio-post .field-name-field-post {
  text-transform: lowercase;
  font-size: 16px;
}

.balloon-inner a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
}

.balloon-inner a:hover {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
}

.department-list ul,
.department-list ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.department-list ul li a {
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9d9d9;
  display: block;
}

.department-list ul li:last-child a {
  border-bottom: none;
}

.department-list ul li a:hover {
  font-weight: bold;
}

.field-name-field-docs .file,
.field-name-field-docs2 .file {
  position: relative;
  display: inline-block;
  float: left;
}

.field-name-field-docs .file img,
.field-name-field-docs2 .file img {
  display: none;
}

.field-name-field-docs .file a,
.field-name-field-docs2 .file a {
  display: block;
  background: #f6f5f3;
  border: solid 1px #f6f5f3;
  color: #333;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-size: 14px;
  width: 150px;
  height: 200px;
  padding: 10px;
}

.field-name-field-docs .file a:hover,
.field-name-field-docs2 .file a:hover {
  background: #fff;
}

.field-name-field-docs .file a:hover:before,
.field-name-field-docs2 .file a:hover:before {
  color: #fe0000 !important;
}

.field-name-field-docs .file a:before,
.field-name-field-docs2 .file a:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
}

.field-name-field-doc-title {
  border-bottom: solid 2px #fe0000;
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0 0.75em 0.5em 0;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
}

.front-line-about,
.front-line-news,
.front-line-contacts {
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f6f5f3;
}

.front-line-about:after,
.front-line-news:after,
.front-line-contacts:after,
.front-line-about:before,
.front-line-news:before,
.front-line-contacts:before {
  clear: both;
  content: "";
  display: block;
}

.front-block-stat h3,
.front-block-news h3,
.department-list h3 {
  margin: 0 0 20px 0;
}

.front-block-stat h3 a,
.front-block-news h3 a,
.department-list h3 a {
  text-decoration: none;
  color: #585858;
}

.front-block-stat h3 a:hover,
.front-block-news h3 a:hover,
.department-list h3 a:hover {
  color: #fe0000;
}

.front-block-fb,
.front-block-adress {
  float: left;
  width: 33%;
}

.front-block-map {
  float: left;
  width: 67%;
}

.front-block-adress {
  font-size: 16px;
  height: 400px;
}

.front-block-adress:empty {
  display: none;
}

.front-block-adress .department-list {
  margin: 0 20px 0 0;
}

.front-block-adress .department-list ul li a:hover {
  font-weight: normal;
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
}

.front-block-stat {
  max-width: 33%;
  float: left;
}

.front-block-news {
  width: 67%;
  float: left;
}

.front-block-news a.item {
  background: #f6f5f3;
  border: solid 1px #f6f5f3;
  padding: 2%;
  float: left;
  margin: 0 1% 1% 0;
  color: #333;
  text-decoration: none;
  height: 300px;
  width: 28%;
  position: relative;
}

@media (min-width: 1320px) {
  .front-block-news a.item {
    margin: 0 14px 10px 0 !important;
  }
  .front-block-news a.item:last-child {
    margin-right: 0 !important;
  }
}

.front-block-news a.item:hover {
  background: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: solid 1px #fe0000;
}

.front-block-news a.item:last-child {
  margin-right: 0;
}

.front-block-news a.item .date {
  margin-bottom: 10px;
  color: #fe0000;
  font-weight: bold;
  font-size: 12px;
  display: block;
  clear: both;
  text-align: right;
  letter-spacing: 2px;
}

.front-block-news a.item .title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
}

.front-block-news a.item img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
  clear: both;
  display: block;
  max-width: 390px;
}

.front-block-news a.item .read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.front-block-1 {
  width: 33%;
  float: left;
  padding-top: 30px !important;
}

.front-block-1 a {
  margin-bottom: 20px;
}

.front-block-2 {
  width: 67%;
  float: left;
}

.block-about {
  width: 50%;
  float: left;
  position: relative;
}

.block-about-wrap {
  padding-right: 0px;
}

@media (max-width: 800px) and (min-width: 0px) {
  .block-about-wrap {
    padding: 0 0 0 0;
  }
  .front-block-1 {
    padding-top: 0px !important;
  }
}

@media (max-width: 500px) and (min-width: 0px) {
  .block-about-wrap {
    padding: 0 0px 20px 0;
  }
}

.block-about:first-child .block-about-wrap {
  padding-right: 10px;
}

.block-about:last-child .block-about-wrap {
  padding-left: 10px;
}

.block-about .desc {
  min-height: 80px;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 5px;
  margin: 0 !important;
  border: none;
}

.block-about img {
  width: 100%;
  object-fit: contain;
  object-position: left;
}

.block-about h3 {
  margin: 0 0 5px 0;
  display: block;
  padding: 5px;
}

.block-about h3 a {
  text-decoration: none;
  color: #585858;
}

.block-about h3 a:hover {
  color: #fe0000;
}

.read-more {
  color: #fe0000;
  text-decoration: none;
  line-height: 16px;
  font-size: 14px;
}

.front-block-1 {
  padding-top: 0;
}

.front-block-1 .front-buttons {
  text-align: center;
  padding: 10px 0 5px 0 !important;
}

.front-block-1 .front-line-2.front-buttons {
  border-bottom: none !important;
}

.front-block-2.mob {
  display: none;
}

@media (max-width: 1300px) and (min-width: 0px) {
  .front-block-news a.item {
    max-width: 30%;
    font-size: 12px;
  }
  .front-block-1 .front-buttons a {
    font-size: 20px;
    padding: 42px 50px;
  }
  .front-block-1 .front-buttons a:first-child {
    margin-bottom: 20px;
  }
  .front-buttons a span {
    width: 160px;
  }
  .front-buttons a img {
    width: 50px;
  }
}

.front-block-adress .social-links {
  margin: 0 20px 0 0;
}

.front-block-adress .social-links h3 {
  margin: 0 0 20px 0;
}

.front-block-adress .social-links a {
  text-decoration: none;
  color: #e52320;
}

@media (max-width: 799px) and (min-width: 0px) {
  .front-block-stat,
  .front-block-news,
  .front-block-map {
    float: none !important;
    width: 100% !important;
    clear: both !important;
  }
  .front-block-map {
    padding-top: 10px;
  }
  .front-block-fb,
  .front-block-adress {
    width: 50%;
    float: left;
  }
  .front-block-stat {
    max-width: none !important;
    float: none !important;
  }
  .front-block-news-wrap {
    margin-left: 0 !important;
  }
  .front-block-news-wrap {
    margin-right: -9px;
  }
  .front-block-stat {
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #f6f5f3;
  }
  .front-block-1 {
    padding-top: 0 !important;
  }
  .front-block-1 {
    width: 100%;
    float: none;
  }
  .front-block-2 {
    width: 100%;
    float: left;
  }
  .front-block-2.mob {
    display: block;
  }
  .front-block-1 .front-line-2 {
    display: none;
  }
  .block-about .desc {
    min-height: 135px;
  }
  .front-buttons {
    border-bottom: none !important;
  }
  .front-block-1 .front-buttons a {
    margin: 0;
    padding: 20px;
    font-size: 20px;
    text-align: center;
  }
  .front-block-1 .front-buttons a:first-child {
    margin-bottom: 10px !important;
  }
  .front-block-1 .front-buttons a {
    text-align: left;
  }
  .front-buttons a span {
    width: 160px;
  }
  .front-buttons a img {
    width: 50px;
  }
}

@media (max-width: 500px) and (min-width: 0px) {
  .front-block-fb {
    display: none;
  }
  .front-block-adress {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .front-block-news a.item {
    max-width: 94%;
    font-size: 12px;
    width: 94%;
    font-size: 10px;
  }
  .front-block-adress .department-list,
  .front-block-adress .social-links {
    margin-left: 0 !important;
  }
  .block-about {
    border: none;
    width: 100%;
    float: none;
    position: relative;
  }
  .block-about .desc {
    min-height: inherit !important;
  }
  .block-about:first-child .block-about-wrap {
    padding-right: 0;
  }
  .block-about:last-child .block-about-wrap {
    padding-left: 0;
  }
}

@media (max-width: 790px) {
  .front-block-adress .department-list {
    margin-right: 0;
  }
  .front-block-adress {
    width: 100%;
  }
}

.block-header {
  position: relative;
  line-height: 20px;
}

.front-block-news-wrap .block-header {
  line-height: inherit !important;
}

.block-header h3 {
  float: left;
}

.block-header .view-all {
  float: right;
  text-decoration: none;
  color: #333;
  border-bottom: dotted 1px #fe0000;
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 500px) and (min-width: 0px) {
  .block-header .view-all {
    margin-right: 10px;
  }
}

@media (max-width: 1200px) and (min-width: 799px) {
  .front-block-1 .front-buttons a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .front-buttons a span {
    width: 150px;
  }
}

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

#content-main .statistics {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#content-main .statistics .block-stistic {
  width: 47%;
  padding: 1%;
}

@media (max-width: 1080px) {
  #content-main .statistics .block-stistic {
    width: 29%;
  }
}

@media (max-width: 549px) and (min-width: 0px) {
  #content-main .statistics .block-stistic {
    width: 45%;
    height: 90px;
    padding: 5px;
  }
}

@media (max-width: 500px) and (min-width: 0px) {
  #content-main .statistics .block-stistic {
    width: inherit;
    display: block;
    float: none;
    height: 90px;
    padding: 5px 5px;
    border-right: none !important;
    border-bottom: solid 1px #d9d9d9 !important;
  }
  #content-main .statistics #block-stistic-6 {
    border-bottom: solid 0px #d9d9d9 !important;
  }
  #content-main .statistics #block-stistic-1,
  #content-main .statistics #block-stistic-3,
  #content-main .statistics #block-stistic-5 {
    border-right: solid 0px #d9d9d9 !important;
  }
  .page-node-4429 .statistics #block-stistic-5 {
    border-bottom: solid 1px #d9d9d9 !important;
  }
}

h2 {
  margin-top: 26px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

table {
  border-width: 1px;
  width: 100%;
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  border-collapse: collapse;
  border-spacing: 0;
}

tbody {
  border-top: 0px solid #ccc;
}

tr {
  border-width: 1px 0 0;
}

td {
  padding: 12px 17px !important;
  font-size: 0.8em;
  vertical-align: top;
  border-style: outset;
  border-width: 1px;
}

@media (max-width: 549px) and (min-width: 0px) {
  table {
    font-size: 10px;
  }
  td {
    padding: 3px 3px !important;
    font-size: 10px;
  }
}

.field-name-field-torture > .field-items > .field-item {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: solid 1px #d9d9d9;
}

.field-name-field-torture > .field-items > .field-item:last-child {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: solid 0px #d9d9d9;
}

.field-name-field-torture-title .field-item {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.field-name-field-torture-txt .field-item:after {
  clear: both;
  display: block;
}

.grid {
  display: table;
}

.grid > div {
  display: table-cell;
  vertical-align: top;
}

.field-name-field-torture-txt p:first-child {
  margin-top: 0;
}

@media (max-width: 600px) and (min-width: 0px) {
  .field-name-field-torture-img .field-item img {
    float: none;
    text-align: center;
  }
  .grid,
  .grid > div {
    display: block;
  }
}

#block-stistic-0 {
  position: relative;
  border-top: solid 0px #d9d9d9 !important;
  border-bottom: solid 1px #d9d9d9 !important;
  padding: 0px 0 5px 0;
  margin: 0px 10px 5px 0;
}

#block-stistic-0 h3 {
  font-size: 14px;
  padding-right: 50px;
  margin: 0;
  padding-left: 5px;
  font-weight: normal;
  font-family: "Ubuntu", sans-serif !important;
  text-transform: uppercase;
}

#block-stistic-0 span {
  font-size: 20px;
  color: #e52320;
  font-weight: bold;
  font-size: 50px;
  position: absolute;
  bottom: 0;
  left: inherit !important;
  right: 10px !important;
}

.front-block-stat #block-stistic-0 h3 {
  font-size: 10px;
}

.front-block-stat #block-stistic-0 span {
  font-size: 20px;
}

#node-12 #block-stistic-0 h3,
#node-4429 #block-stistic-0 h3 {
  padding-left: 0;
}

#node-12 #block-stistic-0,
#node-4429 #block-stistic-0 {
  padding: 1%;
}

@media (max-width: 1150px) {
  #node-12 #block-stistic-0 span,
  #node-4429 #block-stistic-0 span {
    font-size: 30px;
  }
}

@media (max-width: 470px) and (min-width: 0px) {
  #node-12 #block-stistic-0 h3,
  #node-4429 #block-stistic-0 h3 {
    font-size: 10px;
  }
}

@media (max-width: 500px) and (min-width: 0px) {
  #node-12 #block-stistic-0,
  #node-4429 #block-stistic-0 {
    padding: 5px;
    margin-right: 0 !important;
  }
  #node-12 #block-stistic-0 span,
  #node-4429 #block-stistic-0 span {
    right: 0 !important;
  }
}


.item-list ul li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

.item-list ul.pager {
  display: block;
  text-align: center;
  margin: 30px 0 0 0 !important;
  padding: 20px 0 0 0 !important;
  border-top: solid 1px #e9eaed;
}

.pager li.pager-current {
  background: #fe0000;
  color: #fff !important;
}

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
}

.item-list .pager li.pager-item {
  padding: 0 !important;
  margin: 0 !important;
}

.pager li.pager-item a,
.pager li.pager-item span {
  display: inline-block;
  padding: 3px;
  margin: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #000;
  border: solid 1px #fe0000;
  text-align: center;
  font-size: 12px;
}

.pager-item span[aria-current] {
    background: #fe0000;
    color: #fff !important;
}

.pager-item a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}

.pager a {
  color: #000 !important;
  font-size: 12px;
  text-decoration: none;
}

img.landscape {
  width: 100%;
  height: auto;
}

img.portrait {
  height: 400px !important;
  width: auto !important;
  margin: 0 auto;
  display: block;
}

.node-type-specmaterial img.landscape {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 500px) and (min-width: 0px) {
  img.portrait {
    height: auto !important;
    width: 100% !important;
  }
}

.field-name-field-more-text {
  clear: both;
}

.field-name-field-more-text:before {
  clear: both;
  content: "";
  display: block;
}

.image-fullwidth {
  width: 100% !important;
  height: auto !important;
  max-width: 790px;
  margin: 0 auto;
}

.image-height300 {
  margin: 0 auto !important;
  display: block;
}

.image-width400 {
  margin: 0 auto !important;
  display: block;
}

@media (max-width: 500px) and (min-width: 0px) {
  .image-height300,
  .image-width400 {
    width: 100% !important;
    height: auto !important;
  }
}

.field-name-field-files .field-items .field-item {
  border-bottom: solid 1px #e9eaed;
  background: #e9eaed;
  padding: 5px 10px;
  margin: 5px 0;
}

.field-name-field-files .field-items .field-item a {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
  text-decoration: none;
  color: #000;
}

.field-name-field-files .field-items .field-item:last-child {
  border-bottom: none;
}

.field-name-field-links .field-item a {
  -webkit-box-shadow: inset 0 -1px #fe0000;
  box-shadow: inset 0 -1px #fe0000;
  text-decoration: none;
  color: #000;
}

.field-name-field-links .field-item {
  border-bottom: solid 1px #e9eaed;
  padding: 5px 0px;
  margin: 5px 0;
}

.field-name-field-links .field-item:last-child {
  border-bottom: none;
}

.view-specmaterials.view-display-id-page .view-content > div {
  border-bottom: solid 1px #e9eaed;
  padding: 10px 0px 20px 0;
  margin: 10px 0 0px 0;
}

.view-specmaterials.view-display-id-page .view-content > div:last-child {
  border-bottom: none;
}

.view-specmaterials.view-display-id-page .view-content > div img {
  margin: 0 auto;
  display: block;
  max-width: 480px !important;
  width: 100% !important;
  height: auto !important;
  margin-top: 20px;
}

.view-specmaterials.view-display-id-page a {
  text-decoration: none;
  color: #585858;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}

.view-specmaterials.view-display-id-page a .item-title,
.view-specmaterials.view-display-id-page a .item-subtitle {
  border-bottom: solid 2px #fe0000;
}

.node-type-docspages #block-system-main .content .field-items .field-item {
  border-bottom: solid 1px #e9eaed;
  padding: 10px 0px 20px 0;
  margin: 10px 0 0px 0;
}

.node-type-docspages
  #block-system-main
  .content
  .field-items
  .field-item:last-child {
  border-bottom: none;
}

.node-type-docspages #block-system-main .content .field-items .field-item a {
  text-decoration: none;
  color: #585858;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  border-bottom: solid 2px #fe0000;
}

#block-system-main .content input[type="email"],
#block-system-main .content input[type="text"] {
  max-width: 300px;
  width: 100%;
  padding: 5px;
  border: solid 1px #d9d9d9;
}

#block-system-main .content input[type="submit"] {
  background: #fe0000;
  border: solid 1px #fe0000;
  color: #fff;
  padding: 5px 10px;
}

#block-system-main .content input[type="submit"]:hover,
#block-system-main .content input[type="submit"]:focus {
  color: #fe0000;
  background: #fff;
}

#block-system-main .mailchimp-signup-subscribe-form input[type="email"],
#block-system-main .mailchimp-signup-subscribe-form input[type="text"] {
  max-width: 300px;
  width: 100%;
  padding: 5px;
  border: solid 1px #d9d9d9;
}

#block-system-main .mailchimp-signup-subscribe-form input[type="submit"] {
  background: #fe0000;
  border: solid 1px #fe0000;
  color: #fff;
  padding: 5px 10px;
}

#block-system-main .mailchimp-signup-subscribe-form input[type="submit"]:hover,
#block-system-main .mailchimp-signup-subscribe-form input[type="submit"]:focus {
  color: #fe0000;
  background: #fff;
}

.node-type-page .field-name-field-cover img {
  width: 100%;
}

a[href="/poisk-po-saytu"].active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

a[href="/poisk-po-saytu"].active:before {
  color: #fe0000 !important;
}

@media (max-width: 500px) and (min-width: 0px) {
  #ya-site-results {
    max-width: 270px;
  }
  .b-pager__title:after,
  .b-pager__arrow:after {
    clear: both;
    display: block;
    content: "";
  }
}

#ya-site-results {
  font-family: "Ubuntu", sans-serif !important;
}

#ya-site-results {
  color: #000000;
  background: #ffffff;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number {
  color: #000000 !important;
}

#ya-site-results {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 16px;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited {
  color: #888888;
}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link {
  color: #fe0000;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover {
  color: #ff0000 !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard {
  font-size: 13px;
}

#ya-site-results .b-pager {
  font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad {
  font-style: normal;
  font-weight: normal;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link {
  font-style: normal;
  font-weight: normal;
}

#ya-site-results .ad .ad-link a {
  font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link {
  font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link {
  font-size: 1em;
}

#ya-site-results .b-serp-item__number {
  font-size: 13px;
}

#ya-site-results .ad .ad-link a {
  font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #888888;
}

#ya-site-results .b-serp-item__links-link {
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #000000 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title {
  color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select {
  background: #e0e0e0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line {
  border-top-color: #e0e0e0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
.b-popupa .b-popupa__content {
  background-color: #ffffff;
}

.b-popupa .b-popupa__tail {
  border-color: #e0e0e0 transparent;
}

.b-popupa .b-popupa__tail-i {
  border-color: #ffffff transparent;
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i {
  border-color: transparent #ffffff;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator {
  border-color: #e0e0e0;
}

.b-specification-list,
.b-specification-list .b-pseudo-link,
.b-specification-item__content label,
.b-specification-item__content .b-link,
.b-specification-list .b-specification-list__reset .b-link {
  color: #000000 !important;
  font-family: "Ubuntu", sans-serif !important;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.b-specification-item__content .b-calendar__title {
  font-family: "Ubuntu", sans-serif !important;
  color: #000000;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.b-specification-item__content .b-calendar-month__day_now_yes {
  color: #e0e0e0;
}

.b-specification-item__content .b-calendar .b-pseudo-link {
  color: #000000;
}

.b-specification-item__content {
  font-family: "Ubuntu", sans-serif !important;
  font-size: 13px;
}

.b-specification-item__content :visited {
  color: #888888;
}

.b-specification-item__content .b-pseudo-link:hover,
.b-specification-item__content :visited:hover {
  color: #ff0000 !important;
}

#ya-site-results .b-popupa .b-popupa__tail-i {
  background: #ffffff;
  border-color: #e0e0e0 !important;
}

#ya-site-form0 .ya-site-form__form * {
  font-size: 16px !important;
}

.page-content-search #page-title,
.page-search #page-title {
  margin-bottom: 35px;
  border-bottom: none;
}

#search-api-page-search-form,
.page-search #views-exposed-form-search-page {
  border: solid 1px #dcdad8;
}

#search-api-page-search-form:after,
.page-search #views-exposed-form-search-page:after {
  clear: both;
  content: "";
  display: block;
}

#views-exposed-form-search-page .views-exposed-widget,
#views-exposed-form-search-page .views-exposed-widgets {
  float: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

#search-api-page-search-form .form-type-textfield {
  margin: 0 !important;
}

#search-api-page-search-form .form-type-textfield label {
  display: none;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
.page-search #views-exposed-form-search-page input[type="text"] {
  border-width: 0;
  border-color: #dcdad8;
  border-style: solid;
  font-size: 30px;
  padding: 0 30px;
  border-radius: 3px 0 0 3px;
  max-width: 700px;
  width: 60%;
  float: left;
  outline: none;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
#search-api-page-search-form .form-type-textfield input[type="text"]:focus,
.page-search #views-exposed-form-search-page input[type="text"],
.page-search #views-exposed-form-search-page input[type="text"]:focus,
.page-search #views-exposed-form-search-page input[type="text"]:hover,
.page-search #views-exposed-form-search-page input[type="text"]:active,
.page-search #views-exposed-form-search-page input[type="text"]:visited {
  background: #fff !important;
  color: #585858 !important;
}

#search-api-page-search-form input[type="submit"],
.page-search .views-exposed-form input[type="submit"] {
  float: right;
  width: 20%;
  background-image: none;
  font-size: 18px;
  color: #fff;
  background: #fe0000;
  background-size: 19px auto;
  border: 0;
  text-transform: uppercase;
  margin-top: 0 !important;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
.page-search #views-exposed-form-search-page input[type="text"],
#search-api-page-search-form input[type="submit"],
.page-search .views-exposed-form input[type="submit"] {
  height: 50px;
  line-height: 50px;
}

@media (max-width: 700px) and (min-width: 0px) {
  #search-api-page-search-form .form-type-textfield input[type="text"],
  .page-search #views-exposed-form-search-page input[type="text"] {
    width: 50%;
    font-size: 18px;
    padding: 0 10px;
  }
  #search-api-page-search-form input[type="submit"],
  .page-search .views-exposed-form input[type="submit"] {
    width: 30%;
  }
  #search-api-page-search-form .form-type-textfield input[type="text"],
  .page-search #views-exposed-form-search-page input[type="text"],
  #search-api-page-search-form input[type="submit"],
  .page-search .views-exposed-form input[type="submit"] {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  #search-api-page-search-form input[type="submit"],
  .page-search .views-exposed-form input[type="submit"] {
    text-transform: none;
  }
}

.search-results,
.page-search .view-content {
  margin: 50px 0 0 0;
  padding-left: 0;
}

.search-results .search-result,
.page-search .views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dcdad8;
}

.search-results .search-result:last-child,
.page-search .views-row:last-child {
  border-bottom: none;
}

.page-search .views-row:after {
  clear: both;
  display: block;
  content: "";
}

.page-search .views-field-field-cover img {
  float: left;
  border: solid 1px #dcdad8;
  padding: 2px;
  margin: 0 20px 10px 0;
  display: inline-block;
  width: 200px;
  height: auto;
}

.page-search .views-field-field-cover:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.search-results .title,
.right-index-view .s-index-title {
  margin-bottom: 0px !important;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 20px;
}

.search-results .title a,
.right-index-view a {
  text-decoration: none;
  color: #585858;
}

.search-results a:hover,
.right-index-view a:hover {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #fe0000;
}

.search-results .date-create,
.s-index-date {
  color: #999;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.page-search .views-row:hover .s-index-title a {
  color: #fe0000;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page-search .views-row:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 600px) and (min-width: 0px) {
  .page-search .views-field-field-cover img {
    margin: 0 auto;
    margin-bottom: 10px;
    float: inherit;
    width: 100%;
    border: none;
    padding: 0;
    max-width: 370px;
  }
}

@media (max-width: 740px) and (min-width: 0px) {
  .page-search #content-main,
  .search-results #content-main {
    padding-left: 0px !important;
  }
  .page-search .left-button,
  .search-results .left-button {
    display: none !important;
  }
}

.page-search .block_search-result {
  margin-bottom: 10px;
  background: #dcdad8;
  padding: 10px;
  margin-top: -29px;
}

.page-content-search #page-title,
.page-eng-search #page-title {
  margin-bottom: 35px;
  border-bottom: none;
}

#search-api-page-search-form,
.page-eng-search #views-exposed-form-engsearch-page {
  border: solid 1px #dcdad8;
}

#search-api-page-search-form:after,
.page-eng-search #views-exposed-form-engsearch-page:after {
  clear: both;
  content: "";
  display: block;
}

#views-exposed-form-engsearch-page .views-exposed-widget,
#views-exposed-form-engsearch-page .views-exposed-widgets {
  float: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

#search-api-page-search-form .form-type-textfield {
  margin: 0 !important;
}

#search-api-page-search-form .form-type-textfield label {
  display: none;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
.page-eng-search #views-exposed-form-engsearch-page input[type="text"] {
  border-width: 0;
  border-color: #dcdad8;
  border-style: solid;
  font-size: 30px;
  padding: 0 30px;
  border-radius: 3px 0 0 3px;
  max-width: 700px;
  width: 60%;
  float: left;
  outline: none;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
#search-api-page-search-form .form-type-textfield input[type="text"]:focus,
.page-eng-search #views-exposed-form-engsearch-page input[type="text"],
.page-eng-search #views-exposed-form-engsearch-page input[type="text"]:focus,
.page-eng-search #views-exposed-form-engsearch-page input[type="text"]:hover,
.page-eng-search #views-exposed-form-engsearch-page input[type="text"]:active,
.page-eng-search #views-exposed-form-engsearch-page input[type="text"]:visited {
  background: #fff !important;
  color: #585858 !important;
}

#search-api-page-search-form input[type="submit"],
.page-eng-search .views-exposed-form input[type="submit"] {
  float: right;
  width: 20%;
  background-image: none;
  font-size: 18px;
  color: #fff;
  background: #fe0000;
  background-size: 19px auto;
  border: 0;
  text-transform: uppercase;
  margin-top: 0 !important;
}

#search-api-page-search-form .form-type-textfield input[type="text"],
.page-eng-search #views-exposed-form-engsearch-page input[type="text"],
#search-api-page-search-form input[type="submit"],
.page-eng-search .views-exposed-form input[type="submit"] {
  height: 50px;
  line-height: 50px;
}

@media (max-width: 700px) and (min-width: 0px) {
  #search-api-page-search-form .form-type-textfield input[type="text"],
  .page-eng-search #views-exposed-form-engsearch-page input[type="text"] {
    width: 50%;
    font-size: 18px;
    padding: 0 10px;
  }
  #search-api-page-search-form input[type="submit"],
  .page-eng-search .views-exposed-form input[type="submit"] {
    width: 30%;
  }
  #search-api-page-search-form .form-type-textfield input[type="text"],
  .page-eng-search #views-exposed-form-engsearch-page input[type="text"],
  #search-api-page-search-form input[type="submit"],
  .page-eng-search .views-exposed-form input[type="submit"] {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  #search-api-page-search-form input[type="submit"],
  .page-eng-search .views-exposed-form input[type="submit"] {
    text-transform: none;
  }
}

.search-results,
.page-eng-search .view-content {
  margin: 50px 0 0 0;
  padding-left: 0;
}

.search-results .search-result,
.page-eng-search .views-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dcdad8;
}

.search-results .search-result:last-child,
.page-eng-search .views-row:last-child {
  border-bottom: none;
}

.page-eng-search .views-row:after {
  clear: both;
  display: block;
  content: "";
}

.page-eng-search .views-field-field-cover img {
  float: left;
  border: solid 1px #dcdad8;
  padding: 2px;
  margin: 0 20px 10px 0;
  display: inline-block;
  width: 200px;
  height: auto;
}

.page-eng-search .views-field-field-cover:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.search-results .title,
.right-index-view .s-index-title {
  margin-bottom: 0px !important;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 20px;
}

.search-results .title a,
.right-index-view a {
  text-decoration: none;
  color: #585858;
}

.search-results a:hover,
.right-index-view a:hover {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #fe0000;
}

.search-results .date-create,
.s-index-date {
  color: #999;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
}

.page-eng-search .views-row:hover .s-index-title a {
  color: #fe0000;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.page-eng-search .views-row:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

@media (max-width: 600px) and (min-width: 0px) {
  .page-eng-search .views-field-field-cover img {
    margin: 0 auto;
    margin-bottom: 10px;
    float: inherit;
    width: 100%;
    border: none;
    padding: 0;
    max-width: 370px;
  }
}

@media (max-width: 740px) and (min-width: 0px) {
  .page-eng-search #content-main,
  .search-results #content-main {
    padding-left: 0px !important;
  }
  .page-eng-search .left-button,
  .search-results .left-button {
    display: none !important;
  }
}

.page-eng-search .block_search-result {
  margin-bottom: 10px;
  background: #dcdad8;
  padding: 10px;
  margin-top: -29px;
}

li.translation_ru,
li.translation_en,
.form-item.form-type-item {
  display: none !important;
}

.page-node-4425 .front-block-stat > h3 {
  padding: 5px;
}

.donate-block {
  float: right;
  position: absolute;
  top: 0;
  right: 127px;
}

.donate-block p {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.donate-block a {
  color: #ffffff;
  background-color: #fe0000;
  text-decoration: none;
  padding: 4px 7px;
  border-radius: 3px;
}

@media (min-width: 500px) {
  .donate-block a {
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
  }
}

@media (max-width: 400px) and (min-width: 0px) {
  #header-line div div {
    padding: 0 5px !important;
  }
  .donate-block {
    right: 110px !important;
  }
  #header-line .lang-sw a {
    margin: 0 2px !important;
  }
}

.node-dor .dor__title {
  font-family: "Roboto Slab", serif;
  margin: 0;
  margin-bottom: 10px;
}

.node-dor.node-teaser {
  margin-bottom: 30px;
}

.node-dor.node-teaser .dor__title {
  color: #fe0000;
  font-size: 22px;
}

.node-dor.node-teaser .dor__title a {
  color: inherit;
}

.dor__cols-wrapper {
  padding-top: 20px;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 20px;
}

.dor__cols-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #f0f0f0;
}

.dor__col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dor__col.dor__col_left {
  width: 40%;
}

.dor__col.dor__col_right {
  width: 60%;
}

.dor__field {
  margin-bottom: 20px;
}

.dor__col.dor__col_left .dor__field {
  padding-right: 20px;
}

.dor__col.dor__col_right .dor__field {
  padding-left: 20px;
}

.dor__field.dor__field_name-field-dor-violation,
.dor__field.dor__field_name-field-dor-violators {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

.dor__col.dor__col_right
  .dor__field.dor__field_name-field-dor-violators:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dor__field-label,
.dor__group .group__label {
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
  color: #fe0000;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dor__field.dor__field.dor__field_label-above > .dor__field-label {
  font-size: 14px;
}

.dor__field-item {
  line-height: 1.43;
  font-size: 16px;
  color: #333333;
}

.dor__field.dor__field_label-inline .dor__field-label {
  text-transform: none;
  color: #333333;
  letter-spacing: normal;
}

.dor__field.dor__field_label-inline .dor__field-label:after {
  content: ":";
  position: relative;
  left: -2px;
}

.dor__field.dor__field_label-inline .dor__field-label,
.dor__field.dor__field_label-inline .dor__field-items,
.dor__field.dor__field_label-inline .dor__field-item {
  display: inline;
}

.dor__field.dor__field_name-field-dor-violators .dor__field {
  padding-left: 0;
}

.dor__field.dor__field_name-field-dor-violators > .dor__field-label {
  margin-bottom: 10px;
}

.dor__field.dor__field_name-field-dor-involved-people:not(:last-child),
.dor__field.dor__field_name-field-dor-violators
  .dor__field-items
  .dor__field-item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field.dor__field_name-field-dor-department,
.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field.dor__field_name-field-dor-status,
.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field_name-field-dor-punishment-type,
.dor__field.dor__field_name-field-dor-status-intracommittee,
.dor__field.dor__field_name-field-dor-status-criminal,
.dor__field.dor__field_name-field-dor-status-civil,
.dor__field.dor__field_name-field-dor-status-international {
  margin-bottom: 10px;
}

.dor__col.dor__col_right
  .dor__field.dor__field_name-field-dor-status-international {
  margin-bottom: 20px;
}

.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field.dor__field_name-field-dor-punishment-type,
.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field_name-field-dor-comment,
.dor__field.dor__field_name-field-dor-violators
  .dor__field.dor__field_name-field-dor-comment
  div {
  display: inline;
}

.dor__field.dor__field_name-field-fio {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.dor__field.dor__field_name-body {
  margin-bottom: 30px;
}

.dor__group > .group__label {
  font-size: 22px;
  margin-bottom: 30px;
}

.dor__field.dor__field_name-field-dor-scientific-description,
.dor__field.dor__field_name-field-dor-medical-records,
.dor__field.dor__field_name-field-dor-committee-about,
.dor__field.dor__field_name-field-dor-media-about,
.dor__group.dor__group-status .dor__group {
  margin-left: 0px;
  margin-bottom: 40px;
}

.dor__group.dor__group-status .dor__group > .group__label {
  font-size: 14px;
  margin-bottom: 20px;
}

.dor__field.dor__field_name-body .dor__field-label {
  font-size: 22px !important;
  margin-bottom: 30px;
}

.dor__field.dor__field_type-file .dor__field-label,
.dor__field.dor__field_type-file .dor__field-item:not(:last-child) {
  margin-bottom: 10px;
}

.dor__field.dor__field_name-field-dor-scientific-description .dor__field-label,
.dor__field.dor__field_name-field-dor-medical-records .dor__field-label,
.dor__field.dor__field_name-field-dor-committee-about .dor__field-label,
.dor__field.dor__field_name-field-dor-media-about .dor__field-label {
  margin-bottom: 20px;
}

.dor__field.dor__field_type-file .dor__field-item,
.dor__field.dor__field_type-link-field .dor__field-item {
  position: relative;
  padding-left: 40px;
    margin-bottom: 3px;
}

.dor__field.dor__field_type-link-field .dor__field-item:before,
.dor__field.dor__field_type-file .dor__field-item:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin-top: -12px;
}

.dor__field.dor__field_type-file .dor__field-item:before {
  background: transparent
    url(/sites/all/themes/unstandart/img/download-icon.png) 50% 50% no-repeat;
}

.dor__field.dor__field_type-link-field .dor__field-item:before {
  background: transparent url(/sites/all/themes/unstandart/img/link-icon.png)
    50% 50% no-repeat;
}

.dor__field.dor__field_type-link-field a,
.dor__field.dor__field_type-file a {
  line-height: 1.14;
  color: #333333;
  text-decoration: none;
}

.dor__field.dor__field_type-link-field a:hover,
.dor__field.dor__field_type-link-field a:active,
.dor__field.dor__field_type-file a:hover,
.dor__field.dor__field_type-file a:active {
  border-bottom: 1px solid #fe0000;
}

.dor__field.dor__field_type-file .file-icon {
  display: none;
}

.dor__group.dor__group-statistics {
  margin-bottom: 30px;
  margin-left: 20px;
}

.dor__group.dor__group-statistics .group__label {
  margin-left: -20px;
}

.dor__group.dor__group_table-wrapper {
  display: table;
  width: 100%;
}

.dor__group.dor__group-statistics .dor__field {
  margin-bottom: 0;
  display: table-row;
}

.dor__group.dor__group-statistics .dor__field:nth-child(odd) {
  background-color: #f0f0f0;
}

.dor__group.dor__group-statistics .dor__field-label {
  display: table-cell;
  width: 70%;
  margin: 0;
  padding: 5px 10px;
  vertical-align: middle;
}

.dor__group.dor__group-statistics .dor__field-items {
  display: table-cell;
  padding: 5px 10px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

.dor__group.dor__group-statistics .dor__field-label:after {
  display: none;
}

.dor__field_type-text-with-summary .dor__field-item,
.dor__field_type-text-long .dor__field-item,
.pre-line {
  white-space: pre-line;
}

.dor__group.dor__group_title-wrapper {
  overflow: hidden;
}

.dor__field.dor__field_name-field-dor-direct-victims-pic {
  float: left;
  margin-right: 10px;
}

.dor__field.dor__field_name-field-dor-direct-victims-pic .dor__field-item {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}

.dor__field.dor__field_name-field-dor-status-international,
.dor__field.dor__field_name-field-dor-status-civil,
.dor__field.dor__field_name-field-dor-status-criminal,
.dor__field.dor__field_name-field-dor-status-intracommittee {
  font-weight: bold;
}

.dor__col.dor__col_right
  .dor__field.dor__field_name-field-dor-status-international {
  font-weight: normal;
}

@media screen and (max-width: 740px) {
  .dor__col {
    float: none !important;
    width: auto !important;
  }
  .dor__cols-wrapper:after {
    display: none;
  }
  .dor__col.dor__col_left .dor__field {
    padding-right: 0;
  }
  .dor__col.dor__col_right .dor__field {
    padding-left: 0;
  }
}

.dor__view .page-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.dor__view .page-subtitle {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}

.dor__form_search {
  margin-bottom: 40px;
}

.dor__fulltext {
  display: table;
  width: 100%;
}

.dor__fulltext .dor__form-element-wrapper {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.dor__fulltext
  .dor__form-element-wrapper.dor__form-element-wrapper_type-selector {
  width: 180px;
}

.dor__fulltext
  .dor__form-element-wrapper.dor__form-element-wrapper_search-text {
  padding-left: 20px;
}

.dor__fulltext
  .dor__form-element-wrapper.dor__form-element-wrapper_form-submit {
  width: 50px;
  text-align: right;
}

.dor__fulltext .dor__form-element_type-textfield {
  background: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #b9b9b9;
}

.dor__fulltext .dor__form-element.dor__form-element_type-submit {
  border: none;
  background: transparent url(/sites/all/themes/unstandart/img/search-icon.png)
    50% 50% no-repeat;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.js .dor__filters {
  display: none;
}

.js .dor__filters.dor__filters_open {
  display: block;
}

.dor__filters-cols {
  overflow: hidden;
}

.dor__filters-col {
  float: left;
  width: 33%;
}

.dor__filters-col {
  float: left;
  width: 33%;
}

.dor__filters-col.dor__filters-col_one .dor__form-element-wrapper {
  padding-right: 10px;
}

.dor__filters-col.dor__filters-col_two .dor__form-element-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.dor__filters-col.dor__filters-col_three .dor__form-element-wrapper {
  padding-left: 10px;
}

.dor__filters .dor__form-element-wrapper {
  margin-bottom: 10px;
}

.dor__controls-wrapper {
  text-align: right;
}

.dor__button_hide-filters,
.dor__button_show-filters {
  color: #fe0000;
  line-height: 1.14;
  text-decoration: none;
  border-bottom: 1px dashed #fe0000;
  display: none;
}

.js .dor__button_hide-filters,
.js .dor__button_show-filters {
  display: inline;
}

.dor__form-element_type-textfield,
.dor__form-element_type-select {
  width: 100%;
  padding: 0;
  margin: 0;
}

.dor__button_hide-filters:hover,
.dor__button_hide-filters:active,
.dor__button_show-filters:hover,
.dor__button_show-filters:active {
  border-bottom-color: red;
}

.js .dor__form-element.dor__form-element_name-date-value {
  display: none;
}

.dor__form-element.dor__form-element_type-calendar {
  font-size: 12px;
}

.dor__filters .dor__form-element_type-submit.dor__button {
  background-color: #fe0000;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
}

.dor__filters .dor__form-element_type-submit.dor__button:focus,
.dor__filters .dor__form-element_type-submit.dor__button:hover {
  background-color: #3286dd;
}

@media screen and (max-width: 1100px) {
  .dor__filters-cols {
    position: relative;
    min-height: 260px;
  }
  .dor__filters-col {
    width: 50%;
    clear: left;
  }
  .dor__filters .dor__filters-col .dor__form-element-wrapper {
    padding-left: 0;
    padding-right: 10px;
  }
  .dor__filters-col.dor__filters-col_three {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .dor__filters
    .dor__filters-col.dor__filters-col_three
    .dor__form-element-wrapper {
    padding: 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 740px) {
  .dor__filters-cols {
    min-height: auto;
  }
  .dor__filters-col {
    width: auto;
    float: none;
    position: static !important;
  }
  .dor__filters .dor__filters-col .dor__form-element-wrapper {
    padding: 0 !important;
  }
  .dor__controls-wrapper {
    text-align: left;
  }
}

.dor__select2-container .select2-selection {
  border: none !important;
}

.dor__select2-container .select2-selection__rendered {
  padding-left: 0 !important;
}

.dor__select2-container .select2-selection__arrow {
  margin-top: -0.5em !important;
}

.dor__select2-container .select2-selection__arrow b {
  border: none !important;
}

.dor__select2-container .select2-selection__arrow b:before {
  content: "\e80e";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 1em;
}

.dor__select2-container.select2-container--open
  .select2-selection__arrow
  b:before {
  content: "\e80f";
}

.dor__select2-container.select2-container--disabled .select2-selection--single {
  background-color: #fff;
}

.dor__select2-dropdown .select2-dropdown {
  border-radius: 0;
  border-top: 1px solid #aaa;
}

.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap {
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/sites/all/themes/unstandart/js/youtube/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}

.container-inline-date {
  clear: both;
}

.container-inline-date .form-item {
  float: none;
  margin: 0;
  padding: 0;
}

.container-inline-date > .form-item {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

fieldset.date-combo .container-inline-date > .form-item {
  margin-bottom: 10px;
}

.container-inline-date .form-item .form-item {
  float: left;
}

.container-inline-date .form-item,
.container-inline-date .form-item input {
  width: auto;
}

.container-inline-date .description {
  clear: both;
}

.container-inline-date .form-item input,
.container-inline-date .form-item select,
.container-inline-date .form-item option {
  margin-right: 5px;
}

.container-inline-date .date-spacer {
  margin-left: -5px;
}

.views-right-60 .container-inline-date div {
  margin: 0;
  padding: 0;
}

.container-inline-date .date-timezone .form-item {
  clear: both;
  float: none;
  width: auto;
}

.container-inline-date .date-padding {
  float: left;
}

fieldset.date-combo .container-inline-date .date-padding {
  padding: 10px;
}

.views-exposed-form .container-inline-date .date-padding {
  padding: 0;
}

#calendar_div,
#calendar_div td,
#calendar_div th {
  margin: 0;
  padding: 0;
}

#calendar_div,
.calendar_control,
.calendar_links,
.calendar_header,
.calendar {
  border-collapse: separate;
  margin: 0;
  width: 185px;
}

.calendar td {
  padding: 0;
}

.date-prefix-inline {
  display: inline-block;
}

.date-clear {
  clear: both;
  display: block;
  float: none;
}

.date-no-float {
  clear: both;
  float: none;
  width: 98%;
}

.date-float {
  clear: none;
  float: left;
  width: auto;
}

.date-float .form-type-checkbox {
  padding-right: 1em;
}

.form-type-date-select .form-type-select[class*="hour"] {
  margin-left: 0.75em;
}

.date-container .date-format-delete {
  float: left;
  margin-top: 1.8em;
  margin-left: 1.5em;
}

.date-container .date-format-name {
  float: left;
}

.date-container .date-format-type {
  float: left;
  padding-left: 10px;
}

.date-container .select-container {
  clear: left;
  float: left;
}

div.date-calendar-day {
  background: #f3f3f3;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  color: #999;
  float: left;
  line-height: 1;
  margin: 6px 10px 0 0;
  text-align: center;
  width: 40px;
}

div.date-calendar-day span {
  display: block;
  text-align: center;
}

div.date-calendar-day span.month {
  background-color: #b5bebe;
  color: white;
  font-size: 0.9em;
  padding: 2px;
  text-transform: uppercase;
}

div.date-calendar-day span.day {
  font-size: 2em;
  font-weight: bold;
}

div.date-calendar-day span.year {
  font-size: 0.9em;
  padding: 2px;
}

.date-form-element-content-multiline {
  padding: 10px;
  border: 1px solid #ccc;
}

.form-item.form-item-instance-widget-settings-input-format-custom,
.form-item.form-item-field-settings-enddate-required {
  margin-left: 1.3em;
}

#edit-field-settings-granularity .form-type-checkbox {
  margin-right: 0.6em;
}

.date-year-range-select {
  margin-right: 1em;
}

#ui-datepicker-div {
  font-size: 100%;
  font-family: Verdana, sans-serif;
  background: #eee;
  border-right: 2px #666 solid;
  border-bottom: 2px #666 solid;
  z-index: 9999;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.field .field-label {
  font-weight: bold;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: left;
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table th.field-label {
  padding-left: 0;
}

form .field-multiple-table td.field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
  padding-right: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

.node-unpublished {
  background-color: #fff4f4;
}

.preview .node {
  background-color: #ffffea;
}

td.revision-current {
  background: #ffc;
}

#permissions td.module {
  font-weight: bold;
}

#permissions td.permission {
  padding-left: 1.5em;
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
  white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
  font-size: 0.85em;
  padding-bottom: 0.5em;
}

#user-admin-roles td.edit-name {
  clear: both;
}

#user-admin-roles .form-item-name {
  float: left;
  margin-right: 1em;
}

.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}

.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  font-weight: bold;
}

.password-indicator {
  background-color: #c4c4c4;
  height: 0.3em;
  width: 100%;
}

.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47c965;
}

input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}

div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}

div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #b4b4b4;
}

div.password-suggestions ul {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}

.profile {
  clear: both;
  margin: 1em 0;
}

.profile .user-picture {
  float: right;
  margin: 0 1em 1em 0;
}

.profile h3 {
  border-bottom: 1px solid #ccc;
}

.profile dl {
  margin: 0 0 1.5em 0;
}

.profile dt {
  margin: 0 0 0.2em 0;
  font-weight: bold;
}

.profile dd {
  margin: 0 0 1em 0;
}

.youtube-container--responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtube-container--responsive iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0.5em 1em 0 0;
}

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1.6em;
}

.views-exposed-form .form-item,
.views-exposed-form .form-submit {
  margin-top: 0;
  margin-bottom: 0;
}

.views-exposed-form label {
  font-weight: bold;
}

.views-exposed-widgets {
  margin-bottom: 0.5em;
}

.views-align-left {
  text-align: left;
}

.views-align-right {
  text-align: right;
}

.views-align-center {
  text-align: center;
}

.views-view-grid tbody {
  border-top: none;
}

.view .progress-disabled {
  float: none;
}

#backtotop {
  background: url(/sites/all/modules/back_to_top/backtotop.png) no-repeat center
    center;
  border: 1;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 1;
}

#backtotop:hover {
  opacity: 0.8;
}

#backtotop:focus {
  opacity: 0.6;
  outline: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  #backtotop {
    background: url(/sites/all/modules/back_to_top/backtotop2x.png) no-repeat
      center center;
    background-size: 70px 70px;
  }
}

@media print {
  #backtotop {
    visibility: hidden;
  }
}

.rteindent1 {
  margin-left: 40px;
}

.rteindent2 {
  margin-left: 80px;
}

.rteindent3 {
  margin-left: 120px;
}

.rteindent4 {
  margin-left: 160px;
}

.rteleft {
  text-align: left;
}

.rteright {
  text-align: right;
}

.rtecenter {
  text-align: center;
}

.rtejustify {
  text-align: justify;
}

.ibimage_left {
  float: left;
}

.ibimage_right {
  float: right;
}

.ctools-locked {
  color: red;
  border: 1px solid red;
  padding: 1em;
}

.ctools-owns-lock {
  background: #ffffdd none repeat scroll 0 0;
  border: 1px solid #f0c020;
  padding: 1em;
}

a.ctools-ajaxing,
input.ctools-ajaxing,
button.ctools-ajaxing,
select.ctools-ajaxing {
  padding-right: 18px !important;
  background: url(/sites/all/modules/ctools/images/status-active.gif) right
    center no-repeat;
}

div.ctools-ajaxing {
  float: left;
  width: 18px;
  background: url(/sites/all/modules/ctools/images/status-active.gif) center
    center no-repeat;
}

#lightbox {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#lightbox a img {
  border: none;
}

#outerImageContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  min-width: 240px;
  overflow: hidden;
}

#imageContainer,
#frameContainer,
#modalContainer {
  padding: 10px;
}

#modalContainer {
  line-height: 1em;
  overflow: auto;
}

#loading {
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: 45%;
}

#hoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#imageContainer > #hoverNav {
  left: 0;
}

#frameHoverNav {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  position: absolute;
  bottom: 0px;
  height: 45px;
}

#imageData > #frameHoverNav {
  left: 0;
}

#hoverNav a,
#frameHoverNav a {
  outline: none;
}

#prevLink,
#nextLink {
  width: 49%;
  height: 100%;
  background: transparent url(/sites/all/modules/lightbox2/images/blank.gif)
    no-repeat;
  display: block;
}

#prevLink,
#framePrevLink {
  left: 0;
  float: left;
}

#nextLink,
#frameNextLink {
  right: 0;
  float: right;
}

#prevLink:hover,
#prevLink:visited:hover,
#prevLink.force_show_nav,
#framePrevLink {
  background: url(/sites/all/modules/lightbox2/images/prev.gif) left 15%
    no-repeat;
}

#nextLink:hover,
#nextLink:visited:hover,
#nextLink.force_show_nav,
#frameNextLink {
  background: url(/sites/all/modules/lightbox2/images/next.gif) right 15%
    no-repeat;
}

#prevLink:hover.force_show_nav,
#prevLink:visited:hover.force_show_nav,
#framePrevLink:hover,
#framePrevLink:visited:hover {
  background: url(/sites/all/modules/lightbox2/images/prev_hover.gif) left 15%
    no-repeat;
}

#nextLink:hover.force_show_nav,
#nextLink:visited:hover.force_show_nav,
#frameNextLink:hover,
#frameNextLink:visited:hover {
  background: url(/sites/all/modules/lightbox2/images/next_hover.gif) right 15%
    no-repeat;
}

#framePrevLink,
#frameNextLink {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  bottom: 0px;
}

#imageDataContainer {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  min-width: 240px;
}

#imageData {
  padding: 0 10px;
}

#imageData #imageDetails {
  width: 70%;
  float: left;
  text-align: left;
}

#imageData #caption {
  font-weight: bold;
}

#imageData #numberDisplay {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#imageData #lightbox2-node-link-text {
  display: block;
  padding-bottom: 1em;
}

#imageData #bottomNav {
  height: 66px;
}

.lightbox2-alt-layout #imageData #bottomNav,
.lightbox2-alt-layout-data #bottomNav {
  margin-bottom: 60px;
}

#lightbox2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}

#overlay_default {
  opacity: 0.6;
}

#overlay_macff2 {
  background: transparent url(/sites/all/modules/lightbox2/images/overlay.png)
    repeat;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html > body .clearfix {
  display: inline;
  width: 100%;
}

* html .clearfix {
  height: 1%;
}

#bottomNavClose {
  display: block;
  background: url(/sites/all/modules/lightbox2/images/close.gif) left no-repeat;
  margin-top: 33px;
  float: right;
  padding-top: 0.7em;
  height: 26px;
  width: 26px;
}

#bottomNavClose:hover {
  background-position: right;
}

#loadingLink {
  display: block;
  background: url(/sites/all/modules/lightbox2/images/loading.gif) no-repeat;
  width: 32px;
  height: 32px;
}

#bottomNavZoom {
  display: none;
  background: url(/sites/all/modules/lightbox2/images/expand.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#bottomNavZoomOut {
  display: none;
  background: url(/sites/all/modules/lightbox2/images/contract.gif) no-repeat;
  width: 34px;
  height: 34px;
  position: relative;
  left: 30px;
  float: right;
}

#lightshowPlay {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(/sites/all/modules/lightbox2/images/play.png) no-repeat;
}

#lightshowPause {
  margin-top: 42px;
  float: right;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 20px;
  width: 20px;
  background: url(/sites/all/modules/lightbox2/images/pause.png) no-repeat;
}

.lightbox2-alt-layout-data #bottomNavClose,
.lightbox2-alt-layout #bottomNavClose {
  margin-top: 93px;
}

.lightbox2-alt-layout-data #bottomNavZoom,
.lightbox2-alt-layout-data #bottomNavZoomOut,
.lightbox2-alt-layout #bottomNavZoom,
.lightbox2-alt-layout #bottomNavZoomOut {
  margin-top: 93px;
}

.lightbox2-alt-layout-data #lightshowPlay,
.lightbox2-alt-layout-data #lightshowPause,
.lightbox2-alt-layout #lightshowPlay,
.lightbox2-alt-layout #lightshowPause {
  margin-top: 102px;
}

.lightbox_hide_image {
  display: none;
}

#lightboxImage {
  -ms-interpolation-mode: bicubic;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.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);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/sites/all/themes/unstandart/js/owl2/assets/owl.video.play.png)
    no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.ymaps-map label {
  display: inline;
}

.ymaps-map .yamaps-balloon {
  padding: 2px 10px;
}

.ymaps-map .yamaps-balloon label {
  color: #666;
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

.ymaps-map .yamaps-balloon label:after {
  content: ":";
}

.ymaps-map .yamaps-balloon input {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
  margin: 0;
  padding: 3px;
  width: 95%;
}

.ymaps-map .yamaps-balloon .form-element {
  margin: 0 0 7px 0;
  overflow: hidden;
}

.ymaps-map .yamaps-balloon .actions {
  line-height: 20px;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.ymaps-map .yamaps-balloon .actions #deleteButton {
  float: left;
}

.ymaps-map .yamaps-balloon .actions #saveButton {
  background: #fff;
  float: right;
  height: 20px;
  line-height: 12px;
  width: 90px;
}

.ymaps-map .yamaps-balloon .yamaps-colors .yamaps-color {
  border: none;
  cursor: pointer;
  float: left;
  margin: 0;
  padding: 1px;
}

.ymaps-map .yamaps-balloon .yamaps-colors .yamaps-color div {
  border: 1px solid white;
  height: 10px;
  overflow: hidden;
  text-indent: 9999px;
  width: 10px;
}

.ymaps-map .yamaps-balloon .yamaps-colors .yamaps-color-active {
  background-color: #444;
}

.yamaps-search-form {
  display: block;
  margin: 25px 0 15px 0;
  overflow: hidden;
}

.yamaps-search-form input.form-text {
  margin: 0 10px 0 0;
  width: 80%;
}

.yamaps-search-form input.form-submit {
  margin: 0;
  width: 15%;
}

.yamaps-terms {
  text-align: right;
}

.remove_yamap_button {
  border: 1px solid #888;
  padding: 3px 6px;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.close_yamap_button,
.open_yamap_button,
.open_yamap_button_static,
.remove_yamap_button {
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin: 0;
  padding: 10px 15px;
  line-height: 100%;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 0 1px 0 #fff;
  color: #666;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  *display: inline;
  zoom: 1;
  border: 1px solid #ccc;
  background: #fcfcfc;
}

.yamaps-map-container {
  width: 100%;
  height: 400px;
  margin: 10px 0 0 0;
}

/* variables
 * ------------------------------------ */
/* common
 * ------------------------------------ */
.menu > ul > li:last-child > a::before,
.menu a:not([href])::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.fix-clearfix:before,
.fix-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Main menu
 * ------------------------------------ */
.fix-mmenu-wrap {
  position: relative;
  top: 5px;
  left: -15px;
}

.menu a:not([href])::before {
  content: "\e80e";
}

.fix-mmenu-wrap > ul > li:last-child > a > span {
  font: 0/0 x;
}

.fix-mmenu-wrap > ul > li:last-child > a::before {
  content: "\e806";
}

.fix-mmenu-wrap > ul > .current-menu-item > a {
  -webkit-box-shadow: inset 0 -1px #e52320;
  box-shadow: inset 0 -1px #e52320;
}

/* Front contacts
 * ------------------------------------ */
.front-block-adress .widgettitle {
  font-size: 1.17em;
}

.front-block-adress .menu {
  padding-left: 0;
  margin: 0 20px 0 0;
  list-style: none;
}

.front-block-adress .menu li {
  margin-left: 0;
}

.front-block-adress .menu li:last-child a {
  border-bottom-color: transparent;
}

.front-block-adress .menu a {
  display: block;
  color: #333;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9d9d9;
}

.front-block-adress .menu a:hover {
  border-bottom-color: #e52320 !important;
}

/* Header
 * ------------------------------------ */
.widget_dl_phones_widget a.tell:hover {
  text-decoration: underline;
}

#header-line div div {
  margin: 5px 0;
}

#header-line .textwidget {
  margin: 0;
  padding: 0;
}

#header-line .lang-sw {
  top: 2px;
}

.widget_dl_social_widget {
  padding: 0 !important;
}

.donate-block .widget_text {
  padding: 0 !important;
}

/* Contact map
 * ------------------------------------ */
.fix-contact-map {
  width: 100%;
  height: 400px;
}

.dor__field.dor__field_type-file .dor__field-item::before {
  background: transparent url(assets/img/download-icon.png) 50% no-repeat;
}

.dor__field.dor__field_type-link-field .dor__field-item::before {
  background: transparent url(assets/img/link-icon.png) 50% no-repeat;
}

/* Favorites page
 * ------------------------------------ */
.fix-fav-node.node-teaser {
  margin-bottom: 0;
  margin-top: 2em;
}

.fix-fav-title {
  margin-top: -7px;
}

/* Search form
 * ------------------------------------ */
.search-form {
  position: relative;
  height: 50px;
}

.search-form input {
  height: 50px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-form input[type="search"] {
  width: 100%;
  padding: 0 22% 0 1em;
}

.search-form input[type="search"]:focus {
  outline: none;
}

.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  padding: 0;
  text-align: center;
  background: #e52320;
  border-color: #e52320;
  color: white;
}

/* Gallery page
 * ------------------------------------ */
.fix-gal-img {
  min-width: 260px;
}

.fix-gal-text {
  position: relative;
  top: -20px;
}

.fix-gal-entity {
  margin-top: 1.5em;
  border-bottom: solid 1px #d9d9d9;
}

/* Pager
 * ------------------------------------ */
.pagination {
  font-size: 12px;
}

.pagination a,
.pagination a:visited {
  color: #333 !important;
  text-decoration: none;
}

.page-numbers {
  margin: 5px;
  height: 26px;
  display: inline-block;
  text-align: center;
  line-height: 26px;
}

.page-numbers:not(.prev):not(.next) {
  width: 26px;
  border: 1px solid #e52320;
}

.page-numbers.current {
  color: white;
  background: #e52320;
}

/* WP styles override
 * ------------------------------------ */
.fav-form input,
.fav-form select,
.fav-form button {
  font-size: 15px;
  margin: 0;
  padding: 0.5em 1em;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}

.fav-form input:focus,
.fav-form select:focus,
.fav-form button:focus {
  outline: none;
}

.fav-form .select-wrap {
  position: relative;
  display: inline-block;
}

.fav-form .select-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4em;
  width: 0.4em;
  height: 0.4em;
  border: solid #999;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg) translateY(-70%);
  -ms-transform: rotate(-45deg) translateY(-70%);
  transform: rotate(-45deg) translateY(-70%);
}

.fav-form select {
  height: 34px;
  padding-right: 2em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fav-form option {
  padding: 5em;
}

.fav-form--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5em;
}

.fav-form--top > select {
  border-right: 0;
}

.fav-form--top > input[type="search"] {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
    padding-left: 10px;
}

.fav-form--top > button {
  border-color: #e52320;
  background: #e52320;
  color: white;
}

.fav-form--top > button:hover {
  background: transparent;
  color: #333;
}

/* WP styles override
 * ------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.widget {
  margin-bottom: 0;
}

html .custom-logo-link {
  display: inline !important;
}
/*# sourceMappingURL=style.css.map */

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

#menu-contacts li,
#menu-kontakty li {
  display: block !important;
}

.page-content,
.entry-content,
.entry-summary {
  clear: both;
}

.wp-block-table {
  width: 100%;
  margin: 0;
}

.widget_dl_statistics_widget > h3 {
  display: block !important;
}

.select-wrap {
  display: flex;
}

.select-wrap select {
  border-color:#fff;
}

.select-wrap + input {
    background: transparent;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    border: none;
    border-bottom: 1px solid #b9b9b9
}

.text-center {
	text-align:center;
}

.entry-content > .wp-block-image:not(.width-auto):first-of-type img{
	width:100%;
	height:auto;
}

.entry-content > .wp-block-image:first-of-type figure{
	width:100%;
	height:auto;
}

.search-results .title a p, .right-index-view a p {
    margin: 0;
}
 
table a {
    color: inherit;
    box-shadow: inset 0 -1px #fe0000;
    text-decoration: none;
}

.entry-content figure {
  margin-left:0 !important;
  margin-right:0 !important;
}

figcaption {
    margin: 5px 0;
    padding: 5px 0 10px 0;
    color: #777;
    border-bottom: solid 1px #d9d9d9;
    display: block;
}

#back_to_top {
  display: inline-block;
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#back_to_top:active {
  background-color: #555;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}

.wp-block-image .alignleft {
    float: left !important;
    margin: .5em 1em .5em 0 !important;
    width: auto !important;
}

.wp-block-file {
  margin: 10px 0;
    padding: 20px 0px;
    border-top: solid 1px #fe0000;
    border-bottom: solid 1px #fe0000;
}

.wp-block-file a {
  text-decoration: none !important;
  color: #585858;
}

.wp-block-file a:before {
    content: '\e807';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        color: #fe0000;
}