@charset "UTF-8";
/* ********************** */
/* vendors */
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro|Titillium+Web&display=swap");
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0; }

.hljs, .hljs-subst {
  color: #444; }

.hljs-comment {
  color: #888888; }

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
  font-weight: bold; }

.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class, .hljs-quote, .hljs-template-tag, .hljs-deletion {
  color: #880000; }

.hljs-title, .hljs-section {
  color: #880000;
  font-weight: bold; }

.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link, .hljs-selector-attr, .hljs-selector-pseudo {
  color: #BC6060; }

.hljs-literal {
  color: #78A960; }

.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition {
  color: #397300; }

.hljs-meta {
  color: #1f7199; }

.hljs-meta-string {
  color: #4d99bf; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../img/ttps://assets.phalcon.io/phalcon/images/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* base */
/*  основные цвета  */
/*  сбрасывает браузерное отображение элементов т.к. разные браузеры по разному отображают одно и тоже  */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  background-color: transparent; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  padding: 0; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul li {
    margin: 0;
    padding: 0; }

a,
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none; }

a {
  color: #70b599; }

.form-button {
  display: block;
  font-size: 16px;
  color: #273646;
  height: 38px;
  padding: 0 24px;
  line-height: 38px;
  border: 1px solid rgba(39, 54, 70, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all .135s;
  -o-transition: all .135s;
  transition: all .135s; }
  .form-button:hover {
    border: 1px solid rgba(39, 54, 70, 0.3);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }

.green-button {
  display: block;
  width: 161px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #8FC19A;
  color: #fff;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .green-button:hover {
    background-color: rgba(143, 193, 154, 0.7); }

.green-button-light {
  display: block;
  padding: 0 39px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: 500;
  font-style: normal;
  color: #8FC19A;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(143, 193, 154, 0.1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .green-button-light:hover {
    color: #fff;
    background-color: rgba(143, 193, 154, 0.9); }

.black-button {
  display: block;
  padding: 0 35px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #273646;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .black-button:hover {
    background-color: #000; }

@media (max-width: 767px) {
  .black-button {
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    font-size: 12px; } }

.input {
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #273646;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid rgba(39, 54, 70, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .input::-webkit-input-placeholder {
    color: rgba(39, 54, 70, 0.4); }
  .input::-moz-placeholder {
    color: rgba(39, 54, 70, 0.4); }
  .input:-moz-placeholder {
    color: rgba(39, 54, 70, 0.4); }
  .input:-ms-input-placeholder {
    color: rgba(39, 54, 70, 0.4); }
  .input--search {
    padding-left: 40px; }

textarea.input {
  height: 178px;
  resize: none;
  padding: 10px 16px; }

input:focus {
  outline: none;
  border: 1px solid rgba(39, 54, 70, 0.3); }

.input-wrap {
  position: relative; }
  .input-wrap.error input {
    border: 1px solid rgba(225, 82, 82, 0.6); }
  .input-wrap.error .input-wrap__error-icon {
    display: block; }

.input-wrap__error-icon {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 13px;
  line-height: 0; }
  .input-wrap__error-icon svg {
    height: 100%;
    width: 100%; }

.input-wrap__search-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 12px;
  line-height: 0; }
  .input-wrap__search-icon svg {
    height: 100%;
    width: 100%; }

.breadcrumbs {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 32px; }

.breadcrumbs__path {
  color: rgba(39, 54, 70, 0.4); }
  .breadcrumbs__path:after {
    content: ' /'; }

.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px; }

.upload-item {
  margin: 0 10px;
  border: 1px solid rgba(39, 54, 70, 0.1);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
  -webkit-transition: all .135s;
  -o-transition: all .135s;
  transition: all .135s; }
  .upload-item:first-child {
    border: 1px dashed rgba(39, 54, 70, 0.1);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px;
    cursor: pointer; }
    .upload-item:first-child:hover {
      border-color: rgba(39, 54, 70, 0.5); }
  .upload-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.upload__button {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  color: rgba(39, 54, 70, 0.7);
  background: #E5E5E5;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  font-size: 16px; }

.upload__icon {
  margin-bottom: 12px;
  margin: 0 auto;
  width: 80px; }

.upload__input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 20px; } }

/* components */
.header {
  height: 80px;
  background-color: #273646;
  padding: 20px 0;
  color: #fff;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  position: relative;
  z-index: 1; }
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header a {
    color: #fff;
    -webkit-transition: .135s;
    -o-transition: .135s;
    transition: .135s; }
    .header a:hover {
      color: #8FC19A; }

.header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.header__logo {
  margin-right: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__logo a {
    display: block;
    width: 105px;
    height: 43px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-image: url("https://assets.phalconphp.com/phalcon/images/svg/phalcon-logo-white-105x40.svg"); }

.header__sitename {
  height: 18px;
  margin-left: 10px;
  padding: 0 12px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #8FC19A;
  background-color: rgba(143, 193, 154, 0.7);
  font-size: 9px;
  line-height: 18px; }

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px; }
  .header-nav > li {
    margin-right: 30px; }
    .header-nav > li:last-child {
      margin-right: 0; }
    .header-nav > li a {
      color: #fff;
      -webkit-transition: .135s;
      -o-transition: .135s;
      transition: .135s; }
    .header-nav > li.active > a, .header-nav > li:hover > a {
      -webkit-transition: .135s;
      -o-transition: .135s;
      transition: .135s;
      color: #8FC19A; }
    .header-nav > li.expand {
      position: relative; }
      .header-nav > li.expand:hover .header-dropdown-wrapper {
        display: block; }
      .header-nav > li.expand > a::after {
        content: url("https://assets.phalconphp.com/phalcon/images/svg/arrow.svg");
        color: #fff;
        position: relative;
        top: -1px;
        margin-left: 5px; }
  .header-nav--mobile {
    width: 230px;
    height: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    left: -250px;
    z-index: 20;
    background-color: #273646;
    overflow-y: scroll;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .header-nav--mobile::-webkit-scrollbar {
      width: 6px; }
    .header-nav--mobile::-webkit-scrollbar-thumb {
      background: rgba(229, 229, 229, 0.7); }
    .header-nav--mobile.active {
      left: 0;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .header-nav--mobile .header__search {
      display: block;
      width: 184px;
      margin-right: 0;
      margin-bottom: 15px; }
    .header-nav--mobile > ul > li {
      margin-bottom: 15px; }
      .header-nav--mobile > ul > li:last-child {
        margin-bottom: 0; }
    .header-nav--mobile li.extendable .header-dropdown--mobile {
      margin-top: 15px; }
      .header-nav--mobile li.extendable .header-dropdown--mobile__title {
        font-size: 14px; }
      .header-nav--mobile li.extendable .header-dropdown--mobile ul {
        padding-left: 9px;
        font-size: 13px; }
    .header-nav--mobile li.extended .header-dropdown--mobile {
      display: block; }

.header-dropdown {
  z-index: 10;
  background-color: #fff;
  border: 1px solid rgba(229, 229, 229, 0.7);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px; }
  .header-dropdown li {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-dropdown li:last-child {
      margin-bottom: 0; }
    .header-dropdown li.active > a {
      -webkit-transition: .135s;
      -o-transition: .135s;
      transition: .135s;
      color: #8FC19A; }
  .header-dropdown__title {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-style: normal;
    color: #273646;
    padding-top: 10px;
    border-top: 1px solid rgba(229, 229, 229, 0.7); }
    .header-dropdown__title:first-child {
      border-top: 0;
      padding-top: 0; }
  .header-dropdown li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(39, 54, 70, 0.7);
    font-size: 13px;
    -webkit-transition: .135s;
    -o-transition: .135s;
    transition: .135s; }
  .header-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 11px; }
  .header-dropdown--eco {
    min-width: 160px; }
    .header-dropdown--eco > li {
      margin-bottom: 10px; }
    .header-dropdown--eco li a {
      display: inline; }
  .header-dropdown--lang {
    min-width: 180px;
    max-height: 403px;
    overflow-y: auto; }
    .header-dropdown--lang li a {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .header-dropdown--cat {
    min-width: 285px; }
  .header-dropdown__count {
    font-family: 'Titillium Web';
    font-weight: bold;
    font-style: normal;
    font-size: 9px;
    color: #fff;
    background: rgba(39, 54, 70, 0.4);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding: 0 7px;
    height: 17px;
    line-height: 17px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-bottom: 1px;
    -webkit-transition: .135s;
    -o-transition: .135s;
    transition: .135s; }
  .header-dropdown--mobile {
    display: none;
    padding-left: 8px; }
    .header-dropdown--mobile li {
      margin-bottom: 13px; }

.header__search {
  width: 172px;
  height: 30px;
  padding: 0px 15px;
  margin-right: 20px;
  background-color: rgba(229, 229, 229, 0.4);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-size: 12px;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .header__search::-webkit-input-placeholder {
    color: #fff; }
  .header__search::-moz-placeholder {
    color: #fff; }
  .header__search::-ms-input-placeholder {
    color: #fff; }
  .header__search::placeholder {
    color: #fff; }
  .header__search:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    color: rgba(39, 54, 70, 0.7);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .header__search:focus::-webkit-input-placeholder {
      color: rgba(39, 54, 70, 0.7); }
    .header__search:focus::-moz-placeholder {
      color: rgba(39, 54, 70, 0.7); }
    .header__search:focus::-ms-input-placeholder {
      color: rgba(39, 54, 70, 0.7); }
    .header__search:focus::placeholder {
      color: rgba(39, 54, 70, 0.7); }

.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__lang {
  cursor: pointer;
  margin-right: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__lang img {
    width: 20px;
    height: 20px;
    margin-right: 5px; }
  .header__lang:hover {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #8FC19A; }
    .header__lang:hover .header-dropdown-wrapper {
      display: block; }
  .header__lang.expand {
    position: relative; }
    .header__lang.expand:hover .header-dropdown-wrapper {
      display: block; }
    .header__lang.expand:after {
      content: url("https://assets.phalconphp.com/phalcon/images/svg/arrow.svg");
      color: #fff;
      position: relative;
      top: -2px;
      margin-left: 3px; }

.header-nav__burger {
  display: none;
  width: 20px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0;
  margin-right: 10px; }
  .header-nav__burger span {
    -webkit-transition: ease all .135s;
    -o-transition: ease all .135s;
    transition: ease all .135s;
    display: block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 1px;
            border-radius: 1px;
    background-color: #fff;
    position: relative; }
  .header-nav__burger.active span:nth-child(2) {
    display: none; }
  .header-nav__burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 7px; }
  .header-nav__burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 7px; }

.header__github {
  margin-right: 10px; }
  .header__github a {
    display: block;
    height: 20px; }

.header__discord a {
  display: block;
  height: 22px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .header {
    height: 66px;
    padding: 13px 0;
    font-size: 13px; }
  .header__logo a {
    width: 34px;
    height: 39px;
    background-image: url("https://assets.phalconphp.com/phalcon/images/svg/phalcon-logo-35x39.svg"); }
  .header__search {
    width: 110px; }
  .header-nav {
    margin-right: 28px; }
    .header-nav > li {
      margin-right: 20px; }
      .header-nav > li.expand > a::after {
        top: 0; }
  .header__right {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__github a {
    height: 20px; } }

@media (max-width: 767px) {
  .header-nav, .header__search, .header__lang {
    display: none; }
  .header-nav__burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1024px) {
  .container {
    width: 958px; } }

@media (min-width: 1280px) {
  .container {
    width: 1200px;
    padding-left: 10px;
    padding-right: 10px; }
    .container--short {
      width: 917px;
      padding-left: 0;
      padding-right: 0; } }

.footer {
  background: rgba(229, 229, 229, 0.4);
  padding-top: 20px;
  padding-bottom: 27px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  font-size: 16px; }

.footer-nav {
  margin: 0 auto;
  max-width: 100%;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }
  .footer-nav li {
    margin: 0 15px;
    -webkit-transition: .135s;
    -o-transition: .135s;
    transition: .135s;
    border-bottom: 1px solid transparent; }
    .footer-nav li a {
      color: #000; }
    .footer-nav li:hover {
      -webkit-transition: .135s;
      -o-transition: .135s;
      transition: .135s;
      border-bottom: 1px solid #000; }

.footer__license {
  text-align: center;
  line-height: 23px;
  color: rgba(39, 54, 70, 0.7);
  margin-bottom: 17px; }

.footer__supported {
  color: rgba(39, 54, 70, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer__supported span {
    margin-right: 13px; }

@media (max-width: 767px) {
  .footer-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer-nav li {
      line-height: 23px; } }

.phalcon-blog {
  padding: 50px 0;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal; }

.phalcon-blog .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.phalcon-blog__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.phalcon-blog__right {
  width: 350px;
  top: 10px;
  margin-left: 20px; }

.phalcon-blog__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px; }

.phalcon-blog__item-content {
  width: 100%; }

.phalcon-blog__item-img {
  display: block;
  width: 180px;
  height: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 20px;
  text-align: center;
  position: relative; }
  .phalcon-blog__item-img img {
    width: 100%;
    height: 100%;
    max-width: 350px;
    -o-object-fit: cover;
       object-fit: cover; }
  .phalcon-blog__item-img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(229, 229, 229, 0.5); }

.phalcon-blog__item-title {
  font-family: 'Titillium Web';
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 25px;
  margin-bottom: 5px; }
  .phalcon-blog__item-title a {
    color: #273646; }

.phalcon-blog__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #68727e;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 17px; }

.phalcon-blog__item-date {
  margin-right: 22px;
  position: relative; }
  .phalcon-blog__item-date:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #68727e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: -12px;
    top: 7px; }

.phalcon-blog__item-article {
  font-size: 14px;
  color: #68727e;
  margin-bottom: 11px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px; }
  .phalcon-blog__item-article p {
    margin: 0;
    line-height: 20px; }
  .phalcon-blog__item-article a {
    color: #385B56;
    line-height: 23px;
    font-size: 16px;
    border-bottom: 1px solid #385B56;
    -webkit-transition: all .125s;
    -o-transition: all .125s;
    transition: all .125s; }
    .phalcon-blog__item-article a:hover {
      border-bottom-color: transparent; }

.phalcon-blog__item-read-more {
  font-size: 14px;
  color: #385B56;
  border-bottom: 1px solid #385B56;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s; }
  .phalcon-blog__item-read-more:hover {
    border-bottom-color: transparent; }

.phalcon-blog__main-title {
  text-transform: uppercase;
  font-family: 'Titillium Web';
  font-weight: 100;
  font-style: normal;
  margin-bottom: 30px; }

.phalcon-blog__last-article .phalcon-blog__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 30px; }

.phalcon-blog__last-article .phalcon-blog__item-img {
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 10px; }
  .phalcon-blog__last-article .phalcon-blog__item-img:after {
    display: none; }

.phalcon-blog__right-item {
  margin-bottom: 35px; }

.phalcon-blog__sponsors-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px; }

.phalcon-blog__title {
  margin-bottom: 15px;
  font-size: 18px;
  height: 20px; }

.phalcon-blog__sponsors-item {
  -webkit-flex-basis: -webkit-calc(50% - 15px);
      -ms-flex-preferred-size: calc(50% - 15px);
          flex-basis: calc(50% - 15px);
  max-width: -webkit-calc(50% - 15px);
  max-width: calc(50% - 15px);
  display: block;
  height: 60px;
  padding: 13px 14px;
  margin-bottom: 15px;
  border: 1px solid rgba(39, 54, 70, 0.4);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .phalcon-blog__sponsors-item span {
    color: #385B56;
    border-bottom: 1px solid #385B56;
    font-size: 20px;
    line-height: 23px;
    -webkit-transition: all .125s;
    -o-transition: all .125s;
    transition: all .125s; }
    .phalcon-blog__sponsors-item span:hover {
      border-bottom-color: transparent; }
  .phalcon-blog__sponsors-item img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .phalcon-blog__sponsors-item:hover {
    border-color: #273646; }

.phalcon-blog__tags-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.phalcon-blog__tags-item {
  padding: 5px 12px;
  font-size: 10px;
  color: #68727e;
  border: 1px solid rgba(39, 54, 70, 0.1);
  margin-right: 13px;
  margin-bottom: 13px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s; }
  .phalcon-blog__tags-item span:first-child {
    font-size: 14px;
    color: #273646;
    margin-right: 3px;
    -webkit-transition: all .125s;
    -o-transition: all .125s;
    transition: all .125s;
    text-transform: capitalize; }
  .phalcon-blog__tags-item span:last-child {
    font-weight: 700; }
  .phalcon-blog__tags-item:hover {
    background-color: #273646;
    color: #fff; }
    .phalcon-blog__tags-item:hover span {
      color: #fff; }

.phalcon-blog__jobs-item {
  border: 1px solid rgba(39, 54, 70, 0.4);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 14px;
  display: block;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s;
  margin-bottom: 5px; }
  .phalcon-blog__jobs-item:hover {
    border-color: #273646; }
    .phalcon-blog__jobs-item:hover .phalcon-blog__jobs-item-name {
      color: #273646; }
    .phalcon-blog__jobs-item:hover .phalcon-blog__jobs-item-info {
      color: rgba(39, 54, 70, 0.7); }

.phalcon-blog__jobs-item-name {
  color: rgba(39, 54, 70, 0.7);
  line-height: 22px;
  font-size: 16px;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s; }

.phalcon-blog__jobs-item-info {
  line-height: 17px;
  font-size: 12px;
  color: rgba(39, 54, 70, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s; }

.phalcon-blog__jobs-items {
  margin-bottom: 15px; }

.phalcon-blog__jobs-item-company {
  position: relative;
  margin-right: 14px;
  margin-bottom: 5px; }
  .phalcon-blog__jobs-item-company:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background-color: rgba(39, 54, 70, 0.4);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: -8px;
    top: 9px; }

@media (max-width: 1439px) {
  .phalcon-blog__right {
    width: 280px;
    margin-left: 20px; }
  .phalcon-blog__sponsors-items {
    margin-right: -10px; }
  .phalcon-blog__sponsors-item {
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px); } }

.phalcon-blog__projects-text {
  color: #68727e;
  font-size: 16px;
  line-height: 23px; }
  .phalcon-blog__projects-text a {
    color: #385B56;
    line-height: 23px;
    font-size: 16px;
    border-bottom: 1px solid #385B56;
    -webkit-transition: all .125s;
    -o-transition: all .125s;
    transition: all .125s; }
    .phalcon-blog__projects-text a:hover {
      border-bottom-color: transparent; }

@media (max-width: 1023px) {
  .phalcon-blog .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .phalcon-blog__main {
    width: 100%; }
  .phalcon-blog__right {
    width: 100%;
    margin-left: 0; }
  .phalcon-blog__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .phalcon-blog__item-img {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media (max-width: 767px) {
  .phalcon-blog__item-article {
    -webkit-line-clamp: 6; } }

/* blog page */
.phalcon-blog-detail__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  color: #68727e;
  margin-bottom: 10px; }

.phalcon-blog-detail__date {
  margin-right: 22px;
  margin-bottom: 5px;
  position: relative; }
  .phalcon-blog-detail__date:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #68727e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: -12px;
    top: 7px; }

.phalcon-blog-detail__author {
  margin-right: 22px;
  margin-bottom: 5px;
  position: relative; }
  .phalcon-blog-detail__author:nth-child(2):after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background-color: #68727e;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: -12px;
    top: 7px; }
  .phalcon-blog-detail__author:last-child:after {
    display: none; }

.phalcon-blog-detail {
  margin-bottom: 35px; }
  .phalcon-blog-detail table {
    margin-top: 10px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
    table-layout: fixed;
    overflow: auto; }
    .phalcon-blog-detail table thead {
      font-family: 'Titillium Web';
      font-weight: 700;
      font-style: normal;
      line-height: 23px;
      font-size: 16px;
      color: #273646; }
    .phalcon-blog-detail table tfoot {
      color: #68727e; }
    .phalcon-blog-detail table tbody {
      color: #273646; }
    .phalcon-blog-detail table td {
      border: 1px solid rgba(39, 54, 70, 0.4);
      padding: 8px 14px;
      min-width: 150px; }
  .phalcon-blog-detail blockquote {
    display: block;
    -webkit-margin-before: 0em;
            margin-block-start: 0em;
    -webkit-margin-after: 0em;
            margin-block-end: 0em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px; }
  .phalcon-blog-detail h1,
  .phalcon-blog-detail h2 {
    font-size: 28px;
    color: #273646;
    line-height: normal;
    margin: 0;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-style: normal; }
  .phalcon-blog-detail h3 {
    font-size: 25px;
    margin: 12px 0;
    line-height: 36px;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-style: normal; }
  .phalcon-blog-detail h4 {
    font-size: 18px;
    margin: 6px 0;
    color: #273646; }
  .phalcon-blog-detail iframe {
    max-width: 100%; }
  .phalcon-blog-detail img {
    max-width: 100%;
    margin-bottom: 10px; }
  .phalcon-blog-detail .post-img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
       object-fit: cover; }
  .phalcon-blog-detail p {
    margin: 0;
    margin-bottom: 10px;
    line-height: 23px;
    font-size: 16px;
    color: #273646;
    font-family: 'Titillium Web';
    font-weight: 400;
    font-style: normal; }
  .phalcon-blog-detail a {
    color: #385B56;
    line-height: 23px;
    font-size: 16px;
    border-bottom: 1px solid #385B56;
    -webkit-transition: all .125s;
    -o-transition: all .125s;
    transition: all .125s; }
    .phalcon-blog-detail a:hover {
      border-bottom-color: transparent; }
  .phalcon-blog-detail pre {
    display: block;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-bottom: 0;
    line-height: 0px;
    margin-top: 0;
    margin-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden; }
    .phalcon-blog-detail pre code {
      word-break: normal;
      word-wrap: normal; }
  .phalcon-blog-detail code {
    white-space: pre-wrap;
    background-color: transparent;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Source Code Pro';
    font-weight: 400;
    font-style: normal;
    color: #CB2F2F; }
  .phalcon-blog-detail ul {
    margin-bottom: 25px;
    margin-top: 10px;
    padding-left: 30px;
    color: rgba(39, 54, 70, 0.7);
    display: block;
    max-width: 100%;
    overflow: hidden; }
    .phalcon-blog-detail ul li {
      margin-bottom: 8px;
      line-height: 23px;
      font-size: 16px;
      max-width: 100%;
      list-style-type: disc;
      word-break: break-all;
      word-wrap: break-word; }
  .phalcon-blog-detail ol {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin-bottom: 25px;
    margin-top: 10px;
    max-width: 100%;
    padding-left: 20px;
    color: #273646; }
    .phalcon-blog-detail ol li {
      margin-bottom: 8px;
      line-height: 23px;
      font-size: 16px;
      max-width: 100%; }
  .phalcon-blog-detail .phalcon-blog-detail__author a {
    font-size: 12px;
    line-height: 12px; }
  .phalcon-blog-detail .headline {
    margin-bottom: 10px; }
  .phalcon-blog-detail .hljs {
    color: #fff;
    display: block;
    overflow-x: auto;
    background: #273646;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 14px;
    min-height: 49px;
    width: 100%;
    line-height: 21px; }
  .phalcon-blog-detail .hljs-built_in,
  .phalcon-blog-detail .hljs-string,
  .phalcon-blog-detail .hljs-template-variable {
    color: #F2C94C; }
  .phalcon-blog-detail .hljs-keyword,
  .phalcon-blog-detail .hljs-selector-tag,
  .phalcon-blog-detail .hljs-name,
  .phalcon-blog-detail .hljs-attr {
    color: #EB5757; }
  .phalcon-blog-detail .hljs-code,
  .phalcon-blog-detail .hljs-title,
  .phalcon-blog-detail .hljs-section,
  .phalcon-blog-detail .hljs-selector-class {
    color: #6FCF97; }

@media (max-width: 768px) {
  .phalcon-blog-detail table {
    display: block; } }

/** Blog Search **/
.aa-input-container {
  display: inline-block;
  position: relative; }

.aa-input-search {
  width: 300px;
  padding: 12px 28px 12px 12px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.aa-input-search::-webkit-search-decoration, .aa-input-search::-webkit-search-cancel-button,
.aa-input-search::-webkit-search-results-button, .aa-input-search::-webkit-search-results-decoration {
  display: none; }

.aa-input-icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  fill: #e4e4e4;
  pointer-events: none; }

.aa-dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(228, 228, 228, 0.6);
  width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.aa-suggestion {
  padding: 6px 12px;
  cursor: pointer; }

.aa-suggestions-category {
  border-bottom: 1px solid rgba(228, 228, 228, 0.6);
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  padding: 6px 12px; }

.aa-dropdown-menu > div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #000; }

.aa-empty {
  padding: 6px 12px; }

@media (max-width: 767px) {
  .aa-dropdown-menu {
    width: 100%; } }

@media (max-width: 1023px) {
  .aa-dropdown-menu {
    width: 180px;
    margin-top: 10px; } }

@media (max-width: 1439px) {
  .aa-dropdown-menu {
    width: 280px;
    margin-top: 10px; } }

/* builtwith/add project pages */
.buildwith {
  padding: 50px 0;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal; }

.buildwith-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.buildwith__devider {
  padding: 0;
  margin: 0;
  margin-bottom: 27px;
  border: 1px solid rgba(39, 54, 70, 0.1);
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.buildwith-nav__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 115px;
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  color: rgba(39, 54, 70, 0.7);
  background: rgba(229, 229, 229, 0.4);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: all .135s;
  -o-transition: all .135s;
  transition: all .135s; }
  .buildwith-nav__add span {
    margin-right: 5px; }
  .buildwith-nav__add:hover {
    background: rgba(143, 193, 154, 0.9);
    color: #fff; }
    .buildwith-nav__add:hover svg path {
      fill: #fff; }

.buildwith-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .buildwith-nav__list li {
    color: #273646;
    position: relative; }
    .buildwith-nav__list li.active hr, .buildwith-nav__list li:hover hr {
      width: 100%;
      border: 1px solid rgba(39, 54, 70, 0.7); }
  .buildwith-nav__list a {
    display: block;
    color: #273646;
    padding: 10px 20px; }
  .buildwith-nav__list hr {
    margin: 0;
    padding: 0;
    border-width: 0;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.buildwith-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px 10px -10px; }

.buildwith-item {
  -webkit-flex-basis: -webkit-calc(100% / 3);
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 10px;
  margin-bottom: 33px; }

.buildwith-item__img {
  width: 100%;
  height: 230px;
  border: 1px solid #E5E5E5;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  overflow: hidden; }
  .buildwith-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.buildwith-item__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.buildwith-item__name {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 22px; }

.buildwith-item__date {
  font-size: 14px;
  line-height: 19px;
  color: rgba(39, 54, 70, 0.4); }

.buildwith-item__link {
  display: block;
  color: rgba(39, 54, 70, 0.4); }

.bw-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(39, 54, 70, 0.1); }

.bw-pagination__turn {
  color: #385B56;
  border-bottom: 1px solid #385B56;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s;
  line-height: 23px; }
  .bw-pagination__turn:hover {
    border-bottom-color: transparent; }
  .bw-pagination__turn.disabled {
    color: rgba(39, 54, 70, 0.4);
    border-bottom: none;
    cursor: not-allowed; }

.bw-pagination__page {
  color: rgba(39, 54, 70, 0.7); }

@media (max-width: 1439px) {
  .buildwith-item__img {
    height: 224px; } }

@media (max-width: 1023px) {
  .buildwith-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media (max-width: 767px) {
  .buildwith {
    padding: 20px 0; }
  .buildwith-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; }
  .buildwith-item__img {
    height: 184px; }
  .buildwith__devider {
    margin-bottom: 10px; }
  .buildwith-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .buildwith-nav__list {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    .buildwith-nav__list a {
      padding: 0 10px 14px 10px; }
  .buildwith-nav__add {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 15px; } }

.add-project {
  padding: 50px 0;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  font-size: 14px; }
  .add-project .form-button {
    margin-left: 200px; }

.project-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px; }
  .project-data--big .project-data__title {
    margin-top: 0; }
  .project-data--big .project-data__value {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .project-data--big .project-data__error-text {
    margin-top: 10px; }

.project-data__title {
  -webkit-flex-basis: 200px;
      -ms-flex-preferred-size: 200px;
          flex-basis: 200px;
  max-width: 200px;
  margin-top: 11px;
  color: rgba(39, 54, 70, 0.4);
  text-transform: uppercase; }

.project-data__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .project-data__value .input-wrap {
    -webkit-flex-basis: 450px;
        -ms-flex-preferred-size: 450px;
            flex-basis: 450px;
    max-width: 450px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .project-data__value .input-wrap.error + .project-data__error-text {
      display: inline; }

.project-data__error-text {
  display: none;
  margin-left: 10px;
  color: #E15252; }

.tags {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px -5px -7px; }

.tag {
  margin: 0 5px 7px;
  padding: 0 12px;
  height: 25px;
  background-color: #D2E6D7;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.tag__text {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  color: rgba(56, 91, 86, 0.7);
  margin-right: 10px; }

.tag__icon {
  line-height: 0; }

@media (max-width: 1023px) {
  .project-data__error-text {
    margin-left: 0;
    margin-top: 5px; } }

@media (max-width: 767px) {
  .project-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px; }
  .project-data__title {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0; }
  .project-data__value {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
    .project-data__value .input-wrap {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
  .add-project {
    padding: 20px 0; }
    .add-project .form-button {
      margin-left: 0; } }

/* docs page */
.phalcon-blog_documentation {
  position: relative; }

.phalcon-blog-detail_documetation {
  position: relative; }
  .phalcon-blog-detail_documetation p {
    color: rgba(39, 54, 70, 0.7);
    margin-bottom: 15px; }
  .phalcon-blog-detail_documetation h2,
  .phalcon-blog-detail_documetation h3,
  .phalcon-blog-detail_documetation h4 {
    color: #273646;
    font-weight: 600;
    line-height: normal;
    position: relative;
    margin: 0;
    margin-bottom: 3px; }
    .phalcon-blog-detail_documetation h2:before,
    .phalcon-blog-detail_documetation h3:before,
    .phalcon-blog-detail_documetation h4:before {
      position: relative;
      content: '# ';
      font-size: 1em;
      color: #8FC19A; }
  .phalcon-blog-detail_documetation h1,
  .phalcon-blog-detail_documetation h2 {
    font-size: 20px;
    margin-bottom: 12px; }
  .phalcon-blog-detail_documetation h3 {
    font-size: 18px;
    margin-bottom: 10px; }
  .phalcon-blog-detail_documetation h4 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px; }
  .phalcon-blog-detail_documetation h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 6px; }
  .phalcon-blog-detail_documetation div.highlighter-rouge {
    margin-top: 19px;
    margin-bottom: 19px; }
  .phalcon-blog-detail_documetation code {
    background-color: #F5F5F5;
    color: #385B56;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .phalcon-blog-detail_documetation table {
    margin-top: 29px;
    margin-bottom: 26px; }
    .phalcon-blog-detail_documetation table th {
      background-color: rgba(39, 54, 70, 0.1);
      padding-top: 14px;
      padding-bottom: 16px;
      text-align: left;
      padding-left: 14px; }
    .phalcon-blog-detail_documetation table td {
      border: none;
      border-bottom: 1px solid rgba(39, 54, 70, 0.1);
      background-color: rgba(229, 229, 229, 0.1);
      font-size: 14px;
      padding-top: 12px;
      padding-bottom: 12px; }
    .phalcon-blog-detail_documetation table td,
    .phalcon-blog-detail_documetation table th {
      border-right: 1px solid rgba(39, 54, 70, 0.1); }
      .phalcon-blog-detail_documetation table td:last-child,
      .phalcon-blog-detail_documetation table th:last-child {
        border-right: none; }
        .phalcon-blog-detail_documetation table td:last-child a,
        .phalcon-blog-detail_documetation table th:last-child a {
          word-break: break-all; }
    .phalcon-blog-detail_documetation table tr:last-child td {
      border-bottom: none; }
    .phalcon-blog-detail_documetation table code {
      font-size: 14px; }

.documentation-nav-wr {
  position: -webkit-sticky;
  position: sticky; }

.documentation-nav {
  background: rgba(229, 229, 229, 0.4);
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 14px;
  max-height: 90vh;
  overflow: auto;
  margin-bottom: 0; }

.documentation-nav-item__label {
  color: #273646;
  padding-top: 11px;
  padding-bottom: 12px;
  display: block;
  width: 100%;
  padding-left: 33px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 10px; }
  .documentation-nav-item__label:hover {
    color: #FFFFFF;
    background-color: #273646; }
    .documentation-nav-item__label:hover svg {
      fill: #fff;
      fill-opacity: 1; }

.documentation-nav-item__label-icon {
  position: absolute;
  left: 20px;
  top: 10px; }
  .documentation-nav-item__label-icon svg {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.documentation-nav-item__label_opened {
  color: #FFFFFF;
  background-color: #273646; }
  .documentation-nav-item__label_opened svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #fff;
    fill-opacity: 1; }

.documentation-nav-item__sublist {
  background-color: rgba(229, 229, 229, 0.7);
  display: none; }

.documentation-nav-item__sublist-link {
  color: rgba(39, 54, 70, 0.7);
  padding-left: 42px;
  padding-top: 11px;
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px; }
  .documentation-nav-item__sublist-link:hover {
    color: #273646; }

.documentation-nav-item__sublist-item {
  position: relative; }
  .documentation-nav-item__sublist-item:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-color: #273646;
    display: block;
    color: #273646;
    line-height: 0;
    left: 33px;
    top: 0;
    bottom: 0;
    top: 50%;
    margin-top: -2px; }

.documentation-nav-item__sublist-link_active {
  border-left: 2px solid #8FC19A;
  padding-left: 40px; }

.doc-article-nav-wr {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-bottom: 30px;
  padding-top: 50px; }

.doc-article-nav-items {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  max-height: -webkit-calc(100vh - 40px);
  max-height: calc(100vh - 40px);
  height: 100%; }

.doc-article-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .doc-article-nav-items:hover .doc-article-nav-markers {
    opacity: 0; }
  .doc-article-nav-items:hover .doc-article-nav-list {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.doc-article-nav-markers {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.doc-article-nav-markers__item {
  height: 2px;
  background-color: rgba(39, 54, 70, 0.4);
  width: 20px;
  margin-bottom: 25px;
  -webkit-transition: all .135s;
  -o-transition: all .135s;
  transition: all .135s; }
  .doc-article-nav-markers__item.active {
    background-color: #8FC19A;
    height: 4px; }
  .doc-article-nav-markers__item:last-child {
    margin-bottom: 0 !important; }

.doc-article-nav-markers__item_main {
  width: 30px; }

.doc-article-nav-markers__item_sub-item {
  width: 10px; }

.doc-article-nav-list {
  position: absolute;
  left: 0;
  background-color: #fff;
  max-width: 296px;
  border: 1px solid rgba(39, 54, 70, 0.1);
  border-left: transparent;
  -webkit-border-radius: 0px 3px 3px 0px;
          border-radius: 0px 3px 3px 0px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  max-height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow: auto; }
  .doc-article-nav-list:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.doc-article-nav-list-link {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #273646;
  display: block;
  max-width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 28px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .135s;
  -o-transition: color .135s;
  transition: color .135s; }
  .doc-article-nav-list-link.active, .doc-article-nav-list-link:hover {
    color: #8FC19A; }
  .doc-article-nav-list-link:last-child {
    padding-bottom: 24px; }

.doc-article-nav-list-link_sub-item {
  padding-left: 40px; }

.doc-article-nav-list-label {
  font-size: 14px;
  line-height: normal;
  color: rgba(39, 54, 70, 0.4);
  padding-top: 23px;
  padding-bottom: 3px;
  padding-left: 20px;
  text-transform: uppercase; }

@media (max-width: 1023px) {
  .doc-article-nav-wr {
    display: none; }
  .documentation-nav-wr {
    position: relative;
    top: 0; } }

/* main page */
.base-info {
  background-color: rgba(229, 229, 229, 0.1);
  min-height: 630px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 56px; }
  .base-info .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.base-info__left {
  width: 566px; }

.base-info__title {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  color: #273646;
  font-size: 45px;
  line-height: 54px;
  margin: 0 0 8px; }

.base-info-descr {
  color: rgba(39, 54, 70, 0.7);
  margin-bottom: 70px; }

.base-info-descr__first {
  font-size: 20px;
  line-height: 24px; }

.base-info-descr__devider {
  display: block;
  height: 1px;
  width: 180px;
  margin: 15px 0;
  border: 0;
  background-color: #e5e5e5; }

.base-info-descr__second {
  font-size: 16px;
  line-height: 24px; }

.base-info__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .base-info__buttons .green-button:not(:last-child) {
    margin-right: 20px; }

.base-info__right {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: 40px auto 0; }

.base-info-features {
  color: #fff;
  position: relative; }

.base-info-features__title {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px; }

.base-info-features__list-wrap {
  width: 369px;
  height: 461px;
  padding: 22px 35px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background-color: #273646; }

.base-info-features__list li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 16px; }
  .base-info-features__list li:before {
    content: '';
    background-image: url("https://assets.phalcon.io/phalcon/images/svg/check.svg");
    -webkit-background-size: cover;
            background-size: cover;
    width: 9px;
    height: 7px;
    margin-right: 16px; }

.base-info-features__img {
  width: 732px;
  height: 358px;
  position: absolute;
  bottom: -36.6%;
  left: -63.1%; }
  .base-info-features__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 1279px) {
  .base-info {
    min-height: 575px; }
  .base-info__left {
    width: 546px; }
  .base-info__title {
    font-size: 44px;
    line-height: 50px; }
  .base-info-descr {
    margin-bottom: 50px; }
  .base-info-descr__first {
    font-size: 19px;
    line-height: 22px; }
  .base-info-descr__second {
    font-size: 15px;
    line-height: 22px; }
  .base-info-features__list-wrap {
    width: 329px;
    height: 414px; }
  .base-info-features__img {
    width: 562px;
    height: 271px;
    bottom: -36.6%;
    left: -46.1%; } }

@media (max-width: 1140px) {
  .base-info-features__img {
    left: -51.1%; } }

@media (max-width: 1023px) {
  .base-info {
    margin-bottom: 30px;
    min-height: 436px; }
  .base-info__left {
    width: 373px; }
  .base-info__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 7px; }
  .base-info-descr {
    margin-bottom: 50px; }
  .base-info-descr__first {
    color: #273646;
    font-size: 13px;
    line-height: 16px; }
  .base-info-descr__devider {
    margin: 10px 0; }
  .base-info-descr__second {
    font-size: 11px;
    line-height: 13.5px; }
  .base-info__right {
    margin: 34px auto 0; }
  .base-info__buttons .green-button {
    width: 127px;
    height: 38px;
    line-height: 38px;
    font-size: 13px; }
  .base-info-features__list-wrap {
    width: 243px;
    height: 373px;
    padding: 15px 17px; }
  .base-info-features__title {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 8px; }
  .base-info-features__list li {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 4px; }
    .base-info-features__list li:before {
      width: 8px;
      height: 6px;
      margin-right: 7px; }
  .base-info-features__img {
    width: 386px;
    height: 196px;
    bottom: -14%;
    left: -38.1%; } }

@media (max-width: 767px) {
  .base-info {
    padding: 30px 0;
    margin-bottom: 20px;
    min-height: unset; }
    .base-info .container {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .base-info__right, .base-info-descr__devider, .base-info-descr__second {
    display: none; }
  .base-info__left {
    width: 270px;
    text-align: center; }
  .base-info__title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px; }
  .base-info-descr {
    margin-bottom: 18px; }
  .base-info-descr__first {
    font-size: 12px;
    line-height: 14px; }
  .base-info__buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .base-info__buttons .green-button:not(:last-child) {
      margin-right: 0; } }

.sponsors {
  margin-bottom: 56px; }
  .sponsors hr {
    padding: 0;
    margin: 20px 0 15px;
    border: 1px solid rgba(39, 54, 70, 0.1);
    -webkit-border-radius: 2px;
            border-radius: 2px; }

.sponsors__title {
  font-family: 'Titillium Web';
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  line-height: 24px;
  color: #273646;
  margin-bottom: 40px; }

.sponsors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .sponsors__list--openc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.sponsors__item {
  height: 25px; }
  .sponsors__item img, .sponsors__item svg {
    height: 100%; }

@media (max-width: 1023px) {
  .sponsors {
    margin-bottom: 30px; }
  .sponsors__title {
    font-size: 17px;
    line-height: 18px;
    margin-bottom: 30px; }
  .sponsors__item {
    height: 20px; } }

@media (max-width: 767px) {
  .sponsors__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center; }
  .sponsors__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 270px;
    margin: 0 auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .sponsors__item {
    height: 15px;
    margin: 0 10px 15px; } }

.features {
  margin-bottom: 100px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal; }

.features-nav {
  height: 60px;
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  border-bottom: 1px solid rgba(229, 229, 229, 0.5); }
  .features-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.features-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: rgba(39, 54, 70, 0.7);
  height: 100%; }
  .features-nav__list li {
    position: relative;
    margin-right: 40px;
    cursor: pointer; }
    .features-nav__list li span {
      display: block;
      padding: 20px 0; }
    .features-nav__list li.active, .features-nav__list li:hover {
      color: #273646;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .features-nav__list li.active hr, .features-nav__list li:hover hr {
        width: 100%;
        height: 3px; }
  .features-nav__list hr {
    margin: 0;
    padding: 0;
    border-width: 0;
    width: 0%;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    background-color: rgba(39, 54, 70, 0.8);
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.features__content {
  display: none;
  padding: 30px 0;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .features__content.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.features-list {
  -webkit-flex-basis: 232px;
      -ms-flex-preferred-size: 232px;
          flex-basis: 232px;
  max-width: 232px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.features-list__item {
  width: 100%;
  padding: 20px;
  background-color: rgba(39, 54, 70, 0.4);
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  right: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .features-list__item:not(:last-child) {
    margin-bottom: 11px; }
  .features-list__item:not(.active):hover::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 100%; }
  .features-list__item.active, .features-list__item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    color: #273646;
    right: -50px; }

.features-list__item-title {
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 5px; }

.features-list__item-descr {
  font-size: 11px; }

.feature {
  -webkit-flex-basis: 564px;
      -ms-flex-preferred-size: 564px;
          flex-basis: 564px;
  max-width: 564px;
  display: none; }
  .feature.active {
    display: block; }

.feature__code pre {
  display: block;
  font-size: 16px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 0;
  line-height: 0px;
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden; }
  .feature__code pre code {
    word-break: normal;
    word-wrap: normal; }
  .feature__code pre:not(:last-child) {
    margin-bottom: 20px; }

.feature__code code {
  white-space: pre-wrap;
  background-color: transparent;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Source Code Pro';
  font-weight: 400;
  font-style: normal;
  color: #CB2F2F; }

.feature__code .hljs {
  color: #fff;
  display: block;
  overflow-x: auto;
  background: #273646;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 20px 20px;
  min-height: 49px;
  width: 100%;
  line-height: 24px; }

.feature__code .hljs-built_in,
.feature__code .hljs-string {
  color: #7CAB55; }

.feature__code .hljs-keyword,
.feature__code .hljs-selector-tag,
.feature__code .hljs-name,
.feature__code .hljs-attr {
  color: #B95BDA; }

.feature__code .hljs-code,
.feature__code .hljs-title,
.feature__code .hljs-section,
.feature__code .hljs-selector-class {
  color: #C99A3A; }

.feature__code .hljs-regexp,
.feature__code .hljs-symbol,
.feature__code .hljs-variable,
.feature__code .hljs-template-variable,
.feature__code .hljs-link,
.feature__code .hljs-selector-attr, .feature__code .hljs-selector-pseudo {
  color: #BCBBF2; }

.feature__title {
  font-size: 25px;
  margin-bottom: 10px; }

.feature__descr {
  color: rgba(39, 54, 70, 0.7);
  margin-bottom: 20px; }

.features__mobile {
  display: none; }

@media (max-width: 1023px) {
  .features {
    margin-bottom: 40px; }
  .features-nav__list {
    font-size: 13px; }
    .features-nav__list li {
      margin-right: 30px; }
  .features-list__item-title {
    font-size: 13px;
    line-height: 16px; }
  .features-list__item-descr {
    font-size: 10px; }
  .features-list {
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
    max-width: 180px; }
  .feature {
    -webkit-flex-basis: 391px;
        -ms-flex-preferred-size: 391px;
            flex-basis: 391px;
    max-width: 391px;
    margin: 0 auto; }
  .feature__code .hljs {
    line-height: 18px; }
  .feature__code code {
    font-size: 13px;
    line-height: 18px; }
  .feature__title {
    font-size: 20px; }
  .feature__descr {
    font-size: 13px;
    margin-bottom: 36px; } }

@media (max-width: 767px) {
  .features__desktop {
    display: none; }
  .feature__code .hljs {
    line-height: 12px; }
  .feature__code code {
    font-size: 10px;
    line-height: 12px; }
  .features__mobile {
    display: block; }
  .features-accordion {
    border-top: 1px solid rgba(229, 229, 229, 0.4); }
    .features-accordion li.active .features-accordion__trigger {
      background-color: #273646;
      color: #fff; }
    .features-accordion li.active .features-accordion__content {
      height: auto;
      max-height: 500px;
      padding: 20px 0;
      -webkit-transition: max-height 0.35s, padding 0.35s;
      -o-transition: max-height 0.35s, padding 0.35s;
      transition: max-height 0.35s, padding 0.35s; }
  .features-accordion__trigger {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 13px;
    color: #273646;
    border-bottom: 1px solid rgba(229, 229, 229, 0.4);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .features-accordion__content {
    background-color: #273646;
    color: #fff;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: max-height 0.35s, padding 0.35s;
    -o-transition: max-height 0.35s, padding 0.35s;
    transition: max-height 0.35s, padding 0.35s; }
  .features-slider__nav {
    margin-bottom: 7px; }
    .features-slider__nav .slick-current .features-slider__nav-item {
      color: #fff; }
      .features-slider__nav .slick-current .features-slider__nav-item:before {
        visibility: visible; }
      .features-slider__nav .slick-current .features-slider__nav-item:after {
        visibility: visible; }
  .features-slider__nav-item {
    color: rgba(229, 229, 229, 0.4);
    font-size: 13px;
    line-height: 15px; }
    .features-slider__nav-item:before {
      content: url("../../img/arrow-left.svg");
      margin-right: 10px;
      visibility: hidden; }
    .features-slider__nav-item:after {
      content: url("../../img/arrow-right.svg");
      margin-left: 10px;
      visibility: hidden; }
  .features-slider__descr {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 0 20px; } }

.watch-demo {
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  color: #273642;
  position: relative;
  z-index: 1; }

.watch-demo__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px; }

.watch-demo__descr {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 51px;
  color: rgba(39, 54, 70, 0.7); }

.watch-demo__video {
  width: 718px;
  height: 450px;
  margin: 0 auto;
  position: relative; }
  .watch-demo__video iframe {
    border: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 1023px) {
  .watch-demo__title {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 6px; }
  .watch-demo__descr {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 40px; }
  .watch-demo__video {
    width: 558px;
    height: 350px; } }

@media (max-width: 767px) {
  .watch-demo {
    text-align: center;
    margin-bottom: 40px; }
  .watch-demo__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px; }
  .watch-demo__descr {
    margin-bottom: 28px; }
  .watch-demo__video {
    width: 280px;
    height: 177px; } }

.join {
  height: 690px;
  position: relative;
  top: -154px;
  background-image: url("https://assets.phalcon.io/phalcon/images/background/join-bg.png");
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -42px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  color: #273642;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px; }

.join__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px; }

.join__descr {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
  color: rgba(39, 54, 70, 0.7); }

.join__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .join__buttons .black-button:not(:last-child) {
    margin-right: 15px; }

@media (max-width: 1023px) {
  .join {
    padding-bottom: 32px;
    height: 560px;
    top: -114px;
    margin-bottom: -92px; }
  .join__title {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 6px; }
  .join__descr {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .join {
    background-image: none;
    height: auto;
    position: static;
    margin-bottom: 35px;
    padding-bottom: 0;
    text-align: center; }
  .join__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px; }
  .join__buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .join__buttons .black-button:not(:last-child) {
      margin: 0 5px 10px; } }

.contributors {
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  color: #273642;
  margin-bottom: 30px; }

.contributors__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 44px; }

.contibutors__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 9px; }

.contibutors__descr {
  font-size: 15px;
  line-height: 18px; }

.contributors__list-wrap {
  margin: 0 -10px; }

.contributors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.contributors__list-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: -webkit-calc((100% / 12) - 20px);
      -ms-flex-preferred-size: calc((100% / 12) - 20px);
          flex-basis: calc((100% / 12) - 20px);
  max-width: -webkit-calc((100% / 12) - 20px);
  max-width: calc((100% / 12) - 20px);
  height: 58px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: 0 10px 18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .contributors__list-item:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2); }
  .contributors__list-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contributors__mobile {
  display: none; }

@media (max-width: 1023px) {
  .contributors__top {
    margin-bottom: 39px; }
  .contibutors__title {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 5px; }
  .contibutors__descr {
    font-size: 12px;
    line-height: 14px; }
  .contributors__list-wrap {
    margin: 0;
    padding: 0 19px; }
  .contributors__list-item {
    -webkit-flex-basis: -webkit-calc((100% / 9) - 16px);
        -ms-flex-preferred-size: calc((100% / 9) - 16px);
            flex-basis: calc((100% / 9) - 16px);
    max-width: -webkit-calc((100% / 9) - 16px);
    max-width: calc((100% / 9) - 16px);
    height: 60px;
    margin: 0 8px 18px; } }

@media (max-width: 767px) {
  .contibutors__title, .green-button-light {
    display: none; }
  .contributors__top {
    margin-bottom: 7px; }
  .contibutors__descr {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px; }
  .contributors__list-wrap {
    padding: 0; }
  .contributors__list {
    max-height: 285px;
    overflow: hidden;
    padding: 15px 0;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contributors__list-item {
    -webkit-flex-basis: -webkit-calc((100% / 5) - 16px);
        -ms-flex-preferred-size: calc((100% / 5) - 16px);
            flex-basis: calc((100% / 5) - 16px);
    max-width: -webkit-calc((100% / 5) - 16px);
    max-width: calc((100% / 5) - 16px);
    height: 51px;
    margin: 0 5px 18px; }
  .contributors__mobile {
    display: block; }
    .contributors__mobile .black-button {
      width: 247px;
      margin: 0 auto;
      height: 56px;
      line-height: 56px;
      font-size: 15px; }
      .contributors__mobile .black-button:not(:last-child) {
        margin-bottom: 10px; } }

.info {
  padding: 20px 0; }
  .info .contibutors__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .info .contibutors__descr {
    line-height: 1;
    font-size: 18px; }
  .info .contributors__list-wrap {
    margin-top: 20px; }
  .info .contributors__list-item {
    height: 80px; }
  .info .buildwith-nav__list a {
    color: rgba(39, 54, 70, 0.7); }
  .info .buildwith-nav__list li.active a, .info .buildwith-nav__list li:hover a {
    color: #273646; }
  .info hr {
    padding: 0;
    margin: 0 0 40px;
    border: 1px solid rgba(39, 54, 70, 0.1);
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .info--team .info-block__img img {
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .info--team .info-block__title {
    text-transform: uppercase; }
  .info blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 100%;
    margin: .25em 0;
    padding: .35em 40px;
    line-height: 1.45;
    position: relative; }
    .info blockquote:before {
      display: block;
      padding-left: 10px;
      content: "\201C";
      font-size: 80px;
      position: absolute;
      left: -20px;
      top: -20px;
      color: #70b599; }
    .info blockquote cite {
      color: rgba(39, 54, 70, 0.7);
      font-size: 14px;
      display: block;
      margin-top: 10px; }
      .info blockquote cite:before {
        content: "\2014 \2009"; }

.info__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .info__blocks .info-block {
    -webkit-flex-basis: -webkit-calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
    max-width: -webkit-calc(50% - 15px);
    max-width: calc(50% - 15px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .info__blocks .info-block img {
      max-width: 100%;
      height: auto; }

.info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .info-block p {
    margin: 10px 0; }
    .info-block p:first-child {
      margin-top: -0.4em; }
    .info-block p:last-child {
      margin-bottom: 0; }
  .info-block ul li {
    position: relative; }
    .info-block ul li :before {
      content: '\2013';
      position: relative;
      color: #273646;
      top: -1px;
      margin-right: 5px; }

.info-block__img {
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px; }
  .info-block__img img {
    max-width: 100%;
    height: auto; }

.info-block__title {
  margin-top: 0;
  line-height: 1; }

@media (max-width: 1279px) {
  .info .contributors__list-item {
    height: 60px; } }

@media (max-width: 1023px) {
  .info .contributors__list-item {
    height: 66px; }
  .info .contributors__list-wrap {
    padding: 0;
    margin: 20px -10px 0; }
  .info hr {
    margin: 0 0 30px; } }

@media (max-width: 767px) {
  .info .buildwith-nav__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .info .contributors__list {
    max-height: 320px; }
  .info .contributors__list-item {
    height: 59px; }
  .info .contributors__list-wrap {
    padding: 0;
    margin: 0 -20px 0; }
  .info hr {
    margin: 0 0 20px; }
  .info blockquote {
    padding: .35em 15px .35em 40px; }
  .info__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .info__blocks .info-block {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
    .info__blocks .info-block__title {
      text-align: left; }
  .info-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .info-block__img {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center; }
  .info-block__title {
    text-align: center; } }

body {
  min-width: 320px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal;
  color: #273646;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%; }

header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

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

.hidden {
  overflow: hidden; }

.alert {
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-style: normal; }

.alert-danger {
  background: rgba(203, 47, 47, 0.25);
  border: 1px solid #CB2F2F;
  color: #CB2F2F; }

.alert-info {
  background: rgba(86, 204, 242, 0.25);
  border: 1px solid #56CCF2; }

.alert-warning {
  background: rgba(244, 208, 97, 0.25);
  border: 1px solid #F2C94C; }

@supports (-webkit-overflow-scrolling: touch) {
  body {
    cursor: pointer; } }
