
/*
Import Fonts
=========================== */


@font-face {
    font-family: 'MuseoSansCyrl-100';
    src: url('../fonts/Museo/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo/MuseoSansCyrl-100.otf') format('opentype'),
    url('../fonts/Museo/MuseoSansCyrl-100.woff') format('woff'),
    url('../fonts/Museo/MuseoSansCyrl-100.ttf') format('truetype'),
    url('../fonts/Museo/MuseoSansCyrl-100.svg#MuseoSansCyrl-100') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MuseoSansCyrl-300';
    src: url('../fonts/Museo/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo/MuseoSansCyrl-300.otf') format('opentype'),
    url('../fonts/Museo/MuseoSansCyrl-300.woff') format('woff'),
    url('../fonts/Museo/MuseoSansCyrl-300.ttf') format('truetype'),
    url('../fonts/Museo/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('../fonts/Museo/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo/MuseoSansCyrl-500.otf') format('opentype'),
    url('../fonts/Museo/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/Museo/MuseoSansCyrl-500.ttf') format('truetype'),
    url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MuseoSansCyrl-700';
    src: url('../fonts/Museo/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo/MuseoSansCyrl-700.otf') format('opentype'),
    url('../fonts/Museo/MuseoSansCyrl-700.woff') format('woff'),
    url('../fonts/Museo/Museo/MuseoSansCyrl-700.ttf') format('truetype'),
    url('../fonts/Museo/Museo/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'MuseoSansCyrl-900';
    src: url('../fonts/Museo/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Museo/MuseoSansCyrl-900.otf') format('opentype'),
    url('../fonts/Museo/MuseoSansCyrl-900.woff') format('woff'),
    url('../fonts/Museo/MuseoSansCyrl-900.ttf') format('truetype'),
    url('../fonts/Museo/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
    font-weight: normal;
    font-style: normal;
  }



  /*--------------------------------------------------------------
  # Normalize
  --------------------------------------------------------------*/
  html {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust:     100%;
  }

  body {
      margin: 0;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  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, h2, h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
  }

  h1 {
      font-size: 2em;
      margin: 0.67em 0;
  }

  h2 {
      font-size: 1.375em;
      margin: 0.75em 0;
  }

  h3 {
      font-size: 1.25em;
      margin: 0.75em 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 {
      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"] {
      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-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;
  }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  body {
      color: #333;
      font-family: Tahoma, sans-serif;
      /* font-weight: normal; */
      /* font-size: 18px; */
      /* font-size: 1rem; */
      /* line-height: 1.5; */
      font-size: 16px;
/*      line-height: 30px;*/
      line-height: 1.9;
      -webkit-font-smoothing: antialiased;
      letter-spacing: 0.02em;
     }
  button,
  input,
  select,
  textarea {
      color: #404040;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.4;
     }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      clear: both;
  }

  p {
      margin-bottom: 1em;
      /* letter-spacing: -0.03em; */
     }

  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;
      font-size: 15px;
      font-size: 0.9375rem;
      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;
      font-size: 15px;
      font-size: 0.9375rem;
  }

  abbr,
  acronym {
      border-bottom: 1px dotted #666;
      cursor: help;
  }

  mark,
  ins {
      background: #fff9c0;
      text-decoration: none;
  }

  big {
      font-size: 125%;
  }

  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
      box-sizing: border-box;
  }

  *,
  *:before,
  *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
      box-sizing: inherit;
  }

  body {
      background: #fff; /* Fallback for when there is no custom background color defined. */
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
      content: "";
  }

  blockquote,
  q {
      quotes: "" "";
  }

  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: bold;
  }

  dd {
      margin: 0 1.5em 1.5em;
  }

  img {
      height: auto; /* Make sure images are scaled correctly. */
      max-width: 100%; /* Adhere to container width. */
  }

  table {
      margin: 0 0 1.5em;
      width: 100%;
  }

  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  #submit {
      width: 100%;
      /* font-family: 'Roboto', sans-serif; */
      /* font-weight: 700; */
      color: #000;
      font-family: 'MuseoSansCyrl-900';
      letter-spacing: -0.03em;
  }
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
      border: 1px solid;
      border-color: #ccc #ccc #bbb;
      border-radius: 10px;
      background: #fff;
      color: rgba(0, 0, 0, .9);
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1;
      padding: 1em 1em .8em;
      text-transform: uppercase;
  }

  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
      border-color: #6c6c6c #6b6b6b #6a6a6a;
      color: rgba(0, 0, 0, .8);
      background: #e9e9e9;
  }

  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus,
  button:active,
  input[type="button"]:active,
  input[type="reset"]:active,
  input[type="submit"]:active {
      border-color: #aaa #bbb #bbb;
      box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  }

  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: 10px 15px;
     }

  select {
      border: 1px solid #ccc;
  }

  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;
  }

  textarea {
      width: 100%;
      resize: none;
  }

  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
      color: #9B0810;
      text-decoration: none;
  }

  a:visited {
      color: #9B0810;
  }

  a:hover,
  a:focus,
  a:active {
      color: #9B0810;
      text-decoration: underline;
  }

  a:focus {
      outline: thin dotted;
  }

  a:hover,
  a:active {
      outline: 0;
  }

  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .main-navigation {
      clear: both;
      display: block;
      float: left;
      width: 100%;
  }

  .main-navigation ul {
      display: none;
      list-style: none;
      margin: 0;
      padding-left: 0;
  }

  .main-navigation li {
      float: left;
      position: relative;
  }

  .main-navigation a {
      display: block;
      padding: 0.65625em 0.875em;
      text-decoration: none;
      color: #000;
      text-transform: uppercase;
      transition: color .2s;
      font-family: 'Roboto', sans-serif;
      /* font-weight: 700; */
      font-size: 1.125em;
      font-family: 'MuseoSansCyrl-700';
      letter-spacing: -0.03em;
  }

  .main-navigation a:hover {
      color: #9B0810;
  }

  .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999;
  }

  .main-navigation ul ul ul {
      left: -999em;
      top: 0;
  }

  .main-navigation ul ul a {
      width: 200px;
  }

  .main-navigation ul ul li {

  }

  .main-navigation li:hover > a,
  .main-navigation li.focus > a {
  }

  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
  }

  .main-navigation ul ul a:hover,
  .main-navigation ul ul a.focus {
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
      left: auto;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
      left: 100%;
  }

  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
  }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
      display: block;
  }

  .menu-toggle {
      margin: 0.75em;
      padding: 0.5625em 0.65625em;
      border-radius: 5px;
  }

  .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      background-color: #888;
  }

  .menu-toggle .icon-bar + .icon-bar {
      margin-top: 4px;
  }

  @media screen and (min-width: 41.25em) {
      .menu-toggle {
          display: none;
      }
      .main-navigation ul {
          display: block;
      }
  }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
      margin: 0 0 1.5em;
      overflow: hidden;
  }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
      float: left;
      width: 50%;
  }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
      float: right;
      text-align: right;
      width: 50%;
  }

  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      position: absolute !important;
      height: 1px;
      width: 1px;
      overflow: hidden;
  }

  .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000; /* Above WP toolbar. */
  }

  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
      outline: 0;
  }

  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  .alignleft {
      display: inline;
      float: left;
      margin-right: 1.5em;
  }

  .alignright {
      display: inline;
      float: right;
      margin-left: 1.5em;
  }

  .aligncenter {
      clear: both;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }

  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .nav-links:before,
  .nav-links:after,
  .primary-menu:before,
  .primary-menu:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
      content: "";
      display: table;
      table-layout: fixed;
  }

  .clear:after,
  .nav-links:after,
  .primary-menu:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
      clear: both;
  }

  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  /* Make sure select elements fit in widgets. */
  .widget select {
      max-width: 100%;
  }

  .widget {
      margin: 0 0 1.625em;
      padding: 1.375em 2.1875em 1.75em;
      background-color: #f6f6f6;
  }

  .widget ul {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .widget li a {
      text-decoration: none;
      color: #000;
      line-height: 1.2;
      font-weight: normal;
  }

  .widget li a:hover {
      text-decoration: underline;
  }

  .widget-title {
      margin: 0 0 0.5em;
      color: #000;
      font-family: 'MuseoSansCyrl-700';
      letter-spacing: -0.03em;
  }

  .widget_recent_entries li, .widget_recent_comments li {
      padding-top: 1.125em;
      padding-bottom: 1.125em;
      border-bottom: 1px solid #dcdcdc;
  }

  .widget_recent_entries li:first-child, .widget_recent_comments li:first-child {
      padding-top: 0.65625em;
  }

  .widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
      border-bottom: none;
      padding-bottom: 0;
  }

  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/

  .site {
      background-color: #e4e4e4;
  }

  .site-header {
      background-color: #e4e4e4;
  }

  .wrap-site-header {
      background-color: #fff;
      margin-bottom: 1.875em;
  }

  .site-header-main {
      max-width: 1150px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }

  .site-header-menu {
      /* margin-top: 0.65625em; */ /*10.5px*/
      /* margin-bottom: 0.65625em; */
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  }

  .header-image {
      display: table;
      position: relative;
      width: 100%;
      line-height: 0;
      background: url(../img/banner.jpg) 50% 20% no-repeat;
      background-size: cover;
      height: 300px;
      max-width: 1150px;
      margin: 0 auto;
     }

  .header-image:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: linear-gradient(to top,rgba(0, 0, 0, 0.8),transparent 100%);
     }

  .page-title {
      position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
  }

  .site-title {
      /* color: #fff; */
      /* font-size: 4.375em; */
      /* font-family: 'Helvetica', sans-serif; */
      /* font-weight: 200; */
      /* line-height: 1.2; */
      margin: 0 0 0;
      font-family: 'MuseoSansCyrl-900';
      letter-spacing: -0.03em;
      font-size: 55px;
      line-height: 70px;
      color: #ffffff;
     }

  .site-description {
      /* color: #fff; */
      /* font-family: 'Helvetica', sans-serif; */
      /* font-size: 2.6875em; */
      /* font-weight: 300; */
      /* line-height: 1.1; */
      /* text-transform: uppercase; */
      margin: 0;
      font-family: 'MuseoSansCyrl-700';
      letter-spacing: -0.03em;
      font-size: 25px;
      line-height: 33px;
      color: #fff;
     }

  .entry-title {
      margin: 0 0 0.5em;
  }

  .entry-content p:first-child {
      margin-top: 0;
  }

  .entry-meta {
      font-size: 0.8125em;
  }

  .site-content {
      max-width: 1150px;
      padding: 2.1875em 2.1875em 0;
      margin: 0 auto;
      background-color: #fff;
  }

  #primary {
      float: left;
      width: 100%;
      /* margin-right: 2%; */
  }

  #primary-259 {
      width: 100%;
  }

  #secondary {
      float: left;
      width: 25%;
      display: none;
  }

  /*--------------------------------------------------------------
  ## 404 page
  --------------------------------------------------------------*/

  .search-form {
      margin-bottom: 30px;
  }

  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .sticky {
      display: block;
  }

  .hentry {
      margin: 0 0 1.5em;
  }

  .byline,
  .updated:not(.published) {
      display: none;
  }

  .single .byline,
  .group-blog .byline {
      display: inline;
  }

  .page-content,
  .entry-content,
  .entry-summary {
      margin: 0;
  }

  .page-links {
      clear: both;
      margin: 0 0 1.5em;
  }

  .site-footer {
      max-width: 1150px;
      min-width: 300px;
      margin: 0 auto;
      background-color: #f8f8f8;
      border-top: 2px solid rgba(0,0,0, .1);
      text-align: center;
  }

  .footer-copy {
      margin: 1.5em 2.1875em 1.5em;
      color: #9b9b9b;
  }

  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  #reply-title, .comment-notes, label[for="comment"] {
      display: none;
  }

  #comments {
      max-width: 1150px;
      margin: 0 auto;
      padding: 0 2.1875em 0;
      background-color: #f8f8f8;
  }

  .comment-body p {
      margin: 0.875em 0;
  }

  .children {
      list-style: none;
      padding: 0;
      margin-bottom: 1.5em;
  }

  .children .comment {
      background: #F8F8F8;
      margin-top: 1.75em;
      padding: 1.125em
  }

  .children .depth-3 {background-color: #fff;}

  .fn {
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #000;
  }

  .wrap-comments {
      padding: 2.1875em 0 ;
      background-color: #f8f8f8;
  }

  .comment-reply-title {
      margin: 0 0 1.125em 0;
      /* font-family: 'Roboto', sans-serif; */
      /* font-weight: 700; */
      color: #000;
      font-family: 'MuseoSansCyrl-700';
      letter-spacing: -0.03em;
  }

  .comment-respond {
      margin-bottom: 2.1875em;
      /* display: none; */
  }

  .comment-list {
      padding: 0;
      margin: 1em 0 0.65625em 0;
      list-style: none;
  }

  .comment-list li {
      margin-bottom: 1.125em;
      background-color: #fff;
      padding: 1.125em
  }

  .wrap-metacomment {
      display: table;
      width: 100%;
      font-size: 16px;
  }

  .reply {
      display: table-cell;
  }

  .reply .comment-meta {
      font-size: 0.8125em;
      color: #666;
  }

  .comment-reply-link {
      font-size: 0.875em;
  }

  .reply:last-child {
      text-align: right;
  }

  .comment-content a {
      word-wrap: break-word;
  }

  .row-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
  }

  .form-half {
      display: block;
      -ms-flex: none;
          flex: none;
      width: 48%;
      margin-bottom: 1.5em;
  }

  .form-submit {margin: 0;}

  @media screen and (max-width: 37.5em) {
      .form-half {
          width: 100%;
      }
  }


  .row-form input[type="text"], .row-form input[type="email"] {
      width: 100%;
  }

  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
      display: none;
  }

  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
      display: block;
  }

  /*--------------------------------------------------------------
  # 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 embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
      max-width: 100%;
  }

  /*--------------------------------------------------------------
  # Media queries
  --------------------------------------------------------------*/

  @media screen and (max-width: 64em) { /* 1024px */
      #primary {
          width: 68%;
      }
      #secondary {
          width: 30%;
      }
  }

  @media screen and (max-width: 60em) { /* 960px*/
      .header-image {
          height: 300px;
      }
      .site-content {
          padding: 2.1875em 0 0;
      }
      #primary, #primary-259 {
          width: 100%;
          padding: 0 2.1875em 0;
      }
      #secondary {
          width: 100%;
      }
      .page-title {
          font-size: 15px;
      }
  }

  @media screen and (max-width: 47.5em) { /* 760px*/
          .page-title {
          font-size: 13px;
      }
  }

  @media screen and (max-width: 41.25em) { /* 660px */

      .site-content {
          padding: 1em 0 0;
      }
      #primary, #primary-259

      {
          padding: 0 1em 0;
      }
      .header-image {
          height: 200px;
      }
      .site-header-main {
          -ms-flex-pack: start;
              justify-content: flex-start;
      }
      .site-header-menu {
          -ms-flex: 0 1 100%;
          flex: 0 1 100%;
          margin: 0;
      }
      .main-navigation li {
          float: none;
      }
      .main-navigation a {
          border-top: 1px solid #dcdcdc;
      }
      .page-title {
          font-size: 11px;
      }
      #comments {
          padding: 1em;
      }
      .wrap-comments {
          padding: 1em 0;
      }
      .wrap-comments ol {
          margin: 0;
      }
      .widget {
          padding: 1.375em 1em 1em;
          margin: 0 0 1.625em;
      }

      .form-half {
          width: 100%;
      }
  }

  @media screen and (max-width: 30.625em) { /* 490px */
          .page-title {
          font-size: 9px;
      }
  }

  @media screen and (max-width: 24.375em) { /* 390px */
          .page-title {
          font-size: 7px;
      }
  }

  @media screen and (max-width: 21.25em) {
      .site-content, #comments, header {
          min-width: 300px;
      }
  }

  /*--------------------------------------------------------------
  ## 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;
  }

  .gallery-item {
      display: inline-block;
      text-align: center;
      vertical-align: top;
      width: 100%;
  }

  .gallery-columns-2 .gallery-item {
      max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
      max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
      max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
      max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
      max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
      max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
      max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
      max-width: 11.11%;
  }

  .gallery-caption {
      display: block;
  }


  .ssl {
      background: #ffe538;
      border: 1px solid #ffe538;
      -webkit-box-shadow: 0 1px 1px #fff inset, 0 2px 1px rgba(0,0,0,0.35);
      box-shadow: 0 1px 1px #fff inset, 0 2px 1px rgba(0,0,0,0.35);
      border-radius: 5px;
      margin: 15px auto;
      text-align: center;
      cursor: pointer;
      text-align: center;
      text-decoration: none!important;
      border: none;
      outline: 0;
      background-color: #f9c400;
      background: -webkit-linear-gradient(top,#ffe025 0%,#f9c400 92%,#be8c05 100%);
      background: linear-gradient(to bottom,#ffe025 0%,#f9c400 92%,#be8c05 100%);
      text-shadow: 0 1px 0 rgba(255,255,255,.36);
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }


  .ssl a {
    font-size: 24px;
    line-height: 38px;
    display: inline-block;
    padding: 15px;
    color: #000000;
    width: 95%;
    position: relative;
    font-family: 'MuseoSansCyrl-700';
    letter-spacing: -0.03em;
    }

  .ssl a:hover {
    text-decoration: none;
  }

  .site-header-main,
  .header-image,
  .site-content,
  #comments,
  .site-footer,
  .page-title{
    max-width: 1000px;
  }
  .page-title{
      margin: 0 auto;
      /* display: block; */
      padding-bottom: 30px;
      /* padding-top: 30px; */
      /* background-color: #ffffff; */
      /* border-bottom: 1px solid #eee; */
     }
  .page-title>*{
    /* color: #333; */
  }
  @media screen and (max-width: 680px){
    .page-title h1 {
      font-size: 36px;
      line-height: 40px;
    }
    .site-description{
      font-size: 19px;
    }
  }
  @media screen and (max-width: 480px){
    .page-title h1 {
        font-size: 29px;
        line-height: 36px;
    }
  }

  .tel {
    display: block
  }
  .mail {
    display: block
  }
  .tel span{
    border-bottom: 1px solid #333;
    transition: .5s all;
  }

  .mail span{
    border-bottom: 1px solid #333;
    transition: .5s all;
  }

  .tel:hover span{
    border-bottom: 1px solid transparent;
  }
  .mail:hover span{
    border-bottom: 1px solid transparent;
  }

  .widget_categories li{
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #dcdcdc;
  }
  .widget_categories ul li:last-child{
    border-bottom: none;
  }


  .comment-form-cookies-consent {
      display: none;
  }
