@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

body {
  position: relative; }

.n-container {
  width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .n-container {
      width: 940px; } }
  @media screen and (max-width: 1024px) {
    .n-container {
      width: 840px; } }
  @media screen and (max-width: 872px) {
    .n-container {
      width: 736px; } }
  @media screen and (max-width: 768px) {
    .n-container {
      width: 100%;
      padding: 0 24px;
      box-sizing: border-box; } }
  @media screen and (max-width: 480px) {
    .n-container {
      width: 100%;
      padding: 0 8px;
      box-sizing: border-box; } }

html {
  font-size: 16px !important;
  color: #333333; }
  @media screen and (max-width: 1024px) {
    html {
      font-size: 15px !important; } }
  @media screen and (max-width: 768px) {
    html {
      font-size: 14px !important; } }

::selection {
  background: darkgray;
  color: #fff;
  text-shadow: none; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.category-post > div {
  margin: 20px 0; }

.category-post ul li {
  list-style: disc; }

header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #333333; }

header ul,
header ul li {
  margin-bottom: 0; }

header .n-navigation {
  width: 100%;
  background-color: #fff; }

header .n-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1200px) {
    header .n-container {
      padding: 0 20px; } }
  @media screen and (max-width: 1024px) {
    header .n-container {
      padding: 0 20px; } }

header .n-navigation {
  padding: 32px 0; }

header .wrapper-logo .desktop {
  width: 160px;
  display: block;
  position: relative; }
  @media screen and (max-width: 1024px) {
    header .wrapper-logo .desktop {
      display: none; } }

header .wrapper-logo .desktop img {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 1200px) {
    header .wrapper-logo .desktop img {
      top: 0px;
      height: auto; } }

header .wrapper-logo .mobile {
  display: none; }
  @media screen and (max-width: 1024px) {
    header .wrapper-logo .mobile {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

header .wrapper-logo .mobile a {
  color: #4c2c4e;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: inherit; }

header .wrapper-logo .mobile a:hover {
  text-decoration: none; }

header .wrapper-logo .text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px; }

header .wrapper-logo .olshansky {
  font-size: 18px;
  font-weight: bold; }

header .wrapper-logo .partners {
  font-size: 18px; }

header ul.top_menu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media screen and (max-width: 1200px) {
    header ul.top_menu {
      display: none; } }

header ul.top_menu li {
  margin-left: 0;
  padding: 0 !important;
  margin-bottom: 0; }

header ul.top_menu li,
header ul.top_menu li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: inherit;
  font-size: 14px; }

header ul.top_menu img {
  margin-right: 10px; }

a.mobile-menu-burger {
  display: none;
  position: relative;
  height: 32px;
  width: 38px;
  margin-left: 10px;
  display: none; }
  @media screen and (max-width: 1200px) {
    a.mobile-menu-burger {
      display: none; } }

a.mobile-menu-burger .line {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #4c2c4e;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  top: 14px;
  min-width: 25px; }

a.mobile-menu-burger .line:first-child {
  top: 4px; }

a.mobile-menu-burger .line:last-child {
  bottom: 4px;
  top: unset; }

a.mobile-menu-burger.active .line {
  display: none; }

a.mobile-menu-burger.active .line:first-child {
  top: 14px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

a.mobile-menu-burger.active .line:last-child {
  bottom: 14px;
  display: block;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

header .n-header-block {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 0;
  padding-bottom: 50px; }

header .n-header-block .n-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

header .widget {
  font-size: 14px;
  text-transform: uppercase;
  color: #4C2C4E;
  text-align: right;
  margin: 0;
  line-height: 1.3;
  -ms-word-wrap: unset;
  word-wrap: unset;
  display: none; }
  @media screen and (max-width: 1200px) {
    header .widget {
      display: block; } }
  @media screen and (max-width: 480px) {
    header .widget {
      display: none; } }

header .row-lang-wrap .widget {
  display: block;
  margin-bottom: 24px; }
  @media screen and (max-width: 1200px) {
    header .row-lang-wrap .widget {
      display: none; } }

header .widget a {
  color: inherit; }

header .widget a:hover {
  color: inherit; }

header .widget li.active a {
  font-weight: bold; }

header .row-second-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

header ul.middle_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff; }

  @media screen and (max-width: 1200px) {
    header ul.middle_menu {
      display: block;
      
       }
header .n-header-block .n-container{
  align-items: center; 
}
header ul.middle_menu li a 
        {border-right: 1px solid #A2A2A2;} }

header ul.middle_menu a {
  padding: 15px 50px;
  border: 1px solid #A2A2A2;
  border-right: none;
  font-size: 16px;
  color: inherit;
  display: block;
  text-decoration: none; }

header ul.middle_menu a:hover {
  background-color: #dddddd; }

header ul.middle_menu li:last-child a {
  border-right: 1px solid #A2A2A2; }

footer {
  padding: 30px 0 18px 0;
  background-color: #fff; }

footer ul {
  margin: 0; }

@media screen and (max-width: 1024px) {
  footer .wrapper-menus {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; } }
@media screen and (max-width: 480px) {
  footer .wrapper-menus {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; } }

footer .row-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 35px; }
  @media screen and (max-width: 1200px) {
    footer .row-block {
      padding: 0 20px; } }
  @media screen and (max-width: 1024px) {
    footer .row-block {
      padding: 0 20px; } }

footer .footer-nav-btn li {
  float: left;
  margin: 0 !important;
  color: #333333; }
  @media screen and (max-width: 1024px) {
    footer .footer-nav-btn li {
      float: unset;
      margin-bottom: 18px;
      color: #999; } }

footer .footer-nav-btn li a {
  padding: 15px 50px;
  display: block;
  border: 1px solid #A2A2A2;
  border-right: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  color: inherit; }
  @media screen and (max-width: 1024px) {
    footer .footer-nav-btn li a {
      padding: unset;
      border: unset; } }

footer .footer-nav-btn li:last-child a {
  border-right: 1px solid #A2A2A2; }
  @media screen and (max-width: 1024px) {
    footer .footer-nav-btn li:last-child a {
      border: unset; } }

footer .footer-nav-btn li a:hover {
  background-color: #F0F0F0; }

footer .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (max-width: 1024px) {
    footer .social {
      display: none; } }

footer .social span {
  display: none; }

footer .social a {
  display: block;
  margin-right: 12px; }

footer .social img {
  padding: 0 !important; }

footer .footer-nav-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    footer .footer-nav-list {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; } }
  @media screen and (max-width: 480px) {
    footer .footer-nav-list {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

footer .footer-nav-list li a {
  font-size: 14px;
  color: #999;
  margin-right: 28px; }
  @media screen and (max-width: 1024px) {
    footer .footer-nav-list li a {
      margin-right: 10px;
      text-decoration: none;
      font-size: 16px;
      line-height: 21px;
      color: inherit; } }

footer .copyrights {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 150px; }
  @media screen and (max-width: 1024px) {
    footer .copyrights {
      display: none; } }

footer .wrapper-copyright .copyrights {
  display: none; }
  @media screen and (max-width: 1024px) {
    footer .wrapper-copyright .copyrights {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 0 auto; } }

footer .copyrights .olshansky {
  font-weight: bold;
  font-size: 14px; }

.fancybox-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 8; }

.fancybox-overlay.active {
  display: block; }

.mobile-menu {
  position: fixed;
  width: 50%;
  right: -60%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-top: 110px;
  padding-left: 25px; }
  @media screen and (max-width: 480px) {
    .mobile-menu {
      width: 90%;
      right: -90%;
      padding-top: 80px; } }

.mobile-menu .wrapper-close {
  position: absolute;
  top: 60px;
  right: 15%; }
  @media screen and (max-width: 480px) {
    .mobile-menu .wrapper-close {
      top: 40px;
      right: 5%; } }

.mobile-menu.active {
  right: 0; }

.mobile-menu a {
  color: #333333;
  font-size: 18px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #e3e3e3; }

.mobile-menu a:hover {
  text-decoration: none;
  color: #4c2c4e; }

.mobile-menu a img {
  display: none;
  padding: 0; }

.mobile-menu ul {
  max-width: 480px; }
  @media screen and (max-width: 480px) {
    .mobile-menu ul {
      max-width: 230px;
      margin-left: 10px; } }

.mobile-menu .top_menu {
  border-bottom: 1px solid #A2A2A2; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

section.search-category .row-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0; }

section.search-category h1 {
  font-size: 36px;
  line-height: 36px;
  color: inherit;
  margin: 0; }

section.search-category form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

section.search-category button {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(images/category/search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset;
  padding: 0; }

section.search-category button,
section.search-category button:focus,
section.search-category button:active {
  outline: 0;
  outline-width: 0;
  outline: none;
  outline-style: none; }

section.search-category input {
  background-color: unset;
  margin-left: 20px;
  border: none;
  border-bottom: 1px solid #999;
  font-size: 14px;
  width: 200px;
  padding: 0 0 5px 5px; }

section.navigation-category ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin: 50px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 25px 0; }
  @media screen and (max-width: 768px) {
    section.navigation-category ul {
      display: none; } }

section.navigation-category ul .current-menu-item {
  font-weight: bold; }

section.navigation-category li {
  margin-right: 65px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    section.navigation-category li {
      margin-right: 58px; } }
  @media screen and (max-width: 872px) {
    section.navigation-category li {
      margin-right: 50px; } }

section.navigation-category li:hover a {
  color: #4C2C4E; }

section.navigation-category li:first-child:before {
  display: none; }

section.navigation-category li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #54274E;
  position: absolute;
  top: 15px;
  left: -30px; }

section.navigation-category a {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    section.navigation-category a {
      font-size: 22px;
      line-height: 30px; } }
  @media screen and (max-width: 872px) {
    section.navigation-category a {
      font-size: 18px; } }

.category-menu-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .category-menu-mobile {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 16px 0 48px 0;
      border: unset;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      padding: 25px 0;
      background-color: unset;
      line-height: 32px;
      font-size: 24px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative; }
      .category-menu-mobile:focus {
        outline: unset; }
      .category-menu-mobile option {
        background-color: #f2f2f2; } }

@media screen and (max-width: 768px) {
  .navigation-category .n-container {
    position: relative; }
    .navigation-category .n-container:after {
      content: "";
      background: url(images/select.svg) no-repeat;
      width: 12px;
      background-size: cover;
      height: 6px;
      position: absolute;
      top: 48%;
      right: 24px;
      transition: 0.5s; } }

section.category-posts .category-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

section.category-posts .wrapper-post {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #333333;
  margin-bottom: 80px;
  height: 210px; }
  @media screen and (max-width: 872px) {
    section.category-posts .wrapper-post {
      width: 90%;
      height: auto; } }
  @media screen and (max-width: 480px) {
    section.category-posts .wrapper-post {
      width: 100%; } }

section.category-posts .wrapper-post a {
  color: inherit;
  text-decoration: none;
  width: 90%; }
  section.category-posts .wrapper-post a:hover {
    color: #4C2C4E; }

section.category-posts h3 {
  font-size: 18px !important;
  line-height: 20px;
  color: inherit;
  margin: 0; }

section.category-posts .information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #999;
  font-size: 11px;
  padding: 10px 0; }

section.category-posts .date,
section.category-posts .time-posted {
  font-size: inherit;
  color: inherit; }

section.category-posts .time-posted {
  margin-left: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }

section.category-posts .time-posted:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c4c4c4;
  left: -12px;
  top: 6px; }

section.category-posts .time-posted img {
  margin-right: 10px; }

section.category-posts .post-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  @media screen and (max-width: 480px) {
    section.category-posts .post-content {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

section.category-posts .post-content:before,
section.category-posts .post-content:after {
  content: unset; }

section.category-posts .image {
  width: 43%;
  position: relative; }
  @media screen and (max-width: 480px) {
    section.category-posts .image {
      width: 100%; } }

section.category-posts .image .category {
  position: absolute;
  left: 0;
  bottom: 12px;
  background-color: #4C2C4E;
  color: #fff;
  padding: 4px 16px;
  font-size: 12px; }

section.category-posts .text {
  width: 49%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
  padding: 0 4% 0 0;
  margin-left: 24px; }
  @media screen and (max-width: 768px) {
    section.category-posts .text {
      width: 55%; } }
  @media screen and (max-width: 480px) {
    section.category-posts .text {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 100%;
      margin: 12px 0 0 0;
      padding: 0; } }
  section.category-posts .text .exerpt {
    width: 100%; }

section.category-posts .wrapper-btn {
  display: block; }

section.category-posts .wrapper-btn a.read-more {
  color: #4C2C4E;
  border: 1px solid #4C2C4E;
  padding: 4px 17px;
  text-decoration: none;
  display: block;
  max-width: 150px;
  text-align: center;
  width: 100%; }

section.category-posts .wrapper-btn a.read-more:hover {
  color: #fff;
  background-color: #4C2C4E; }

#wrapper .photo-galery {
  width: 912px;
  margin: 20px auto 72px auto; }
  @media screen and (max-width: 1200px) {
    #wrapper .photo-galery {
      width: 736px; } }
  @media screen and (max-width: 1024px) {
    #wrapper .photo-galery {
      width: 608px; } }
  @media screen and (max-width: 768px) {
    #wrapper .photo-galery {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    #wrapper .photo-galery {
      width: 100%; } }
  #wrapper .photo-galery .slider-for {
    margin-bottom: 24px; }
    #wrapper .photo-galery .slider-for img {
      width: 912px;
      height: 576px;
      object-fit: cover; }
      @media screen and (max-width: 1200px) {
        #wrapper .photo-galery .slider-for img {
          height: 506px; } }
      @media screen and (max-width: 1024px) {
        #wrapper .photo-galery .slider-for img {
          width: 608px;
          height: 384px; } }
      @media screen and (max-width: 768px) {
        #wrapper .photo-galery .slider-for img {
          width: 100%;
          height: 45vw; } }
      @media screen and (max-width: 480px) {
        #wrapper .photo-galery .slider-for img {
          height: 45vw;
          min-height: 188px; } }
  #wrapper .photo-galery .slider-nav img {
    width: 216px;
    height: 144px;
    margin-right: 16px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    object-fit: cover; }
    @media screen and (max-width: 1200px) {
      #wrapper .photo-galery .slider-nav img {
        width: 174px;
        height: 112px;
        margin-right: 14px; } }
    @media screen and (max-width: 1024px) {
      #wrapper .photo-galery .slider-nav img {
        width: 144px;
        height: 96px;
        margin-right: 11px; } }
    @media screen and (max-width: 480px) {
      #wrapper .photo-galery .slider-nav img {
        width: 72px;
        height: 48px;
        margin-right: 4px; } }
  #wrapper .photo-galery .slider-nav .slick-current img {
    border: 2px solid #54274E;
    box-sizing: border-box; }

.slick-slide {
  outline: unset; }

.slick-prev {
  width: 43px;
  height: 132px;
  left: -100px; }
  @media screen and (max-width: 1024px) {
    .slick-prev {
      width: 20px;
      height: 64px;
      left: -56px; } }
  @media screen and (max-width: 480px) {
    .slick-prev {
      left: 2px;
      z-index: 2; } }
  .slick-prev:before {
    content: "";
    background-image: url("images/arrows.svg");
    width: 43px;
    height: 132px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    opacity: 1; }
    @media screen and (max-width: 1024px) {
      .slick-prev:before {
        width: 20px;
        height: 64px;
        background-size: cover; } }
  .slick-prev:hover:before {
    background-position-x: 44px; }
    @media screen and (max-width: 1024px) {
      .slick-prev:hover:before {
        background-position-x: 79px; } }

.slick-next {
  width: 43px;
  height: 132px;
  right: -100px; }
  @media screen and (max-width: 1024px) {
    .slick-next {
      width: 20px;
      height: 64px;
      right: -56px; } }
  @media screen and (max-width: 480px) {
    .slick-next {
      right: 2px;
      z-index: 2; } }
  .slick-next:before {
    content: "";
    background-image: url("images/arrows.svg");
    width: 43px;
    height: 132px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1; }
    @media screen and (max-width: 1024px) {
      .slick-next:before {
        width: 20px;
        height: 64px;
        background-size: cover; } }
  .slick-next:hover:before {
    background-position-x: 44px; }
    @media screen and (max-width: 1024px) {
      .slick-next:hover:before {
        background-position-x: 79px; } }

.fancybox-wrapper-image {
  display: none;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 3px #c3c3c3;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  margin: auto;
  max-width: 70%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 1200px) {
    .fancybox-wrapper-image {
      max-width: 80%;
      max-height: 80%; } }
  @media screen and (max-width: 768px) {
    .fancybox-wrapper-image {
      padding: 10px; } }
  @media screen and (max-width: 480px) {
    .fancybox-wrapper-image {
      padding: 4px; } }
  .fancybox-wrapper-image.active {
    display: block; }
  .fancybox-wrapper-image .gallery {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
    position: relative; }
  .fancybox-wrapper-image .close-btn {
    background-image: url("images/close-btn.svg");
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 99;
    cursor: pointer; }
    .fancybox-wrapper-image .close-btn:hover {
      background-position-x: -34px; }
      @media screen and (max-width: 768px) {
        .fancybox-wrapper-image .close-btn:hover {
          background-position-x: -26px; } }
    @media screen and (max-width: 768px) {
      .fancybox-wrapper-image .close-btn {
        right: -30px;
        background-size: cover;
        width: 20px;
        height: 20px; } }

.category-post .wrapper-image {
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0 0 3px #c3c3c3;
  background-color: #fff; }
  .category-post .wrapper-image img {
    border: 1px solid #c3c3c3; }

#wrapper .wrapper-n-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
#wrapper .wrapper-n-gallery .single-img {
  padding: 20px;
  cursor: pointer; }
#wrapper .wrapper-n-gallery img {
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }
#wrapper .wrapper-n-gallery .images-4 {
  width: 25%;
  height: 180px; }
  @media screen and (max-width: 768px) {
    #wrapper .wrapper-n-gallery .images-4 {
      padding: 8px;
      width: 50%;
      height: 200px; } }
  @media screen and (max-width: 480px) {
    #wrapper .wrapper-n-gallery .images-4 {
      width: 100%;
      height: 220px;
      padding: 8px 0; } }
