/*!
Theme Name: Liom
Author: Laconic Design
Author URI: https://laconic-design.com
Description: Тема для сайта www.liom.com.ua
Version: 1.0.0
Text Domain: liom
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

liom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
 html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
       ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }
  /**
   * 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
       ========================================================================== */
  /**
   * 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
       ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
  }
  /**
   * 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 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;
  }
  /* Forms
       ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 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;
  }
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  /**
   * 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 */
  }
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  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 in Chrome and Safari on macOS.
   */
  [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 Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }
  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }
  /* Misc
       ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }
  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  h1, h2, h3, h4, h5, h6 {
    clear: both;
  }
  p {
    margin-bottom: 1.5em;
    line-height: 1.4;
  }
  dfn, cite, em, i {
    font-style: italic;
  }
  blockquote {
    margin: 0 1.5em;
  }
  address {
    margin: 0 0 1.5em;
  }
  pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
  }
  code, kbd, tt, var {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  mark, ins {
    background: #fff9c0;
    text-decoration: none;
  }
  big {
    font-size: 125%;
  }
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
  body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
  }
  hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
  }

  ul {
    list-style: none;
  }


  li>ul,
  li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 1.5em 1.5em;
  }
  img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
  }
  figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
  }
  table {
    margin: 0 0 1.5em;
    width: 100%;
  }
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
  }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
  }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
  }
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
  }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
  }
  select {
    border: 1px solid #ccc;
  }
  textarea {
    width: 100%;
  }
  /*--------------------------------------------------------------
  # Navigation
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/

  a:focus {
    outline: thin dotted;
  }
  a:hover, a:active {
    outline: 0;
  }
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  .main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
  }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation ul ul li:hover>ul,
  .main-navigation ul ul li.focus>ul {
    left: 100%;
  }
  .main-navigation ul ul a {
    width: 200px;
  }
  .main-navigation ul li:hover>ul,
  .main-navigation ul li.focus>ul {
    left: auto;
  }
  .main-navigation li {
    float: left;
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
  }
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  @media screen and (min-width: 1200px) {
    .menu-toggle {
      display: none;
    }
    .main-navigation ul {
      display: block;
    }
  }
  .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
  }
  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
    outline: 0;
  }
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
  }
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
    clear: both;
  }
  /*--------------------------------------------------------------
  # Widgets
  --------------------------------------------------------------*/
  .widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
  }
  .widget select {
    max-width: 100%;
  }
  /*--------------------------------------------------------------
  # Content
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .sticky {
    display: block;
  }

  .updated:not(.published) {
    display: none;
  }

  .page-links {
    clear: both;
    margin: 0 0 1.5em;
  }
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-content a {
    word-wrap: break-word;
  }
  .bypostauthor {
    display: block;
  }
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation,
  .infinite-scroll.neverending .site-footer {
    display: none;
    /* Theme Footer (when set to scrolling) */
  }
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
    display: block;
  }
  /*--------------------------------------------------------------
  # Media
  --------------------------------------------------------------*/
  .page-content .wp-smiley,
  .entry-content .wp-smiley,
  .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  /* Make sure embeds and iframes fit their containers. */
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  /* Make sure logo link wraps around logo image. */
  .custom-logo-link {
    display: block;
  }
  .custom-logo {
    width: 176px;
    display: block;
  }
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
  }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
  }
  .wp-caption-text {
    text-align: center;
  }
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .gallery {
    margin-bottom: 1.5em;
  }
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
  .gallery-caption {
    display: block;
  }
  /** Liom **/
  @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Thin'), local('Exo2-Thin'), url('/wp-content/themes/liom/fonts/exo2/exo2thin.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2thin.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2thin.ttf') format('truetype');
      font-weight: 100;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Light'), local('Exo2-Light'), url('/wp-content/themes/liom/fonts/exo2/exo2light.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2light.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2light.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2'), local('Exo2-Regular'), url('/wp-content/themes/liom/fonts/exo2/exo2.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Medium'), local('Exo2-Medium'), url('/wp-content/themes/liom/fonts/exo2/exo2medium.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2medium.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url('/wp-content/themes/liom/fonts/exo2/exo2semibold.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2semibold.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2semibold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Bold'), local('Exo2-Bold'), url('/wp-content/themes/liom/fonts/exo2/exo2bold.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2bold.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
    }
    @font-face {
      font-family: 'Exo 2';
      src: local('Exo 2 Italic'), local('Exo2-Italic'), url('/wp-content/themes/liom/fonts/exo2/exo2italic.woff2') format('woff2'), url('/wp-content/themes/liom/fonts/exo2/exo2italic.woff') format('woff'), url('/wp-content/themes/liom/fonts/exo2/exo2italic.ttf') format('truetype');
      font-weight: 400;
      font-style: italic;
    }
    @font-face {
      font-family: 'Bebas Neue';
      src: local('Bebas Neue'), local('Bebas Neue'), url('/fonts/bebasNeue/BebasNeueBold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
    }

  * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  body {
    min-width: 320px;
    font-family: 'Exo 2', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.3;
    overflow-x: hidden;
  }
  h1 {
      position: relative;
      font-size: 48px;
      font-weight: 700;
      text-align: center;
      line-height: 1.2;
  }
  h2 {
      position: relative;
      font-size: 32px;
      font-weight: 400;
      text-align: center;
      line-height: 1.2;
  }
  h3 {
      position: relative;
      font-size: 22px;
      font-weight: 500;
      text-align: left;
      line-height: 1.2;
  }
  h4 {
      font-size: 20px;
      font-weight: 500;
  }
  h5 {
      font-size: 16px;
      font-weight: 300;
  }
  h6 {
      font-size: 14px;
      font-weight: 100;
  }
  .h2-subtitle {
    display: block;
      margin: -10px 0 25px 0;
      text-align: center;
      font-size: 17px;
  }
  .fixed {
    position: fixed;
    top: 0;
  }
  .w-60 {
    width: 60%;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  .wow {
      visibility: hidden;
  }
  .text-left {
    text-align: left;
  }
  .underlined {
    position: relative;
  }
  .underlined:after {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #d31920;
      height: 2px;
      width: 60px;
  }
  .underlined-l-0 {
    position: relative;
  }
  .underlined-l-0:after {
    content: '';
      position: absolute;
      background: #d31920;
      height: 2px;
      width: 60px;
    left: 0%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: -15px;
  }
  .mt-50 {
  margin-top: 50px;
  }
  .mt-30 {
  margin-top: 30px !important;
  }
  .mb-60 {
    margin-bottom: 60px;
    }
  .mt-0 {
    margin-top: 0px;
  }
  .mb-0 {
    margin-bottom: 0px !important;
  }
  .pt-15{
	padding-top: 15px;
  }
  .breadcrumbs-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: 300;
  }
  .breadcrumbs-wrap a {
    outline: none;
  }
  .hidden-block {
      display: none;
  }
  .brendy_title {}
  .brendy_title img {
    max-height: 118px;
  }
  .error-404 {
    background: #FAFAFA url('imgs/404.jpg') center no-repeat;
    min-height: 928px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .error-404 .page-content {
    text-align: center;
    margin-bottom: 7%;
    font-weight: 300;
    font-size: 18px;
  }
  .error-404 .page-content p {
    width: 75%;
    margin: 10px auto 35px auto;
  }
  .clear {
    clear: both
  }
  .site-navigation {}
  #masthead {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  z-index: 9;
  background: #fff;
  -webkit-box-shadow: 3px 1px 4px rgba(57, 63, 72, 0.3);
          box-shadow: 3px 1px 4px rgba(57, 63, 72, 0.3);
  }
  .wpml-ls-legacy-dropdown {
      width: 70px;
      margin-left: 20px;
  }
  .wpml-ls-legacy-dropdown a, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
      border: none;
  }
  #masthead a {
    outline: none;
  }
  .site-content {
    margin-top: 80px;
  }
  .wrapper {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  .text-white {
      color: #fff;
  }
  .top_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
      width: 100%;
      min-height: 300px;
    position: relative;
    overflow: hidden;
  }
  .top_banner svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .tax-brend .top_banner .banner-map-mapimg {
    position: absolute;
    right: 10%;
    top: 0;
    height: 100%;
    object-fit: contain;
  }
  @media screen and (max-width: 1500px) {
    .top_banner svg {
      width: 130%;
    }
  }
  @media screen and (max-width: 1024px) {
  .top_banner svg {
      width: 180%;
      left: -12%;
  }
  }
  .top_banner span {
      position: relative;
    font-size: 60px;
      font-weight: bold;
      text-transform: uppercase;
  }
  /* .top_banner.brendy {
      background: #FAFAFA url('imgs/brend.jpg') center 100% no-repeat
  } */
  .top_banner .title-box {
      display: inline-block;
      position: relative;
      margin-left: 21px;
  }
  .top_banner .title-box .title-red-box {
      position: absolute;
      left: -20px;
      top: 0%;
      height: 105%;
      background: #d31920;
      width: 0;
      -webkit-transition: all .9s ease;
      -o-transition: all .9s ease;
      transition: all .9s ease;
  }
  .top_banner .entry-header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .top_banner .entry-header .entry-title {
    text-align: left;
  }
  .top_banner-brendy {
      min-height: 450px
  }
  .top_banner-brendy .banner-map-wrap {
      position: absolute;
      right: 0;
      top: 0;
      width: 58%;
      height: 100%;
      margin: 0;
      padding: 0;
  }
  .top_banner-brendy .banner-map-wrap li {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* transform: translateX(20%); */
      opacity: 0;
      -webkit-transition: opacity .8s ease, -webkit-transform .5s ease;
      transition: opacity .8s ease, -webkit-transform .5s ease;
      -o-transition: opacity .8s ease, transform .5s ease;
      transition: opacity .8s ease, transform .5s ease;
      transition: opacity .8s ease, transform .5s ease, -webkit-transform .5s ease;
  }

  .top_banner-brendy .banner-map-wrap li.active {
      opacity: 1;
      /* transform: translateX(0%); */
  }

  .top_banner-brendy .banner-map-logo {
      position: absolute;
      left: -50px;
      top: 40px;
      width: 370px;
  }
  .top_banner-brendy .banner-map-mapimg {
      position: absolute;
      right: 0px;
      top: 0;
      width: 75%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
  }
  @media screen and (max-width: 1500px) {
      .top_banner-brendy .banner-map-wrap {
          width: 65%;
      }
      .top_banner-brendy .banner-map-logo {
          width: 300px;
      }
  }
  @media screen and (max-width: 1024px) {
      .top_banner-brendy .banner-map-mapimg {
          width: 65%;
      }
  }
  @media screen and (max-width: 768px) {
      .top_banner-brendy .banner-map-mapimg {
          display: none;
      }
      .top_banner-brendy .banner-map-logo {
          width: 300px;
          left: unset;
          right: 0px;
      }
  }
  @media screen and (max-width: 768px) {
      .top_banner-brendy .banner-map-logo {
          width: 200px;
          top: 0;
      }
  }
  @media screen and (max-width: 576px) {
      .top_banner-brendy .banner-map-logo {
          width: 170px;
          top: 26px;
      }
  }

  .page-content .search-form {
    margin-bottom: 40px;
  }
  .modal-box {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.596);
    z-index: 9;
  }
  .modal-box.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-box .modal-form-wrap {
    position: relative;
    background: #fff;
    max-width: 400px;
    background: #fff url(imgs/section-bg-one-line-grey.png) no-repeat center center;
    -webkit-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
            transform: translateY(-20%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
  }
  .modal-box .modal-form-wrap.show {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  .modal-box .modal-title-text {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin: 30px 0 10px 0;
  }
  .modal-box .modal-title-subtitle {
    margin: 0 0 10px 0;
    text-align: center;
  }
  .modal-box .wpcf7-form {
    width: 70%;
    margin: 0 auto;
  }
  .modal-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
  .modal-box .wpcf7-list-item {
    margin: 0;
  }
  .modal-box .wpcf7 input[type="submit"] {
    margin: 30px auto 10px auto;
  }
  .modal-box div.wpcf7-validation-errors, .modal-box div.wpcf7-acceptance-missing {
    width: 100%;
    left: 2px;
    text-align: center;
  }

  .modal-box .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: url('imgs/modal-close.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
  }
  .modal-box .modal-success-wrap {
      display: none;
      padding: 30px 0 50px 0;
      height: 400px;
      -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;
  }
  .modal-box .modal-success-wrap .modal-success-title {
      color: #d41920;
      font-size: 26px;
      text-transform: uppercase;
      text-align: center;
      margin: -75px 0 15px 0;
  }
  .modal-box .modal-success-wrap .modal-success-text {
     text-align: center;
     width: 58%;
     margin: 0 auto;
  }

  #masthead .wrapper {
    position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  #masthead .site-branding {
      margin-right: 25px;
  }
  #masthead .search-form {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  #masthead .search-field {
      position: absolute;
      right: 0;
      top: -16px;
      padding: 5px 5px 5px 10px;
      border: 2px solid #ececec;
      border-radius: 4px;
      font-weight: 600;
      visibility: hidden;
      max-width: 0%;
      /* transform: scale(0); */
      -webkit-transition: max-width .3s ease, visibility .22s ease ;
      -o-transition: max-width .3s ease, visibility .22s ease ;
      transition: max-width .3s ease, visibility .22s ease ;
  }
  #masthead .search-form:hover .search-field, #masthead .search-field:focus  {
    visibility: visible;
    max-width: 100%;
    /* transform: scale(1); */
   }
   .show-search {
      visibility: visible !important;
      max-width: 100% !important;
   }
  #masthead .search-field::-webkit-input-placeholder {
      color: #000;
  }
  #masthead .search-field:-ms-input-placeholder {
      color: #000;
  }
  #masthead .search-field::-ms-input-placeholder {
      color: #000;
  }
  #masthead .search-field::placeholder {
      color: #000;
  }
  #masthead .search-form {
      position: relative;
  }
  #masthead .search-form .btn-overlay {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 30px;
  }

  .search-form label {
      margin-right: 15px;
      width: 100%;
      position: relative;
      /* visibility: hidden; */
  }
  .search-form.show label {
      visibility: visible;
  }
  .search-form:hover  label {
      visibility: visible;
  }

  #masthead .search-submit {
      width: 25px;
      height: 25px;
      border: none;
      text-indent:-9999px;
      background: url('imgs/search-icon.png') no-repeat 50% 50%;
      background-size: contain;
      cursor: pointer;
  }
  .main-navigation {
      width: auto;
  }
  .main-navigation ul ul {
      background: #fff;
  }

  .main-navigation ul ul li > a {
    border-color: transparent;
    background: transparent;
  }
  .main-navigation .menu > .menu-item > a  {
      display: inline-block;
      position: relative;
      padding: 30px 0;
      font-weight: 400;
  }
  .main-navigation .menu > .menu-item > a:before  {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #d31920;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
  }
  .main-navigation .menu > .menu-item:hover > a:before, .main-navigation .menu > .menu-item.current-menu-item > a:before  {
    width: 100%;
  }
  .main-navigation .menu > .menu-item.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    opacity: 0;
    -webkit-transition: all .3s ease .4s;
    -o-transition: all .3s ease .4s;
    transition: all .3s ease .4s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #d3191f transparent transparent transparent;
  }
  .main-navigation .menu > .menu-item:hover a:after {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 21px;
    right: 10px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #d3191f transparent transparent transparent;
  }
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item:hover > a {
    color: #d31920;
  }

  .main-navigation .menu > .menu-item {
      margin-right: 15px;
  }
  .main-navigation .sub-menu .menu-item a {
      padding: 15px;
  }
  .main-navigation .menu  .sub-menu .sub-menu li {
    padding: 15px;
  }
  .main-navigation .menu  .sub-menu .sub-menu  a {
    position: relative;
    padding: 0;
    display: inline;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .main-navigation .menu  .sub-menu .sub-menu  a:after  {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0%;
    background: #d31920;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .main-navigation .menu  .sub-menu .sub-menu  a:hover  {
    color: #d31920;
  }

  .main-navigation .menu  .sub-menu .sub-menu  a:hover:after  {
    width: 100%;
  }
  .main-navigation .menu-item a {
      color: #000;
      text-transform: uppercase;
  }
  #masthead .partners-enter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: none !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 15px;
      margin-left: 15px;
      border: 1px solid #707070;
      border-radius: 5px;
      font-size: 18px;
      color: #d31920;
      text-decoration: none;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  #masthead .partners-enter:hover {
    color: #fff;
    background: #d31920;
    border-color: #d31920;
  }
  #masthead .partners-enter:active {
    background: #b9151c;
    border-color: #b9151c;
  }
  #masthead .partners-enter .partners-enter-text {
      width: 80px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.1;
  }
  #masthead .partners-enter .partners-enter-icon {
      width: 25px;
      height: 30px;
      background: url('imgs/enter-icon.png') no-repeat 50% 50%;
      background-size: contain;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  #masthead .partners-enter:hover .partners-enter-icon {
    background: url('imgs/enter-icon-white.png') no-repeat 50% 50%;
    background-size: contain;
  }
  .i-sub {
    display: none;
  }
  @media screen and (max-width: 1650px) {
      #masthead {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0 7%;
      }

      /* #masthead .site-branding {
        position: fixed;
          width: 146px;
          left: 15px;
          top: 0;
          margin-right: 40px;
      }
      #masthead .custom-logo {
          position: absolute;
          top: 0;
      } */
      .main-navigation {
        margin-left: 20px;
      }
  }
  @media screen and (max-width: 1400px) {
    #masthead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 3%;
    }

    .main-navigation .menu > .menu-item {
        margin-right: 10px;
    }
    .main-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    #masthead .search-form {
      width: 180px;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    #masthead .search-form .search-field {
      width: 100%;
    }

  }
  @media screen and (max-width: 1200px) {
    .main-navigation {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    #masthead .wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 25px 0;
    }
    #masthead .partners-enter {
      padding: 4px 15px;
      margin: 0 20px;
    }
    .main-navigation {
      margin-left: 10px;
    }
    /* #masthead .search-form .search-field {
      visibility: visible;
      max-width: 100%;
    } */
    .main-navigation > div {
      display: none;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.527);
    }
    .main-navigation > div > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 350px;
      padding: 50px 0;
      background: #fff;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
    }
    .main-navigation .menu > .menu-item a {
      padding: 10px 0;
    }

    .main-navigation .menu > .menu-item:after {
      display: none;
    }
    .main-navigation > div.open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .main-navigation > div > ul.open {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      overflow-y: scroll;
    }
    .menu-toggle-wrap {
      display: block;
      width: 25px;
    }
    .menu-toggle {
      border: none;
      font-size: 0;
      background: url('imgs/menu-icon.png') no-repeat center center;
      background-size: contain;
      width: 25px;
      height: 25px;
      outline: 0;
    }
    .menu-toggle.open {
      position: fixed;
      top: 25px;
      right: 15px;
      z-index: 2;
      background: url('imgs/close-icon.png') no-repeat center center;
      background-size: 80%;
    }

    .main-navigation  ul li .sub-menu {
        display: none;
        position: static;
        padding: 0 0 0 20px;
    }
    .main-navigation .menu  .menu-item {
        width: 100%;
        position: relative;
    }
    .main-navigation .menu  .menu-item a {
      width: 100%;
  }
    .i-sub {
      display: block;
      position: absolute;
      left: 5px;
      top: -3px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 47px;
      height: 47px;
      text-align: center;
      padding: 10px;
      z-index: 2;
  }
  .main-navigation ul ul {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation .menu > .menu-item a {
      display: block;
      padding-left: 50px;
  }
  .main-navigation .menu > .menu-item:hover > a {
      border-top-color: #d31920;
      background: #fbfbfc;
  }
  .main-navigation .menu > .menu-item a {
    border-width: 2px;
  }
  li:hover > .i-sub {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  }




  /*Footer*/
  .site-footer {
      background: #dddddd;
  }

  .vidguk iframe {
      overflow:hidden;
      min-height:676px;
      height:auto;
      width:100%
  }
  #footer-top {
    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: 50px 0 20px 0;
  }
  #footer-top .custom-logo-link {
    width: 110px;
  }
  #footer-top .footer-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer-top .footer-menu > div  {
    width: 30%;
  }
  #footer-top #footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 40px 0 50px 0;
  }
  #footer-top #footer-social a {
    margin: 0 5px;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #footer-top #footer-social a:hover {
    -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
            transform: scale(1.06);
  }
  #footer-top #footer-social a img {
    width: 40px;
  }
  #footer-top #footer-rights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #footer-top #footer-rights a {
    color: #000;
    margin-top: 5px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #footer-top #footer-rights a:hover {
    color: #fbba00;
  }
  #footer-top strong {
    text-transform: uppercase;
  }
  #footer-top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #footer-top .produktsyya {
    margin: 0 !important;
  }
  #footer-top .produktsyya ul li {
    width: 100%;
  }
  #footer-top ul li {
    margin: 5px 0 0 0;
    width: 45%;
  }
  #footer-top ul a {
    color: #000;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #footer-top ul a:hover {
    color: #d31920;
  }
  #footer-top #footer-rights a {
      vertical-align: middle;
      color: #fff;
  }

  #footer-top #footer-rights a .copy-img {
      background: url('imgs/laconic-logo-w.png') no-repeat center center;
      background-size: contain;
      display: inline-block;
      min-width: 110px;
      height: 50px;
      vertical-align: middle;
      -webkit-transition: all .7s ease;
      -o-transition: all .7s ease;
      transition: all .7s ease;
  }
  #footer-top #footer-rights a:hover .copy-img {
      background: url('imgs/laconic-logo.png') no-repeat center center;
      background-size: contain;
  }
  .footer-logo {
      width: 100%;
  }
  

  /*end Footer*/

  .slick-prev:before, .slick-next:before {
      content: '' !important;
      border: solid #d31920;
      border-width: 0 4px 4px 0;
      display: inline-block;
      opacity: 1 !important;
      padding: 15px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
  }
  .slick-prev:active:before, .slick-next:active:before {
      border-color: #b9151c;
  }
  body .slick-next:before {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  body .slick-prev:before {
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .slick-home-brendy-slider {
      margin: 70px 0 !important;
  }
  .slick-home-brendy-slider img {
    height: 75px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slick-home-brendy-slider .slick-slide {
    outline: none;
  }
  .slick-slide {
      outline: none;
  }
  .slick-slide img {
      margin: 0 auto;
  }
  .fb-icon {
    background-image: url('imgs/social/fb.png') !important;
    background-position: center center !important;
    background-size: contain !important;
  }

  .front-catalog-section {
      position: relative;
      background: #fbfbfc;
      padding: 35px 0;
      overflow: hidden;
  }
  /* .front-catalog-section:after{
      content: '';
      display: block;
      position: absolute;
      width: 70%;
      top: 40%;
      left: -10%;
      height: 150px;
      background: #dddddd;
      transform: rotate(157deg);
  }
  .front-catalog-section:before{
      content: '';
      display: block;
      position: absolute;
      width: 70%;
      top: 41%;
      right: -21%;
      height: 150px;
      background: #dddddd;
      transform: rotate(24deg);
  } */
  .produktsyya {
      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;
      margin-top: 50px;
      margin-bottom: 30px;
      position: relative;
      z-index: 2;
  }
  .produktsyya .produkt {
      width: 49%;
      padding: 40px 45px;
      margin-bottom: 20px;
      background: rgba(255, 255, 255, 0.5);
      -webkit-box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
              box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
  }
  .produktsyya .produkt img {
    height: 250px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    display: block;
    margin: 0 auto 30px auto;
  }
  .produktsyya .produkt-title {
      margin-bottom: 8px;
      font-size: 24px;
      font-weight: 600;
  }
  .produktsyya .produkt-description {
      margin-bottom: 25px;
  }
  /* .produktsyya.content a { */
      /* display: inline-block; */
      /* padding: 15px 25px; */
      /* background: #fff; */
      /* border: 2px solid #d31920; */
      /* border-radius: 6px; */
      /* color: #d31920; */
      /* font-weight: 500; */
      /* text-decoration: none; */
      /* transition: all .3s ease; */
      /* outline: none; */
  /* } */

  @media screen and (min-width: 1400px) {
    .n2-section-smartslider {
      min-height: 70vh;
    }
  }
  .home .n2-section-smartslider {
    background: url('imgs/front-slider-bg.svg') no-repeat bottom center;
    background-size: 100%;
  }
  .n2-section-smartslider .n2-ss-slider .n2-ss-section-main-content {
    background: transparent !important;
  }
  .n2-section-smartslider * {
    font-family: 'Exo 2' !important;
  }
  .n2-section-smartslider > div {
    margin-left: unset;
    margin: 0 auto !important;
  }
  .home .n2-section-smartslider > div {
    max-width: 1200px;
  }
  .front-catalog-section a:hover {
      color: #fff;
      background: #d31920;
  }
  .front-catalog-section a:active {
      color: #fff;
      background: #b9151c;
  }
  .border-btn a, #liom_loadmore, .error-404 a {
    display: inline-block;
    padding: 13px 23px;
    background: #fff;
    border: 2px solid #d31920;
    border-radius: 6px;
    color: #d31920;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    cursor: pointer;
  }
  .border-btn a:visited, #liom_loadmore:visited {
    color: #d31920;
    background: #fff;
  }
  .border-btn a:hover, #liom_loadmore:hover, .error-404 a:hover {
    color: #fff;
    background: #d31920;
  }
  .border-btn a:active, #liom_loadmore:active {
    color: #fff;
    background: #b9151c;
  }
  .border-btn a:focus, #liom_loadmore:focus {
    color: #fff;
    background: #b9151c;
  }
  .slick-home-slider {
      margin-top: 40px;
  }
  .slick-home-slider figure img {
      height: 80vh;
  }
  .slick-home-slider .slick-slide {
      position: relative;
  }

  .slick-home-slider .wp-block-media-text__content {
      position: absolute;
      bottom: 0;
      right: 10%;
      padding: 150px 120px 30px 150px !important;
      width: 800px;
      background: url('imgs/slider-bg-figure.png') no-repeat;
      background-size: cover;
  }
  .slick-home-slider .wp-block-media-text__content > ul {
      margin: 0 0 40px 0;
      padding: 0;
      list-style: none;
  }
  .slick-home-slider .wp-block-media-text__content > ul li {
      position: relative;
      padding-left: 15px;
      margin-bottom: 15px;
  }
  .slick-home-slider .wp-block-media-text__content > ul li:before {
      content: '';
      position: absolute;
      left: -8px;
      top: 4px;
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #898989;
  }
  .slick-home-slider .wp-block-media-text__content .wp-block-button {
      display: inline-block;
      margin-right: 20px;
  }
  .slick-home-slider .wp-block-media-text__content a {
      display: inline-block;
      min-width: 240px;
      padding: 15px 25px;
      background: #fff;
      border: 2px solid #d31920;
      border-radius: 6px;
      color: #d31920;
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      outline: none;
  }

  .slick-home-slider h2 {
      text-align: left;
      position: relative;
  }
  .slick-home-slider h2:before {
      content: '';
      background: url('imgs/building-icon.png') no-repeat;
      background-size: contain;
      display: inline-block;
      width: 65px;
      min-height: 60px;
      margin-right: 9px;
      -webkit-transform: translate(-5px, 2px);
          -ms-transform: translate(-5px, 2px);
              transform: translate(-5px, 2px);
      height: auto;
      text-align: left;
      position: relative;
  }
  .slick-home-slider .wp-block-media-text__content a:hover {
      color: #fff;
      background: #d31920;
  }
  .slick-home-slider .wp-block-media-text__content a:active {
      color: #fff;
      background: #b9151c;
  }

  .cls-1{fill:none;stroke:#d31920;stroke-miterlimit:10;stroke-width:4px;}.cls-2{fill:#d31920;}

  .produktsyya_post  {
    padding: 40px 0;
  }
  .produktsyya_post > br {
    display: none;
  }

  .front-news-section {
      padding: 40px 0;
  }
  .front-news-section .posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .front-news-section .posts .post {
    position: relative;
      margin: 0 15px;
  }
  .front-news-section .posts .post-descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 37%;
    padding: 30px;
    padding-top: 10px;
    background: #d3191f9d;
    color: #fff;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }
  .front-news-section .post:hover .post-descr {
    min-height: 100%;
    padding-top: 30px;
  }
  .front-news-section .posts .post-descr a {
    color: #fff;
    text-decoration: none;
  }
  .front-news-section .posts .post-title {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
  }
  .front-news-section .posts .post-excerpt {
    font-size: 16px;
    font-weight: 300;
  }
  .front-news-section .posts img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }


  .front-about-section > div {
    float: left;
  }
  .front-about-section .front-about-left {
    display: block;
    width: 48%;
    margin-right: 2%
  }
  .front-about-section .front-about-right-top, .front-about-section .front-about-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 48%;
    padding-bottom: unset;
    padding: 20px 20px 25px 20px !important;
    margin-bottom: 25px;
    background: #fbfbfc;
    -webkit-box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.19);
            box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.19);
  }
  .front-about-section .front-about-left img {
    max-height: 315px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .front-about-section .front-about-right-top figure, .front-about-section .front-about-right-bottom figure {
    width: 40%;
  }
  .front-about-section .front-about-right-top > .wp-block-media-text__content, .front-about-section .front-about-right-bottom > .wp-block-media-text__content {
    width: 55%;
    padding: 0;
  }
  .front-about-section .front-about-right-top h3, .front-about-section .front-about-right-bottom h3 {
    margin-top: 0;
  }

  .map-wrap-section {
    padding: 40px 0;
  }


  /* Single*/
  .single .entry-header {
    padding: 0px 0 20px 0;
  }
  .single .entry-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .single .entry-header .title-text {
      width: 100%;
  }
  .single h1.entry-title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
  }
  .single .entry-header .after_title {
    width: 30%;
    margin: 0 auto;
  }
  .single .entry-header .for_title {
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 30px;
    color: #d31920;
    font-weight: 600;
    text-transform: uppercase;
  }
  .single .entry-header .brend_title {
      text-align: right;
  }
  .single .entry-header .brend_title img {
    height: 110px;
    width: auto;
  }
  .single-product-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .single-poduct-slider-images.slider-nav {
    width: 10%;
  }
  .single-poduct-slider-images.slider-nav li {
    margin-bottom: 20px;
    width: 100%;
  }
  .single-poduct-slider-images.slider-nav img {
    max-height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-poduct-slider-images.slick-slider {
    width: 40%;
    margin: 0;
  }
  .single-poduct-slider-images.slick-slider img {
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-product-slider-descr {
    width: 40%;
    padding: 20px 40px 25px 40px !important;
    -webkit-box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
            box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
  }
  .single-product-slider-descr .content {
    margin-bottom: 50px;
  }

  .single-tech-section {
    padding: 43px 0;
  }
  .single-tech-section .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-tech-section .specs > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 47%;
    padding: 0;
  }
  .single-tech-section .specs > div ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .single-tech-section .specs > div ul li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .single-tech-section .specs > div ul li div {
    text-align: right;
    font-weight: 700;
  }
  .single-tech-section .specs > div ul li strong {
      text-align: right;
  }
  .single-tech-section .specs > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 47%;
  }
  .single-tech-section .specs > figure img {
    max-height: 550px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .single-colors-section .wp-block-mkl-section-block {
    padding: 40px 0;
    margin: 60px 0;
    background: #fbfbfc;
  }
  .single-colors-section .wp-block-mkl-section-block > ul {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .single-colors-section .slick-slide {
    margin: 0 20px;
  }
  .single-colors-section .slick-slide span {
    position: relative;
    display: block;
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
  }

  .single-colors-section .slick-slide span:after {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #d31920;
      height: 2px;
      width: 60px;
  }

  .slider-bordered-arrows .slick-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #d31920;
    position: absolute;
    top: -42px;
    right: 26%;
    left: unset;
  }
  .slider-bordered-arrows .slick-next {
    width: 40px;
    height: 40px;
    border: 2px solid #d31920;
    position: absolute;
    top: -42px;
    right: 23%;
    left: unset;
  }
  .slider-bordered-arrows .slick-prev:before, .slider-bordered-arrows .slick-next:before {
    content: '' !important;
    border: solid #d31920;
    border-width: 0 3px 3px 0;
    display: inline-block;
    opacity: 1 !important;
    padding: 7px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .slider-bordered-arrows .slick-prev:before {
    -ms-transform: rotate(135deg) translate(-2px, -2px);
        transform: rotate(135deg) translate(-2px, -2px);
    -webkit-transform: rotate(135deg) translate(-2px, -2px);
  }
  .slider-bordered-arrows .slick-next:before {
    -ms-transform: rotate(-45deg) translate(-3px, -4px);
        transform: rotate(-45deg) translate(-3px, -4px);
    -webkit-transform: rotate(-45deg) translate(-3px, -4px);
  }

  .slider-bordered-arrows .slick-disabled {
    border-color: #dddddd;
  }
  .slider-bordered-arrows .slick-disabled:before {
    border-color: #dddddd;
  }

  .slick-dots li button:before {
    background: #dddddd;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0 !important;
  }
  .slick-dots li:hover button:before {
    background: #d31920;
  }
  .slick-dots li.slick-active button:before {
    background: #d31920;
  }
  .slider-wrapped .slick-next {
    top: -45px;
    right: 1%;
  }
  .slider-wrapped .slick-prev {
    top: -45px;
      right: 5%;
  }
  .single-colors-section.slider-bordered-arrows .slick-next {
    top: -80px;
    right: 2%;
  }
  .single-colors-section.slider-bordered-arrows .slick-prev {
    top: -80px;
      right: 6%;
  }
  .single-colors-section .slick-slide img {
    height: 260px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .single-metod-sloma-section .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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 0 20px 0;
  }
  .single-metod-sloma-section .content .metod {
    width: 40%;
    margin-bottom: 30px;
  }
  .single-metod-sloma-section .metod_sloma_title {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
  }
  .single-metod-sloma-section .content .metod img {
    height: 90px;
    width: auto;
    margin-bottom: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-metod-sloma-section .metod_sloma_title .metod_sloma_description {
    display: inline-block;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
  }


  .single-video-section {
    background: #fbfbfc;
    padding: 30px 0 50px 0;
  }
  .single-video-section .video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px !important;
  }
  .single-video-section .video-wrap .wp-block-embed__wrapper {
    width: 53.3%;
  }
  .single-video-section .video-wrap  iframe {
    width: 100%;
  }
  .single-video-section .video-wrap figcaption {
    width: 35%;
    text-align: left;
    font-size: 16px;
    color: #000;
    margin-left: 5%;
  }
  .single-video-section .video-wrap figcaption strong {
    width: 35%;
    text-align: left;
    font-size: 20px;
    color: #000;
  }



  .single-tabs-section .wp-block-kadence-tabs {
    margin-top: 60px;
  }
  .single-tabs-section .kt-tabs-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #dddddd;
  }
  .single-tabs-section .kt-tabs-title-list a {
    border: none !important;
    padding: 8px 0 !important;
    text-align: center;
  }
  .single-tabs-section .kt-tabs-title-list a span {
    display: inline-block;
    width: 100%;
  }
  .single-tabs-section .kt-tabs-title-list .kt-title-item {
    border-bottom: 3px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 230px;
    min-width: 100px;
  }
  .single-tabs-section .kt-tabs-title-list .kt-title-item:last-child {
    margin-right: 0;
  }
  .single-tabs-section .kt-tabs-title-list .kt-title-item.kt-tab-title-active {
    border-color: #d31920;
  }
  .single-tabs-section .wp-block-kadence-tab {
    border: none;
  }

  .single-gallery-slider {
    margin-top: 60px;
  }
  .single-gallery-slider .slick-slide {
    position: relative;
  }
  .single-gallery-slider .slick-slide span {
    position: absolute;
    bottom: 0;
    right: 20%;
    max-width: 350px;
    padding: 130px 50px 70px 50px;
    background: url('imgs/slider-text-bg-min.png') no-repeat;
    background-size: cover;
  }
  .single-gallery-slider .slick-dots {
    bottom: -30px;
  }
  .single-gallery-slider.slick-dotted.slick-slider {
      margin-bottom: 70px;
  }
  .ya-share2 {
    display: inline-block;
    vertical-align: middle;
  }
  .ya-share2__item_service_facebook .ya-share2__icon {
    background: url('imgs/social/fb.png') no-repeat center center !important;
    background-size: contain !important;
  }
  .ya-share2__item_service_facebook .ya-share2__badge {
    background: transparent !important;
  }
  .ya-share2__item_service_telegram .ya-share2__icon {
    background: url('imgs/social/tw.png') no-repeat center center !important;
    background-size: contain !important;
  }
  .ya-share2__item_service_telegram .ya-share2__badge {
    background: transparent !important;
  }
  .ya-share2__item_service_twitter .ya-share2__icon {
    background: url('imgs/social/twitter.png') no-repeat center center !important;
    background-size: contain !important;
  }
  .ya-share2__item_service_twitter .ya-share2__badge {
    background: transparent !important;
  }


  .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
  }
  .pluso {
    vertical-align: middle;
  }
  .pluso-more {
    display: none !important;
  }
  .single-masterization-section {
    padding: 20px 0 40px 0;
  }
  .single-masterization-section .wp-block-media-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-masterization-section  .wp-block-media-text__content {
      width: 42%;
      padding: 25px 40px 45px 40px !important;
      -webkit-box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
              box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
  }
  .single-masterization-section .wp-block-media-text__media {
    width: 40%;
  }
  .single-integration-section {
    background: url('imgs/section-bg-one-line-grey.png') no-repeat;
    border-bottom: 1px solid #dddddd;
  }

  .single-integration-section .wp-block-gallery {
    padding: 45px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-integration-section .wp-block-gallery > li {
    width: 28%;
    min-height: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url('imgs/integration-shadow.png') no-repeat;
    background-position: 65% 85%;
    background-size: contain;
  }
  .single-integration-section .wp-block-gallery > li img {
    max-height: 270px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-integration-section .wp-block-gallery > li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 600;
  }
  .single-integration-section .wp-block-gallery > li span strong {
    font-size: 28px;
    color: #d31920;
    margin-right: 5px;
    margin-bottom: 2px;
  }
  .single-files-section {
    padding: 30px 0 40px 0;
    background: #fbfbfc;
  }
  .single-files-section a {
    color: #b9151c;
    text-decoration: underline;
  }
  .footer-social {
      padding: 35px 0 !important;
  }
  .footer-social strong {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 50px;
  }
  .footer-social a {
      font-size: 18px;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
  }

  .footer-social a img {
    width: 40px;
  }
  /* end Single*/
  .subscribe {
    text-align: center;
  }

  .info-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }
  .info-section h3 {
    margin-top: 50px;
  }
  .info-section h3.mt-0 {
    margin-top: 0px;
  }
  .info-section .wp-block-media-text__content {
    padding: 0;
    width: 45%;
  }
  .info-section .wp-block-media-text__media {
    width: 50%;
  }
  .info-section-img-right .wp-block-media-text__media {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%;
  }
  .info-section-img-right .wp-block-media-text__content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 40%;
  }

  .vacancy-benefits-section  {
    padding: 40px 0;
  }
  .vacancy-benefits-section .vacancy-benefits-section-subtitle {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
  }
  .vacancy-benefits-section .wp-block-columns {
    width: 85%;
    margin: 0 auto;
  }
  .vacancy-links-section .wp-block-column > p {
    padding-left: 17px;
  }
  .vacancy-benefits-section .wp-block-columns img {
    height: 85px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* Brend page*/
   .brends-page {
     padding: 50px 0 30px 0;
   }
  .brends-page  .brend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 30px 35px 30px;
    margin-bottom: 35px;
    -webkit-box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .brends-page .brend:hover {
    -webkit-box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19), -8px 11px 10px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19), -8px 11px 10px 0px rgba(0,0,0,0.19);
  }
  .brends-page .brend > img {
    width: 43%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    padding-right: 30px;
    border-right: 2px solid #dddddd;
  }
  .brends-page .brend .content {
    width: 50%;
    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;
  }
  .brends-page .brend .brend_taxonomy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brends-page .brend .brend_taxonomy img {
    height: 60px;
    width: auto;
  }
  .brends-page .brend .brend_taxonomy img:last-child {
    margin-left: 15px;
  }
  .brends-page .brend  .excerpt {
    width: 100%;
  }
  .brends-page .brend .title {
    font-size: 28px;
    text-transform: uppercase;
  }

  .list-square-style {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
  }
  .list-square-style li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .list-square-style li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #898989;
  }
  .about-page-achievements-section {
    padding: 40px 0;
  }
  .about-page-achievements-section .achievements-more-text {
    color: #dddddd;
    font-size: 20px;
    margin: 30px 0 0 0;
  }

  .text-hidden {
    visibility: hidden;
  }

  .about-page-achievements-section .achievements-number {
    display: inline-block;
    margin-right: 10px;
    color: #d31920;
    font-size: 90px;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
  }
  .about-page-achievements-section .achievements-number-text {
    display: inline-block;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    vertical-align: middle;
  }
  .about-page-achievements-section .achievements-sub-text {
    font-size: 18px;
  }
  .about-page-join-section {
    padding-bottom: 40px;
    text-align: center;
  }
  .certificate.slider-bordered-arrows {
    padding: 40px 0px;
  }
  .page-id-302 .top_banner, .page-id-2173 .top_banner {
    min-height: 500px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }

  .page-id-302 .entry-header {
    width: 100%;
    position: relative;
  }
  .page-id-302 .top_banner:before, .page-id-2173 .top_banner:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100px;
      width: 40%;
      background: rgba(255, 255, 255, 0.753);
      border-top-right-radius: 25px;
  }
  @media screen and (min-width: 2000px) {
    .page-id-302 .top_banner:before, .page-id-2173 .top_banner:before {
      width: 47%;
  }
  }
  .page-id-302 .entry-title {
    position: relative;
    margin: 0;
    padding: 30px 0;
  }
  .page-id-302 .entry-header .title_bg {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #d31920;
    font-size: 28px;
  }
  .botder-bottom-grey {
    border-bottom: 1px solid #dddddd;
  }

  .contact-page-form-section {
    background: #fbfbfc;
  }
  .contact-page-form-section .contacts-page-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
  }
  .contact-page-form-section .contacts-page-form-wrap > figure {
    width: 45%;
    margin: 0;
    position: relative;
  }
  .contact-page-form-section .contacts-page-form-wrap > figure img {
    position: absolute;
    bottom: 0;
    width: 90%;
  }
  .contact-page-form-section .contacts-page-form-wrap > div {
    width: 45%;
  }

  /* Contact form*/
  .wpcf7 {
    position: relative;
  }
  .cf .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cf .top > label {
    width: 48%;
  }
  .cf .top > div {
    width: 48%;
  }
  .cf input, .cf textarea, .wpcf7 input, .wpcf7 textarea {
    font-weight: 500;
    padding: 7px 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 2px solid #dddddd;
    width: 100%;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .cf input:focus, .cf textarea:focus, .wpcf7 input:focus, .wpcf7 textarea:focus {
    border-color: #626262c9;
  }
  .cf input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder, .wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
    color: #626262;
    font-weight: 500;
  }
  .cf input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder, .wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
    color: #626262;
    font-weight: 500;
  }
  .cf input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder, .wpcf7 input::-ms-input-placeholder, .wpcf7 textarea::-ms-input-placeholder {
    color: #626262;
    font-weight: 500;
  }
  .cf input::placeholder, .wpcf7 textarea::placeholder, .wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #626262;
    font-weight: 500;
  }
  .cf textarea, .wpcf7 textarea {
    resize: none;
    height: 150px;
  }
  .cf .wpcf7-acceptance label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cf .wpcf7-acceptance label input {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
  }
  .cf .wpcf7-acceptance label > span  {
    width: 90%;
    color: #626262;
  }
  .wpcf7 input[type="submit"] {
    margin-top: 0;
    width: auto;
    display: block;
    padding: 15px 25px;
    margin: 0;
    background: #fff;
    border: 2px solid #d31920;
    border-radius: 6px;
    color: #d31920;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    cursor: pointer;
  }
  .wpcf7 .cf input[type="submit"] {
    margin: 30px auto 30px auto;
  }
  .cf input[type="submit"]:hover, .wpcf7 input[type="submit"]:hover {
    color: #fff;
    background: #d31920;
  }
  .cf input[type="submit"]:active, .wpcf7 input[type="submit"]:active {
    color: #fff;
    background: #b9151c;
  }
  .cf input[type="submit"]:focus, .wpcf7 input[type="submit"]:focus {
    color: #fff;
    background: #b9151c;
  }
  .cf span.wpcf7-not-valid-tip, .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    left: 4px;
    bottom: -28px;
    text-align: left;
    width: 100%;
    font-size: 13px;
    color: #d31920;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
    position: absolute;
    bottom: -5px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
	text-align: center;
	width: 100%;
  }
  div.wpcf7-mail-sent-ok {
    bottom: -15px;
  }
  .page-id-784 div.wpcf7-validation-errors, .page-id-784 div.wpcf7-acceptance-missing {
      margin-bottom: -35px;
  }
  .wpcf7 .taxName {
    display: none;
  }
  /* end contact form*/


  .services-page-section {
    padding-bottom: 60px;
  }
  .services-page-section .h2subtitle {
    margin: 45px 0 80px 0;
  }
  .services-page-section .items-wrap {
    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;
  }
  .services-page-section .items-wrap > div {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
  .services-page-section .items-wrap .wp-block-media-text__content {
    padding: 0 5%;
  }
  .services-page-section .items-wrap figure  {
    width: 100px;
  }
  .services-page-section .items-wrap h3 {
    width: 230px;
    margin-top: 0;
  }

  .category .site-main {
    text-align: center;
  }
  .category .page-header {
      border-bottom: 1px solid #dddddd;
  }
  .category .page-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .category .page-title {
    color: #d31920;
    font-weight: 600;
    text-transform: uppercase;
  }
  .category .page-header .menu {
    margin: 0;
  }
  .category .page-header .menu .menu-item {
    display: inline-block;
    margin-left: 20px;
    border-bottom: 3px solid transparent;
  }
  .category .page-header .menu .menu-item.current-menu-item {
    border-bottom: 3px solid #d31920;
  }
  .category .page-header .menu .menu-item a {
    display: block;
   padding: 10px;
   outline: none;
  }
  .category .site-main > .wrapper {
    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;
    padding-top: 50px;
  }
  .category .site-main > .wrapper > article {
    width: 49%;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
            box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
    text-align: left;
  }
  .category .site-main > .wrapper > article.category-news {
    display: flex;
    flex-direction: column;
  }
  .category .site-main > .wrapper > article.category-news .entry-content {
      flex: 1 1 auto;
  }
  .category .site-main > .wrapper > article:hover {
    background: #d31920;
    -webkit-box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
  }
  .category .site-main > .wrapper > article a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .category .site-main > .wrapper > article .entry-content > a {
      position: absolute;
      bottom: 30px;
      left: 40px;

  }
  .category .site-main > .wrapper > article:hover, .category .site-main > .wrapper > article:hover a {
    color: #FFF;
  }
  .link-underlined{
	border-bottom: 1px solid #000; 
  }
  .link-underlined:hover{
	border-bottom: 1px solid #fff; 
  }
  .category .site-main > .wrapper > article:hover a.link-underlined {
	border-bottom: 1px solid #fff;  
  }
  .category .site-main > .wrapper > article img {
      display: block;
      height: 100%;
      max-height: 350px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category .site-main > .wrapper > article .entry-meta {
    padding: 35px 40px 0px 40px;
    font-weight: 300;
    font-size: 14px;
  }
  .category .site-main > .wrapper > article .entry-title {
    padding: 0 40px;
    margin: 8px 0;
  }
  .category .site-main > .wrapper > article .entry-content {
    padding: 0 40px 70px 40px;
    position: relative;
  }

  .category  .category_footer {
    margin-top: 30px;
    padding: 10px;
    background: #fbfbfc;
  }

  #liom_pagination .page-numbers, .paged #liom_pagination .page-numbers:first-child {
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    padding: 1px 5px;
    color: #dddddd;
    font-weight: 600;
    border: 2px solid #dddddd;
    border-radius: 7px;
  }

  #liom_pagination .page-numbers.current, #liom_pagination .page-numbers:first-child {
    color: #d31920;
    border: 2px solid #d31920;
  }
  #liom_pagination .nav-links {
    padding: 20px 0;
  }
  .category .wpcf7 {
    width: 250px;
    margin: 0 auto;
  }


  .category-post.category .site-main > .wrapper > article {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    min-height: 350px;
  }
  .category-post.category .site-main > .wrapper > article:hover {
    background: #fff;
    color: #000;
  }
  .category-post.category .site-main > .wrapper > article:hover a {
    color: #d31920;
  }

  .category-post.category .preview-img-link {
      margin: 0 !important;
      width: 40%;
  }
  .category-post.category .preview-img-link img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .category-post.category .site-main > .wrapper > article .entry-content {
    width: 60%;
    padding: 35px 40px 40px 40px;
  }
  .category-post.category .site-main > .wrapper > article .entry-title {
    padding: 0;
  }
  .category-post.category .site-main > .wrapper > article .entry-meta {
    padding: 0;
    margin: 5px 0 20px 0;
  }
  .category-post.category .site-main > .wrapper > article a {
    display: inline-block;
    color: #d31920;
  }


  .category-video.category .site-main > .wrapper > article iframe {
    height: auto;
    min-height: 332px;
  }
  .category-video.category .site-main > .wrapper > article .entry-meta {
    padding-left: 0;
  }
  .category-video.category .site-main > .wrapper > article .entry-title {
    padding: 0;
  }

  .produktsyya_childs {
    position: relative;
    margin: 60px 0;
  }
  .produktsyya_childs .produktsiya-bg-elem {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
  }
  .produktsyya_childs .wrapper {
    position: relative;
    z-index: 2;
    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;
    margin-top: 80px;
    margin-bottom: 30px;
    position: relative;
  }
  .produktsyya_childs .produkt {
    width: 49%;
    padding: 40px 45px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
            box-shadow: -5px 4px 6px 0px rgba(0,0,0,0.19);
  }
  .produktsyya_childs .produkt img {
    height: 250px;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .produktsyya_childs .produkt-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
  }
  .produktsyya_childs  .produkt-description {
    margin-bottom: 25px;
  }

  .tax-produktsyya article {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    margin-bottom: 50px;
    padding: 20px 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
            box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
    text-align: left;
    background: #fff;
  }
  .tax-produktsyya article:first-child  {
    margin-top: 50px;
  }
  .tax-produktsyya article:hover {
    -webkit-box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
  }
  .tax-produktsyya article > img {
    width: 40%;
    padding-right: 35px;
    border-right: 1px solid #acacac;
    max-height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tax-produktsyya article .entry-content {
    position: relative;
    width: 100%;
    padding: 15px 0px 40px 80px;
  }
  .tax-produktsyya article .brend-logo {
    position: absolute;
    top: 15px;
    right: 0;
    max-height: 75px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tax-produktsyya article .entry-content .excerpt {
    margin: 30px 0 40px 0;
  }
  .tax-produktsyya article .inner-wrap > a {
      display: flex;
      outline: none;
  }
  .tax-produktsyya article .inner-wrap > a .left {
      width: 25%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .tax-produktsyya article .inner-wrap > a .left img {
      max-width: 100%;
      height: 320px;
      object-fit: contain;
  }
  .tax-produktsyya article .inner-wrap > a .right {
    width: 15%;
}
  .tax-produktsyya article .inner-wrap > a .center {
    width: 60%;
	      display: flex;
      justify-content: center;
      align-items: center;
}

.inner-btn {
    display: inline-block;
    padding: 13px 23px;
    background: #fff;
    border: 2px solid #d31920;
    border-radius: 6px;
    color: #d31920;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    cursor: pointer;
}
.inner-btn:hover {
    color: #fff;
    background: #d31920;
}
  .post-type-archive-vidguki .page-title {

    color: #d31920;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
  }
  .post-type-archive-vidguki .page-title:after {
    display: none;
  }
  .post-type-archive-vidguki .page-header {
    border-bottom: 1px solid #dddddd;
  }
  .post-type-archive-vidguki #order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -40px;
  }
  .post-type-archive-vidguki #order label {
    padding: 7px 11px 10px 0px;
    margin-left: 20px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
  }
  .post-type-archive-vidguki #order label.current {
    padding: 7px 11px 7px 0px;
    margin-left: 20px;
    border-bottom: 3px solid #d31920;
  }
  .post-type-archive-vidguki #order label input {
    visibility: hidden;
  }
  .post-type-archive-vidguki .vidguk h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .post-type-archive-vidguki .vidguk {
    margin: 25px 0 0 0;
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #dddddd;
  }
  .single-vidguki .vidguk .vidguk-wrapper{
    padding: 40px 0;;
  }
  .post-type-archive-vidguki .vidguk:last-child {

    border-bottom: none;
  }
  .post-type-archive-vidguki .vidguk  .descr-wrap,
  .single-vidguki .vidguk  .descr-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-type-archive-vidguki .vidguk  .data,
  .single-vidguki .vidguk  .data {
    width: 20%;
    text-align: center;
  }
  .post-type-archive-vidguki .vidguk  img,
  .single-vidguki .vidguk  img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post-type-archive-vidguki .vidguk  .name,
  .single-vidguki .vidguk  .name {
    display: inline-block;
    font-weight: 600;
    margin: 10px 0 5px 0;
  }
  .post-type-archive-vidguki .vidguk  .position,
  .single-vidguki .vidguk  .position {
    font-weight: 300;
  }
  .post-type-archive-vidguki .vidguk  .excerpt,
  .single-vidguki .vidguk  .excerpt {
    width: 50%;
    padding-left: 40px;
  }
  .post-type-archive-vidguki .vidguk.video-vidguk  .descr-wrap,
  .single-vidguki .vidguk.video-vidguk  .descr-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-type-archive-vidguki .vidguk.video-vidguk .data,
  .single-vidguki .vidguk.video-vidguk .data {
    width: 100%;
    text-align: left;
  }
  .post-type-archive-vidguki .vidguk.video-vidguk .excerpt,
  .single-vidguki .vidguk.video-vidguk .excerpt {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .post-type-archive-vidguki .vidguki_footer {
    background: #fbfbfc;
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .post-type-archive-vidguki .vidguki_footer span {
    width: 30%;
    display: inline-block;
    margin: 30px 0;
  }



  .tax-brend .archive-title {
      color: #d31920;
      font-weight: 600;
      text-transform: uppercase;
      text-align: left;
      margin: 30px 0;
  }
  .tax-brend .archive-title:after {
      display: none
  }
  .tax-brend table:first-of-type td {
      vertical-align: top;
  }
  .tax-brend table:first-of-type h2 {
      text-align: left;
      margin: 20px 0;
  }
  .tax-brend table:first-of-type h2:after {
      display: none;
  }
  .tax-brend h2 {
      position: relative;
      margin: 50px 0 50px 0;
  }
  .tax-brend h2:after {
      content: '';
      position: absolute;
      bottom: -9px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #d31920;
      height: 2px;
      width: 60px;
  }
  .tax-brend-grey {
      color: #dddddd;
      font-size: 20px;
      margin: 30px 0 0 0
  }
 .list-style-square {
	 list-style: square;
 }
  /* .tax-brend table:last-of-type tr:first-of-type { */
      /* color: #dddddd; */
      /* font-size: 20px; */
      /* margin: 30px 0 0 0 */
  /* } */
  .tax-brend table:last-of-type tr:nth-child(2) {
      margin-right: 10px;
      color: #d31920;
      font-size: 90px;
      margin: 0;
      line-height: 1;
      vertical-align: middle;
  }
  .tax-brend .slick-slider .slick-slide {
      margin: 0 15px;
  }
  .tax-brend .osoblivosti {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 40px 0;
  }
  .tax-brend .osoblivosti .osoblivost {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }
  .tax-brend .osoblivosti .osoblivost strong {
      margin: 20px 0 15px 0;
      font-size: 22px;
      font-weight: 600;
  }
  .tax-brend article.brend > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 30px 35px 30px;
      margin-bottom: 35px;
      -webkit-box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19);
              box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  .tax-brend article.brend > div:hover {
      -webkit-box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19), -8px 11px 10px 0px rgba(0,0,0,0.19);
              box-shadow: -3px 2px 6px 0px rgba(0,0,0,0.19), -8px 11px 10px 0px rgba(0,0,0,0.19);
  }
  .tax-brend article.brend > div .content > a {
      display: inline-block;
  padding: 13px 23px;
  margin-top: 20px;
  background: #fff;
  border: 2px solid #d31920;
  border-radius: 6px;
  color: #d31920;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  cursor: pointer;
  }
  .tax-brend article.brend > div .content > a:hover {
  background: #d31920;
  color: #fff;

  }
  .tax-brend article.brend > div > img {
      width: 43%;
      max-height: 300px;
      -o-object-fit: contain;
         object-fit: contain;
      padding-right: 30px;
      border-right: 2px solid #dddddd;
  }
  .tax-brend article.brend > div > .content {
      width: 50%;
      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;
  }
  .tax-brend article.brend > div .brend_taxonomy {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  .tax-brend article.brend > div .brend_taxonomy img {
      height: 60px;
      width: auto;
  }
  .tax-brend article.brend > div .brend_taxonomy img:last-child {
    margin-left: 15px;
  }
  .tax-brend article.brend > div .title {
    font-weight: 600;
    font-size: 24px;
  }
  .tax-brend article.brend > div .excerpt {
      width: 100%;
  }
  .subscribe {
    background: #fbfbfc;
    padding: 1px 0 30px 0;
  }
  .subscribe h2 {
  position: relative;
  }
  .subscribe h2:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #d31920;
    height: 2px;
    width: 60px;
  }
  .subscribe .wpcf7 {
      max-width: 250px;
      margin: 0 auto;
  }
  .subscribe > span {
      display: block;
      margin: -10px 0 25px 0;
      text-align: center;
      font-size: 17px;
  }
  .subscribe .wpcf7 input[type="submit"] {
      margin: 0 auto !important;
  }
  .subscribe div.wpcf7-validation-errors, .subscribe div.wpcf7-acceptance-missing {
      position: absolute;
      bottom: -17px;
      left: -70px;
      border: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
      width: 160%;
  }

  .post-type-archive-produktsiya .site-main #liom_loadmore, .post-type-archive-produktsiya .site-main #liom_pagination {
    display: none;
  }
  .post-type-archive-produktsiya .site-main > .wrapper {
    max-width: 100% !important;
    overflow: hidden;
  }
  .produktsiya-wrap {
    position: relative;
  }
  .produktsiya-wrap .wrapper {
    position: relative;
    z-index: 2;
  }
  .produktsiya-bg-elem {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    margin: 0;
  }
  .produktsiya-bg-elem img {
    width: 100%;
  }


  .single-post .single-content-wrap {
    position: relative;
    border-bottom: 1px solid #dddddd;
  }
  .single-post .single-content-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600px;
    background: #fbfbfc;
  }
  .single-post .single-content-wrap .wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 30px 0;
  }
  .single-post h1 {
    font-size: 32px !important;
    font-weight: 400 !important;
    text-transform: initial !important;
  }
  .single-post .post-content-left h2 {
    margin-top: 50px;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
  }
  .single-post .single-content-wrap .author-meta {
    margin: 50px 0 30px 0;
    font-weight: 300;
    font-style: italic;
  }
  .single-post .single-content-wrap .author-meta:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
  }
  .single-post .single-content-wrap .author-meta img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
    margin-right: 20px;
  }
  .single-post .single-content-wrap .author-meta .posted-on {
    display: block;
	margin-top: 15px;
  }
  .single-post .single-content-wrap .author-meta .byline {
      display: inline-block;
      margin-top: 15px;
  }
  .single-post .single-content-wrap .post-content-left {
    width: 55%;
  }
  .single-post .single-content-wrap .widget-area {
    width: 35%;
  }
  .single-post .single-content-wrap .widget-area #text-2 {
    border-left: 2px solid #dddddd;
    padding: 40px 0 40px 20px;
  }
  .single-post .single-content-wrap .widget-area #text-2 .wpcf7 {
    width: 65%;
    margin: 0 auto;
  }
  .single-post .single-content-wrap .widget-area #text-2 .wpcf7 input {
    width: 100%;
  }
  .single-post .single-content-wrap .widget-area #text-2 .wpcf7 input[type="submit"] {
    padding: 15px 5px;
  }
  .single-post div.wpcf7-validation-errors, .single-post div.wpcf7-acceptance-missing {
      bottom: -36px;
  }
  .single-post .single-content-wrap .widget-area img {
    display: block;
    margin: 0 auto;
  }
  .single-post .single-content-wrap video {
    width: 100%;
  }
  .single-post .single-content-wrap  ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .single-post .single-content-wrap  ul li:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #898989;
  }
  .single-post .single-content-wrap blockquote {
    position: relative;
    margin: 35px 0 50px 0;
    padding: 35px 45px;
    background: #fbfbfc;
  }
  .single-post .single-content-wrap blockquote:after {
    content: '';
    position: absolute;
    display: block;
    top: -15px;
    right: 40px;
    width: 50px;
    height: 40px;
    background: url(imgs/quote-icon.png) no-repeat;
    background-size: contain;
  }
  .single-post .single-content-wrap blockquote p {
    font-weight: 600;
  }
  .single-post .single-content-wrap figcaption {
    text-align: left;
  }
  .single-post article {
    background: url('imgs/grey-line-bg.png') no-repeat center center;
    background-size: 100%;
  }
  .single-post #related_posts {
    border-top: 1px solid #dddddd;
    padding: 40px 0;
  }
  #related_posts_ul {
    max-width: 1200px;
    margin: 0 auto;
  }
  #related_posts_ul .slick-slide {
    margin: 15px;
    -webkit-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
            box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #related_posts_ul .slick-slide:hover {
    background: #d31920;
    -webkit-box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
  }
  #related_posts_ul .slick-slide img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #related_posts_ul .slick-slide .relatedcontent {
    padding: 15px 5px 0 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 300;
  }
  #related_posts_ul .slick-slide .relatedcontent p {
    font-weight: 400;
  }
  #related_posts_ul .slick-slide .relatedcontent h3 {
    font-size: 20px;
  }
  #related_posts_ul .slick-slide a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #related_posts_ul .slick-slide:hover .relatedcontent, #related_posts_ul .slick-slide:hover a {
    color: #fff;
  }
  #related_posts > h3 {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
  }
  #related_posts > h3:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #d31920;
    height: 2px;
    width: 60px;
  }


  .search-results .site-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .search-results article {
    width: 100%;
      min-height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 50px;
      padding: 20px 25px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      -webkit-box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
              box-shadow: -1px 0px 4px 0px rgba(0,0,0,0.19);
      text-align: left;
      background: #fff;
  }
  .search-results article:hover {
    -webkit-box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
            box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.19), -6px 7px 10px 0px rgba(0,0,0,0.19);
  }
  .search-results article > img {
    width: 40%;
    padding-right: 35px;
    border-right: 1px solid #acacac;
    max-height: 340px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .search-results article .entry-content {
    position: relative;
    width: 60%;
    padding: 15px 0px 40px 80px;
  }
  .contacts-map-section {
      margin: 20px 0 20px 0;
      position: relative;
  }
  .contacts-map-section:after {
      content: '';
      display: block;
      height: 0;
      clear: both;
  }
  .contacts-map-descr-wrap {
      position: absolute;
      bottom: 10%;
      right: 15%;
      z-index: 3;
      color: #000;
      padding: 15px 20px 30px 30px;
      width: 300px;
      background: #fff;
      -webkit-box-shadow: -5px 4px 26px -4px rgba(0,0,0,0.47);
      box-shadow: -5px 4px 26px -4px rgba(0,0,0,0.47);

  }
  .kt-tabs-id_7f1695-f8 > .kt-tabs-title-list li.kt-tab-title-active .kt-tab-title, .kt-tabs-id_7f1695-f8 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
      border-color: #d31920 !important;
      color: #d31920 !important;
      background: #ffffff !important;
  }

  .enter-page-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 70px 0;
  }
  .enter-page-wrap-left {
      width: 45%;
  }
  .enter-page-wrap-right {
      width: 40%;
  }
  .enter-page-wrap .wpcf7 {
      width: 320px;
      margin: 0 auto;
  }
  .enter-page-wrap .wpcf7 input[type="submit"] {
      margin: 0 auto;
  }
  .category-video .pagination {
	  width: 100%
  }



  /*Media*/
  @media screen and (max-width: 1300px) {
      .slick-home-brendy-slider {
          margin: 70px !important;
      }
      .slider-bordered-arrows .slick-next {
          right: 10%;
      }
      .slider-bordered-arrows .slick-prev {
          right: 16%;
      }

      .enter-page-wrap-left {
          width: 50%;
      }
  }
  @media screen and (max-width: 1200px) {
    .wrapper {
      padding: 0 15px;
    }
    .site-content {
        margin-top: 74px;
    }
    .breadcrumbs-wrap {
      padding: 10px 15px;
    }
    #masthead .site-branding {
        position: absolute;
        left: 0;
        height: 100%;
    }
    #masthead .site-branding .custom-logo-link {
        height: 100%;
    }
    #masthead .site-branding .custom-logo {
        height: 100%;
        width: auto;
    }

    #footer-top {
      padding: 50px 15px 20px 15px;
    }
    #masthead {
      padding: 0 15px;
    }
    .top_banner {
      padding: 0 15px;
    }
    .post-type-archive-produktsiya .site-main > .wrapper {
      padding: 0;
    }
    .footer-social {
      padding: 35px 15px !important;
    }
    .contact-page-form-section .contacts-page-form-wrap {
      padding: 30px 15px 50px 15px;
  }
  .search-results .site-main {
    padding: 0 15px;
  }
  .single-post .single-content-wrap .wrapper {
    padding: 30px 15px;
  }
  #related_posts_ul {
    padding: 0;
  }
  #related_posts_ul .slick-list {
    width: 90%;
    margin: 0 auto;
  }
  #related_posts_ul .slick-prev {
    left: 20px;
  }
  #related_posts_ul .slick-next {
    right: 35px;
  }
  }
  @media screen and (max-width: 1024px) {
      .top_banner {
          min-height: 300px;
      }
      .front-news-section {
          padding: 20px 60px !important;
      }
      .front-new-more-section {
          text-align: center;
      }
      .front-new-more-section h3 {
          text-align: center;
      }
      .brends-page .brend .excerpt {
          width: 100%;
          margin: 20px 0;
      }
      .tax-brend article.brend > div .excerpt {
        margin: 15px 0;
      }
      .single .entry-header {
        padding: 80px 15px 40px 15px;
    }
    .single-colors-section.slider-bordered-arrows .slick-prev {
      top: -80px;
      right: 8%;
  }
  .single-masterization-section {
    padding: 40px 15px !important;
  }
  .single-masterization-section .wp-block-media-text {
    padding-top: 20px;
  }
  .single-gallery-slider .slick-slide span {
    right: 5%;
  }
  .single-gallery-section .slick-slide img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single-masterization-section .wp-block-media-text__content {
    width: 50%;
  }
  .single-integration-section .wp-block-gallery {
    padding: 45px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-metod-sloma-section .content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .info-section h3 {
    margin-top: 25px;
  }
  .services-page-section .items-wrap figure {
    width: 120px;
  }
  .services-page-section .items-wrap > div {
    width: 47%;
    margin-bottom: 40px;
  }
  .post-type-archive-vidguki .vidguk .excerpt {
    width: 60%;
  }
  .contact-page-form-section .contacts-page-form-wrap > figure img {
    width: 100%;
  }
  .single-post .single-content-wrap .widget-area #text-2 .wpcf7 {
    width: 80%;
    margin: 0 auto;
  }

   .main-navigation .menu > .menu-item:hover a:after, .main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children:after  {
    display: none;
  }
  .main-navigation .menu .sub-menu .sub-menu li {
    padding: 15px 10px 15px 50px;
  }
  .top_banner .title-box {
      margin-left: 7px;
  }
  }
  @media screen and (max-width: 1023px) {
    .category-post.category .site-main > .wrapper > article .entry-content {
      padding: 25px 30px 30px 50px;
    }

  }
  @media screen and (max-width: 768px) {
      .top_banner {
          min-height: 250px;
      }
      .front-about-section .front-about-left {
        width: 100%;
      }
      .front-about-section > div {
        float: none;
    }
    .front-about-section .front-about-right-top, .front-about-section .front-about-right-bottom {
      width: 100%;
    }
    .front-about-section {
      padding-bottom: 40px;
    }
    .tax-produktsyya article .entry-content {
      padding: 15px 0px 10px 30px;
    }
    .tax-produktsyya article .entry-content .title {
      width: 60%;
    }
    .tax-brend article.brend > div .brend_taxonomy {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 15px 0;
    }
    .single .entry-header {
      padding: 40px 15px 40px 15px;
  }

    .single-product-slider {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 15px;
    }
    .single-poduct-slider-images.slider-nav {
      width: 15%;
  }
  .single-poduct-slider-images.slick-slider {
    width: 80%;
    margin: 0;
  }
  .single-product-slider-descr {
    width: 100%;
    margin: 25px 0;
  }
  .single-colors-section.slider-bordered-arrows .slick-prev {
    top: -80px;
    right: 10%;
  }
  .info-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-section .wp-block-media-text__media {
    width: 100%;
  }
  .info-section .wp-block-media-text__content {
    width: 100%;
    margin: 30px 0;
  }
  .info-section-img-right .wp-block-media-text__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-id-302 .top_banner:before, .page-id-2173 .top_banner:before {
    width: 58%;
  }
  .slider-bordered-arrows .slick-next {
    right: 3%;
    top: 15px;
  }
  .slider-bordered-arrows .slick-prev {
    right: 12%;
    top: 15px;
  }
  .page-id-302 .top_banner, .page-id-2173 .top_banner {
    min-height: 400px;
  }
  .w-60 {
    width: 80%;
  }
  .services-page-section .items-wrap figure {
    width: 135px;
  }
  .services-page-section table tr  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-page-section table tr td  {
    margin-bottom: 15px;
  }
  .post-type-archive-vidguki .vidguk .excerpt {
    width: 75%;
  }
  .post-type-archive-vidguki .vidguk .data {
    width: 25%;
    text-align: center;
  }
  .post-type-archive-vidguki .vidguk img {
    width: 160px;
    height: 160px;
  }
  .post-type-archive-vidguki .vidguki_footer span {
    width: 70%;
    display: inline-block;
    margin: 25px 0;
  }
  .vidguk iframe {
    min-height: 450px;
  }
  .category-post.category .site-main > .wrapper > article .entry-content {
    width: 55%;
    padding: 15px 20px 60px 30px;
  }
  .category .site-main > .wrapper > article .entry-content {
    padding: 0px 20px 60px 20px;
  }
  .category.category-pressa .site-main > .wrapper > article .entry-content {
    margin-bottom: 70px;
  }
  
  .category .site-main > .wrapper > article .entry-content a {
      left: 20px;
  }
  .category .site-main > .wrapper > article .entry-title {
    padding: 0 20px;
    margin: 8px 0;
  }
  .category .site-main > .wrapper > article .entry-meta {
    padding: 35px 20px 0px 20px;
  }
  .search-results article .entry-content {
    position: relative;
    width: 55%;
    padding: 15px 0px 25px 30px;
  }
  .search-results article > img {
    width: 45%;
    padding-right: 25px;
  }
  .search-results article {
    min-height: 300px;
    margin-bottom: 30px;
    padding: 15px 20px;
  }
  .enter-page-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px 0;
  }
  .enter-page-wrap-left {
      width: 100%;
      margin-bottom: 30px;
  }
  .enter-page-wrap-right {
      width: 100%;
  }
  .top_banner span {
    font-size: 50px;
  }
  .single .entry-header .wrapper {
      flex-direction: column;
  }
  .single .entry-header .brend_title {
      text-align: center;
  }
  .single .entry-header .after_title {
      margin-top: 30px;
      width: 100%;
  }
  /* #footer-top .footer-menu { */
    /* margin-top: 30px; */
  /* }  */
  }
  @media screen and (max-width: 767px) {
      #footer-top ul li {
          margin: 7px 0;
          width: 100%;
      }
      #footer-top .custom-logo-link {
          width: 90px;
      }
  }

  @media screen and (max-width: 576px) {
    h2 {
      font-size: 26px;
    }
    h3 {
      font-size: 20px;
    }
    .h2-subtitle {
      padding: 0 15px;
    }
    h1 {
      font-size: 36px;
    }
    .site-content {
        margin-top: 55px;
    }
    #masthead .custom-logo {
      width: 80px;
    }
    #masthead .search-form .search-field {
      margin-top: -3px;
    }
      #footer-top .custom-logo-link {
          display: none;
      }
      #footer-top {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
      }

      #footer-top .footer-menu {
          width: 100%;
          /* margin-top: 30px; */
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
      }
      #footer-top .footer-menu > div {
          width: 50%;
          margin-bottom: 25px;
      }
      #footer-top .produktsyya {
          display: block;
      }
      #footer-top #footer-social {
          margin: 0px 0 20px 0;
      }
      #masthead .partners-enter {
        display: none;
      }
      #masthead .search-form {
        width: 170px;
        margin-right: 0px;
    }
    #masthead .wrapper {
        padding: 0;
    }
    #masthead .site-branding {
        position: static;
    }
    #masthead .site-branding .custom-logo {
        height: 60px;
        width: auto;
        object-fit: contain;
    }
    .error-404 {
        min-height: 90vh;
        background: #FAFAFA url(imgs/404-mobile.jpg) center no-repeat;
        background-size: contain;
    }
    .produktsyya .produkt {
        width: 100%;
        padding: 30px 25px;
    }
    .produktsyya .produkt img {
      height: 200px;
      margin: 0 auto 20px auto;
      }
      .produktsyya.content a {
          padding: 12px 20px;
      }
      #footer-top #footer-rights {
          text-align: center;
      }
      .front-news-section {
        padding: 10px 15px !important;
    }

    .tax-brend table:last-of-type tr:nth-child(2) {
        font-size: 45px;
    }
    .tax-brend-grey {
        font-size: 16px;
    }
  .slick-home-slider figure img {
    height: 40vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-home-slider {
    margin-top: 80px;
  }
  .slider-bordered-arrows .slick-prev {
    right: 25%;
  }
  .slick-home-slider .wp-block-media-text__content {
    position: static;
    padding: 20px 30px 30px 30px !important;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 1px 2px 11px 0px rgba(0,0,0,0.19);
            box-shadow: 1px 2px 11px 0px rgba(0,0,0,0.19);
    margin: 0 auto 15px auto;
  }
  .slick-home-slider .wp-block-media-text__content .wp-block-button {
    display: block;
    text-align: left;
  }
  .slick-home-slider h2:before {
    width: 55px;
    min-height: 50px;
  }
  .front-news-section .posts .post {
    margin: 0;
  }
  .slick-next {
    right: -15px;
  }
  .front-about-section .front-about-right-top, .front-about-section .front-about-right-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .front-about-section .front-about-right-top figure, .front-about-section .front-about-right-bottom figure {
    width: 100%;
  }
  .front-about-section .front-about-right-top > .wp-block-media-text__content, .front-about-section .front-about-right-bottom > .wp-block-media-text__content {
    width: 100%;
    margin-top: 15px;
  }
  .front-about-section .wp-block-media-text .wp-block-media-text__content {
      padding: 0;
  }
  .main-navigation > div > ul {
    width: 100%;
  }
  .produktsyya_childs .produkt {
    width: 100%;
    padding: 30px 25px;
  }
  .produktsyya_childs .produkt img {
    height: 200px;
    margin: 0 auto 20px auto;
  }
  .tax-produktsyya article {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .tax-produktsyya article > img {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 20px;
      border-right: none;
      border-bottom: 1px solid #acacac;
      max-height: 250px;
      -o-object-fit: contain;
         object-fit: contain;
  }
  .tax-produktsyya article .entry-content {
      position: relative;
      width: 100%;
      padding: 15px 0px 0px 10px;
      text-align: center;
  }
  .tax-produktsyya article .brend-logo {
      position: static;
  }
  .tax-produktsyya article .entry-content .title {
      width: 100%;
  }
  .tax-produktsyya article .entry-content .excerpt {
      margin: 20px 0 30px 0;
      text-align: left;
  }
  .tax-produktsyya article .inner-wrap > a {
      flex-wrap: wrap;
  }
  .tax-produktsyya article .inner-wrap > a .left {
      width: 100%;
  }
  .tax-produktsyya article .inner-wrap > a .right {
      width: 100%;
  }
  .brends-page {
      margin-top: 40px !important;
  }
  .brends-page .brend, .tax-brend article.brend > div {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px 20px 30px 20px;
  }
  .brends-page .brend .title, .tax-brend article.brend > div .title {
    width: 100%;
    font-size: 20px;
  }
  .brends-page .brend > img, .tax-brend article.brend > div > img {
      width: 100%;
      padding-right: 0;
      padding-bottom: 20px;
      border-right: none;
      border-bottom: 2px solid #dddddd;
      max-height: 250px;
  }
  .brends-page .brend .content, .tax-brend article.brend > div > .content {
      width: 100%;
      padding: 15px 0;
  }
  .brends-page .brend .brend_taxonomy {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 10px 0;
  }
  .footer-social {
    text-align: center;
  }
  .footer-social strong {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer-logo {
      display: none;
  }
  .map-wrap-section {
      padding: 30px 0;
  }
  .single h1.entry-title {
    font-size: 28px;
    padding: 0;
  }
  .single .entry-header .for_title {
    font-size: 20px;
    padding: 0;
  }
  .single .entry-header .brend_title img {
    height: 80px;
  }
  .single .entry-header {
    padding: 20px 0 00px 0;
  }
  #masthead .site-branding {
    width: 135px;
    margin-right: 10px;
  }
  .single .breadcrumbs-wrap > div {
    margin-left: 0;
  }
  .single-product-slider-descr {
    padding: 10px 15px 30px 30px !important;
  }
  .single-tech-section .specs {
    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;
  }
  .single-tech-section .specs > figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .single-tech-section .specs > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0;
  }
  .single-colors-section {
    padding-top: 30px;
  }
  .single-colors-section .wp-block-mkl-section-block {
    padding: 30px 0;
    margin: 85px 0 30px 0;
    background: #fbfbfc;
  }
  .single-metod-sloma-section .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-metod-sloma-section .content .metod {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-metod-sloma-section .metod_sloma_title {
    text-align: center;
  }
  .single-video-section .video-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-video-section .video-wrap .wp-block-embed__wrapper {
    width: 100%;
  }
  .single-video-section .video-wrap figcaption {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .single-video-section {
    padding: 30px 0 20px 0;
  }
  #footer-top .footer-menu .brend {
      display: none;
  }
  .single-tabs-section .kt-tabs-title-list {
      display: none;
  }
  .single-tabs-section .wp-block-media-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
  }
  .single-tabs-section .kt-tab-inner-content {
      padding: 15px 0;
  }
  .single-tabs-section .kt-tabs-accordion-title {
      text-align: center;
  }
  .single-tabs-section .kt-tabs-id_76edc5-29 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title {
      border: none;
      border-bottom: 3px solid #ececec;
      text-align: center;
      position: relative;
  }
  .single-tabs-section .kt-tabs-id_76edc5-29 > .kt-tabs-content-wrap > .kt-tabs-accordion-title .kt-tab-title:after {
    content: '^';
    display: block;
    position: absolute;
    right: 5px;
    top: 7px;
    color: #acacac;
    font-size: 31px;
    transform: rotate(180deg);
}
  .single-tabs-section .kt-tabs-id_76edc5-29 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title {
      border: none;
      border-bottom: 3px solid #d31920;
  }
  .single-tabs-section .kt-tabs-id_76edc5-29 > .kt-tabs-content-wrap > .kt-tabs-accordion-title.kt-tab-title-active .kt-tab-title:after {
    color: #b9151c;
}
  .single-masterization-section .wp-block-media-text {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
  .single-masterization-section .wp-block-media-text__media {
      width: 100%;
  }
  .single-masterization-section .wp-block-media-text__content {
      width: 100%;
      margin-top: 40px;
  }
  .single-integration-section .wp-block-gallery {
    padding: 20px 15px;
    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;
  }
  .single-integration-section .wp-block-gallery > li img {
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .single-integration-section .wp-block-gallery > li {
    width: 100%;
    margin-bottom: 25px;
  }
  .page-id-302 .top_banner, .page-id-2173 .top_banner {
    min-height: 400px;
  }
  .page-id-302 .entry-header .title_bg {
    font-size: 24px;
  }
  .page-id-302 .top_banner:before, .page-id-2173 .top_banner:before {
    width: 100%;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .info-section .wp-block-media-text__content {
    margin: 0 0 30px 0;
  }
  .about-page-achievements-section .achievements-sub-text {
    margin: 0;
  }
  .services-page-section .items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-page-section .items-wrap > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .w-60 {
    width: 100%;
  }
  .brend-mobile-block {
    display: flex !important;
    flex-direction: column;
  }
  .brend-mobile-block > * {
    display: block !important;
    width: 100% !important;
  }
  .brend-mobile-block > *:first-child {
    order: 2;
  }
  .brend-mobile-block > *:last-child {
    order: 1;
  }
  .tax-brend tbody {
    display: block !important;
  }
  .post-type-archive-vidguki .vidguk .descr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-type-archive-vidguki .vidguk .data {
    width: 100%;
  }
  .post-type-archive-vidguki .vidguk .excerpt {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .vidguk iframe {
    min-height: 400px;
  }
  .post-type-archive-vidguki .page-header {
    padding-bottom: 60px;
  }
  .post-type-archive-vidguki #order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -48px;
  }
  .post-type-archive-vidguki #order label {
    padding: 0 0 5px 0;
    text-align: center;
    margin-left: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    margin: 0 20px;
  }
  .post-type-archive-vidguki #order label input {
    visibility: hidden;
    margin-left: -15px;
  }
  .post-type-archive-vidguki #order label.current {
    padding: 0 0 5px 0;
    margin-left: 0;
    margin: 0 20px;
    border-bottom: 3px solid #d31920;
  }
  .category-post.category .site-main > .wrapper > article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-post.category .site-main > .wrapper > article .entry-content {
    width: 100%;
  }
  .category-post.category .site-main > .wrapper > article a {
    margin-top: 30px;
	left: 28px;
  }
  .category-post.category .preview-img-link {
      width: 100%;
  }
  .category .page-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category .page-header .menu .menu-item {
    margin-left: 0px;
  }
  .category .page-header .menu {
    padding: 0;
  }
  .category .page-header .menu .menu-item a {
    padding: 10px 5px;
  }
  .category .site-main > .wrapper {
    padding-top: 30px;
  }
  .category .site-main > .wrapper > article {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact-page-form-section .contacts-page-form-wrap > figure {
    display: none;
  }
  .contact-page-form-section .contacts-page-form-wrap > div {
    width: 100%;
  }
  .privacy-policy .wp-block-column {
    margin-bottom: 0;
  }
  .main-navigation .sub-menu .menu-item:hover > a {
    border-color:  transparent;
    background: transparent;
  }
  .main-navigation > div > ul {
    padding: 60px 0;
  }
  .breadcrumbs-wrap {
    margin-top: 15px;
  }
  .single-gallery-section .slick-slide img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
  .search-results article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-results article > img {
    width: 100%;
    max-height: 270px;
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #acacac;
  }
  .search-results article .entry-content {
    position: relative;
    width: 100%;
    padding: 15px 0px 20px 0px;
  }
  .single-post .single-content-wrap .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-post .single-content-wrap .post-content-left {
    width: 100%;
  }
  .single-post .single-content-wrap .widget-area {
    width: 100%;
  }
  .single-post .single-content-wrap blockquote {
    margin: 35px 0 30px 0;
    padding: 35px 20px;
  }
  .single-post .single-content-wrap .widget-area #text-2 {
    border-left: none;
    padding: 0;
  }
  #related_posts_ul .slick-list {
    width: 80%;
    margin: 0 auto;
  }
  .single .widget_media_image {
  margin-top: 40px;
  }
  .top_banner {
    min-height: 150px;
  }
  .top_banner span {
    font-size: 36px;
  }
  .top_banner svg {
    width: 240%;
    left: -12%;
  }
  .slider-text-center, .slider-text-center * {
    text-align: center !important;
  }
  .home .slider-bordered-arrows .slick-next {
    right: 3%;
    top: -35px;
  }
  .home .slider-bordered-arrows .slick-prev {
    right: 16%;
    top: -35px;
  }
  .single-colors-section.slider-bordered-arrows .slick-prev {
    top: -80px;
    right: 15%;
  }
  .modal-box .modal-form-wrap {
    max-width: 90%;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    font-size: 12px;
  }
  .menu-toggle.open {
      top: 17px;
  }
  }
  input.hide{display:none}

  ul.columns-2 > li {
      width: 50%;
  }
  ul.columns-3 > li {
      width: 33.3%;
  }
  ul.columns-4 > li {
      width: 25%;
  }
  ul.columns-5 > li {
      width: 20%;
  }
  ul.columns-6 > li {
      width: 16.6%;
  }
  ul.columns-7 > li {
      width: 14.25%;
  }
  ul.columns-8 > li {
      width: 12.5%;
  }
  ul.wp-block-gallery li:before {
      content: none !important;
  }
  .wp-block-gallery li span{
      margin-top: .5em;
      margin-bottom: 1em;
      color: #555d66;
      text-align: left;
      font-size: 13px;
  }
  div.search-page > form.search-form > label > input.search-field {
      font-weight: 500;
      padding: 7px 10px !important;
      margin-bottom: 20px;
      border-radius: 6px;
      border: 2px solid #dddddd;
      width: 20%;
      outline: none;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  div.search-page > form.search-form > label > input.search-field:focus {
      border-color: #626262c9;
  }
  div.search-page > form.search-form > input.search-submit {
      padding: 10px 20px !important;
      background: #fff !important;
      border: 2px solid #d31920 !important;
      border-radius: 6px !important;
      color: #d31920 !important;
      font-weight: 500 !important;
      font-size: 17px !important;
      text-decoration: none !important;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      outline: none;
      cursor: pointer;
  }
  div.search-page > form.search-form > input.search-submit:hover {
      color: #fff !important;
      background: #d31920 !important;
  }
  .policy_link{
      color: #000 !important;
      text-transform: none !important;
  }
  .policy_link:hover{
      color: #d31920 !important;
  }

  .other-services {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 15px;
      margin-left: 15px;
      border: 1px solid #707070;
      border-radius: 5px;
      font-size: 18px;
      color: #d31920;
      text-align: center;
      text-decoration: none;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
  }
  .other-services:hover {
      color: #fff;
      background: #d31920;
      border-color: #d31920;
  }
  ul.services{
      padding: 0;
      margin-top: 50px;
  }
  ul.services li:before{
      display: none !important;

  }
  .tax-brend .top_banner .banner-map-mapimg {
      width: 50%;
      right: 0;
  }
 .single .single-modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.596);
    z-index: 9;
 }
 .single .single-modal.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single .single-modal-inner {
    position: relative;
    background: #fff;
    max-width: 600px;
    padding: 30px 30px;
    background: #fff url(imgs/section-bg-one-line-grey.png) no-repeat center center;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}
.single .single-modal-inner.show {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}
.pagination {
  text-align: center;
}

.cente {
  text-align: center;
}

/* #tooltip { */
	/* z-index: 9999; */
	/* position: absolute; */
	/* display: none; */
	/* top:0px; */
	/* left:0px; */
	/* background-color: #000; */
	/* padding: 5px 10px 5px 10px; */
	/* color: white; */
	/* opacity: 0.6; */
	/* border-radius: 5px;  */
/* } */
article.post div.post-content-left a {
	color: #d31920;
    border-bottom: 1px dashed #d31920;
    padding-bottom: 1px;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
article.post div.post-content-left a:hover {
    color: #000;
	border-bottom: 1px dashed #000;
}

.w1200 {  width: 1200px; !important; }

.enter_for_partners:hover {

  color: #fff;
    background: #d31920;
}
.enter_for_partners {
    font-size: 15px;
    background: #ffffff;
    padding: 3px 21px;
    box-shadow: none;
    border-width: 3px;
    border-style: solid;
    border-color: #d31920;
    border-color: RGBA(211,25,32,1);
    border-radius: 5px;
    text-align: center;
}
@media (max-width: 578px) {
.enter_for_partners {
    font-size: 15px;
    background: #ffffff;
    padding: 4px 12px;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d31920;
    border-color: RGBA(211,25,32,1);
    border-radius: 4px;
    text-align: center;
        line-height: 19px;
    display: block;
}

.full_vers {
    display: none;
}
}
@media (min-width: 579px) { 
.mob_vers {
  display: none; 
}
}
.enter_a  {
    color: #000;
}
.enter_a:hover {
    color: #fff;
}
#masthead .search-form {
    margin-right: 20px;
}
#head-social a img {
    width: 40px;
        height: 45px;
        padding-bottom: 5px;
}
#head-social {
     position: fixed;
    left: 0;
    top: 50%;
        margin-top: -132px;
            z-index: 100500;
}
@media screen and (max-width: 576px) {
#masthead .site-branding {
    margin-right: 0px;
}
#head-social a img {
    width: 27px;
    height: 31px;
    padding-bottom: 5px;
}
#head-social {
    display: none;
}
}
.uptl_toolbar {
    display: none!important;
}
.uptlk_wdgt_6IKRy .uptl_toolbar.uptl_toolbar_share {
    display: none !important;
}


