/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: 'Avenir';
  src: url("../_fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../_fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../_fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../_fonts/AvenirNextCyr-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir';
  src: url("../_fonts/AvenirNextCyr-Demi.woff2") format("woff2"), url("../_fonts/AvenirNextCyr-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Avenir", sans-serif;
  position: relative;
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  color: #333;
}

body.overlay-locked {
  overflow: hidden;
}

html, body {
  height: 100%;
}

img {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

.l-wrapper {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}

.l-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  position: relative;
}

.page-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 530;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
  cursor: pointer;
}

.page-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.l-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  font-size: 18px;
  height: 45px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: .3s;
  background-image: linear-gradient(to bottom, #a0d24e, #67a626);
  width: 100%;
  color: #fff;
  border-radius: 30px;
}

.btn:hover {
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.2);
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}

.btn:active, .btn:focus {
  outline: none;
}

.btn:disabled {
  opacity: .5;
}

.btn--default {
  color: #333;
  border: 1px solid #c0c0c0;
  padding-top: 2px;
}

.btn--primary {
  background: #333;
  color: #fff;
  border: 0;
  padding-top: 2px;
}

.btn--white {
  background: #fff;
  color: #333;
  border: 0;
  padding-top: 2px;
}

@media (min-width: 320px) {
  .vision-btn {
    padding: 0 30px;
    height: 42px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    background-image: linear-gradient(to bottom, #fad961, #f76b1c);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 0.7px;
    font-size: 16px;
    width: 100%;
  }
  .vision-btn::before {
    content: '';
    width: 33px;
    height: 18px;
    background: url("../_images/vision.svg");
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .vision-btn {
    font-size: 18px;
    width: auto;
  }
}

@media (min-width: 320px) {
  .form-group {
    margin-bottom: 20px;
    position: relative;
  }
  .form-group label {
    font-size: 12px;
    margin-bottom: 8px;
    display: block;
  }
  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group input[type="password"] {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 15px;
    font-family: inherit;
    transition: border .3s;
    font-size: 14px;
  }
  .form-group input[type="text"].valid,
  .form-group input[type="tel"].valid,
  .form-group input[type="email"].valid,
  .form-group input[type="password"].valid {
    border-bottom: 1px solid green;
  }
  .form-group input[type="text"].error,
  .form-group input[type="tel"].error,
  .form-group input[type="email"].error,
  .form-group input[type="password"].error {
    border-bottom: 1px solid red;
  }
  .form-group textarea {
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    font-family: inherit;
    border: 0;
    border-radius: 0;
    padding: 15px;
    font-family: inherit;
    transition: border .3s;
  }
}

@media (min-width: 1170px) {
  .form-group input,
  .form-group textarea {
    outline: none;
  }
}

/* Rg modals */
@media (min-width: 320px) {
  .rg-modal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 1100;
    padding: 15px 15px 15px 15px;
    overflow: auto;
    transition: visibility .3s;
  }
  .rg-modal--visible {
    visibility: visible;
  }
  .rg-modal--visible .rg-modal__overlay {
    opacity: 1;
  }
  .rg-modal--visible .rg-modal__modal {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
    pointer-events: all;
  }
  .rg-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer;
  }
  .rg-modal__modal {
    width: 100%;
    max-width: 450px;
    background: #f8f8f8;
    transition: opacity .3s, transform .3s;
    -ms-transform: translateY(200px);
        transform: translateY(200px);
    opacity: 0;
    margin: auto;
    padding: 30px;
    position: relative;
  }
  .rg-modal__title {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .rg-modal__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .rg-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    transition: opacity .3s;
  }
  .rg-modal__close:hover {
    opacity: 0.7;
  }
  .rg-modal__close .icon {
    width: 16px;
    height: 16px;
    fill: #333;
  }
}

@media (min-width: 768px) {
  .rg-modal {
    padding: 15px;
  }
}

@media (min-width: 320px) {
  .section {
    margin: 30px 0;
  }
  .section--inner {
    padding: 30px 0;
  }
  .section__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .section {
    margin: 60px 0;
  }
  .section--inner {
    padding: 60px 0;
  }
}

