/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  position: relative;
  min-width: 320px;
  background: -o-linear-gradient(top, #749248 300px, #749248 300px, #94b072 300px, #94b072 100%);
  background: linear-gradient(to bottom, #749248 300px, #749248 300px, #94b072 300px, #94b072 100%);
  font-family: Trebuchet MS, sans-serif;
  font-size: 16px;
  line-height: 1.36;
  color: #000; }
@media (max-width: 767px) {
    body {
      background: -o-linear-gradient(top, #749248 108px, #749248 108px, #94b072 108px, #94b072 100%);
      background: linear-gradient(to bottom, #749248 108px, #749248 108px, #94b072 108px, #94b072 100%); } }
a {
  color: inherit;
  text-decoration: underline; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
h1 {
  font-size: 35px; }
h2 {
  font-size: 30px; }
h3 {
  font-size: 25px; }
h4 {
  font-size: 22px; }
h5 {
  font-size: 20px; }
h6 {
  font-size: 16px; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Burbank Big Regular';
  src: url("../fonts/BurbankBigRegular-Black.woff2") format("woff2"), url("../fonts/BurbankBigRegular-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
.col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  padding: 0 100px;
  overflow: hidden; }
@media (max-width: 1200px) {
    .wrapper {
      padding: 0 100px 0 0; } }
@media (max-width: 1023px) {
    .wrapper {
      padding: 0 10px; } }
@media (max-width: 767px) {
    .wrapper {
      padding: 0; } }
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto; }
.shell--fluid {
    max-width: none; }
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container .container__inner {
  position: relative;
  padding: 28px;
  background-color: #fff; }
@media (max-width: 767px) {
    .container .container__inner {
      background-color: transparent;
      padding: 0;
      margin-left: 0; } }
.container .container__inner:before {
    content: '';
    position: absolute;
    top: -200px;
    left: calc(100% + 110px);
    right: 0;
    height: 400px;
    width: 50vw;
    background-color: #94b072;
    -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
            transform: skewX(-5deg); }
@media (max-width: 767px) {
      .container .container__inner:before {
        display: none; } }
.container .container__inner:after {
    content: '';
    position: absolute;
    top: 22px;
    right: 0px;
    width: 41px;
    height: 90px;
    background-color: #fff; }
@media (max-width: 767px) {
      .container .container__inner:after {
        display: none; } }
.container .container__image {
  position: absolute;
  top: -21px;
  right: -87px;
  width: 150px; }
@media (max-width: 767px) {
    .container .container__image {
      display: none; } }
.container [class*="section-"] {
  position: relative;
  z-index: 2; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
@media (max-width: 767px) {
  .header .shell {
    padding: 0; } }
.header .header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 0px 20px 12px; }
@media (max-width: 767px) {
    .header .header__inner {
      padding: 10px 20px; } }
.header .header__aside {
  margin-right: 26px; }
.header .header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }
.header .header__main {
  padding: 28px 96px 0 0; }
@media (max-width: 1023px) {
    .header .header__main {
      padding: 28px 0 0 0; } }
@media (max-width: 767px) {
    .header .header__main {
      text-align: right;
      padding-top: 3px; } }
@media (max-width: 1023px) {
  .header .header__bar {
    text-align: right; } }
@media (max-width: 767px) {
  .header .header__bar {
    padding-top: 4px; } }
.header .nav {
  max-width: 900px;
  margin-left: auto; }
@media (min-width: 768px) {
  .header .search {
    width: 280px;
    margin-left: auto; } }
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 24px 20px; }
@media (max-width: 767px) {
    .footer {
      padding: 9px 0; } }
.footer .footer__nav {
    margin-bottom: 17px;
    font-size: 18px; }
@media (max-width: 767px) {
      .footer .footer__nav {
        margin-bottom: 3px;
        font-size: 14px; } }
.footer .footer__nav .footer__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
@media (max-width: 767px) {
        .footer .footer__nav .footer__nav-list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
.footer .footer__nav .footer__nav-item {
      position: relative;
      padding-right: 10px; }
@media (max-width: 767px) {
        .footer .footer__nav .footer__nav-item {
          padding-right: 8px; } }
.footer .footer__nav .footer__nav-item + .footer__nav-item {
        padding-left: 9px; }
.footer .footer__nav .footer__nav-item + .footer__nav-item:before {
          content: '';
          position: absolute;
          top: 4px;
          left: 0;
          width: 2px;
          height: 65%;
          background-color: currentColor; }
.footer .footer__nav .footer__nav-link {
      text-decoration: none;
      -webkit-transition: color .4s;
      -o-transition: color .4s;
      transition: color .4s; }
.footer .footer__nav .footer__nav-link:hover {
        color: #749248; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
/* ------------------------------------------------------------ *\
	Search Button
\* ------------------------------------------------------------ */
.search-btn {
  position: relative;
  display: none;
  color: #fff;
  text-decoration: none; }
@media (max-width: 767px) {
    .search-btn {
      display: inline-block; } }
.search-btn .ico-times {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
.search-btn .ico-search {
    opacity: 1; }
.search-btn.open .ico-times {
    opacity: 1; }
.search-btn.open .ico-search {
    opacity: 0; }
/* ------------------------------------------------------------ *\
	Burger Button
\* ------------------------------------------------------------ */
.burger {
  position: relative;
  display: none;
  width: 30px;
  color: #fff;
  text-decoration: none; }
@media (max-width: 767px) {
    .burger {
      display: inline-block; } }
.burger .ico-times {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
.burger.open .ico-times {
    opacity: 1; }
.burger.open .ico-bars {
    opacity: 0; }
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.textarea,
.field {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #a9a9a0;
  border-radius: 0;
  background-color: #f9f9f6; }
.textarea {
  resize: none; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Form Sign
\* ------------------------------------------------------------ */
.form-sign {
  padding: 13px 23px 19px;
  background-color: #faec48; }
@media (max-width: 1023px) {
    .form-sign {
      padding: 10px 10px 20px; } }
@media (max-width: 767px) {
    .form-sign {
      padding: 13px 11px 19px; } }
.form-sign .form__title {
    margin-bottom: 1px;
    font-family: "Burbank Big Regular", sans-serif;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.02em; }
.form-sign .form__entry {
    letter-spacing: 0.01em;
    margin-bottom: 8px; }
.form-sign .form__label {
    min-width: 66px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase; }
.form-sign .field {
    padding: 9px 10px;
    border: none;
    font-size: 11px; }
.form-sign .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.form-sign .form__row + .form__row {
      margin-top: 6px; }
.form-sign .form__controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.form-sign .form__actions {
    padding-left: 66px;
    margin-top: 6px; }
.form-sign .form__btn {
    min-width: 153px;
    padding: 2px 8px;
    border: 2px solid transparent;
    border-radius: 0;
    background-color: #fff;
    font-family: "Burbank Big Regular", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: -0.06em;
    -webkit-transition: border-color .4s, background-color .4s;
    -o-transition: border-color .4s, background-color .4s;
    transition: border-color .4s, background-color .4s;
    -webkit-appearance: none; }
.form-sign .form__btn:hover {
      border-color: #fff;
      background-color: #faec48; }
@media (max-width: 1099px) {
      .form-sign .form__btn {
        min-width: 0;
        width: 100%; } }
@media (max-width: 767px) {
      .form-sign .form__btn {
        min-width: 153px;
        width: auto; } }
/* ------------------------------------------------------------ *\
	Form Comments
\* ------------------------------------------------------------ */
.form-comments {
  max-width: 562px;
  padding-top: 21px; }
@media (max-width: 767px) {
    .form-comments {
      max-width: 100%; } }
.form-comments .form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px) {
      .form-comments .form__body {
        display: block; } }
.form-comments .form__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    max-width: 36%;
    margin-right: 20px; }
@media (max-width: 767px) {
      .form-comments .form__aside {
        max-width: 100%;
        margin-right: 0; } }
.form-comments .form__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    max-width: 47%; }
@media (max-width: 767px) {
      .form-comments .form__content {
        max-width: 100%; } }
.form-comments .form__verification {
    font-family: Georgia, sans-serif;
    margin: 18px 0 14px; }
.form-comments .form__actions {
    margin-top: 12px; }
.form-comments .form__text {
    margin-bottom: 16px; }
.form-comments .form__image {
    margin-bottom: 5px; }
.form-comments .form__btn {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #a9a9a0;
    border-radius: 0;
    background-color: #f9f9f6;
    font-size: 12px;
    -webkit-appearance: none; }
.form-comments .textarea {
    min-height: 202px; }
/* ------------------------------------------------------------ *\
	List News
\* ------------------------------------------------------------ */
.list-news {
  padding-left: 16px;
  list-style: disc;
  list-style-position: inside; }
.list-news .list-news__item {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
    text-indent: -20px; }
.list-news .list-news__date,
  .list-news .list-news__autor {
    font-size: 13px; }
.list-news .list-news__autor,
  .list-news .list-news__name {
    color: #749248;
    text-decoration: none;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s; }
.list-news .list-news__autor:hover,
    .list-news .list-news__name:hover {
      text-shadow: 1px 0px 1px #749248; }
.list-news .list-news__name:before {
    content: '\2022';
    margin-right: 5px;
    color: #333;
    text-shadow: none; }
.list-news .list-news__name:visited {
    color: #333; }
.list-news .list-news__autor:before {
    content: '\2022';
    margin-right: 2px;
    color: #333;
    text-shadow: none; }
/* ------------------------------------------------------------ *\
	List Topics
\* ------------------------------------------------------------ */
.list-topics {
  margin-bottom: 40px;
  list-style: disc;
  list-style-position: inside; }
@media (max-width: 767px) {
    .list-topics {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 14px;
      list-style: none; } }
.list-topics .list-topics__item {
    list-style: disc;
    list-style-position: inside; }
@media (max-width: 767px) {
      .list-topics .list-topics__item {
        position: relative;
        padding-right: 5px;
        list-style: none; }
        .list-topics .list-topics__item + .list-topics__item {
          padding-left: 5px; }
          .list-topics .list-topics__item + .list-topics__item:after {
            content: '';
            position: absolute;
            top: 3px;
            left: 0;
            width: 1px;
            height: 70%;
            background-color: #333; } }
.list-topics .list-topics__link {
    color: #749248;
    text-decoration: none;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s; }
.list-topics .list-topics__link:hover {
      text-shadow: 1px 0px 1px #749248; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 236px;
  height: auto;
  padding-top: 2px;
  text-decoration: none; }
@media (max-width: 767px) {
    .logo {
      width: 170px; } }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  color: #fff;
  font-family: "Burbank Big Regular", sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase; }
@media (max-width: 767px) {
    .nav {
      display: none;
      position: absolute;
      top: 84px;
      left: 0;
      right: 0;
      z-index: 10;
      width: 100%;
      padding: 10px 96px 36px 10px;
      background-color: transparent;
      color: #749248; }
      .nav:before {
        content: '';
        position: absolute;
        top: 0;
        left: -30px;
        right: -3px;
        -webkit-transform: skewX(-6deg);
            -ms-transform: skewX(-6deg);
                transform: skewX(-6deg);
        height: 170px;
        background-color: #749248;
        -webkit-box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.6);
                box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.6); }
      .nav:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 11px;
        width: 150px;
        height: 200px;
        background-image: url(../images/dog.svg);
        background-size: cover;
        pointer-events: none; } }
.nav .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 1023px) {
      .nav .nav__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media (max-width: 767px) {
      .nav .nav__list {
        position: relative;
        display: block;
        padding: 16px 17px;
        background-color: #fff;
        text-align: left;
        -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.6);
                box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.6); }
        .nav .nav__list:before {
          content: '';
          position: absolute;
          top: 12px;
          right: 0px;
          z-index: 1;
          width: 14px;
          height: 110px;
          background-color: #fff; }
        .nav .nav__list:after {
          content: '';
          position: absolute;
          top: 23px;
          right: 2px;
          z-index: 1;
          width: 44px;
          height: 110px;
          background-color: #fff; } }
.nav .nav__link {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
.nav .nav__link:hover {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
@media (max-width: 1023px) {
    .nav .nav__item {
      width: 33.33%; } }
@media (max-width: 767px) {
    .nav .nav__item {
      width: 100%;
      line-height: 1.3; }
      .nav .nav__item + .nav-item {
        margin-top: 5px; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section Primary
\* ------------------------------------------------------------ */
.section-primary .section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px; }
@media (max-width: 767px) {
    .section-primary .section__main {
      display: block;
      padding: 16px 10px;
      margin-bottom: 0;
      background-color: #fff; } }
.section-primary .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  max-width: 600px; }
@media (max-width: 1023px) {
    .section-primary .section__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      max-width: 60%; } }
@media (max-width: 767px) {
    .section-primary .section__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 13px; } }
.section-primary .section__aside {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 12px; }
@media (max-width: 767px) {
    .section-primary .section__aside {
      margin-left: 0; } }
.section-primary .section__link {
  display: inline-block;
  padding: 0 4px;
  opacity: 1;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }
@media (max-width: 767px) {
    .section-primary .section__link {
      display: block;
      padding: 0 2px;
      margin: 0 auto 14px;
      text-align: center; }
      .section-primary .section__link img {
        width: 100%; } }
.section-primary .section__link:hover {
    opacity: .7; }
@media (max-width: 767px) {
  .section-primary .section__bar {
    padding: 0 10px 13px;
    background-color: #fff; }
    .section-primary .section__bar .cols {
      display: block; } }
.section-primary .form-sign {
  margin-bottom: 14px; }
.section-primary .covers {
  margin-bottom: 14px; }
/* ------------------------------------------------------------ *\
	Section News
\* ------------------------------------------------------------ */
.section-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media (max-width: 767px) {
    .section-news {
      display: block;
      padding: 9px 3px 0; } }
.section-news .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 14px; }
@media (max-width: 767px) {
      .section-news .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 10px; } }
.section-news .section__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    max-width: 100%;
    background-color: #fff; }
@media (max-width: 767px) {
      .section-news .section__content {
        padding: 14px 10px 24px;
        margin-bottom: 14px; } }
.section-news .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
    margin-left: 14px;
    background-color: #fff; }
@media (max-width: 767px) {
      .section-news .section__aside {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 100%;
        margin-left: 0; } }
.section-news .section__title {
    margin-bottom: 22px;
    line-height: 1.23;
    letter-spacing: 0.006em; }
.section-news .section__subtitle {
    margin-top: 3px;
    margin-bottom: 14px;
    font-size: 19px; }
.section-news .section__subtitle--border {
      padding-top: 15px;
      border-top: 1px solid #000; }
.section-news .section__meta {
    font-style: italic; }
.section-news .section__image {
    margin-bottom: 16px; }
.section-news .section__entry {
    margin-bottom: 13px; }
.section-news .section__list {
    padding-left: 40px;
    margin-bottom: 12px;
    text-indent: -20px;
    list-style-type: disc;
    list-style-position: inside; }
.section-news .section__paragraph {
    margin-bottom: 14px; }
.section-news .section__paragraph .section__link {
      margin-bottom: 0; }
.section-news .section__paragraph--georgia {
      font-family: Georgia, sans-serif; }
.section-news .section__link {
    display: inline-block;
    margin-bottom: 14px;
    color: #749248;
    text-decoration: none;
    word-break: break-all;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s; }
.section-news .section__link:hover {
      text-shadow: 1px 0px 1px #749248; }
.section-news .section__comments span {
    width: 100% !important; }
@media (max-width: 767px) {
    .section-news .breadcrumbs {
      margin-bottom: 7px; } }
.section-news .form-sign {
    margin-bottom: 14px; }
@media (max-width: 767px) {
      .section-news .form-sign {
        margin-bottom: 0; } }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Widget Topics
\* ------------------------------------------------------------ */
.widget-topics {
  padding: 12px 15px;
  background-color: #eee;
  list-style: none; }
@media (max-width: 767px) {
    .widget-topics {
      padding: 12px 5px;
      margin-bottom: 22px; } }
.widget-topics .widget__title {
    font-size: 15px; }
@media (max-width: 767px) {
    .widget-topics .widget__head {
      margin-bottom: 2px; } }
.widget-topics .widget__link {
    color: #749248;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: text-shadow .4s;
    -o-transition: text-shadow .4s;
    transition: text-shadow .4s; }
.widget-topics .widget__link:hover {
      text-shadow: 1px 0px 1px #749248; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative; }
@media (max-width: 767px) {
    .search {
      display: none;
      position: absolute;
      top: 84px;
      left: 0;
      right: 0;
      z-index: 10;
      width: 100%;
      padding: 20px 23px 36px;
      background-color: #749248; } }
.search .search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px) {
      .search .search__inner {
        display: block;
        text-align: center; } }
.search .search__btn {
    padding: 3px 14px 1px;
    border: 1px solid #aaa;
    border-radius: 0;
    margin-left: 8px;
    background-color: #fff;
    color: #749248;
    font-family: "Burbank Big Regular", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: -0.06em;
    -webkit-transition: border-color .4s, background-color .4s, color .4s;
    -o-transition: border-color .4s, background-color .4s, color .4s;
    transition: border-color .4s, background-color .4s, color .4s;
    -webkit-appearance: none; }
@media (max-width: 767px) {
      .search .search__btn {
        min-width: 166px;
        padding: 8px 10px 6px 6px; } }
.search .search__btn:hover {
      border-color: #fff;
      background-color: #749248;
      color: #fff; }
.search .field {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding: 2px 3px;
    border: 1px solid #aaa;
    font-size: 12px; }
@media (max-width: 767px) {
      .search .field {
        padding: 9px 10px 10px 6px;
        margin-bottom: 18px; } }
/*        
.search .field::-webkit-input-placeholder {
      background-image: url(../images/logo-google.png);
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 48px;
      color: #757575; }
.search .field::-moz-placeholder {
      background-image: url(../images/logo-google.png);
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 48px;
      color: #757575; }
.search .field::-ms-input-placeholder {
      background-image: url(../images/logo-google.png);
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 48px;
      color: #757575; }
.search .field::placeholder {
      background-image: url(../images/logo-google.png);
      background-repeat: no-repeat;
      background-position: center left;
      padding-left: 48px;
      color: #757575; }
*/      
.search .field:focus {
      background-image: none; }
/* ------------------------------------------------------------ *\
	Covers
\* ------------------------------------------------------------ */
.covers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 528px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0 21px;
  background-color: #dcf8bb; }
@media (max-width: 1023px) {
    .covers {
      height: auto;
      padding: 20px; } }
@media (max-width: 767px) {
    .covers {
      padding: 12px 10px 0 30px; } }
/* ------------------------------------------------------------ *\
	Cover
\* ------------------------------------------------------------ */
.cover {
  position: relative; }
@media (max-width: 1023px) {
    .cover {
      margin-bottom: 30px; } }
.cover .cover__image {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
@media (max-width: 1023px) {
      .cover .cover__image {
        position: static;
        text-align: center; } }
@media (max-width: 767px) {
      .cover .cover__image {
        width: 86%;
        margin: 0 auto; } }
.cover .cover__image:hover {
      opacity: 0.8; }
.cover .cover__label {
    position: relative;
    padding: 16px 42px 14px 297px;
    margin-top: 15px;
    line-height: 1.2;
    font-weight: 700; }
@media (max-width: 1023px) {
      .cover .cover__label {
        padding: 0; } }
@media (max-width: 767px) {
      .cover .cover__label {
        margin-top: 0; } }
.cover .cover__label .cover__special-text {
      line-height: 1;
      font-family: "Burbank Big Regular", sans-serif;
      font-size: 24px;
      font-weight: 900;
      font-style: italic; }
.cover .cover__label:before {
      content: '';
      position: absolute;
      top: 0;
      right: 68px;
      height: 3px;
      width: 264px;
      background-color: #6da156; }
@media (max-width: 1023px) {
        .cover .cover__label:before {
          display: none; } }
.cover--reverse .cover__image {
    left: auto;
    right: 35px;
    bottom: 0;
    top: auto; }
.cover--reverse .cover__label {
    padding: 14px 325px 18px 38px;
    margin: 15px auto 0 23px;
    line-height: 1;
    text-align: right; }
@media (max-width: 1023px) {
      .cover--reverse .cover__label {
        padding: 0; } }
@media (max-width: 767px) {
      .cover--reverse .cover__label {
        margin: 0;
        text-align: left; } }
.cover--reverse .cover__label .cover__special-text {
      font-family: "Burbank Big Regular", sans-serif;
      font-size: 24px;
      font-weight: 900;
      font-style: italic; }
.cover--reverse .cover__label:before {
      left: 44px;
      right: auto;
      background-color: #2a905e; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  padding: 10px 12px;
  border: 6px solid #94b072;
  border-radius: 10px; }
@media (max-width: 767px) {
    .card {
      padding: 9px 7px 10px; } }
.card .card__head {
    margin-bottom: 9px; }
.card .card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 1023px) {
      .card .card__body {
        display: block; } }
.card .card__title {
    color: #394f19;
    font-family: "Burbank Big Regular", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.01em; }
.card .card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
    max-width: 275px;
    margin-right: 10px; }
@media (max-width: 1023px) {
      .card .card__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
        .card .card__image img {
          width: 100%; } }
@media (max-width: 767px) {
      .card .card__image {
        margin-bottom: 12px; } }
.card .card__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    padding-left: 3px; }
@media (max-width: 767px) {
      .card .card__content {
        padding-left: 0; } }
.card .card__name {
    display: inline-block;
    margin-bottom: 6px;
    color: #749252;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s; }
.card .card__name:hover {
      color: #94b072; }
.card .card__meta {
    display: block;
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: -0.005em; }
.card .card__entry {
    margin-bottom: 10px; }
@media (max-width: 767px) {
      .card .card__entry {
        margin-bottom: 13px; } }
.card .card__actions {
    padding-right: 10px;
    text-align: right; }
.card .card__link {
    font-family: "Burbank Big Regular", sans-serif;
    font-size: 24px;
    font-weight: 900;
    text-decoration: none;
    text-shadow: -2px -2px 0 #dcf8bb, 2px -2px 0 #dcf8bb, -2px 2px 0 #dcf8bb, 2px 2px 0 #dcf8bb;
    -webkit-transition: text-shadow .4s, color .4s;
    -o-transition: text-shadow .4s, color .4s;
    transition: text-shadow .4s, color .4s; }
.card .card__link:hover {
      color: #faec48;
      text-shadow: -2px -2px 0 #749248, 2px -2px 0 #749248, -2px 2px 0 #749248, 2px 2px 0 #749248; }
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-size: 14px;
  text-align: center; }
@media (max-width: 767px) {
    .copyright {
      font-size: 11px; } }
.copyright .copyright__link {
    text-decoration: none; }
.copyright .copyright__link:hover {
      text-decoration: underline; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*="ico-"] {
  display: inline-block;
  vertical-align: middle; }
[class*="ico-"] svg {
  width: 100%;
  height: 100%; }
.ico-search svg {
  width: 31px;
  height: 31px; }
.ico-times svg {
  width: 31px;
  height: 31px; }
.ico-bars svg {
  width: 31px;
  height: 31px; }
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  font-size: 14px; }
@media (max-width: 1023px) {
    .breadcrumbs {
      font-size: 11px; } }
.breadcrumbs .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.breadcrumbs .breadcrumbs__item {
    position: relative; }
.breadcrumbs .breadcrumbs__item:after {
      content: '\003E'; }
.breadcrumbs .breadcrumbs__item + .breadcrumbs__item {
      margin-left: 4px; }
.breadcrumbs .breadcrumbs__link {
    text-decoration: none; }
/* ------------------------------------------------------------ *\
	Facebook
\* ------------------------------------------------------------ */
.facebook-actions {
  margin-bottom: 17px; }
.facebook-actions span {
    width: 300px !important; }
@media (max-width: 767px) {
    .facebook-actions {
      overflow: hidden; } }
@media (max-width: 767px) {
  .facebook-btn {
    display: inline-block;
    -ms-flex-item-align: end;
        align-self: flex-end; } }
.facebook-page {
  margin-bottom: 14px;
  overflow: hidden;
  text-align: center; }
@media (max-width: 767px) {
    .facebook-page {
      max-width: 500px;
      margin: 0 auto; } }
.facebook-page span {
    display: block;
    width: 100% !important; }