#head-social a {
   display: flex;
}
.slider_status {
    
    margin: 0 auto;
}
.n2-ss-align.n2-ss-align-visible {
    overflow: visible;
    margin: 0 auto;
    text-align: -webkit-center;
}

.footer-social.wrapper {
    display: flex;
    text-align: center;
    margin-left: 32% !important;
}
.ya-share2__item_service_viber  {
    background: url(/wp-content/themes/liom/imgs/social/viber.png) no-repeat center center !important;
    background-size: contain !important;
}
.ya-share2__item_service_viber .ya-share2__badge, .ya-share2__item_service_viber .ya-share2__mobile-popup-badge {
    background-color: transparent!important;
}
.ya-share2__item_service_viber .ya-share2__icon {
    background-image: none!important;
}
.ess-button--email .ess-button-inner, .ess-button--email .ess-social-count, .ess-button--email .ess-button-inner, .ess-button--email .ess-social-count, .ess-button--email .ess-button-inner, .ess-button--email .ess-social-count {
    background-color: transparent!important;
        background: url(/wp-content/themes/liom/imgs/social/mail.png) no-repeat center center !important;
    background-size: 30px !important;
    width: 27px;
    height: 27px;
}
.ess-icon {
    font-size: 0px !important;
}
.ess-button-inner, .ess-social-count {
    display: inline-block;
    padding: .1em .4em!important;
    color: #fff;
    border-radius: 3px;
}
.map-wrap svg, .map-wrap object {
    height: 600px;
}
svg, object {
    height: 37px;
}




.wp-block-media-text__media img,{
    FONT-WEIGHT: 200;
    width: 25%!important;
    vertical-align: middle;
}

#wp-block-section-style-characteristic{
	display: block;
	float:left;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#wp-block-section-style-scheme{
	display: block;
	float:left;
	width: 400px;
	margin-right: auto; 
	margin-left: auto;
}
.wp-block-mkl-section-style{
	box-shadow: none;
	width: 100%;
	display: flex;
    justify-content: center;
	background: none;
}
@media (max-width: 750px){
	.wp-block-mkl-section-style{
		display: block;
	}	
}