*,
*:before,
*:after {
  box-sizing: border-box;
}

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}

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

.row:after {
  clear: both;
}

.row .row {
  margin-left: -10px;
  margin-right: -10px;
  max-width: none;
  width: auto;
}

.col {
  float: left;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .sm-1 {
    width: 8.3333333333%;
  }

  .sm-2 {
    width: 16.6666666667%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-4 {
    width: 33.3333333333%;
  }

  .sm-5 {
    width: 41.6666666667%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-7 {
    width: 58.3333333333%;
  }

  .sm-8 {
    width: 66.6666666667%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-10 {
    width: 83.3333333333%;
  }

  .sm-11 {
    width: 91.6666666667%;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .sm-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .sm-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .sm-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .sm-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .sm-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .sm-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .sm-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .sm-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .sm-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .sm-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .sm-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .sm-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .sm-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .sm-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .sm-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .sm-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .sm-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .sm-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .sm-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .sm-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .sm-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .sm-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .sm-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .sm-offset-0 {
    margin-left: 0% !important;
  }

  .sm-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .sm-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .sm-offset-3 {
    margin-left: 25% !important;
  }

  .sm-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .sm-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .sm-offset-6 {
    margin-left: 50% !important;
  }

  .sm-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .sm-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .sm-offset-9 {
    margin-left: 75% !important;
  }

  .sm-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .sm-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}

@media only screen and (min-width: 1001px) {
  .md-up-1 {
    width: 8.3333333333%;
  }

  .md-up-2 {
    width: 16.6666666667%;
  }

  .md-up-3 {
    width: 25%;
  }

  .md-up-4 {
    width: 33.3333333333%;
  }

  .md-up-5 {
    width: 41.6666666667%;
  }

  .md-up-6 {
    width: 50%;
  }

  .md-up-7 {
    width: 58.3333333333%;
  }

  .md-up-8 {
    width: 66.6666666667%;
  }

  .md-up-9 {
    width: 75%;
  }

  .md-up-10 {
    width: 83.3333333333%;
  }

  .md-up-11 {
    width: 91.6666666667%;
  }

  .md-up-12 {
    width: 100%;
  }

  .md-up-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .md-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .md-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .md-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .md-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .md-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .md-up-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .md-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .md-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .md-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .md-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .md-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .md-up-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .md-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .md-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .md-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .md-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .md-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .md-up-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .md-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .md-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .md-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .md-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .md-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .md-up-offset-0 {
    margin-left: 0% !important;
  }

  .md-up-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .md-up-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .md-up-offset-3 {
    margin-left: 25% !important;
  }

  .md-up-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .md-up-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .md-up-offset-6 {
    margin-left: 50% !important;
  }

  .md-up-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .md-up-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .md-up-offset-9 {
    margin-left: 75% !important;
  }

  .md-up-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .md-up-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}

@media only screen and (min-width: 64.1rem) {
  .lg-up-1 {
    width: 8.3333333333%;
  }

  .lg-up-2 {
    width: 16.6666666667%;
  }

  .lg-up-3 {
    width: 25%;
  }

  .lg-up-4 {
    width: 33.3333333333%;
  }

  .lg-up-5 {
    width: 41.6666666667%;
  }

  .lg-up-6 {
    width: 50%;
  }

  .lg-up-7 {
    width: 58.3333333333%;
  }

  .lg-up-8 {
    width: 66.6666666667%;
  }

  .lg-up-9 {
    width: 75%;
  }

  .lg-up-10 {
    width: 83.3333333333%;
  }

  .lg-up-11 {
    width: 91.6666666667%;
  }

  .lg-up-12 {
    width: 100%;
  }

  .lg-up-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .lg-up-pull-0 {
    position: relative;
    left: auto;
    right: 0%;
  }

  .lg-up-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }

  .lg-up-pull-1 {
    position: relative;
    left: auto;
    right: 8.3333333333%;
  }

  .lg-up-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }

  .lg-up-pull-2 {
    position: relative;
    left: auto;
    right: 16.6666666667%;
  }

  .lg-up-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .lg-up-pull-3 {
    position: relative;
    left: auto;
    right: 25%;
  }

  .lg-up-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }

  .lg-up-pull-4 {
    position: relative;
    left: auto;
    right: 33.3333333333%;
  }

  .lg-up-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }

  .lg-up-pull-5 {
    position: relative;
    left: auto;
    right: 41.6666666667%;
  }

  .lg-up-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .lg-up-pull-6 {
    position: relative;
    left: auto;
    right: 50%;
  }

  .lg-up-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }

  .lg-up-pull-7 {
    position: relative;
    left: auto;
    right: 58.3333333333%;
  }

  .lg-up-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }

  .lg-up-pull-8 {
    position: relative;
    left: auto;
    right: 66.6666666667%;
  }

  .lg-up-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .lg-up-pull-9 {
    position: relative;
    left: auto;
    right: 75%;
  }

  .lg-up-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }

  .lg-up-pull-10 {
    position: relative;
    left: auto;
    right: 83.3333333333%;
  }

  .lg-up-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }

  .lg-up-pull-11 {
    position: relative;
    left: auto;
    right: 91.6666666667%;
  }

  .lg-up-offset-0 {
    margin-left: 0% !important;
  }

  .lg-up-offset-1 {
    margin-left: 8.3333333333% !important;
  }

  .lg-up-offset-2 {
    margin-left: 16.6666666667% !important;
  }

  .lg-up-offset-3 {
    margin-left: 25% !important;
  }

  .lg-up-offset-4 {
    margin-left: 33.3333333333% !important;
  }

  .lg-up-offset-5 {
    margin-left: 41.6666666667% !important;
  }

  .lg-up-offset-6 {
    margin-left: 50% !important;
  }

  .lg-up-offset-7 {
    margin-left: 58.3333333333% !important;
  }

  .lg-up-offset-8 {
    margin-left: 66.6666666667% !important;
  }

  .lg-up-offset-9 {
    margin-left: 75% !important;
  }

  .lg-up-offset-10 {
    margin-left: 83.3333333333% !important;
  }

  .lg-up-offset-11 {
    margin-left: 91.6666666667% !important;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-bold {
  font-weight: bold;
}

.text-italic {
  font-style: italic;
}

.text-normal {
  font-style: normal;
  font-weight: normal;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-static {
  position: static;
}

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.flt-left {
  float: left;
}

.flt-right {
  float: right;
}

.flt-none {
  float: none;
}

.clear {
  clear: both;
}

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

.clearfix:after {
  clear: both;
}

.oflw-visible {
  overflow: visible;
}

.oflw-hidden {
  overflow: hidden;
}

.oflw-scroll {
  overflow: scroll;
}

.oflw-auto {
  overflow: auto;
}

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

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

.feedback-message {
  background-color: #ffc;
  color: #222;
  font-size: 18px;
  margin: 0;
  padding: 15px 0;
  width: 100%;
}

.feedback-message a {
  text-decoration: underline;
}

.feedback-message.error {
  background-color: #fcc;
}

.error-message {
  color: red;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: -10px;
}

@font-face {
  font-family: "Fontawesome";
  src: url(/fonts/FontAwesome.otf?5dc41d8fe329a22fa1ee9225571c843e) format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "bebas_neueregular";
  src: url(/fonts/bebasneue-webfont.woff2?937404890d8faa583bb3638bcdcf5363) format("woff2"), url(/fonts/bebasneue-webfont.woff?632aecccbac3508e92fc647290affa06) format("woff");
  font-weight: normal;
  font-style: normal;
}

.alert {
  padding: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px !important;
}

.alert.alert-success {
  color: #3c763d !important;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert.alert-danger {
  color: #a94442 !important;
  background-color: #f2dede;
  border-color: #ebccd1;
}

select {
  width: 100%;
}

.select2-container .select2-selection--single {
  background: #ffffff;
  border: solid 1px #dedede;
  outline: none;
  height: 40px;
  font-size: 16px;
  border-radius: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: -1px;
  width: 40px;
  height: 41px;
  border-radius: 100%;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
  border-width: 0 6px 8px 6px;
}

.select2-container .select2-dropdown {
  border-color: #dedede;
}

.select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-container--default {
  font-size: 16px;
}

html,
body {
  font-family: "Nunito Sans";
  font-size: 15px;
  color: #6f7b78;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

a,
img {
  outline: none;
}

::-moz-selection {
  background: #6f7b78;
  color: #fff;
}

::selection {
  background: #6f7b78;
  color: #fff;
}

::-webkit-selection {
  background: #6f7b78;
  color: #fff;
}

::-moz-selection {
  background: #6f7b78;
  color: #fff;
}

.h1 {
  font-size: 80px;
  font-family: "bebas_neueregular";
}

.h1.light {
  color: #ebebeb;
}

.h1.dark {
  color: #1e2e43;
}

.burger {
  width: 35px;
  height: 17px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  float: right;
  margin: 30px 10px 0 0;
  position: relative;
  z-index: 2000;
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #384d78;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0px;
}

.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 7px;
}

.burger span:nth-child(4) {
  top: 14px;
}

.burger.open span {
  background-color: #ffffff;
}

.burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

header.dark .header-logo .dark {
  display: block;
}

header.dark .header-logo .light {
  display: none;
}

header .header-logo {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 100;
}

header .header-logo .dark {
  display: none;
}

header .header-menu {
  position: relative;
  z-index: 1;
  background-color: #1e2e43;
}

header .header-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background-color: #1e2e43;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
}

header .header-menu:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 100%;
  width: 100%;
  height: 55px;
  background-color: #1e2e43;
}

