@import 'https://fonts.googleapis.com/css?family=Roboto:400,700,900';

@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

html, body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #343e4d; }
  @media (max-width: 992px) {
    html, body {
      font-size: 12px; } }

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.row {
  margin: 0 -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-1 {
      width: 8.33333%; } }
  @media (max-width: 480px) {
    .col-xs-1 {
      width: 100%; } }
  .col-xs-1.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
    .col-xs-offset-1.col-right {
      margin-left: auto;
      margin-right: 8.33333%; } }

.col-xs-2 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-2 {
      width: 16.66667%; } }
  @media (max-width: 480px) {
    .col-xs-2 {
      width: 100%; } }
  .col-xs-2.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
    .col-xs-offset-2.col-right {
      margin-left: auto;
      margin-right: 16.66667%; } }

.col-xs-3 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-3 {
      width: 25%; } }
  @media (max-width: 480px) {
    .col-xs-3 {
      width: 100%; } }
  .col-xs-3.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-3 {
    margin-left: 25%; }
    .col-xs-offset-3.col-right {
      margin-left: auto;
      margin-right: 25%; } }

.col-xs-4 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-4 {
      width: 33.33333%; } }
  @media (max-width: 480px) {
    .col-xs-4 {
      width: 100%; } }
  .col-xs-4.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
    .col-xs-offset-4.col-right {
      margin-left: auto;
      margin-right: 33.33333%; } }

.col-xs-5 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-5 {
      width: 41.66667%; } }
  @media (max-width: 480px) {
    .col-xs-5 {
      width: 100%; } }
  .col-xs-5.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
    .col-xs-offset-5.col-right {
      margin-left: auto;
      margin-right: 41.66667%; } }

.col-xs-6 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-6 {
      width: 50%; } }
  @media (max-width: 480px) {
    .col-xs-6 {
      width: 100%; } }
  .col-xs-6.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-6 {
    margin-left: 50%; }
    .col-xs-offset-6.col-right {
      margin-left: auto;
      margin-right: 50%; } }

.col-xs-7 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-7 {
      width: 58.33333%; } }
  @media (max-width: 480px) {
    .col-xs-7 {
      width: 100%; } }
  .col-xs-7.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
    .col-xs-offset-7.col-right {
      margin-left: auto;
      margin-right: 58.33333%; } }

.col-xs-8 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-8 {
      width: 66.66667%; } }
  @media (max-width: 480px) {
    .col-xs-8 {
      width: 100%; } }
  .col-xs-8.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
    .col-xs-offset-8.col-right {
      margin-left: auto;
      margin-right: 66.66667%; } }

.col-xs-9 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-9 {
      width: 75%; } }
  @media (max-width: 480px) {
    .col-xs-9 {
      width: 100%; } }
  .col-xs-9.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-9 {
    margin-left: 75%; }
    .col-xs-offset-9.col-right {
      margin-left: auto;
      margin-right: 75%; } }

.col-xs-10 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-10 {
      width: 83.33333%; } }
  @media (max-width: 480px) {
    .col-xs-10 {
      width: 100%; } }
  .col-xs-10.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
    .col-xs-offset-10.col-right {
      margin-left: auto;
      margin-right: 83.33333%; } }

.col-xs-11 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-11 {
      width: 91.66667%; } }
  @media (max-width: 480px) {
    .col-xs-11 {
      width: 100%; } }
  .col-xs-11.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
    .col-xs-offset-11.col-right {
      margin-left: auto;
      margin-right: 91.66667%; } }

.col-xs-12 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 480px) {
    .col-xs-12 {
      width: 100%; } }
  @media (max-width: 480px) {
    .col-xs-12 {
      width: 100%; } }
  .col-xs-12.col-right {
    float: right; }

@media (max-width: 767px) and (min-width: 480px) {
  .col-xs-offset-12 {
    margin-left: 100%; }
    .col-xs-offset-12.col-right {
      margin-left: auto;
      margin-right: 100%; } }