#wrapper .wrapper-n-gallery .images-3 {
  width: 33%;
  height: 220px; }
  @media screen and (max-width: 768px) {
    #wrapper .wrapper-n-gallery .images-3 {
      padding: 8px;
      height: 180px; } }
  @media screen and (max-width: 480px) {
    #wrapper .wrapper-n-gallery .images-3 {
      width: 100%;
      height: 220px;
      padding: 8px 0; } }
#wrapper .wrapper-n-gallery .images-2 {
  width: 50%;
  height: 280px; }
  @media screen and (max-width: 768px) {
    #wrapper .wrapper-n-gallery .images-2 {
      padding: 8px;
      height: 220px; } }
  @media screen and (max-width: 480px) {
    #wrapper .wrapper-n-gallery .images-2 {
      width: 100%;
      height: 280px;
      padding: 8px 0; } }

h2 {
  font-family: 'HelveticaNeueCyr';
  line-height: 39px;
  font-size: 30px; }

h3 {
  line-height: 32px;
  font-size: 24px; }

a {
  text-decoration: unset; }

b {
  font-weight: bold; }

.person-wrapper {
  margin: 20px 0 64px 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .person-wrapper {
      margin: 18px 0 32px 0; } }
  @media screen and (max-width: 768px) {
    .person-wrapper {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  @media screen and (max-width: 480px) {
    .person-wrapper {
      width: 298px;
      margin: 20px auto 0 auto; } }

.person-single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 44px; }
  .person-single:nth-child(2), .person-single:nth-child(3n+5) {
    margin-right: 10%;
    margin-left: 10%; }
  .person-single .person-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 16px; }
  .person-single .person-name {
    margin-bottom: 8px; }
  .person-single .person-position {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 8px; }
  @media screen and (max-width: 1200px) {
    .person-single:nth-child(2), .person-single:nth-child(3n+5) {
      margin-right: 2%;
      margin-left: 2%; } }
  @media screen and (max-width: 1024px) {
    .person-single {
      margin-right: 7%;
      margin-left: 7%; }
      .person-single:nth-child(2), .person-single:nth-child(3n+5) {
        margin-right: 7%;
        margin-left: 7%; } }
  @media screen and (max-width: 872px) {
    .person-single {
      margin-right: 0;
      margin-left: 0; }
      .person-single:nth-child(2), .person-single:nth-child(3n+5) {
        margin-right: 0;
        margin-left: 0; }
      .person-single:nth-child(odd) {
        margin-right: 20%; } }
  @media screen and (max-width: 768px) {
    .person-single {
      margin-right: 24px;
      margin-left: 24px; }
      .person-single:nth-child(2), .person-single:nth-child(3n+5) {
        margin-right: 24px;
        margin-left: 24px; }
      .person-single:nth-child(odd) {
        margin-right: 5%; } }
  @media screen and (max-width: 480px) {
    .person-single {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .person-single:nth-child(2), .person-single:nth-child(3n+5) {
        margin-right: 0;
        margin-left: 0; }
      .person-single:nth-child(odd) {
        margin-right: 0;
        margin-left: 0; } }

.social-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .social-block img {
    width: 24px;
    height: 24px;
    margin-right: 12px; }
  .social-block .social-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 8px; }
  .social-block a {
    font-size: 14px;
    color: #54274E; }

.section-404 {
  background-color: #F2F2F2;
  padding: 136px 0 84px 0; }
  .section-404 .n-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media screen and (max-width: 768px) {
      .section-404 .n-container {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media screen and (max-width: 1200px) {
    .section-404 {
      padding: 116px 0 84px 0; } }
  @media screen and (max-width: 768px) {
    .section-404 {
      padding: 110px 0 36px 0; } }

.info-404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45%;
  margin-bottom: 40px; }
  @media screen and (max-width: 1200px) {
    .info-404 {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .info-404 {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width: 100%;
      text-align: center;
      margin: 36px 0 0 0; } }
  @media screen and (max-width: 480px) {
    .info-404 {
      margin: 24px 0 0 0; } }

.txt-404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem; }
  .txt-404 span {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .txt-404 span {
        font-size: 1.7rem; } }
    @media screen and (max-width: 768px) {
      .txt-404 span {
        font-size: 2.25rem; } }
    @media screen and (max-width: 480px) {
      .txt-404 span {
        font-size: 1.5rem;
        margin-bottom: 0; } }

.btns-404 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .btns-404 {
      width: 60%; } }
  @media screen and (max-width: 768px) {
    .btns-404 {
      width: 100%; } }
  .btns-404 span {
    font-size: 0.6875rem; }
  .btns-404 .error-btn {
    text-decoration: none;
    color: #4C2C4E; }
    .btns-404 .error-btn:hover {
      text-decoration: underline #4C2C4E; }

#btn-home {
  width: 240px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  color: #4C2C4E;
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
  border: 1px solid #4C2C4E;
  margin: 0 0 16px 0;
  transition: all .2s; }
  #btn-home:hover {
    background-color: #4C2C4E;
    color: white;
    cursor: pointer;
    transition: all .2s; }
  @media screen and (max-width: 480px) {
    #btn-home {
      width: 200px; } }