header .header-menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

header .header-menu ul li a {
  position: relative;
  display: block;
  padding: 0 25px;
  color: #ebebeb;
  font-family: "bebas_neueregular";
  font-size: 20px;
  line-height: 55px;
}

header .header-menu ul li a:before,
header .header-menu ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #0e1620;
  -webkit-transform: skew(-35deg);
          transform: skew(-35deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

header .header-menu ul li a:before {
  left: -20px;
}

header .header-menu ul li a:after {
  right: -20px;
}

header .header-menu ul li a:hover {
  background-color: #0e1620;
}

header .header-menu ul li a:hover:after,
header .header-menu ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.section-category {
  background-color: #384d78;
  padding: 140px 0;
}

.section-category .text {
  color: #ebebeb;
}

.section-category .text p {
  margin-top: 15px;
  max-width: 480px;
  font-size: 20px;
  line-height: 24px;
}

.section-category .item {
  display: table;
  margin: 50px auto 0;
  max-width: 370px;
}

.section-category .item h2 {
  text-align: center;
  font-family: "bebas_neueregular";
  font-size: 50px;
  color: #ebebeb;
}

.section-category .item img {
  width: 100%;
}

.section-company {
  padding: 60px 0 130px;
  background-color: #ebebeb;
}

.section-company .text p {
  margin-top: 45px;
  line-height: 20px;
}

.section-company h2 {
  margin: 50px 0 10px;
  font-size: 18px;
  font-family: "bebas_neueregular";
  color: #1e2e43;
}

.section-company .bd {
  border-left: solid 2px #1e2e43;
  padding-left: 50px;
}

.section-products {
  background-color: #ebebeb;
}

.section-products .item {
  max-width: 380px;
  margin: 0 auto;
  background-color: #1e2e43;
}

.section-products .item img {
  width: 100%;
}

.section-products .item p {
  padding: 20px 10px 15px;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
}

.section-products .block {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

.section-products .block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 210px;
  z-index: -1;
  height: 100%;
  width: 1370px;
  background-color: #384d78;
}

.section-products .block:after {
  content: "";
  display: block;
  clear: both;
}

.section-products .block h1 {
  padding: 30px 0 30px 230px;
  font-size: 70px;
  color: #ffffff;
  font-family: "bebas_neueregular";
  background-repeat: no-repeat;
  background-position: 60px center;
  background-size: 135px;
}

.section-products .block .btn {
  position: relative;
  display: table;
  margin: 30px auto 0;
  padding: 0 20px;
  line-height: 30px;
  background-color: #b2c3db;
  font-family: "bebas_neueregular";
  font-size: 20px;
  color: #1e2e43;
}

.section-products .block .btn:before,
.section-products .block .btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #b2c3db;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.section-products .block .btn:before {
  left: -15px;
}