.col-sm-1 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-1 {
      width: 8.33333%; } }
  .col-sm-1.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
    .col-sm-offset-1.col-right {
      margin-left: auto;
      margin-right: 8.33333%; } }

.col-sm-2 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-2 {
      width: 16.66667%; } }
  .col-sm-2.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
    .col-sm-offset-2.col-right {
      margin-left: auto;
      margin-right: 16.66667%; } }

.col-sm-3 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-3 {
      width: 25%; } }
  .col-sm-3.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-3 {
    margin-left: 25%; }
    .col-sm-offset-3.col-right {
      margin-left: auto;
      margin-right: 25%; } }

.col-sm-4 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-4 {
      width: 33.33333%; } }
  .col-sm-4.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
    .col-sm-offset-4.col-right {
      margin-left: auto;
      margin-right: 33.33333%; } }

.col-sm-5 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-5 {
      width: 41.66667%; } }
  .col-sm-5.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
    .col-sm-offset-5.col-right {
      margin-left: auto;
      margin-right: 41.66667%; } }

.col-sm-6 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-6 {
      width: 50%; } }
  .col-sm-6.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-6 {
    margin-left: 50%; }
    .col-sm-offset-6.col-right {
      margin-left: auto;
      margin-right: 50%; } }

.col-sm-7 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-7 {
      width: 58.33333%; } }
  .col-sm-7.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
    .col-sm-offset-7.col-right {
      margin-left: auto;
      margin-right: 58.33333%; } }

.col-sm-8 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-8 {
      width: 66.66667%; } }
  .col-sm-8.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
    .col-sm-offset-8.col-right {
      margin-left: auto;
      margin-right: 66.66667%; } }

.col-sm-9 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-9 {
      width: 75%; } }
  .col-sm-9.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-9 {
    margin-left: 75%; }
    .col-sm-offset-9.col-right {
      margin-left: auto;
      margin-right: 75%; } }

.col-sm-10 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-10 {
      width: 83.33333%; } }
  .col-sm-10.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
    .col-sm-offset-10.col-right {
      margin-left: auto;
      margin-right: 83.33333%; } }

.col-sm-11 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-11 {
      width: 91.66667%; } }
  .col-sm-11.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
    .col-sm-offset-11.col-right {
      margin-left: auto;
      margin-right: 91.66667%; } }

.col-sm-12 {
  float: left;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .col-sm-12 {
      width: 100%; } }
  .col-sm-12.col-right {
    float: right; }

@media (min-width: 768px) {
  .col-sm-offset-12 {
    margin-left: 100%; }
    .col-sm-offset-12.col-right {
      margin-left: auto;
      margin-right: 100%; } }

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

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

body.photos {
  overflow: hidden; }

.wrp {
  position: relative;
  margin-bottom: -61px;
  min-height: 100%;
  padding-bottom: 40px; }
  @media (max-width: 992px) {
    .wrp {
      margin-bottom: -58px; } }
  @media (max-width: 480px) {
    .wrp {
      margin-bottom: 0px; } }
  @media (max-width: 670px) {
    .wrp_mobile-menu {
      height: 100%;
      overflow: hidden; } }
  .wrp_video-modal {
    height: 100%;
    overflow: hidden; }
  body.photos .wrp {
    height: 100%;
    overflow: hidden; }

.hidden {
  display: none; }

.note {
  display: inline-block;
  font-size: 1.142857143em;
  padding-bottom: 0.285714286em;
  border-bottom: 1px solid #191f2c;
  color: #466cbd;
  margin-bottom: 1.25em; }