@media (min-width: 320px) {
  .section-headliner {
    margin-bottom: 20px;
  }
  .section-headliner__title {
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    line-height: 1.63;
  }
  .section-headliner__subtitle {
    font-size: 16px;
    line-height: 1.33;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .section-headliner {
    margin-bottom: 60px;
    text-align: center;
  }
  .section-headliner__title {
    font-size: 35px;
    line-height: 1.63;
  }
  .section-headliner__subtitle {
    margin-top: 40px;
  }
}

@media (min-width: 320px) {
  .side-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform .3s ease-out;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    z-index: 650;
    overflow: scroll;
  }
  .side-menu.is-visible {
    -ms-transform: translateX(0);
        transform: translateX(0);
  }
  .side-menu__content {
    padding: 30px 16px;
  }
  .side-menu__title {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 900;
  }
  .side-menu__menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e3e3e3;
  }
  .side-menu__menu ul li {
    list-style-type: none;
  }
  .side-menu__menu ul li a {
    display: block;
    padding: 14px 0;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #e3e3e3;
  }
  .side-menu__menu ul li ul {
    padding-left: 30px;
    border-top: 0;
  }
}

.page-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 530;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s;
  cursor: pointer;
}

.page-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Youtube embed */
.youtube-embed {
  width: 100%;
  padding-top: 62.5%;
  background: #e3e3e3;
  background-size: 102%;
  background-position: center;
  position: relative;
  cursor: pointer;
}

.youtube-embed__play-btn {
  position: absolute;
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity .3s;
}

.youtube-embed__play-btn::before {
  content: '';
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube-embed__play-btn:hover {
  opacity: 0.7;
}

.youtube-embed iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 0;
  position: absolute;
}

