/*!
Theme Name: boilerplate
Theme URI: http://underscores.me/
Author: dimi4ek
Author URI: https://github.com/Dimi4ek/
Description: Start template for quick theme development
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boilerplate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

boilerplate 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/
*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Libs
--------------------------------------------------------------*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

.container:before,
.container:after {
  display: table;
  content: " "; }

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row:before,
.row:after {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666666666666%; }
  .col-sm-pull-10 {
    right: 83.33333333333334%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666666666666%; }
  .col-sm-pull-7 {
    right: 58.333333333333336%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666666666667%; }
  .col-sm-pull-4 {
    right: 33.33333333333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.666666666666664%; }
  .col-sm-pull-1 {
    right: 8.333333333333332%; }
  .col-sm-pull-0 {
    right: 0; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666666666666%; }
  .col-sm-push-10 {
    left: 83.33333333333334%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666666666666%; }
  .col-sm-push-7 {
    left: 58.333333333333336%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666666666667%; }
  .col-sm-push-4 {
    left: 33.33333333333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.666666666666664%; }
  .col-sm-push-1 {
    left: 8.333333333333332%; }
  .col-sm-push-0 {
    left: 0; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666666666666%; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666666666666%; }
  .col-md-7 {
    width: 58.333333333333336%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666666666664%; }
  .col-md-1 {
    width: 8.333333333333332%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666666666666%; }
  .col-md-pull-10 {
    right: 83.33333333333334%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666666666666%; }
  .col-md-pull-7 {
    right: 58.333333333333336%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666666666667%; }
  .col-md-pull-4 {
    right: 33.33333333333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.666666666666664%; }
  .col-md-pull-1 {
    right: 8.333333333333332%; }
  .col-md-pull-0 {
    right: 0; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666666666666%; }
  .col-md-push-10 {
    left: 83.33333333333334%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666666666666%; }
  .col-md-push-7 {
    left: 58.333333333333336%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666666666667%; }
  .col-md-push-4 {
    left: 33.33333333333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.666666666666664%; }
  .col-md-push-1 {
    left: 8.333333333333332%; }
  .col-md-push-0 {
    left: 0; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666666666666%; }
  .col-lg-10 {
    width: 83.33333333333334%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666666666666%; }
  .col-lg-7 {
    width: 58.333333333333336%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666666666667%; }
  .col-lg-4 {
    width: 33.33333333333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.666666666666664%; }
  .col-lg-1 {
    width: 8.333333333333332%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666666666666%; }
  .col-lg-pull-10 {
    right: 83.33333333333334%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666666666666%; }
  .col-lg-pull-7 {
    right: 58.333333333333336%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666666666667%; }
  .col-lg-pull-4 {
    right: 33.33333333333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.666666666666664%; }
  .col-lg-pull-1 {
    right: 8.333333333333332%; }
  .col-lg-pull-0 {
    right: 0; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666666666666%; }
  .col-lg-push-10 {
    left: 83.33333333333334%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666666666666%; }
  .col-lg-push-7 {
    left: 58.333333333333336%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666666666667%; }
  .col-lg-push-4 {
    left: 33.33333333333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.666666666666664%; }
  .col-lg-push-1 {
    left: 8.333333333333332%; }
  .col-lg-push-0 {
    left: 0; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

/*--------------------------------------------------------------
# Vars
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/RobotoRegular/RobotoRegular.eot");
  src: url("fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  src: url("fonts/RobotoBold/RobotoBold.eot");
  src: url("fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoBold/RobotoBold.woff") format("woff"), url("fonts/RobotoBold/RobotoBold.ttf") format("truetype"); }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:focus {
    text-decoration: none; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  opacity: 1; }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.section__title {
  text-align: center;
  letter-spacing: 1.4px;
  color: #333;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin: 45px 0; }

.section__wrapper {
  background-image: url(img/placeholder.png);
  background-repeat: no-repeat;
  background-position: 97% 20%;
  -webkit-background-size: 56% 56%;
  background-size: 56%; }

.video {
  padding: 1.875rem; }
  .video iframe {
    width: 100%;
    height: 29.5625rem; }

.front-slider-pagination .owl-carousel .owl-item img {
  height: auto; }

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
.home .footer {
  border-top: none;
  padding-top: 1.25rem;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15; }
  .header__logo {
    position: relative;
    transform: scale(1.05);
    width: 10.0625rem;
    height: 4.625rem; }
    .header__logo .custom-logo-link {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .header.scroll {
    padding: 5px 0;
    background-color: rgba(255, 255, 255, .8); }
    .header.scroll a, .header.scroll span {
      color: #000; }
    .header.scroll .header__switch {
      background: #fff;
      border-color: #003896; }
    .header.scroll .header__switch span:after {
      border-top-color: #003896; }
    .header.scroll .header__search {
      background-image: url(img/magnifying-glass-black.svg);
        }
    .header.scroll .header__menu li > ul.sub-menu {
      background-color: rgba(255, 255, 255, 0.7); }
  .header__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 4.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.0625rem; }
    .header__menu li {
      margin: 0 0.8125rem 5px;
      letter-spacing: 0.9px;
      overflow: hidden;
      color: #fff;
      position: relative; }
      .header__menu li > ul.sub-menu {
        display: none;
        position: absolute;
        width: 15rem;
        left: 0;
        top: 100%;
        padding: 0.625rem 1.25rem 1.25rem;
        margin: 0 0 0 -1.25rem;
        list-style-type: none;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 10; }
        .header__menu li > ul.sub-menu li {
          margin: 0.625rem 0 0 0;
          line-height: 1; }
      .header__menu li.menu-item-has-children {
        padding-right: 0.9375rem;
        cursor: pointer; }
        .header__menu li.menu-item-has-children:after {
          content: '';
          width: 0;
          height: 0;
          margin-top: 2px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #000;
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .header__menu li.menu-item-has-children.open > ul.sub-menu {
          display: block; }
        .header__menu li.menu-item-has-children.open:after {
          -webkit-animation-duration: .3s;
          animation-duration: .3s;
          -webkit-animation-name: curretDown;
          animation-name: curretDown; }
    .header__menu li a {
      transition: color .3s cubic-bezier(0.11, 0.7, 0, 1);
      position: relative;
      overflow: hidden;
    }
    .header__menu .sub-menu a:after {
      display: none;
    }
    /*.header__menu li a:after {
      position: absolute;
      bottom: -3px;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      content: "";
      transition: transform .3s cubic-bezier(0.11, 0.7, 0, 1);
    }*/
    .header__menu li a:after, 
    .header__menu li a:before {
      content: '';
      position: absolute;
      bottom: -3px;
      height: 2px;
      width: 0;
      background-color: #fff;
      transition: width .15s ease-out;
    }
    .header__menu li a:before {
      right: 50%;
    }
    .header__menu li a:after {
      left: 50%;
    }
    .header.scroll .header__menu li a:before,
    .header.scroll .header__menu li a:after {
      background-color: #003896;
    }
    body.archive .header .header__menu li a:before,
    body.archive .header .header__menu li a:after,
    body.page-template .header .header__menu li a:before,
    body.page-template .header .header__menu li a:after {
      background-color: #003896;
    }
    /*.header__menu li:hover a:before,
    .header__menu li:hover a:after {
      width: 50%;
    }*/
     .header__menu li:hover a:before,
     .header__menu li.current-menu-item a:before,
     .header__menu li.current-category-ancestor a:before,
     .header__menu li:hover a:after,
     .header__menu li.current-category-ancestor a:after,
     .header__menu li.current-menu-item a:after {
      width: 50%;
    } 
  .header__right {
    padding: 1.25rem 0;
    position: relative;
    text-align: center; }
  .header__search {
    width: 1.875rem;
    height: 1.875rem;
    background-image: url(img/magnifying-glass.svg);
    background-position: 50% 50%;
    -webkit-background-size: 1.875rem 1.875rem;
    background-size: 1.875rem 1.875rem;
    cursor: pointer;
    margin: 0.1875rem 1.25rem 0 -0.625rem;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .header__search-form {
      position: absolute;
      top: -webkit-calc(100% - 5px);
      top: calc(100% - 5px);
      left: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #fff;
      padding: 15px;
      width: 250px;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 10; }
      .header__search-form .form__input {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        display: block;
        float: left;
        border: none;
        border-bottom: solid 2px #eee;
        line-height: 1.5; }
        .header__search-form .form__input:focus {
          outline: none; }
      .header__search-form .form__submit {
        width: 30px;
        display: block;
        float: left;
        margin-right: 10px;
        margin-top: 3px;
        border: none;
        background-image: url(img/magnifying-glass-grey.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px;
        background-color: transparent; }
        .header__search-form .form__submit:focus {
          outline: none; }
      .header__search-form.open {
        display: block; }
  .header__switch {
    display: inline-block;
    padding: 0.5625rem 1.1875rem 0.5625rem 0.625rem;
    line-height: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #fff;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
    cursor: pointer;
    position: absolute;
    text-transform: uppercase;
    color: #fff; }
    .header__switch span {
      display: block;
      position: relative; }
      .header__switch span:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        top: 50%;
        right: -0.8125rem;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .header__switch a {
      display: none;
      line-height: 1; }
    .header__switch a:hover {
      text-decoration: underline;
    }
    .header__switch.open a {
      display: block;
      margin-top: 0.3125rem; }
    .header__switch.open span:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
      transform: translateY(-50%) rotate(180deg); }
  .header__burger {
    width: 1.875rem;
    height: 1.75rem;
    background-color: #003896;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    float: right;
    /*top: 10px;*/
    /*right: 10px;*/
    /*display: none;*/
    margin-top: 15px;
    float: right;
    cursor: pointer;
    z-index: 100; }
    .header__burger span {
      width: 80%;
      background: #fff;
      height: 2px;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: -40%; }
      .header__burger span:nth-child(1) {
        top: 5px; }
      .header__burger span:nth-child(2) {
        top: 13px; }
      .header__burger span:nth-child(3) {
        top: 21px; }

.header-mobile {
  display: none;
  border-bottom: 1px solid #003896;
}
.header-mobile__logo {
  max-width: 125px;
  float: left;
  margin-top: 5px;
}
.header-mobile__phones {
  height: 73px;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 155px);
  float: left;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-mobile__phones > div {
  margin: 0 5px;
}
.header-mobile__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

body.archive,
body.single-product,
body.page-template-page-catalog,
body.page-template-page-contacts,
body.page-template-page-distributor,
body.page-template-page-about,
body.single-post,
body.page-template-page-employer,
body.page-template-page-cooperation {
  background: #fff; }
  body.archive .header,
  body.single-product .header,
  body.page-template-page-catalog .header,
  body.page-template-page-contacts .header,
  body.page-template-page-distributor .header,
  body.search .header,
  body.page-template-page-about .header,
  body.single-post .header,
  body.page-template-page-employer .header,
  body.page-template-page-cooperation .header {
    border-bottom: solid 2px #003896;
    background: #fff;
    position: static; }
    body.archive .header a,
    body.single-product .header a,
    body.page-template-page-catalog .header a,
    body.page-template-page-contacts .header a,
    body.page-template-page-distributor .header a,
    body.page-template-page-about .header a,
    body.search .header a,
    body.single-post .header a,
    body.page-template-page-employer .header a,
    body.page-template-page-cooperation .header a {
      color: #0d0d0d; }
    body.archive .header__switch,
    body.single-product .header__switch,
    body.page-template-page-catalog .header__switch,
    body.page-template-page-contacts .header__switch,
    body.page-template-page-distributor .header__switch,
    body.page-template-page-about .header__switch,
    body.search .header__switch,
    body.single-post .header__switch,
    body.page-template-page-employer .header__switch,
    body.page-template-page-cooperation .header__switch {
      background: #fff;
      border: solid 2px #003896;
      color: #003896; }
      body.archive .header__switch span:after,
      body.single-product .header__switch span:after,
      body.page-template-page-catalog .header__switch span:after,
      body.page-template-page-contacts .header__switch span:after,
      body.page-template-page-distributor .header__switch span:after,
      body.page-template-page-about .header__switch span:after,
      body.search .header__switch span:after,
      body.single-post .header__switch span:after,
      body.page-template-page-employer .header__switch span:after,
      body.page-template-page-cooperation .header__switch span:after {
        border-top-color: #003896; }
    body.archive .header__search,
    body.single-product .header__search,
    body.page-template-page-catalog .header__search,
    body.page-template-page-contacts .header__search,
    body.page-template-page-distributor .header__search,
    body.page-template-page-about .header__search,
    body.search .header__search,
    body.single-post .header__search,
    body.page-template-page-employer .header__search,
    body.page-template-page-cooperation .header__search {
      background-image: url(img/magnifying-glass-blue.svg); }
    body.archive .header .header__menu li > ul.sub-menu,
    body.single-product .header .header__menu li > ul.sub-menu,
    body.page-template-page-catalog .header .header__menu li > ul.sub-menu,
    body.page-template-page-contacts .header .header__menu li > ul.sub-menu,
    body.page-template-page-distributor .header .header__menu li > ul.sub-menu,
    body.page-template-page-about .header .header__menu li > ul.sub-menu,
    body.search .header .header__menu li > ul.sub-menu,
    body.single-post .header .header__menu li > ul.sub-menu,
    body.page-template-page-employer .header .header__menu li > ul.sub-menu,
    body.page-template-page-cooperation .header .header__menu li > ul.sub-menu {
      background-color: rgba(255, 255, 255, 0.7); }

@-webkit-keyframes curretDown {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-50% + 2px));
    transform: translateY(calc(-50% + 2px)); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

@keyframes curretDown {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  50% {
    -webkit-transform: translateY(-webkit-calc(-50% + 2px));
    transform: translateY(calc(-50% + 2px)); }
  100% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }

.stars {
  position: absolute;
  width: 66px;
  height: 66px;
  left: 22px;
  z-index: 1;
  transform: rotate(180deg);
  cursor: pointer;
  top: 1px; }
  .stars .star {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background-image: url(img/star.png);*/
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s opacity ease-out, .5s transform ease-out;
    display: block;
    opacity: 0;
  }
  .footer .stars .star {
    opacity: 1;
  }
  .stars .star img {
    width: 100%;
    height: auto;
    display: block;
  }
  .stars .star.show {
    opacity: 1;
  }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.front-slider__wrapper {
  position: relative; }

.front-slider .slide {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 100%;
  background-repeat: no-repeat; }
  .front-slider .slide__title {
    font-size: 2.5rem;
    letter-spacing: 0.8px;
    text-shadow: 0 0 3.8px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 1; }
  .front-slider .slide__desc {
    margin: 0;
    line-height: 1.36;
    font-size: 1.625rem;
    color: #fff;
    text-shadow: 0 0 3.8px rgba(0, 0, 0, 0.4);
    font-weight: normal; }
  .front-slider .slide__content {
    position: absolute;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%;
    border-left: 2px solid #fff;
    padding-left: 1.25rem; }
  .front-slider .slide__wrapper {
    height: 30.3125rem; }
  .front-slider .slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.3);*/
  }
.front-slider .owl-nav {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
  }
.front-slider .owl-prev, .front-slider .owl-next {
  position: absolute;
  top: -235px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.75rem;
  z-index: 10;
  height: 2.75rem; }
  .front-slider .owl-prev:before, .front-slider .owl-next:before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    border: 3px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.front-slider .owl-prev {
  left: 0; }
  .front-slider .owl-prev:before {
    border-right: none;
    border-top: none;
    margin-left: 3px; }

.front-slider .owl-next {
  right: 0; }
  .front-slider .owl-next:before {
    border-left: none;
    border-bottom: none;
    margin-left: -3px; }

.front-slider .owl-dots {
  position: relative;
  text-align: center;
  top: -2.1875rem; }

.front-slider .owl-dot {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 0.625rem; }
  .front-slider .owl-dot.active, .front-slider .owl-dot:hover {
    background: #fff; }

.front-slider__timer {
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 10;
  display: none; }

.front-slider-pagination__wrapper {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 10; }

.front-slider-pagination .slide {
  cursor: pointer;
  display: block;
  border: 2px solid transparent; }
  .front-slider-pagination .slide.current {
    border-color: #ff9900; }
  .front-slider-pagination .slide-video__wrapper {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }

/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/
body.page-id-249 .catalog {
  margin-top: 0;
}
.catalog {
  background-image: url(img/placeholder.png);
  background-repeat: no-repeat;
  background-position: 5% -5%;
  margin-top: -25px;
  padding-bottom: 15px;
  -webkit-background-size: 56% 56%;
  background-size: 56%; }
  .catalog-page {
    margin-top: 45px; }
  .catalog .category {
    max-width: 400px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    margin-bottom: 30px;
    background-color: transparent;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
    padding-bottom: 0.625rem; }
    .catalog .category__thumb {
      position: relative;
      overflow: hidden;
      height: 12.5rem;
      width: 100%; }
      .catalog .category__thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .catalog .category__title {
      letter-spacing: 0.7px;
      text-align: center;
      color: #003896;
      font-weight: bold;
      font-size: 1.125rem;
      margin: 3px 0; }
    .catalog .category:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
.catalog .category.cat-143 .category__thumb img,
.catalog .category.cat-50 .category__thumb img,
.catalog .category.cat-240 .category__thumb img
{
  margin-top: 12px;
  height: 85%;
}
.catalog .category.cat-149 .category__thumb img,
.catalog .category.cat-52 .category__thumb img,
.catalog .category.cat-243 .category__thumb img
{
  width: 75%;
  margin-top: 27px;
}
.catalog .category.cat-146 .category__thumb img,
.catalog .category.cat-48 .category__thumb img,
.catalog .category.cat-230 .category__thumb img
{
  margin-top: 21px;
}
.catalog .category.cat-134 .category__thumb img,
.catalog .category.cat-51 .category__thumb img,
.catalog .category.cat-238 .category__thumb img
{
  margin-top: 20px;
}

.catalog .category.cat-137 .category__thumb img,
.catalog .category.cat-49 .category__thumb img,
.catalog .category.cat-232 .category__thumb img
{
  margin-top: 11px;
}


/*--------------------------------------------------------------
# Catalog
--------------------------------------------------------------*/
.catalog__cat-list {
  margin-bottom: 50px;
}
.catalog__cat-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3.375rem;
  width: -webkit-calc(90% - 15px);
  width: calc(90% - 15px);
  border: solid 2px #ffa928;
  border-right: none;
  -webkit-box-shadow: 0 0 18px 2px rgba(255, 169, 40, 0.3);
  box-shadow: 0 0 18px 2px rgba(255, 169, 40, 0.3);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.25rem;
  line-height: 1.13;
  letter-spacing: 0.6px;
  margin-bottom: 1.5625rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out; }
  .catalog__cat-list__item div {
    color: #003896;
    display: inline-block; }
  .catalog__cat-list__item:after {
    -webkit-transition: .25s all ease-out;
    -o-transition: .25s all ease-out;
    transition: .25s all ease-out;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border: 2px solid #ffa928;
    border-left: none;
    border-bottom: none;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(93% + 2px);
    top: 7px;
    height: 36px;
    width: 36px; }
  .catalog__cat-list__item.active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: -webkit-calc(90% + 15px);
    width: calc(90% + 15px);
    color: #fff; }
    .catalog__cat-list__item.active:after {
      left: calc(94% + 1px); }
    .catalog__cat-list__item.active:before {
      background-position-y: -36px; }
  .catalog__cat-list__item:hover:after {
    left: calc(94% + 1px);
  }
  .catalog__cat-list__item.item-0 {
    -webkit-box-shadow: 0 0 18px 2px rgba(255, 169, 40, 0.3);
    box-shadow: 0 0 18px 2px rgba(255, 169, 40, 0.3);
    border: solid 2px #ffa928; }
    .catalog__cat-list__item.item-0:after {
      border-color: #ffa928; }
    .catalog__cat-list__item.item-0.active, .catalog__cat-list__item.item-0:hover {
      background-color: #ffa928; }
      .catalog__cat-list__item.item-0.active:after, .catalog__cat-list__item.item-0:hover:after {
        background-color: #ffa928; }
    .catalog__cat-list__item.item-0:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-1 {
    -webkit-box-shadow: 0 0 18px 2px rgba(157, 93, 162, 0.3);
    box-shadow: 0 0 18px 2px rgba(157, 93, 162, 0.3);
    border: solid 2px #9d5da2; }
    .catalog__cat-list__item.item-1:after {
      border-color: #9d5da2; }
    .catalog__cat-list__item.item-1.active, .catalog__cat-list__item.item-1:hover {
      background-color: #9d5da2; }
      .catalog__cat-list__item.item-1.active:after, .catalog__cat-list__item.item-1:hover:after {
        background-color: #9d5da2; }
    .catalog__cat-list__item.item-1:before {
      background-position-x: -58px; }
    .catalog__cat-list__item.item-1:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-2 {
    -webkit-box-shadow: 0 0 18px 2px rgba(1, 155, 62, 0.3);
    box-shadow: 0 0 18px 2px rgba(1, 155, 62, 0.3);
    border: solid 2px #019b3e; }
    .catalog__cat-list__item.item-2:after {
      border-color: #019b3e; }
    .catalog__cat-list__item.item-2.active, .catalog__cat-list__item.item-2:hover {
      background-color: #019b3e; }
      .catalog__cat-list__item.item-2.active:after, .catalog__cat-list__item.item-2:hover:after {
        background-color: #019b3e; }
    .catalog__cat-list__item.item-2:before {
      background-position-x: -117px; }
    .catalog__cat-list__item.item-2:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-3 {
    -webkit-box-shadow: 0 0 18px 2px rgba(253, 198, 1, 0.3);
    box-shadow: 0 0 18px 2px rgba(253, 198, 1, 0.3);
    border: solid 2px #fdc601; }
    .catalog__cat-list__item.item-3:after {
      border-color: #fdc601; }
    .catalog__cat-list__item.item-3.active, .catalog__cat-list__item.item-3:hover {
      background-color: #fdc601; }
      .catalog__cat-list__item.item-3.active:after, .catalog__cat-list__item.item-3:hover:after {
        background-color: #fdc601; }
    .catalog__cat-list__item.item-3:before {
      background-position-x: -174px; }
    .catalog__cat-list__item.item-3:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-4 {
    -webkit-box-shadow: 0 0 18px 2px rgba(186, 53, 139, 0.3);
    box-shadow: 0 0 18px 2px rgba(186, 53, 139, 0.3);
    border: solid 2px #ba358b; }
    .catalog__cat-list__item.item-4:after {
      border-color: #ba358b; }
    .catalog__cat-list__item.item-4.active, .catalog__cat-list__item.item-4:hover {
      background-color: #ba358b; }
      .catalog__cat-list__item.item-4.active:after, .catalog__cat-list__item.item-4:hover:after {
        background-color: #ba358b; }
    .catalog__cat-list__item.item-4:before {
      background-position-x: -231px; }
    .catalog__cat-list__item.item-4:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-5 {
    -webkit-box-shadow: 0 0 18px 2px rgba(86, 175, 49, 0.3);
    box-shadow: 0 0 18px 2px rgba(86, 175, 49, 0.3);
    border: solid 2px #56af31; }
    .catalog__cat-list__item.item-5:after {
      border-color: #56af31; }
    .catalog__cat-list__item.item-5.active, .catalog__cat-list__item.item-5:hover {
      background-color: #56af31; }
      .catalog__cat-list__item.item-5.active:after, .catalog__cat-list__item.item-5:hover:after {
        background-color: #56af31; }
    .catalog__cat-list__item.item-5:before {
      background-position-x: -288px; }
    .catalog__cat-list__item.item-5:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item.item-6 {
    -webkit-box-shadow: 0 0 18px 2px rgba(107, 185, 240, 0.3);
    box-shadow: 0 0 18px 2px rgba(107, 185, 240, 0.3);
    border: solid 2px #6bb9f0; }
    .catalog__cat-list__item.item-6:after {
      border-color: #6bb9f0; }
    .catalog__cat-list__item.item-6.active, .catalog__cat-list__item.item-6:hover {
      background-color: #6bb9f0; }
      .catalog__cat-list__item.item-6.active:after, .catalog__cat-list__item.item-6:hover:after {
        background-color: #6bb9f0; }
    .catalog__cat-list__item.item-6:before {
      background-position-x: -347px; }
    .catalog__cat-list__item.item-6:hover:before {
      background-position-y: -36px; }
  .catalog__cat-list__item:before {
    content: '';
    position: absolute;
    left: 245px;
    z-index: 10;
    width: 56px;
    height: 36px;
    top: 50%;
    margin-top: -18px;
    background-image: url(img/sprite.png);
    background-repeat: no-repeat; }
  .catalog__cat-list__item:hover {
    width: calc(90% + 15px);
    color: #fff; }

.catalog__dropdown {
  display: none;
  padding-left: 0.625rem;
}
  .catalog__dropdown__wrapper {
    -webkit-box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    margin-bottom: 1.5625rem;
    padding: 0.9375rem 1.25rem;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: -webkit-calc(90% + 10px);
    width: calc(90% + 10px);
    position: relative; }
    .catalog__dropdown__wrapper > span {
      line-height: 1;
      display: block;
      cursor: pointer; }
    .catalog__dropdown__wrapper:before {
      content: '';
      width: 20px;
      height: 12px;
      position: absolute;
      right: 20px;
      top: 18px;
      background-image: url(img/arrow-down-sign-to-navigate.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
      background-size: cover;
      z-index: -1; }
    .catalog__dropdown__wrapper.open .catalog__dropdown {
      display: block; }

.catalog__drug-list__item {
  transition: .25s all ease-out;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer; }

.catalog__drug-list__item:hover {
  color: #003896;
}
.beautiful-taxonomy-filters {
  display: none; }

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: solid 2px #003896;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    font-size: 1.5rem;
    color: #333333;
    letter-spacing: 1px;
    margin: 0 6px; }
  .wp-pagenavi > .current {
    background: #003896;
    color: #fff; }

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news {
  background-image: url(img/placeholder.png);
  background-repeat: no-repeat;
  background-position: 92% -5%;
  -webkit-background-size: 56%;
  background-size: 56%;
  padding-bottom: 45px; }
  .news .grid-item {
    margin-bottom: 1.875rem; }
  .news #load_more {
    width: 15.625rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: none;
    background: transparent;
    -webkit-box-shadow: 0 0 14.3px 0.8px rgba(0, 56, 150, 0.5);
    box-shadow: 0 0 14.3px 0.8px rgba(0, 56, 150, 0.5);
    padding: 0.9375rem;
    -webkit-border-radius: 0.3125rem;
    border-radius: 0.3125rem;
    text-transform: uppercase;
    color: #003896;
    line-height: 1;
    letter-spacing: 0.8px;
    font-weight: bold;
    -webkit-transition: .25s all ease-out;
    -o-transition: .25s all ease-out;
    transition: .25s all ease-out; }
    .news #load_more:hover {
      background-color: #003896;
      color: #fff; }
  .news__item {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    text-align: center;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
    margin-bottom: 45px; }
    .news__item:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .news__thumb img {
    position: relative;
    width: 100%;
    height: auto;
    display: block; }
  .news__thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .news__title {
    margin: 0 0 1.25rem 0;
    letter-spacing: 0.9px;
    text-align: center;
    color: #0d0d0d;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.22; }
  .news__excerpt {
    color: #0d0d0d;
    letter-spacing: 0.8px;
    font-size: 14px;
    text-align: justify;
    margin: 1.25rem 0 2.6875rem;
    line-height: 1.3; }
  .news__inner {
    padding: 10px 30px;
    position: relative; }
  .news__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666666;
    letter-spacing: 0.7px;
    font-size: 0.875rem;
    position: absolute;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    left: 30px;
    bottom: 10px; }
    .news__meta .views:before {
      content: '';
      width: 1.25rem;
      height: 0.8125rem;
      background-image: url(img/eye.svg);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: cover;
      background-size: cover;
      display: inline-block;
      margin-right: 0.3125rem;
      vertical-align: middle; }
    .news__meta .views:empty:before {
      display: none; }

@-webkit-keyframes bg {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: 10000px; } }

@keyframes bg {
  0% {
    background-position-x: 0; }
  100% {
    background-position-x: 10000px; } }

.fancybox-navigation .fancybox-button--arrow_right {right: 160px!important;}
.fancybox-navigation .fancybox-button--arrow_left {left: 160px!important;}
/*--------------------------------------------------------------
# Brands
--------------------------------------------------------------*/
.brands {
  background-image: url(img/parallax.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  padding: 130px 0;
  background-attachment: fixed; }
  .brands__title {
    font-size: 2.125rem;
    text-align: center;
    color: #fff;
    margin-top: 3.9375rem; }
  .brands .brand {
    /*padding: 0.625rem;*/
    background-color: #fff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid transparent;
    transition: .25s all ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 155px; }
  .brands__slider img {
    width: 80% !important;
    margin: 0 auto;
    -webkit-transition: .25s all ease-out;
    -o-transition: .25s all ease-out;
    transition: .25s all ease-out; }
  .brands__slider .brand:hover {
    box-shadow: inset 0 0 38px -5px #003896;
    /*border-color: #003896;*/
  }

.fancybox-slide--html .fancybox-content {
  border-radius: 10px;
}
/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.catalog-products {
  padding-top: 45px;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 56, 150, 0.3);
  box-shadow: 0 0 10px 2px rgba(0, 56, 150, 0.3);
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  -webkit-transition: .25s all ease-out;
  -o-transition: .25s all ease-out;
  transition: .25s all ease-out; }
  .product__thumb {
    width: 35%;
    padding-right: 10px; }
  .product__thumb > a {
    /*display: block;
    height: 1px;*/
  }
    .product__thumb img {
      transition: .15s all ease-out;
      width: 100%;
      max-width: 100%;
      min-height: 185px;
      height: auto; }
  .product__excerpt {
    position: relative;
    min-height: 190px;
    width: 65%; }
    .product__excerpt-content p {
      margin: 0.625rem 0;
      line-height: 1.5; }
  .product__cat-desc {
    color: #333333;
    line-height: 1.13;
    letter-spacing: 0.6px; }
  .product__cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 5px; }
    .product__cat-list--ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: inline-block;
    }
    .product__cat-list--ul > li {
      display: inline-block;
      /*margin-right: 10px;*/
    }
    .product__cat-list--ul > li:after {
      content:', ';
    }
    .product__cat-list--ul > li:last-child:after {
      content: '.';
    }
    .product__cat-list .icon {
      padding: 0.3125rem;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      border: solid 1px #4d8ac0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 0.625rem;
      width: 40px;
      height: 40px; }
      .product__cat-list .icon img {
        transform: translateZ(0);
      }
      .product__cat-list__title {
        font-size: 16px;
        margin-bottom: 5px;
        display: inline-block;
        margin-top: 0;
      }
  .product__title {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 1px;
    margin: 0.6875rem 0;
    font-weight: normal; }
  .product__permalink {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: .25s all ease-out;
    border: 2px solid #003896;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: 0.8px;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #003896;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: 0;
    }
  .product__permalink:hover {
    color: #fff;
    background: #003896;
  }
  .product:hover {
    box-shadow: 0 0 50px 2px rgba(0, 56, 150, 0.3);
    border: 2px solid rgba(0, 56, 150, 0.3);
  }
  .product__excerpt-content p {
    line-height: 1.6;
    margin: 0; }

.single-product__download {
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .single-product__download > a {
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #003896;
    font-weight: bold;
    -webkit-box-shadow: 0 0 14.3px 0.8px rgba(0, 56, 150, 0.5);
    box-shadow: 0 0 14.3px 0.8px rgba(0, 56, 150, 0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    transition: .25s all ease-out;
    letter-spacing: 0.8px; }
  .single-product__download > a:hover {
    color: #fff;
    background-color: #003896;
  }
.single-product__inner-content p {
  margin: 5px 0;
}
.single-product__title {
  margin-bottom: 10px;
}
.single-product .slide_img img,
.page_news .slide_img img
{
  display: block;
  margin: 0 auto; }

.single-product .product-slider,
.page_news .product-slider
{
  margin: 3.125rem 0;
  position: relative; }
  .single-product .product-slider .owl-prev, 
  .page_news .product-slider .owl-prev, 
  .single-product .product-slider .owl-next,
  .page_news .product-slider .owl-next 
  {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid grey; }
    .single-product .product-slider .owl-prev:before, 
    .single-product .product-slider .owl-next:before,
    .page_news .product-slider .owl-prev:before, 
    .page_news .product-slider .owl-next:before
     {
      content: '';
      width: 10px;
      height: 10px;
      border: 2px solid #003896;
      display: block;
      position: absolute;
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%);
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      top: 50%;
      left: 50%; }
  .single-product .product-slider .owl-next,
  .page_news .product-slider .owl-next
  {
    right: -10px; }
    .single-product .product-slider .owl-next:before,
    .page_news .product-slider .owl-next:before
     {
      -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
      transform: rotate(45deg) translate(-50%, -50%);
      margin-left: -1px;
      border-left: none;
      border-bottom: none; }
  .single-product .product-slider .owl-prev,
  .page_news .product-slider .owl-prev
  {
    left: 30px; }
    .single-product .product-slider .owl-prev:before,
    .page_news .product-slider .owl-prev:before
     {
      margin-left: 1px;
      border-right: none;
      border-top: none; }

.single-product .product-video iframe {
  border: none;
  width: 100%; }

.single-product .product-video .youtube {
  margin-bottom: 3.125rem; }
.single-product .product-slider .slide_img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.page-about {
  font-size: 15px;
}
.page-about .content {
  margin: 45px 0;
}
.page-about .infographic {
  position: relative;
  height: 500px; }
  .page-about .infographic__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 360px;
    height: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 30px;
    position: absolute; }
    .page-about .infographic__item--arrow {
      border: solid 2px #4d8ac0;
      height: 90px;
      width: 65%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .page-about .infographic__item--arrow:before, .page-about .infographic__item--arrow:after {
        content: '';
        display: block;
        position: absolute;
        border: 4px solid #4d8ac0; }
      .page-about .infographic__item--arrow.arrow-up {
        top: 28%;
        border-top: none; }
        .page-about .infographic__item--arrow.arrow-up:before, .page-about .infographic__item--arrow.arrow-up:after {
          border-top-color: transparent;
          border-left-color: transparent;
          border-right-color: transparent;
          top: -8px; }
        .page-about .infographic__item--arrow.arrow-up:before {
          left: -5px; }
        .page-about .infographic__item--arrow.arrow-up:after {
          right: -5px; }
      .page-about .infographic__item--arrow.arrow-down {
        bottom: 28%;
        border-bottom: none; }
        .page-about .infographic__item--arrow.arrow-down:before, .page-about .infographic__item--arrow.arrow-down:after {
          border-bottom-color: transparent;
          border-left-color: transparent;
          border-right-color: transparent;
          bottom: -8px; }
        .page-about .infographic__item--arrow.arrow-down:before {
          left: -5px; }
        .page-about .infographic__item--arrow.arrow-down:after {
          right: -5px; }
    .page-about .infographic__item.item-1 {
      left: 0;
      top: 0; }
    .page-about .infographic__item.item-2 {
      right: 0;
      top: 0; }
    .page-about .infographic__item.item-3 {
      left: 0;
      bottom: 0; }
    .page-about .infographic__item.item-4 {
      right: 0;
      bottom: 0; }
    .page-about .infographic__item__icon {
      width: 45px;
      margin-right: 25px; }
      .page-about .infographic__item__icon img {
        width: 45px;
        height: auto; }
    .page-about .infographic__item__text {
      letter-spacing: 0.8px;
      line-height: 1.32;
      font-size: 19px;
      color: #003896; }
    .page-about .infographic__item--center {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 200px;
      height: 200px;
      background: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    	box-shadow: 0 0 18px 2px rgba(0, 56, 150, 0.3);
    }
      .page-about .infographic__item--center span, .page-about .infographic__item--center p {
        display: block;
        width: 100%;
        color: #003896;
        line-height: 1.09;
        letter-spacing: 0.9px;
        font-size: 23px;
        text-align: center;
        margin: 0; }
      .page-about .infographic__item--center span {
        letter-spacing: 2.1px;
        font-size: 53px;
        line-height: 1;
        text-align: center;
        font-weight: bold;
        margin-top: -10px; }

.diplom-slider__slide img {
  width: auto!important;
  margin: 0 auto;
  height: 193px; }

.diplom-slider .owl-prev, .diplom-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid grey;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .diplom-slider .owl-prev:before, .diplom-slider .owl-next:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #003896;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    top: 50%;
    left: 50%; }

.diplom-slider .owl-next {
  right: -80px; }
  .diplom-slider .owl-next:before {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    margin-left: -1px;
    border-left: none;
    border-bottom: none; }

.diplom-slider .owl-prev {
  left: -80px; }
  .diplom-slider .owl-prev:before {
    margin-left: 1px;
    border-right: none;
    border-top: none; }

/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

.brand-table {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.brand-table td {
  padding: 10px;
}

.share42-item {
  margin: 0 10px;
}

.share42-item a {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.share42-counter {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    position: relative;
    background: #FFF;
    color: #666;
}

.share42-counter:before {
    content: "";
    position: absolute;
    top: 0;
    left: -8px;
    width: 8px;
    height: 100%;
}

.share42-counter {
    padding: 6px 8px 0 4px;
}
.owl-carousel .owl-video-tn {
  -webkit-background-size: cover!important;
  background-size: cover!important;
  background-position: 100% 83%!important;
}

div.wpcf7-response-output {
  margin: 0 0 15px;
}

#uptocall-mini {
  position: fixed;
  right: 30px;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  height: 70px;
  opacity: 0.5;
  position: fixed;
  width: 70px;
  z-index: 200998;
}
#uptocall-mini:focus, #uptocall-mini:active {
  outline: none;
}
#uptocall-mini #uptocall-mini-main {
    animation: 1.5s ease-out 0s normal none infinite running uptocallmini;
    background-clip: padding-box;
    background-color: #003896;
    border-radius: 50% !important;
    height: 70px;
    width: 70px;
}
#uptocall-mini #uptocall-mini-main::before {
    animation: 1.5s linear 0s normal none infinite running uptocallphone;
    background-image: url("https://uptocall.com/widget/images/mini.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#uptocall-mini:hover {
    opacity: 0.8;
}
#uptocall-mini:hover #uptocall-mini-main {
    animation: 1s ease-out 0.4s normal none infinite running uptocallmini2;
}
#uptocall-mini:hover #uptocall-mini-main::before {
    animation: 1s linear 0s normal none infinite running uptocallphone2;
}
#uptocall-mini:hover #uptocall-mini-main.uptocall-mini-close::before {
    animation: 0s ease 0s normal none 1 running none;
    background-image: url("https://uptocall.com/widget/images/mini-close.png");
}
@keyframes uptocallphone {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(30deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(0deg);
}
}
@keyframes uptocallphone {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(30deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(0deg);
}
}
@keyframes uptocallphone2 {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(30deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(0deg);
}
}
@keyframes uptocallphone2 {
0% {
    transform: rotate(0deg);
}
25% {
    transform: rotate(30deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(-30deg);
}
100% {
    transform: rotate(0deg);
}
}
@keyframes uptocallmini {
0% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 255, 255, 0);
}
10% {
    box-shadow: 0 0 8px 6px #003896, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #003896;
}
100% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 255, 255, 0);
}
}
@keyframes uptocallmini {
0% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 255, 255, 0);
}
10% {
    box-shadow: 0 0 8px 6px #003896, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #003896;
}
100% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 255, 255, 0);
}
}
@keyframes uptocallmini2 {
0% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 255, 255, 0);
}
10% {
    box-shadow: 0 0 8px 6px #003896, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #003896;
}
100% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 255, 255, 0);
}
}
@keyframes uptocallmini2 {
0% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 255, 255, 0);
}
10% {
    box-shadow: 0 0 8px 6px #003896, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px #003896;
}
100% {
    box-shadow: 0 0 8px 6px #003896, 0 0 0 40px rgba(0, 0, 0, 0), 0 0 0 40px rgba(0, 255, 255, 0);
}
}


/*.member__group .inner.show {
  display: block;
}*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #fff;
  border-top: solid 2px #003896;
  padding: 3.25rem 0 1.25rem;
  color: #0d0d0d;
  margin-top: 30px;
  overflow: hidden; }
  .footer__address, .footer__email {
    font-size: 16px;
    line-height: 1.44;
    /*letter-spacing: 0.7px;*/
    margin-bottom: 1.25rem; }
  .footer__address a,
  .footer__email a {
    transition: .25s all ease-out;
  }
  .footer__address a:hover,
  .footer__email a:hover {
    text-shadow: 0 0 1px rgba(13, 13, 13, .5);
  }
  .footer__menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left; }
    .footer__menu li {
      line-height: 1;
      margin-bottom: 0.9375rem; }
      .footer__menu li a {
        transition: .25s all ease-out;
        letter-spacing: 0.6px; }
    .footer__menu li:hover a {
      text-shadow: 0 0 1px rgba(13, 13, 13, .5);
    }
  .footer__social {
    clear: both;
    text-align: center;
    margin-top: 0.625rem; }
    .footer__social .item {
      width: 50px;
      height: 50px;
      display: inline-block;
      border-radius: 50%;
      transition: .15s all ease-out;
      margin-right: 0.625rem; }
    .footer__social .item:hover {
      box-shadow: 0 0 16px #003896;
    }
    .footer__social .item img {
      display: inline-block;
      margin-left: -1px;
    }

body.page-template-page-about .footer,
body.page-template-page-catalog .footer,
body.page-template-page-distributor .footer {
  margin-top: 0;
}

.advantages {
  background-color: #f6f6f6;
  padding: 20px 0; }
  .advantages__item {
    font-size: 0; }
    .advantages__item .thumb {
      display: inline-block;
      width: 25%;
      vertical-align: middle; }
      .advantages__item .thumb img {
        width: 60px;
        display: block;
        margin: 0 auto; }
    .advantages__item .desc {
      display: inline-block;
      width: 75%;
      font-size: 18px;
      vertical-align: middle;
      padding-left: 1.875rem;
      line-height: 1.4;
      color: #999999; }


    /* padding-bottom and top for image */
    .mfp-no-margins img.mfp-img {
        padding: 0;
    }
    /* position of shadow behind the image */
    .mfp-no-margins .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    /* padding for main container */
    .mfp-no-margins .mfp-container {
        padding: 0;
    }


    /* 

    for zoom animation 
    uncomment this part if you haven't added this code anywhere else

    */


    .mfp-with-zoom .mfp-container,
    .mfp-with-zoom.mfp-bg {
        opacity: 0;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -o-transition: all 0.3s ease-out; 
        transition: all 0.3s ease-out;
    }

    .mfp-with-zoom.mfp-ready .mfp-container {
            opacity: 1;
    }
    .mfp-with-zoom.mfp-ready.mfp-bg {
            opacity: 0.8;
    }

    .mfp-with-zoom.mfp-removing .mfp-container, 
    .mfp-with-zoom.mfp-removing.mfp-bg {
        opacity: 0;
    }

    .slider__single-post .owl-prev,
.slider__single-post .owl-prev:before,
.slider__single-post .owl-next,
.slider__single-post .owl-next:before
 {
    border: 3px solid #fff !important;
}
.slider__single-post .owl-prev:before {
    border-right: none !important;
    border-top: none !important;
}
.slider__single-post .owl-next:before {
        border-left: none !important;
    border-bottom: none !important;
}


/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .header__menu {
    font-size: 0.8125rem; }
  .catalog__cat-list__item:after {
    left: calc(92% - 1px); }
  .catalog__cat-list__item:before {
    left: 200px; }
  .catalog__cat-list__item:hover:after {
    left: calc(92% + 2px); }
  .catalog__cat-list__item.active:after {
    left: 93%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .header__menu {
    height: auto;
  }
  .brands .brand {
    height: 104px; }
    .brands .brand img {
      margin-top: 0; }
  .page-about .infographic__item__text {
    font-size: 15px; }
  .page-about .infographic__item {
    width: 300px; }
  .catalog__cat-list__item.active {
    width: 100%; }
  .catalog__cat-list__item:before {
    left: auto;
    right: 15px; }
  .catalog__cat-list__item:after {
    display: none; }
  .catalog__cat-list__item {
    width: 100%;
    border-right: solid 2px #ffa928;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px; }
  .catalog__dropdown__wrapper {
    margin-bottom: 10px; }
  .catalog__dropdown__wrapper {
    width: 100%; }
  .header__menu {
    font-size: 18px; }
  .header__logo {
    margin: 0 auto; }
  .header__search {
    margin-left: -3.75rem; }
  .header__menu li > ul.sub-menu {
    z-index: 20; }
  .header__search-form {
    left: 50%; }
  .advantages__item {
    margin-bottom: 0.9375rem; }
  .diplom-slider .owl-prev {
    left: 0; }
  .diplom-slider .owl-next {
    right: 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .catalog .category.cat-149 .category__thumb img,
  .catalog .category.cat-52 .category__thumb img,
  .catalog .category.cat-243 .category__thumb img {
    margin-top: 0;
  }
  .brands {
    background-attachment: initial;
    display: none;
  }
  .hidden-sm {
    display: none;
  }
  .fancybox-slide:before {
    margin-right: 0!important;
  }
  .single-product__download {
    text-align: center;
  }
  .news {
    padding-bottom: 15px;
  }
  .news__item {
    margin-bottom: 15px;
  }
  .catalog {
    margin-top: 0;
  }
  .section__title {
    margin: 20px 0;
    font-size: 20px;
  }
  .contact {
    margin-top: 0!important;
  }
  .catalog-products {
    margin-top: 20px;
    padding-top: 20px;
  }
  .catalog-page {
    margin-top: 15px;
  }
  .single-product .product-slider {
    margin: 10px 0;
  }
  .header-mobile {
    display: block;
  }
  .home .front-slider__wrapper {
    display: none;
  }
  .fancybox-navigation .fancybox-button--arrow_right {right: 6px!important;}
  .fancybox-navigation .fancybox-button--arrow_left {left: 6px!important;}
  .front-slider .slide__wrapper, 
  .front-slider .slide {
    height: 268px!important;
  }
  .front-slider .slide__title {
    font-size: 28px;
  }
  .front-slider .slide__desc {
    font-size: 18px;
  }
/*  #uptocall-mini {
    top: auto;
    bottom: 30px;
  }*/
  .front-slider .owl-nav {
    position: static;
    display: none;
  }
  .page-about .infographic__item--arrow {
    display: none; }
  .page-about .infographic__item,
  .page-about .infographic__item--center {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto 15px; }
  .page-about .infographic {
    height: auto; }
  body.archive .header,
  body.single-product .header,
  body.page-template-page-catalog .header,
  body.page-template-page-contacts .header,
  body.page-template-page-distributor .header,
  body.search .header,
  body.single-post .header,
  body.page-template-page-about .header,
  body.page-template-page-employer .header,
  body.page-template-page-cooperation .header {
    position: fixed !important; }
  .product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px; }
  .product__permalink {
    position: static;
  }
  .product__thumb {
    padding: 0; }
  .product__thumb img {
    max-width: 300px;
    display: block;
    margin: 0 auto; }
  .product__thumb, .product__excerpt {
    width: 100%; }
  .front-slider-pagination {
    display: none !important; }
  .front-slider .owl-prev,
  .front-slider .owl-next {
    top: 82%; }
  .catalog .category {
    margin: 0 auto 15px; }
  .header {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .header.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      background-color: #fff; }
      .header.open a, .header.open span {
        color: #000; }
      .header__switch.open span {
        text-decoration: underline;
      }
      .header.open .header__switch {
        border-color: #003896; }
      .header.open .header__switch span:after {
        border-top-color: #003896; }
      .header.open .header__search {
        -webkit-background-size: 20px 20px;
        background-size: 20px;
        background-repeat: no-repeat;
         }
  .header__menu {
    display: block;
    margin-top: 30px;
    height: auto; }
  .header__right {
    position: fixed;
    top: 25px;
    right: 70px; }
  .header__logo {
    margin: 0; }
  .header__menu li.menu-item-has-children:after {
    display: none; }
  .header__burger {
    display: block; }
  .header__search-form {
    -webkit-transform: translateX(-77%);
    -ms-transform: translateX(-77%);
    transform: translateX(-77%); } }
@media only screen and (max-width: 480px) {
  .header-mobile__phones {
    width: calc(100% - 180px);
  }
  .header-mobile__logo {
    max-width: 138px;
  }
  .ccc_m_left {
    display: block!important;
  }
}
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
