
/*!
 * J4T
 * html5 + webpack
 * 
 * @author Vally Pepyako(vally.pepyako@gmail.com)
 * @version 1.0.0
 * Copyright 2018.  licensed.
 */
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,400i,700|Open+Sans:400,400i,600,700&subset=cyrillic,cyrillic-ext,latin-ext");
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:root {
  --color-black: #111;
  --color-white: #fff;
  --color-gray-light: #ccc;
  --color-gray-middle: #777;
  --color-gray-dark: #3a3a3b;
  --color-yellow: #f39200;
  --color-red: #e64136;
  --color-blue: #009a93;
  --container-width: 1280px; }

@media only screen and (max-width: 1320px) {
  :root {
    --container-width: 1120px; } }

@media only screen and (max-width: 1180px) {
  :root {
    --container-width: 640px; } }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

img {
  width: 100%;
  height: auto; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); }

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

html {
  /* Change default typefaces here */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans',  sans-serif;
  font-family: 'Merriweather',  serif;
  font-size: 1.625rem;
  line-height: 1.618; }

body {
  font-size: 1rem;
  line-height: 1.6153846rem; }

.jft_container .entry-content {
  font-family: "Merriweather", serif; }

.jft_container .entry-content h1,
.jft_container h1.entry-title,
[class*="__header"] {
  font-size: 1.6153846rem;
  line-height: 2.6153846rem;
  margin-top: 1.6153846rem;
  font-family: "Merriweather", serif;
  color: rgba(0, 0, 0, 0.988235);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.3; }

.lcp_catlist li > a {
  font-size: 1.6153846rem;
  line-height: 2.6153846rem;
  font-family: "Merriweather", serif; }

@media only screen and (max-width: 480px) {
  .jft_container h1.entry-title {
    font-size: 1rem;
    line-height: 1.6153846em;
    margin-top: 1.6153846em;
    margin-bottom: 1.6153846em; } }

.jft_container .entry-content h2, [class*="__sub-header"] {
  font-size: 1rem;
  line-height: 1.6153846rem;
  margin-top: 0;
  margin-bottom: 1.6153846rem;
  font-size: 30px;
  line-height: 1.57;
  margin-bottom: 1.6153846rem; }
  @media only screen and (max-width: 480px) {
    .jft_container .entry-content h2, [class*="__sub-header"] {
      font-size: 0.8rem;
      line-height: 1.6153846em;
      margin-top: 1.6153846em;
      margin-bottom: 1.6153846em; } }

.jft_container .entry-content h3, [class*="__third-header"] {
  font-size: 1rem;
  line-height: 1.6153846rem;
  margin-top: 1.6153846rem;
  margin-bottom: 1.6153846rem; }

.jft_container .entry-content ul,
.jft_container .entry-content ol,
.jft_container .entry-content blockquote {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 1.6153846rem;
  padding: inherit;
  list-style: inherit;
  padding-left: 1rem; }
  @media only screen and (max-width: 480px) {
    .jft_container .entry-content ul,
    .jft_container .entry-content ol,
    .jft_container .entry-content blockquote {
      margin-top: 0rem;
      margin-bottom: 1rem;
      font-size: 0.75rem;
      line-height: 1.25rem; } }

.jft_container .entry-content blockquote {
  padding: 1rem; }

.jft_container p {
  margin-bottom: 1.3rem; }
  @media only screen and (max-width: 480px) {
    .jft_container p {
      margin-top: 0rem;
      margin-bottom: 1rem;
      font-size: 0.75rem;
      line-height: 1.25rem; } }

@media only screen and (max-width: 480px) {
  .jft_container a {
    font-size: 0.75rem;
    line-height: 1.25rem; } }

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0rem;
  margin-bottom: 1.6153846rem; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0rem;
  margin-bottom: 0rem; }

/* Let's make sure all's aligned */
hr,
.hr {
  border: 1px solid;
  margin: -1px 0; }

