@charset "UTF-8";
/* Em values to Px values */
/* Em values to Px values end */
/* Px values to Em values */
/* Px values to Em values end */
/* Rem Crossbrowser */
/* Rem Crossbrowser end */
/* Radius mixin */
body {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* Pagination starts */
.navigator {
  text-align: center;
  margin: 0 0 1.5em 0;
  position: relative; }
  .navigator .page-numbers {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    line-height: 2em;
    min-width: 2em;
    background: #efefef;
    border: 2px #efefef solid;
    border-radius: 0.25em; }
  .navigator .prev {
    display: inline-block;
    left: 0;
    position: absolute;
    width: 2em;
    height: 2em;
    overflow: hidden; }
  .navigator .prev:before {
    content: "тЖР";
    display: inline-block;
    clear: both; }
  .navigator .next:before {
    content: "тЖТ";
    display: inline-block;
    clear: both; }
  .navigator .next {
    display: inline-block;
    right: 0;
    position: absolute;
    width: 2em;
    height: 2em;
    overflow: hidden; }
  .navigator .current {
    color: #1a171b;
    background: none;
    border: 2px #efefef solid; }

/* Pagination  end */
/* Accordeon */
.ask {
  color: #fff !important;
  cursor: pointer;
  border-bottom: 1px #fff dashed;
  display: inline; }

.accordeon-item {
  padding: 0.5em 0; }

/* Accordeon end */
/* Forms */
.forms input {
  width: 60%;
  margin: 0 auto;
  display: block; }

input, textarea, select {
  line-height: 2em;
  color: #1a171b;
  padding: 0 0.5em;
  border: 2px #1ab752 solid;
  clear: both;
  width: 100%;
  box-sizing: border-box; }

select {
  height: 2.5em; }

label {
  margin: 0.5em 0 0 0;
  width: 100%;
  clear: both; }

textarea {
  height: 5em;
  margin: 0 auto;
  display: block; }

.count {
  width: 2em !important;
  display: inline !important;
  margin: 0 0.5em !important;
  text-align: center; }

input[type="submit"] {
  margin: 0 !important;
  width: auto; }

input[type="file"] {
  line-height: 1;
  padding: 0.5em 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline-block;
  width: auto;
  clear: none; }

.wpcf7-list-item span {
  margin-right: 1em; }

input[type="file"] {
  border: none; }

/* Forms end */
/* Meta┬аtags */
.meta {
  clear: both;
  width: 100%; }
  .meta ul {
    display: inline-block;
    padding: 0 1em 0 0.5em; }
    .meta ul li {
      display: inline-block;
      line-height: 2em;
      padding: 0 0.5em;
      background: #efefef;
      border-radius: 0.25em; }

/* Meta tags end┬а*/
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Fade in viewportchecker */
.jump-left {
  position: relative;
  left: -100%;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0; }

.jump-right {
  position: relative;
  right: -100%;
  transition: all 0.8s ease-in-out 0s;
  opacity: 0; }

.left-show {
  left: 0 !important;
  opacity: 1; }

.right-show {
  right: 0 !important;
  opacity: 1; }

/* Fade in end */
/**
 * Featherlight тАУ ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, No├лl Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: hidden;
    padding: 0;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    /* styling */
    border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%; } }
/**
 * Featherlight Gallery тАУ an extension for the ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, No├лl Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0; }

  .featherlight-previous {
    left: 0;
    right: 80%; }

  .featherlight-previous:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.3+0,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-8 */
    opacity: 1; }

  .featherlight-next:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.3+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
    /* IE6-8 */
    opacity: 1; }

  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    color: #fff;
    font-style: normal;
    font-weight: normal; }

  .featherlight-next span {
    right: 5%;
    left: auto; }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }

  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }

  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 0;
    right: 0;
    left: 85%; }

  .featherlight-previous {
    left: 0;
    right: 85%; }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }
.sprite__orange:before {
  content: ' ';
  background-image: url("../img/sprites.svg");
  background-repeat: no-repeat;
  background-size: 18.75em 18.625em;
  display: inline-block; }
  .no-svg .sprite__orange:before {
    background-image: url("../img/sprites.png"); }

.sprite__orange:before {
  background-position: -0.625em -0.625em;
  width: 17.5em;
  height: 17.375em; }

.using .ellipse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.using h2 {
  text-align: center; }

footer {
  font-size: 0.8em;
  border-top: 2px #023d1a solid; }

.ft-copy {
  margin: 1em 0; }

.ft-icon, .ft-design, .ft-copy {
  text-align: center; }

.ft-icon img {
  height: 3em; }

@media (min-width: 768px) {
  .ft-design {
    text-align: right; }

  .ft-copy {
    text-align: left; } }
.ft-design a {
  text-decoration: none;
  color: #1a171b !important; }
  .ft-design a span {
    text-decoration: underline;
    color: #319BDE; }
    .ft-design a span:hover {
      color: #1D78AE; }

.search input {
  outline: none; }

.search .act {
  color: #1a171b; }

article ul {
  padding-left: 0; }
  article ul li {
    list-style: none;
    position: relative;
    padding-left: 0; }
    article ul li::before {
      display: block;
      content: "";
      position: absolute;
      width: 0.5em;
      height: 0.5em;
      left: -1.25em;
      top: 0.5em;
      border-radius: 0.25em;
      background: #f33; }
    article ul li ul {
      padding: 1em 0 1em 4em; }
      article ul li ul li:before {
        background: #e87a14; }

.navigator ul li {
  display: inline-block; }
  .navigator ul li:before {
    display: none; }
  .navigator ul li a::before {
    display: none; }
  .navigator ul li .next, .navigator ul li .prev {
    display: none; }

.YMaps .author_link {
  display: none !important; }

.alignleft {
  text-align: left; }

.alignright {
  text-align: right; }

@media (min-width: 1024px) {
  .table {
    max-width: 100%;
    width: 100%; } }
