@charset "UTF-8";
/*! 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: "ubuntu";
  src: url("../fonts/ubuntu-regular.woff2") format("woff2"), url("../fonts/ubuntu-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-medium.woff2") format("woff2"), url("../fonts/ubuntu-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-bold.woff2") format("woff2"), url("../fonts/ubuntu-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

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

html,
body {
  height: 100%;
  width: 100%;
  background-color: #ffffff; }

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

body {
  font-family: ubuntu, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  background: #ffffff;
  color: #000000; }

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

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

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

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

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

.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; }

.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/icon-close-white.svg") !important; }

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

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

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

/*layout*/
/*==============================
footer-support
==============================*/
.footer-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  height: 100%; }

.footer-support__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
  max-width: 100%; }

.footer-support__footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

/*==============================
site-wrapper
==============================*/
.site-wrapper {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative; }

/*components*/
/*==============================
  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: 0 20px;
  height: 44px;
  border-radius: 44px;
  background-color: #126ac4;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .btn:focus {
    outline: 0; }
  .btn:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .btn:hover {
      opacity: 0.7; } }
  .btn--accented {
    background-color: #f3dd20;
    color: #000000; }
  .btn--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn--icon::before {
      content: "";
      display: block;
      width: 30px;
      height: 30px;
      margin-right: 15px;
      background-image: url("../img/sprite-btn-white.svg"); }
  .btn--chat::before {
    background-position: center top; }
  .btn--contour {
    border: 1px solid #126ac4;
    background-color: transparent;
    color: #126ac4; }
  .btn--current {
    cursor: default; }
    .btn--current:active, .btn--current[href]:active {
      opacity: 1; }
    @media (min-width: 768px) {
      .btn--current:hover, .btn--current[href]:hover {
        opacity: 1;
        cursor: default; } }

/*==============================
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: 992px) {
    .site-nav {
      position: static;
      height: auto;
      background-color: transparent; } }
  .site-nav--opened {
    left: 0; }
    .site-nav--opened .site-nav__toggle--show {
      opacity: 0; }

@media (min-width: 992px) {
  .site-nav__content {
    padding: 0 10px; } }

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

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

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

.site-nav__item {
  padding: 20px 10px;
  text-align: center;
  position: relative; }
  @media (min-width: 992px) {
    .site-nav__item {
      padding: 20px 0; } }
  @media (min-width: 992px) {
    .site-nav__item:first-of-type .site-nav__link {
      padding-left: 10px; } }
  @media (min-width: 992px) {
    .site-nav__item:last-of-type .site-nav__link {
      border-right-color: transparent; } }

.site-nav__link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  cursor: pointer; }
  .site-nav__link:hover, .site-nav__link:active {
    color: #126ac4; }
  @media (min-width: 992px) {
    .site-nav__link {
      padding: 0 10px;
      border-right: 1px solid #bac5e9; } }
  @media (min-width: 1170px) {
    .site-nav__link {
      padding: 0 30px; } }
  .site-nav__link--current {
    color: #126ac4; }
    .site-nav__link--current:not([href]) {
      cursor: default; }
      .site-nav__link--current:not([href]):active, .site-nav__link--current:not([href])[href]:active {
        opacity: 1; }
      @media (min-width: 768px) {
        .site-nav__link--current:not([href]):hover, .site-nav__link--current:not([href])[href]:hover {
          opacity: 1;
          cursor: default; } }

.site-nav__action {
  padding: 0 10px; }

/*==============================
search
==============================*/
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 176px;
  max-width: 410px;
  margin: 0;
  padding-right: 10px;
  border-radius: 44px;
  overflow: hidden;
  background-color: #ffffff;
  -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); }
  .search--tag .search__btn {
    background-image: none;
    position: relative; }
    .search--tag .search__btn::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: 100%;
      height: 100%;
      font-size: 16px;
      font-weight: 500;
      color: #ffffff;
      position: absolute;
      left: 0;
      top: 0; }

.search__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.search__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: 44px;
  padding: 0 10px 0 20px;
  font-size: 14px;
  color: #000000; }
  .search__input:focus {
    outline: 0; }

.search__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #126ac4;
  background-image: url("../img/icon-loupe-white.svg");
  font-size: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .search__btn:focus {
    outline: 0; }
  .search__btn:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .search__btn:hover {
      opacity: 0.7; } }

/*==============================
modal
==============================*/
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 100vh;
  background: rgba(255, 255, 255, 0.5);
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, height, left, top, opacity;
  transition-property: width, height, left, top, opacity;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media (min-width: 992px) {
    .modal {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0; } }
  .modal--opened {
    pointer-events: auto;
    opacity: 1; }
    .modal--opened .modal__block {
      width: 100%;
      height: 100%;
      overflow-x: visible;
      overflow-y: auto;
      opacity: 1; }
      @media (min-width: 992px) {
        .modal--opened .modal__block {
          width: 640px;
          padding: 20px; } }

.modal__block {
  width: 0;
  height: 0;
  max-height: 80vh;
  padding-top: 20px;
  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);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width, height, opacity;
  transition-property: width, height, opacity;
  overflow: hidden;
  opacity: 0;
  position: relative; }

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

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

.modal__item {
  padding: 10px 0; }
  .modal__item--add-info {
    font-size: 14px; }
    .modal__item--add-info a {
      color: #126ac4;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .modal__item--add-info a[href]:active {
        opacity: 0.7; }
      @media (min-width: 768px) {
        .modal__item--add-info a[href]:hover {
          opacity: 0.7;
          cursor: pointer; } }

.modal__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; }

.modal__btn-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  padding: 10px; }
  .modal__btn-item .btn {
    width: 100%; }
  @media (min-width: 576px) {
    .modal__btn-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      padding: 10px 10px 10px 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: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("../img/icon-close.svg");
  background-position: center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  top: 15px;
  right: 15px; }
  .modal__closer:focus {
    outline: 0; }
  .modal__closer:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .modal__closer:hover {
      opacity: 0.7; } }

.modal__overlay {
  width: 100vw;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0; }

