

/* Start:/local/templates/re-store_blog/app/assets/stylesheets/style.css?177314820141518*/
/*! 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 {
  min-width: 360px;
  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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-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; }

@font-face {
  font-family: 'MyriadPro-Cond';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.woff2") format("woff2"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.svg#MyriadPro-Cond") format("svg"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/MyriadPro-Cond/MyriadPro-Cond.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe-Regular';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.woff2") format("woff2"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.svg#Circe-Regular") format("svg"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Regular/Circe-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe-ExtraBold';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.woff2") format("woff2"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.svg#Circe-ExtraBold") format("svg"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-ExtraBold/Circe-ExtraBold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Circe-Bold';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.woff2") format("woff2"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.svg#Circe-Bold") format("svg"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Circe-Bold/Circe-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'WebSymbolsLigaRegular';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/WebSymbolsLiga-Regular/websymbolsligaregular.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/WebSymbolsLiga-Regular/websymbolsligaregular.eot?#iefix") format("embedded-opentype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/WebSymbolsLiga-Regular/websymbolsligaregular.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/WebSymbolsLiga-Regular/websymbolsligaregular.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/WebSymbolsLiga-Regular/websymbolsligaregular.svg#WebSymbolsRegular") format("svg"); }
@font-face {
  font-family: 'Graphik-Medium';
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Graphik/Graphik-Medium-Cy.eot");
  src: url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Graphik/Graphik-Medium-Cy.eot?#iefix") format("embedded-opentype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Graphik/Graphik-Medium-Cy.woff") format("woff"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Graphik/Graphik-Medium-Cy.ttf") format("truetype"), url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/fonts/Graphik/Graphik-Medium-Cy.svg") format("svg"); }

body {
  font: normal 100%/1 "MyriadPro-Cond", Helvetica, Arial, sans-serif;
  background: #ffffff; }

/* CLEARFIX */
.cf:before, .cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

/* STRUCTURE */
.container {
  max-width: 1280px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1280px) {
    .container {
      max-width: 100%;
      padding: 0 20px; } }

.container-article {
  max-width: 1010px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .container-article {
      max-width: 100%;
      padding: 0 } }

.container-article.setka_container-article {
  width: 100%;
  max-width: 100%;
}

.preloader {
  background: #1d1d1b;
  color: #777776;
  text-align: center;
  font: normal 24px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
  padding: 80px 20px;
  margin: 30px 0; }
  .preloader a {
    display: inline-block;
    color: #777776;
    text-decoration: none;
    position: relative; }
    .preloader a:hover {
      text-decoration: underline; }
    .preloader a::before {
      height: 35px;
      width: 35px;
      background: transparent url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/images/preloader.gif") 0 0 no-repeat;
      background-size: 35px;
      position: absolute;
      content: " ";
      left: -55px;
      top: -3px; }

.hidden {
  display: none;
  opacity: 0; }

/* HEADER */
.header {
  height: 130px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 480px) {
    .header {
      height: 100px; } }
  .header__logo {
    width: 280px;
    margin-top: 37px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      .header__logo {
        width: 200px;
        margin-top: 33px; } }
    .header__logo img {
      width: 80%; }
  .header__hamburger {
    display: block;
    width: 29px;
    height: 29px;
    background: transparent url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/images/menu-1.svg") 0 0 no-repeat;
    position: absolute;
    right: 0;
    top: 37px;
    background-size: 29px;
    z-index: 50;
    cursor: pointer; }
.header__hamburger.active {
  background: transparent url("/local/templates/re-store_blog/app/assets/stylesheets/../../../app/assets/images/menu-2.svg") 0 0 no-repeat;
}

/* MENU */
.menu {
  width: 100%;
  background: #5fa774;
  position: absolute;
  top: 0;
  z-index: 50;
  padding: 20px 0;
  opacity: 1; }
