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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: content-box;
          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,
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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */ }

/*==============================
fonts
==============================*/
@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.svg") format("svg"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "opensans";
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold.svg") format("svg"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*==============================
base
==============================*/
*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

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

html,
body {
  height: 100%;
  padding: 0;
  margin: 0; }

body {
  min-width: 300px;
  font-family: opensans, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  background-color: #ffffff;
  color: #363636; }

.no-scroll {
  overflow: hidden;
  position: relative;
  height: 100%; }

/*==============================
container
==============================*/
.site-wrapper {
  width: 100%;
  min-width: 300px;
  max-width: 1200px;
  margin: 0 auto; }

/*==============================
visually-hidden
==============================*/
.visually-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute; }

/*==============================
display-none
==============================*/
.display-none {
  display: none !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*==============================
accordion
==============================*/
.accordion .feed {
  padding: 10px; }

.accordion--content {
  padding: 10px 0; }
  @media (min-width: 1200px) {
    .accordion--content .accordion__item:last-child .accordion__link {
      border-radius: 0; } }
  .accordion--content .accordion__item.open .accordion__link {
    background-color: #16254c;
    color: #ffffff; }
    .accordion--content .accordion__item.open .accordion__link::before {
      background-color: #9c9d9e;
      background-position: center bottom; }
  .accordion--content .accordion__link {
    padding-left: 60px;
    position: relative; }
    .accordion--content .accordion__link::before {
      content: "";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #b8b5b5;
      background-image: url("../img/sprite-accordion.svg");
      background-position: center top;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-property: background-color;
      transition-property: background-color;
      position: absolute;
      left: 10px;
      top: 5px; }
      @media (min-width: 1200px) {
        .accordion--content .accordion__link::before {
          left: 15px;
          top: 17px; } }
  @media (min-width: 1200px) {
    .accordion--content {
      padding-bottom: 50px; } }

@media (min-width: 1200px) {
  .accordion--sub .accordion__link {
    padding: 10px 20px; } }

.accordion--sub .accordion__sub-item {
  padding: 2px 0; }

.accordion--sub .accordion__sub-link {
  background-color: #ffffff; }

.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.accordion__item {
  padding: 2px 0; }
  @media (min-width: 1200px) {
    .accordion__item:first-child .accordion__link {
      border-radius: 15px 15px 0 0; } }
  @media (min-width: 1200px) {
    .accordion__item:last-child .accordion__link {
      border-radius: 0 0 15px 15px; } }
  @media (min-width: 1200px) {
    .accordion__item:last-child.open .accordion__link {
      border-radius: 0; } }

.accordion__link {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #9c9d9e;
  font-size: 16px;
  font-weight: 700;
  color: #363636;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .accordion__link {
      padding: 20px;
      border-width: 0;
      font-size: 18px;
      -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
              box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1); } }
  .accordion__link[href]:hover {
    color: #c21720; }
  .accordion__link--current {
    background-color: #c21720;
    color: #ffffff;
    cursor: default; }
    .accordion__link--current:hover, .accordion__link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .accordion__link--current:active, .accordion__link--current[href]:active {
      opacity: 1; }
    .accordion__link--current[href]:hover {
      color: #ffffff; }

/* Submenu */
.accordion__content {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #f7f8f9;
  font-size: 14px; }

.accordion__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #f7f8f9;
  font-size: 14px; }

.accordion__add-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .accordion__add-list {
      -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
              box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1); } }

.accordion__sub-item {
  border-bottom: 1px dotted #ffffff; }

.accordion__sub-link {
  display: block;
  text-decoration: none;
  padding: 12px;
  padding-left: 42px;
  color: #363636;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .accordion__sub-link:hover {
    background-color: #e5e5e5; }
  .accordion__sub-link--current {
    background-color: #6d778f;
    color: #ffffff;
    cursor: default; }
    .accordion__sub-link--current:hover, .accordion__sub-link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .accordion__sub-link--current:active, .accordion__sub-link--current[href]:active {
      opacity: 1; }
    .accordion__sub-link--current:hover {
      background-color: #9c9d9e; }

/*==============================
scrollup
==============================*/
.scrollup {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #c21720;
  background-image: url("../img/icon-scrollup.svg");
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 120; }
  .scrollup:hover {
    opacity: 0.7;
    cursor: pointer; }
  .scrollup:active {
    opacity: 0.9; }

.lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index: 9997; }

.lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 20px #000;
          box-shadow: 0 0 20px #000;
  border-radius: 1px; }

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0); }

.lightbox__loading {
  background: url(../img/loading.gif) center center no-repeat;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%; }

.lightbox__caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 9998;
  background: #000;
  background: rgba(0, 0, 0, 0.7); }

.lightbox__caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px; }

.lightbox__button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.lightbox__button:hover,
.lightbox__button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  transform: scale(1.4); }

.lightbox__close {
  right: 20px;
  top: 20px;
  background-image: url("../img/close.png") !important; }

.lightbox__nav {
  top: 50%;
  margin-top: -16px; }

.lightbox__nav--next {
  right: 20px;
  background-image: url("../img/next.png") !important; }

.lightbox__nav--prev {
  left: 20px;
  background-image: url("../img/previous.png") !important; }

