@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Open+Sans:300,400,600,700&subset=cyrillic);
@charset "UTF-8";
/*! Frow CSS | MIT License | frowcss.com */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b {
  font-weight: bolder; }

strong {
  font-weight: bolder; }

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

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

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

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

img {
  border-style: none; }

button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button; }
  button::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring {
    outline: 1px dotted ButtonText; }

input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible; }

optgroup {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none; }

textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto; }

[type="button"] {
  -webkit-appearance: button; }
  [type="button"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="button"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type="reset"] {
  -webkit-appearance: button; }
  [type="reset"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="reset"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

[type="submit"] {
  -webkit-appearance: button; }
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  [type="search"]::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

*, :after, :before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[hidden] {
  display: none !important; }

body {
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

a {
  cursor: pointer;
  color: #333;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #0d0d0d;
    text-decoration: underline; }
  p a {
    text-decoration: underline;
    display: inline; }

svg {
  display: block; }

pre {
  margin: 0; }

canvas:focus {
  outline: none; }

.frow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .frow > * {
    max-width: 100%; }
  .frow.centered {
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%; }
  .frow.centered-column {
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: 100%; }
  .frow.row-start {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
  .frow.row-center {
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .frow.row-end {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
  .frow.row-between {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .frow.row-around {
    flex-direction: row;
    align-items: center;
    justify-content: space-around; }
  .frow.column-start {
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start; }
  .frow.column-center {
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start; }
  .frow.column-end {
    flex-direction: column;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-start; }
  .frow.inline {
    display: inline-flex; }
  .frow.wrap {
    flex-wrap: wrap; }
  .frow.wrap-reverse {
    flex-wrap: wrap-reverse; }
  .frow.nowrap {
    flex-wrap: nowrap; }
  .frow.direction-row {
    flex-direction: row; }
  .frow.direction-reverse {
    flex-direction: row-reverse; }
  .frow.direction-column {
    flex-direction: column; }
  .frow.direction-column-reverse {
    flex-direction: column-reverse; }
  .frow.justify-start {
    justify-content: flex-start; }
  .frow.justify-end {
    justify-content: flex-end; }
  .frow.justify-center {
    justify-content: center; }
  .frow.justify-between {
    justify-content: space-between; }
  .frow.justify-around {
    justify-content: space-around; }
  .frow.items-start {
    align-items: flex-start; }
  .frow.items-end {
    align-items: flex-end; }
  .frow.items-center {
    align-items: center; }
  .frow.items-stretch {
    align-items: stretch; }
  .frow.items-baseline {
    align-items: baseline; }
  .frow.content-start {
    align-content: flex-start; }
  .frow.content-end {
    align-content: flex-end; }
  .frow.content-center {
    align-content: center; }
  .frow.content-between {
    align-content: space-between; }
  .frow.content-around {
    align-content: space-around; }
  .frow.gutters {
    margin-left: -15px;
    margin-right: -15px; }
    .frow.gutters > [class*=col-xs], .frow.gutters > [class*=col-sm], .frow.gutters > [class*=col-md], .frow.gutters > [class*=col-lg] {
      padding-left: 15px;
      padding-right: 15px; }
  .frow [class*=col-xs], .frow [class*=col-sm], .frow [class*=col-md], .frow [class*=col-lg] {
    width: 100%; }
  @media (min-width: 0px) {
    .frow .col-xs-1-1 {
      width: 100%; }
    .frow .col-xs-1-2 {
      width: 50%; }
    .frow .col-xs-2-2 {
      width: 100%; }
    .frow .col-xs-1-3 {
      width: 33.33333%; }
    .frow .col-xs-2-3 {
      width: 66.66667%; }
    .frow .col-xs-3-3 {
      width: 100%; }
    .frow .col-xs-1-4 {
      width: 25%; }
    .frow .col-xs-2-4 {
      width: 50%; }
    .frow .col-xs-3-4 {
      width: 75%; }
    .frow .col-xs-4-4 {
      width: 100%; }
    .frow .col-xs-1-5 {
      width: 20%; }
    .frow .col-xs-2-5 {
      width: 40%; }
    .frow .col-xs-3-5 {
      width: 60%; }
    .frow .col-xs-4-5 {
      width: 80%; }
    .frow .col-xs-5-5 {
      width: 100%; }
    .frow .col-xs-1-6 {
      width: 16.66667%; }
    .frow .col-xs-2-6 {
      width: 33.33333%; }
    .frow .col-xs-3-6 {
      width: 50%; }
    .frow .col-xs-4-6 {
      width: 66.66667%; }
    .frow .col-xs-5-6 {
      width: 83.33333%; }
    .frow .col-xs-6-6 {
      width: 100%; }
    .frow .col-xs-1-7 {
      width: 14.28571%; }
    .frow .col-xs-2-7 {
      width: 28.57143%; }
    .frow .col-xs-3-7 {
      width: 42.85714%; }
    .frow .col-xs-4-7 {
      width: 57.14286%; }
    .frow .col-xs-5-7 {
      width: 71.42857%; }
    .frow .col-xs-6-7 {
      width: 85.71429%; }
    .frow .col-xs-7-7 {
      width: 100%; }
    .frow .col-xs-1-8 {
      width: 12.5%; }
    .frow .col-xs-2-8 {
      width: 25%; }
    .frow .col-xs-3-8 {
      width: 37.5%; }
    .frow .col-xs-4-8 {
      width: 50%; }
    .frow .col-xs-5-8 {
      width: 62.5%; }
    .frow .col-xs-6-8 {
      width: 75%; }
    .frow .col-xs-7-8 {
      width: 87.5%; }
    .frow .col-xs-8-8 {
      width: 100%; }
    .frow .col-xs-1-9 {
      width: 11.11111%; }
    .frow .col-xs-2-9 {
      width: 22.22222%; }
    .frow .col-xs-3-9 {
      width: 33.33333%; }
    .frow .col-xs-4-9 {
      width: 44.44444%; }
    .frow .col-xs-5-9 {
      width: 55.55556%; }
    .frow .col-xs-6-9 {
      width: 66.66667%; }
    .frow .col-xs-7-9 {
      width: 77.77778%; }
    .frow .col-xs-8-9 {
      width: 88.88889%; }
    .frow .col-xs-9-9 {
      width: 100%; }
    .frow .col-xs-1-10 {
      width: 10%; }
    .frow .col-xs-2-10 {
      width: 20%; }
    .frow .col-xs-3-10 {
      width: 30%; }
    .frow .col-xs-4-10 {
      width: 40%; }
    .frow .col-xs-5-10 {
      width: 50%; }
    .frow .col-xs-6-10 {
      width: 60%; }
    .frow .col-xs-7-10 {
      width: 70%; }
    .frow .col-xs-8-10 {
      width: 80%; }
    .frow .col-xs-9-10 {
      width: 90%; }
    .frow .col-xs-10-10 {
      width: 100%; } }
  @media (min-width: 768px) {
    .frow .col-sm-1-1 {
      width: 100%; }
    .frow .col-sm-1-2 {
      width: 50%; }
    .frow .col-sm-2-2 {
      width: 100%; }
    .frow .col-sm-1-3 {
      width: 33.33333%; }
    .frow .col-sm-2-3 {
      width: 66.66667%; }
    .frow .col-sm-3-3 {
      width: 100%; }
    .frow .col-sm-1-4 {
      width: 25%; }
    .frow .col-sm-2-4 {
      width: 50%; }
    .frow .col-sm-3-4 {
      width: 75%; }
    .frow .col-sm-4-4 {
      width: 100%; }
    .frow .col-sm-1-5 {
      width: 20%; }
    .frow .col-sm-2-5 {
      width: 40%; }
    .frow .col-sm-3-5 {
      width: 60%; }
    .frow .col-sm-4-5 {
      width: 80%; }
    .frow .col-sm-5-5 {
      width: 100%; }
    .frow .col-sm-1-6 {
      width: 16.66667%; }
    .frow .col-sm-2-6 {
      width: 33.33333%; }
    .frow .col-sm-3-6 {
      width: 50%; }
    .frow .col-sm-4-6 {
      width: 66.66667%; }
    .frow .col-sm-5-6 {
      width: 83.33333%; }
    .frow .col-sm-6-6 {
      width: 100%; }
    .frow .col-sm-1-7 {
      width: 14.28571%; }
    .frow .col-sm-2-7 {
      width: 28.57143%; }
    .frow .col-sm-3-7 {
      width: 42.85714%; }
    .frow .col-sm-4-7 {
      width: 57.14286%; }
    .frow .col-sm-5-7 {
      width: 71.42857%; }
    .frow .col-sm-6-7 {
      width: 85.71429%; }
    .frow .col-sm-7-7 {
      width: 100%; }
    .frow .col-sm-1-8 {
      width: 12.5%; }
    .frow .col-sm-2-8 {
      width: 25%; }
    .frow .col-sm-3-8 {
      width: 37.5%; }
    .frow .col-sm-4-8 {
      width: 50%; }
    .frow .col-sm-5-8 {
      width: 62.5%; }
    .frow .col-sm-6-8 {
      width: 75%; }
    .frow .col-sm-7-8 {
      width: 87.5%; }
    .frow .col-sm-8-8 {
      width: 100%; }
    .frow .col-sm-1-9 {
      width: 11.11111%; }
    .frow .col-sm-2-9 {
      width: 22.22222%; }
    .frow .col-sm-3-9 {
      width: 33.33333%; }
    .frow .col-sm-4-9 {
      width: 44.44444%; }
    .frow .col-sm-5-9 {
      width: 55.55556%; }
    .frow .col-sm-6-9 {
      width: 66.66667%; }
    .frow .col-sm-7-9 {
      width: 77.77778%; }
    .frow .col-sm-8-9 {
      width: 88.88889%; }
    .frow .col-sm-9-9 {
      width: 100%; }
    .frow .col-sm-1-10 {
      width: 10%; }
    .frow .col-sm-2-10 {
      width: 20%; }
    .frow .col-sm-3-10 {
      width: 30%; }
    .frow .col-sm-4-10 {
      width: 40%; }
    .frow .col-sm-5-10 {
      width: 50%; }
    .frow .col-sm-6-10 {
      width: 60%; }
    .frow .col-sm-7-10 {
      width: 70%; }
    .frow .col-sm-8-10 {
      width: 80%; }
    .frow .col-sm-9-10 {
      width: 90%; }
    .frow .col-sm-10-10 {
      width: 100%; } }
  @media (min-width: 992px) {
    .frow .col-md-1-1 {
      width: 100%; }
    .frow .col-md-1-2 {
      width: 50%; }
    .frow .col-md-2-2 {
      width: 100%; }
    .frow .col-md-1-3 {
      width: 33.33333%; }
    .frow .col-md-2-3 {
      width: 66.66667%; }
    .frow .col-md-3-3 {
      width: 100%; }
    .frow .col-md-1-4 {
      width: 25%; }
    .frow .col-md-2-4 {
      width: 50%; }
    .frow .col-md-3-4 {
      width: 75%; }
    .frow .col-md-4-4 {
      width: 100%; }
    .frow .col-md-1-5 {
      width: 20%; }
    .frow .col-md-2-5 {
      width: 40%; }
    .frow .col-md-3-5 {
      width: 60%; }
    .frow .col-md-4-5 {
      width: 80%; }
    .frow .col-md-5-5 {
      width: 100%; }
    .frow .col-md-1-6 {
      width: 16.66667%; }
    .frow .col-md-2-6 {
      width: 33.33333%; }
    .frow .col-md-3-6 {
      width: 50%; }
    .frow .col-md-4-6 {
      width: 66.66667%; }
    .frow .col-md-5-6 {
      width: 83.33333%; }
    .frow .col-md-6-6 {
      width: 100%; }
    .frow .col-md-1-7 {
      width: 14.28571%; }
    .frow .col-md-2-7 {
      width: 28.57143%; }
    .frow .col-md-3-7 {
      width: 42.85714%; }
    .frow .col-md-4-7 {
      width: 57.14286%; }
    .frow .col-md-5-7 {
      width: 71.42857%; }
    .frow .col-md-6-7 {
      width: 85.71429%; }
    .frow .col-md-7-7 {
      width: 100%; }
    .frow .col-md-1-8 {
      width: 12.5%; }
    .frow .col-md-2-8 {
      width: 25%; }
    .frow .col-md-3-8 {
      width: 37.5%; }
    .frow .col-md-4-8 {
      width: 50%; }
    .frow .col-md-5-8 {
      width: 62.5%; }
    .frow .col-md-6-8 {
      width: 75%; }
    .frow .col-md-7-8 {
      width: 87.5%; }
    .frow .col-md-8-8 {
      width: 100%; }
    .frow .col-md-1-9 {
      width: 11.11111%; }
    .frow .col-md-2-9 {
      width: 22.22222%; }
    .frow .col-md-3-9 {
      width: 33.33333%; }
    .frow .col-md-4-9 {
      width: 44.44444%; }
    .frow .col-md-5-9 {
      width: 55.55556%; }
    .frow .col-md-6-9 {
      width: 66.66667%; }
    .frow .col-md-7-9 {
      width: 77.77778%; }
    .frow .col-md-8-9 {
      width: 88.88889%; }
    .frow .col-md-9-9 {
      width: 100%; }
    .frow .col-md-1-10 {
      width: 10%; }
    .frow .col-md-2-10 {
      width: 20%; }
    .frow .col-md-3-10 {
      width: 30%; }
    .frow .col-md-4-10 {
      width: 40%; }
    .frow .col-md-5-10 {
      width: 50%; }
    .frow .col-md-6-10 {
      width: 60%; }
    .frow .col-md-7-10 {
      width: 70%; }
    .frow .col-md-8-10 {
      width: 80%; }
    .frow .col-md-9-10 {
      width: 90%; }
    .frow .col-md-10-10 {
      width: 100%; } }
  @media (min-width: 1200px) {
    .frow .col-lg-1-1 {
      width: 100%; }
    .frow .col-lg-1-2 {
      width: 50%; }
    .frow .col-lg-2-2 {
      width: 100%; }
    .frow .col-lg-1-3 {
      width: 33.33333%; }
    .frow .col-lg-2-3 {
      width: 66.66667%; }
    .frow .col-lg-3-3 {
      width: 100%; }
    .frow .col-lg-1-4 {
      width: 25%; }
    .frow .col-lg-2-4 {
      width: 50%; }
    .frow .col-lg-3-4 {
      width: 75%; }
    .frow .col-lg-4-4 {
      width: 100%; }
    .frow .col-lg-1-5 {
      width: 20%; }
    .frow .col-lg-2-5 {
      width: 40%; }
    .frow .col-lg-3-5 {
      width: 60%; }
    .frow .col-lg-4-5 {
      width: 80%; }
    .frow .col-lg-5-5 {
      width: 100%; }
    .frow .col-lg-1-6 {
      width: 16.66667%; }
    .frow .col-lg-2-6 {
      width: 33.33333%; }
    .frow .col-lg-3-6 {
      width: 50%; }
    .frow .col-lg-4-6 {
      width: 66.66667%; }
    .frow .col-lg-5-6 {
      width: 83.33333%; }
    .frow .col-lg-6-6 {
      width: 100%; }
    .frow .col-lg-1-7 {
      width: 14.28571%; }
    .frow .col-lg-2-7 {
      width: 28.57143%; }
    .frow .col-lg-3-7 {
      width: 42.85714%; }
    .frow .col-lg-4-7 {
      width: 57.14286%; }
    .frow .col-lg-5-7 {
      width: 71.42857%; }
    .frow .col-lg-6-7 {
      width: 85.71429%; }
    .frow .col-lg-7-7 {
      width: 100%; }
    .frow .col-lg-1-8 {
      width: 12.5%; }
    .frow .col-lg-2-8 {
      width: 25%; }
    .frow .col-lg-3-8 {
      width: 37.5%; }
    .frow .col-lg-4-8 {
      width: 50%; }
    .frow .col-lg-5-8 {
      width: 62.5%; }
    .frow .col-lg-6-8 {
      width: 75%; }
    .frow .col-lg-7-8 {
      width: 87.5%; }
    .frow .col-lg-8-8 {
      width: 100%; }
    .frow .col-lg-1-9 {
      width: 11.11111%; }
    .frow .col-lg-2-9 {
      width: 22.22222%; }
    .frow .col-lg-3-9 {
      width: 33.33333%; }
    .frow .col-lg-4-9 {
      width: 44.44444%; }
    .frow .col-lg-5-9 {
      width: 55.55556%; }
    .frow .col-lg-6-9 {
      width: 66.66667%; }
    .frow .col-lg-7-9 {
      width: 77.77778%; }
    .frow .col-lg-8-9 {
      width: 88.88889%; }
    .frow .col-lg-9-9 {
      width: 100%; }
    .frow .col-lg-1-10 {
      width: 10%; }
    .frow .col-lg-2-10 {
      width: 20%; }
    .frow .col-lg-3-10 {
      width: 30%; }
    .frow .col-lg-4-10 {
      width: 40%; }
    .frow .col-lg-5-10 {
      width: 50%; }
    .frow .col-lg-6-10 {
      width: 60%; }
    .frow .col-lg-7-10 {
      width: 70%; }
    .frow .col-lg-8-10 {
      width: 80%; }
    .frow .col-lg-9-10 {
      width: 90%; }
    .frow .col-lg-10-10 {
      width: 100%; } }

.frow-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .frow-container {
    max-width: 750px; } }

@media (min-width: 992px) {
  .frow-container {
    max-width: 970px; } }

@media (min-width: 1200px) {
  .frow-container {
    max-width: 1170px; } }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg {
  display: block !important; }

.frow.hidden-xs, .frow.hidden-sm, .frow.hidden-md, .frow.hidden-lg {
  display: flex !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  .frow.visible-xs {
    display: flex !important; }
  .hidden-xs,
  .frow.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  .frow.visible-sm {
    display: flex !important; }
  .hidden-sm,
  .frow.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  .frow.visible-md {
    display: flex !important; }
  .hidden-md,
  .frow.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  .frow.visible-lg {
    display: flex !important; }
  .hidden-lg,
  .frow.hidden-lg {
    display: none !important; } }

@media (max-width: 767px) {
  .frow.direction-row-xs {
    flex-direction: row; }
  .frow.direction-reverse-xs {
    flex-direction: row-reverse; }
  .frow.direction-column-xs {
    flex-direction: column; }
  .frow.direction-column-reverse-xs {
    flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 991px) {
  .frow.direction-row-sm {
    flex-direction: row; }
  .frow.direction-reverse-sm {
    flex-direction: row-reverse; }
  .frow.direction-column-sm {
    flex-direction: column; }
  .frow.direction-column-reverse-sm {
    flex-direction: column-reverse; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .frow.direction-row-md {
    flex-direction: row; }
  .frow.direction-reverse-md {
    flex-direction: row-reverse; }
  .frow.direction-column-md {
    flex-direction: column; }
  .frow.direction-column-reverse-md {
    flex-direction: column-reverse; } }

@media (min-width: 1200px) {
  .frow.direction-row-lg {
    flex-direction: row; }
  .frow.direction-reverse-lg {
    flex-direction: row-reverse; }
  .frow.direction-column-lg {
    flex-direction: column; }
  .frow.direction-column-reverse-lg {
    flex-direction: column-reverse; } }

.width-100 {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

.height-100 {
  height: 100% !important; }

.height-auto {
  height: auto !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.shrink-0 {
  flex-shrink: 0 !important; }

.shrink-1 {
  flex-shrink: 1 !important; }

.grow-0 {
  flex-grow: 0 !important; }

.grow-1 {
  flex-grow: 1 !important; }

.clickable:not([disabled]), [onclick]:not([disabled]) {
  cursor: pointer !important; }

.not-clickable, .not-clickable[onclick] {
  cursor: default !important; }

.letsGo-hide {
  display: none !important; }

.shadow-light {
  box-shadow: 0px 1px 3px 0px #A0A0A0 !important; }

.shadow-dark {
  box-shadow: 0px 1px 3px 0px #1B1B1B !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-justify {
  text-align: justify !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.visible-print,
.frow.visible-print {
  display: none !important; }

@media print {
  .hidden-print,
  .frow.hidden-print {
    display: none !important; }
  .visible-print {
    display: block !important; }
  .frow.visible-print {
    display: flex !important; } }

@media (min-width: 0px) {
  .frow .col-xs-auto {
    width: auto; } }

@media (min-width: 768px) {
  .frow .col-sm-auto {
    width: auto; } }

@media (min-width: 992px) {
  .frow .col-md-auto {
    width: auto; } }

@media (min-width: 1200px) {
  .frow .col-lg-auto {
    width: auto; } }

.frow .self-center {
  align-self: center; }

.frow .self-baseline {
  align-self: baseline; }

.frow .self-start {
  align-self: flex-start; }

.frow .self-end {
  align-self: flex-end; }

.frow .self-stretch {
  align-self: stretch; }

.frow.vertical-gutters > [class*='col-xs'],
.frow.vertical-gutters > [class*='col-sm'],
.frow.vertical-gutters > [class*='col-md'],
.frow.vertical-gutters > [class*='col-lg'] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/*
om-type - mixin, generating font-size/line-height pairs for all breakpoints and scales
!!! подгонять заголовки под вертикальный ритм не с помощью вычисления высоты строки, а с помощью padding
om-property - mixin, generate vertical rhythm values for given properties for all breakpoints
om-value - function, generate vertical rhythm value for specified breakpoint

shape of global config item: (N px, (N px N unitless), N unitless) - oprder is not important
                              ↑          ↑             ^-- modular scale
                            width  font-size/line-height pair
shape of type config item: (N px N unitless)
                                ↑
                        font-size/line-height pair

 */
html {
  font-size: 75%;
  line-height: 1.33333; }
  @media (min-width: 768px) {
    html {
      font-size: 112.5%;
      line-height: 1.33333; } }
  @media (min-width: 992px) {
    html {
      font-size: 112.5%;
      line-height: 1.33333; } }

#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: Arial !important; }

#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: #999999; }

#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: #000000; }

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover {
  color: #ec6b58 !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: #ec6b58; }

#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: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: normal; }

.b-specification-item__content .b-calendar__title {
  font-family: Arial;
  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: Arial !important;
  font-size: 13px; }

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

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

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

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  hyphens: auto; }

.baseline-grid {
  background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.25) 1px, transparent 0, transparent 1.33333rem), linear-gradient(to bottom, rgba(0, 0, 255, 0.1) 1px, transparent 0, transparent 0.66666rem);
  background-size: 100% 1.33333rem;
  background-position: 0 0, 0 0.66666rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001; }

p {
  margin-top: 0;
  margin-bottom: 1.33333rem; }
  @media (min-width: 768px) {
    p {
      margin-bottom: 1.33333rem; } }
  @media (min-width: 992px) {
    p {
      margin-bottom: 1.33333rem; } }

button, input, optgroup, select, textarea {
  font-size: 1rem;
  font-weight: 300;
  line-height: calc(16 / 12); }

a {
  text-decoration: underline; }

ul {
  padding-left: 0; }

ul li ul {
  padding-left: 2rem; }

ul li {
  list-style: none;
  margin-bottom: 1.33333rem; }
  @media (min-width: 768px) {
    ul li {
      margin-bottom: 1.33333rem; } }
  @media (min-width: 992px) {
    ul li {
      margin-bottom: 1.33333rem; } }

ul li::before {
  content: "\2022";
  color: #ec6b58;
  margin-right: 0.66667rem; }

h1 > a, h2 > a, h3 > a {
  text-decoration: none; }

h1 > a:hover, h2 > a:hover, h3 > a:hover {
  text-decoration: underline; }

h1, h1 > a, .h1 {
  font-weight: 300;
  color: #4b4b4b;
  font-size: 1.66667rem;
  line-height: 1.6;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    h1, h1 > a, .h1 {
      font-size: 1.66667rem;
      line-height: 1.6; } }
  @media (min-width: 992px) {
    h1, h1 > a, .h1 {
      font-size: 2.88889rem;
      line-height: 1.5; } }
  @media (min-width: 768px) {
    h1, h1 > a, .h1 {
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    h1, h1 > a, .h1 {
      margin-bottom: 2rem; } }

h2, h2 > a, .h2 {
  font-weight: 400;
  color: #3c3c3c;
  font-size: 1.66667rem;
  line-height: 1.4;
  margin-bottom: 1.33333rem; }
  @media (min-width: 768px) {
    h2, h2 > a, .h2 {
      font-size: 1.66667rem;
      line-height: 1.4; } }
  @media (min-width: 992px) {
    h2, h2 > a, .h2 {
      font-size: 2.22222rem;
      line-height: 1.2; } }
  @media (min-width: 768px) {
    h2, h2 > a, .h2 {
      margin-bottom: 1.33333rem; } }
  @media (min-width: 992px) {
    h2, h2 > a, .h2 {
      margin-bottom: 1.33333rem; } }

h2.list-header, h2.list-header > a {
  font-weight: 300;
  color: #3c3c3c;
  font-size: 1.66667rem;
  line-height: 1.2;
  margin-bottom: 0.66667rem; }
  @media (min-width: 768px) {
    h2.list-header, h2.list-header > a {
      font-size: 1.66667rem;
      line-height: 1.2; } }
  @media (min-width: 992px) {
    h2.list-header, h2.list-header > a {
      font-size: 1.77778rem;
      line-height: 1.125; } }
  @media (min-width: 768px) {
    h2.list-header, h2.list-header > a {
      margin-bottom: 0.66667rem; } }
  @media (min-width: 992px) {
    h2.list-header, h2.list-header > a {
      margin-bottom: 0.66667rem; } }

h3, h3 > a, .h3 {
  font-weight: 400;
  color: #000;
  font-size: 1.33333rem;
  line-height: 1.5;
  margin-bottom: 1.33333rem; }
  @media (min-width: 768px) {
    h3, h3 > a, .h3 {
      font-size: 1.33333rem;
      line-height: 1.5; } }
  @media (min-width: 992px) {
    h3, h3 > a, .h3 {
      font-size: 1.55555rem;
      line-height: 1.71429; } }
  @media (min-width: 768px) {
    h3, h3 > a, .h3 {
      margin-bottom: 1.33333rem; } }
  @media (min-width: 992px) {
    h3, h3 > a, .h3 {
      margin-bottom: 1.33333rem; } }

h4, h5, h6, .h4, .h5, .h6 {
  font-weight: 600;
  color: #000;
  font-size: 0.83333rem;
  line-height: 2.00001;
  margin-bottom: 1.33333rem; }
  @media (min-width: 768px) {
    h4, h5, h6, .h4, .h5, .h6 {
      font-size: 1rem;
      line-height: 1.66667; } }
  @media (min-width: 992px) {
    h4, h5, h6, .h4, .h5, .h6 {
      font-size: 1rem;
      line-height: 1.66667; } }
  @media (min-width: 768px) {
    h4, h5, h6, .h4, .h5, .h6 {
      margin-bottom: 1.33333rem; } }
  @media (min-width: 992px) {
    h4, h5, h6, .h4, .h5, .h6 {
      margin-bottom: 1.33333rem; } }

.sitebox {
  min-height: 100vh; }

.sitebox > * > * {
  padding: 0 15px; }

.unbox {
  margin: 0 -15px;
  padding: 0 15px; }

img.alignright {
  float: right;
  margin: 0 0 1rem 1rem; }

img.alignleft {
  float: left;
  margin: 0 1rem 1rem 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%; }

@media (min-width: 971px) {
  .sitebox > * > * {
    padding: 0 calc(50vw - 485px); }
  .unbox {
    margin: 0 calc((50vw - 485px) * -1);
    padding: 0 calc(50vw - 485px); }
  img {
    max-width: 970px; }
  button, input, optgroup, select, textarea {
    font-size: 1rem;
    line-height: calc(20 / 16); } }

svg, use {
  pointer-events: none; }