.logo_green {
  width: 280px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 17px;
}
.logo_green img {
  width: 35%;
  float: left;
}
.logo_green a {
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
}
.link_to_site {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.link_to_site a {
  color: #fff !important;
  font: normal 24px/24px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
}
.link_to_site a:visited {
  color: #fff !important;
}
.link_to_site a:visited:hover {
  color: #fff !important;
}
.nav {
  width: calc(100% - 280px - 125px - 90px);
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: top;
  display: inline-block;
  margin-top: 18px; }
  @media only screen and (max-width: 1024px) {
    .nav {
      width: 70%; } }
  @media only screen and (max-width: 768px) {
    .nav {
      width: 100%;
      float: none;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .nav {
      margin-bottom: 20px; } }
  .nav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .nav ul {
        margin: 0; } }
    @media only screen and (max-width: 480px) {
      .nav ul {
        width: 100%;
        margin-bottom: 15px; } }
    .nav ul li {
      font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
      color: #3b6949;
      letter-spacing: 2px;
      text-transform: uppercase;
      list-style: none;
      display: inline-block;
      margin: 10px 40px 10px;
      text-align: left; }
      .nav ul li:first-child {
        margin-top: 0; }
      .nav ul li a {
        color: #3b6949;
        text-decoration: none; }
        .nav ul li a:hover {
          color: #fff; }
      .nav ul li.selected {
        color: #fff; }
        .nav ul li.selected a {
          color: #fff;
          text-decoration: none; }
          .nav ul li.selected a:hover {
            color: #fff;
            text-decoration: none; }

/* SUBSCRIBE */
.subscribe {
  width: 60%;
  float: left;
  margin-top: 5px; }
  @media only screen and (max-width: 1024px) {
    .subscribe {
      width: 50%; } }
  @media only screen and (max-width: 768px) {
    .subscribe {
      width: 100%;
      float: none; } }
  .subscribe form {
    margin-left: 60px; }
    @media only screen and (max-width: 768px) {
      .subscribe form {
        margin-left: 0; } }
  .subscribe label {
    display: block;
    font: normal 21px/21px "Circe-Regular", Helvetica, Arial, sans-serif;
    color: #fff;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
      .subscribe label {
        margin-bottom: 10px; } }
  .subscribe input[type="email"] {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 300px;
    height: 55px;
    padding: 0 15px;
    background: #fff;
    font: normal 21px/21px "Circe-Regular", Helvetica, Arial, sans-serif;
    color: #7b7979;
    border: none;
    border-radius: 3px;
    margin: 0 5px 10px 0; }
    @media only screen and (max-width: 1024px) {
      .subscribe input[type="email"] {
        width: 250px; } }
  .subscribe .btn {
    margin-bottom: 10px; }

/* CARDS */
.icon {
  font: normal 100%/1 "WebSymbolsLigaRegular";
  margin: 0 5px 0 0 !important; }

.cards-group .cards {
  margin-left: 30px; }
  .cards-group .cards:first-child {
    margin-left: 0; }
.cards-group .cards-group-mini {
  width: calc(50% - 15px);
  float: left;
  margin-left: 30px; }
  .cards-group .cards-group-mini:first-child {
    margin-left: 0; }
  @media only screen and (max-width: 1024px) {
    .cards-group .cards-group-mini {
      width: 100%;
      float: none;
      margin-left: 0; } }

.cards {
  background: #fff center top / cover; }
  .cards__blur {
    background: transparent;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .cards__meta {
    font: normal 19px/19px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #a3a29f;
    text-transform: uppercase;
    position: relative;
    z-index: 20; }
  .cards__views {
    color: #a3a29f;
    margin: 0 8px;
    text-decoration: none;
    text-transform: none; }
  .cards__comments {
    color: #a3a29f;
    margin: 0 8px;
    text-decoration: none;
    text-transform: none; }
  .cards__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .cards__link:hover {
      background: rgba(255, 255, 255, 0.2); }

.cards-size-1 {
  width: 100%;
  min-height: 490px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .cards-size-1__section {
    font: normal 21px/21px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 105px 0 10px; }
    @media only screen and (max-width: 768px) {
      .cards-size-1__section {
        font: normal 18px/18px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
        margin: 50px 0 10px;
        min-height: auto; } }
  .cards-size-1__title {
    font: normal 95px/95px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0 20px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cards-size-1__title {
        font: normal 80px/80px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 480px) {
      .cards-size-1__title {
        font: normal 60px/60px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    .cards-size-1__title a {
      color: #fff;
      text-decoration: none; }
      .cards-size-1__title a:hover {
        text-decoration: underline; }
  .cards-size-1__subtitle {
    font: normal 35px/35px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 480px) {
      .cards-size-1__subtitle {
        font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
  .cards-size-1__avatar {
    margin: 30px 0 15px;
    position: relative;
    z-index: 1; }
  .cards-size-1__username {
    font: normal 19px/19px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #a3a29f;
    text-transform: uppercase;
    margin: 15px 0 10px;
    position: relative;
    z-index: 1; }

.cards-size-2 {
  width: calc(66.6% - 15px);
  float: left;
  min-height: 330px;
  max-height: 330px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cards-size-2 {
      width: calc(50% - 15px); } }
  @media only screen and (max-width: 480px) {
    .cards-size-2 {
      width: 100%;
      margin: 0 0 30px 0 !important; } }
  .cards-size-2__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 30px 0 10px; }
  .cards-size-2__title {
    font: normal 65px/65px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0 15px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 1170px) {
      .cards-size-2__title {
        font: normal 55px/55px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 768px) {
      .cards-size-2__title {
        font: normal 40px/40px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    .cards-size-2__title a {
      color: #fff;
      text-decoration: none; }
      .cards-size-2__title a:hover {
        text-decoration: underline; }
  .cards-size-2__subtitle {
    font: normal 27px/27px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 15px 0 45px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cards-size-2__subtitle {
        font: normal 20px/20px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
        margin: 15px 0 20px; } }
  .cards-size-2 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif; }

.cards-size-3 {
  width: calc(33.3% - 15px);
  float: left;
  min-height: 330px;
  max-height: 330px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
.cards-size-3.hover-gray:hover {
  background-color: #d9d9d9 !important;
}
  @media only screen and (max-width: 1024px) {
    .cards-size-3 {
      width: calc(50% - 15px); } }
  @media only screen and (max-width: 480px) {
    .cards-size-3 {
      width: 100%; } }
  .cards-size-3__img {
    max-width: 100%;
    text-align: center; }
  .cards-size-3__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 30px 0 10px; }
  .cards-size-3__title {
    font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #000;
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1170px) {
      .cards-size-3__title {
        font: normal 40px/40px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    .cards-size-3__title a {
      color: #000;
      text-decoration: none; }
      .cards-size-3__title a:hover {
        text-decoration: underline; }
  .cards-size-3 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif; }

.cards-vcenter {
  display: table-cell;
  vertical-align: middle;
  height: 500px; }

.cards-size-4 {
  width: calc(50% - 15px);
  float: left;
  min-height: 500px;
  max-height: 500px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 1024px) {
    .cards-size-4 {
      width: 100%;
      margin-left: 0 !important; } }
  .cards-size-4__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 0 0 10px; }
  .cards-size-4__title {
    font: normal 65px/65px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0 15px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .cards-size-4__title {
        font: normal 55px/55px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 480px) {
      .cards-size-4__title {
        font: normal 45px/45px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    .cards-size-4__title a {
      color: #fff;
      text-decoration: none; }
      .cards-size-4__title a:hover {
        text-decoration: underline; }
  .cards-size-4__subtitle {
    font: normal 27px/27px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 15px 0 45px;
    position: relative;
    z-index: 1; }
  .cards-size-4__avatar {
    margin: 30px 0 15px;
    position: relative;
    z-index: 1; }
  .cards-size-4__username {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #a3a29f;
    text-transform: uppercase;
    margin: 15px 0 10px;
    position: relative;
    z-index: 1; }
  .cards-size-4 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif; }

.cards-size-5 {
  width: calc(50% - 15px);
  float: left;
  min-height: 235px;
  max-height: 235px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .cards-size-5 {
      width: 100%;
      float: none;
      margin: 0 0 30px !important; } }
  .cards-size-5__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 25px 0 5px; }
  .cards-size-5__title {
    font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0 15px;
    position: relative;
    z-index: 1; }
    .cards-size-5__title a {
      color: #fff;
      text-decoration: none; }
      .cards-size-5__title a:hover {
        text-decoration: underline; }
  .cards-size-5 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif; }

.cards-size-6 {
  width: calc(50% - 15px);
  float: left;
  min-height: 235px;
  max-height: 235px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }

.cards-size-6.hover-gray:hover {
  background-color: #d9d9d9 !important;
}
  @media only screen and (max-width: 480px) {
    .cards-size-6 {
      width: 100%;
      float: none;
      margin-left: 0 !important; } }
  .cards-size-6__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #5fa774;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 25px 0 5px; }
  .cards-size-6__title {
    font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #000;
    margin: 10px 0 15px;
    position: relative;
    z-index: 1; }
    .cards-size-6__title a {
      color: #000;
      text-decoration: none; }
      .cards-size-6__title a:hover {
        text-decoration: underline; }
  .cards-size-6__img {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-left: -20px; }
  .cards-size-6 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif; }

.cards-size-7 {
  width: calc(50% - 15px);
  float: left;
  min-height: 235px;
  max-height: 235px;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: hidden; }
  @media only screen and (max-width: 480px) {
    .cards-size-7 {
      width: 100%;
      float: none;
      margin-left: 0 !important; } }
  .cards-size-7__section {
    font: normal 15px/15px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #333;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 25px 0 5px; }
  .cards-size-7__title {
    font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 10px 0 15px;
    position: relative;
    z-index: 1; }
    .cards-size-7__title a {
      color: #fff;
      text-decoration: none; }
      .cards-size-7__title a:hover {
        text-decoration: underline; }
  .cards-size-7 .cards__meta {
    font: normal 15px/15px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff; }
  .cards-size-7 .cards__views {
    color: #fff; }
  .cards-size-7 .cards__comments {
    color: #fff; }

/* ARTICLE HEADER */
.article-header {
  width: 100%;
  min-height: 645px;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  overflow: hidden;
  background: #000 center top / cover;
  margin-top: -130px; }
.article-header.setka_style {
  min-height: 120px;
}
  @media only screen and (max-width: 480px) {
    .article-header {
      padding: 20px 0;
      min-height: auto; } }
  .article-header__section {
    font: normal 21px/21px "Circe-ExtraBold", Helvetica, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 240px 0 10px; }
    @media only screen and (max-width: 768px) {
      .article-header__section {
        margin: 140px 0 10px;
        font: normal 18px/18px "Circe-ExtraBold", Helvetica, Arial, sans-serif; } }
  .article-header__title {
    font: normal 86px/86px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    margin: 25px 0 20px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .article-header__title {
        font: normal 80px/80px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    @media only screen and (max-width: 480px) {
      .article-header__title {
        font: normal 60px/60px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
    .article-header__title a {
      color: #fff;
      text-decoration: none; }
      .article-header__title a:hover {
        text-decoration: underline; }
  .article-header__subtitle {
    font: normal 35px/35px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #fff;
    position: relative;
    z-index: 1; }
  .article-header__avatar {
    margin: 35px 0 15px;
    position: relative;
    z-index: 1; }
  .article-header__username {
    font: normal 19px/19px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #a3a29f;
    text-transform: uppercase;
    margin: 15px 0 0;
    position: relative;
    z-index: 1; }
  .article-header__meta {
    font: normal 19px/19px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #a3a29f;
    position: relative;
    z-index: 1;
    margin-top: 40px; }
  .article-header__views {
    color: #a3a29f;
    margin: 0 8px;
    text-decoration: none;
    text-transform: none; }
  .article-header__comments {
    color: #a3a29f;
    margin: 0 8px;
    text-decoration: none;
    text-transform: none; }

/* ARTICLE BODY */
.article-body {
  position: relative;
  padding: 60px 260px 60px 0; }
.article-body.setka_style {
  padding: 60px 0 60px 0; }
  @media only screen and (max-width: 768px) {
    .article-body {
      padding: 60px 0; } }
  @media only screen and (max-width: 768px) {
    .article-body {
      padding: 30px 0; } }
  .article-body__lead {
    font: normal 33px/40px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #5fa774;
    margin: 0 -260px 50px 0; }
    @media only screen and (max-width: 768px) {
      .article-body__lead {
        margin: 0 0px 30px 0; } }
    @media only screen and (max-width: 480px) {
      .article-body__lead {
        font: normal 30px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif; } }
  .article-body p {
    font: normal 20px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 20px 0;
    padding: 0; }
    @media only screen and (max-width: 480px) {
      .article-body p {
        font: normal 18px/30px "Circe-Regular", Helvetica, Arial, sans-serif; } }
  .article-body h2, .article-body h3 {
    font: bold 24px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 30px 0 20px;
    padding: 0; }
    @media only screen and (max-width: 480px) {
      .article-body h2, .article-body h3 {
        font: bold 21px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif; } }
  .article-body img {
    display: block;
    max-width: 100%;
    margin-bottom: 20px; }
  .article-body__img {
    font: normal 18px/20px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
    color: #7b7979;
    margin: 40px -180px 40px 0; }
    @media only screen and (max-width: 768px) {
      .article-body__img {
        margin: 40px 0px 40px 0; } }
    .article-body__img img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }

.with-billboard {
  min-height: 320px;
  text-align: center;
  background: #000 center top / cover;
  margin: 40px -290px 40px -110px;
  padding: 90px 180px; }
  @media only screen and (max-width: 768px) {
    .with-billboard {
      margin: 40px -20px;
      padding: 90px; } }
  @media only screen and (max-width: 480px) {
    .with-billboard {
      padding: 30px 20px; } }
  .with-billboard h2 {
    display: table-cell;
    vertical-align: middle;
    height: 320px;
    color: #fff; }

.with-aside {
  position: relative; }

.article-aside {
  width: 180px;
  position: absolute;
  right: -270px;
  top: 0;
  font: normal 18px/20px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
  color: #7b7979; }
  @media only screen and (max-width: 768px) {
    .article-aside {
      position: relative;
      right: auto;
      top: auto; } }
  .article-aside img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px; }

/* ARTICLE FOOTER */
.article-footer {
  min-height: 100px;
  margin: 0 0 60px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .article-footer {
      padding: 0; } }

/* TAGS ARTICLE */
.tags {
  color: #adadac; }
.tags a {
  display: inline-block;
  height: 28px;
  color: #adadac;
  border-radius: 3px;
  border: 1px solid #adadac;
  background: #fff;
  font: normal 18px/30px "MyriadPro-Cond", Helvetica, Arial, sans-serif;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  text-decoration: none; }
.tags a:hover {
  border: 1px solid #949492;
  color: #949492; }


/* READ MORE ARTICLE LINK */
.read-more {
  width: 240px;
  position: absolute;
  bottom: 65px;
  right: 0;
  padding: 15px 0;
  font: normal 20px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #231f20; }
  @media only screen and (max-width: 768px) {
    .read-more {
      width: 100%;
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      margin: 30px 0; } }
  .read-more a {
    display: block;
    color: #5fa774 !important;
    font: normal 20px/30px 'Helvetica Neue', Helvetica, Arial, sans-serif; }

/* SOCIAL BTN */
.social-fixed {
  display: none; }

.social-networks-sharing {
  margin: 20px 0 50px 0;
  display: block;
  width: 100%; }

body.no-js .social-networks-sharing {
  display: none; }

.social-networks-sharing h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  color: #666;
  line-height: 1.3;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 18px; }

.social-networks-sharing .pluso {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center; }

/* BUTTONS */
.btn {
  display: inline-block;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 3px;
  vertical-align: middle;
  padding: 0 25px;
  font: normal 20px/55px "Circe-Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff; }

.btn-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }
  .btn-white:hover {
    border: 1px solid #e6e6e6;
    color: #e6e6e6; }

.btn-green {
  border: 1px solid #5ea877;
  background: #5ea877;
  color: #fff; }
  .btn-green:hover {
    border: 1px solid #4a895f;
    color: #e6e6e6; }

/* COMMENTS */
.comments {
  padding: 0 270px 0 90px;
  margin: 60px 0; }
  @media only screen and (max-width: 768px) {
    .comments {
      padding: 0; } }

.comments-addfrom {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .comments-addfrom {
      margin-bottom: 30px; } }
  .comments-addfrom textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    height: 160px;
    border: 1px solid #a5a5a4;
    border-radius: 3px;
    background: #fff;
    font: normal 21px/30px "Circe-Regular", Helvetica, Arial, sans-serif;
    color: #7b7979;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .comments-addfrom textarea {
        margin-bottom: 10px; } }

.comments-item {
  padding: 40px 40px 40px 140px;
  border-top: 1px solid #d2d2d1;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .comments-item {
      padding: 20px 0 20px 60px; } }
  .comments-item:first-child {
    border: 0; }
  .comments-item__avatar {
    position: absolute;
    left: 5px;
    top: 40px; }
    @media only screen and (max-width: 768px) {
      .comments-item__avatar {
        left: 0;
        top: 20px; } }
    @media only screen and (max-width: 768px) {
      .comments-item__avatar img {
        width: 50px;
        height: 50px; } }
  .comments-item__username {
    font: normal 21px/30px "Circe-Bold", Helvetica, Arial, sans-serif;
    color: #1d1d1b;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .comments-item__username {
        display: block;
        font: normal 18px/24px "Circe-Bold", Helvetica, Arial, sans-serif; } }
  .comments-item__date {
    font: normal 21px/30px "Circe-Regular", Helvetica, Arial, sans-serif;
    color: #1d1d1b; }
    @media only screen and (max-width: 768px) {
      .comments-item__date {
        display: block;
        font: normal 18px/24px "Circe-Regular", Helvetica, Arial, sans-serif; } }
  .comments-item__body {
    font: normal 21px/30px "Circe-Regular", Helvetica, Arial, sans-serif;
    color: #7b7979; }
    @media only screen and (max-width: 768px) {
      .comments-item__body {
        font: normal 18px/24px "Circe-Regular", Helvetica, Arial, sans-serif; } }


@media screen and (max-width: 1024px) {
  .logo_green {
    width: 100%;
    margin-bottom: 28px;
  }
  .logo_green img {
    width: 98px;
    float: left;
  }
  .logo_green a {
    overflow: hidden;
    position: relative;
    display: inline-block;
  }
  .nav {
    margin-left: 0px !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .link_to_site {
    width: 100%;
    text-align: left;
    margin-top: 0px;
    padding-left: 10px;
  }
  .nav li {

    margin: 10px 80px 10px 0px !important;
  }
}
@media screen and (max-width: 590px) {
  .logo_green {
    width: 100%;
    margin-bottom: 20px;
  }
  .nav {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  .nav * {
     box-sizing: inherit;
     -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
     -o-box-sizing: inherit;
  }
  .nav ul {
    margin-bottom: 0px !important;
  }
  .nav li {
    width: 49%;

    margin: 0px !important;
    padding: 10px 0px 10px;
  }
}
@media screen and (max-width: 480px) {
  .nav li {
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px 10px;
  }
  .logo_green {
    width: 100%;
    margin-top: 0px;
  }
  .logo_green img {
    width: 70px;
    float: left;
  }
  .logo_green a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-top: 13px;
  }
}
.iframe-wrap {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.iframe-wrap .iframe-helper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  float: left;
  z-index: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top:0;
  left:0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.not-found {
  height: calc(100vh - 220px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}

.not-found__title {
  margin-bottom: 54px;
  font-family: 'Graphik-Medium';
  font-size: 41px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .not-found__title {
    margin-bottom: 47px;
  }
}
.nav-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nav-page__link {
  margin-bottom: 10px;
  font-size: 21px;
  font-family: 'Graphik-Medium';
  color: #fff;
  text-decoration: none;
  transition: color .25s;
}

.nav-page__link--last {
  margin-top: 31px;
}

.nav-page__link:hover {
  color: #5fa774;
}

.visually-hidden-seo {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* End */
/* /local/templates/re-store_blog/app/assets/stylesheets/style.css?177314820141518 */