/*2019-02-15*/
@media screen and (max-width: 480px){
    .comment-list{
        margin-left: -15px;
        margin-left: -15px;
        position: relative;
    }
}
/*end 2019-02-15*/
.comment-awaiting-moderation-block {
    background-color: #9dffa8;
    margin-top: 30px;
    padding: 2px;
    border-radius: 5px;
}

/* 18.06 */

*, ::after, ::before{
  /* Calculation */
  --diff: calc(var(--max-size) - var(--min-size));
  --responsive: calc((var(--min-size) * 1px) + var(--diff) * ((100vw - 320px) / (1920 - 320)));
  }
  .error-404{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 55vh;
  }
  .error-404 .page-header{

  }
  .error-404 .page-title{
    --max-size: 32;
    --min-size: 18;
    font-size: var(--responsive);
    width: 100%;
    display: block;
  }
  .error-404 .page-content{
    flex: 1;
  }
  .error-404 .page-content h2{
    --max-size: 54;
    --min-size: 24;
    font-size: var(--responsive);
  }
  .error-404 .page-content a{
    --max-size: 28;
    --min-size: 16;
    font-size: var(--responsive);
    display: block;
    margin-top: 10px;
  }
  @media (max-width: 42.625em) {
    .error-404{min-height: 65vh;}
  }
.disclaimer {
    padding: 30px;
    min-width: 300px;
    max-width: 1000px;
    margin: 0 auto;
}
