/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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;
}

/**
 * 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 */
}

/**
 * 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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Light.woff") format("woff"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

h1 a,
h2 a,
h3 a,
h5 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  margin: 15px 0;
  font-size: 24px;
}
@media (min-width: 420px) and (orientation: landscape) {
  h1 {
    margin: 10px 0;
  }
}
@media (min-width: 420px) and (orientation: portrait) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  margin: 15px 0;
  font-size: 18px;
}
@media (min-width: 420px) and (orientation: portrait) {
  h2 {
    margin: 20px 0;
    font-size: 24px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  h2 {
    margin: 30px 0;
    font-size: 36px;
  }
}

h3 {
  font-size: 14px;
}
@media (min-width: 420px) and (orientation: portrait) {
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  color: #666666;
  font-size: 15px;
}
@media (min-width: 420px) and (orientation: portrait) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  h4 {
    font-size: 30px;
  }
}

p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.6;
}
@media (min-width: 420px) and (orientation: portrait) {
  p {
    margin: 20px 0;
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  p {
    margin: 30px 0;
    font-size: 24px;
  }
}

.hamburger {
  position: relative;
  cursor: pointer;
}
.hamburger.active .hamburger__line._t {
  top: -100%;
  opacity: 0;
  transition: opacity 0.2s, top 0.3s;
}
.hamburger.active .hamburger__line._b {
  bottom: -100%;
  opacity: 0;
  transition: opacity 0.2s, bottom 0.3s;
}
.hamburger.active .hamburger__line._c {
  transition: transform 0.3s;
}
.hamburger.active .hamburger__line._c._c1 {
  transform: translateY(-50%) rotate(45deg);
}
.hamburger.active .hamburger__line._c._c2 {
  transform: translateY(-50%) rotate(-45deg);
}
.hamburger__in {
  position: relative;
  width: 17px;
  height: 14px;
}
.hamburger__line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
.hamburger__line._t {
  top: 0;
  transition: opacity 0.3s, top 0.3s;
}
.hamburger__line._c {
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.hamburger__line._b {
  bottom: 0;
  transition: opacity 0.3s, bottom 0.3s;
}

@keyframes preloader {
  0% {
    stroke-dasharray: 0, 140;
  }
  20% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 140, 140;
    stroke-dashoffset: -140;
  }
}
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.preloader__wrap {
  width: 40px;
  height: 40px;
  transform: rotate(-90deg);
}
.preloader__svg {
  width: 100%;
  height: 100%;
}
.preloader__circle-bg {
  stroke-width: 2px;
  stroke-dasharray: 140, 140;
  stroke-linecap: round;
  stroke: #dedede;
  fill: none;
}
.preloader__circle {
  stroke-width: 2px;
  stroke-dasharray: 0, 140;
  stroke-linecap: round;
  stroke: #007b37;
  fill: none;
  animation: preloader 0.7s infinite linear;
}

.sub-block {
  margin: 0 -20px;
  padding: 15px 20px;
  color: #007b37;
  background: #f0f0f0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block {
    padding: 20px 30px;
    margin: 0 -30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block {
    padding: 30px 40px;
    margin: 0 -40px;
  }
}
.sub-block__header {
  margin: 5px 0;
  color: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block__header {
    margin: 10px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block__header {
    margin: 15px 0;
  }
}
.sub-block__desc {
  font-size: 10px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block__desc {
    font-size: 13px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block__desc {
    font-size: 20px;
  }
}
.sub-block__form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 30px;
  margin: 10px 0;
}
@media (min-width: 420px) and (orientation: landscape) {
  .sub-block__form {
    max-width: 400px;
  }
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block__form {
    margin: 15px 0;
    height: 45px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block__form {
    margin: 20px 0;
    height: 60px;
  }
}
/* override sendpulse overrides for buttons and inputs: !important in margin, font, color, background, border-radius */
.sub-block__input {
  flex-grow: 1;
  box-sizing: border-box;
  margin-right: 10px !important;
  padding-left: 10px;
  height: 100%;
  font-size: 12px !important;
  border: 1px solid #007b37;
  color: #007b37 !important;
  background-color: #fff;
}
.sub-block__btn {
  height: 100% !important;
  padding: 5px 10px !important;
  box-sizing: border-box;
  font-family: unset !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: #fff !important;
  border: none !important;
  border-radius: unset !important;
  background: #007b37 !important;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block__input, .sub-block__btn {
    height: 45px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block__input, .sub-block__btn {
    height: 60px !important;
    font-size: 24px !important;
  }
}
.sub-block__input::-webkit-input-placeholder {
  opacity: 1;
  color: #007b37 !important;
}
.sub-block__input::-moz-placeholder {
  opacity: 1;
  color: #007b37 !important;
}
.sub-block__input:-moz-placeholder {
  opacity: 1;
  color: #007b37 !important;
}
.sub-block__input:-ms-input-placeholder {
  opacity: 1;
  color: #007b37 !important;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sub-block__btn {
    padding: 7px 15px !important;
    font-size: 16px !important;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sub-block__btn {
    padding: 10px 20px !important;
    font-size: 24px !important;
  }
}