.image-404 {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 36%; }
  @media screen and (max-width: 1024px) {
    .image-404 {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    .image-404 {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: 100%;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .image-404 .cup {
    width: 304px;
    height: 174px;
    background-image: url("images/img-404/cup.svg");
    background-repeat: no-repeat;
    position: relative;
    z-index: 6; }
    @media screen and (max-width: 768px) {
      .image-404 .cup {
        height: 136px;
        width: 238px;
        background-size: contain;
        margin-left: 36px; } }
    @media screen and (max-width: 480px) {
      .image-404 .cup {
        height: 128px;
        width: 220px; } }
  .image-404 .packet {
    position: absolute;
    top: 31px;
    left: 132px;
    z-index: 500;
    animation-delay: 2s; }
    @media screen and (max-width: 768px) {
      .image-404 .packet {
        top: 30px;
        left: 104px;
        width: 50px;
        object-fit: contain; } }
  .image-404 .line {
    position: absolute;
    top: -4px;
    left: 144px;
    z-index: 900; }
    @media screen and (max-width: 768px) {
      .image-404 .line {
        top: -4px;
        left: 115px;
        width: 16px; } }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes mymove {
  from {
    top: 0px; }
  to {
    top: -10000px; } }
.wrap-hot {
  position: absolute;
  height: 320px;
  width: 244px;
  top: -186px;
  left: 0;
  z-index: 5; }
  @media screen and (max-width: 768px) {
    .wrap-hot {
      left: -46px;
      right: 0;
      margin: 0 auto;
      width: 175px;
      padding-left: 36px; } }
  .wrap-hot .wrap-hot-2 {
    width: 100%;
    position: relative;
    height: 320px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .wrap-hot .wrap-hot-2 {
        height: 200px; } }

.hot {
  background-image: url("images/img-404/hot.png");
  background-repeat: repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
  height: 10600px;
  width: 100%;
  animation: mymove 1000s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  z-index: 9; }

.full {
  animation: mymove 950s;
  background-image: url("images/img-404/full.png");
  background-repeat: repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  position: absolute;
  height: 10600px;
  width: 100%;
  top: 0;
  z-index: 3; }

section.category-case .wrapper-cases {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

section.category-case .case_item__wrapper {
  width: 100%;
  max-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    section.category-case .case_item__wrapper {
      max-height: unset;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 480px) {
    section.category-case .case_item__wrapper {
      margin-bottom: 60px; } }

@media screen and (max-width: 768px) {
  section.search-category .wrapper-title h2 {
    line-height: 36px;
    font-size: 36px !important; }
  section.search-category .wrapper-title h4 {
    display: none; } }

@media screen and (max-width: 768px) {
  section.search-category .wrapper-search {
    display: none; } }

section.category-case .case_item_image {
  width: 45%; }
  @media screen and (max-width: 768px) {
    section.category-case .case_item_image {
      width: 48%;
      height: auto; } }
  @media screen and (max-width: 480px) {
    section.category-case .case_item_image {
      width: 100%;
      height: 50vw;
      margin-bottom: 12px; } }
  section.category-case .case_item_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

section.category-case .case_item__description {
  margin-left: 48px;
  width: 45%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media screen and (max-width: 1200px) {
    section.category-case .case_item__description {
      margin-left: 32px;
      width: 48%; } }
  @media screen and (max-width: 768px) {
    section.category-case .case_item__description {
      margin-left: 24px;
      width: 44%; } }
  @media screen and (max-width: 480px) {
    section.category-case .case_item__description {
      width: 100%;
      margin-left: 0; } }
  section.category-case .case_item__description .wrapper-btn {
    width: 240px;
    border: 1px solid #4C2C4E;
    height: 44px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s; }
    @media screen and (max-width: 768px) {
      section.category-case .case_item__description .wrapper-btn {
        display: none; } }
    section.category-case .case_item__description .wrapper-btn:hover {
      background: #4C2C4E;
      transition: all .2s;
      cursor: pointer; }
      section.category-case .case_item__description .wrapper-btn:hover a {
        color: #ffffff;
        transition: all .2s; }
    section.category-case .case_item__description .wrapper-btn a {
      color: #4C2C4E;
      text-decoration: none;
      transition: all .2s; }

section .wrapper-btn-tablet {
  width: 240px;
  border: 1px solid #4C2C4E;
  height: 44px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: none;
  margin: 24px auto 0 auto; }
  @media screen and (max-width: 768px) {
    section .wrapper-btn-tablet {
      display: flex; } }
  section .wrapper-btn-tablet:hover {
    background: #4C2C4E;
    transition: all .2s;
    cursor: pointer; }
    section .wrapper-btn-tablet:hover a {
      color: #ffffff;
      transition: all .2s; }
  section .wrapper-btn-tablet a {
    color: #4C2C4E;
    text-decoration: none;
    transition: all .2s; }

section.category-case .case_item__title {
  margin-bottom: 10px; }
  section.category-case .case_item__title a:hover {
    text-decoration: none; }
  section.category-case .case_item__title h2 {
    margin: 0;
    line-height: 1;
    margin-bottom: 2px; }
    section.category-case .case_item__title h2:hover {
      color: #4C2C4E;
      cursor: pointer; }
  section.category-case .case_item__title span {
    font-size: 14px;
    margin-top: 2px;
    color: #333333; }
  @media screen and (max-width: 480px) {
    section.category-case .case_item__title {
      margin-bottom: 8px; } }

section.category-case .case_item__tags {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.category-case .case_item__tags .wp-tag {
    position: relative;
    margin: 0 0 0 10px;
    color: #333333; }
  section.category-case .case_item__tags .wp-tag:before {
    content: ',';
    position: absolute;
    right: -4px;
    bottom: 0;
    font-size: inherit; }
  section.category-case .case_item__tags .wp-tag:last-child:before {
    content: ''; }

section.category-case .case_item__task h3 {
  margin-top: 24px;
  margin-bottom: 16px; }
  @media screen and (max-width: 768px) {
    section.category-case .case_item__task h3 {
      margin-top: 12px;
      margin-bottom: 4px; } }
  @media screen and (max-width: 1200px) {
    section.category-case .case_item__task h3 {
      margin-top: 16px;
      margin-bottom: 8px; } }
section.category-case .case_item__task p {
  margin-bottom: 24px; }
  @media screen and (max-width: 1200px) {
    section.category-case .case_item__task p {
      margin-bottom: 14px; } }
  @media screen and (max-width: 768px) {
    section.category-case .case_item__task p {
      margin-bottom: 0; } }
  @media screen and (max-width: 480px) {
    section.category-case .case_item__task p {
      margin-bottom: 20px; } }

#contact-us {
  background-color: #F2F2F2;
  padding: 64px 0; }
  #contact-us .n-container {
    position: relative; }
  #contact-us p {
    margin-top: 40px;
    width: 50%; }
    @media screen and (max-width: 1200px) {
      #contact-us p {
        width: 60%; } }
    @media screen and (max-width: 1024px) {
      #contact-us p {
        width: 70%; } }
    @media screen and (max-width: 768px) {
      #contact-us p {
        width: 100%;
        margin-top: 16px; } }
  #contact-us .form-block {
    margin: 24px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: max-content;
    width: -moz-max-content; }
    @media screen and (max-width: 768px) {
      #contact-us .form-block {
        width: auto; } }
  #contact-us form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #contact-us form {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  #contact-us .input-fields {
    margin-right: 24px; }
    @media screen and (max-width: 768px) {
      #contact-us .input-fields {
        margin-right: 0; } }
  #contact-us input {
    width: 240px;
    height: 44px;
    margin-bottom: 15px;
    padding: 14px;
    box-sizing: border-box;
    border: none;
    background-color: #ffffff;
    transition: all .2s; }
    #contact-us input::placeholder {
      font-family: 'Open Sans';
      font-size: 14px;
      color: #A3A3A3; }
    #contact-us input:hover {
      outline: 1px solid #54284E;
      cursor: pointer;
      transition: all .2s; }
    #contact-us input:active {
      border: none;
      outline: 1px solid #54284E;
      transition: all .2s; }
    #contact-us input:focus {
      border: none;
      outline: 1px solid #54284E;
      box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.25);
      outline-offset: 0;
      transition: all .2s; }
  #contact-us textarea {
    border: none;
    padding: 14px;
    padding: 14px;
    min-width: 240px;
    max-width: 240px;
    min-height: 165px;
    height: 165px;
    max-height: 220px;
    background-color: #ffffff;
    transition: all .2s; }
    #contact-us textarea::placeholder {
      font-family: 'Open Sans';
      font-size: 14px;
      color: #A3A3A3; }
    #contact-us textarea:hover {
      outline: 1px solid #54284E;
      cursor: pointer;
      transition: all .2s; }
    #contact-us textarea:active {
      border: none;
      outline: 1px solid #54284E;
      transition: all .2s; }
    #contact-us textarea:focus {
      border: none;
      outline: 1px solid #54284E;
      box-shadow: 0px 0px 15px rgba(51, 51, 51, 0.25);
      outline-offset: 0;
      transition: all .2s; }
  #contact-us #send-btn {
    color: #FFFFFF;
    background-color: #54284E;
    border: 1px solid #4C2C4E;
    padding: 10px 60px;
    text-decoration: none;
    display: block;
    width: auto;
    text-align: center;
    transition: all .2s; }
    #contact-us #send-btn:hover {
      box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.75);
      cursor: pointer;
      transition: all .2s; }
    @media screen and (max-width: 480px) {
      #contact-us #send-btn {
        width: 240px;
        height: 44px;
        font-size: 14px; } }
  #contact-us .image-block {
    background-image: url("images/mail-box.svg");
    width: 706.89px;
    height: 410.3px;
    position: absolute;
    top: 100px;
    right: 36px;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain; }
    @media screen and (max-width: 1200px) {
      #contact-us .image-block {
        width: 564px;
        height: 299px;
        position: absolute;
        top: 196px;
        right: 28px; } }
    @media screen and (max-width: 1024px) {
      #contact-us .image-block {
        top: 200px;
        right: 21px;
        width: 503px; } }
    @media screen and (max-width: 872px) {
      #contact-us .image-block {
        width: 395px;
        height: 229px;
        top: 255px;
        right: 16px; } }
    @media screen and (max-width: 768px) {
      #contact-us .image-block {
        display: none; } }

/*# sourceMappingURL=new-style.css.map */