.section-products .block .btn:after {
  right: -15px;
}

.section-products .block .btn:hover {
  background-color: #1e2e43;
  color: #b2c3db;
}

.section-products .block .btn:hover:before,
.section-products .block .btn:hover:after {
  background-color: #1e2e43;
}

.section-contact {
  padding: 70px 0;
}

.section-contact form {
  margin-top: 50px;
  padding: 0 45px 30px 45px;
  background-color: #ebebeb;
  overflow: hidden;
}

.section-contact form input,
.section-contact form textarea {
  margin-top: 50px;
  border: solid 1px transparent;
  border-bottom: solid 1px #1e2e43;
  font-size: 20px;
  color: #1e2e43;
  font-family: "bebas_neueregular";
  outline: none;
  background-color: transparent;
}

.section-contact form input::-webkit-input-placeholder, .section-contact form textarea::-webkit-input-placeholder {
  color: #1e2e43;
}

.section-contact form input::-moz-placeholder, .section-contact form textarea::-moz-placeholder {
  color: #1e2e43;
}

.section-contact form input:-ms-input-placeholder, .section-contact form textarea:-ms-input-placeholder {
  color: #1e2e43;
}

.section-contact form input::-ms-input-placeholder, .section-contact form textarea::-ms-input-placeholder {
  color: #1e2e43;
}