/*==============================
main-nav
==============================*/
.main-nav__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: 992px) {
    .main-nav__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.main-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .main-nav__item {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 1170px) {
    .main-nav__item:hover .main-nav__sub-content {
      display: block; } }

.main-nav__link {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
  position: relative; }
  .main-nav__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: border-color;
    transition-property: border-color; }
  .main-nav__link:hover {
    color: #126ac4; }
    .main-nav__link:hover::after {
      border-bottom-color: #126ac4; }
  .main-nav__link--current {
    color: #126ac4;
    cursor: default; }
    .main-nav__link--current:active, .main-nav__link--current[href]:active {
      opacity: 1; }
    @media (min-width: 768px) {
      .main-nav__link--current:hover, .main-nav__link--current[href]:hover {
        opacity: 1;
        cursor: default; } }
    .main-nav__link--current::after {
      border-bottom-color: #126ac4; }

.main-nav__sub-toggle {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-image: url("../img/sprite-sub-nav.svg");
  background-size: 100% auto;
  background-position: top center;
  font-size: 0;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: relative; }
  .main-nav__sub-toggle:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .main-nav__sub-toggle:hover {
      opacity: 0.7; } }
  @media screen and (min-width: 1170px) {
    .main-nav__sub-toggle {
      display: none; } }

.main-nav__sub-content {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  display: none; }
  @media (min-width: 768px) {
    .main-nav__sub-content {
      top: 35px; } }
  .main-nav__sub-content--opened {
    display: block; }

.main-nav__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
  padding: 10px;
  background-color: #ffffff; }

.main-nav__sub-item {
  padding: 10px;
  position: relative; }

.main-nav__sub-link {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color;
  transition-property: color; }
  @media (min-width: 1170px) {
    .main-nav__sub-link {
      white-space: nowrap; } }
  .main-nav__sub-link:hover {
    color: #126ac4; }
  .main-nav__sub-link--current {
    color: #126ac4;
    cursor: default; }

/*==============================
site-text
==============================*/
.section-header {
  display: block;
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000000; }
  .section-header a {
    color: #000000;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .section-header a[href]:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .section-header a[href]:hover {
        opacity: 0.7;
        cursor: pointer; } }
  @media (min-width: 768px) {
    .section-header::after {
      content: "";
      display: block;
      width: 16px;
      height: 4px;
      margin-right: auto;
      margin-top: 20px;
      background-color: #f3dd20; } }
  @media (min-width: 768px) {
    .section-header {
      font-size: 30px; } }

.main-header {
  display: block;
  margin: 0;
  padding: 20px;
  border-radius: 50px 0 0 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3dd20), to(#ffffff));
  background-image: linear-gradient(to right, #f3dd20, #ffffff);
  font-size: 20px;
  font-weight: 500;
  color: #000000; }
  @media (min-width: 1170px) {
    .main-header {
      padding-left: 40px;
      font-size: 30px; } }

/*==============================
  chanting
  ==============================*/
.chanting {
  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;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative; }
  .chanting::before, .chanting::after {
    content: "";
    display: block;
    width: 135px;
    height: 115px;
    position: absolute; }
  .chanting::before {
    border-top: 15px solid #126ac4;
    top: 0;
    right: 0; }
    @media (min-width: 576px) {
      .chanting::before {
        border-right: 15px solid #126ac4; } }
  .chanting::after {
    border-bottom: 15px solid #126ac4;
    bottom: 0;
    left: 0; }
    @media (min-width: 576px) {
      .chanting::after {
        border-left: 15px solid #126ac4; } }

.chanting__loud {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1; }
  .chanting__loud b {
    display: block;
    font-size: 40px; }
    @media (min-width: 576px) {
      .chanting__loud b {
        font-size: 110px; } }
  .chanting__loud span {
    display: block; }
  @media (min-width: 576px) {
    .chanting__loud {
      font-size: 24px; } }
  .chanting__loud--text {
    font-weight: 400;
    text-transform: none; }
    @media (min-width: 1170px) {
      .chanting__loud--text {
        font-size: 42px; } }

.chanting__add {
  margin: 0;
  padding-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  position: relative;
  z-index: 1; }
  @media (min-width: 576px) {
    .chanting__add {
      font-size: 25px; } }

/*==============================
phones
==============================*/
.phones__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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .phones__list {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }

.phones__item {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .phones__item {
      padding-bottom: 0; } }
  @media (min-width: 1170px) {
    .phones__item {
      padding-top: 0; } }
  .phones__item:last-of-type .phones__link {
    border-right-color: transparent; }

.phones__link {
  display: block;
  padding: 0 15px;
  border-right: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .phones__link[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .phones__link[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }
  .phones__link strong {
    font-weight: 700; }

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

.chrono__body {
  /*border-bottom: 10px solid $gray02;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.chrono__month {
  max-width: 462px; }

.chrono__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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px; }

.chrono__item {
  padding: 0 10px;
  position: relative; }
  .chrono__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #d9d9d9;
    background-image: url("../img/bg-chrono.svg");
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    bottom: 26px; }

.chrono__content-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;
  padding-bottom: 40px;
  position: relative; }
  .chrono__content-list::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #d9d9d9;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -1px; }
  .chrono__content-list::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    background-color: #cfcfcf;
    -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px; }

.chrono__content__item {
  padding: 2px; }

.chrono__content {
  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;
  width: 150px;
  min-height: 120px;
  padding: 10px;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: z-index, -webkit-box-shadow;
  transition-property: z-index, -webkit-box-shadow;
  transition-property: box-shadow, z-index;
  transition-property: box-shadow, z-index, -webkit-box-shadow;
  position: relative; }
  .chrono__content[href]:hover {
    -webkit-box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 15px 10px rgba(0, 0, 0, 0.1);
    z-index: 2; }

.chrono__img {
  width: 52px;
  height: 52px;
  margin-bottom: 5px;
  border-radius: 50%;
  overflow: hidden; }
  .chrono__img img {
    display: block;
    width: 100%;
    height: auto; }

.chrono__info {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #126ac4;
  text-align: center; }

.chrono__product {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-align: center; }

.chrono__date {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center; }

.chrono__month-name {
  display: block;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #000000; }

.chrono__year {
  padding: 20px 10px 45px;
  text-align: center; }

.chrono__year-number {
  font-size: 12px;
  color: #000000; }

.chrono__legend-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;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 40px 0; }

.chrono__legend-item {
  padding: 10px; }

.chrono__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #000000; }
  .chrono__legend::before {
    content: "";
    width: 16px;
    margin-right: 15px;
    height: 16px;
    border-radius: 50%; }
  .chrono__legend--main-start::before {
    background-color: #126ac4; }
  .chrono__legend--main-end::before {
    background-color: #ec7676; }
  .chrono__legend--test-start::before {
    background-color: #cfcfcf; }
  .chrono__legend--test-end::before {
    background-color: #6a6a6a; }

/*==============================
site-form
==============================*/
.site-form__label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 5px;
  text-align: left;
  position: relative; }
  .site-form__label a {
    color: #126ac4;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .site-form__label a[href]:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .site-form__label a[href]:hover {
        opacity: 0.7;
        cursor: pointer; } }
  .site-form__label span {
    display: inline-block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: color;
    transition-property: color; }
    @media (min-width: 768px) {
      .site-form__label span {
        left: 60px; } }
  .site-form__label:hover span {
    color: #000000; }
  .site-form__label:hover .site-form__input {
    outline: none;
    border-color: #000000;
    color: #000000; }

.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: 10px 10px 10px 0;
  background-color: transparent;
  border-bottom: 1px solid #e1e1e1;
  font-size: 16px;
  color: #6a6a6a;
  -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:focus {
    outline: none;
    border-color: #000000; }

.site-form__textarea textarea {
  height: 40px;
  resize: vertical;
  overflow: hidden;
  margin: 0;
  line-height: 1.4; }

.site-form__select .site-form__input {
  background-image: url("../img/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right -1px top -1px; }
  .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 -1px top -40px; }

.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: 30px;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__checkbox span::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #e1e1e1;
    border-radius: 1px;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0; }
  .site-form__checkbox span::after {
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    border-bottom: 2px solid #6a6a6a;
    border-left: 2px solid #6a6a6a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color, opacity;
    transition-property: border-color, opacity;
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 3px; }

.site-form__checkbox:hover span::before {
  border-color: #000000; }

.site-form__checkbox:hover span::after {
  border-color: #000000; }

.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: 30px;
  position: relative;
  left: auto;
  top: auto; }
  .site-form__radio span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid #e1e1e1;
    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: #6a6a6a;
    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: #000000; }

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

.site-form__file span {
  margin-bottom: 10px; }

.site-form__file .site-form__input {
  display: none; }

.site-form__file::after {
  content: "Выбрать файл";
  display: block;
  width: 180px;
  padding: 15px 10px;
  background-color: transparent;
  border: 1px solid #126ac4;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #126ac4;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  @media (min-width: 768px) {
    .site-form__file::after {
      border-radius: 30px; } }

.site-form__file:hover::after, .site-form__file:active::after {
  opacity: 0.7; }

.site-form__error {
  position: relative; }
  .site-form__error .site-form__input {
    border-color: red;
    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: 10px; }
  .site-form__error:hover .site-form__input {
    outline: none;
    border-color: red; }

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

.site-form__asterix {
  font-size: 18px;
  font-weight: 700;
  color: #126ac4; }

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

/*==============================
process
==============================*/
@media (min-width: 992px) {
  .process {
    padding: 20px 0; } }

.process__headline {
  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: 20px 0; }
  @media (min-width: 992px) {
    .process__headline {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 40px; } }

.process__h {
  display: block;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  color: #000000; }
  @media (min-width: 992px) {
    .process__h {
      padding-right: 30px; } }

.process__desc {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #898989; }
  @media (min-width: 992px) {
    .process__desc {
      padding-right: 30px; } }

.process__tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.process__tab-item {
  padding: 5px; }

.process__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: 0 20px;
  height: 44px;
  border-radius: 44px;
  border: 1px solid #e3f1ff;
  background-color: #f0f5f9;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #87a5c4;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color; }
  .process__btn:focus {
    outline: 0; }
  .process__btn:hover {
    border-color: #126ac4;
    background-color: #126ac4;
    color: #ffffff; }
  .process__btn--current {
    border-color: #126ac4;
    background-color: #126ac4;
    color: #ffffff;
    cursor: default; }

.process__body {
  display: none; }
  .process__body--opened {
    display: block; }

.process__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: process-counter; }
  @media (min-width: 992px) {
    .process__list {
      padding: 0 40px; } }

@media (min-width: 992px) {
  .process__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px; } }

@media (min-width: 992px) {
  .process__row:nth-child(odd) .process__item:nth-child(1)::before {
    width: 100%;
    height: 3px;
    border-left-width: 0;
    border-top: 3px dotted #126ac4;
    top: 60px; } }

@media (min-width: 992px) {
  .process__row:nth-child(odd) .process__item:nth-child(2)::before {
    width: 100%;
    height: 3px;
    border-left-width: 0;
    border-top: 3px dotted #126ac4;
    top: 60px; } }

@media (min-width: 992px) {
  .process__row:nth-child(odd) .process__item:nth-child(3)::before {
    width: 50%;
    height: 100%;
    border-radius: 0 50px 50px 0;
    border: 3px dotted #126ac4;
    border-left-width: 0;
    top: 60px;
    left: 60%; } }

@media (min-width: 992px) {
  .process__row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .process__row:nth-child(even) .process__item:nth-child(1)::before {
      width: 100%;
      height: 3px;
      border-left-width: 0;
      border-top: 3px dotted #126ac4;
      top: 60px;
      left: auto;
      right: 50%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .process__row:nth-child(even) .process__item:nth-child(2)::before {
      width: 100%;
      height: 3px;
      border-left-width: 0;
      border-top: 3px dotted #126ac4;
      top: 60px;
      left: auto;
      right: 50%; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .process__row:nth-child(even) .process__item:nth-child(3)::before {
      width: 50%;
      height: 100%;
      top: 60px;
      left: auto;
      right: 60%;
      border-radius: 50px 0 0 50px;
      border: 3px dotted #126ac4;
      border-right-width: 0; } }

@media (min-width: 992px) {
  .process__row:last-of-type .process__item:last-of-type::before {
    content: none; } }

.process__item {
  display: block;
  padding: 0 20px 40px;
  width: 100%;
  position: relative; }
  .process__item::before {
    content: "";
    width: 3px;
    height: 100%;
    border-left: 3px dotted #126ac4;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 0; }
    @media (min-width: 992px) {
      .process__item::before {
        border-left-width: 0; } }
  .process__item::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #126ac4;
    position: absolute;
    bottom: 30px;
    right: 50%;
    margin-right: -8px;
    z-index: 1; }
    @media (min-width: 992px) {
      .process__item::after {
        content: none; } }
  @media (min-width: 992px) {
    .process__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      width: calc(100% / 3);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.process__content {
  width: 100%;
  padding: 20px 40px;
  background-color: #f3f6ff;
  position: relative; }
  .process__content::before {
    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;
    min-width: 54px;
    height: 54px;
    padding: 0 5px;
    border-radius: 50px;
    background-color: #f3dd20;
    counter-increment: process-counter;
    content: counter(process-counter);
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: -10px;
    left: -10px; }
  @media (min-width: 992px) {
    .process__content::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #126ac4;
      position: absolute;
      top: 53px;
      right: -8px; } }
  @media (min-width: 992px) {
    .process__content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (min-width: 1170px) {
    .process__content {
      width: 300px;
      margin: 0 auto; } }

.process__title {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000; }

.process__subtitle {
  font-size: 13px;
  font-weight: 400;
  color: #767676; }

.process__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #767676; }
  .process__time::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background-image: url("../img/icon-clock-gray.svg"); }

.process__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wraP: wrap;
  padding-tOP: 20px; }
  .process__btn-wrapper .btn {
    min-width: 106px; }

/*==============================
wysiwyg
==============================*/
.wysiwyg {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.5; }
  .wysiwyg h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-align: left; }
    @media (min-width: 768px) {
      .wysiwyg h1 {
        font-size: 40px; } }
    @media (min-width: 1170px) {
      .wysiwyg h1 {
        font-size: 50px; } }
  .wysiwyg h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    text-align: left; }
    @media (min-width: 992px) {
      .wysiwyg h2 {
        font-size: 37px; } }
  .wysiwyg h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: left; }
    @media (min-width: 992px) {
      .wysiwyg h3 {
        font-size: 30px; } }
  .wysiwyg h4 {
    font-size: 18px;
    font-weight: 400;
    color: #6a6a6a; }
    @media (min-width: 992px) {
      .wysiwyg h4 {
        font-size: 30px; } }
  .wysiwyg h5 {
    font-size: 16px;
    font-weight: 400;
    color: #6a6a6a; }
    @media (min-width: 992px) {
      .wysiwyg h5 {
        font-size: 23px; } }
  .wysiwyg h6 {
    font-size: 14px;
    font-weight: 500;
    color: #e2e2e2; }
    @media (min-width: 992px) {
      .wysiwyg h6 {
        font-size: 21px; } }
  .wysiwyg p {
    margin: 10px 0 20px; }
  .wysiwyg a {
    color: #126ac4;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .wysiwyg a:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .wysiwyg a:hover {
        opacity: 0.7; } }
  .wysiwyg b,
  .wysiwyg strong {
    font-weight: 500; }
  .wysiwyg strong {
    color: #126ac4; }
  .wysiwyg i, .wysiwyg em {
    color: #6a6a6a; }
  .wysiwyg blockquote {
    margin: 20px 0;
    padding: 10px 10px 10px 20px;
    background-color: #f3dd20;
    border-left: 7px solid #e2e2e2; }
    @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: 400; }
    .wysiwyg ol li::before {
      counter-increment: ol-counter;
      content: counter(ol-counter) ".";
      height: 20px;
      font-weight: 500;
      text-align: left;
      color: #bac5e9;
      position: absolute;
      top: 0;
      left: 0; }
  .wysiwyg ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #bac5e9;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0; }
  .wysiwyg li {
    padding: 0 0 10px 30px;
    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: #f3f6ff; }
  .wysiwyg tr:nth-child(even) td {
    background-color: #ffffff; }
  .wysiwyg td,
  .wysiwyg th {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    border: 1px solid #e1e1e1; }
    @media (min-width: 992px) {
      .wysiwyg td,
      .wysiwyg th {
        padding: 10px 20px; } }
  .wysiwyg th {
    background-color: #bac5e9;
    color: #ffffff; }
  .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 #9e9e9e; }
    .wysiwyg hr:focus {
      outline: 0; }
  .wysiwyg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0 0; }

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

@media (min-width: 768px) {
  .wysiwyg__float {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px;
    max-width: 30%;
    background-color: #f3f3f3; } }

@media (min-width: 768px) {
  .wysiwyg__wide {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 20px; } }

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

/*==============================
tags
==============================*/
.tags .search {
  min-width: 200px; }

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

.tags__col {
  padding-bottom: 20px; }

.tags__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: 768px) {
    .tags__list {
      padding-RIGHT: 20px; } }

.tags__item {
  padding: 10px; }

.tags__link {
  display: block;
  border-radius: 5px;
  border: 1px solid #126ac4;
  padding: 5px;
  font-size: 12px;
  color: #126ac4;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .tags__link:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .tags__link:hover {
      opacity: 0.7; } }

/*==============================
accordion
==============================*/
.accordion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  border-radius: 4px; }

.accordion__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer; }
  .accordion__link::before {
    content: "+";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1; }

.accordion__item:last-child .accordion__link {
  border-bottom: 0; }

.accordion__item.open .accordion__link {
  background-color: #f3dd20; }
  .accordion__item.open .accordion__link::before {
    content: "-"; }

/* Submenu */
.accordion__sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #f3f3f3;
  font-size: 14px;
  font-weight: 400; }

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

.accordion__sub-link {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #6a6a6a;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .accordion__sub-link[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .accordion__sub-link[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }
  .accordion__sub-link a {
    color: #126ac4;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
    .accordion__sub-link a[href]:active {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .accordion__sub-link a[href]:hover {
        opacity: 0.7;
        cursor: pointer; } }

/*==============================
services
==============================*/
.services {
  padding: 20px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e2e2e2), to(#ffffff));
  background-image: linear-gradient(to top, #e2e2e2, #ffffff); }

.services__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; }

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%; }
  @media (min-width: 768px) {
    .services__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 992px) {
    .services__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      width: calc(100% / 3); } }
  @media (min-width: 992px) {
    .services__item:nth-child(even) {
      background-color: #e2e2e2; } }

.services__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 10px; }

.services__link {
  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;
  width: 100%;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .services__link[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .services__link[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

.services__h {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px 0 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left; }

.services__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  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: 100px;
  height: 100px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #e1eef7;
  border: 10px solid #f3f3f3;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1));
  position: relative; }
  .services__img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .services__img img {
    display: block;
    width: 80%;
    height: auto;
    position: relative; }

.services__info {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px; }

.services__buttons {
  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; }

.services__btn-wrapper {
  width: 150px;
  padding: 10px; }

.services__price {
  display: block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #126ac4; }

.services__num {
  font-size: 25px;
  text-transform: uppercase; }

/*==============================
carousel
==============================*/
.carousel {
  padding: 20px 0; }
  .carousel .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: 60px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url("../img/sprite-slider.svg");
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1; }
    .carousel .slick-arrow:focus {
      outline: 0; }
    .carousel .slick-arrow:hover {
      background-color: rgba(255, 255, 255, 0.6); }
  .carousel .slick-prev {
    background-position: left center;
    left: 0; }
  .carousel .slick-next {
    background-position: right center;
    right: 0; }

.carousel__img {
  display: block;
  height: 200px; }
  .carousel__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*==============================
zoom
==============================*/
.zoom {
  overflow: hidden;
  position: relative; }
  .zoom::before {
    content: "";
    width: 100px;
    height: 100px;
    margin: -30px 0 0 -25px;
    background-image: url("../img/icon-zoom.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: top;
    transition-property: top;
    position: absolute;
    top: -100px;
    left: 50%; }
  .zoom[href]:hover::before {
    top: 50%; }

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

.breadcrumbs__item {
  padding: 5px 60px 5px 0;
  position: relative; }
  .breadcrumbs__item::after {
    content: "";
    width: 14px;
    height: 9px;
    background-image: url("../img/icon-breadcrumbs.svg");
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -3px; }
  .breadcrumbs__item:first-child {
    padding-left: 0; }
  .breadcrumbs__item:last-child .breadcrumbs__link {
    color: #000000;
    cursor: default;
    text-decoration: none; }
    .breadcrumbs__item:last-child .breadcrumbs__link:active, .breadcrumbs__item:last-child .breadcrumbs__link[href]:active {
      opacity: 1; }
    @media (min-width: 768px) {
      .breadcrumbs__item:last-child .breadcrumbs__link:hover, .breadcrumbs__item:last-child .breadcrumbs__link[href]:hover {
        opacity: 1;
        cursor: default; } }
  .breadcrumbs__item:last-child::after {
    display: none; }

.breadcrumbs__link {
  font-size: 14px;
  color: #6a6a6a;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .breadcrumbs__link[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .breadcrumbs__link[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

/*==============================
gallery
==============================*/
.gallery--last {
  padding-bottom: 30px; }

.gallery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gallery__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  height: 300px; }
  @media (min-width: 576px) {
    .gallery__item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 768px) {
    .gallery__item {
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
      width: calc(100% / 3); } }
  @media (min-width: 992px) {
    .gallery__item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }

.gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff; }
  .gallery__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/*==============================
  contacts
  ==============================*/
.contacts {
  position: relative; }
  .contacts iframe {
    display: block;
    border-width: 0; }
  .contacts .phones__link {
    margin-bottom: 20px;
    font-size: 18px; }

@media (min-width: 992px) {
  .contacts__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; } }

@media (min-width: 992px) {
  .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative; } }

.contacts__content {
  padding: 20px 10px; }
  @media (min-width: 992px) {
    .contacts__content {
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 40%;
      height: 100%;
      margin-left: auto;
      background-color: rgba(255, 255, 255, 0.8);
      pointer-events: auto; } }

.contacts__text {
  margin: 10px 0;
  font-size: 16px;
  color: #000000;
  text-ALIGN: center; }

/*==============================
show
==============================*/
.show {
  padding-bottom: 30px; }

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

.show__item {
  padding: 10px; }

.show__link {
  display: block;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .show__link[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .show__link[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

.show__img {
  position: relative; }
  .show__img img {
    display: block;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover; }

.show__info {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(18, 106, 196, 0.8);
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media (min-width: 1170px) {
    .show__info {
      font-size: 30px; } }

.show__text {
  padding: 10px 0;
  font-size: 16px;
  color: #000000; }
  .show__text p {
    margin: 0; }

/*==============================
 offers-intro
  ==============================*/
.offers-intro {
  display: block;
  width: 150px;
  height: 100px;
  padding: 20px;
  border-radius: 0 50px 50px 0;
  background-color: #bac5e9;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: fixed;
  left: 0;
  top: 60%; }
  .offers-intro:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .offers-intro:hover {
      opacity: 0.7; } }
  .offers-intro a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none; }

/*==============================
 offers
  ==============================*/
.offers {
  background-color: #eef5fb;
  background-image: radial-gradient(circle at top center, #d2dfeb 20%, #dde7f1 20%, #dde7f1 35%, #e1eef7 35%, #e1eef7 50%, #e6f0f9 50%, #e6f0f9 65%, #eef5fb 65%);
  position: relative;
  z-index: 1; }

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

.offers__item {
  padding-bottom: 50px; }

.offers__h {
  margin: 0;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1170px) {
    .offers__h {
      font-size: 40px; } }

.offers__sub-h {
  margin: 0;
  border-bottom: 2px solid #bac5e9; }
  .offers__sub-h span {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 50px 50px 0 0;
    background-color: #bac5e9;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff; }

.offers__rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px; }

.offers__element {
  -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;
  padding-right: 40px;
  padding-bottom: 20px;
  position: relative; }
  .offers__element::after {
    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: 40px;
    height: 40px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px; }
    @media (min-width: 1170px) {
      .offers__element::after {
        right: 20px; } }
  @media (min-width: 768px) {
    .offers__element {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 992px) {
    .offers__element {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      width: 25%; } }
  @media (min-width: 1170px) {
    .offers__element {
      padding-right: 80px; } }
  .offers__element:last-of-type {
    padding-right: 0; }
    .offers__element:last-of-type::after {
      display: none; }
    .offers__element:last-of-type .offers__content {
      background-color: #ffffff; }
  .offers__element:nth-last-child(2)::after {
    content: "="; }

.offers__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px; }

.offers__desc {
  margin: 0;
  font-size: 18px; }

.offers__price {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #126ac4; }

.offers__num {
  font-size: 30px;
  text-transform: uppercase; }

.offers__buttons {
  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; }

.offers__btn-wrapper {
  width: 150px;
  padding: 10px; }

/*==============================
offers-action
==============================*/
.offers-action {
  padding: 30px 10px;
  background-color: #ffffff;
  position: relative; }

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

@media (min-width: 1170px) {
  .offers-action__columns {
    background-image: url("../img/bg-offer.svg");
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: center right; } }

.offers-action__img {
  width: 200px;
  margin: 0 auto; }
  .offers-action__img img {
    display: block;
    max-width: 100%;
    height: auto; }

@media (min-width: 768px) {
  .offers-action__headline {
    padding-left: 30px; } }

@media (min-width: 1170px) {
  .offers-action__headline {
    padding-left: 50px; } }

.offers-action__h {
  max-width: 700px;
  font-size: 20px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 768px) {
    .offers-action__h {
      text-align: left; } }
  @media (min-width: 1170px) {
    .offers-action__h {
      font-size: 30px; } }

@media (min-width: 768px) {
  .offers-action__form {
    padding-left: 30px; } }

@media (min-width: 1170px) {
  .offers-action__form {
    padding-left: 50px; } }

.offers-action__form-item {
  padding: 10px 0; }

.offers-action__btn-item {
  padding-top: 20px; }

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

.summary__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #126ac4;
  padding: 20px; }
  @media (min-width: 768px) {
    .summary__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }
  @media (min-width: 1170px) {
    .summary__item {
      -ms-flex-preferred-size: calc(2 * (100% / 3));
          flex-basis: calc(2 * (100% / 3));
      width: calc(2 * (100% / 3)); } }
  .summary__item--add {
    background-color: #f3dd20; }
    .summary__item--add .summary__h {
      color: #000000; }
    @media (min-width: 1170px) {
      .summary__item--add .summary__service-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (min-width: 1170px) {
      .summary__item--add .summary__service-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        width: 100%; } }
    @media (min-width: 1170px) {
      .summary__item--add {
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
        width: calc(100% / 3); } }

.summary__h {
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff; }
  @media (min-width: 1170px) {
    .summary__h {
      font-size: 30px; } }

.summary__service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 1170px) {
    .summary__service-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.summary__service-item {
  padding: 10px 20px;
  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: 1170px) {
    .summary__service-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; } }

.summary__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #ffffff;
  text-align: center; }

.summary__price {
  display: block;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff; }

.summary__num {
  font-size: 30px;
  text-transform: uppercase; }

.summary__desc {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff; }

.summary__add-list {
  list-style: none;
  padding: 0;
  margin: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid #000000;
  text-align: center; }

.summary__add-item {
  padding: 10px; }

.summary__add {
  font-size: 16px;
  color: #000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .summary__add[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .summary__add[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

/*compose*/
/*==============================
site-header
==============================*/
.site-header {
  background-color: #f3f6ff; }
  @media (min-width: 1170px) {
    .site-header {
      background-image: -webkit-gradient(linear, right top, left bottom, from(#f3f6ff), color-stop(30%, transparent)), -webkit-gradient(linear, left top, right top, from(#f3f6ff), to(#ffffff));
      background-image: linear-gradient(to left bottom, #f3f6ff, transparent 30%), linear-gradient(to right, #f3f6ff, #ffffff); } }
  .site-header--inside {
    background-color: #ffffff; }
    @media (min-width: 1170px) {
      .site-header--inside {
        background-image: none; } }

.site-header__main {
  position: relative;
  z-index: 1; }

@media (min-width: 768px) {
  .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; } }

.site-header__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; }
  @media (min-width: 768px) {
    .site-header__col {
      padding-bottom: 0; } }

.site-header__logo {
  display: block;
  max-width: 190px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-header__logo[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .site-header__logo[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }
  .site-header__logo img {
    display: block;
    width: 100%;
    height: auto; }

.site-header__phone-list::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-phone-black.svg"); }
  @media (min-width: 768px) {
    .site-header__phone-list::before {
      margin-bottom: 3px; } }

@media (min-width: 768px) {
  .site-header__phone-list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.site-header__action {
  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; }
  @media (min-width: 1170px) {
    .site-header__action {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 1170px) {
  .site-header__search {
    position: relative; } }

.site-header__search-toggle {
  display: none; }
  @media (min-width: 1170px) {
    .site-header__search-toggle {
      display: block;
      width: 32px;
      height: 32px;
      margin-right: 20px;
      border-radius: 4px;
      border: 1px solid #d9d9d9;
      background-image: url("../img/icon-loupe-black.svg");
      background-position: center;
      font-size: 0;
      cursor: pointer;
      -webkit-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: opacity;
      transition-property: opacity; }
      .site-header__search-toggle:active {
        opacity: 0.7; } }
  @media (min-width: 1170px) and (min-width: 768px) {
    .site-header__search-toggle:hover {
      opacity: 0.7; } }

@media (min-width: 1170px) {
  .site-header__search-wrapper {
    width: 410px;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: height, opacity;
    transition-property: height, opacity;
    opacity: 0;
    position: absolute;
    top: 46px;
    left: -179px; } }

@media (min-width: 1170px) {
  .site-header__search-wrapper--show::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top-width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #126ac4;
    position: absolute;
    top: -3px;
    left: 187px; } }

@media (min-width: 1170px) {
  .site-header__search-wrapper--show {
    height: 70px;
    padding-top: 5px;
    overflow: visible;
    opacity: 1; } }

.site-header__btn {
  width: 175px;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .site-header__btn {
      padding-top: 20px;
      padding-bottom: 0; } }
  @media (min-width: 1170px) {
    .site-header__btn {
      padding-top: 0; } }

@media (min-width: 768px) {
  .site-header__visual-body {
    position: relative; } }

.site-header__visual-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

@media (min-width: 768px) {
  .site-header__chanting {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0; } }

@media (min-width: 992px) {
  .site-header__chanting {
    top: 10%;
    left: 0; } }

@media (min-width: 1500px) {
  .site-header__chanting {
    top: 15%;
    left: 50%;
    margin-left: -600px; } }

.site-header__add {
  background-color: #f3f3f3; }
  @media (min-width: 1170px) {
    .site-header__add {
      padding: 8px 10px; } }

.site-header__headline {
  background-color: #ffffff; }

.site-header__headline-wrapper {
  position: relative; }

@media (min-width: 768px) {
  .site-header__head {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    top: 0;
    left: 0; } }

.site-header__headline-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.site-header__h {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: center; }
  @media (min-width: 768px) {
    .site-header__h::before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background-color: #b9d4ee;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      left: 10px;
      top: 0; } }
  @media (min-width: 992px) {
    .site-header__h::before {
      left: 0;
      top: 5px; } }
  @media (min-width: 768px) {
    .site-header__h span {
      position: relative; } }
  @media (min-width: 576px) {
    .site-header__h {
      font-size: 30px; } }
  @media (min-width: 768px) {
    .site-header__h {
      padding-left: 20px;
      text-align: left;
      position: relative; } }
  @media (min-width: 992px) {
    .site-header__h {
      font-size: 40px; } }

/*ticker site-nav search phones*/
/*==============================
site-footer
==============================*/
.site-footer {
  background-color: #f3f3f3;
  position: relative; }

@media (min-width: 992px) {
  .site-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.site-footer__info {
  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: 20px 10px; }

.site-footer__logo {
  display: block;
  max-width: 190px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .site-footer__logo[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .site-footer__logo[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }
  .site-footer__logo img {
    display: block;
    width: 100%;
    height: auto; }

.site-footer__text {
  margin: 0;
  padding-bottom: 30px;
  font-size: 12px;
  color: #9e9e9e;
  text-align: center; }
  .site-footer__text span {
    display: block;
    text-align: center; }
  @media (min-width: 992px) {
    .site-footer__text span {
      text-align: left; } }

.site-footer__phones {
  padding-bottom: 30px; }

.site-footer__search .search {
  background-color: #e1e1e1;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 992px) {
    .site-footer__search .search {
      width: 290px; } }

.site-footer__search .search__input {
  background-color: #e1e1e1; }

.site-footer__search .search__btn {
  background-color: #9e9e9e; }

.site-footer__nav {
  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; }
  @media (min-width: 768px) {
    .site-footer__nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.site-footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer__nav-list {
      text-align: left; } }

.site-footer__nav-item {
  padding: 10px; }
  @media (min-width: 1170px) {
    .site-footer__nav-item {
      padding: 10px 50px; } }

.site-footer__nav-link {
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color; }
  .site-footer__nav-link[href]:hover {
    color: #126ac4;
    border-bottom-color: #126ac4; }
  .site-footer__nav-link--current {
    color: #126ac4;
    cursor: default; }
    .site-footer__nav-link--current:active, .site-footer__nav-link--current[href]:active {
      opacity: 1; }
    @media (min-width: 768px) {
      .site-footer__nav-link--current:hover, .site-footer__nav-link--current[href]:hover {
        opacity: 1;
        cursor: default; } }

/*search phones*/
/*==============================
  action
  ==============================*/
.action {
  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: 40px 10px;
  background-color: #f3f3f3;
  position: relative; }
  @media (min-width: 1170px) {
    .action::before {
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0; } }
  @media (min-width: 1170px) {
    .action::after {
      content: "";
      display: block;
      width: 40px;
      height: 100%;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      right: 0; } }
  @media (min-width: 1170px) {
    .action {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 50px;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #ffffff), color-stop(25%, #f3f3f3), color-stop(75%, #f3f3f3), color-stop(75%, #ffffff));
      background-image: linear-gradient(to top, #ffffff 25%, #f3f3f3 25%, #f3f3f3 75%, #ffffff 75%); } }
  .action--full-form {
    background-color: #ffffff;
    background-image: none; }

.action__chanting {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px; }
  .action__chanting::before, .action__chanting::after {
    width: 83px;
    height: 65px; }
  @media (min-width: 1170px) {
    .action__chanting {
      margin: 0; } }

.action__text {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  color: #6a6a6a; }
  .action__text p {
    margin: 10px 0; }
  @media (min-width: 1170px) {
    .action__text {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 260px;
      padding: 20px; } }
  @media (min-width: 1500px) {
    .action__text {
      width: auto; } }

.action__form {
  width: 100%;
  max-width: 600px; }
  @media (min-width: 576px) {
    .action__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 58px;
      padding-right: 5px;
      border-radius: 50px;
      border: 1px solid #e1e1e1;
      background-color: #ffffff;
      overflow: hidden; } }

.action__label {
  display: block;
  padding: 10px 0; }
  @media (min-width: 576px) {
    .action__label {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0; } }
  @media (min-width: 576px) {
    .action__label:last-of-type .action__input {
      border-right-width: 0; } }

.action__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 20px;
  background-color: #ffffff;
  font-size: 14px;
  color: #6a6a6a; }
  .action__input:focus {
    outline: 0; }
  @media (min-width: 576px) {
    .action__input {
      border-right: 1px solid #e1e1e1; } }

.action__full-form {
  width: 100%; }
  @media (min-width: 1170px) {
    .action__full-form .site-form__label span {
      padding: 0; } }
  @media (min-width: 1170px) {
    .action__full-form .site-form__input {
      padding: 5px 5px 5px 0; } }
  .action__full-form .site-form__textarea textarea {
    height: 163px; }
  @media (min-width: 1170px) {
    .action__full-form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 40px; } }

.action__form-col {
  padding: 10px; }
  @media (min-width: 1170px) {
    .action__form-col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      padding: 10px 20px; } }

.action__form-item {
  padding-bottom: 10px; }
  .action__form-item .btn {
    min-width: 200px; }

/*btn chanting*/
/*==============================
feed
==============================*/
.feed {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .feed--bricks .feed__columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

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

.feed__col {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .feed__col {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%;
      -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;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .feed__col:nth-of-type(odd) {
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .feed__col:nth-of-type(even) {
      padding-left: 10px; } }

.feed__main-news {
  position: relative; }
  .feed__main-news .feed__tag {
    color: #ffffff; }
  .feed__main-news .feed__date {
    color: #ffffff; }
  @media (min-width: 768px) {
    .feed__main-news {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

.feed__main-content {
  padding: 20px;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .feed__main-content {
      padding: 40px; } }
  @media (min-width: 1170px) {
    .feed__main-content {
      padding-top: 75px;
      padding-left: 80px; } }

.feed__main-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .feed__main-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5); }

.feed__main-h {
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  position: relative; }
  .feed__main-h::before {
    content: "";
    width: 130px;
    height: 3px;
    background-color: #126ac4;
    position: absolute;
    left: -27px;
    bottom: 0; }

.feed__main-text {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff; }
  .feed__main-text p {
    margin: 10px 0; }

.feed__main-btn {
  padding: 20px 0; }
  .feed__main-btn .btn {
    width: 180px; }

.feed__news {
  padding-bottom: 15px; }
  .feed__news:last-of-type {
    padding-bottom: 0; }
  @media (min-width: 768px) {
    .feed__news {
      padding-bottom: 0; } }

.feed__news-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 3px solid #ececec; }

.feed__img {
  display: block;
  width: 100px;
  height: 100px; }
  .feed__img img {
    display: block;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover; }

.feed__content {
  -ms-flex-preferred-size: calc(100% - 100px);
      flex-basis: calc(100% - 100px);
  width: calc(100% - 100px);
  overflow: hidden;
  position: relative; }
  .feed__content::after {
    content: "";
    display: block;
    height: 100%;
    width: 40px;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
    background-image: linear-gradient(to left, #ffffff, transparent);
    position: absolute;
    top: 0;
    right: 0; }

.feed__h {
  width: 100%;
  margin: 5px 0;
  font-size: 15px;
  font-weight: 500; }

.feed__content {
  padding: 15px; }

.feed__date {
  font-size: 12px;
  font-weight: 400;
  color: #6a6a6a; }

.feed__more {
  font-size: 12px;
  font-weight: 400;
  color: #126ac4;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__more[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .feed__more[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

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

.feed__headline-item {
  padding-right: 10px; }

.feed__tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.feed__tag-item {
  padding: 5px; }

.feed__tag {
  font-SIZE: 11px;
  color: #000000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .feed__tag[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .feed__tag[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

/*section-header btn*/
/*==============================
team
==============================*/
.team {
  padding: 20px 0; }
  @media (min-width: 992px) {
    .team--index .team__list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1170px) {
    .team--index .team__chanting {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .team--index {
      padding-bottom: 100px;
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ffffff), color-stop(10%, transparent), color-stop(80%, transparent), color-stop(80%, #ffffff)), -webkit-gradient(linear, right top, left top, color-stop(40%, #f1f1f1), color-stop(40%, #ffffff));
      background-image: linear-gradient(to top, #ffffff 10%, transparent 10%, transparent 80%, #ffffff 80%), linear-gradient(to left, #f1f1f1 40%, #ffffff 40%); } }

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

@media (min-width: 992px) {
  .team__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

.team__list {
  list-style: none;
  padding: 0;
  margin: 0;
  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; }
  @media (min-width: 576px) {
    .team__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.team__item {
  width: 210px; }
  @media (min-width: 576px) {
    .team__item {
      width: 230px;
      padding: 10px; } }
  @media (min-width: 1170px) {
    .team__item {
      width: 290px;
      padding: 10px 50px; } }

.team__info {
  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; }

.team__img img {
  display: block;
  width: 207px;
  height: auto; }

.team__name {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000000; }

.team__action {
  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: 20px 0; }
  .team__action .btn {
    width: 200px; }

.team__legend {
  display: block;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #6a6a6a; }

/*section-header btn chanting*/
/*==============================
marking-time
==============================*/
.marking-time {
  padding: 20px 0;
  background-color: #f3f6ff; }
  @media (min-width: 1170px) {
    .marking-time {
      padding: 0; } }

@media (min-width: 1170px) {
  .marking-time__columns {
    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; } }

.marking-time__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 1170px) {
    .marking-time__header {
      padding: 20px 40px 20px 20px; } }

.marking-time__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px; }
  .marking-time__icon img {
    display: block;
    width: 100%;
    height: auto; }

.marking-time__h {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000000; }
  @media (min-width: 1170px) {
    .marking-time__h {
      margin-right: auto; } }

/*chronology*/
/*==============================
common
==============================*/
.common__desc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.common__desc-item {
  width: 260px;
  padding: 10px; }

.common__content {
  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; }
  .common__content--blue .common__h {
    background-color: #126ac4; }
  .common__content--yellow .common__h {
    background-color: #f3dd20;
    color: #000000; }
  .common__content--red .common__h {
    background-color: #ec7676; }

.common__h {
  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: 200px;
  height: 200px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center; }

.common__text {
  padding: 10px 0;
  font-SIZE: 16px;
  font-weight: 400;
  text-align: center; }

.common__number {
  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: 180px;
  height: 180px;
  padding: 10px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  font-size: 50px; }

/*section-header process*/

/* Django migration layout fix: keep footer at bottom */
html, body {
  height: 100%;
}

.footer-support {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-support__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.site-footer.footer-support__footer {
  margin-top: auto;
}
/*==============================
article
==============================*/
.article {
  padding: 20px 0; }

.article__headline {
  padding: 20px 0; }

.article__date {
  display: block;
  padding-bottom: 20px;
  font-size: 14px;
  color: #000000; }

.article__tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.article__tag-item {
  padding: 0 10px 10px 0; }

.article__tag {
  font-size: 12px;
  color: #126ac4;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }
  .article__tag[href]:active {
    opacity: 0.7; }
  @media (min-width: 768px) {
    .article__tag[href]:hover {
      opacity: 0.7;
      cursor: pointer; } }

/*section-header process*/