.link {
  color: #466cbd; }

.header {
  display: block;
  background: #191f2c;
  margin-bottom: 20px;
  padding: 20px 0; }
  @media (max-width: 992px) {
    .header {
      padding: 15px 0; } }
  @media (max-width: 670px) {
    .header {
      transition: background 300ms; }
      .wrp_mobile-menu .header {
        background: #343e4d; } }
  body.photos .header {
    margin-bottom: 0; }

.header__logo {
  display: inline-block;
  color: white;
  width: 202px;
  height: 50px;
  vertical-align: middle; }
  @media (max-width: 992px) {
    .header__logo {
      width: 152px;
      height: 38px; } }

.header__nav-cont {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 202px);
  text-align: right; }
  @media (max-width: 992px) {
    .header__nav-cont {
      width: calc(100% - 152px); } }

.header__nav-btn {
  display: none; }
  @media (max-width: 670px) {
    .header__nav-btn {
      display: inline-block;
      width: 30px;
      height: 30px;
      position: relative;
      cursor: pointer; }
      .header__nav-btn:before, .header__nav-btn:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        background: white;
        left: 0;
        top: 0;
        border-radius: 2px;
        transition: transform 300ms, top 300ms;
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
      .header__nav-btn:before {
        top: 8px; }
      .header__nav-btn:after {
        top: 18px; }
      .wrp_mobile-menu .header__nav-btn:before, .wrp_mobile-menu .header__nav-btn:after {
        top: 13px; }
      .wrp_mobile-menu .header__nav-btn:before {
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
      .wrp_mobile-menu .header__nav-btn:after {
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); } }

.header__nav {
  display: block; }
  @media (max-width: 670px) {
    .header__nav {
      position: absolute;
      width: 100%;
      height: 0;
      top: 68px;
      left: 0;
      opacity: 0;
      overflow-y: scroll;
      transition: height 300ms, background 300ms, opacity 300ms; }
      .wrp_mobile-menu .header__nav {
        height: calc(100% - 68px);
        opacity: 1;
        background: rgba(52, 62, 77, 0.99);
        z-index: 55; } }

.header__nav-inner {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 670px) {
    .header__nav-inner {
      padding: 0 40px;
      min-height: calc(100% + 1px); } }

.header__nav-item {
  display: inline-block;
  padding: 6px 10px 6px; }
  .header__nav-item_appendix {
    display: block;
    padding: 0; }
    .header__nav-item_appendix ul {
      display: block;
      padding: 0;
      list-style: none; }
  @media (max-width: 992px) {
    .header__nav-item {
      padding: 3px 5px 3px; }
      .header__nav-item_appendix {
        padding: 0; } }
  @media (max-width: 670px) {
    .header__nav-item {
      padding: 5px;
      text-align: right;
      display: block;
      border-bottom: 1px solid white; }
      .header__nav-item_appendix {
        padding: 0;
        border-bottom: none; } }

.header__link {
  color: white;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border 300ms;
  font-size: 14px; }
  @media (max-width: 992px) {
    .header__link {
      font-size: 12px;
      border-bottom-width: 1px;
      padding-bottom: 1px; } }
  .header__link:hover, .header__link:focus, .header__link:active {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
    text-decoration: none; }
  .header__link_active {
    border-color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 670px) {
    .header__link_active {
      border-color: transparent;
      position: relative; }
      .header__link_active:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #191f2c;
        border-radius: 50%;
        top: 50%;
        margin-top: -3px;
        right: -11px; } }

.header__link_type_ebook {
  padding: 5px 6px;
  background-color: #E8235B;
  border-radius: 4px; }

.header__inline-cont {
  font-size: 0; }

.banner__img {
  margin-bottom: 6px;
  display: -ms-grid;
  display: grid;
  place-items: center; }
  .banner__img img {
    max-width: 100%; }

.footer {
  height: 61px;
  position: relative; }
  @media (max-width: 992px) {
    .footer {
      height: 58px; } }
  @media (max-width: 480px) {
    .footer {
      display: none; } }

.footer__spacer {
  height: 61px; }
  @media (max-width: 992px) {
    .footer__spacer {
      height: 58px; } }
  @media (max-width: 480px) {
    .footer__spacer {
      display: none; } }

.footer__nav {
  display: block;
  padding: 20px 0 17px;
  border-top: 1px solid #e4e4e4; }

.footer__nav-inner {
  display: block;
  margin: 0;
  padding: 0; }

.footer__nav-item {
  display: inline-block; }
  .footer__nav-item + .footer__nav-item {
    margin-left: 10px; }

.footer__link {
  display: block;
  color: #343e4d;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 300ms, border 300ms; }
  .footer__link:hover, .footer__link:active, .footer__link:focus {
    color: rgba(25, 31, 44, 0.8);
    border-color: rgba(25, 31, 44, 0.8);
    text-decoration: none; }
  .footer__link_active {
    color: #191f2c;
    border-color: #191f2c; }

.quote {
  margin: 0.714285715em 0;
  padding: 0 0 0 0.714285715em;
  border-left: 3px solid #dedede; }
  .quote:first-child {
    margin-top: 0; }
  .quote p {
    margin: 0 0 0.357142857em; }
  .quote footer {
    font-size: 0.857142857em;
    color: #466cbd; }
    .quote footer:before {
      content: ' — '; }

.panel {
  padding: 1.428571429em;
  box-shadow: 0 0 20px 0 rgba(87, 92, 99, 0.3);
  margin: 0.714285715em 0; }
  .panel:first-child {
    margin-top: 0; }
  .panel-logo {
    padding: 0.428571429em; }
    .panel-logo .panel-body {
      font-size: 0; }

.panel-heading {
  border-bottom: 2px solid #191f2c; }
  .panel-heading h4 {
    font-size: 1.2em;
    margin: 0 0 0.5em; }
  .panel-heading + .panel-body {
    padding-top: 0.714285715em; }

.video {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 1.428571429em 0; }
  .video:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.1403509%; }
  .video:hover .video__inner {
    background: rgba(52, 62, 77, 0.3); }

.video__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(52, 62, 77, 0.8);
  z-index: 2;
  transition: background 300ms; }
  .video__inner img {
    position: absolute;
    width: 5.71429em;
    height: 5.71429em;
    top: 50%;
    left: 50%;
    margin-left: -2.857142857em;
    margin-top: -2.857142857em; }
  @media (max-width: 480px) {
    .video__inner img {
      width: 2.857142857em;
      height: 2.857142857em;
      margin-left: -1.42857em;
      margin-top: -1.42857em; } }
  @media (max-width: 380px) {
    .video__inner img {
      width: 2.2em;
      height: 2.2em;
      margin-left: -1.1em;
      margin-top: -1.1em; } }

.video__text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 5px 20px;
  left: 0;
  color: white; }
  .video__text span {
    font-weight: bold;
    font-size: 1.5em;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 3px solid #191f2c; }
  @media (max-width: 480px) {
    .video__text span {
      font-size: 1em; } }
  @media (max-width: 380px) {
    .video__text span {
      border-bottom: 2px solid #191f2c;
      font-size: 0.8em; } }

.video__thumb {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  filter: blur(5px); }

.video__modal-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  background: rgba(52, 62, 77, 0.8);
  z-index: 999; }

.video__modal {
  width: 600px;
  height: auto;
  margin: 80px auto 0;
  position: relative; }
  .video__modal:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.1403509%; }
  .video__modal iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 640px) {
    .video__modal {
      width: auto;
      margin: 80px 20px 0; } }

.video__modal-close {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  right: -40px;
  top: -40px; }
  @media (max-width: 640px) {
    .video__modal-close {
      right: 0; } }

.rebel {
  font-size: 0;
  display: table;
  width: 100%; }

.rebel__thumbs {
  display: table-cell;
  width: 140px;
  position: relative; }
  @media (max-width: 768px) {
    .rebel__thumbs {
      width: 100px; } }
  @media (max-width: 480px) {
    .rebel__thumbs {
      width: 60px; } }

.rebel__thumbs-inner {
  position: absolute;
  width: 100%;
  height: 100%; }

.rebel__thumb-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  cursor: pointer; }
  .rebel__thumb-inner:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .rebel__thumb-inner img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-height: 125px;
    width: 100%;
    max-width: 97px; }