.section-contact form input::placeholder,
.section-contact form textarea::placeholder {
  color: #1e2e43;
}

.section-contact form input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
}

.section-contact form textarea {
  padding: 10px;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  max-height: 100px;
}

.section-contact form .btn {
  position: relative;
  margin-top: 50px;
  padding: 0 30px;
  line-height: 40px;
  background-color: #384d78;
  color: #ffffff;
  font-family: "bebas_neueregular";
  font-size: 20px;
  border: solid 1px transparent;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.section-contact form .btn:before,
.section-contact form .btn:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  width: 30px;
  background-color: #384d78;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

.section-contact form .btn:before {
  left: -15px;
}

.section-contact form .btn:after {
  right: -15px;
}

.section-contact form .btn:hover {
  background-color: #1e2e43;
}

.section-contact form .btn:hover:before,
.section-contact form .btn:hover:after {
  background-color: #1e2e43;
}

.section-contact ul {
  margin: 80px 0 0 15px;
}

.section-contact ul li {
  font-size: 20px;
  font-family: "bebas_neueregular";
  color: #1e2e43;
  line-height: 24px;
  padding: 30px 0 30px 90px;
  background-repeat: no-repeat;
  background-position: left center;
}

footer {
  padding: 10px 20px;
  overflow: hidden;
}

footer .copy {
  float: left;
  color: #1e2e43;
  font-size: 13px;
  line-height: 30px;
}

footer .feeling {
  float: right;
  width: 35px;
  height: 30px;
  background: url(/images/feeling2.png?335e7fc46be2f9fdd7eec6598801d73e) center center no-repeat;
  background-size: 100%;
}

.category .head {
  background-color: #384d78;
  padding: 70px 0 30px;
}

.category .head img {
  width: 100%;
}

.category .head .text {
  margin-top: 60px;
  color: #ffffff;
}

.category .head .text h1 {
  font-size: 80px;
  font-family: "bebas_neueregular";
}

.category .head .text p {
  max-width: 600px;
  font-size: 20px;
  line-height: 24px;
}

.category .section-products {
  padding: 80px 0 60px;
}

.category .section-products .item {
  margin-bottom: 20px;
}

.category .section-products .item p {
  font-size: 18px;
}

.category .section-products .download {
  display: table;
  margin: 90px auto 0;
  padding: 25px 20px 21px 60px;
  font-family: "bebas_neueregular";
  color: #ffffff;
  background-color: #5b83ab;
  font-size: 32px;
  position: relative;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.category .section-products .download small {
  display: block;
  font-size: 16px;
}

.category .section-products .download:before {
  content: "";
  position: absolute;
  top: -32px;
  left: -60px;
  width: 102px;
  height: 127px;
  background: url("/assets/site/img/pdf.png") center top no-repeat;
}

@media (max-width: 767px) {
  header {
    background-color: #ffffff;
    padding-bottom: 25px;
  }

  header .header-menu {
    padding-top: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }

  header .header-menu.open {
    opacity: 1;
    visibility: visible;
  }

  header .header-menu ul {
    display: block;
    text-align: center;
  }

  header .header-menu ul li a {
    font-size: 25px;
  }

  header .header-logo {
    left: 10px;
    top: 15px;
  }

  header .header-logo .light {
    display: none !important;
  }

  header .header-logo .dark {
    display: block !important;
  }

  header .header-logo img {
    max-width: 70px;
  }

  .burger {
    display: block;
  }

  .h1 {
    font-size: 50px;
  }

  .section-category {
    padding: 120px 0 80px;
  }

  .section-category .text p {
    margin-top: 10px;
    font-size: 17px;
    max-width: 100%;
  }

  .section-category .item h2 {
    font-size: 30px;
  }

  .section-company .bd {
    border-left: none;
    padding-left: 0;
  }

  .section-company .text p {
    margin-top: 25px;
  }

  .section-products .block {
    padding: 30px 0;
  }

  .section-products .block:before {
    left: 0;
    width: 100%;
  }

  .section-products .block h1 {
    display: table;
    margin: 0 auto;
    font-size: 50px;
    padding: 20px 0 20px 90px;
    background-size: 80px;
    background-position: left center;
  }

  .section-products .item {
    margin-top: 20px;
  }

  .section-products .item p {
    font-size: 17px;
  }

  .section-contact form {
    padding: 0 0 30px 0;
  }

  .section-contact form input,
  .section-contact form textarea {
    margin-top: 30px;
  }

  .section-contact form .btn {
    display: table;
    margin: 30px auto 0;
  }

  .category .head img {
    margin: 0 auto;
    max-width: 350px;
  }

  .category .head .text {
    margin-top: 20px;
    text-align: center;
  }

  .category .head .text h1 {
    font-size: 50px;
  }

  .category .head .text p {
    max-width: 100%;
    font-size: 17px;
    line-height: 21px;
  }

  .category .section-products .download {
    margin-top: 60px;
    padding: 15px 20px 15px 40px;
    font-size: 25px;
  }

  .category .section-products .download:before {
    top: -24px;
    background-size: 77px;
  }
}

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

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

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

.select2-results {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/owl.video.play.png?4a37f8008959c75f619bf0a3a4e2d7a2) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(/images/fancybox_sprite.png?783d4031fe50c3d83c960911e1fbc705);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(/images/fancybox_loading.gif?328cc0f6c78211485058d460e80f4fa8) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/images/blank.gif?325472601571f31e1bf00674c368d335);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/images/fancybox_overlay.png?77aeaa52715b898b73c74d68c630330e);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(/images/fancybox_sprite@2x.png?ed9970ce22242421e66ff150aa97fe5f);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(/images/fancybox_loading@2x.gif?f92938639fa894a0e8ded1c3368abe98);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