.search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 18px;
  border: 1px solid #666666;
  background-color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .search {
    height: 65px;
    font-size: 24px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .search {
    height: 90px;
    font-size: 36px;
  }
}
.search__input {
  flex-grow: 1;
  height: 100%;
  padding: 0 0 0 30px;
  outline: none;
  border: none;
  min-width: 150px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .search__input {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .search__input {
    padding: 0 0 0 60px;
  }
}
.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.55);
}
.search__input::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.55);
}
.search__input:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.55);
}
.search__input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.55);
}
.search__btn {
  box-sizing: border-box;
  height: 100%;
  width: 60px;
  border: none;
  outline: none;
  background-color: transparent;
}
@media (min-width: 420px) and (orientation: portrait) {
  .search__btn {
    width: 80px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .search__btn {
    width: 100px;
  }
}
.search__btn:active svg {
  transform: scale(0.9);
  transition: transform 0.2s;
}
.search__btn svg {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transition: transform 0.2s;
}
@media (min-width: 420px) and (orientation: portrait) {
  .search__btn svg {
    width: 25px;
    height: 25px;
    margin-top: 7px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .search__btn svg {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
}

html,
body,
.content-wrap {
  min-height: 100vh;
}

.content-wrap {
  display: flex;
  flex-direction: column;
}
.content-wrap .content {
  flex-grow: 1;
}

.container {
  display: flex;
  box-sizing: border-box;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .container {
    padding: 0 40px;
  }
}

.wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.content {
  position: relative;
  margin-top: 50px;
  flex-grow: 1;
}
@media (min-width: 420px) and (orientation: portrait) {
  .content {
    margin-top: 70px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .content {
    margin-top: 85px;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .content {
    margin-top: 100px;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #007b37;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 420px) and (orientation: portrait) {
  .header {
    height: 70px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .header {
    height: 85px;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .header {
    height: 100px;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.logo__ico {
  width: 26px;
  height: 16px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .logo__ico {
    width: 34px;
    height: 21px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .logo__ico {
    width: 42px;
    height: 26px;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .logo__ico {
    width: 52px;
    height: 32px;
  }
}
.logo__text {
  width: 86px;
  height: 12px;
  margin-right: 10px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .logo__text {
    width: 112px;
    height: 16px;
    margin-right: 13px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .logo__text {
    width: 137px;
    height: 19px;
    margin-right: 20px;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .logo__text {
    width: 172px;
    height: 24px;
  }
}
.logo__ico + .logo__text {
  margin-left: 7px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .logo__ico + .logo__text {
    margin-left: 12px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .logo__ico + .logo__text {
    margin-left: 14px;
  }
}

.inmenu-title {
  font-size: 15px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .inmenu-title {
    font-size: 19px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .inmenu-title {
    font-size: 24px;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .inmenu-title {
    font-size: 30px;
  }
}

.menu-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  background-color: #007b37;
}

.hamburger-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 100%;
  margin-right: -20px;
  cursor: pointer;
  transition: background-color 0.2s;
}
@media (min-width: 420px) and (orientation: portrait) {
  .hamburger-area {
    width: 80px;
    min-width: 80px;
    margin-right: -30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .hamburger-area {
    width: 120px;
    min-width: 120px;
    margin-right: -40px;
  }
}
.hamburger-area.active {
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s;
}

.hamburger {
  width: 20px;
  height: 14px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .hamburger {
    width: 26px;
    height: 18px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .hamburger {
    width: 38px;
    height: 26px;
  }
}
.hamburger__line {
  height: 2px;
}
@media (min-width: 560px) and (orientation: portrait) {
  .hamburger__line {
    height: 4px;
  }
}

.mob-menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.2s, background-color 0.2s;
}
@media (min-width: 420px) and (orientation: portrait) {
  .mob-menu {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .mob-menu {
    top: 85px;
    height: calc(100vh - 85px);
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .mob-menu {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
.mob-menu.active {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(0, 61, 27, 0.98);
  transition: opacity 0.2s, background-color 0.2s;
}
.mob-menu__scroll-wrap {
  width: 100%;
  padding-bottom: 30px;
}
.mob-menu > .container {
  flex-direction: column;
  align-items: flex-start;
}
.mob-menu .search {
  border: none;
}

.menu-list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 20px 0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-list {
    padding: 30px 0;
  }
}
@media (min-width: 620px) and (orientation: portrait) {
  .menu-list {
    padding: 40px 0;
  }
}
.menu-list__link {
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 10px 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-list__link {
    font-size: 26px;
    padding: 15px 15px 15px 45px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-list__link {
    font-size: 40px;
    padding: 25px 25px 25px 60px;
  }
}
.menu-list__link:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-list__link.second {
  font-size: 15px;
  border: none;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-list__link.second {
    font-size: 19px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-list__link.second {
    font-size: 30px;
  }
}

.menu-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media (min-width: 420px) and (orientation: landscape) {
  .menu-social {
    max-width: 270px;
  }
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social {
    padding: 0 40px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social {
    padding: 0 60px;
  }
}
.menu-social__text {
  width: 100%;
  margin-bottom: 15px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__text {
    font-size: 17px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__text {
    margin-bottom: 30px;
    font-size: 27px;
  }
}
.menu-social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 7);
  max-width: 40px;
  height: 33px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link {
    max-width: 50px;
    height: 40px;
  }
}
.menu-social__link .yt {
  width: 30px;
  height: 28.3px;
}
.menu-social__link .vk {
  width: 29px;
  height: 16px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link .vk {
    width: 37.7px;
    height: 20.8px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__link .vk {
    width: 57px;
    height: 32px;
  }
}
.menu-social__link .ig,
.menu-social__link .yz,
.menu-social__link .fb {
  width: 23px;
  height: 23px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link .ig,
  .menu-social__link .yz,
  .menu-social__link .fb {
    width: 29.9px;
    height: 29.9px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__link .ig,
  .menu-social__link .yz,
  .menu-social__link .fb {
    width: 45px;
    height: 45px;
  }
}
.menu-social__link .tw {
  width: 29px;
  height: 23px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link .tw {
    width: 37.7px;
    height: 29.9px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__link .tw {
    width: 57px;
    height: 46px;
  }
}
.menu-social__link .tg {
  width: 28px;
  height: 23px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link .tg {
    width: 36.4px;
    height: 29.9px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__link .tg {
    width: 55px;
    height: 46px;
  }
}
.menu-social__link .ok {
  width: 16px;
  height: 26px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .menu-social__link .ok {
    width: 20.8px;
    height: 33.8px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .menu-social__link .ok {
    width: 31px;
    height: 52px;
  }
}

.footer {
  padding: 20px 0;
  background-color: #252525;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer {
    padding: 30px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer {
    padding: 40px 0;
  }
}
.footer .container {
  flex-direction: column;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-row {
    margin-bottom: 20px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer-row {
    margin-bottom: 30px;
  }
}

.footer-logo {
  background-color: #007b37;
  padding: 8px 6px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-logo {
    padding: 12px 10px;
  }
}

.footer-link {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-link {
    font-size: 20px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer-link {
    font-size: 30px;
  }
}

.footer-contacts {
  padding: 20px 0;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-contacts {
    padding: 25px 0;
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer-contacts {
    padding: 30px 0;
    font-size: 24px;
  }
}
.footer-contacts a {
  color: inherit;
  text-decoration: none;
}
.footer-contacts a:hover {
  text-decoration: underline;
}
.footer-contacts p {
  margin: 10px 0;
  line-height: 1.2;
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-contacts p {
    margin: 20px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer-contacts p {
    margin: 30px 0;
  }
}

.footer-small {
  border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.footer-small p {
  max-width: calc(100% - 20px);
  font-size: 9px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.33);
}
@media (min-width: 420px) and (orientation: portrait) {
  .footer-small p {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .footer-small p {
    font-size: 18px;
  }
}
.footer-small a {
  color: inherit;
  text-decoration: none;
}
.footer-small a:hover {
  text-decoration: underline;
}

.content {
  padding-bottom: 20px;
}
@media (min-width: 560px) and (orientation: portrait) {
  .content {
    padding-bottom: 30px;
  }
}
.content .container {
  flex-direction: column;
}
.content .search {
  margin: 20px 0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .content .search {
    margin: 25px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .content .search {
    margin: 40px 0;
  }
}
.content + .content {
  margin-top: 0;
}

.a-d-block {
  display: flex;
  flex-direction: column;
}
.a-d-block iframe,
.a-d-block img {
  max-width: 100%;
  width: 100%;
}

.sort-switch {
  display: flex;
  border: 1px solid #007b37;
}
.sort-switch__item {
  box-sizing: border-box;
  width: 50%;
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .sort-switch__item {
    padding: 5px;
    font-size: 18px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .sort-switch__item {
    padding: 10px 5px;
    font-size: 26px;
  }
}
.sort-switch__item.active {
  color: #fff;
  background-color: #007b37;
}

.post-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-list {
    margin-top: 25px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-list {
    margin-top: 35px;
  }
}
.post-list h4 {
  margin: 10px 0;
}

.post-pre {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
  border-top: 1px solid rgba(0, 123, 55, 0.2);
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-pre {
    padding: 20px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-pre {
    padding: 26px 0;
  }
}
.post-pre__date {
  width: 32px;
  min-width: 32px;
  margin: 2px 8px 0 0;
  font-size: 12px;
  color: #777777;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-pre__date {
    width: 40px;
    min-width: 40px;
    font-size: 16px;
    margin: 2px 15px 0 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-pre__date {
    width: 60px;
    min-width: 60px;
    font-size: 24px;
    margin: 3px 20px 0 0;
  }
}
.post-pre__header {
  margin: 0;
}

.paginator {
  display: flex;
  align-items: center;
  margin: 10px -3px -3px -3px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .paginator {
    margin: 15px -7px -7px -7px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .paginator {
    margin: 20px -10px -10px -10px;
  }
}
.paginator__link {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(100% / 6);
  height: 50px;
  margin: 3px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #007b37;
  background-color: rgba(0, 123, 55, 0.2);
  border-bottom: 2px solid #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .paginator__link {
    height: 70px;
    margin: 7px;
    font-size: 18px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .paginator__link {
    height: 100px;
    font-size: 28px;
  }
}
.paginator__link.current {
  color: #fff;
  background-color: #007b37;
}
.paginator__link.dots {
  border-bottom: none;
  background-color: transparent;
}

.author {
  padding-top: 20px;
}
.author h1 {
  margin: 0 0 15px 0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .author h1 {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .author h1 {
    margin: 0 0 30px 0;
  }
}
.author p:first-of-type {
  margin-top: 0;
}

.author-img {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 130px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .author-img {
    max-width: 170px;
    margin: 0 0 15px 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .author-img {
    max-width: 260px;
    margin: 0 0 20px 20px;
  }
}

.readmore {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .readmore {
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .readmore {
    font-size: 24px;
  }
}
.readmore:hover {
  text-decoration: underline;
}
.readmore.active svg {
  transform: rotate(-180deg);
  transition: transform 0.2s;
}
.readmore svg {
  width: 10px;
  height: 15px;
  margin-left: 5px;
  stroke: #fff;
  stroke-width: 4px;
  fill: #007b37;
  transition: transform 0.2s;
}

.post-img {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  box-sizing: border-box;
  height: 240px;
  margin: 0 -20px;
  padding: 10px 20px;
  background: #777777 center/cover no-repeat;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-img {
    height: 320px;
    padding: 15px 30px;
    margin: 0 -30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-img {
    height: 480px;
    padding: 20px 40px;
    margin: 0 -40px;
  }
}
.post-img:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, transparent 40%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(40%, transparent), color-stop(100%, black));
  background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, black 100%);
  background: -o-linear-gradient(top, transparent 0%, transparent 40%, black 100%);
  background: -ms-linear-gradient(top, transparent 0%, transparent 40%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 40%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.post-img__h1 {
  z-index: 1;
  margin: 8px 0;
  font-size: 22px;
  color: #fff;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-img__h1 {
    font-size: 27px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-img__h1 {
    font-size: 40px;
  }
}
.post-img__info {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-img__info .post-date {
/*  margin-left: 10px;*/
  color: rgba(255, 255, 255, 0.4);
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-img__info .post-date {
    margin-left: 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-img__info .post-date {
    margin-left: 20px;
  }
}

.link-to-post {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -3px;
}
.post-author__link {
  margin: 3px;
  padding: 3px 5px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-author__link {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-author__link {
    padding: 7px 15px;
    font-size: 24px;
  }
}

.post-date {
  font-size: 12px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-date {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-date {
    font-size: 18px;
  }
}

.post-text {
/*  padding-bottom: 10px;*/
}
.post-text a {
  color: #007b37;
}
.post-text .full-width {
  margin: 0;
}
.post-text .full-width img {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-text .full-width img {
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-text .full-width img {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
}
/*.post-text .full-width */
figcaption {
  max-width: 90%;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 12px;
  font-style: italic;
  color: #666666;
}
@media (min-width: 420px) and (orientation: portrait) {
/*  .post-text .full-width */
  figcaption {
    font-size: 12px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
/*  .post-text .full-width */
  figcaption {
    font-size: 18px;
  }
}

.unic-post {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -10px 10px -10px;
  padding: 10px;
  background-color: #dedede;
}
@media (min-width: 420px) and (orientation: portrait) {
  .unic-post {
    margin: 0 -15px 15px -15px;
    padding: 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .unic-post {
    margin: 0 -20px 20px -20px;
    padding: 20px;
  }
}
.unic-post__img {
  position: relative;
  width: 50%;
  max-width: 250px;
  margin-right: 10px;
  padding-bottom: 38%;
  background: center/cover no-repeat;
}
@media (min-width: 420px) and (orientation: landscape) {
  .unic-post__img {
    margin-right: 20px;
    max-width: 170px;
    padding-bottom: 130px;
  }
}
.unic-post__img .post-author {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.unic-post__header {
  width: 50%;
}

.next-page {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 14px;
  color: #007b37;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(0, 123, 55, 0.2);
  border-bottom: 2px solid #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-page {
    margin-top: 30px;
    height: 70px;
    font-size: 18px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .next-page {
    height: 100px;
    font-size: 28px;
  }
}
.next-page__ico {
  margin-top: 2px;
  margin-left: 10px;
  width: 10px;
  height: 12px;
  stroke-width: 2px;
  stroke: #cce5d7;
  fill: #007b37;
}

.post-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-info {
    padding: 15px 0;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-info {
    padding: 20px 0;
  }
}
.post-info__group {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.post-info .post-author {
  width: 100%;
  margin-bottom: 8px;
}
.post-info .post-date {
  margin-top: 3px;
  margin-right: 8px;
  white-space: nowrap;
  color: #666666;
}

.post-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -2px;
}
.post-tags__tag {
  margin: 2px;
  padding: 3px 5px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  background-color: #a3a3a3;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-tags__tag {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-tags__tag {
    padding: 7px 15px;
    font-size: 18px;
  }
}

.polirtu-eye {
  width: 22px;
  height: 12px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .polirtu-eye {
    width: 29px;
    height: 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .polirtu-eye {
    width: 43px;
    height: 23px;
  }
}

.post-social h4 {
  margin: 10px 0;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-social h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-social h4 {
    margin-bottom: 20px;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: -3px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .social {
    margin: -5px;
    max-width: 400px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .social {
    margin: -8px;
    max-width: 550px;
  }
}
.social__link {
  width: 38px;
  height: 38px;
  margin: 3px;
  background: center/contain no-repeat;
}
@media (min-width: 420px) and (orientation: portrait) {
  .social__link {
    margin: 5px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .social__link {
    margin: 8px;
    width: 75px;
    height: 75px;
  }
}

.post-twice {
  display: flex;
  align-items: flex-start;
  width: calc(100% + 40px);
  box-sizing: border-box;
  margin: 10px -20px 15px -20px;
  padding: 15px;
  background-color: #dbefe3;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-twice {
    width: calc(100% + 60px);
    margin: 15px -30px 20px -30px;
    padding: 23px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-twice {
    width: calc(100% + 80px);
    margin: 20px -40px 25px -40px;
    padding: 30px;
  }
}
.post-twice .post-mini-v {
  width: 50%;
  margin: 5px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-twice .post-mini-v {
    margin: 7px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-twice .post-mini-v {
    margin: 10px;
  }
}

.post-mini-v {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.post-mini-v__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-mini-v__img {
    margin-bottom: 15px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-mini-v__img {
    margin-bottom: 20px;
  }
}
.post-mini-v__img img {
  width: 100%;
  max-width: 100%;
}
.post-mini-v__header {
  font-weight: 700;
  font-size: 13px;
  color: #000;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-mini-v__header {
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-mini-v__header {
    font-size: 26px;
  }
}

.next-article {
  position: fixed;
  transform: translateY(100%);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  text-decoration: none;
  color: inherit;
  border-top: 2px solid #007b37;
  background-color: #fff;
  transition: transform 0.3s;
}
@media (min-width: 420px) and (orientation: landscape) {
  .next-article {
    height: 50px;
  }
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-article {
    height: 100px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .next-article {
    height: 140px;
  }
}
.next-article.active {
  transform: translateY(0);
  transition: transform 0.3s;
}
.next-article .container {
  height: 100%;
}
.next-article__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  padding-right: 20px;
  box-sizing: border-box;
}
.next-article__title {
  margin-bottom: 3px;
  font-size: 10px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-article__title {
    font-size: 13px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .next-article__title {
    font-size: 20px;
  }
}
.next-article__header {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-article__header {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (orientation: portrait) {
  .next-article__header {
    font-size: 24px;
  }
}
@media (min-width: 600px) and (orientation: portrait) {
  .next-article__header {
    font-size: 28px;
  }
}
.next-article__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  min-width: 50px;
  margin-right: -20px;
  background-color: #dbefe3;
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-article__ico {
    width: 70px;
    min-width: 70px;
    margin-right: -30px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .next-article__ico {
    width: 100px;
    min-width: 100px;
    margin-right: -40px;
  }
}
.next-article__ico svg {
  width: 10px;
  height: 20px;
  fill: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .next-article__ico svg {
    width: 15px;
    height: 28px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .next-article__ico svg {
    width: 20px;
    height: 40px;
  }
}
.post-social {
  display: inline-block;
}

.post + .post,
.unic-post + .post,
.sub-block + .post,
.post + .sub-block {
  margin-top: 15px;
}

.post-author + .post-date {
  margin-left: 10px;
}

.video-wrapper { position: relative; padding-top: 25px; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.post-rubric {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -3px -3px -3px 10px;
  padding: 3px 5px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #007b37;
}
@media (min-width: 420px) and (orientation: portrait) {
  .post-rubric {
    padding: 5px 10px;
    font-size: 16px;
  }
}
@media (min-width: 560px) and (orientation: portrait) {
  .post-rubric {
    padding: 7px 15px;
    font-size: 24px;
  }
}
.banner-mobile_below_top_bar_2,
.banner-material_mobile_below_top_bar,
.banner-mobile_below_top_bar_new {
  margin-left: -20px;
  margin-right: -20px;
}
.banner-mobile_below_top_bar_2 img,
.banner-material_mobile_below_top_bar img,
.banner-mobile_below_top_bar_new img {
  width: 100%;
}
@media (min-width: 560px) and (orientation: portrait) {
  .banner-mobile_below_top_bar_2,
  .banner-material_mobile_below_top_bar,
  .banner-mobile_below_top_bar_new {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 420px) and (orientation: portrait) {
  .banner-mobile_below_top_bar_2,
  .banner-material_mobile_below_top_bar,
  .banner-mobile_below_top_bar_new {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.banner-material_mobile_below_top_bar img {
height: 40px;
}
.banner-material_mobile_below_top_bar,
.banner-mobile_below_top_bar_new {
  margin-top:3px;
}
.banner-mobile_firstpage_below_next1 img,
.banner-material_mobile_below_social_1 img,
.banner-material_mobile_middle_of_text_1 img,
.banner-mobile_index_below_next_new img {
  width: 100%;
}