a,
b,
i,
strong,
em,
small,
code {
  line-height: 1.6153846rem; }

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.jft_container {
  width: 100%;
  max-width: 1280px;
  max-width: var(--container-width);
  margin: 0 auto; }
  @media only screen and (max-width: 1180px) {
    .jft_container {
      padding-left: 15px;
      padding-right: 15px; } }
  .jft_container--flex {
    display: -ms-flexbox;
    display: flex; }
  .jft_container--main-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 0.75rem; }
  .jft_container--footer {
    max-width: 900px; }

[class*="--no-mt"] {
  margin-top: 0; }

[class*="--no-mb"] {
  margin-bottom: 0; }

[class*="--no-pt"] {
  padding-top: 0; }

[class*="--no-pb"] {
  padding-bottom: 0; }

.lcp_catlist li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.lcp_catlist li > a + a {
  -ms-flex-order: 0;
      order: 0;
  font-size: 1.6153846rem;
  line-height: 2.6153846rem;
  margin-top: 1.6153846rem;
  font-family: "Merriweather", serif; }

.lcp_catlist li > * {
  -ms-flex-order: 1;
      order: 1; }

.jft_header {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 2px 0px 0px #777;
  box-shadow: 0px 2px 0px 0px var(--color-gray-middle); }
  @media only screen and (max-width: 1180px) {
    .jft_header {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }

.jft_logo {
  display: block;
  padding: 0.75rem 0;
  margin-left: auto;
  margin-right: auto; }
  .jft_logo--footer {
    text-align: center; }
  .jft_logo__image {
    width: 100%;
    max-width: 141px; }

.jft_banner {
  width: 100%;
  position: relative; }
  .jft_banner__image {
    max-height: 160px;
    object-fit: cover;
    object-position: top; }
    @media only screen and (max-width: 1180px) {
      .jft_banner__image {
        max-height: 100%; } }
  .jft_banner--top {
    padding: 0.75rem 0 0.75rem 1.5rem; }
    @media only screen and (max-width: 1180px) {
      .jft_banner--top {
        padding: 0 0 0.75rem 0; } }
  .jft_banner > div, .jft_banner iframe, .jft_banner blockqote {
    position: absolute;
    left: 1.5rem;
    right: 0;
    bottom: 0.75rem;
    top: 0.75rem; }

.j4t_navigation {
  position: relative;
  padding: 0.75rem 0;
  margin: 0 auto;
  width: 100%; }
  @media only screen and (max-width: 1180px) {
    .j4t_navigation {
      padding: 0.25rem 0;
      max-width: 640px; }
      .j4t_navigation:after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 0;
        width: 1rem;
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); } }
  .j4t_navigation--shadow {
    box-shadow: 0px -2px 0px 0px #777;
    box-shadow: 0px -2px 0px 0px var(--color-gray-middle); }
  @media only screen and (max-width: 1180px) {
    .j4t_navigation__scroll-wrapper, .j4t_navigation .menu-language-container {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
  .j4t_navigation__list {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0; }
    @media only screen and (max-width: 1180px) {
      .j4t_navigation__list {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .j4t_navigation__item {
    border: 0px !important; }
    .j4t_navigation__item.current_page_item a {
      color: #e64136;
      color: var(--color-red); }
    .j4t_navigation__item.current-menu-item a {
      color: #e64136;
      color: var(--color-red); }
    .j4t_navigation__item:last-child a {
      box-shadow: inset 0px 0px 0px 2px #e64136;
      box-shadow: inset 0px 0px 0px 2px var(--color-red);
      margin-left: 0.75rem; }
      .j4t_navigation__item:last-child a:hover, .j4t_navigation__item:last-child a:active {
        color: #fff;
        background-color: #e64136;
        background-color: var(--color-red); }
      @media only screen and (max-width: 1180px) {
        .j4t_navigation__item:last-child a {
          margin-right: 1rem; } }
    .j4t_navigation__item a {
      color: #111;
      color: var(--color-black);
      display: inline-block;
      font-size: 0.595rem;
      font-weight: 700;
      padding: 0 0.75rem;
      white-space: nowrap;
      text-transform: uppercase;
      transition: all 0.3s ease;
      text-decoration: none;
      font-family: "Open Sans", sans-serif; }
      .j4t_navigation__item a:hover, .j4t_navigation__item a:active {
        color: #e64136;
        color: var(--color-red); }
  @media only screen and (max-width: 1180px) {
    .j4t_navigation--footer:after {
      display: none; } }
  @media only screen and (max-width: 1180px) {
    .j4t_navigation--footer .j4t_navigation__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; } }
  .j4t_navigation--footer .j4t_navigation__item.current_page_item a {
    color: #fff;
    color: var(--color-white); }
  .j4t_navigation--footer .j4t_navigation__item a {
    color: #ccc;
    color: var(--color-gray-light);
    font-weight: bold;
    font-family: "Open Sans", sans-serif; }
    .j4t_navigation--footer .j4t_navigation__item a:hover, .j4t_navigation--footer .j4t_navigation__item a:active, .j4t_navigation--footer .j4t_navigation__item a--active {
      color: #fff;
      color: var(--color-white); }
  .j4t_navigation--footer .j4t_navigation__item:last-child a {
    background-color: #ccc;
    background-color: var(--color-gray-light);
    color: #3a3a3b;
    color: var(--color-gray-dark);
    box-shadow: inset 0px 0px 0px 0px #ccc;
    box-shadow: inset 0px 0px 0px 0px var(--color-gray-light);
    margin-left: 0.75rem; }
    .j4t_navigation--footer .j4t_navigation__item:last-child a:hover, .j4t_navigation--footer .j4t_navigation__item:last-child a:active {
      color: #3a3a3b;
      color: var(--color-gray-dark);
      background-color: #fff;
      background-color: var(--color-white); }

.jft_navigation-tool {
  display: none; }

.jft_navigation::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5; }

.jft_navigation::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.jft_navigation::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555; }

.j4t_article-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 0.75rem;
  max-width: calc(25% - 0.538461533rem);
  -ms-flex-preferred-size: calc(25% - 0.538461533rem);
      flex-basis: calc(25% - 0.538461533rem);
  color: #111;
  color: var(--color-black);
  font-family: "Merriweather", serif;
  text-decoration: none; }
  @media only screen and (max-width: 1180px) {
    .j4t_article-card {
      max-width: calc(50% - 0.538461533rem);
      -ms-flex-preferred-size: calc(50% - 0.538461533rem);
          flex-basis: calc(50% - 0.538461533rem); }
      .j4t_article-card:nth-child(4) {
        -ms-flex-order: 2;
            order: 2; } }
  @media only screen and (max-width: 480px) {
    .j4t_article-card {
      max-width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }
  .j4t_article-card:hover, .j4t_article-card:active {
    color: inherit; }
    .j4t_article-card:hover .j4t_article-card__title, .j4t_article-card:active .j4t_article-card__title {
      color: #e64136;
      color: var(--color-red); }
    .j4t_article-card:hover .j4t_article-card__image, .j4t_article-card:active .j4t_article-card__image {
      filter: brightness(1);
      -ms-transform: scale(1.005);
          transform: scale(1.005); }
  .j4t_article-card__title {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    transition: all 0.3s ease-out;
    -ms-flex-order: 1;
        order: 1;
    will-change: opacity;
    word-break: break-word; }
  .j4t_article-card__subtitle {
    font-size: 0.6rem;
    line-height: 1.6em;
    margin-top: 0.55rem;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 0;
    will-change: opacity; }
  .j4t_article-card__info {
    will-change: opacity;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 1; }
  .j4t_article-card__tag {
    will-change: opacity;
    -ms-flex-order: 0;
        order: 0;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 0.375rem; }
  .j4t_article-card__image-wrapper {
    line-height: 0;
    width: 100%;
    overflow: hidden; }
  .j4t_article-card__image {
    height: calc(3.2307692rem + 3.2307692rem + 1.6153846rem);
    filter: brightness(0.8);
    object-fit: cover;
    transition: all 0.3s ease;
    will-change: transform; }
  .j4t_article-card--fill {
    max-width: calc(50% - 0.538461533rem);
    -ms-flex-preferred-size: calc(50% - 0.538461533rem);
        flex-basis: calc(50% - 0.538461533rem);
    color: #fff;
    color: var(--color-white);
    transition: all 0.3s ease-in;
    overflow: hidden;
    min-height: 380px; }
    @media only screen and (max-width: 1180px) {
      .j4t_article-card--fill {
        max-width: calc(100%);
        -ms-flex-preferred-size: calc(100%);
            flex-basis: calc(100%);
        min-height: 100%;
        padding-top: 36%; } }
    .j4t_article-card--fill:hover, .j4t_article-card--fill:active {
      color: #fff;
      color: var(--color-white); }
      .j4t_article-card--fill:hover .j4t_article-card__title,
      .j4t_article-card--fill:hover .j4t_article-card__tag, .j4t_article-card--fill:active .j4t_article-card__title,
      .j4t_article-card--fill:active .j4t_article-card__tag {
        color: #fff;
        color: var(--color-white); }
    .j4t_article-card--fill .j4t_article-card__image {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .j4t_article-card--fill .j4t_article-card__info {
      padding: 1.5rem;
      background-color: rgba(0, 0, 0, 0.6);
      transition: all 0.3s ease;
      will-change: opacity;
      margin-top: auto;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .j4t_article-card--fill .j4t_article-card__info {
          padding: 1rem 20px; } }
    .j4t_article-card--fill .j4t_article-card__subtitle {
      display: none; }
    .j4t_article-card--fill .j4t_article-card__tag {
      margin-top: 0; }

.j4t_contact__block {
  border-width: 4px;
  border-color: #38270b;
  border-style: solid;
  padding: 90px 50px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  margin-top: 120px;
  overflow: visible; }

.j4t_contact__link {
  color: #009a93;
  color: var(--color-blue); }

.j4t_contact__paragraph {
  font-family: "Merriweather", serif;
  margin-bottom: 0; }

.j4t_contact__img {
  width: 147px;
  height: 166px;
  position: absolute;
  top: -120px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  background: #fff;
  background: var(--color-white); }

.j4t_article-category {
  padding: 0.75rem 0 0 0; }
  .j4t_article-category--shadow-red {
    box-shadow: 0px -2px 0px 0px #e64136;
    box-shadow: 0px -2px 0px 0px var(--color-red); }
  .j4t_article-category--shadow-blue {
    box-shadow: 0px -2px 0px 0px #009a93;
    box-shadow: 0px -2px 0px 0px var(--color-blue); }
  .j4t_article-category--shadow-yellow {
    box-shadow: 0px -2px 0px 0px #f39200;
    box-shadow: 0px -2px 0px 0px var(--color-yellow); }
  .j4t_article-category__header {
    font-size: 1.6153846rem;
    line-height: 1.6153846rem;
    margin-top: 1.6153846rem;
    margin-bottom: 1.6153846rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-family: serif;
    color: #777;
    color: var(--color-gray-middle); }
  .j4t_article-category__articles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.l-globall-wrapper {
  width: 100%;
  height: auto; }

.jft_footer {
  background-color: #3a3a3b;
  background-color: var(--color-gray-dark);
  padding: 2rem 0; }
  @media only screen and (max-width: 1180px) {
    .jft_footer {
      padding: 1rem 10px; } }
  .jft_footer__social-item-icon {
    margin: auto;
    height: 1rem;
    width: auto;
    fill: #ccc;
    fill: var(--color-gray-light);
    transition: all 0.3s ease; }
  .jft_footer__social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media only screen and (max-width: 1180px) {
      .jft_footer__social-list {
        -ms-flex-pack: center;
            justify-content: center;
        padding: 1rem; } }
  .jft_footer__social-item-link {
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #ccc;
    border: 2px solid var(--color-gray-light); }
    .jft_footer__social-item-link:hover .jft_footer__social-item-icon {
      fill: #fff;
      fill: var(--color-white); }
  .jft_footer__social-item {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-right: 1rem; }
    .jft_footer__social-item:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 1180px) {
    .jft_footer__info-list {
      text-align: right; } }
  .jft_footer__info-item, .jft_footer__info-link {
    color: #ccc;
    color: var(--color-gray-light);
    font-size: 15.5px;
    line-height: 17px;
    transition: all 0.3s ease; }
  .jft_footer__info-link:hover {
    color: #fff;
    color: var(--color-white); }
  .jft_footer__navigation {
    display: -ms-flexbox;
    display: flex;