.rebel__thumb {
  height: calc(100% / 6);
  width: 100%;
  padding: 5px;
  display: block;
  position: relative; }
  .rebel__thumb.active {
    background: rgba(25, 31, 44, 0.4); }

.rebel__canvas {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 140px);
  text-align: center; }
  .rebel__canvas img {
    max-width: 100%; }

.photos__cont {
  height: calc(100% - 112px); }
  @media (max-width: 992px) {
    .photos__cont {
      height: calc(100% - 80px); } }
  @media (max-width: 670px) {
    .photos__cont {
      height: calc(100% - 80px); } }

.photos__cont-inner {
  font-size: 0;
  height: 100%; }

.photos__main {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 170px);
  height: calc(100% - 30px);
  max-height: 595px;
  position: relative; }
  @media (max-width: 1200px) {
    .photos__main {
      width: 100%; } }

.photos__thumbs {
  display: inline-block;
  width: 170px;
  height: 100%;
  max-height: 595px;
  font-size: 0; }
  .photos__thumbs:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  @media (max-width: 1200px) {
    .photos__thumbs {
      display: none; } }

.photos__thumbs-inner {
  display: inline-block;
  vertical-align: middle; }

.photos__thumb {
  display: inline-block;
  width: 85px;
  height: 85px;
  padding: 5px;
  cursor: pointer; }
  .photos__thumb.active {
    background: rgba(25, 31, 44, 0.3); }