@media (min-width: 320px) {
  .page-footer {
    padding: 24px 0;
    background: #25a926;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-footer a {
    color: #fff;
  }
  .page-footer__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.page-footer__copyright a {
	text-decoration: none;
}

@media (max-width: 767px) {
  .page-footer__copyright {
    margin-bottom: 16px;
  }
  .page-footer__city {
    margin-bottom: 16px;
  }
  .page-footer__contacts {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .page-footer__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    padding: 24px 0;
  }
  .page-header__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .page-header__mobile-menu {
    display: -ms-flexbox;
    display: flex;
  }
  .page-header__title {
    font-size: 32px;
    font-family: "Roboto Slab", serif;
    color: #ff7e00;
    font-weight: bold;
    margin-bottom: 22px;
  }
  .page-header__menu {
    display: none;
  }
  .page-header__search {
    display: none;
  }
  .page-header__grid {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 767px) {
  .page-header__logo img {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .page-header__buttons .btn:not(:last-child) {
    margin-right: 45px;
  }
  .page-header__grid-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-header__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 40px;
  }
  .page-header__contact-item:not(:last-child) {
    margin-bottom: 12px;
  }
}

@media (min-width: 1170px) {
  .page-header__mobile-menu {
    display: none;
  }
  .page-header__menu {
    display: block;
  }
  .page-header__search {
    display: block;
  }
}

.contact-item {
  display: -ms-flexbox;
  display: flex;
}

.contact-item__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-top: 3px;
}

.contact-item__title {
  font-size: 20px;
}

.contact-item__title a {
  text-decoration: none;
  color: #ff7e00;
}

.contact-item--small .contact-item__title {
  font-size: 18px;
}

.contact-item--small .contact-item__icon {
  margin-top: 6px;
}

.dictation {
  position: relative;
  display: block;
  text-decoration: none;
}

.dictation__image img {
  width: 100%;
}

.dictation__title {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 24px;
}

.dictation__link {
  background-image: linear-gradient(to bottom, #05bbed, #0286d6);
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  height: 49px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 320px) {
  .external-links {
    padding: 32px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 32px 0;
  }
  .external-links__item {
    text-decoration: none;
    width: 100%;
  }
  .external-links__item img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .external-links__item {
    display: block;
    text-align: center;
  }
  .external-links__item:not(:first-child) {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .external-links__item:not(:last-child) {
    margin-right: 45px;
  }
}

@media (min-width: 320px) {
  .front-posts {
    border-top: 1px solid #c6c6c6;
    padding-top: 32px;
  }
  .front-posts__title {
    margin-bottom: 24px;
    font-size: 24px;
    color: #8fc23f;
  }
  .front-posts__title a {
    text-decoration: none;
    color: #8fc23f;
  }
  .front-posts__list-item:not(:first-child) {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .front-posts__grid-col:not(:first-child) {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .front-posts__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .front-posts__grid-col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media (min-width: 320px) {
  .front-section:not(:last-child) {
    margin-bottom: 32px;
  }
  .front-section__title {
    font-size: 36px;
    font-weight: bold;
    padding-left: 12px;
    position: relative;
    margin-bottom: 24px;
  }
   .page-layout__inner .front-section__title a {
    text-decoration: none;
	color: #333;
  } 
  .front-section__title::after {
    content: '';
    width: 100%;
    height: 8px;
    background-image: linear-gradient(to left, #dcf0bd, #b6dd89);
    display: block;
    left: 0;
    bottom: 5px;
    position: absolute;
    z-index: -1;
  }
  .front-section__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .front-section__grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .front-section__grid-item:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .front-section:not(:last-child) {
    margin-bottom: 100px;
  }
  .front-section__grid-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .front-section__title {
    font-size: 36px;
  }
  .front-section__title::after {
    width: 450px;
  }
}

@media (min-width: 320px) {
  .inner-links__item {
    padding: 16px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .inner-links__item-title {
    color: #0286d6;
  }
  .inner-links__item-date {
    color: #333;
  }
}

@media (max-width: 767px) {
  .inner-links__item-date {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .inner-links__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.main-menu {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.main-menu__item {
  list-style-type: none;
  position: relative;
}

.main-menu__item:not(:last-child) {
  margin-right: 24px;
}

.main-menu__item:hover .main-menu__link {
  color: #0286d6;
}

.main-menu__item:hover .main-menu__submenu {
  display: block;
}

.main-menu__link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.main-menu__link img {
  width: 10px;
  height: 5px;
  margin-left: 6px;
  margin-top: 3px;
}

.main-menu__submenu {
  display: none;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  top: 30px;
  background: #fff;
  width: 300px;
  margin: 0;
  padding: 41px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.main-menu__submenu::before {
  content: '';
  width: 100%;
  height: 30px;
  top: -15px;
  position: absolute;
  left: 0;
}

.main-menu__submenu>li {
  list-style-type: none;
}

.main-menu__submenu>li:not(:last-child) {
  margin-bottom: 16px;
}

.main-menu__submenu>li>a {
  color: #6e6e6e;
  font-weight: 600;
  transition: color .3s;
}

.main-menu__submenu>li>a:hover {
  color: #0286d6;
}

.menu-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-icon, .burger-icon::before, .burger-icon::after {
  border-radius: 3px;
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: '';
}

.burger-icon::before {
  top: -7px;
}

.burger-icon::after {
  top: 7px;
}

.menu-toggle.is-active .burger-icon {
  background-color: transparent;
}

.menu-toggle.is-active .burger-icon::before {
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active .burger-icon::after {
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 320px) {
  .page-layout {
    margin-bottom: 32px;
  }
  .page-layout__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .page-layout__sidebar-group {
    margin-bottom: 42px;
  }
  .page-layout__main-content {
    padding-bottom: 17px;
  }
  .page-layout__main-content h1, .page-layout__main-content h2, .page-layout__main-content h3 {
    line-height: 1.5;
  }
  .page-layout__main-content h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .page-layout__main-content p {
    line-height: 1.5;
    color: #333;
    font-size: 16px;
  }
  .page-layout__main-content ul {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-layout__main-content ul li:not(:last-child) {
    margin-bottom: .5em;
  }
  .page-layout__main-content blockquote {
    padding: 16px;
    border: solid 1px #9ed0ff;
    margin: 24px 0;
    border-radius: 19px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #333;
  }
  .page-layout__main-content blockquote p {
	  font-size: 16px;
  }
  .page-layout__main-content table {
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
  .page-layout__main-content table tr:nth-child(even) {
    background: #e9e9e9;
  }
  .page-layout__main-content table td {
    border: 1px solid #e3e3e3;
    padding: 16px;
  }
  .page-layout__main-content a, .page-layout__inner a {
    color: #0286d6;
  }
}

@media (max-width: 767px) {
  .page-layout__sidebar {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .page-layout {
    margin-bottom: 120px;
  }
  .page-layout__mobile-menu {
    display: none;
  }
  .page-layout__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .page-layout__main {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding: 0 15px;
  }
  .page-layout__main--fullwidth {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .page-layout__sidebar {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 15px;
  }
  .page-layout__main-content h1 {
    font-size: 36px;
  }
  .page-layout__main-content table {
    overflow: hidden;
  }
  .page-layout__main-content p {
    font-size: 18px;
  }
  .page-layout__main-content blockquote {
    padding: 28px 52px;
    position: relative;
    margin: 40px 0;
    font-size: 24px;
  }
  .page-layout__main-content blockquote p {
	font-size: 24px;
  }
  .page-layout__main-content blockquote::before {
    content: '';
    width: 48px;
    height: 39px;
    background: url("../_images/quote.svg");
    position: absolute;
    top: -20px;
    left: 30px;
  }
  .page-layout__main-content blockquote::after {
    content: '';
    width: 48px;
    height: 39px;
    background: url("../_images/quote.svg");
    position: absolute;
    bottom: -20px;
    right: 30px;
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
  }
}

@media (min-width: 320px) {
  .photo-slider {
    position: relative;
  }
  .photo-slider__items {
    overflow: hidden;
  }
  .photo-slider__item img {
    height: 216px;
    width: 100%;
    object-fit: cover;
    /*border-radius: 16px;*/
  }
  .photo-slider__pagination {
    margin-top: 16px;
  }
  .photo-slider__pagination .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .photo-slider__pagination .swiper-pagination-bullet-active {
    background: #83cc00;
  }
}

@media (min-width: 768px) {
  .photo-slider__pagination {
    display: none;
  }
}

@media (min-width: 1170px) {
  .photo-slider__control {
    width: 18px;
    height: 27px;
    background: url("../_images/arrow.svg");
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 30;
    transition: opacity;
    cursor: pointer;
    outline: none;
  }
  .photo-slider__control:hover {
    opacity: .8;
  }
  .photo-slider__control--prev {
    left: -30px;
    -ms-transform: translateY(-50%) scale(-1, -1);
        transform: translateY(-50%) scale(-1, -1);
  }
  .photo-slider__control--next {
    right: -30px;
  }
}

.post-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.post-card__image {
	display: block;
	height: 195px;
	width: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px; 
	text-align: center;
}

div.page-layout__main-content .post-card__image img, div.page-layout__inner .post-card__image img {
  max-height: 195px;
  max-width: 100%;
  object-fit: contain;
  /*border-top-left-radius: 16px;
  border-top-right-radius: 16px;*/
}

.post-card__title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.3;
  min-height: 51px;
}

.post-card__title a {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
}

.post-card__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
  font-weight: 600;
}

.post-card__more a {
  color: #25a926;
}

.post-card__date {
  color: #666;
}

.post-preview__title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.post-preview__text {
  line-height: 1.5;
}

.post-preview__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 8px;
}

.post-preview__more {
  color: #ff7e00;
}

.post-preview__date {
  color: #9b9b9b;
}

@media (min-width: 320px) {
  .projects {
    display: -ms-flexbox;
    display: flex;
  }
  .projects__item {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .projects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .projects__item {
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .projects {
    display: -ms-flexbox;
    display: flex;
  }
  .projects__item {
    -ms-flex: 1;
        flex: 1;
    margin-bottom: 0;
  }
  .projects__item img {
    max-width: 200px;
  }
}

.search-box {
  position: relative;
}

.search-box__input {
  width: 100%;
  height: 35px;
  border: 1px solid #d0d0d0;
  border-radius: 17px;
  outline: none;
  padding-left: 20px;
}

.search-box__submit {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  background: url("../_images/search.svg") no-repeat center center;
  border: 0;
  outline: none;
  background-size: 20px;
  cursor: pointer;
  right: 10px;
}

.search-form {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.search-form__input {
  height: 42px;
  border: 2px solid #8fc23f;
  border-radius: 21px;
  padding: 0 15px;
  width: 217px;
  outline: none;
}

.search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: url("../_images/search.svg") no-repeat center center;
  width: 42px;
  height: 42px;
  outline: none;
}

.sidebar-item {
  border: 1px solid #0286d6;
  border-radius: 19px;
}

.sidebar-item__title {
  height: 63px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  background-image: linear-gradient(to bottom, #05bbed, #0286d6);
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.sidebar-item__list {
  padding: 12px 35px;
  list-style-type: none;
}

.sidebar-item__list>li:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar-item__list>li a {
  color: #6e6e6e;
  font-weight: 600;
  transition: color .3s;
}

.sidebar-item__list>li a:hover {
  color: #0286d6;
}

@media (min-width: 320px) {
  .top-screen {
    padding: 60px 0;
    background: url("../_images/top-screen.jpg") no-repeat center center;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    margin-bottom: 64px;
  }
  .top-screen__inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .top-screen__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .top-screen__text {
    max-width: 623px;
    line-height: 1.5;
    font-size: 16px;
  }
  .top-screen__social {
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
  }
  .top-screen__social-item:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .top-screen {
    height: 460px;
  }
  .top-screen__title {
    font-size: 52px;
  }
  .top-screen__text {
    font-size: 22px;
  }
}

div.page-layout__main-content img {
	max-width: 100% !important;
	height: auto;
}

.page-footer__counter {
	margin-top: 5px;
}