/*==============================
search
==============================*/
.search {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon-loupe-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .search:hover {
    opacity: 0.7;
    cursor: pointer; }
  .search:active {
    opacity: 0.9; }

/*==============================
btn
==============================*/
.btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  padding: 10px;
  background-color: #c21720;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .btn:focus {
    outline: 0; }
  .btn:hover {
    opacity: 0.7;
    cursor: pointer; }
  .btn:active {
    opacity: 0.9; }
  @media (min-width: 992px) {
    .btn {
      border-radius: 5px; } }
  .btn--contour {
    background-color: transparent;
    border: 1px solid #9c9d9e;
    border-radius: 5px;
    color: #9c9d9e; }
  .btn--dark {
    background-color: #16254c; }
  .btn--modest {
    background-color: #454e68; }
  .btn--contour-dark {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #16254c;
    border-radius: 5px;
    color: #16254c; }
  .btn--nice-blue {
    padding: 10px 20px;
    font-size: 14px;
    background-color: #0f77e9; }
    @media (min-width: 576px) {
      .btn--nice-blue {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left top, right top, from(#0f77e9), to(#4a69ba));
        background-image: linear-gradient(to right, #0f77e9, #4a69ba);
        -webkit-box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2);
                box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.2); } }
  .btn--icon {
    padding: 10px 10px 6px; }
    .btn--icon::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url("../img/sprite-btn.svg");
      vertical-align: middle; }
  .btn--phone::before {
    background-position: center top; }
  .btn--write::before {
    background-position: center -20px; }
  .btn--archive::before {
    background-position: center -40px; }
  .btn--big-icon::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    vertical-align: middle; }
  .btn--letter::before {
    background-image: url("../img/icon-letter.svg");
    background-size: 100%; }

/*==============================
site-header
==============================*/
.site-header {
  /*background-color: $base-color;*/ }
  @media (min-width: 1200px) {
    .site-header {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2; } }

.site-header__main {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 576px) {
    .site-header__main {
      padding: 0; } }

@media (min-width: 576px) {
  .site-header__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .site-header__columns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.site-header__col {
  padding: 10px; }
  @media (min-width: 768px) {
    .site-header__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 10px; } }
  @media (min-width: 768px) {
    .site-header__col:last-child {
      padding-right: 0; } }

.site-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px; }

.site-header__link {
  font-size: 15px;
  color: #9c9d9e;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-header__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .site-header__link[href]:active {
    opacity: 0.5; }
  .site-header__link--email {
    text-decoration: none; }

@media (min-width: 1200px) {
  .site-header__info {
    background-repeat: no-repeat;
    background-position: right top 40px;
    background-size: 100% auto; } }

@media (min-width: 1200px) {
  .site-header__info--blog {
    background-image: url("../img/bg-blog-of-experts-inside.svg"); } }

@media (min-width: 1200px) {
  .site-header__info--news {
    background-image: url("../img/bg-news-inside.svg"); } }

@media (min-width: 992px) {
  .site-header__info-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px; } }

.site-header__title {
  font-size: 30px;
  font-weight: 400;
  color: #16254c; }
  @media (min-width: 992px) {
    .site-header__title {
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .site-header__title {
      font-size: 40px; } }

.site-header__btn {
  min-width: 180px; }

/*==============================
site-footer
==============================*/
.site-footer {
  background-color: #363636; }

.site-footer__main {
  border-bottom: 1px solid #565656; }

@media (min-width: 768px) {
  .site-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.site-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer__col {
      padding-top: 20px; } }
  @media (min-width: 992px) {
    .site-footer__col {
      padding: 40px 10px 20px; } }
  @media (min-width: 1200px) {
    .site-footer__col {
      padding: 60px 10px 30px; } }
  @media (min-width: 768px) {
    .site-footer__col:first-of-type {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
      max-width: 300px;
      margin-right: auto; } }
  @media (min-width: 768px) {
    .site-footer__col:last-of-type {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
      max-width: 300px;
      margin-left: auto; } }

.site-footer__text {
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-footer__text[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .site-footer__text[href]:active {
    opacity: 0.5; }

.site-footer__contacts .site-footer__text {
  line-height: 1.5;
  color: #e5e5e5; }

@media (min-width: 768px) {
  .site-footer__contacts {
    text-align: right; } }

.site-footer__header {
  font-size: 18px;
  font-weight: 700;
  color: #e5e5e5; }
  @media (min-width: 992px) {
    .site-footer__header {
      margin-top: 0; } }

.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .site-footer__nav-list {
      text-align: left; } }
  @media (min-width: 992px) {
    .site-footer__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.site-footer__nav-item {
  padding: 10px; }
  @media (min-width: 992px) {
    .site-footer__nav-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      padding: 0 10px 10px 10px; } }

.site-footer__nav-link {
  font-size: 16px;
  color: #e5e5e5;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .site-footer__nav-link--current {
    cursor: default;
    color: #c21720; }
    .site-footer__nav-link--current:hover, .site-footer__nav-link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .site-footer__nav-link--current:active, .site-footer__nav-link--current[href]:active {
      opacity: 1; }
  .site-footer__nav-link[href]:hover {
    color: #c21720; }

.site-footer__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  @media (min-width: 768px) {
    .site-footer__btn-block {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.site-footer__copyright {
  padding: 10px; }
  .site-footer__copyright span {
    font-size: 14px;
    color: #e5e5e5; }

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

.site-footer__add-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px; }
  @media (min-width: 768px) {
    .site-footer__add-list {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media (min-width: 768px) {
  .site-footer__add-item {
    padding: 0 0 10px 20px; } }

.site-footer__add-link {
  font-size: 14px;
  color: #e5e5e5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .site-footer__add-link[href]:hover {
    color: #0f77e9; }

.site-footer__social {
  padding-top: 10px; }
  @media (min-width: 992px) {
    .site-footer__social .social__list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

/*==============================
site-nav
==============================*/
.site-nav {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: left;
  transition-property: left;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1000; }
  @media (min-width: 576px) {
    .site-nav {
      position: static;
      height: auto;
      background-color: #ffffff; } }
  @media (min-width: 1200px) {
    .site-nav {
      background-color: transparent;
      -webkit-box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
              box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
      -webkit-transition-duration: 0s;
              transition-duration: 0s;
      z-index: 1; } }
  .site-nav--opened {
    left: 0; }
    .site-nav--opened .site-nav__toggle--show {
      opacity: 0; }

@media (min-width: 768px) {
  .site-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.site-nav__toggle {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #b8b5b5;
  background-image: url("../img/sprite-open-close-white.svg");
  border-radius: 50%;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 15px; }
  .site-nav__toggle:hover {
    opacity: 0.7;
    cursor: pointer; }
  .site-nav__toggle:active {
    opacity: 0.9; }
  @media (min-width: 576px) {
    .site-nav__toggle {
      display: none; } }
  .site-nav__toggle--show {
    right: -55px;
    background-position: center bottom; }
  .site-nav__toggle--hide {
    right: 15px;
    background-position: center top; }

.site-nav__logo {
  display: block;
  padding: 40px 0 10px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-nav__logo[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .site-nav__logo[href]:active {
    opacity: 0.5; }
  .site-nav__logo img {
    display: block;
    width: 145px;
    margin: 0 auto; }
  @media (min-width: 576px) {
    .site-nav__logo {
      padding: 10px; } }
  @media (min-width: 768px) {
    .site-nav__logo {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 20px 10px; } }

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 576px) {
    .site-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 768px) {
    .site-nav__list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .site-nav__list {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.site-nav__item {
  padding: 5px;
  text-align: center; }
  @media (min-width: 576px) {
    .site-nav__item {
      padding: 0; } }
  @media (min-width: 1200px) {
    .site-nav__item {
      padding-bottom: 5px;
      text-align: left; } }

.site-nav__link {
  display: inline-block;
  padding: 5px 10px;
  color: #454e68;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-nav__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .site-nav__link[href]:active {
    opacity: 0.5; }
  @media (min-width: 1200px) {
    .site-nav__link {
      padding: 5px 10px 5px 30px; } }
  .site-nav__link--current {
    cursor: default;
    color: #c21720; }
    .site-nav__link--current:hover, .site-nav__link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .site-nav__link--current:active, .site-nav__link--current[href]:active {
      opacity: 1; }

/*==============================
site-main
==============================*/
.site-main {
  background-color: #ffffff; }

.site-main__container {
  padding: 10px;
  position: relative; }

.site-main__no-margin {
  margin: 0; }

.site-main__header {
  font-size: 25px;
  font-weight: 700;
  color: #363636;
  text-align: center; }
  @media (min-width: 992px) {
    .site-main__header {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .site-main__header {
      font-size: 40px; } }

/*==============================
site-form
==============================*/
.site-form__label {
  display: block;
  margin: 0;
  padding: 0 0 10px;
  position: relative; }
  .site-form__label span {
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    color: #757575;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: color;
    transition-property: color; }
    @media (min-width: 768px) {
      .site-form__label span {
        padding: 0 10px;
        left: 60px; } }
  .site-form__label:hover span {
    color: #363636; }
  .site-form__label:hover .site-form__input {
    outline: none;
    border-color: #363636;
    color: #363636; }
  .site-form__label--min .site-form__input {
    width: 110px; }
  .site-form__label--accented {
    padding-top: 10px;
    border-top: 1px dotted #e5e5e5; }

.site-form__required span::after {
  display: inline-block;
  content: "*";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  color: #0f77e9; }

.site-form__input {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  padding: 8px 10px;
  background-color: #ffffff;
  border: 1px solid #9c9d9e;
  font-size: 16px;
  line-height: 1.4;
  color: #757575;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color; }
  .site-form__input:focus {
    outline: 0; }
  .site-form__input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.4;
    opacity: 1;
    color: #9c9d9e; }
  .site-form__input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.4;
    opacity: 1;
    color: #9c9d9e; }
  .site-form__input::placeholder {
    font-size: 16px;
    line-height: 1.4;
    opacity: 1;
    color: #9c9d9e; }
  @media (min-width: 768px) {
    .site-form__input {
      border-radius: 5px; } }
  .site-form__input:focus {
    outline: none;
    border-color: #363636; }

.site-form__textarea textarea {
  min-height: 100px;
  resize: vertical;
  overflow: hidden;
  margin: 0; }

.site-form__select .site-form__input {
  line-height: 1.4;
  background-image: url("../img/sprite-site-form.svg");
  background-repeat: no-repeat;
  background-position: right -10px; }
  .site-form__select .site-form__input::-ms-expand {
    /* Hide arrow in IE 10+ */
    display: none; }
  .site-form__select .site-form__input:focus {
    background-position: right -70px; }

.site-form__checkbox .site-form__input {
  display: none; }
  .site-form__checkbox .site-form__input:checked + span::after {
    opacity: 1; }

.site-form__checkbox span {
  padding-left: 35px;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__checkbox span::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-color: #757575;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0; }
    @media (min-width: 768px) {
      .site-form__checkbox span::before {
        border-radius: 5px; } }
  .site-form__checkbox span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 5px; }

.site-form__checkbox:hover span::before {
  background-color: #363636; }

.site-form__radio .site-form__input {
  display: none; }
  .site-form__radio .site-form__input:checked + span::after {
    opacity: 1; }

.site-form__radio span {
  padding-left: 35px;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__radio span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #757575;
    border-radius: 50%;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0; }
  .site-form__radio span::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #757575;
    border-radius: 50%;
    position: absolute;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity, background-color;
    transition-property: opacity, background-color;
    opacity: 0;
    top: 50%;
    margin-top: -6px;
    left: 6px; }

.site-form__radio:hover span::before {
  border-color: #363636; }

.site-form__radio:hover span::after {
  background-color: #363636; }

.site-form__error {
  position: relative; }
  .site-form__error .site-form__input {
    border-color: red;
    color: red; }
  .site-form__error span {
    color: red; }
  .site-form__error::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/icon-warning.svg");
    position: absolute;
    right: 10px;
    bottom: 25px; }
  .site-form__error:hover span {
    color: red; }
  .site-form__error:hover .site-form__input {
    outline: none;
    border-color: red; }

.site-form__warning {
  font-size: 15px;
  font-weight: 400;
  text-align: center; }

.site-form__asterix {
  font-size: 18px;
  font-weight: 900;
  color: #0f77e9; }

/*==============================
site-title
==============================*/
.site-title {
  padding: 10px;
  background-color: #e5e5e5; }
  @media (min-width: 768px) {
    .site-title {
      background-image: url("../img/bg-site-title.jpg");
      background-repeat: no-repeat;
      background-size: 150% auto; } }
  @media (min-width: 1200px) {
    .site-title {
      padding-top: 200px; } }
  @media (min-width: 768px) {
    .site-title--blog {
      background-position: top left; } }
  @media (min-width: 768px) {
    .site-title--blog-one {
      background-position: top right; } }
  @media (min-width: 768px) {
    .site-title--events {
      background-position: bottom right; } }
  @media (min-width: 768px) {
    .site-title--service {
      background-position: bottom center; } }
  @media (min-width: 768px) {
    .site-title--news {
      background-size: 150%;
      background-position: bottom right; } }

.site-title__header {
  font-size: 22px;
  font-weight: 700;
  color: #363636;
  text-align: center; }
  @media (min-width: 768px) {
    .site-title__header {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .site-title__header {
      font-size: 35px; } }

/*==============================
sticky
==============================*/
@media (min-width: 1200px) {
  .sticky .site-nav__logo img {
    width: 100px; } }

@media (min-width: 1200px) {
  .sticky .site-nav__logo {
    padding: 10px 20px; } }

@media (min-width: 1200px) {
  .sticky {
    width: 100%;
    background-color: #ffffff;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0; } }

/*==============================
slider
==============================*/
.slider {
  width: 100%;
  padding: 0; }
  .slider .slick-arrow {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 50px;
    height: 40px;
    background-color: transparent;
    background-image: url("../img/sprite-arrows-gallery.svg");
    background-repeat: no-repeat;
    font-size: 0;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter;
    position: absolute;
    bottom: 0; }
    .slider .slick-arrow:focus {
      outline: 0; }
    .slider .slick-arrow:active {
      -webkit-filter: brightness(0.5);
              filter: brightness(0.5); }
  .slider .slick-prev {
    background-position: left center;
    left: 0; }
  .slider .slick-next {
    background-position: right center;
    right: 0; }
  .slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 40px;
    padding: 0 60px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    bottom: -70px; }
    .slider .slick-dots li {
      display: inline-block;
      padding: 10px;
      vertical-align: middle; }
    .slider .slick-dots button {
      margin: 0;
      border: 0;
      text-decoration: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      width: 10px;
      height: 10px;
      padding: 0;
      background-color: #9c9d9e;
      border-radius: 50%;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: -webkit-filter;
      transition-property: -webkit-filter;
      transition-property: filter;
      transition-property: filter, -webkit-filter; }
      .slider .slick-dots button:focus {
        outline: 0; }
      .slider .slick-dots button:hover {
        cursor: pointer;
        -webkit-filter: brightness(0.8);
                filter: brightness(0.8); }
      .slider .slick-dots button:active {
        background-color: #c21720; }
    @media (min-width: 576px) {
      .slider .slick-dots {
        bottom: 0; } }
  .slider .slick-active button {
    background-color: #c21720; }
    .slider .slick-active button:hover {
      cursor: default;
      -webkit-filter: brightness(1);
              filter: brightness(1); }

.slider__img-wrapper {
  display: block;
  width: 100%; }
  .slider__img-wrapper img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin: 0; }

/*==============================
show
==============================*/
.show {
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media (min-width: 1600px) {
    .show .slider {
      height: 100vh;
      width: auto; } }
  @media (min-width: 1600px) {
    .show img {
      height: 100vh;
      width: auto; } }
  @media (min-width: 576px) {
    .show {
      padding: 0; } }

.show__wrapper {
  position: relative; }

.show__content {
  position: relative; }

.show__info {
  width: 100%; }
  @media (min-width: 576px) {
    .show__info {
      position: absolute;
      bottom: 15%;
      left: 0; } }
  @media (min-width: 1200px) {
    .show__info {
      bottom: 20%; } }
  @media (min-width: 1600px) {
    .show__info {
      bottom: 25%; } }

.show__container {
  min-width: 300px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px; }
  .show__container p {
    margin: 10px 0 20px;
    font-size: 20px; }
  .show__container .btn {
    max-width: 200px;
    margin: 0 auto; }
    @media (min-width: 576px) {
      .show__container .btn {
        margin-left: 0; } }

.show__header {
  margin: 0 0 10px;
  font-size: 25px;
  font-weight: 700;
  color: #363636; }
  @media (min-width: 768px) {
    .show__header {
      font-size: 30px; } }

.show__text {
  max-width: 500px;
  text-align: center; }
  @media (min-width: 576px) {
    .show__text {
      padding: 20px;
      background-color: transparent;
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
      background-image: linear-gradient(to right, #ffffff, transparent);
      text-align: left; } }

/*==============================
index-section
==============================*/
.index-section {
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .index-section {
      padding: 40px 0; } }
  .index-section--news .index-section__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding: 10px 0; }
    @media (min-width: 576px) {
      .index-section--news .index-section__item {
        -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
        width: 250px;
        padding: 10px; } }
    @media (min-width: 1200px) {
      .index-section--news .index-section__item {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%;
        width: 33.333%;
        padding: 0 10px; } }
  .index-section--news .feed__content {
    padding: 10px 0; }
    @media (min-width: 576px) {
      .index-section--news .feed__content {
        padding: 10px; } }
    @media (min-width: 992px) {
      .index-section--news .feed__content {
        padding: 20px; } }
    @media (min-width: 1200px) {
      .index-section--news .feed__content {
        padding: 40px; } }

.index-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1200px) {
    .index-section__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 20px 0; } }

.index-section__item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1200px) {
    .index-section__item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%;
      margin: 0;
      padding: 0 10px; } }

.index-section__head {
  padding: 10px;
  text-align: center; }
  @media (min-width: 1200px) {
    .index-section__head {
      padding: 0 10px;
      text-align: left; } }

@media (min-width: 1200px) {
  .index-section__main-header {
    margin: 0; } }

/*==============================
industry
==============================*/
.industry {
  background-color: #ffffff; }

.industry__content {
  display: block;
  background-color: transparent;
  text-decoration: none;
  text-align: center; }
  .industry__content:hover .industry__name {
    color: #16254c; }
  .industry__content:hover .industry__icon {
    background-color: #f7f8f9;
    -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.1); }
  .industry__content--current .industry__name {
    color: #16254c;
    cursor: default; }
  .industry__content--current .industry__icon {
    background-color: #b7becf;
    -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.1); }
  .industry__content--current:hover .industry__icon {
    background-color: #b7becf; }

.industry__icon {
  display: block;
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  border: 2px solid #b8b5b5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: background-color, border-color, -webkit-box-shadow;
  transition-property: box-shadow, background-color, border-color;
  transition-property: box-shadow, background-color, border-color, -webkit-box-shadow; }
  .industry__icon img {
    display: block;
    width: 100%;
    height: auto; }

.industry__name {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  /*

  &::before {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
    background-image: url("../img/sprite-advantages.svg");
    border: 2px solid $light-color;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    transition-duration: 0.3s;
    transition-property: box-shadow, background-color, border-color;
  }

  */ }
  @media (min-width: 1200px) {
    .industry__name {
      font-size: 21px; } }

/*==============================
advantages
==============================*/
.advantages {
  background-color: #f7f8f9; }
  @media (min-width: 1200px) {
    .advantages {
      padding: 50px 0;
      position: relative; } }
  .advantages--no-bg {
    background-color: transparent; }

.advantages__body {
  padding-top: 20px; }
  .advantages__body--unique {
    max-width: 400px;
    margin: 0 auto; }

.advantages__info {
  padding: 10px; }

.advantages__header {
  font-size: 0; }

.advantages__text {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #363636; }
  @media (min-width: 1200px) {
    .advantages__text {
      font-size: 18px; } }

.advantages__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .advantages__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.advantages__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 270px;
  margin: 0 auto;
  padding: 10px; }
  @media (min-width: 1200px) {
    .advantages__item {
      margin: 0 20px;
      padding: 0; } }

.advantages__img-wrapper {
  display: block;
  width: 100%;
  position: relative; }
  .advantages__img-wrapper img {
    display: block;
    width: 100%;
    height: auto; }
  .advantages__img-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("../img/icon-arrow-next-grey.svg");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: center;
    border-radius: 8px;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    position: absolute;
    top: 0;
    left: 0; }
  @media (min-width: 576px) {
    .advantages__img-wrapper {
      border-radius: 10px;
      overflow: hidden; } }

.advantages__content {
  display: block;
  text-align: center;
  text-decoration: none; }
  .advantages__content span {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #363636;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color; }
  @media (min-width: 1200px) {
    .advantages__content {
      padding: 10px; } }
  .advantages__content[href]:hover span {
    color: #16254c; }
  .advantages__content[href]:hover .advantages__img-wrapper::before {
    opacity: 1; }
  .advantages__content[href]:hover .advantages__shadow {
    -webkit-box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.05); }
  .advantages__content--add {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: -webkit-filter;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter, -webkit-filter; }
    .advantages__content--add:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .advantages__content--current {
    -webkit-filter: none;
            filter: none;
    cursor: default; }
    .advantages__content--current span {
      color: #16254c; }

.advantages__shadow {
  border-radius: 10px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow; }

.advantages__link-item {
  padding: 10px; }
  @media (min-width: 576px) {
    .advantages__link-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 768px) {
    .advantages__link-item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%; } }
  @media (min-width: 992px) {
    .advantages__link-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }

.advantages__link {
  color: #0f77e9;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .advantages__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .advantages__link[href]:active {
    opacity: 0.5; }

.advantages__add {
  padding: 0 20px; }
  .advantages__add .advantages__link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    padding-bottom: 20px; }
  .advantages__add .advantages__link-item {
    width: 100%;
    padding-bottom: 3px; }
  .advantages__add .advantages__link {
    display: block;
    padding: 10px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    color: #363636; }
    @media (min-width: 992px) {
      .advantages__add .advantages__link {
        padding: 10px 20px;
        -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
                box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-property: border-box, top;
        transition-property: border-box, top;
        position: relative;
        top: 0; } }
    @media (min-width: 992px) {
      .advantages__add .advantages__link:hover {
        opacity: 1;
        -webkit-box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
                box-shadow: 0 34px 100px rgba(0, 0, 0, 0.3);
        top: -5px; } }

/*==============================
feed
==============================*/
.feed {
  padding: 10px;
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .feed {
      padding: 30px 10px; } }
  @media (min-width: 1200px) {
    .feed {
      padding: 50px 0; } }

.feed__head {
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .feed__head {
      padding: 0 10px 20px; } }

.feed__main-header {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__main-header[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .feed__main-header[href]:active {
    opacity: 0.5; }
  @media (min-width: 992px) {
    .feed__main-header {
      font-size: 36px; } }

.feed__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .feed__list--wide .feed__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 992px) {
      .feed__list--wide .feed__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }

.feed__item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1200px) {
    .feed__item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%;
      margin: 0; } }

.feed__all-link {
  display: block;
  font-size: 18px;
  color: #c21720;
  text-transform: lowercase;
  text-align: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__all-link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .feed__all-link[href]:active {
    opacity: 0.5; }
  @media (min-width: 1200px) {
    .feed__all-link {
      text-align: left; } }

.feed__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  position: relative;
  top: 0; }
  @media (min-width: 992px) {
    .feed__content {
      padding: 20px;
      border-radius: 10px;
      -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
              box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1); } }
  @media (min-width: 1200px) {
    .feed__content {
      padding: 40px; } }
  .feed__content--no-bg {
    background-color: #f7f8f9; }
    @media (min-width: 992px) {
      .feed__content--no-bg {
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .feed__content[href]:hover .feed__img-link::after {
    height: 56px;
    opacity: 1; }
  @media (min-width: 1200px) {
    .feed__content[href]:hover {
      top: -10px; } }

.feed__img-link {
  display: block;
  width: 100%;
  position: relative; }
  .feed__img-link img {
    display: block;
    width: 100%;
    height: auto; }
  .feed__img-link::after {
    content: "";
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("../img/bg-feed-write.svg");
    background-repeat: no-repeat;
    background-position: left 26px bottom 22px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (min-width: 768px) {
    .feed__img-link {
      border-radius: 15px;
      overflow: hidden; } }
  .feed__img-link[href]:hover::after {
    height: 56px;
    opacity: 1; }

.feed__date {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #363636;
  white-space: nowrap; }

.feed__number {
  font-weight: 700; }

.feed__header {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #363636;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__header[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .feed__header[href]:active {
    opacity: 0.5; }
  .feed__header a {
    color: #16254c;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .feed__header a[href]:hover {
      opacity: 0.7;
      cursor: pointer; }
    .feed__header a[href]:active {
      opacity: 0.5; }
  .feed__header[href] {
    color: #16254c;
    text-decoration: none; }

.feed__text {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #363636;
  text-align: left; }
  @media (min-width: 1200px) {
    .feed__text {
      font-size: 16px; } }

.feed__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  .feed__avatar img {
    display: block;
    width: 100%;
    height: auto; }
  .feed__avatar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 105, 186, 0.9);
    background-image: url("../img/icon-user-white.svg");
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .feed__avatar[href]:hover::before {
    opacity: 1; }
  .feed__avatar--big {
    width: 130px;
    height: 130px; }

.feed__author {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #454e68;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__author[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .feed__author[href]:active {
    opacity: 0.5; }

.feed__line {
  display: block;
  font-size: 14px;
  color: #454e68; }

.feed__more {
  display: block;
  padding-top: 10px; }
  .feed__more a {
    font-size: 16px;
    font-weight: 700;
    color: #9c9d9e;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .feed__more a[href]:hover {
      opacity: 0.7;
      cursor: pointer; }
    .feed__more a[href]:active {
      opacity: 0.5; }
    .feed__more a::after {
      content: "";
      display: inline-block;
      width: 33px;
      height: 14px;
      margin-left: 10px;
      background-image: url("../img/icon-arrow-next-link.svg");
      background-size: contain;
      vertical-align: middle; }

.feed__tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  border-top: 1px dotted #b7becf;
  border-bottom: 1px dotted #b7becf; }

.feed__tags-item {
  padding: 1px 5px; }

.feed__tag {
  font-size: 12px;
  font-weight: 400;
  color: #0f77e9;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .feed__tag[href]:hover {
    color: #363636; }

.feed__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  @media (min-width: 992px) {
    .feed__btn-block--left .feed__btn {
      margin-right: auto; } }
  @media (min-width: 992px) {
    .feed__btn-block--left .feed__btn-item:last-child {
      margin-right: auto; } }
  @media (min-width: 992px) {
    .feed__btn-block--left .feed__btn-item {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .feed__btn-block--left {
      padding-left: 0; } }
  @media (min-width: 992px) {
    .feed__btn-block--one {
      padding-top: 40px; } }

.feed__btn-item {
  padding: 10px; }

.feed__btn {
  max-width: 200px;
  padding: 14px;
  font-size: 16px;
  border-width: 2px;
  font-weight: 700; }
  .feed__btn--big {
    max-width: 300px; }

.feed__btn.btn--contour {
  padding: 12px; }

.feed__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.feed__row {
  padding: 20px 0;
  text-align: left; }
  @media (min-width: 992px) {
    .feed__row {
      background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(#f7f8f9), to(#ffffff));
      background-image: linear-gradient(to right, #ffffff, #f7f8f9, #ffffff);
      border-bottom: 3px solid #ffffff; } }

/*==============================
tags
==============================*/
.tags {
  position: relative; }
  @media (min-width: 992px) {
    .tags--aside {
      padding: 20px;
      border-radius: 10px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
              box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1); } }

.tags__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0; }

.tags__item--last {
  height: 0;
  padding: 0;
  overflow: hidden; }
  .tags__item--last ~ .tags__item {
    height: 0;
    padding: 0;
    overflow: hidden; }

.tags__link {
  display: block; }
  .tags__link span {
    display: inline-block;
    padding: 5px 20px 5px 0;
    font-size: 14px;
    font-weight: 400;
    color: #b7becf;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color; }
    @media (min-width: 576px) {
      .tags__link span {
        border-radius: 5px; } }
    .tags__link span:hover {
      color: #454e68; }
  .tags__link--current span {
    color: #0f77e9; }

.tags__input {
  display: none; }
  .tags__input:checked + span {
    background-image: url("../img/icon-closer-link.svg");
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: right 8px center;
    color: #0f77e9; }

.tags__header {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #363636; }
  @media (min-width: 992px) {
    .tags__header {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .tags__header {
      position: relative; } }

/*==============================
subscription
==============================*/
.subscription {
  padding: 10px 10px 40px;
  background-color: #aaaaaa; }
  @media (min-width: 992px) {
    .subscription {
      padding: 20px 10px;
      background-image: url("../img/bg-subscription.jpg");
      background-size: cover; } }
  .subscription--min {
    width: 100%;
    padding: 10px; }
    .subscription--min .subscription__columns {
      padding: 10px; }
      @media (min-width: 992px) {
        .subscription--min .subscription__columns {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
    .subscription--min .subscription__col {
      padding: 10px; }
      @media (min-width: 992px) {
        .subscription--min .subscription__col:first-child {
          padding-right: 20px; } }
    .subscription--min .subscription__header {
      margin: 0;
      padding-left: 40px;
      font-size: 18px; }
      .subscription--min .subscription__header::before {
        width: 30px;
        height: 30px;
        top: -5px; }
    @media (min-width: 768px) {
      .subscription--min .subscription__btn {
        position: static; } }
    @media (min-width: 1200px) {
      .subscription--min {
        padding: 0 20px;
        border-radius: 10px; } }

@media (min-width: 992px) {
  .subscription__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 992px) {
  .subscription__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; } }

.subscription__col:first-child {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .subscription__col:first-child {
      padding-right: 20px;
      padding-bottom: 12px;
      text-align: right; } }

@media (min-width: 992px) {
  .subscription__col:last-child {
    padding-left: 20px; } }

.subscription__form {
  position: relative; }

.subscription__header {
  margin: 0;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  position: relative; }
  .subscription__header::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img/icon-email-white.svg");
    background-size: contain;
    position: absolute;
    left: 0;
    top: -5px; }
    @media (min-width: 992px) {
      .subscription__header::before {
        display: inline-block;
        margin-right: 5px;
        vertical-align: baseline;
        position: relative;
        top: 5px; } }
  @media (min-width: 992px) {
    .subscription__header {
      margin-top: 0; } }

.subscription__label {
  display: block;
  padding-bottom: 20px; }
  .subscription__label input {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background-color: #ffffff;
    font-size: 18px;
    color: #363636; }
    .subscription__label input:focus {
      outline: 0; }
    @media (min-width: 576px) {
      .subscription__label input {
        border-radius: 10px; } }
    @media (min-width: 768px) {
      .subscription__label input {
        padding-right: 220px;
        padding-left: 20px; } }
  @media (min-width: 768px) {
    .subscription__label {
      padding: 0; } }

.subscription__btn {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-transform: lowercase;
  text-decoration: none;
  color: #16254c;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  transition-property: background-color; }
  .subscription__btn:focus {
    outline: 0; }
  @media (min-width: 576px) {
    .subscription__btn {
      margin-left: 0;
      border-radius: 8px;
      -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 768px) {
    .subscription__btn {
      position: absolute;
      top: 0;
      right: 0; } }
  .subscription__btn:hover {
    background-color: #b8b5b5; }

.subscription__more-link {
  margin-left: 40px;
  border-bottom: 1px dotted #ffffff;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  text-decoration: none;
  position: relative; }
  .subscription__more-link:hover {
    opacity: 0.7;
    cursor: pointer; }
  .subscription__more-link:active {
    opacity: 0.9; }
  @media (min-width: 992px) {
    .subscription__more-link {
      margin-left: 0;
      color: #cccccc;
      border-color: #cccccc; } }

/*==============================
sorting
==============================*/
.sorting {
  padding: 20px 10px; }
  @media (min-width: 576px) {
    .sorting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.sorting__header {
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
  color: #b7becf; }

.sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #b7becf; }

.sorting__item {
  padding: 10px 30px 10px 0; }

.sorting__link {
  display: block;
  padding: 0 26px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #454e68;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative; }
  .sorting__link:hover {
    opacity: 0.7;
    cursor: pointer; }
  .sorting__link:active {
    opacity: 0.9; }
  .sorting__link::after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background-image: url("../img/sprite-sorting.svg");
    background-position: center top;
    position: absolute;
    top: 5px;
    right: 0; }
  .sorting__link--up::after {
    background-position: center -20px; }
  .sorting__link--down::after {
    background-position: center top; }
  .sorting__link--current {
    color: #0f77e9; }
  .sorting__link--current.sorting__link--up::after {
    background-position: center -30px; }
  .sorting__link--current.sorting__link--down::after {
    background-position: center -10px; }

/*==============================
pagination
==============================*/
.pagination {
  padding: 20px 0 40px; }

.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagination__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 18px;
  color: #363636;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .pagination__link--arrow {
    width: 85px;
    background-image: url("../img/sprite-pagination.svg");
    font-size: 0; }
  .pagination__link--previous {
    border-radius: 10px 0 0 10px;
    background-position: center -10px; }
    .pagination__link--previous:hover {
      background-position: center -70px; }
  .pagination__link--next {
    border-radius: 0 10px 10px 0;
    background-position: center -190px; }
    .pagination__link--next:hover {
      background-position: center -250px; }
  .pagination__link:hover {
    color: #0f77e9; }
  .pagination__link--blocked {
    color: #e5e5e5;
    cursor: default; }
    .pagination__link--blocked:hover, .pagination__link--blocked[href]:hover {
      opacity: 1;
      cursor: default; }
    .pagination__link--blocked:active, .pagination__link--blocked[href]:active {
      opacity: 1; }
    .pagination__link--blocked:hover {
      color: #e5e5e5; }
  .pagination__link--current {
    background-color: #363636;
    color: #ffffff;
    cursor: default; }
    .pagination__link--current:hover, .pagination__link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .pagination__link--current:active, .pagination__link--current[href]:active {
      opacity: 1; }
    .pagination__link--current:hover {
      color: #ffffff; }

.pagination__link--previous.pagination__link--blocked {
  background-position: center -130px; }

.pagination__link--next.pagination__link--blocked {
  background-position: center -310px; }

/*==============================
modal
==============================*/
.modal {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  overflow: auto;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .modal .site-form__warning {
    margin: 0; }
  @media (min-width: 992px) {
    .modal {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; } }
  .modal--search {
    background: rgba(255, 255, 255, 0.9); }
    .modal--search .modal__block {
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .modal--opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.modal__block {
  width: 100%;
  max-height: 100vh;
  padding: 20px 10px 10px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative; }
  @media (min-width: 992px) {
    .modal__block {
      width: 640px;
      padding: 20px; } }

.modal__header {
  margin: 0;
  padding: 0 20px 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #363636; }
  @media (min-width: 992px) {
    .modal__header {
      padding-right: 80px;
      padding-bottom: 0;
      padding-left: 80px;
      font-size: 25px; } }

.modal__btn-block {
  padding: 10px 0; }

.modal__btn {
  width: 200px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    .modal__btn {
      margin-left: 0; } }

.modal__closer {
  margin: 0;
  border: 0;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #0f77e9;
  background-image: url("../img/icon-closer.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 10px;
  right: 10px; }
  .modal__closer:focus {
    outline: 0; }
  .modal__closer:hover {
    opacity: 0.7;
    cursor: pointer; }
  .modal__closer:active {
    opacity: 0.9; }

.modal__overlay {
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0; }

.modal__row {
  padding-top: 10px; }
  @media (min-width: 576px) {
    .modal__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.modal__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*==============================
breadcrumbs
==============================*/
.breadcrumbs {
  padding: 15px 10px; }

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.breadcrumbs__item {
  padding: 5px 30px;
  position: relative; }
  .breadcrumbs__item::after {
    content: "";
    display: block;
    width: 14px;
    height: 9px;
    background-image: url("../img/icon-breadcrumbs.svg");
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -3px; }
  .breadcrumbs__item:last-child .breadcrumbs__link {
    color: #6d778f;
    cursor: default;
    text-decoration: none; }
    .breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link[href]:hover {
      opacity: 1;
      cursor: default; }
    .breadcrumbs__item:last-child .breadcrumbs__link:active, .breadcrumbs__item:last-child .breadcrumbs__link[href]:active {
      opacity: 1; }
  .breadcrumbs__item:last-child::after {
    display: none; }

.breadcrumbs__link {
  font-size: 14px;
  color: #16254c;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .breadcrumbs__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .breadcrumbs__link[href]:active {
    opacity: 0.5; }

/*==============================
row-section
==============================*/
.row-section {
  padding: 0;
  background-color: transparent; }
  .row-section--divided .row-section__item {
    padding: 20px 10px;
    border-bottom: 1px dotted #e5e5e5; }

.row-section__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.row-section__content {
  padding: 10px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 1200px) {
    .row-section__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left; } }
  @media (min-width: 1200px) {
    .row-section__content--middle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media (min-width: 1200px) {
  .row-section__col--narrow {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    text-align: center; } }

@media (min-width: 1200px) {
  .row-section__col--wide {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 10px; } }

@media (min-width: 1200px) {
  .row-section__col--normal {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    text-align: center; } }

@media (min-width: 1200px) {
  .row-section__col {
    margin: 0; } }

.row-section__item {
  padding: 10px; }

/*==============================
main-grid
==============================*/
@media (min-width: 992px) {
  .main-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .main-grid--right .main-grid__col--narrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 992px) {
  .main-grid__col {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

@media (min-width: 992px) {
  .main-grid__col--wide {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    z-index: 1; } }

/*==============================
add-section
==============================*/
.add-section {
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .add-section {
      padding: 20px 0; } }
  .add-section--accented {
    margin-top: 30px;
    padding-top: 20px;
    background: #ffffff;
    border-top: 1px dotted #9c9d9e; }

.add-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1200px) {
    .add-section__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      padding: 0; } }

.add-section__item {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .add-section__item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%;
      margin: 0;
      padding: 0; } }

.add-section__head {
  display: block;
  margin: 0; }
  @media (min-width: 1200px) {
    .add-section__head {
      padding: 0 10px; } }

.add-section__header {
  font-size: 18px;
  font-weight: 700;
  color: #454e68;
  text-align: center; }
  @media (min-width: 1200px) {
    .add-section__header {
      margin: 0;
      font-size: 25px;
      text-align: left; } }
  .add-section__header--center {
    text-align: center; }

.add-section__form {
  max-width: 600px;
  margin: 0 auto; }

.add-section__btn-block {
  padding: 10px 0; }

.add-section__btn {
  width: 200px; }

.add-section__label {
  padding-bottom: 20px; }

/*==============================
btn-block
==============================*/
.btn-block {
  padding: 10px; }
  @media (min-width: 992px) {
    .btn-block {
      padding: 20px 10px; } }

.btn-block__btn {
  display: inline-block;
  min-width: 150px; }

/*==============================
article
==============================*/
.article__container {
  padding: 10px; }

.article__content {
  padding: 10px;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  position: relative;
  top: 0; }
  @media (min-width: 992px) {
    .article__content {
      padding: 20px; } }
  @media (min-width: 1200px) {
    .article__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 40px;
      text-align: left; } }

@media (min-width: 1200px) {
  .article__col--narrow {
    -ms-flex-preferred-size: 220px;
        flex-basis: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    text-align: center; } }

@media (min-width: 1200px) {
  .article__col--wide {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 10px; } }

@media (min-width: 1200px) {
  .article__col {
    margin: 0; } }

.article__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
  .article__avatar img {
    display: block;
    width: 100%;
    height: auto; }
  .article__avatar::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(74, 105, 186, 0.9);
    background-image: url("../img/icon-user-white.svg");
    background-repeat: no-repeat;
    background-size: 26px auto;
    background-position: center center;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .article__avatar[href]:hover::before {
    opacity: 1; }

.article__author {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #454e68; }

.article__line {
  display: block;
  font-size: 14px;
  color: #454e68; }

.article__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px; }
  @media (min-width: 992px) {
    .article__btn-block--left .feed__btn {
      margin-right: auto; } }
  @media (min-width: 992px) {
    .article__btn-block--left {
      padding-left: 0; } }

.article__date {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #363636;
  white-space: nowrap; }

.article__number {
  font-weight: 700; }

.article__header {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #363636; }
  .article__header a {
    color: #16254c;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .article__header a[href]:hover {
      opacity: 0.7;
      cursor: pointer; }
    .article__header a[href]:active {
      opacity: 0.5; }
  @media (min-width: 1200px) {
    .article__header {
      font-size: 21px; } }

.article__tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: auto;
  border-top: 1px dotted #b7becf;
  border-bottom: 1px dotted #b7becf; }

.article__tags-item {
  padding: 1px 5px; }

.article__tag {
  font-size: 12px;
  font-weight: 400;
  color: #0f77e9;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  .article__tag[href]:hover {
    color: #363636; }

.article__text {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.7;
  color: #363636;
  text-align: left; }
  @media (min-width: 1200px) {
    .article__text {
      font-size: 16px; } }

.article__card {
  max-width: 200px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  text-align: center; }
  @media (min-width: 1200px) {
    .article__card {
      border-radius: 15px; } }

.article__item {
  margin-bottom: 30px;
  padding: 10px 10px 20px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  @media (min-width: 1200px) {
    .article__item {
      padding-left: 20px;
      padding-bottom: 50px;
      border-radius: 15px;
      -webkit-box-shadow: -40px 0 90px rgba(0, 0, 0, 0.1);
              box-shadow: -40px 0 90px rgba(0, 0, 0, 0.1); } }

.article__img {
  display: block;
  max-width: 700px;
  margin: 0 auto 20px; }
  .article__img img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 1200px) {
    .article__img {
      border-radius: 15px;
      overflow: hidden; } }

/*==============================
flag
==============================*/
.flag {
  position: relative; }

@media (min-width: 1200px) {
  .flag__pin {
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: -60px;
    left: 0; } }

/*==============================
columns
==============================*/
.columns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .columns--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 576px) {
    .columns--2 .columns__col, .columns--4 .columns__col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 576px) {
    .columns--3 .columns__col {
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
      width: 33.33%; } }
  @media (min-width: 768px) {
    .columns--4 .columns__col {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }
  .columns .columns__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .columns .columns__col--wide {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
      width: 75%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .columns .columns__col--narrow {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; }

.columns__col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }

/*==============================
number-list
==============================*/
.number-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: number-list-counter; }
  .number-list--accented .number-list__item {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dotted #e5e5e5; }

.number-list__header {
  padding-left: 40px;
  font-size: 16px;
  color: #363636;
  position: relative; }
  .number-list__header::before {
    counter-increment: number-list-counter;
    content: counter(number-list-counter);
    display: block;
    height: 30px;
    min-width: 30px;
    background-color: #9c9d9e;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px; }

/*==============================
wysiwyg
==============================*/
.wysiwyg {
  padding: 10px; }
  .wysiwyg h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #363636; }
    @media (min-width: 768px) {
      .wysiwyg h1 {
        font-size: 40px; } }
    @media (min-width: 1200px) {
      .wysiwyg h1 {
        font-size: 60px; } }
  .wysiwyg h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #363636; }
    @media (min-width: 992px) {
      .wysiwyg h2 {
        font-size: 37px; } }
    @media (min-width: 1200px) {
      .wysiwyg h2 {
        position: relative; } }
    .wysiwyg h2:first-letter {
      color: #16254c; }
  .wysiwyg h3 {
    font-size: 20px;
    font-weight: 400;
    color: #363636; }
    @media (min-width: 992px) {
      .wysiwyg h3 {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .wysiwyg h3 {
        position: relative; } }
  .wysiwyg h4 {
    font-size: 18px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .wysiwyg h4 {
        font-size: 30px; } }
  .wysiwyg h5 {
    font-size: 16px;
    font-weight: 400;
    color: #454e68; }
    @media (min-width: 992px) {
      .wysiwyg h5 {
        font-size: 23px; } }
  .wysiwyg h6 {
    font-size: 14px;
    font-weight: 500;
    color: #454e68; }
    @media (min-width: 992px) {
      .wysiwyg h6 {
        font-size: 21px; } }
  .wysiwyg a {
    color: #0f77e9;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color; }
    .wysiwyg a[href]:hover {
      color: #16254c; }
  .wysiwyg b,
  .wysiwyg strong {
    font-weight: 500; }
  .wysiwyg blockquote {
    margin: 20px 0;
    padding: 10px 10px 10px 20px;
    background-color: #e5e5e5;
    border-left: 7px solid #454e68; }
    @media (min-width: 992px) {
      .wysiwyg blockquote {
        padding: 20px 50px 20px 50px; } }
  .wysiwyg ol, .wysiwyg ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 20px 0;
    padding: 0; }
    @media (min-width: 992px) {
      .wysiwyg ol, .wysiwyg ul {
        margin: 40px 0; } }
  .wysiwyg ol {
    counter-reset: ol-counter;
    font-weight: 500; }
    .wysiwyg ol li::before {
      counter-increment: ol-counter;
      content: counter(ol-counter) ".";
      height: 20px;
      text-align: left;
      position: absolute;
      top: 0;
      left: 0; }
  .wysiwyg ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #b7becf;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0; }
  .wysiwyg li {
    padding: 0 0 10px 40px;
    position: relative; }
  .wysiwyg table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse; }
    @media (min-width: 992px) {
      .wysiwyg table {
        margin: 40px 0; } }
  .wysiwyg tr:nth-child(odd) td {
    background-color: #f5f5f5; }
  .wysiwyg tr:nth-child(even) td {
    background-color: #ffffff; }
  .wysiwyg td,
  .wysiwyg th {
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: left; }
    @media (min-width: 992px) {
      .wysiwyg td,
      .wysiwyg th {
        padding: 10px 20px; } }
  .wysiwyg th {
    background-color: #b8b5b5;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    color: #ffffff; }
    .wysiwyg th:first-of-type {
      border-left-color: #b8b5b5; }
    .wysiwyg th:last-of-type {
      border-right-color: #b8b5b5; }
  .wysiwyg td {
    border-left: 1px solid #b8b5b5;
    border-right: 1px solid #b8b5b5;
    border-bottom: 1px solid #b8b5b5; }
  .wysiwyg hr {
    margin: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 0;
    border-top: 1px solid #b8b5b5; }
    .wysiwyg hr:focus {
      outline: 0; }

.wysiwyg__float-block {
  padding-bottom: 20px; }
  .wysiwyg__float-block::after {
    content: "";
    display: table;
    clear: both; }

.wysiwyg__float-img {
  display: block;
  padding-bottom: 15px; }
  .wysiwyg__float-img img {
    display: block;
    width: 100%;
    height: auto; }
  @media (min-width: 992px) {
    .wysiwyg__float-img {
      width: 50%;
      position: relative;
      top: 10px; } }
  @media (min-width: 992px) {
    .wysiwyg__float-img--left {
      float: left;
      padding-right: 20px; } }
  @media (min-width: 992px) {
    .wysiwyg__float-img--right {
      float: right;
      padding-left: 20px; } }

.wysiwyg__table-wrapper {
  overflow-x: auto; }

.wysiwyg__img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

/*==============================
contacts
==============================*/
.contacts {
  padding: 10px; }

.contacts__content {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }
  .contacts__content:last-of-type {
    border-bottom-width: 0; }

.contacts__h {
  font-size: 20px;
  font-weight: 400;
  color: #363636;
  text-align: left; }
  @media (min-width: 768px) {
    .contacts__h {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .contacts__h {
      font-size: 30px; } }

.contacts__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px; }
  .contacts__item::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-image: url("../img/sprite-contacts.svg"); }
  .contacts__item--address::before {
    background-position: center top; }
  .contacts__item--email::before {
    background-position: center -26px; }
  .contacts__item--phone::before {
    background-position: center -52px; }

.contacts__text {
  margin: 0; }

.contacts__link {
  color: #0f77e9;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .contacts__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .contacts__link[href]:active {
    opacity: 0.5; }

.contacts__figure {
  display: block;
  margin: 0;
  padding: 20px 0; }

.contacts__img {
  width: 100%;
  height: auto; }

.contacts__video {
  width: 100%;
  height: auto; }

/*==============================
tabs
==============================*/
.tabs {
  padding-top: 20px; }

.tabs__support-input {
  display: none; }

.tabs__ctrl-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabs__ctrl-item {
  padding: 1px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .tabs__ctrl-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 992px) {
    .tabs__ctrl-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }

.tabs__ctrl-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  background-color: #9c9d9e;
  color: #e5e5e5;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .tabs__ctrl-link:hover {
    opacity: 0.7;
    cursor: pointer; }
  .tabs__ctrl-link:active {
    opacity: 0.9; }
  @media (min-width: 992px) {
    .tabs__ctrl-link {
      padding: 20px;
      border-radius: 20px 20px 0 0; } }
  .tabs__ctrl-link--current {
    background-color: #363636;
    color: #ffffff;
    cursor: default; }
    .tabs__ctrl-link--current:hover, .tabs__ctrl-link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .tabs__ctrl-link--current:active, .tabs__ctrl-link--current[href]:active {
      opacity: 1; }

/*==============================
about
==============================*/
.about__info {
  padding: 10px;
  background-color: #f7f8f9; }
  @media (min-width: 992px) {
    .about__info {
      padding: 40px 10px; } }

.about__h {
  font-size: 20px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 768px) {
    .about__h {
      font-size: 25px; } }
  @media (min-width: 992px) {
    .about__h {
      font-size: 30px; } }

.about__sub-h {
  font-size: 15px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 768px) {
    .about__sub-h {
      font-size: 18px; } }
  @media (min-width: 992px) {
    .about__sub-h {
      font-size: 20px; } }

.about__list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .about__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.about__item {
  padding: 10px; }
  @media (min-width: 768px) {
    .about__item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      width: 33.333%; } }

.about__chant {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #9c9d9e; }
  .about__chant span {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #363636; }
    @media (min-width: 768px) {
      .about__chant span::before {
        content: "";
        display: block;
        width: 130px;
        height: 130px;
        margin: 0 auto 10px;
        border-radius: 50%;
        background-image: url("../img/sprite-about.svg");
        border: 2px solid #b8b5b5; } }
  @media (min-width: 768px) {
    .about__chant {
      border-width: 0; } }
  .about__chant--time span::before {
    background-position: center top; }
  .about__chant--complex span::before {
    background-position: center -130px; }
  .about__chant--customers span::before {
    background-position: center -260px; }

/*==============================
history
==============================*/
.history {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }

.history__header {
  font-size: 18px;
  font-weight: 700; }

/*==============================
before-next
==============================*/
.before-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px dotted #9c9d9e; }
  @media (min-width: 1200px) {
    .before-next {
      -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.01);
              box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.01); } }

.before-next__link {
  display: block;
  color: #c21720;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .before-next__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .before-next__link[href]:active {
    opacity: 0.5; }
  .before-next__link--before {
    text-align: left; }
  .before-next__link--next {
    text-align: right; }

/*==============================
aside-tabs
==============================*/
.aside-tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }

.aside-tabs__item {
  padding: 2px 0; }
  @media (min-width: 1200px) {
    .aside-tabs__item:first-child .accordion__link {
      border-radius: 15px 15px 0 0; } }
  @media (min-width: 1200px) {
    .aside-tabs__item:last-child .accordion__link {
      border-radius: 0 0 15px 15px; } }

.aside-tabs__label {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #9c9d9e;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer; }
  @media (min-width: 1200px) {
    .aside-tabs__label {
      padding: 10px 20px;
      border-width: 0;
      -webkit-box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1);
              box-shadow: 0 34px 90px rgba(0, 0, 0, 0.1); } }
  .aside-tabs__label:hover {
    color: #c21720; }

.aside-tabs__content {
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  display: none; }

#aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01:hover, #aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01:active, #aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01[href]:active {
    opacity: 1; }
  #aside-tab-01:checked ~ .aside-tabs__nav .aside-tabs__label--01:hover {
    color: #ffffff; }

#aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02:hover, #aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02:active, #aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02[href]:active {
    opacity: 1; }
  #aside-tab-02:checked ~ .aside-tabs__nav .aside-tabs__label--02:hover {
    color: #ffffff; }

#aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03:hover, #aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03:active, #aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03[href]:active {
    opacity: 1; }
  #aside-tab-03:checked ~ .aside-tabs__nav .aside-tabs__label--03:hover {
    color: #ffffff; }

#aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04:hover, #aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04:active, #aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04[href]:active {
    opacity: 1; }
  #aside-tab-04:checked ~ .aside-tabs__nav .aside-tabs__label--04:hover {
    color: #ffffff; }

#aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05:hover, #aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05:active, #aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05[href]:active {
    opacity: 1; }
  #aside-tab-05:checked ~ .aside-tabs__nav .aside-tabs__label--05:hover {
    color: #ffffff; }

#aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06:hover, #aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06:active, #aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06[href]:active {
    opacity: 1; }
  #aside-tab-06:checked ~ .aside-tabs__nav .aside-tabs__label--06:hover {
    color: #ffffff; }

#aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07:hover, #aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07:active, #aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07[href]:active {
    opacity: 1; }
  #aside-tab-07:checked ~ .aside-tabs__nav .aside-tabs__label--07:hover {
    color: #ffffff; }

#aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08:hover, #aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08:active, #aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08[href]:active {
    opacity: 1; }
  #aside-tab-08:checked ~ .aside-tabs__nav .aside-tabs__label--08:hover {
    color: #ffffff; }

#aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09 {
  background-color: #c21720;
  color: #ffffff;
  cursor: default; }
  #aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09:hover, #aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09[href]:hover {
    opacity: 1;
    cursor: default; }
  #aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09:active, #aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09[href]:active {
    opacity: 1; }
  #aside-tab-09:checked ~ .aside-tabs__nav .aside-tabs__label--09:hover {
    color: #ffffff; }

#aside-tab-01:checked ~ .aside-tab__body #content-01 {
  display: block; }

#aside-tab-02:checked ~ .aside-tab__body #content-02 {
  display: block; }

#aside-tab-03:checked ~ .aside-tab__body #content-03 {
  display: block; }

#aside-tab-04:checked ~ .aside-tab__body #content-04 {
  display: block; }

#aside-tab-05:checked ~ .aside-tab__body #content-05 {
  display: block; }

#aside-tab-06:checked ~ .aside-tab__body #content-06 {
  display: block; }

#aside-tab-07:checked ~ .aside-tab__body #content-07 {
  display: block; }

#aside-tab-08:checked ~ .aside-tab__body #content-08 {
  display: block; }

#aside-tab-09:checked ~ .aside-tab__body #content-09 {
  display: block; }

/*==============================
card
==============================*/
.card {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #363636;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .card[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .card[href]:active {
    opacity: 0.5; }
  @media (min-width: 1200px) {
    .card {
      border-radius: 15px; } }
  .card[href] {
    color: #c21720; }
  .card--dark {
    background-color: #16254c; }
  .card--min {
    max-width: 250px; }

.card__number {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #363636; }

.card__text {
  text-align: center; }

.card__link {
  color: #c21720;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .card__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .card__link[href]:active {
    opacity: 0.5; }

.card__icon {
  display: block;
  width: 40px;
  height: 30px;
  margin: 0 auto;
  background-size: 40px;
  background-position: center;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .card__icon[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .card__icon[href]:active {
    opacity: 0.5; }
  .card__icon--personal {
    background-image: url("../img/icon-personal.svg"); }

.card__btn-block {
  margin-top: auto; }

/*==============================
tab-nav
==============================*/
.tab-nav a {
  padding: 20px; }

.tab-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tab-nav__list--2 li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%; }

/*==============================
error-404
==============================*/
.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 20px 10px; }
  .error-404 h1 {
    margin: 0;
    padding: 20px 0;
    color: #363636;
    text-align: center; }
  .error-404 p {
    color: #363636;
    text-align: center; }

.error-404__img-wrapper {
  display: block;
  width: 200px;
  margin: auto;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .error-404__img-wrapper[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .error-404__img-wrapper[href]:active {
    opacity: 0.5; }
  .error-404__img-wrapper img {
    width: 100%;
    height: auto; }

.error-404__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin: 0 auto; }

.error-404__item {
  padding: 20px; }
  .error-404__item a {
    color: #4a69ba;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .error-404__item a[href]:hover {
      opacity: 0.7;
      cursor: pointer; }
    .error-404__item a[href]:active {
      opacity: 0.5; }

/*==============================
social
==============================*/
.social {
  width: 100%; }

.social__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.social__item {
  padding: 10px; }

.social__link {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url("../img/sprite-social.svg");
  border-radius: 5px;
  font-size: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .social__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .social__link[href]:active {
    opacity: 0.5; }
  .social__link--fb {
    background-position: center top; }

/*==============================
search-result
==============================*/
.search-result {
  padding: 10px; }
  @media (min-width: 576px) {
    .search-result {
      padding: 20px 10px; } }

.search-result__list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: result-counter; }

.search-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px; }
  .search-result__item::before {
    counter-increment: result-counter;
    content: counter(result-counter);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    min-width: 40px;
    margin-right: 20px;
    padding: 10px;
    background-color: #b8b5b5;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: right; }

.search-result__link {
  display: block;
  color: #4a69ba;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .search-result__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .search-result__link[href]:active {
    opacity: 0.5; }

/*==============================
clicker
==============================*/
.clicker__link {
  padding-left: 20px; }

.clicker__target {
  display: none; }
  .clicker__target--current {
    display: block; }

.clicker__list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  background-color: #e5e5e5; }

.clicker__link {
  display: block;
  padding: 10px 10px 10px 40px;
  background-color: #e5e5e5;
  font-size: 13px;
  color: #4a69ba;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .clicker__link[href]:hover {
    opacity: 0.7;
    cursor: pointer; }
  .clicker__link[href]:active {
    opacity: 0.5; }
  .clicker__link--current {
    color: #363636;
    text-decoration: none;
    cursor: default; }
    .clicker__link--current:hover, .clicker__link--current[href]:hover {
      opacity: 1;
      cursor: default; }
    .clicker__link--current:active, .clicker__link--current[href]:active {
      opacity: 1; }
