@charset "UTF-8";
/* max-width 320px, mobile-only styles, use when QAing mobile issues */
/* max-width 480px, mobile-only styles, use when QAing mobile issues */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
/* max-width 992px, medium screens */
/* max-width 1024px, large screens */
/*1200px*/
/*1350px*/
/*1440px*/
/* min-width 1921px, xxlarge screens */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit; }

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

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

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic; }

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block; }

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block; }

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

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block; }

/**
   * Add the correct display in IE.
   */
template {
  display: none; }

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

* {
  margin: 0;
  padding: 0;
  outline: none; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat-Black.woff2") format("woff2"), url("fonts/Montserrat-Black.woff") format("woff"), url("fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

* {
  outline: none;
  padding: 0;
  margin: 0; }

html, body {
  background-color: #f2f4f6;
  width: 100%;
  height: 100%;
  color: #000001;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 142px; }
  @media screen and (max-width: 62em) {
    body {
      padding: 0; } }

.container {
  max-width: 1250px;
  width: calc(100% - 30px);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block; }
  @media screen and (max-width: 62em) {
    .container {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 240px) {
    .container {
      width: calc(100% - 0px);
      margin: 0 auto; } }

.more-btn {
  text-align: center;
  padding: 14px 0;
  max-width: 150px;
  margin: 0 auto;
position: relative;
left: -20px; }

a.btn {
  display: block;
  text-decoration: none;
  text-align: center; }

.btn {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  background-color: #0000ff;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    background-color: #0000bf; }
  .btn.btn-primary {
    border-radius: 20px;
    background-color: #0000ff;
    padding: 13px 20px;
    min-width: 150px;
    width: 100%; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background-color: #0000bf; }
  .btn.btn-close {
    min-width: 199px; }
  .btn.btn-normal {
    color: #000001;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 20px;
    background-color: #f2f4f6;
    padding: 13px 30px; }
    .btn.btn-normal:hover, .btn.btn-normal:focus {
      background-color: #0000ff;
    color: #ffffff}

.input-group {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #7c7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px; }
  .input-group .text-field {
    color: #7c7e7e;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 20px;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    padding: 12px 20px;
    width: calc(100% - 42px); }
    @media screen and (max-width: 62em) {
      .input-group .text-field {
        width: calc(100% - 50px); } }

.icon {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  display: block; }

.icon-ar-top {
  width: 12px;
  height: 7px;
  background-position: -5px -5px; }

.icon-arrow-top {
  width: 13px;
  height: 6px;
  background-position: -27px -5px; }

.icon-close {
  width: 14px;
  height: 14px;
  background-position: -50px -5px; }

.icon-comment {
  width: 12px;
  height: 11px;
  background-position: -74px -5px; }

.icon-comment-white {
  width: 12px;
  height: 11px;
  background-position: -96px -5px; }

.icon-dislike {
  width: 12px;
  height: 12px;
  background-position: -118px -5px; }

.icon-eye {
  width: 18px;
  height: 10px;
  background-position: -140px -5px; }

.icon-eye-white {
  width: 18px;
  height: 10px;
  background-position: -5px -25px; }

.icon-fb {
  width: 9px;
  height: 16px;
  background-position: -140px -25px; }

.icon-fb-negative {
  width: 7px;
  height: 12px;
  background-position: -5px -51px; }
.social-share-l li a {
  -webkit-transition: 0 !important;
  -o-transition: 0 !important;
  transition: 0s !important;
}

.icon-google-negative {
  width: 14px;
  height: 9px;
  background-position: -22px -51px; }

.icon-googleplus {
  width: 18px;
  height: 18px;
  background-position: -46px -51px; }

.icon-like {
  width: 12px;
  height: 12px;
  background-position: -74px -51px; }

.icon-like-white {
  width: 12px;
  height: 12px;
  background-position: -96px -51px; }

.icon-next {
  width: 18px;
  height: 39px;
  background-position: -118px -51px; }

.icon-next-arrow {
  width: 15px;
  height: 48px;
  background-position: -5px -100px; }

.icon-next-hover {
  width: 15px;
  height: 48px;
  background-position: -30px -100px; }

.icon-ok {
  width: 11px;
  height: 17px;
  background-position: -146px -51px; }

.icon-ok-negative {
  width: 9px;
  height: 14px;
  background-position: -74px -78px; }

.icon-play-icon {
  width: 31px;
  height: 35px;
  background-position: -93px -100px; }

.icon-play-icon-hover {
  width: 31px;
  height: 35px;
  background-position: -168px -5px; }

.icon-prev {
  width: 18px;
  height: 39px;
  background-position: -167px -50px; }

.icon-prev-arrow {
  width: 15px;
  height: 48px;
  background-position: -146px -99px; }

.icon-prev-hover {
  width: 15px;
  height: 48px;
  background-position: -171px -99px; }

.icon-rss {
  width: 21px;
  height: 16px;
  background-position: -55px -157px; }

.icon-search {
  width: 24px;
  height: 24px;
  background-position: -86px -157px; }

.icon-search-mobi {
  width: 17px;
  height: 18px;
  background-position: -120px -157px; }

.icon-search_hover {
  width: 24px;
  height: 24px;
  background-position: -147px -157px; }

.icon-telegram-negative {
  width: 12px;
  height: 10px;
  background-position: -181px -157px; }

.icon-twitter {
  width: 20px;
  height: 16px;
  background-position: -5px -177px; }

.icon-twitter-negative {
  width: 12px;
  height: 10px;
  background-position: -181px -177px; }

.icon-vk {
  width: 16px;
  height: 9px;
  background-position: -209px -5px; }

.icon-vk-negative {
  width: 13px;
  height: 7px;
  background-position: -209px -24px; }

.icon-yz-tag-invert {
  width: 10px;
  height: 18px;
  background-position: -209px -41px; }

ul li i.icon {
  display: inline-block;
  padding: 0 3px; }

.hidden-mobile {
  display: block; }
  @media screen and (max-width: 62em) {
    .hidden-mobile {
      display: none; } }

.visible-mobile {
  display: none; }
  @media screen and (max-width: 62em) {
    .visible-mobile {
      display: block; } }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  padding: 5px 20px;
  width: 100%;
  margin-right: 20px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #7c7e7e;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 7px;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 12px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 7px;
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
  background-position: -5px -5px;
  left: 50%;
  margin-left: -5px;
  margin-top: 3px;
  position: absolute;
  top: 50%; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

header .header {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-height: 142px;
  overflow: hidden;
  -webkit-transition: min-height 0.3s;
  -o-transition: min-height 0.3s;
  transition: min-height 0.3s; }
  @media screen and (max-width: 62em) {
    header .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      z-index: 9999; } }
  header .header .hidden-scroll {
    display: none; }
  header .header .visible-top {
    display: inline-block; }
    .hidden-scroll .sub-menu ul .sub-menu, .hidden-scroll a + .sub-menu .submenu-link   {
      display: none !important;
    }

    /*#bottom-nav.more-btn {display: none;}*/
    #nav-load a { overflow: hidden; height: 1px; padding: 0px; opacity: 0; }
    @media screen and (max-width: 62em) {
      header .header .visible-top {
        display: block; } }
  @media screen and (max-width: 62em) {
    header .header {
      min-height: 50px; } }

header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 81px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 62em) {
    header .header-wrapper {
      min-height: 50px;
      width: calc(100% - 20px);
      margin: 0 auto; } }
  @media screen and (max-width: 240px) {
    header .header-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 240px;
      margin: 0 auto; } }
  header .header-wrapper .header-logo {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(45% - 0px); }
    @media screen and (max-width: 64em) {
      header .header-wrapper .header-logo {
        width: calc(36% - 0px); } }
    @media screen and (max-width: 62em) {
      header .header-wrapper .header-logo {
        width: auto; } }
    header .header-wrapper .header-logo .l-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 25em;
      width: 100%; }
      @media screen and (max-width: 64em) {
        header .header-wrapper .header-logo .l-section {
          max-width: none; } }
      @media screen and (max-width: 62em) {
        header .header-wrapper .header-logo .l-section {
          width: auto;
          max-width: none; } }
      header .header-wrapper .header-logo .l-section .sep {
        width: 1px;
        height: 18px;
        background-color: #e8e8e8; }
        @media screen and (max-width: 62em) {
          header .header-wrapper .header-logo .l-section .sep {
            display: none; } }
    header .header-wrapper .header-logo .logo-block {
      display: block;
      position: relative; }
      @media screen and (max-width: 240px) {
        header .header-wrapper .header-logo .logo-block {
          margin-left: -40px; } }
      @media screen and (max-width: 62em) {
        header .header-wrapper .header-logo .logo-block img {
          width: 121px;
          height: 24px;
          -o-object-fit: cover;
          object-fit: cover; } }
    header .header-wrapper .header-logo .header-description {
      color: #9a9a9a;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      font-weight: 400;
      position: relative; }
      @media screen and (max-width: 62em) {
        header .header-wrapper .header-logo .header-description {
          display: none; } }
      header .header-wrapper .header-logo .header-description span {
        display: block;
        max-width: 11.5em;
        width: 100%; }

header .r-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(55% - 30px); }
  @media screen and (max-width: 64em) {
    header .r-section {
      width: calc(60% - 0px); } }
  @media screen and (max-width: 62em) {
    header .r-section {
      width: auto; } }

header .social-icons {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 26.5em;
  width: 100%; }
  @media screen and (max-width: 64em) {
    header .social-icons {
      max-width: 23.5em; } }
  @media screen and (max-width: 62em) {
    header .social-icons {
      display: none; } }
  header .social-icons ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    header .social-icons ul li {
      margin-right: 10px; }
      header .social-icons ul li:hover {
        background-color: #cfcfcf; }
      header .social-icons ul li a {
        display: block;
        padding: 12px 0; }
.social-icons ul li {
  border-radius: 50%;
  overflow: hidden;
}
.social-icons ul li a {
  position: relative;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0s;
  text-align: center;
  padding: 0 !important;
  display: block;
  background:  #f2f4f6;
  line-height: 40px;
}
footer .social-icons ul li a {
  background-color: #fff;
}
.social-icons ul li a:hover {
  background:  #0000ff url(../images/vk_wh.png) center center no-repeat;
}
.social-icons ul li a:hover img {
  opacity: 0;
}
/* .social-icons ul li:last-child a:hover img {
  opacity: 1;
} */
.social-icons ul li img {
  position: relative;
}
.social-icons ul li:nth-child(2) img {
  top: 3px;
}
.social-icons ul li:nth-child(2) a {
  background-position: 30px 8px;
}
.social-icons ul li:nth-child(2) a:hover {
  background:  #0000ff url(../images/ok_wh.png) center center no-repeat;
}
.social-icons ul li:nth-child(3) img {
  top: 3px;
}
.social-icons ul li:nth-child(4) img {
  top: 2px;
  left: 1px;
}
.social-icons ul li:nth-child(3) a {
  background-position: 7px 8px;
}
.social-icons ul li:nth-child(3) a:hover {
  background:  #0000ff url(../images/fb_wh.png) center center no-repeat;
}
.social-icons ul li:nth-child(4) a {
  background-position: 7px 8px;
}
.social-icons ul li:nth-child(4) a:hover {
  background:  #0000ff url(../images/yz-tag-invert2-w.png) center center no-repeat;
}
header .suscribe-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 62em) {
    header .suscribe-block {
      display: none; } }

header .search-block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1; }
  @media screen and (max-width: 62em) {
    header .search-block {
      margin: 0 20px; } }
  @media screen and (max-width: 240px) {
    header .search-block {
      margin-right: 5px; } }
  header .search-block .search-trigger {
    background-position: -86px -157px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer; }
    @media screen and (max-width: 62em) {
      header .search-block .search-trigger {
        width: 17px;
        height: 18px;
        background-position: -120px -157px; } }
    header .search-block .search-trigger:hover {
      background-position: -147px -157px; }
      @media screen and (max-width: 62em) {
        header .search-block .search-trigger:hover {
          background-position: -120px -157px; } }

header .main-navigation {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif; }
  @media screen and (max-width: 62em) {
    header .main-navigation {
      display: none;
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 9999999;
      background-color: #ffffff;
      padding: 10px 10px; } }
  header .main-navigation .top-nav {
    border-top: 1px solid #e8e8e8; }
    @media screen and (max-width: 62em) {
      header .main-navigation .top-nav {
        border: 0; } }
    header .main-navigation .top-nav ul {
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1152px;
      margin: 0 auto; }
      header .main-navigation .top-nav ul.dropdown_menu {
        display: none;
      }
      @media screen and (max-width: 62em) {
        header .main-navigation .top-nav ul {
          display: block;
          max-width: none; } }
      header .main-navigation .top-nav ul li {
        font-size: 16px;
        font-weight: 700;
        padding: 11px 0;
        position: relative; }
        @media screen and (max-width: 62em) {
          header .main-navigation .top-nav ul li {
            padding: 10px 0;
            font-size: 14px; } }
        header .main-navigation .top-nav ul li.drop-nav a:after {
          content: "";
          display: none; }
        header .main-navigation .top-nav ul li a {
          color: #1c1c1c;
          text-decoration: none;
          display: block;
          padding: 10px 0;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          position: relative; }
          @media screen and (max-width: 62em) {
            header .main-navigation .top-nav ul li a {
              padding: 0 0; } }
          header .main-navigation .top-nav ul li a .submenu-link {
            width: 13px;
            height: 6px;
            background-image: url("../images/icons.png");
            background-repeat: no-repeat;
            background-position: -27px -5px;
            display: block;
            position: absolute;
            right: 0;
            margin-right: -20px;
            margin-top: 7px;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          header .main-navigation .top-nav ul li a:after, header .main-navigation .top-nav ul li.active a:after {
            content: "";
            width: 0;
            height: 3px;
            background-color: transparent;
            display: inline-block;
            position: absolute;
            bottom: 0;
            margin-bottom: -11px;
            left: 0;
            right: 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          header .main-navigation .top-nav ul li a:hover:after, header .main-navigation .top-nav ul li.active a:after {
            background-color: #0000ff;
            width: 100%; }
        header .main-navigation .top-nav ul li .sub-menu {
          position: absolute;
          z-index: 4;
          left: 50%;
          top: 100%;
          width: 172px;
          padding: 10px 0;
          margin-top: 5px;
          background: white;
          border-radius: 5px;
          -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: translate(-50%, 5px);
          -ms-transform: translate(-50%, 5px);
          transform: translate(-50%, 5px);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          header .main-navigation .top-nav ul li .sub-menu:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 0 7.5px 8px 7.5px;
            border-color: transparent transparent #ffffff transparent;
            top: 0;
            margin-top: -8px;
            left: 50%; }
          header .main-navigation .top-nav ul li .sub-menu li {
            padding: 8px 5px;
            display: block;
            width: 100%; }
          header .main-navigation .top-nav ul li .sub-menu a {
            padding: 0;
            display: block;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            padding-left: 15px !important;
          font-size: 12px;
        white-space: nowrap;}
            header .main-navigation .top-nav ul li .sub-menu a:hover {
              color: #0000ff; }
            header .main-navigation .top-nav ul li .sub-menu a:after {
              content: "";
              display: none; }
        header .main-navigation .top-nav ul li:hover .sub-menu, header .main-navigation .top-nav ul li:focus .sub-menu {
          visibility: visible;
          opacity: 1;
          -webkit-transform: translate(-50%, 2px);
          -ms-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px); }
        header .main-navigation .top-nav ul li:hover .submenu-link, header .main-navigation .top-nav ul li:focus .submenu-link {
          -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
          transform: rotate(0); }

header.fixed {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }
  header.fixed header {
    height: 60px; }
  header.fixed .main-navigation .top-nav ul li .sub-menu a {
    padding-left: 0 !important; }
  header.fixed .hidden-scroll {
    display: inline-block; }
  header.fixed .visible-top {
    display: none; }
  header.fixed .header-description, header.fixed .sep, header.fixed .social-icons, header.fixed .suscribe-block {
    visibility: hidden;
    display: none;
    opacity: 0; }
  header.fixed .header-wrapper {
    min-height: 60px; }
    @media screen and (max-width: 62em) {
      header.fixed .header-wrapper {
        min-height: 50px; } }
  header.fixed .header {
    min-height: 60px; }
    @media screen and (max-width: 62em) {
      header.fixed .header {
        min-height: 50px; } }
  header.fixed .r-section {
    width: auto; }
  header.fixed .main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    header.fixed .main-navigation .top-nav {
      margin: 0 auto;
      width: calc(100% - 0px);
      padding: 0; }
      header.fixed .main-navigation .top-nav ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1050px;
        margin-right: 0; }
        header.fixed .main-navigation .top-nav ul.dropdown_menu {
          display: none;
        }
        .related_news .news-item[data-name*='2010'] {
          display: none !important;
        }
        @media screen and (max-width: 75em) {
          header.fixed .main-navigation .top-nav ul {
            max-width: 930px; } }
        @media screen and (max-width: 64em) {
          header.fixed .main-navigation .top-nav ul {
            max-width: 830px; } }
        header.fixed .main-navigation .top-nav ul li {
          margin: 0 15px; }
          @media screen and (max-width: 75em) {
            header.fixed .main-navigation .top-nav ul li {
              margin: 0 10px; } }
          @media screen and (max-width: 64em) {
            header.fixed .main-navigation .top-nav ul li {
              margin: 0 5px; } }
          header.fixed .main-navigation .top-nav ul li:nth-child(8) {
            display: none; }
          header.fixed .main-navigation .top-nav ul li:nth-child(9) {
            display: none; }
  header.fixed .header-logo {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    z-index: 1; }
    header.fixed .header-logo .logo-block {
      max-width: 147px;
      height: 30px;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 62em) {
        header.fixed .header-logo .logo-block {
          width: 121px;
          height: 24px; } }
      @media screen and (max-width: 240px) {
        header.fixed .header-logo .logo-block {
          max-width: 100px;
          width: 100%;
          height: 15px; } }
      header.fixed .header-logo .logo-block img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
        @media screen and (max-width: 62em) {
          header.fixed .header-logo .logo-block img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
        @media screen and (max-width: 240px) {
          header.fixed .header-logo .logo-block img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }

.mobile-toogle {
  display: none; }
  @media screen and (max-width: 62em) {
    .mobile-toogle {
      display: block; } }
  @media screen and (max-width: 240px) {
    .mobile-toogle {
      margin-right: 0px; } }

.toggle-mnu {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -5px; }

.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px; }

.toggle-mnu span:after {
  top: 18px; }

.toggle-mnu span {
  position: relative;
  display: block; }

.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.toggle-mnu.on span {
  background-color: transparent; }

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  -ms-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px); }

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  -ms-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px); }