.photos__main-canvas {
  width: calc(100% - 100px);
  height: 100%;
  margin: 0 auto; }

.photos__main-image {
  height: 100%;
  width: 100%;
  text-align: center; }
  .photos__main-image:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .photos__main-image img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }

.photos__main-control {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -25px;
  cursor: pointer; }
  .photos__main-control_left {
    left: 10px; }
  .photos__main-control_right {
    right: 10px; }
  .photos__main-control img {
    width: 100%;
    height: 100%; }

.photos__main-desc-cont {
  height: 30px;
  padding-top: 10px; }

.photos__main-desc {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 2px solid #191f2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 992px) {
    .photos__main-desc {
      border: none;
      font-weight: 500; } }

.form-group {
  display: block;
  position: relative;
  margin-bottom: 20px; }

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #959ba1;
  height: 34px;
  line-height: 34px;
  transition: border 300ms; }
  .form-group.invalid .form-control, .form-group.email-invalid .form-control {
    border-color: #191f2c; }

textarea.form-control {
  height: 136px;
  resize: none; }

.form-btn {
  padding: 8px 16px;
  background: #191f2c;
  color: white;
  border: none;
  text-decoration: none;
  cursor: pointer; }

.form-error {
  font-size: 0.857142857em;
  line-height: 20px;
  position: absolute;
  bottom: -20px;
  color: #CB2229;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms; }
  .form-group.invalid .form-error {
    visibility: visible;
    opacity: 1; }
  .form-error-email {
    font-size: 0.857142857em;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    color: #466cbd;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms; }
    .form-group.email-invalid .form-error-email {
      visibility: visible;
      opacity: 1; }
  .form-error-captcha {
    font-size: 0.857142857em;
    line-height: 20px;
    position: relative;
    margin-top: -20px;
    color: #466cbd;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms; }

.g-recaptcha {
  margin-bottom: 20px; }
  .g-recaptcha.has-error + .form-error-captcha {
    opacity: 1;
    visibility: visible; }

.link-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 992px) {
    .link-button-container {
      -ms-flex-direction: column;
          flex-direction: column;
      gap: 8px; } }

.link-button {
  width: 127px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 6px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 700;
  text-decoration: none;
  color: white;
  background: linear-gradient(90deg, #E8235B 0%, #CF2857 100%);
  border-radius: 4px; }
  @media (max-width: 1200px) {
    .link-button {
      width: 105px;
      gap: 4px;
      font-size: 12px; } }
  @media (max-width: 992px) {
    .link-button {
      width: 100%;
      gap: 10px;
      font-size: 1em; } }

.link-button.epub {
  background: linear-gradient(90deg, #4E5B7E 0%, #4A63A7 100%); }