/* Magnific Popup CSS */
.dle-popup-userprofile .ui-dialog-buttonpane {
  display: none;
}
.dle-popup-userprofile ul {
  margin-left: 13px;
}
.dle-popup-userprofile li {
  margin-bottom: 4px;
  margin-top: 4px;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
/* .berrors.fix_grid {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #0000ff;
  color: #fff;
  z-index: 99;
  text-align: center;
  font-size: 11px;
}
.berrors.fix_grid b {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 1600px) {
  .berrors.fix_grid {
  padding-left: 350px;
  padding-right: 350px;
  }
} */

main .page-container .full-story .story-body .story-data p img {
  margin-right: 15px;
}
.comment_body .box.berrors.fix_grid + a + .comm-list {
  border-top: 1px solid #e8e8e8;
  margin-top: 20px;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }
.top-nav li[data-name="Options"], .menu-wrap li[data-name="Options"]  {
  display: none !important;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

main {
  position: relative;
  color: #000001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400; }
  main.main-area {
    padding: 38px 0; }
    @media screen and (max-width: 62em) {
      main.main-area {
        padding: 0; } }
    @media screen and (max-width: 62em) {
      main.main-area.single-page {
        padding: 10px 0;
        margin: 60px 0 0; } }
    @media screen and (max-width: 30em) {
      main.main-area.single-page {
        margin: 50px 0 0; } }
  main .site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 62em) {
      main .site-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    main .site-wrapper .main-col {
      max-width: 66.42857142857143em;
      width: calc(100% - 0px);
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2; }
      @media screen and (max-width: 240px) {
        main .site-wrapper .main-col {
          max-width: none;
          width: 100%; } }
      main .site-wrapper .main-col .swiper-pagination {
        position: absolute;
        text-align: right;
        -webkit-transition: 300ms opacity;
        -o-transition: 300ms opacity;
        transition: 300ms opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
        left: -18px;
        bottom: 18px;
        line-height: 20px; }
        @media screen and (max-width: 62em) {
          main .site-wrapper .main-col .swiper-pagination {
            text-align: center;
            left: 0;
            bottom: 3px; } }
      main .site-wrapper .main-col .swiper-pagination-bullet {
        width: 31px;
        height: 2px;
        border-radius: 1px;
        background-color: #ffffff;
        opacity: 1; }
      main .site-wrapper .main-col .swiper-pagination-bullet-active {
        opacity: 1;
        background: #0000ff; }
      main .site-wrapper .main-col .slider-area {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: stretch;
        justify-content: space-between; }
        @media screen and (max-width: 62em) {
          main .site-wrapper .main-col .slider-area {
            margin-left: -10px;
            margin-right: -10px; } }
        main .site-wrapper .main-col .slider-area .slider-box {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 42.07142857142857em;
          width: calc(100% - 20px);
          position: relative;
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2; }
          @media screen and (max-width: 75em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          @media screen and (max-width: 64em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          @media screen and (max-width: 240px) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          @media screen and (max-width: 62em) {
            main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next,
            main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev {
              position: absolute;
              top: 50%;
              width: 27px;
              height: 44px;
              margin-top: -22px;
              z-index: 10;
              cursor: pointer;
              background: rgba(255, 255, 255, 0.1);
              padding: 30px 10px; } }
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev,
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next {
            position: absolute;
            top: 50%;
            width: 15px;
            height: 48px;
            margin-top: -22px;
            z-index: 10;
            cursor: pointer;
            background-size: auto;
            background-position: center;
            background-repeat: no-repeat; }
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev,
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next {
                margin-top: -55px; } }
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev.swiper-button-disabled,
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next.swiper-button-disabled {
            opacity: 0.35;
            cursor: auto;
            pointer-events: none; }
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev,
          main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-next {
            background-image: url("../images/prev-arrow.png");
            background-repeat: no-repeat;
            display: block;
            left: 23px;
            right: auto; }
            main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev:hover,
            main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-next:hover {
              background-image: url("../images/prev-hover.png"); }
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev,
              main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-next {
                left: 0;
                background-size: 15px 40px; } }
            @media screen and (max-width: 40em) {
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-prev,
              main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-next {
                left: 0;
                background-size: 15px 40px; } }
          main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next,
          main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-prev {
            background-image: url("../images/next-arrow.png");
            background-repeat: no-repeat;
            display: block;
            right: 23px;
            left: auto; }
            main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next:hover,
            main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-prev:hover {
              background-image: url("../images/next-hover.png"); }
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next,
              main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-prev {
                right: 0;
                background-size: 15px 40px; } }
            @media screen and (max-width: 40em) {
              main .site-wrapper .main-col .slider-area .slider-box .swiper-button-next,
              main .site-wrapper .main-col .slider-area .slider-box .swiper-container-rtl .swiper-button-prev {
                right: 0;
                background-size: 15px 40px; } }
          @media screen and (max-width: 75em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 51em;
              width: calc(100% - 0px); } }
          @media screen and (max-width: 64em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          @media screen and (max-width: 62em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          @media screen and (max-width: 240px) {
            main .site-wrapper .main-col .slider-area .slider-box {
              max-width: none; } }
          main .site-wrapper .main-col .slider-area .slider-box .sl-header {
            position: absolute;

            pointer-events: none;
            z-index: 2;
            background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 13, 13, 0)), color-stop(77%, rgba(4, 3, 3, 0.8)), to(rgba(0, 0, 0, 0.8)));
            background-image: -webkit-linear-gradient(bottom, rgba(18, 13, 13, 0) 0%, rgba(4, 3, 3, 0.8) 77%, rgba(0, 0, 0, 0.8) 100%);
            background-image: -o-linear-gradient(bottom, rgba(18, 13, 13, 0) 0%, rgba(4, 3, 3, 0.8) 77%, rgba(0, 0, 0, 0.8) 100%);
            background-image: linear-gradient(to top, rgba(18, 13, 13, 0) 0%, rgba(4, 3, 3, 0.8) 77%, rgba(0, 0, 0, 0.8) 100%);
            width: 100%;
            min-height: 61px; }
            main .site-wrapper .main-col .slider-area .slider-box .sl-header .block-title {
              padding: 15px 20px 0;
              color: #ffffff;
              font-family: "Montserrat", sans-serif;
              font-size: 16px;
              font-weight: 700;
             }
              main .site-wrapper .main-col .slider-area .slider-box .sl-header .block-title a {
                color: #ffffff;
                text-decoration: none; }
          @media screen and (max-width: 64em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 100%;
              width: calc(35% - 20px); } }
          @media screen and (max-width: 62em) {
            main .site-wrapper .main-col .slider-area .slider-box {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 100%;
              width: calc(100% - 0px); } }
          @media screen and (max-width: 240px) {
            main .site-wrapper .main-col .slider-area .slider-box {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 100%;
              width: calc(100% - 0px); } }
          main .site-wrapper .main-col .slider-area .slider-box .sl-news {
            position: relative;
            background-size: cover;
            height: 432px;
            display: block;
            background-clip: content-box;
            cursor: pointer; }
            .posa_link {position: absolute;left: 0;top: 0;right: 0;bottom: 0;
              text-decoration: none;}
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .slider-area .slider-box .sl-news {
                height: 432px; } }
            @media screen and (max-width: 40em) {
              main .site-wrapper .main-col .slider-area .slider-box .sl-news {
                height: 267px; } }
            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-wrap {
              min-height: 178px;
              width: 100%;
              -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
              box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
              background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(70%, rgba(179, 179, 179, 0)), to(rgba(255, 255, 255, 0)));
              background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
              background-image: -o-linear-gradient(bottom, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
              background-image: linear-gradient(to top, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
              position: absolute;
              bottom: 0; }
              @media screen and (max-width: 62em) {
                main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-wrap {
                  min-height: 80%; } }
            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content {
              position: absolute;
              bottom: 0;
              right: 0;
              left: 0;
              padding: 20px 20px;
              color: #ffffff;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top {
                position: relative;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .date {
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
                main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta {
                  color: #ffffff;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400;
                  position: absolute;
                  right: 15px;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
                  main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul {
                    list-style: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between; }
                    main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul li {
                      margin-right: 15px; }
                      main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul li .m-triger {
                        color: #ffffff;
                        font-family: "Montserrat", sans-serif;
                        font-size: 18px;
                        font-weight: 400;
                        letter-spacing: 0.45px;
                        position: relative;
                        cursor: pointer; }
                        main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul li .m-triger:after {
                          content: "...";
                          vertical-align: middle;
                          position: absolute;
                          top: 0;
                          margin-top: -6px; }
                        main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul li .m-triger:hover .social-dropdown {
                          visibility: visible;
                          opacity: 1; }
                      main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta ul li a {
                        color: #ffffff;
                        font-family: "Montserrat", sans-serif;
                        font-size: 12px;
                        font-weight: 400;
                        text-decoration: none; }
                  main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown {
                    position: absolute;
                    z-index: 99999999 !important;
                    left: calc(100% - 100px);
                    margin-left: 10px;
                    bottom: 0;
                    width: 182px;
                    padding: 10px 10px;
                    margin-top: 5px;
                    background-color: #ffffff;
                    border-radius: 3px;
                    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    visibility: hidden;
                    opacity: 0;
                    -webkit-transform: translate(-50%, 5px);
                    -ms-transform: translate(-50%, 5px);
                    transform: translate(-50%, 5px);
                    -webkit-transition: .3s;
                    -o-transition: .3s;
                    transition: .3s; }
                    @media screen and (max-width: 62em) {
                      main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown {
                        bottom: 100%;
                        margin-bottom: -80px;
                        left: calc(100% - 120px); } }
                    main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l {
                      position: relative;
                      -webkit-box-sizing: border-box;
                      box-sizing: border-box;
                      color: #9a9a9a;
                      font-family: "Montserrat", sans-serif;
                      font-size: 12px;
                      font-weight: 400; }
                      main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul {
                        padding: 0;
                        margin: 0;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between; }
                        main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li {
                          width: 100%;
                          padding: 7px 4px;
                          position: relative; }
                          main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li a {
                            color: #9a9a9a;
                            text-decoration: none;
                            display: block;
                            -webkit-transition: 0.3s;
                            -o-transition: 0.3s;
                            transition: 0.3s;
                            width: 100%;
                            padding: 0 5px; }
                            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li a:hover {
                              color: #000000; }
                          main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li span {
                            margin-top: -11px;
                            position: absolute;
                            right: 0; }
                            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                              margin-right: 2px; }
                            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                              margin-right: -2px; }
                            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                              margin-right: -2px; }
                            main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .n-meta .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                              margin-right: -5px; }
              main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-title {
                color: #ffffff;
                font-family: "Montserrat", sans-serif;
                font-size: 16px;
                font-weight: 700;
                padding: 10px 0;
                width: 100%;
                white-space: normal;
               }
                @media screen and (max-width: 62em) {
                  main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-title {
                    font-size: 14px; } }
                main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-title a {
                  text-decoration: none;
                  color: #ffffff; }
              main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-bottom {
                position: relative;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #ffffff;
                font-family: "Montserrat", sans-serif;
                font-size: 12px;
                font-weight: 400;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 10px 0 0; }
                main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-bottom .sl-tags ul {
                  list-style: none;
                  display: -webkit-inline-box;
                  display: -ms-inline-flexbox;
                  display: inline-flex; }
                  main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-bottom .sl-tags ul li {
                    margin-right: 20px; }
                    main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-bottom .sl-tags ul li a {
                      color: #ffffff;
                      font-family: "Montserrat", sans-serif;
                      font-size: 12px;
                      font-weight: 400;
                      text-decoration: none; }
                @media screen and (max-width: 62em) {
                  main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-bottom .sl-tags {
                    padding: 0 0 5px; } }
        main .site-wrapper .main-col .slider-area .news-side {
          -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
          box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
          border-radius: 4px;
          background-color: #ffffff;
          max-width: 22.857142857142858em;
          width: calc(100% - 0px);
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          @media screen and (max-width: 62em) {
            main .site-wrapper .main-col .slider-area .news-side {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 100%;
              width: calc(100% - 20px);
              margin: 10px auto 0; } }
          @media screen and (max-width: 240px) {
            main .site-wrapper .main-col .slider-area .news-side {
              -webkit-box-flex: 1;
              -ms-flex: auto;
              flex: auto;
              max-width: 100%;
              width: calc(100% - 0px); } }
          main .site-wrapper .main-col .slider-area .news-side .side-container {
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 400;
            position: relative;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 18px 18px; }
            main .site-wrapper .main-col .slider-area .news-side .side-container .side-header {
              color: #000000;
              font-family: "Montserrat", sans-serif;
              font-size: 16px;
              font-weight: 700; }
              main .site-wrapper .main-col .slider-area .news-side .side-container .side-header .title {
                position: relative;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
            main .site-wrapper .main-col .slider-area .news-side .side-container .site-block {
              color: #000001;
              font-family: "Montserrat", sans-serif;
              font-size: 14px;
              font-weight: 400;
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding: 8px 0 0; }
              main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items {
                position: relative;
                border-bottom: 1px solid #e8e8e8;
                margin-bottom: 13px; }
                main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items:last-child {
                  border-bottom: 0;
                  margin-bottom: 0; }
                main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-title {
                  color: #000001;
                  font-family: "Montserrat", sans-serif;
                  font-size: 14px;
                  font-weight: 400;
                  padding: 2px 0;}
                .full-story img {
                  max-width: 100%;
                }
                  main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-title a {
                    color: #000001;
                    text-decoration: none; }
                main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta {
                  position: relative;
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400;
                  padding: 15px 0 12px; }
                  main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .time {
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;}
                  main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info {
                    position: relative; }
                    main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul {
                      list-style: none;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -ms-flex-wrap: wrap;
                      flex-wrap: wrap; }
                      main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li {
                        margin-right: 12px; }
                        main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .icon {
                          vertical-align: top;
                          display: inline-block; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .icon.icon-comment {
                            margin-top: 2px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .icon.icon-eye {
                            margin-top: 1px; }
                        main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .m-triger {
                          color: #9a9a9a;
                          font-family: "Montserrat", sans-serif;
                          font-size: 18px;
                          font-weight: 400;
                          letter-spacing: 0.45px;
                          cursor: pointer; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .m-triger:after {
                            content: "...";
                            vertical-align: middle;
                            position: absolute;
                            top: 0;
                            margin-top: -6px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li .m-triger:hover .social-dropdown {
                            visibility: visible;
                            opacity: 1; }
                main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown {
                  position: absolute;
                  z-index: 99999999 !important;
                  left: 100%;
                  margin-left: -10px;
                  top: 100%;
                  width: 182px;
                  padding: 10px 10px;
                  margin-top: 5px;
                  background-color: #ffffff;
                  border-radius: 3px;
                  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  visibility: hidden;
                  opacity: 0;
                  -webkit-transform: translate(-50%, 5px);
                  -ms-transform: translate(-50%, 5px);
                  transform: translate(-50%, 5px);
                  -webkit-transition: .3s;
                  -o-transition: .3s;
                  transition: .3s; }
                  main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown:before {
                    content: "";
                    position: absolute;
                    border-style: solid;
                    border-width: 0 7.5px 8px 7.5px;
                    border-color: transparent transparent #ffffff transparent;
                    top: 0;
                    margin-top: -8px;
                    left: 50%; }
                    @media screen and (max-width: 64em) {
                      main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown:before {
                        right: 0; } }
                    @media screen and (max-width: 62em) {
                      main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown:before {
                        right: 0; } }
                  @media screen and (max-width: 64em) {
                    main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown {
                      left: calc(100% - 70px); } }
                  @media screen and (max-width: 62em) {
                    main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown {
                      left: calc(100% - 70px); } }
                  main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l {
                    position: relative;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    color: #9a9a9a;
                    font-family: "Montserrat", sans-serif;
                    font-size: 12px;
                    font-weight: 400; }
                    main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul {
                      padding: 0;
                      margin: 0;
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -webkit-box-pack: justify;
                      -ms-flex-pack: justify;
                      justify-content: space-between; }
                      main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li {
                        width: 100%;
                        padding: 7px 4px;
                        position: relative; }
                        main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li a {
                          color: #9a9a9a;
                          text-decoration: none;
                          display: block;
                          -webkit-transition: 0.3s;
                          -o-transition: 0.3s;
                          transition: 0.3s;
                          width: 100%;
                          padding: 0 5px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li a:hover {
                            color: #000000; }
                        main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li span {
                          position: absolute;
                          right: 0; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                            margin-right: 2px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                            margin-right: -2px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                            margin-right: -2px; }
                          main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                            margin-right: -5px; }
        @media screen and (max-width: 62em) {
          main .site-wrapper .main-col .slider-area {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      main .site-wrapper .main-col .section-header {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px 0; }
        main .site-wrapper .main-col .section-header .block-title {
          color: #000000;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-weight: 700; }
        main .site-wrapper .main-col .section-header .section-next, main .site-wrapper .main-col .section-header .v-next button {
          color: #9a9a9a;
          font-family: "Montserrat", sans-serif;
          font-size: 13px;
          font-weight: 400;
          background: none;
          border: none;
          cursor: pointer; }
          main .site-wrapper .main-col .section-header .section-next:hover, main .site-wrapper .main-col .section-header .v-next button:hover {
            color: #000000; }
      main .site-wrapper .main-col .section-news, main .site-wrapper .main-col .section-wrap {
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        main .site-wrapper .main-col .section-news .news-wrapper, main .site-wrapper .main-col .section-wrap .news-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          main .site-wrapper .main-col .section-news .news-wrapper .news-item, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
            margin-bottom: 15px;
            -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
            box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
            border-radius: 4px;
            background-color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-item-align: stretch;
            align-self: stretch;
            width: calc(33.33% - 10px); }
            main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
              width: 100%;
            }
            main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .item-thumb, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                position: relative;
                max-width: 300px;
                width: 100%;
                height: 160px;
                overflow: hidden;
                border-radius: 4px 4px 0 0; }
                @media screen and (max-width: 64em) {
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .item-thumb, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                    max-width: 100%;
                    height: 160px;
                    -o-object-fit: cover;
                    object-fit: cover; } }
                @media screen and (max-width: 62em) {
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .item-thumb, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                    max-width: 100%;
                    height: 160px;
                    -o-object-fit: cover;
                    object-fit: cover; } }
                @media screen and (max-width: 40em) {
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .item-thumb, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                    max-width: 100%;
                    height: 160px;
                    -o-object-fit: cover;
                    object-fit: cover; } }
                main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .item-thumb img, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                  object-fit: cover; }
              main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data {
                padding: 20px 20px 13px 20px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
                main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .story-date, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-date {
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400; }
                main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .story-title, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title {
                  color: #000001;
                  font-weight: 700;
                  padding: 7px 0;
                  font-size: 14px; }
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .story-title a, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title a {
                    text-decoration: none;
                    color: #000001;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s; }
                    main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .story-title a:hover, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title a:hover {
                      color: #0000ff; }
                main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta {
                  position: relative;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400;
                  padding: 17px 0; }
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta .icon, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta .icon {
                    display: inline-block;
                    vertical-align: middle; }
                    main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta .icon.icon-like, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta .icon.icon-like {
                      margin-top: -3px; }
                    main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta .icon.icon-eye, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta .icon.icon-eye {
                      margin-top: -2px; }
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta ul, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul {
                    list-style: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                    main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta ul li, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul li {
                      margin-right: 16px; }
                      main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger {
                        margin-left: -8px;
                        color: #9a9a9a;
                        font-family: "Montserrat", sans-serif;
                        font-size: 18px;
                        font-weight: 400;
                        letter-spacing: 0.45px;
                        position: relative;
                        cursor: pointer; }
                        main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger:after, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger:after {
                          content: "...";
                          vertical-align: middle;
                          position: absolute;
                          top: 0;
                          margin-top: -4px; }
                        main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger:hover .social-dropdown, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul li .m-triger:hover .social-dropdown {
                          visibility: visible;
                          opacity: 1; }
                main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-tags, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags {
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 10px;
                  font-weight: 400;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
                  main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-tags ul, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul {
                    list-style: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                    main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-tags ul li, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li {
                      margin-right: 10px;
                      margin-bottom: 5px; }
                      main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-tags ul li a, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li a {
                        color: #9a9a9a;
                        text-decoration: none;
                        -webkit-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s; }
                        main .site-wrapper .main-col .section-news .news-wrapper .news-item .item-content .story-data .news-tags ul li a:hover, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li a:hover {
                          color: #000001; }
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .section-news .news-wrapper .news-item, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
                width: calc(50% - 20px); } }
            @media screen and (max-width: 40em) {
              main .site-wrapper .main-col .section-news .news-wrapper .news-item, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
                width: calc(100% - 0px); } }
            @media screen and (max-width: 30em) {
              main .site-wrapper .main-col .section-news .news-wrapper .news-item, main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
                width: calc(100% - 0px); } }
          main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown {
            position: absolute;
            z-index: 99999999 !important;
            left: 100%;
            margin-left: 2px;
            bottom: 100%;
            width: 182px;
            padding: 10px 10px;
            margin-top: -10px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate(-50%, 5px);
            -ms-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown:before, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown:before {
              content: "";
              position: absolute;
              border-style: solid;
              border-width: 8px 7.5px 0 7.5px;
              border-color: #ffffff transparent transparent transparent;
              bottom: 0;
              margin-bottom: -8px;
              left: 50%; }
            main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l {
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul {
                padding: 0;
                margin: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li {
                  width: 100%;
                  padding: 7px 4px;
                  position: relative; }
                  main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li a, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li a {
                    color: #9a9a9a;
                    text-decoration: none;
                    display: block;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    width: 100%;
                    padding: 0 5px; }
                    main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li a:hover, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li a:hover {
                      color: #000000; }
                  main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li span, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li span {
                    position: absolute;
                    right: 0; }
                    main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-fb-negative, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                      margin-right: 2px; }
                    main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-vk-negative, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                      margin-right: -2px; }
                    main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                      margin-right: -2px; }
                    main .site-wrapper .main-col .section-news .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-google-negative, main .site-wrapper .main-col .section-wrap .news-wrapper .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                      margin-right: -5px; }
      main .site-wrapper .main-col .section-wrap {
        position: relative;
        display: block;
        -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
        box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
        border-radius: 4px;
        background-color: #ffffff;
        min-height: 375px;
        margin: 20px 0; }
        @media screen and (max-width: 40em) {
          main .site-wrapper .main-col .section-wrap {
            margin: 10px -10px 10px -1px;
            border-radius: 4px 0 0 4px; } }
        main .site-wrapper .main-col .section-wrap .news-wrapper {
          padding: 15px 20px; }
          main .site-wrapper .main-col .section-wrap .news-wrapper .swiper-container {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto; }
          main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
            background-color: none;
            -webkit-box-shadow: none;
            box-shadow: none; }
            main .site-wrapper .main-col .section-wrap .news-wrapper .news-item.swiper-slide {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            @media screen and (max-width: 62em) {
              main .site-wrapper .main-col .section-wrap .news-wrapper .news-item {
                width: calc(100% - 0px); } }
            main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content {
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                position: relative;
                width: 100%;
                height: 148px;
                overflow: hidden;
                border-radius: 0;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb:after {
                  content: "";
                  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(70%, rgba(179, 179, 179, 0)), to(rgba(255, 255, 255, 0)));
                  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
                  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
                  background-image: linear-gradient(to top, #000000 0%, rgba(179, 179, 179, 0) 70%, rgba(255, 255, 255, 0) 100%);
                  position: absolute;
                  display: block;
                  height: 148px;
                  width: 100%;
                  left: 0;
                  top: 0;
                  -webkit-transition: 0.3s;
                  -o-transition: 0.3s;
                  transition: 0.3s; }
                @media screen and (max-width: 62em) {
                  main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb {
                    max-width: 100%; } }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                  object-fit: cover; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb a {
                  display: block;
                  width: 100%; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb .play-icon {
                  position: absolute;
                  display: block;
                  background-image: url("../images/icons.png");
                  background-repeat: no-repeat;
                  background-position: -93px -100px;
                  -webkit-transition: background-image 0.3s;
                  -o-transition: background-image 0.3s;
                  transition: background-image 0.3s;
                  width: 31px;
                  height: 35px;
                  z-index: 1;
                  left: 0;
                  right: 0;
                  top: calc(50% - 20px);
                  margin: 0 auto; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb:hover:after {
                  content: "";
                  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000), color-stop(60%, rgba(179, 179, 179, 0)), to(rgba(255, 255, 255, 0)));
                  background-image: -webkit-linear-gradient(bottom, #000000 10%, rgba(179, 179, 179, 0) 60%, rgba(255, 255, 255, 0) 100%);
                  background-image: -o-linear-gradient(bottom, #000000 10%, rgba(179, 179, 179, 0) 60%, rgba(255, 255, 255, 0) 100%);
                  background-image: linear-gradient(to top, #000000 10%, rgba(179, 179, 179, 0) 60%, rgba(255, 255, 255, 0) 100%); }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .item-thumb:hover .play-icon {
                  background-position: -168px -5px; }
              main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data {
                padding: 16px 0 0;
                -webkit-box-sizing: border-box;
                box-sizing: border-box; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-date {
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title {
                  color: #000001;
                  font-weight: 700;
                  padding: 7px 0; }
                  main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title a {
                    text-decoration: none;
                    color: #000001;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s; }
                    main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .story-title a:hover {
                      color: #0000ff; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta {
                  position: relative;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400;
                  padding: 17px 0; }
                  main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta .icon {
                    display: inline-block;
                    vertical-align: middle; }
                  main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul {
                    list-style: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                    main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul li {
                      margin-right: 16px; }
                main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags {
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 10px;
                  font-weight: 400;
                  position: relative;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
                  main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul {
                    list-style: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                    main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li {
                      margin-right: 10px;
                      margin-bottom: 5px; }
                      main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li a {
                        color: #9a9a9a;
                        text-decoration: none;
                        -webkit-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s; }
                        main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-tags ul li a:hover {
                          color: #000001; }
      main .site-wrapper .main-col .comments-section {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #9a9a9a;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
        box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
        border-radius: 4px;
        background-color: #ffffff;
        min-height: 360px;
        margin: 35px 0 0; }
        @media screen and (max-width: 40em) {
          main .site-wrapper .main-col .comments-section {
            margin: 35px -10px 35px -1px;
            border-radius: 4px 0 0 4px; } }
        main .site-wrapper .main-col .comments-section .c-header {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          main .site-wrapper .main-col .comments-section .c-header:after {
            content: "";
            background-color: #e8e8e8;
            height: 1px;
            width: calc(100% - 0px);
            margin-top: 10px; }
        main .site-wrapper .main-col .comments-section .comments-content {
          padding: 15px 20px;
          position: relative;
          color: #9a9a9a;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 400; }
          main .site-wrapper .main-col .comments-section .comments-content .comm-wrap {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item {
              width: calc(33.33% - 30px);
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -ms-flex-item-align: stretch;
              align-self: stretch; }
              main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item.swiper-slide {
                width: 100%;
                height: auto;
                position: relative; }
                @media screen and (max-width: 40em) {
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item.swiper-slide:last-child {
                    background: #ffffff;
                    margin-left: 0 !important; } }
                @media screen and (max-width: 30em) {
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item.swiper-slide:last-child {
                    margin-left: 0 !important;
                    background: #ffffff; } }
              @media screen and (max-width: 62em) {
                main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item {
                  width: calc(100% - 0px);
                  margin: 0; } }
              main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }
                main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header .user-ava {
                  width: 72px;
                  height: 72px;
                  border-radius: 50%;
                  overflow: hidden; }
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header .user-ava img {
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover; }
                main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header .user-meta {
                  padding: 0 20px;
                  position: relative;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400; }
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header .user-meta .user-name {
                    color: #000000;
                    font-family: "Montserrat", sans-serif;
                    font-size: 14px;
                    font-weight: 700;
                    padding: 8px 0; }
                    main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-header .user-meta .user-name a {
                      text-decoration: none;
                      color: #000000; }
              main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .com-body {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #000000;
                font-family: "Montserrat", sans-serif;
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
                padding: 15px 0;
                position: relative; }
              main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .comm-footer {
                margin-top: auto; }
                main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .comm-footer .com-news {
                  position: relative;
                  padding: 15px 0; }
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .comm-footer .com-news a {
                    color: #9a9a9a;
                    text-decoration: none; }
                main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .comm-footer .n-title {
                  color: #000001;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 700;
                  line-height: normal; }
                  main .site-wrapper .main-col .comments-section .comments-content .comm-wrap .comm-item .comm-footer .n-title a {
                    color: #000001;
                    text-decoration: none; }
      @media screen and (max-width: 90em) {
        main .site-wrapper .main-col {
          max-width: calc(75% - 8px);
          width: calc(100% - 0px);
          -webkit-box-flex: 1;
          -ms-flex: auto;
          flex: auto; } }
      @media screen and (max-width: 75em) {
        main .site-wrapper .main-col {
          max-width: calc(100% - 0px);
          width: calc(100% - 0px);
          -webkit-box-flex: 1;
          -ms-flex: auto;
          flex: auto; } }
      @media screen and (max-width: 62em) {
        main .site-wrapper .main-col {
          max-width: 100%;
          width: calc(100% - 0px); } }
    main .site-wrapper .right-sidebar {
      max-width: 21.428571428571427em;
      width: calc(100% - 0px);
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 75em) {
        main .site-wrapper .right-sidebar {
          display: none; } }
  main .page-container {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
    box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
    border-radius: 4px;
    background-color: #ffffff; }
    main .page-container .page-wrap {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15px 30px 0; }
      @media screen and (max-width: 62em) {
        main .page-container .page-wrap {
          padding: 15px 15px 0; } }
      main .page-container .page-wrap .breadcrumb {
        position: relative;
        color: #9a9a9a;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400; }
        @media screen and (max-width: 62em) {
          main .page-container .page-wrap .breadcrumb {
            display: none; } }
        main .page-container .page-wrap .breadcrumb .speedbar {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          list-style: none; }
          main .page-container .page-wrap .breadcrumb .speedbar li:after {
            content: "/";
            margin: 0 3px; }
          main .page-container .page-wrap .breadcrumb .speedbar li:last-child:after {
            content: ""; }
          main .page-container .page-wrap .breadcrumb .speedbar li a {
            color: #9a9a9a;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            main .page-container .page-wrap .breadcrumb .speedbar li a:hover {
              color: #000000; }
    main .page-container .full-story {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      main .page-container .full-story .story-header {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: normal;
        border-bottom: 1px solid #f2f4f6;
        padding: 0 0 8px; }
        main .page-container .full-story .story-header h1 {
          padding: 0;
          margin: 2px 0 0; }
          main .page-container .full-story .story-header h1.title {
            font-size: 20px;
            font-weight: 700; }
      main .page-container .full-story .story-body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: normal; }
        main .page-container .full-story .story-body .story-meta {
          color: #9a9a9a;
          font-family: "Montserrat", sans-serif;
          font-size: 11.5px;
          font-weight: 400;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          padding: 10px 0; }
          main .page-container .full-story .story-body .story-meta .time {
            -webkit-box-flex: 75px;
            -ms-flex: 75px 0;
            flex: 75px 0; }
            .story-meta .time span {
              white-space: nowrap;
            }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .story-meta .time {
                -webkit-box-flex: 15px;
                -ms-flex: 15px 0;
                flex: 15px 0;
                margin-right: 10px; } }
            @media screen and (max-width: 40em) {
              main .page-container .full-story .story-body .story-meta .time {
                -webkit-box-flex: 5px;
                -ms-flex: 5px 0;
                flex: 5px 0;
                margin-right: 5px; } }
          main .page-container .full-story .story-body .story-meta .author {
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2; }
            @media screen and (max-width: 40em) {
              main .page-container .full-story .story-body .story-meta .author {
                font-size: 11px; } }
            main .page-container .full-story .story-body .story-meta .author a {
              color: #9a9a9a;
              text-decoration: none;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              main .page-container .full-story .story-body .story-meta .author a:hover {
                color: #000000; }
          main .page-container .full-story .story-body .story-meta .story_info ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none; }
            main .page-container .full-story .story-body .story-meta .story_info ul li {
              margin-right: 10px; }
              main .page-container .full-story .story-body .story-meta .story_info ul li .icon {
                display: inline-block;
                vertical-align: middle; }
                main .page-container .full-story .story-body .story-meta .story_info ul li .icon.icon-like {
                  margin-top: -3px; }
                main .page-container .full-story .story-body .story-meta .story_info ul li .icon.icon-eye {
                  margin-top: -3px; }
          main .page-container .full-story .story-body .story-meta .story_info .m-triger {
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.45px;
            position: relative;
            cursor: pointer; }
            main .page-container .full-story .story-body .story-meta .story_info .m-triger:after {
              content: "...";
              vertical-align: middle;
              position: absolute;
              top: 0;
              margin-top: -6px; }
            main .page-container .full-story .story-body .story-meta .story_info .m-triger:hover .social-dropdown {
              visibility: visible;
              opacity: 1; }
          main .page-container .full-story .story-body .story-meta .story_info .social-dropdown {
            position: absolute;
            z-index: 99999999 !important;
            left: 100%;
            margin-left: -5px;
            top: 100%;
            width: 182px;
            padding: 10px 10px;
            margin-top: 20px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate(-50%, 5px);
            -ms-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            main .page-container .full-story .story-body .story-meta .story_info .social-dropdown:before {
              content: "";
              position: absolute;
              border-style: solid;
              border-width: 0 7.5px 8px 7.5px;
              border-color: transparent transparent #ffffff transparent;
              top: 0;
              margin-top: -8px;
              left: 50%; }
              @media screen and (max-width: 64em) {
                main .page-container .full-story .story-body .story-meta .story_info .social-dropdown:before {
                  right: 0; } }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .story-meta .story_info .social-dropdown:before {
                  right: 0; } }
            @media screen and (max-width: 64em) {
              main .page-container .full-story .story-body .story-meta .story_info .social-dropdown {
                left: calc(100% - 60px); } }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .story-meta .story_info .social-dropdown {
                left: calc(100% - 70px); } }
            main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l {
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul {
                padding: 0;
                margin: 0;
                display: block;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li {
                  width: 100%;
                  padding: 7px 0;
                  position: relative; }
                  main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li a {
                    color: #9a9a9a;
                    text-decoration: none;
                    display: block;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    width: 100%;
                    padding: 0 5px; }
                    main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li a:hover {
                      color: #000000; }
                  main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li span {
                    position: absolute;
                    right: 0; }
                    main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                      margin-right: 2px; }
                    main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .story-meta .story_info .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                      margin-right: -5px; }
        main .page-container .full-story .story-body .story-thumbnail {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 100%;
          width: 100%;
          /* height: 246px; */
          overflow: hidden; }
          @media screen and (max-width: 40em) {
            main .page-container .full-story .story-body .story-thumbnail {
              height: 114px; } }
          main .page-container .full-story .story-body .story-thumbnail img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
          main .page-container .full-story .story-body .story-thumbnail .thumb-caption {
            color: #ffffff;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 400;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 6px 20px; }
        main .page-container .full-story .story-body .story-data {
          padding: 20px 0; }
          main .page-container .full-story .story-body .story-data p {
            line-height: 20px;
            margin-bottom: .5em; }
          main .page-container .full-story .story-body .story-data hr {
            background-color: #e8e8e8;
            height: 1px;
            width: 100%;
            border: 0;
            margin: 20px 0 20px; }
          main .page-container .full-story .story-body .story-data strong {
            color: #000000;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: 700;
            padding: 15px 0;
            display: block; }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .story-data strong {
                padding: 15px 0 5px; } }
          main .page-container .full-story .story-body .story-data ul, main .page-container .full-story .story-body .story-data ol {
            list-style: none;
            padding: 0 5px; }
            main .page-container .full-story .story-body .story-data ul li, main .page-container .full-story .story-body .story-data ol li {
              position: relative;
              padding: 5px 0; }
              main .page-container .full-story .story-body .story-data ul li:before {
                content: "";
                background-color: #0000ff;
                height: 5px;
                width: 5px;
                display: inline-block;
                vertical-align: middle;
                border-radius: 50%;
                margin: 0 8px; }
                main .page-container .full-story .story-body .story-data ol {
                  counter-reset: myCounter;
                }
                main .page-container .full-story .story-body .story-data.related_theme ul li:before {
                  content:none !important;
                }

                main .page-container .full-story .story-body .story-data ol li:before {
                  counter-increment: myCounter;
                  content:counter(myCounter);
                display: inline-block;
                vertical-align: middle;
                margin: 0 8px;
                color: #0000ff;
                position: relative;
                top: -1px;
                }
          main .page-container .full-story .story-body .story-data img {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            margin: 5px 0 0; }
            main .page-container .full-story .story-body .story-data img.alignleft {
              float: left;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              max-width: calc(100% - 30px);
              margin-right: 20px; }
              @media screen and (max-width: 40em) {
                main .page-container .full-story .story-body .story-data img.alignleft {
                  max-width: calc(100% - 0px);
                  width: 100%;
                  float: none;
                  padding: 15px 0; } }
          main .page-container .full-story .story-body .story-data blockquote {
            background-color: #f2f4f6;
            margin: 1.5em 0;
            padding: 20px 50px;
            quotes: "“" "”" "‘" "’";
            color: #000000;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-weight: 700;
            position: relative; }
          main .page-container .full-story .story-body .story-data blockquote:before {
            color: #000000;
            font-family: "Montserrat", sans-serif;
            font-size: 58px;
            font-weight: 400;
            color: #0000ff;
            content: open-quote;
            line-height: 0.1em;
            margin-right: 0;
            vertical-align: 0;
            position: absolute;
            left: 0;
            padding: 0 16px;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          main .page-container .full-story .story-body .story-data blockquote p {
            display: inline;
            padding: 0 15px; }
          main .page-container .full-story .story-body .story-data .story_info ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0; }
            main .page-container .full-story .story-body .story-data .story_info ul li {
              margin-right: 15px;
              margin-top: -2px; }
              main .page-container .full-story .story-body .story-data .story_info ul li .icon {
                display: inline-block;
                vertical-align: middle; }
                main .page-container .full-story .story-body .story-data .story_info ul li .icon.icon-like {
                  margin-top: -3px; }
                main .page-container .full-story .story-body .story-data .story_info ul li .icon.icon-eye {
                  margin-top: -3px; }
              main .page-container .full-story .story-body .story-data .story_info ul li:before {
                content: "";
                display: none; }
          main .page-container .full-story .story-body .story-data .story_info .m-triger {
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.45px;
            position: relative;
            cursor: pointer; }
            main .page-container .full-story .story-body .story-data .story_info .m-triger:after {
              content: "...";
              vertical-align: middle;
              position: absolute;
              top: 0;
              margin-top: -2px; }
        main .page-container .full-story .story-body .relative-news {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 1px solid #f2f4f6;
          margin: 20px 0; }
          main .page-container .full-story .story-body .relative-news .b-row {
            font-family: "Montserrat", sans-serif;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            padding: 5px 0; }
            main .page-container .full-story .story-body .relative-news .b-row .n-item {
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              width: calc(50% - 18px);
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column;
              -ms-flex-item-align: stretch;
              align-self: stretch; }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .relative-news .b-row .n-item {
                  width: calc(100% - 0px); } }
              main .page-container .full-story .story-body .relative-news .b-row .n-item .n-cover {
                position: relative;
                width: 100%;
                height: 170px;
                overflow: hidden; }
                @media screen and (max-width: 40em) {
                  main .page-container .full-story .story-body .relative-news .b-row .n-item .n-cover {
                    height: 128px; } }
                main .page-container .full-story .story-body .relative-news .b-row .n-item .n-cover img {
                  width: 100%;
                  height: 100%;
                  overflow: hidden;
                  -o-object-fit: cover;
                  object-fit: cover;
                  margin: 0; }
                main .page-container .full-story .story-body .relative-news .b-row .n-item .n-cover .play-icon {
                  position: absolute;
                  display: block;
                  background-image: url("../images/icons.png");
                  background-repeat: no-repeat;
                  background-position: -93px -100px;
                  -webkit-transition: background-image 0.3s;
                  -o-transition: background-image 0.3s;
                  transition: background-image 0.3s;
                  width: 31px;
                  height: 35px;
                  z-index: 1;
                  left: 0;
                  right: 0;
                  top: calc(50% - 20px);
                  margin: 0 auto; }
                main .page-container .full-story .story-body .relative-news .b-row .n-item .n-cover:hover .play-icon {
                  background-position: -168px -5px; }
              main .page-container .full-story .story-body .relative-news .b-row .n-item .n-content {
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                margin-top: auto; }
                main .page-container .full-story .story-body .relative-news .b-row .n-item .n-content .n-title {
                  color: #000000;
                  font-family: "Montserrat", sans-serif;
                  font-size: 14px;
                  font-weight: 700;
                  padding: 12px 0;
                  word-wrap: break-word; }
                  main .page-container .full-story .story-body .relative-news .b-row .n-item .n-content .n-title a {
                    color: #000000;
                    text-decoration: none; }
                main .page-container .full-story .story-body .relative-news .b-row .n-item .n-content .n-footer {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
                  -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                  justify-content: space-between;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400;
                  padding: 15px 0; }
          main .page-container .full-story .story-body .relative-news .m-triger:hover .social-dropdown {
            visibility: visible;
            opacity: 1; }
          main .page-container .full-story .story-body .relative-news .social-dropdown {
            position: absolute;
            z-index: 99999999 !important;
            left: 100%;
            margin-left: -5px;
            top: 100%;
            width: 182px;
            padding: 10px 10px;
            margin-top: 20px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate(-50%, 5px);
            -ms-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            main .page-container .full-story .story-body .relative-news .social-dropdown:before {
              content: "";
              position: absolute;
              border-style: solid;
              border-width: 0 7.5px 8px 7.5px;
              border-color: transparent transparent #ffffff transparent;
              top: 0;
              margin-top: -8px;
              left: 50%; }
              @media screen and (max-width: 64em) {
                main .page-container .full-story .story-body .relative-news .social-dropdown:before {
                  right: 0; } }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .relative-news .social-dropdown:before {
                  right: 0; } }
            @media screen and (max-width: 64em) {
              main .page-container .full-story .story-body .relative-news .social-dropdown {
                left: calc(100% - 70px); } }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .relative-news .social-dropdown {
                left: calc(100% - 70px); } }
            main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l {
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul {
                padding: 0;
                margin: 0;
                display: block;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li {
                  width: 100%;
                  padding: 7px 0;
                  position: relative; }
                  main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li a {
                    color: #9a9a9a;
                    text-decoration: none;
                    display: block;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    width: 100%;
                    padding: 0 5px; }
                    main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li a:hover {
                      color: #000000; }
                  main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li span {
                    padding: 0 5px;
                    position: absolute;
                    right: 0; }
                    main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                      margin-right: 2px; }
                    main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .relative-news .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                      margin-right: -5px; }
        main .page-container .full-story .story-body .photo-gallery {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 1px solid #f2f4f6;
          margin: 20px 0; }
          main .page-container .full-story .story-body .photo-gallery .gallery-container {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative; }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-next,
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-prev {
              position: absolute;
              top: 50%;
              width: 18px;
              height: 28px;
              margin-top: -75px;
              z-index: 9999;
              cursor: pointer;
              background: rgba(255, 255, 255, 0.2);
              padding: 30px 10px; }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-next,
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-prev {
                  padding: 25px 5px;
                  margin-top: -55px;
                  height: 20px; } }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-prev.swiper-button-disabled,
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-next.swiper-button-disabled {
              opacity: 0.35;
              cursor: auto;
              pointer-events: none; }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-prev,
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-container-rtl .swiper-button-next {
              background-image: url("../images/prev.png");
              background-repeat: no-repeat;
              display: block;
              left: 0;
              right: auto;
              background-position: 10px 22px; }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-prev,
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-container-rtl .swiper-button-next {
                  background-size: 10px 30px;
                  background-position: 10px 20px; } }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-next,
            main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-container-rtl .swiper-button-prev {
              background-image: url("../images/next.png");
              background-repeat: no-repeat;
              display: block;
              right: 0;
              left: auto;
              background-position: 10px 22px; }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-button-next,
                main .page-container .full-story .story-body .photo-gallery .gallery-container .swiper-container-rtl .swiper-button-prev {
                  background-size: 10px 30px;
                  background-position: 10px 20px; } }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .gall-init {
              position: relative; }
              main .page-container .full-story .story-body .photo-gallery .gallery-container .gall-init .gall-item {
                width: 100%;
                max-width: 100%;
                /* height: 309px; */
                overflow: hidden; }
                @media screen and (max-width: 62em) {
                  main .page-container .full-story .story-body .photo-gallery .gallery-container .gall-init .gall-item {
                    height: 309px; } }
                @media screen and (max-width: 30em) {
                  main .page-container .full-story .story-body .photo-gallery .gallery-container .gall-init .gall-item {
                    height: 146px; } }
                main .page-container .full-story .story-body .photo-gallery .gallery-container .gall-init .gall-item img {
                  height: 100%;
                  width: 100%;
                  max-width: 100%;
                  -o-object-fit: cover;
                  object-fit: cover; }
            main .page-container .full-story .story-body .photo-gallery .gallery-container .thumb-init {
              margin-left: -5px;
              margin-right: -5px; }
              main .page-container .full-story .story-body .photo-gallery .gallery-container .thumb-init .gall-item {
                width: calc(100% - 15px);
                margin: 3px 5px;
                max-width: 166px;
                height: 83px;
                overflow: hidden;
                border-bottom: 3px solid transparent; }
                @media screen and (max-width: 62em) {
                  main .page-container .full-story .story-body .photo-gallery .gallery-container .thumb-init .gall-item {
                    max-width: 72px;
                    height: 45px; } }
                main .page-container .full-story .story-body .photo-gallery .gallery-container .thumb-init .gall-item.swiper-slide-thumb-active {
                  border-bottom: 3px solid #0000ff; }
                main .page-container .full-story .story-body .photo-gallery .gallery-container .thumb-init .gall-item img {
                  height: 100%;
                  width: 100%;
                  max-width: 100%;
                  -o-object-fit: cover;
                  object-fit: cover; }
        main .page-container .full-story .story-body .block-title {
          color: #000000;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          font-weight: 700;
          padding: 13px 0 10px; }
        main .page-container .full-story .story-body .page-footer {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 1px solid #f2f4f6;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 0 0;
          margin: 20px 0 0;
          color: #9a9a9a;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 400; }
          main .page-container .full-story .story-body .page-footer ul {
            padding: 0;
            margin: 0; }
            main .page-container .full-story .story-body .page-footer ul li {
              margin: 0;
              padding: 0; }
              main .page-container .full-story .story-body .page-footer ul li:before {
                margin: 0;
                display: none; }
          main .page-container .full-story .story-body .page-footer .n-tags {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .page-footer .n-tags {
                -webkit-box-flex: 1;
                -ms-flex: auto;
                flex: auto;
                margin-bottom: 10px; } }
            main .page-container .full-story .story-body .page-footer .n-tags ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              @media screen and (max-width: 240px) {
                main .page-container .full-story .story-body .page-footer .n-tags ul {
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column; } }
              main .page-container .full-story .story-body .page-footer .n-tags ul li {
                margin-right: 10px; }
                main .page-container .full-story .story-body .page-footer .n-tags ul li a {
                  text-decoration: none;
                  color: #9a9a9a;
                  -webkit-transition: 0.3s;
                  -o-transition: 0.3s;
                  transition: 0.3s; }
                  main .page-container .full-story .story-body .page-footer .n-tags ul li a:hover {
                    color: #000000; }
          main .page-container .full-story .story-body .page-footer .post-author {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .page-footer .post-author {
                -webkit-box-flex: 1;
                -ms-flex: auto;
                flex: auto; } }
            main .page-container .full-story .story-body .page-footer .post-author a {
              text-decoration: none;
              color: #9a9a9a;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              main .page-container .full-story .story-body .page-footer .post-author a:hover {
                color: #000000; }
          main .page-container .full-story .story-body .page-footer .story_info .m-triger {
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.45px;
            position: relative;
            cursor: pointer; }
            main .page-container .full-story .story-body .page-footer .story_info .m-triger:after {
              content: "...";
              vertical-align: middle;
              position: absolute;
              top: 0;
              margin-top: -7px; }
            main .page-container .full-story .story-body .page-footer .story_info .m-triger:hover .social-dropdown {
              visibility: visible;
              opacity: 1; }
          main .page-container .full-story .story-body .page-footer .social-dropdown {
            position: absolute;
            z-index: 99999999 !important;
            left: 100%;
            margin-left: -5px;
            top: 100%;
            width: 182px;
            padding: 10px 10px;
            margin-top: 20px;
            background-color: #ffffff;
            border-radius: 3px;
            -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            visibility: hidden;
            opacity: 0;
            -webkit-transform: translate(-50%, 5px);
            -ms-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            main .page-container .full-story .story-body .page-footer .social-dropdown:before {
              content: "";
              position: absolute;
              border-style: solid;
              border-width: 0 7.5px 8px 7.5px;
              border-color: transparent transparent #ffffff transparent;
              top: 0;
              margin-top: -8px;
              left: 50%; }
              @media screen and (max-width: 64em) {
                main .page-container .full-story .story-body .page-footer .social-dropdown:before {
                  right: 0; } }
              @media screen and (max-width: 62em) {
                main .page-container .full-story .story-body .page-footer .social-dropdown:before {
                  right: 0; } }
            @media screen and (max-width: 64em) {
              main .page-container .full-story .story-body .page-footer .social-dropdown {
                left: calc(100% - 60px); } }
            @media screen and (max-width: 62em) {
              main .page-container .full-story .story-body .page-footer .social-dropdown {
                left: calc(100% - 70px); } }
            main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l {
              position: relative;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400; }
              main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul {
                padding: 0;
                margin: 0;
                display: block;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between; }
                main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li {
                  width: 100%;
                  padding: 7px 0;
                  position: relative; }
                  main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li a {
                    color: #9a9a9a;
                    text-decoration: none;
                    display: block;
                    -webkit-transition: 0.3s;
                    -o-transition: 0.3s;
                    transition: 0.3s;
                    width: 100%;
                    padding: 0 5px; }
                    main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li a:hover {
                      color: #000000; }
                  main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li span {
                    padding: 0;
                    position: absolute;
                    right: 0;
                  overflow: hidden;}
                    main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                      margin-right: 2px; }
                    main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                      margin-right: -2px; }
                    main .page-container .full-story .story-body .page-footer .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                      margin-right: -5px; }

.wiget-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 18px 0; }
  .wiget-content .wiget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    max-width: 60.214285714285715em;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 62em) {
      .wiget-content .wiget-container {
        margin: auto;
        max-width: none; } }
    @media screen and (max-width: 30em) {
      .wiget-content .wiget-container {
        width: calc(100% - 0px);
        max-width: none;
        margin: 0 auto; } }
    @media screen and (max-width: 240px) {
      .wiget-content .wiget-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto; } }
    .wiget-content .wiget-container .w-item {
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      position: relative;
      width: calc(33.33% - 50px); }
      @media screen and (max-width: 62em) {
        .wiget-content .wiget-container .w-item {
          width: calc(50% - 0px); } }
      @media screen and (max-width: 240px) {
        .wiget-content .wiget-container .w-item {
          width: calc(100% - 0px);
          margin: 0 auto; } }
      .wiget-content .wiget-container .w-item:after {
        content: "";
        width: 2px;
        height: 67px;
        background-color: #e8e8e8;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin: 20px -30px 0; }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item:after {
            display: none; } }
      .wiget-content .wiget-container .w-item:last-child:after {
        display: none; }
      .wiget-content .wiget-container .w-item .w-title {
        font-size: 16px;
        font-weight: 700;
        padding: 20px 0; }
      .wiget-content .wiget-container .w-item .w-description {
        max-width: 215px;
        width: 100%;
        margin: 0 auto;
        word-wrap: break-word;
        white-space: pre-line; }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item .w-description {
            white-space: normal;
            max-width: none; } }
      .wiget-content .wiget-container .w-item .item-footer {
        margin-top: auto; }
        .wiget-content .wiget-container .w-item .item-footer .hidden-mobile {
          display: block; }
          @media screen and (max-width: 62em) {
            .wiget-content .wiget-container .w-item .item-footer .hidden-mobile {
              display: none; } }
        .wiget-content .wiget-container .w-item .item-footer .visible-mobile {
          display: none; }
          @media screen and (max-width: 62em) {
            .wiget-content .wiget-container .w-item .item-footer .visible-mobile {
              display: block; } }
      .wiget-content .wiget-container .w-item .btn.btn-primary {
        max-width: 230px;
        width: 100%;
        padding: 13px 0;
        margin: 0 auto; }
        @media screen and (max-width: 20em) {
          .wiget-content .wiget-container .w-item .btn.btn-primary {
            width: 100%;
            max-width: none;
            margin: 0; } }
      .wiget-content .wiget-container .w-item .form-block {
        margin: 28px auto 0;
        max-width: none;
        width: 100%; }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item .form-block {
            max-width: 400px;
            margin: 0 auto;
            padding: 10px 0 0; } }
        @media screen and (max-width: 40em) {
          .wiget-content .wiget-container .w-item .form-block {
            max-width: 300px;
            margin: 0 auto; } }
        @media screen and (max-width: 30em) {
          .wiget-content .wiget-container .w-item .form-block {
            margin: 0 auto; } }
        @media screen and (max-width: 20em) {
          .wiget-content .wiget-container .w-item .form-block {
            margin: 0 auto; } }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item .form-block .single-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .wiget-content .wiget-container .w-item .form-block .single-form .input-group {
              margin-bottom: 0;
              width: calc(50% - 0px); }
            .wiget-content .wiget-container .w-item .form-block .single-form .btn-group {
              width: calc(50% - 10px); } }
        @media screen and (max-width: 40em) {
          .wiget-content .wiget-container .w-item .form-block .single-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .wiget-content .wiget-container .w-item .form-block .single-form .input-group {
              margin-bottom: 0;
              width: calc(50% - 0px);
              max-width: 90px; }
            .wiget-content .wiget-container .w-item .form-block .single-form .btn-group {
              width: calc(50% - 10px); } }
        @media screen and (max-width: 30em) {
          .wiget-content .wiget-container .w-item .form-block .single-form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .wiget-content .wiget-container .w-item .form-block .single-form .input-group {
              margin-bottom: 15px;
              max-width: 240px;
              width: calc(100% - 0px); }
            .wiget-content .wiget-container .w-item .form-block .single-form .btn-group {
              width: calc(100% - 0px); } }
        @media screen and (max-width: 20em) {
          .wiget-content .wiget-container .w-item .form-block .single-form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .wiget-content .wiget-container .w-item .form-block .single-form .input-group {
              margin-bottom: 15px;
              max-width: none;
              width: calc(100% - 60px); }
            .wiget-content .wiget-container .w-item .form-block .single-form .btn-group {
              width: calc(100% - 0px); } }
      @media screen and (max-width: 62em) {
        .wiget-content .wiget-container .w-item:nth-child(1) {
          width: calc(50% - 10px); } }
      @media screen and (max-width: 30em) {
        .wiget-content .wiget-container .w-item:nth-child(1) .btn.btn-primary {
          padding: 13px 0; } }
      @media screen and (max-width: 20em) {
        .wiget-content .wiget-container .w-item:nth-child(1) {
          width: 100%;
          margin: 0; } }
      @media screen and (max-width: 240px) {
        .wiget-content .wiget-container .w-item:nth-child(1) {
          max-width: none;
          width: 100%;
          margin: 0 auto; } }
      .wiget-content .wiget-container .w-item:nth-child(2) {
        width: calc(33.33% - 10px); }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item:nth-child(2) {
            width: calc(50% - 10px); } }
        @media screen and (max-width: 30em) {
          .wiget-content .wiget-container .w-item:nth-child(2) {
            width: calc(50% - 2px);
            margin-left: -2px; } }
        @media screen and (max-width: 20em) {
          .wiget-content .wiget-container .w-item:nth-child(2) {
            width: 100%;
            margin: 0; } }
        @media screen and (max-width: 240px) {
          .wiget-content .wiget-container .w-item:nth-child(2) {
            max-width: none;
            width: 100%;
            margin: 0 auto; } }
        .wiget-content .wiget-container .w-item:nth-child(2) .btn.btn-primary {
          max-width: 250px;
          width: 100%;
          padding: 13px 0;
          margin: 0 auto; }
          @media screen and (max-width: 30em) {
            .wiget-content .wiget-container .w-item:nth-child(2) .btn.btn-primary {
              max-width: none; } }
        .wiget-content .wiget-container .w-item:nth-child(2):after {
          content: "";
          width: 2px;
          height: 67px;
          background-color: #e8e8e8;
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          margin: 20px -20px 0; }
          @media screen and (max-width: 62em) {
            .wiget-content .wiget-container .w-item:nth-child(2):after {
              display: none; } }
      .wiget-content .wiget-container .w-item:nth-child(3) {
        width: calc(32.33% - 30px); }
        @media screen and (max-width: 62em) {
          .wiget-content .wiget-container .w-item:nth-child(3) {
            width: calc(100% - 0px); } }
        .wiget-content .wiget-container .w-item:nth-child(3) .btn.btn-primary {
          max-width: 236px;
          width: 100%;
          padding: 13px 0;
          margin: 0 auto; }
          @media screen and (max-width: 62em) {
            .wiget-content .wiget-container .w-item:nth-child(3) .btn.btn-primary {
              max-width: none;
              width: 100%; } }
          @media screen and (max-width: 30em) {
            .wiget-content .wiget-container .w-item:nth-child(3) .btn.btn-primary {
              max-width: none; } }
      .wiget-content .wiget-container .w-item .input-group .text-field {
        padding: 12px 30px;
        text-align: center;
        width: calc(100% - 70px); }
        @media screen and (max-width: 40em) {
          .wiget-content .wiget-container .w-item .input-group .text-field {
            width: calc(100% - 0px); } }

.share-box {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
  box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
  border-radius: 4px;
  background-color: #ffffff;
  margin: 42px 0; }
  .share-box .box-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px 10px; }
    .share-box .box-wrapper .box-header {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 8px; }
      .share-box .box-wrapper .box-header .btitle {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700; }
  .share-box .sharebox_content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 62em) {
      .share-box .sharebox_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media screen and (max-width: 20em) {
      .share-box .sharebox_content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .share-box .sharebox_content .share_icon {
      position: relative; }
      .share-box .sharebox_content .share_icon .share-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media screen and (max-width: 62em) {
          .share-box .sharebox_content .share_icon .share-wrap {
            margin-bottom: 8px; } }
        @media screen and (max-width: 40em) {
          .share-box .sharebox_content .share_icon .share-wrap {
            margin-bottom: 0;
            padding-top: 5px; } }
        .share-box .sharebox_content .share_icon .share-wrap .share-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 15px; }
          @media screen and (max-width: 40em) {
            .share-box .sharebox_content .share_icon .share-wrap .share-items {
              margin-right: 10px;
              padding: 0 4px 0; } }
          @media screen and (max-width: 30em) {
            .share-box .sharebox_content .share_icon .share-wrap .share-items {
              margin-right: 0;
              padding: 0 4px 0; } }
          @media screen and (max-width: 30em) {
            .share-box .sharebox_content .share_icon .share-wrap .share-items {
              margin-right: 0;
              width: auto;
              display: inline-block;
              text-align: center; } }
          .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon {
            width: 40px;
            height: 40px;
            background-color: #e8e8e8;
            border-radius: 20px;
            text-align: center;
            margin-right: 10px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            cursor: pointer; }
            @media screen and (max-width: 40em) {
              .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon {
                margin-right: 1px; } }
            @media screen and (max-width: 20em) {
              .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon {
                margin-right: 0; } }
            .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon .vk {
              margin-top: 16px; }
            .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon .ok {
              margin-top: 11px; }
            .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon:hover {
              background-color: #cfcfcf; }
            .share-box .sharebox_content .share_icon .share-wrap .share-items .share-icon img {
              margin-top: 12px; }
          .share-box .sharebox_content .share_icon .share-wrap .share-items .count {
            color: #c1c1c1;
            font-family: "Montserrat", sans-serif;
            font-size: 13px;
            font-weight: 400; }
      .share-box .sharebox_content .share_icon ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .share-box .sharebox_content .share_icon ul li {
          width: 40px;
          height: 40px;
          background-color: #e8e8e8;
          border-radius: 20px;
          text-align: center;
          margin-right: 10px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          cursor: pointer; }
          .share-box .sharebox_content .share_icon ul li:hover {
            background-color: #cfcfcf; }
          .share-box .sharebox_content .share_icon ul li a {
            display: block;
            padding: 12px 0; }
          .share-box .sharebox_content .share_icon ul li .count {
            color: #c1c1c1;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: 400;
            display: none; }
    .share-box .sharebox_content .com-count {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 62em) {
        .share-box .sharebox_content .com-count {
          margin: 0 auto;
          width: 100%;
          border-top: 1px solid #e8e8e8;
          text-align: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 15px 0 0; } }
      @media screen and (max-width: 30em) {
        .share-box .sharebox_content .com-count {
          margin-top: 15px; } }
      .share-box .sharebox_content .com-count span {
        padding: 0 10px; }
      .share-box .sharebox_content .com-count .c-counter {
        color: #c1c1c1;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400; }
        .share-box .sharebox_content .com-count .c-counter span {
          text-decoration: underline; }
        .share-box .sharebox_content .com-count .c-counter .icon {
          display: inline-block;
          vertical-align: middle; }

.bnr_block {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 62em) {
    .bnr_block {
      margin-right: -10px;
      margin-left: -10px; } }
  .bnr_block .bnr_content {
    max-width: 100%;
    width: 100%; }
    .bnr_block .bnr_content img {
      max-width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.related_news {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0 0px; }
  .related_news .section-news {
    padding: 15px 0; }
  .related_news .block-title {
    color: #1c1c1c;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700; }

.comments-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
  box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
  border-radius: 4px;
  background-color: #ffffff; }
  .comments-container .comment_wrap {
    padding: 14px 30px;
    color: #1c1c1c;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400; }
    @media screen and (max-width: 62em) {
      .comments-container .comment_wrap {
        padding: 14px 20px; } }
    .comments-container .comment_wrap .comment_header {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Montserrat", sans-serif;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 12px; }
      .comments-container .comment_wrap .comment_header .block_title {
        color: #1c1c1c;
        font-size: 16px;
        font-weight: 700; }
      .comments-container .comment_wrap .comment_header .com_count {
        color: #9a9a9a;
        font-size: 12px;
        font-weight: 400;
        padding: 0 30px;
        line-height: 20px; }
        .comments-container .comment_wrap .comment_header .com_count .icon {
          vertical-align: middle;
          display: inline-block;
          margin-right: 5px; }
    .comments-container .comment_wrap .comment_body {
      padding: 15px 0; }
      .comments-container .comment_wrap .comment_body .comment-tab {
        color: #1c1c1c;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px; }
        @media screen and (max-width: 240px) {
          .comments-container .comment_wrap .comment_body .comment-tab {
            font-size: 12px; } }
        .comments-container .comment_wrap .comment_body .comment-tab ul {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .comments-container .comment_wrap .comment_body .comment-tab ul li {
            margin-right: 40px;
            cursor: pointer; }
            @media screen and (max-width: 30em) {
              .comments-container .comment_wrap .comment_body .comment-tab ul li {
                margin-right: 15px; } }
            @media screen and (max-width: 240px) {
              .comments-container .comment_wrap .comment_body .comment-tab ul li {
                margin-right: 5px; } }
            .comments-container .comment_wrap .comment_body .comment-tab ul li.is_active {
              color: #0000ff;
              border-bottom: 3px solid #0000ff;
              padding-bottom: 5px;
              margin-bottom: -10px; }
            .comments-container .comment_wrap .comment_body .comment-tab ul li a {
              color: #1c1c1c;
              text-decoration: none; }
              .comments-container .comment_wrap .comment_body .comment-tab ul li a.is_active {
                color: #0000ff;
                border-bottom: 3px solid #0000ff;
                padding: 5px 0; }
      .comments-container .comment_wrap .comment_body .more-btn {
        padding: 18px 0 0; }
    .comments-container .comment_wrap .com-textarea {
      color: #c1c1c1;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      padding: 10px 0;
      position: relative; }
      .comments-container .comment_wrap .com-textarea .textarea-footer {
        position: absolute;
        bottom: 0;
        margin-bottom: 28px; }
        .comments-container .comment_wrap .com-textarea .textarea-footer .btn-group {
          padding: 0 20px; }
          @media screen and (max-width: 40em) {
            .comments-container .comment_wrap .com-textarea .textarea-footer .btn-group {
              padding: 0 5px; } }
          @media screen and (max-width: 20em) {
            .comments-container .comment_wrap .com-textarea .textarea-footer .btn-group {
              padding: 0 0px; } }
          .comments-container .comment_wrap .com-textarea .textarea-footer .btn-group .btn {
            margin: 0 3px; }
            @media screen and (max-width: 20em) {
              .comments-container .comment_wrap .com-textarea .textarea-footer .btn-group .btn {
                padding: 12px 15px;
                margin: 0 10px; } }
      .comments-container .comment_wrap .com-textarea .text_box {
        width: calc(100% - 40px);
        padding: 15px 20px;
        color: #c1c1c1;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400;
        resize: none;
        border: 1px solid #c1c1c1;
        min-height: 150px; }
  .comments-container .comm-list {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    .comments-container .comm-list.is_active {
      display: block; }
    .comments-container .comm-list .com-item {
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: normal;
      padding: 15px 0;
      position: relative; }
      .comments-container .comm-list .com-item .comment-area {
        position: relative; }
        .comments-container .comm-list .com-item .comment-area .com-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .comments-container .comm-list .com-item .comment-area .com-header .user-ava {
            position: relative;
            width: 45px;
            height: 45px;
            overflow: hidden;
            border-radius: 50%; }
            .comments-container .comm-list .com-item .comment-area .com-header .user-ava img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          .comments-container .comm-list .com-item .comment-area .com-header .comment-meta {
            position: relative;
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 400;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1; }
            .comments-container .comm-list .com-item .comment-area .com-header .comment-meta .user-name {
              color: #000000;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 700;
              padding: 0 15px; }
              @media screen and (max-width: 62em) {
                .comments-container .comm-list .com-item .comment-area .com-header .comment-meta .user-name {
                  padding: 0 10px; } }
            .comments-container .comm-list .com-item .comment-area .com-header .comment-meta .comment-date {
              padding: 0 20px;
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1; }
              @media screen and (max-width: 62em) {
                .comments-container .comm-list .com-item .comment-area .com-header .comment-meta .comment-date {
                  padding: 0 10px; } }
          .comments-container .comm-list .com-item .comment-area .com-header .com-rating {
            position: relative;
            color: #9a9a9a;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-weight: 400;
            cursor: pointer; }
            .comments-container .comm-list .com-item .comment-area .com-header .com-rating span {
              padding: 2px 0;
              display: inline-block; }
            .comments-container .comm-list .com-item .comment-area .com-header .com-rating ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              list-style: none; }
              .comments-container .comm-list .com-item .comment-area .com-header .com-rating ul li {
                margin-left: 15px; }
                .comments-container .comm-list .com-item .comment-area .com-header .com-rating ul li .icon {
                  vertical-align: middle;
                  display: inline-block;
                  -webkit-transition: 0.3s;
                  -o-transition: 0.3s;
                  transition: 0.3s; }
                  .comments-container .comm-list .com-item .comment-area .com-header .com-rating ul li .icon:hover {
                    opacity: 0.7; }
        .comments-container .comm-list .com-item .comment-area .comment-text {
          padding: 10px 0; }
        .comments-container .comm-list .com-item .comment-area .comment-footer {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          color: #9a9a9a;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 400;
          padding: 0; }
          .comments-container .comm-list .com-item .comment-area .comment-footer ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none; }
            @media screen and (max-width: 20em) {
              .comments-container .comm-list .com-item .comment-area .comment-footer ul {
                -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
            @media screen and (max-width: 240px) {
              .comments-container .comm-list .com-item .comment-area .comment-footer ul {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column; } }
            .comments-container .comm-list .com-item .comment-area .comment-footer ul li {
              margin-right: 20px; }
              .comments-container .comm-list .com-item .comment-area .comment-footer ul li a {
                color: #9a9a9a;
                text-decoration: none;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s; }
                .comments-container .comm-list .com-item .comment-area .comment-footer ul li a:hover {
                  color: #000000; }
      .comments-container .comm-list .com-item .tree-comment {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 48px;
        padding-top: 30px; }
        @media screen and (max-width: 62em) {
          .comments-container .comm-list .com-item .tree-comment {
            padding-left: 30px; } }
        .comments-container .comm-list .com-item .tree-comment:after {
          content: "";
          background-color: #e8e8e8;
          width: 2px;
          height: calc(100% - 32px);
          position: absolute;
          top: 0;
          left: 0;
          margin-top: 30px; }
      .comments-container .comm-list .com-item .subtree-comment {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 38px;
        padding-top: 30px; }
        @media screen and (max-width: 62em) {
          .comments-container .comm-list .com-item .subtree-comment {
            padding-left: 28px; } }
        @media screen and (max-width: 40em) {
          .comments-container .comm-list .com-item .subtree-comment {
            padding-left: 15px; } }
        .comments-container .comm-list .com-item .subtree-comment:after {
          content: "";
          background-color: #e8e8e8;
          width: 2px;
          height: calc(100% - 32px);
          position: absolute;
          top: 0;
          left: 0;
          margin-top: 30px;
          display: inline-block; }
      .comments-container .comm-list .com-item:last-child {
        border-bottom: 1px solid #e8e8e8; }

.search-result-content .search-result {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0 0; }

.search-result-content .search-footer {
  color: #7c7e7e;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 0 0; }
  .search-result-content .search-footer .search-filter {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .search-result-content .search-footer .search-filter .filter-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 5px 0 0; }
      @media screen and (max-width: 62em) {
        .search-result-content .search-footer .search-filter .filter-wrap {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .search-result-content .search-footer .search-filter .filter-wrap .l-b {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 62em) {
          .search-result-content .search-footer .search-filter .filter-wrap .l-b {
            margin-bottom: 0;
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto;
            display: block; } }
      .search-result-content .search-footer .search-filter .filter-wrap .right-b {
        margin-right: -12px; }
        @media screen and (max-width: 62em) {
          .search-result-content .search-footer .search-filter .filter-wrap .right-b {
            margin-right: 0; } }
      .search-result-content .search-footer .search-filter .filter-wrap .select-block {
        margin-right: 10px; }
        @media screen and (max-width: 62em) {
          .search-result-content .search-footer .search-filter .filter-wrap .select-block {
            margin-right: 0;
            margin-bottom: 15px; } }

.search-form {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin-top: -3px; }
  .search-form .clear-btn {
    position: absolute;
    top: 0;
    margin-top: 15px;
    right: 0;
    width: 14px;
    height: 14px;
    background-position: -50px -5px;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    background-color: transparent;
    cursor: pointer; }
  .search-form .input-wrap {
    position: relative;
    border-bottom: 1px solid #e8e8e8; }
    .search-form .input-wrap .search_field {
      font-weight: 700;
      font-size: 20px;
      border: 0;
      padding: 10px 0;
      width: calc(100% - 30px);
      color: #000000; }
      .search-form .input-wrap .search_field::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000; }
      .search-form .input-wrap .search_field::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000; }
      .search-form .input-wrap .search_field:-ms-input-placeholder {
        /* IE 10+ */
        color: #000000; }
      .search-form .input-wrap .search_field:-moz-placeholder {
        /* Firefox 18- */
        color: #000000; }

.cat-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0;
  color: #9a9a9a;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400; }
  .cat-container .cat-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .cat-container .cat-wrap .cat-single {
      position: relative;
      -webkit-box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
      box-shadow: 0 1px 2px rgba(33, 30, 24, 0.3);
      border-radius: 4px;
      background-color: #ffffff;
      min-height: 209px;
      margin-bottom: 20px; }
      .cat-container .cat-wrap .cat-single .single-wrap {
        padding: 30px 30px; }
        .cat-container .cat-wrap .cat-single .single-wrap .item-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-thumbnail {
            max-width: 265px;
            height: 149px;
            width: 100%;
            overflow: hidden; }
            @media screen and (max-width: 62em) {
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-thumbnail {
                max-width: none;
                height: 250px; } }
            .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-thumbnail img {
              -o-object-fit: cover;
              object-fit: cover;
              width: 100%;
              height: 100%; }
          .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-left: 30px; }
            .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-title {
              color: #000000;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-weight: 700;
              border-bottom: 1px solid #e8e8e8;
              padding: 22px 0; }
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-title a {
                color: #000000;
                text-decoration: none; }
            @media screen and (max-width: 62em) {
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info {
                margin-left: 0;
                -webkit-box-flex: 1;
                -ms-flex: auto;
                flex: auto; } }
            .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta {
              color: #9a9a9a;
              font-family: "Montserrat", sans-serif;
              font-size: 12px;
              font-weight: 400;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              padding: 0;
              margin-top: auto; }
              @media screen and (max-width: 62em) {
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta {
                  padding: 15px 0 0; } }
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .time {
                -webkit-box-flex: 75px;
                -ms-flex: 75px 0;
                flex: 75px 0; }
                @media screen and (max-width: 62em) {
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .time {
                    -webkit-box-flex: 15px;
                    -ms-flex: 15px 0;
                    flex: 15px 0;
                    margin-right: 10px; } }
                @media screen and (max-width: 40em) {
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .time {
                    -webkit-box-flex: 10px;
                    -ms-flex: 10px 0;
                    flex: 10px 0;
                    margin-right: 5px; } }
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                list-style: none; }
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info ul li {
                  margin-right: 10px; }
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info ul li .icon {
                    display: inline-block;
                    vertical-align: middle; }
                    .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info ul li .icon.icon-like {
                      margin-top: -3px; }
                    .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info ul li .icon.icon-eye {
                      margin-top: -3px; }
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info .m-triger {
                color: #9a9a9a;
                font-family: "Montserrat", sans-serif;
                font-size: 18px;
                font-weight: 400;
                letter-spacing: 0.45px;
                position: relative;
                cursor: pointer; }
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info .m-triger:after {
                  content: "...";
                  vertical-align: middle;
                  position: absolute;
                  top: 0;
                  margin-top: -6px; }
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .story_info .m-triger:hover .social-dropdown {
                  visibility: visible;
                  opacity: 1; }
              .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown {
                position: absolute;
                z-index: 99999999 !important;
                left: 100%;
                margin-left: -5px;
                top: 100%;
                width: 182px;
                padding: 10px 10px;
                margin-top: 20px;
                background-color: #ffffff;
                border-radius: 3px;
                -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                visibility: hidden;
                opacity: 0;
                -webkit-transform: translate(-50%, 5px);
                -ms-transform: translate(-50%, 5px);
                transform: translate(-50%, 5px);
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s; }
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown:before {
                  content: "";
                  position: absolute;
                  border-style: solid;
                  border-width: 0 7.5px 8px 7.5px;
                  border-color: transparent transparent #ffffff transparent;
                  top: 0;
                  margin-top: -8px;
                  left: 50%; }
                  @media screen and (max-width: 64em) {
                    .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown:before {
                      right: 0; } }
                  @media screen and (max-width: 62em) {
                    .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown:before {
                      right: 0; } }
                @media screen and (max-width: 64em) {
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown {
                    left: calc(100% - 60px); } }
                @media screen and (max-width: 62em) {
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown {
                    left: calc(100% - 70px); } }
                .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l {
                  position: relative;
                  -webkit-box-sizing: border-box;
                  box-sizing: border-box;
                  color: #9a9a9a;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-weight: 400; }
                  .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul {
                    padding: 0;
                    margin: 0;
                    display: block;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between; }
                    .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li {
                      width: 100%;
                      padding: 7px 0;
                      position: relative; }
                      .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li a {
                        color: #9a9a9a;
                        text-decoration: none;
                        display: block;
                        -webkit-transition: 0.3s;
                        -o-transition: 0.3s;
                        transition: 0.3s;
                        width: 100%;
                        padding: 0 5px; }
                        .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li a:hover {
                          color: #000000; }
                      .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li span {
                        padding: 0 5px;
                        position: absolute;
                        right: 0; }
                        .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li span.icon.icon-fb-negative {
                          margin-right: 2px; }
                        .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li span.icon.icon-vk-negative {
                          margin-right: -2px; }
                        .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li span.icon.icon-twitter-negative {
                          margin-right: -2px; }
                        .cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .social-dropdown .social-share-l ul li span.icon.icon-google-negative {
                          margin-right: -5px; }

/* Styles for dialog window */
#suscribe {
  background: white;
  padding: 20px 0 0;
  text-align: left;
  max-width: 500px;
  margin: 40px auto;
  position: relative; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close {
  margin-top: 13px;
  margin-right: 15px; }

.popup_bg {
  background-image: url("../images/mega.svg");
  background-repeat: no-repeat;
  background-position: right;
  max-width: 347px;
  width: 100%;
  height: 296px;
  position: absolute;
  right: 0;
  top: 0; }

.popup_container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400; }
  .popup_container .popup_header {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px; }
    .popup_container .popup_header .pop_title {
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 700; }
  .popup_container .popup_content {
    padding: 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px; }
    .popup_container .popup_content.sucsess-content {
      min-height: 300px; }
    .popup_container .popup_content .pop_text {
      text-align: center;
      max-width: 368px;
      width: 100%;
      line-height: normal; }
    .popup_container .popup_content .form-block {
      padding: 38px 0 0;
      max-width: 200px;
      width: 100%; }
  .popup_container .sucsess-footer {
    margin: 40px 0 0; }

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  footer .section-main-info {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0 68px; }
    @media screen and (max-width: 62em) {
      footer .section-main-info {
        padding: 15px 0 15px; } }
    @media screen and (max-width: 30em) {
      footer .section-main-info {
        padding: 30px 0 15px; } }
    @media screen and (max-width: 20em) {
      footer .section-main-info {
        padding: 30px 0 15px; } }
    footer .section-main-info .subfooter-wrap {
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media screen and (max-width: 62em) {
        footer .section-main-info .subfooter-wrap {
          padding: 15px 0;
          width: calc(100% - 30px);
          margin: 0 auto;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 30em) {
        footer .section-main-info .subfooter-wrap {
          padding: 0 0;
          width: calc(100% - 30px);
          margin: -20px auto 12px;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      footer .section-main-info .subfooter-wrap .sb-block-n {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px; }
        @media screen and (max-width: 62em) {
          footer .section-main-info .subfooter-wrap .sb-block-n {
            margin-bottom: 10px; } }
      footer .section-main-info .subfooter-wrap .sb-menu {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media screen and (max-width: 62em) {
          footer .section-main-info .subfooter-wrap .sb-menu {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto; } }
        footer .section-main-info .subfooter-wrap .sb-menu .menu-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        footer .section-main-info .subfooter-wrap .sb-menu ul {
          list-style: none;
          padding: 0; }
          footer .section-main-info .subfooter-wrap .sb-menu ul.col {
            width: calc(50% - 0px);
            margin: 0 0; }
          footer .section-main-info .subfooter-wrap .sb-menu ul li {
            margin-bottom: 15px; }
            footer .section-main-info .subfooter-wrap .sb-menu ul li a {
              color: #000000;
              text-decoration: none;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              footer .section-main-info .subfooter-wrap .sb-menu ul li a:hover {
                color: #0000ff; }
      footer .section-main-info .subfooter-wrap .social-block {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media screen and (max-width: 62em) {
          footer .section-main-info .subfooter-wrap .social-block {
            -webkit-box-flex: 1;
            -ms-flex: auto;
            flex: auto; } }
        footer .section-main-info .subfooter-wrap .social-block .social-icons {
          position: relative;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          max-width: 26.5em;
          width: 100%; }
          @media screen and (max-width: 40em) {
            footer .section-main-info .subfooter-wrap .social-block .social-icons {
              max-width: none;
              margin: 0 auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              border-bottom: 1px solid #dfdfdf;
              padding-bottom: 20px; } }
          footer .section-main-info .subfooter-wrap .social-block .social-icons ul {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-line-pack: stretch;
            align-content: stretch; }
            footer .section-main-info .subfooter-wrap .social-block .social-icons ul li {
              width: 40px;
              height: 40px;
              background-color: #ffffff;
              border-radius: 20px;
              text-align: center;
              margin-right: 10px;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              footer .section-main-info .subfooter-wrap .social-block .social-icons ul li:hover {
                background-color: #cfcfcf; }
              footer .section-main-info .subfooter-wrap .social-block .social-icons ul li a {
                display: block;
                padding: 12px 0; }
        footer .section-main-info .subfooter-wrap .social-block .block-description {
          color: #000000;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          padding: 15px 0;
          width: calc(100% - 50px); }
      footer .section-main-info .subfooter-wrap .block-ft {
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        padding: 9px 0; }
        @media screen and (max-width: 40em) {
          footer .section-main-info .subfooter-wrap .block-ft {
            border-top: 1px solid #dfdfdf;
            width: 100%;
            padding: 13px 0;
            margin: 10px auto; } }
        footer .section-main-info .subfooter-wrap .block-ft ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          list-style: none;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          max-width: 13.857142857142858em; }
          @media screen and (max-width: 40em) {
            footer .section-main-info .subfooter-wrap .block-ft ul {
              max-width: 250px;
              margin: 0 auto; } }
          @media screen and (max-width: 62em) {
            footer .section-main-info .subfooter-wrap .block-ft ul li {
              margin-right: 10px; } }
          @media screen and (max-width: 40em) {
            footer .section-main-info .subfooter-wrap .block-ft ul li {
              margin-right: 0; } }
          footer .section-main-info .subfooter-wrap .block-ft ul li a {
            color: #000000;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            footer .section-main-info .subfooter-wrap .block-ft ul li a:hover {
              color: #0000ff; }
      footer .section-main-info .subfooter-wrap .about-block {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        footer .section-main-info .subfooter-wrap .about-block .site-manager {
          color: #000000;
          font-family: "Montserrat", sans-serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 20px;
          padding: 16px 0; }
      footer .section-main-info .subfooter-wrap .suscribe-block {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000000;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        max-width: 17.6em;
        width: calc(100% - 0px); }
        @media screen and (max-width: 62em) {
          footer .section-main-info .subfooter-wrap .suscribe-block {
            max-width: none;
            width: 100%;
            text-align: center;
            padding: 20px 0; } }
        footer .section-main-info .subfooter-wrap .suscribe-block .suscribe-description {
          display: block;
          width: calc(100% - 0px); }
        footer .section-main-info .subfooter-wrap .suscribe-block .form-block {
          padding: 16px 0;
          max-width: 200px;
          width: 100%; }
          @media screen and (max-width: 62em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block {
              max-width: 400px;
              margin: 0 auto; } }
          @media screen and (max-width: 40em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block {
              max-width: 400px;
              margin: 0 auto; } }
          @media screen and (max-width: 30em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block {
              margin: 0 auto; } }
          @media screen and (max-width: 20em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block {
              margin: 0 auto; } }
          @media screen and (max-width: 62em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .input-group {
                margin-bottom: 0;
                width: calc(50% - 0px); }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .btn-group {
                width: calc(50% - 10px); } }
          @media screen and (max-width: 40em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .input-group {
                margin-bottom: 0;
                width: calc(50% - 0px); }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .btn-group {
                width: calc(50% - 10px); } }
          @media screen and (max-width: 30em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .input-group {
                margin-bottom: 15px;
                width: calc(100% - 0px); }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .btn-group {
                width: calc(100% - 0px); } }
          @media screen and (max-width: 20em) {
            footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .input-group {
                margin-bottom: 15px;
                width: calc(100% - 0px); }
              footer .section-main-info .subfooter-wrap .suscribe-block .form-block .footer-form .btn-group {
                width: calc(100% - 0px); } }
  @media screen and (max-width: 62em) {
    footer .footer-logo {
      margin: auto; } }
  footer .footer {
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    min-height: 115px;
    width: 100%; }
  footer .footer-wrapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9a9a9a;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px; }
    footer .footer-wrapper .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 115px; }
      @media screen and (max-width: 62em) {
        footer .footer-wrapper .footer-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center;
          font-size: 10px;
          min-height: 0; } }
      footer .footer-wrapper .footer-content .left-col, footer .footer-wrapper .footer-content .right-col {
        width: calc(20% - 10px); }
        @media screen and (max-width: 62em) {
          footer .footer-wrapper .footer-content .left-col, footer .footer-wrapper .footer-content .right-col {
            width: calc(100% - 0px);
            padding: 10px 0; } }
        @media screen and (max-width: 30em) {
          footer .footer-wrapper .footer-content .left-col, footer .footer-wrapper .footer-content .right-col {
            width: calc(100% - 0px);
            padding: 10px 0; } }
      @media screen and (max-width: 62em) {
        footer .footer-wrapper .footer-content .left-col {
          display: none; } }
      footer .footer-wrapper .footer-content .center-col {
        width: calc(50% - 10px); }
        @media screen and (max-width: 62em) {
          footer .footer-wrapper .footer-content .center-col {
            width: calc(100% - 0px);
            padding: 10px 0; } }

main .page-container .full-story .story-body .story-data b {
            color: #000000;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: 700;
            padding: 15px 0;
            display: block; }
@media screen and (max-width: 62em) {
  main .page-container .full-story .story-body .story-data b {
    padding: 15px 0 5px; } }

main .page-container .full-story .story-body .story-data div.quote {
	background-color: #f2f4f6;
	margin: 1.5em 0;
	padding: 20px 50px;
	quotes: "“" "”" "‘" "’";
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	position: relative; }

main .page-container .full-story .story-body .story-data div.quote:before {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 58px;
	font-weight: 400;
	color: #0000ff;
	content: open-quote;
	line-height: 0.1em;
	margin-right: 0;
	vertical-align: 0;
	position: absolute;
	left: 0;
	padding: 0 16px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg); }

main .page-container .full-story .story-body .story-data div.quote p {
	display: inline;
	padding: 0 15px; }


main .page-container .full-story .story-body .story-data img.fr-dii.fr-fil {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 30px);
  margin-right: 20px; }
  @media screen and (max-width: 40em) {
    main .page-container .full-story .story-body .story-data img.fr-dii.fr-fil {
      max-width: calc(100% - 0px);
      width: 100%;
      float: none;
      padding: 15px 0; } }

main .page-container .page-wrap .breadcrumb .speedbar span a {
color: #9a9a9a;
text-decoration: none;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s; }
main .page-container .page-wrap .breadcrumb .speedbar span a:hover {
  color: #000000; }

.speedbar > span:after {
	content: "/";
	margin: 0 3px;
}

.comments-container .comment_wrap .com-textarea .input_box {
width: calc(100% - 40px);
padding: 15px 20px;
color: #c1c1c1;
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 400;
resize: none;
border: 1px solid #c1c1c1;}

.comments-container .comment_wrap .com-textarea #name.input_box {
	margin-bottom: 20px;
}

#sec_code {
	vertical-align: top;
	padding: 11px 10px 10px;
	color: #c1c1c1;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	resize: none;
	border: 1px solid #c1c1c1;
	margin-left: 6px;
	margin-right: 6px;
}

div.c-captcha {
	float: left;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.section-separator {
	margin-top: 20px;
}

main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-top .date {
  color: #fff;
  text-decoration: none;
}
main .site-wrapper .main-col .slider-area .slider-box .sl-news a .sl-content .sl-top .date {
}
header .search-block .search-trigger {
	position: relative;
}

header .search-block .search-trigger a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.cat-container .cat-wrap .cat-single .single-wrap .item-content .i-info .story-meta .time {
	-webkit-box-flex: 100px;
	-ms-flex: 100px 0;
	flex: 100px 0;
}

header .header {
	overflow: visible;
}
main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-title a:hover, .item-info ul li .m-triger:hover, .social-share-l ul li a:hover, .social-share-l ul li a:hover span {
  color: #0000ff !important;
}
main .site-wrapper .main-col .slider-area .slider-box .sl-news .sl-content .sl-title:hover {
  text-decoration: underline;
}
/* main .story-data .news-meta > ul {
  justify-content: flex-end;
} */

/* .glas_share.init {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .story-data .news-meta > ul li:nth-child(2) {
  margin-right: auto !important;
}
main .story-data .news-meta > ul li:nth-child(3) {
  margin-left: 15px;
  margin-right: 10px !important;
}
main .story-data .news-meta > ul li:nth-child(5) {
  margin-top: -3px;
}

main .story-data .news-meta .m-triger ul li:nth-child(2) {
  margin-right: 16px !important;
}
main .story-data .news-meta .m-triger ul li:nth-child(3) {
  margin-left: auto;
  margin-right: 16px !important;
}
main .story-data .news-meta .m-triger ul li:nth-child(5) {
  margin-top: 0;
} */
/* main .site-wrapper .main-col .slider-area .news-side .side-container .site-block .news-items .item-meta .item-info ul li:nth-child(2) {
  margin-right: 8px;
}
main .site-wrapper .main-col .section-wrap .news-wrapper .news-item .item-content .story-data .news-meta ul ul {
  display: block;
} */

/* li.btn_sh_fb {
  position: absolute;
  right: 32px;
  margin-top: -1px;
}
li.btn_sh_vk {
  position: absolute;
  right: 15px;
}
li.btn_sh_vk + li {
  position: absolute;
  right: 0;
  margin-top: -3px;
} */
.news-meta li:nth-child(2) {
  margin-right: auto !important;
}
li.btn_sh_fb:hover .icon {
  background-position: -5px -63px;
}
li.btn_sh_vk:hover .icon {
  background-position: -209px -31px;
}
li.btn_sh_ok:hover .icon {
  background-position: -65px -78px;
}
li.btn_sh_tw:hover .icon {
  background-position: -193px -177px;
}
li.btn_sh_tg:hover .icon {
  background-position: -193px -157px;
}
li.btn_sh_gp:hover .icon {
  background-position: -22px -60px;
}
.site-block .item-info li:nth-child(2) {
  position: relative;
  left: -70px;
}
.site-block .item-info li.btn_sh_tw:nth-child(2) {
  left: auto;
}
.site-block .item-info li.btn_sh_vk {
  position: relative;
  bottom: -3px;
}
.site-block .item-info li.btn_sh_vk + li {
  position: relative;
  top: -3px;
}
.full-story .story_info li.btn_sh_vk + li {
  position: relative;
}
.full-story .story_info li.btn_sh_vk + li .social-dropdown {
  margin-top: 0 !important;
}
.full-story .story_info li.btn_sh_fb {
  margin-left: 10px;
}
li.btn_sh_vk + li {
  position: relative;
  top: -3px;
}
.main-col .slider-area .slider-news li.btn_sh_vk {
  bottom: -3px;
  position: relative;
}

.video-init .social-dropdown {
  margin-left: -70px !important;
}
.video-init .social-dropdown::before {
  margin-left: 70px !important;
}
.site-block li.btn_sh_vk {
  margin-bottom: -2px;
}
li.btn_sh_fb {
  margin-right: 12px !important;
}
.story-title {
  min-height: 62px;
}
.owl-dots {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9a9a9a !important;
  margin-left: 2px;
  margin-right: 2px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active {
  background: #0000ff !important;
}
.news-meta ul, .news-meta li {
  list-style: none !important;
}
.hidden-scroll .sub-menu li:nth-child(3) {
  display: none !important;
}
li.rate_active a:hover {
  color: #0000ff !important;
}
li.rate_active a:hover i {
  background-position: -74px -63px;
}

.video-init {
  margin-right: -30px;
}
body {
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  .main-area {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 580px) {
  .video_main_cont .news-wrapper {
    padding-right: 0 !important;
  }
  .video_main_cont .story-data {
    padding-right: 15px !important;
  }
  .owl-dots {
    display: none !important;
  }
  .related_news .news-item, .theme_related .news-item {
    display: none !important;
  }
  .theme_related .news-item:nth-child(1), .related_news .news-item:nth-child(1) {
    display: block !important;
  }
}
.sl-top {
  position: relative;
  z-index: 99
}
.main-col + .right-sidebar {
  position: relative;
}
.banner_fixed {
  position: sticky;
  top: 180px;
  z-index: 1
}
header + .main-area .banner_fixed {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.fixed + .main-area .banner_fixed {
  top: 80px;
  z-index: 10;
}
.slider_main_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.white_icon .icon-like {
    background-position: -96px -51px;
}
.white_icon .icon-fb-negative {
    background-position: -5px -39px;
}
.white_icon .icon-fb-negative {
    background-position: -5px -39px;
}
.white_icon .icon-vk-negative {
    background-position: -209px -17px;
}
.com_count {
  color: #0000FF;
}
.com_count:hover {
  text-decoration: none;
}
/* .main-area  */
iframe {max-width: 100%;}