@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  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"] {
  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-appearance: textfield;
  box-sizing: content-box; }

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; }

/*@import "vendor/bootstrap2/print";
@import "vendor/bootstrap2/glyphicons";*/
/*@import "vendor/bootstrap2/scaffolding";
@import "vendor/bootstrap2/type";
@import "vendor/bootstrap2/code";*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .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; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

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

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

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

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

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

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

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

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

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

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

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

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

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

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

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

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

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

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

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

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

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

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

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

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

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

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

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

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

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

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

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

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

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

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

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

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

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

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

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

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

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

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

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

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

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

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

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

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

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

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

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

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

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

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

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

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

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

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

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

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

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

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

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

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

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

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

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

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

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

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/*@import "vendor/bootstrap2/tables";
@import "vendor/bootstrap2/forms";
@import "vendor/bootstrap2/buttons";*/
/*@import "vendor/bootstrap2/component-animations";
@import "vendor/bootstrap2/dropdowns";
@import "vendor/bootstrap2/button-groups";
@import "vendor/bootstrap2/input-groups";
@import "vendor/bootstrap2/navs";
@import "vendor/bootstrap2/navbar";
@import "vendor/bootstrap2/breadcrumbs";
@import "vendor/bootstrap2/pagination";
@import "vendor/bootstrap2/pager";
@import "vendor/bootstrap2/labels";
@import "vendor/bootstrap2/badges";
@import "vendor/bootstrap2/jumbotron";
@import "vendor/bootstrap2/thumbnails";
@import "vendor/bootstrap2/alerts";
@import "vendor/bootstrap2/progress-bars";
@import "vendor/bootstrap2/media";
@import "vendor/bootstrap2/list-group";
@import "vendor/bootstrap2/panels";
@import "vendor/bootstrap2/responsive-embed";
@import "vendor/bootstrap2/wells";
@import "vendor/bootstrap2/close";*/
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/*@import "vendor/bootstrap2/tooltip";
@import "vendor/bootstrap2/popovers";
@import "vendor/bootstrap2/carousel";*/
/*@import "vendor/bootstrap2/utilities";
@import "vendor/bootstrap2/responsive-utilities";*/
/*@import "mixins/transform";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 26, 2020, 11:08:53 AM
    Author     : user
*/
html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
body {
  background: #fff; }

body.modal_is_open {
  overflow-y: hidden; }

body, td, div {
  font-family: "Inter", Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3; }

p {
  margin: 15px 0;
  font-family: "Inter", Arial, sans-serif; }

a {
  color: #005ca5;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

h1, .h1 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif;
  text-transform: uppercase; }
  @media screen and (min-width: 1024px) {
    h1, .h1 {
      font-size: 90px;
      line-height: 1.1; } }

h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif; }
  @media screen and (min-width: 1024px) {
    h2 {
      font-size: 55px;
      line-height: 1.1; } }

h3, .h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif; }
  @media screen and (min-width: 1024px) {
    h3, .h3 {
      font-size: 45px;
      line-height: 1.2; } }

h4, .h4 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif; }
  @media screen and (min-width: 1024px) {
    h4, .h4 {
      font-size: 35px;
      line-height: 1.3; } }

h5 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif;
  text-transform: uppercase; }

h6, .h6 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif; }

h1, h2, h3 {
  margin: 20px 0; }
  @media only screen and (min-width: 1024px) {
    h1, h2, h3 {
      margin: 20px 0; } }

h4, h5, h6 {
  margin: 15px 0; }
  @media only screen and (min-width: 1024px) {
    h4, h5, h6 {
      margin: 10px 0; } }

ul, ol, li {
  margin: 0;
  padding: 0; }

ul {
  margin: 3px 0px 20px 4px;
  list-style-type: none;
  overflow: hidden; }

ol {
  margin: 3px 0px 20px 0px;
  overflow: hidden;
  padding-left: 43px; }

ul li {
  padding: 0 0 0 60px;
  background-image: url("../img/bullet.png");
  background-position: 24px 7px;
  background-repeat: no-repeat;
  background-size: 5px 5px; }

.manuals ul:not(.lSPager) {
  margin: 0; }
  .manuals ul:not(.lSPager) li {
    position: relative;
    padding-left: 20px;
    background-image: none; }
    .manuals ul:not(.lSPager) li:before {
      content: "";
      font-weight: bold;
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #009EE3;
      position: absolute;
      top: 11px;
      left: 0; }
    .manuals ul:not(.lSPager) li span {
      position: relative;
      display: block; }
      .manuals ul:not(.lSPager) li span:before {
        content: "";
        font-weight: bold;
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #009EE3;
        position: absolute;
        top: 11px;
        left: -20px; }
  .manuals ul:not(.lSPager) li.indented:before {
    width: 0;
    height: 0; }
.manuals hr {
  height: 1px;
  background: #9c9c9c; }

hr {
  border: 0;
  height: 2px;
  margin: 30px 0;
  background: #2a61ae; }

mark {
  background: #2a61ae;
  padding: 0 5px;
  color: #fff; }

pre {
  font-family: monospace;
  margin: 0px;
  padding: 12px;
  border: 1px solid #999;
  background-color: #e0eaf7; }

iframe {
  border: 0; }

table {
  empty-cells: show;
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0px; }
  @media only screen and (min-width: 768px) {
    table {
      table-layout: fixed; } }

table th,
table td {
  padding: 11px 20px 11px 20px;
  text-align: left;
  color: #141414;
  font-size: 14px; }
  table th:first-child,
  table td:first-child {
    padding-left: 0; }

table td, table th {
  border-bottom: 2px solid #e1e1e1; }

table tr.lenteles_antraste td, table td.lenteles_antraste, table thead td, table th {
  font-family: "Century Gothic Bold", Arial, sans-serif;
  font-size: 24px;
  color: #1f1f1f;
  padding-bottom: 12px; }

form {
  margin: 0;
  padding: 0; }

input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
  background-color: #fff;
  height: 40px;
  /*	line-height: $input_height;*/
  margin: 0;
  padding: 0 0px;
  outline: none;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  max-width: 372px; }
  @media only screen and (min-width: 1024px) {
    input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=number], input[type=search], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], textarea {
      height: 40px; } }

button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
  height: 48px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
  padding: 0 22px 0 32px;
  border: none;
  margin: 0;
  cursor: pointer;
  min-width: 157px;
  text-align: center;
  outline: none;
  background-color: #2a61ae;
  text-transform: uppercase;
  font-family: "Inter", Arial, sans-serif;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px; }
  @media only screen and (min-width: 1024px) {
    button, input[type=submit], input[type=button], input[type=reset], a.mygtukas, span.mygtukas a {
      height: 48px;
      line-height: 44px; } }
  button:after, input[type=submit]:after, input[type=button]:after, input[type=reset]:after, a.mygtukas:after, span.mygtukas a:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    display: inline-block;
    margin-left: 9px;
    vertical-align: -1px; }
  button:hover, button:focus, input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, input[type=reset]:hover, input[type=reset]:focus, a.mygtukas:hover, a.mygtukas:focus, span.mygtukas a:hover, span.mygtukas a:focus {
    opacity: 0.6; }
  button.white, input[type=submit].white, input[type=button].white, input[type=reset].white, a.mygtukas.white, span.mygtukas a.white {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 17px;
    color: #181818; }
  button.red, input[type=submit].red, input[type=button].red, input[type=reset].red, a.mygtukas.red, span.mygtukas a.red {
    min-width: 180px;
    height: 48px;
    line-height: 48px;
    padding: 0 31px 0 41px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #e5130b; }
    @media only screen and (min-width: 1024px) {
      button.red, input[type=submit].red, input[type=button].red, input[type=reset].red, a.mygtukas.red, span.mygtukas a.red {
        height: 48px;
        line-height: 48px; } }

input[disabled], button[disabled] {
  background-color: #b6b6b6;
  cursor: not-allowed;
  color: #000;
  border: 0; }
  input[disabled]:hover, input[disabled]:focus, button[disabled]:hover, button[disabled]:focus {
    background-color: #ccc;
    color: #000;
    border: 0; }

textarea {
  resize: vertical;
  border: 2px solid #000;
  width: 100%;
  max-width: 544px;
  min-height: 150px;
  max-height: 250px;
  padding: 12px 15px;
  transition: none; }

select {
  outline: none; }

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: inherit;
  margin-top: 3px;
  height: auto;
  line-height: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

input[type=radio] {
  margin: 0;
  padding: 0;
  height: auto;
  line-height: inherit;
  background: inherit;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

li > p {
  margin: 0;
  padding: 0; }

table td p:first-of-type {
  margin-top: 0; }

table td p:last-of-type {
  margin-bottom: 0; }

.is_loaded {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1 !important; }

.paveiksliukas_prie_teksto_kaireje {
  float: left;
  margin: 0 10px 8px 0; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_kaireje {
      margin: 0 20px 15px 0; } }

.paveiksliukas_prie_teksto_desineje {
  float: right;
  margin: 0 0px 8px 10px; }
  @media only screen and (min-width: 1024px) {
    .paveiksliukas_prie_teksto_desineje {
      margin: 0 0px 15px 20px; } }

a.mygtukas, span.mygtukas a {
  display: inline-block;
  text-decoration: none; }

table.lentele_be_remo {
  border: 0px;
  background: none;
  padding: 0px;
  color: #000;
  table-layout: auto;
  width: auto; }
  table.lentele_be_remo td {
    background: transparent !important;
    padding: 9px 18px 9px 0;
    border: 0; }

table.lentele_minimali {
  border: 1px solid #b6b6b6;
  background: none;
  padding: 0px;
  color: #000;
  width: auto;
  table-layout: auto; }
  table.lentele_minimali td {
    background: transparent !important;
    padding: 10px 18px;
    border: 1px solid #b6b6b6; }

table.no_border_top {
  /*	border:1px solid $border_color;
  	background: none;
  	padding: 0px;
  	color: $text_color;
  	width: auto;
  	table-layout: auto;*/ }
  table.no_border_top td {
    border-top: none !important; }

table.no_border_bottom {
  /*	border:1px solid $border_color;
  	background: none;
  	padding: 0px;
  	color: $text_color;
  	width: auto;
  	table-layout: auto;*/ }
  table.no_border_bottom td {
    border-bottom: none !important; }

.gray_bg {
  background: #f2f2f2;
  color: red; }

.didesnis_tekstas {
  font-size: 1.4em; }

ul.visible_bullet {
  overflow: hidden; }

.h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Century Gothic Bold", Arial, sans-serif; }

.open_sans {
  font-family: "Inter", Arial, sans-serif; }

.indent_45 {
  margin-left: calc(45px / 2); }
  @media only screen and (min-width: 576px) {
    .indent_45 {
      margin-left: 45px; } }

.indent_90 {
  margin-left: calc(90px / 2); }
  @media only screen and (min-width: 576px) {
    .indent_90 {
      margin-left: 90px; } }

.indent_135 {
  margin-left: calc(135px / 2); }
  @media only screen and (min-width: 576px) {
    .indent_135 {
      margin-left: 135px; } }

.table-header-top-space {
  display: block;
  padding-top: 90px; }
  @media only screen and (max-width: 1024px) {
    .table-header-top-space {
      padding-top: 70px; } }

/*@import "mixins/transform";*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 26, 2020, 11:08:53 AM
    Author     : user
*/
.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;
    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[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;
    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; }
      .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;
  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;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  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; }
.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 {
  width: 100% !important;
  max-width: 372px;
  outline: none;
  font-family: "Century Gothic Light", Arial, sans-serif; }
  .select2 * {
    font-family: "Century Gothic Light", Arial, sans-serif; }

.select2-container--default {
  outline: none; }
  .select2-container--default .select2-selection--single {
    outline: none;
    height: 40px;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px; }
    @media only screen and (min-width: 1200px) {
      .select2-container--default .select2-selection--single {
        height: 40px; } }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #000;
      padding-right: 0px;
      padding-left: 0px;
      font-size: 15px;
      line-height: 36px; }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          padding-right: 40px; } }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__rendered {
          line-height: 36px; } }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background-color: none;
      border: none;
      height: 36px;
      width: 36px;
      top: 2px;
      right: 2px; }
      @media only screen and (min-width: 1200px) {
        .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 36px;
          width: 36px; } }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: 0;
        font-size: 5px;
        width: 100%;
        height: 100%;
        line-height: 36px;
        display: inline-block;
        text-align: right;
        margin: 0;
        left: 0;
        top: 0;
        color: #000; }
        .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          content: "\e911"; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    margin: 0; }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      transform: rotate(-180deg); }

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

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: transparent;
  opacity: 0.6;
  cursor: not-allowed; }

.select2-dropdown {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-width: 2px; }

.select2-container--default .select2-results__option {
  padding-right: 10px;
  padding-left: 10px;
  background: none;
  font-family: "Century Gothic Light", Arial, sans-serif;
  font-size: 14px; }
  .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: #d8d8d8; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d8d8d8;
  color: #000; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: url("../img/reused/loading32.gif"); }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slickcarousel/slick.eot");
  src: url("../fonts/slickcarousel/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slickcarousel/slick.woff") format("woff"), url("../fonts/slickcarousel/slick.ttf") format("truetype"), url("../fonts/slickcarousel/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    background: none;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
.fancybox-button, button.fancybox-button {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #fff; }
  .fancybox-button:after, .fancybox-button:before, button.fancybox-button:after, button.fancybox-button:before {
    display: none; }
  .fancybox-button:hover, .fancybox-button:focus, .fancybox-button:active, button.fancybox-button:hover, button.fancybox-button:focus, button.fancybox-button:active {
    background: transparent;
    opacity: 0.7; }

.fancybox-close-small {
  color: #000; }
  .fancybox-close-small:after, .fancybox-close-small:before {
    display: none; }
  .fancybox-close-small:hover, .fancybox-close-small:focus, .fancybox-close-small:active {
    background: transparent;
    opacity: 0.5; }

.fancybox-bg {
  background: #000; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.95; }

button.fancybox-button {
  min-width: 50px;
  padding: 0;
  text-align: center;
  margin-top: 10px; }
  button.fancybox-button svg {
    width: 40px; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px; }

.fancybox-thumbs > ul {
  text-align: center;
  margin: 0 auto; }

.fancybox-thumbs > ul > li {
  float: none;
  display: inline-block;
  vertical-align: top;
  opacity: 0.5; }
  .fancybox-thumbs > ul > li:before {
    display: none; }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active {
    opacity: 1; }

.fancybox-inner {
  bottom: 0 !important; }

.fancybox-thumbs {
  background: rgba(0, 0, 0, 0.7); }

body div.fancybox-is-zoomable.fancybox-can-drag .fancybox-thumbs {
  display: none; }

.fancybox-navigation .fancybox-button {
  width: 48px; }

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../../../libs/lightgallery/fonts/lg.eot?n1z373");
  src: url("../../../libs/lightgallery/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../libs/lightgallery/fonts/lg.woff?n1z373") format("woff"), url("../../../libs/lightgallery/fonts/lg.ttf?n1z373") format("truetype"), url("../../../libs/lightgallery/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px; }

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px; }

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333; }

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px; }

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto; }

.lg-outer #lg-share {
  position: relative; }

.lg-outer #lg-share:after {
  content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading32.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.95); }

.lg-outer {
  background-color: transparent; }
  .lg-outer .lg-thumb.group {
    margin-left: auto;
    margin-right: auto; }
  .lg-outer .lg-thumb-outer {
    background: rgba(0, 0, 0, 0.95); }
  .lg-outer .lg-thumb-item {
    border: none;
    border-radius: 0;
    opacity: 0.5;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
      opacity: 1; }
  .lg-outer .lg-img-wrap, .lg-outer .lg-item {
    padding: 0; }
  .lg-outer img.lg-image {
    padding: 60px 10px 110px 10px; }
  .lg-outer .lg-toogle-thumb {
    background-color: rgba(0, 0, 0, 0.7);
    left: 10px;
    top: -40px; }

.photo_title {
  line-height: 1.2;
  color: #fafafa; }
  @media only screen and (max-width: 800px) {
    .photo_title {
      display: none; } }

.lg-toolbar {
  left: auto;
  right: 0;
  width: auto; }
  .lg-toolbar.group {
    height: 60px;
    padding: 10px 10px 10px 0;
    z-index: 1081; }
  .lg-toolbar .lg-close {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    text-align: center; }
    .lg-toolbar .lg-close:after {
      display: block;
      content: "\e902";
      text-align: center;
      color: #fff; }
  .lg-toolbar #lg-counter {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
    color: #fff;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px; }
  .lg-toolbar .lg-icon {
    width: 40px; }
    .lg-toolbar .lg-icon#lg-zoom-in, .lg-toolbar .lg-icon#lg-zoom-out {
      color: #fff;
      padding: 7px 0; }

@media only screen and (max-width: 800px) {
  .lg-actions {
    display: none; } }
.lg-actions .lg-next:before, .lg-actions .lg-prev:before, .lg-actions .lg-prev:after {
  content: ""; }
.lg-actions .lg-icon.lg-next, .lg-actions .lg-icon.lg-prev {
  width: 60px;
  height: 60px;
  padding: 0;
  margin-top: -30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .lg-actions .lg-icon.lg-next:after, .lg-actions .lg-icon.lg-prev:after {
    content: "\e901";
    display: block;
    color: #000;
    font-size: 21px;
    line-height: 58px; }
  .lg-actions .lg-icon.lg-next:hover, .lg-actions .lg-icon.lg-prev:hover {
    background-color: #fff; }
.lg-actions .lg-icon.lg-next {
  padding-left: 5px; }
.lg-actions .lg-icon.lg-prev {
  padding-right: 5px; }
  .lg-actions .lg-icon.lg-prev:after {
    line-height: 60px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar {
  background-color: transparent; }

.gallery_share {
  display: none !important;
  position: relative;
  width: 60px;
  height: 60px;
  float: right;
  display: inline-block;
  margin: 0 0 0 15px; }
  .gallery_share .share_icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/reused/gallery_share.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
    cursor: pointer; }
    .gallery_share .share_icon:hover, .gallery_share .share_icon:focus, .gallery_share .share_icon.active {
      opacity: 1; }
  .gallery_share .share_drop {
    display: none;
    position: absolute;
    width: 40px;
    height: auto;
    margin-left: 5px;
    top: 100%; }
    .gallery_share .share_drop > div {
      width: 40px;
      height: 36px;
      opacity: 0.6;
      cursor: pointer; }
      .gallery_share .share_drop > div:hover, .gallery_share .share_drop > div:focus, .gallery_share .share_drop > div.active {
        opacity: 1; }
    .gallery_share .share_drop .share_fb {
      background-image: url("../img/reused/gallery_fb.png");
      background-position: center;
      background-repeat: no-repeat; }
    .gallery_share .share_drop .share_gplus {
      background-image: url("../img/reused/gallery_gplus.png");
      background-position: center;
      background-repeat: no-repeat; }

.lg-hide-items .lg-toolbar {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-sub-html {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: transparent; }
  .lg-sub-html > div {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 200px 6px 50px;
    color: #fff;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .lg-sub-html > div {
        padding: 6px 100px 6px 15px; } }

.album_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: transparent; }
  .album_title .album_title_text {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 200px 6px 50px;
    color: #fff;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .album_title .album_title_text {
        padding: 6px 100px 6px 15px; } }

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.mm-panel, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -moz-transition: -moz-transform .4s ease;
  -o-transition: -o-transform .4s ease; }

.mm-indexer, .mm-menu, .mm-menu > .mm-panel, .mm-navbar .mm-btn, .mm-page, .mm-search, .mm-search input {
  box-sizing: border-box; }

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-arrow:after, .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
  content: '';
  bottom: 0;
  position: absolute; }

.mm-divider > span, .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title, .mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap; }

.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-navbar, .mm-navbar .mm-btn {
  position: absolute;
  height: 40px; }

.mm-menu, .mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-slideout, html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease; }

.mm-fixeddivider, .mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-panel.mm-opened {
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-menu > .mm-panel:after, .mm-menu > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-navbar > *, .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  padding: 0 40px;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  padding: 10px 0; }

.mm-navbar .mm-title {
  overflow: hidden; }

.mm-navbar .mm-btn {
  width: 40px;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow, .mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  right: 0;
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  top: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-menu > .mm-panel > .mm-listview:first-child, .mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > *, .mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:after, .mm-menu .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  position: relative; }

.mm-slideout {
  transition: transform .4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker, html.mm-opened #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current, em.mm-counter {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
.mm-menu.mm-bottom.mm-autoheight, .mm-menu.mm-top.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen, .mm-menu.mm-top.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

.mm-collapsed:not(.mm-uncollapsed), .mm-nosubresults > .mm-counter {
  display: none; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-divider > span {
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-subopened, .mm-menu > .mm-navbar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging #mm-blocker, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform,left,right;
  -moz-transition-property: -moz-transform,left,right;
  -ms-transition-property: -ms-transform,left,right;
  -o-transition-property: -o-transform,left,right;
  transition-property: transform,left,right; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*=mm-navbar-content-] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }

.mm-hasnavbar-top-1 .mm-fixeddivider, .mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }

.mm-hasnavbar-top-2 .mm-fixeddivider, .mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }

.mm-hasnavbar-top-3 .mm-fixeddivider, .mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: 0;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-indexer a, .mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  -moz-transition: right .4s ease;
  -ms-transition: right .4s ease;
  -o-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

.mm-listview.mm-border-none > li:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-listview.mm-border-full > li:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  transition: transform .4s ease; }

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease; }

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0, 0, 0);
  -o-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -ms-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -ms-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  -ms-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  -ms-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s; }

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  transition: transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:after, .mm-menu.mm-theme-white .mm-navbar .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:after, .mm-menu.mm-theme-black .mm-navbar .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

#hamburger {
  box-sizing: border-box;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 6px;
  right: 4px;
  overflow: hidden;
  border: 0;
  z-index: 4;
  outline: none; }
  @media only screen and (min-width: 1024px) {
    #hamburger {
      display: none; } }

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 7px; }

#hamburger:before {
  top: 12px; }

#hamburger span {
  top: 22px; }

#hamburger:after {
  top: 32px; }

/* Hamburger animation */
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }

html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 20px; }

html.mm-opening #hamburger span {
  left: -50px;
  opacity: 0; }

html.mm-opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-listview {
  font-size: inherit;
  text-transform: uppercase; }
  .mm-listview > li {
    background: none; }
    .mm-listview > li > a {
      padding-left: 15px; }
  .mm-listview a {
    text-decoration: none;
    border: none; }
    .mm-listview a:hover, .mm-listview a:focus, .mm-listview a.active {
      background-color: #eee; }

.mm-search, .mm-navbar-top {
  height: 60px;
  border-bottom: 0;
  padding-top: 10px; }

.mm-navbar .mm-search input[type=text] {
  background-image: url("../img/reused/icon_search.png");
  background-position: right 10px center;
  background-repeat: no-repeat; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 52px; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block; }

.mm-opening #mm-blocker {
  background-color: rgba(32, 74, 133, 0.7);
  transition: background 500ms ease 0.3s; }

ul.mm-listview {
  border-top: 1px solid #f2f2f2 !important; }
  ul.mm-listview ul.mm-listview {
    border-top: 0px solid #f2f2f2; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

#mobile_menu .mm-listview .category img, #mobile_menu .mm-listview img {
  display: none; }
#mobile_menu .mm-listview .product img {
  display: inline-block;
  margin-right: 12px;
  vertical-align: -26px;
  max-width: 90px; }
#mobile_menu .mm-listview a {
  text-transform: none;
  font-size: 13px;
  font-weight: 600;
  color: #777; }
#mobile_menu .mm-listview .mm-next:before {
  display: none; }
#mobile_menu .mm-listview ul ul img {
  display: inline-block;
  max-width: 80px;
  margin-right: 10px; }
#mobile_menu .mobile_menu_parent a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: #000; }
  #mobile_menu .mobile_menu_parent a .product_info {
    display: flex;
    flex-direction: column; }
    #mobile_menu .mobile_menu_parent a .product_info span {
      font-size: 8px;
      font-weight: 700; }
    #mobile_menu .mobile_menu_parent a .product_info span.product_new {
      color: #e6120a; }
    #mobile_menu .mobile_menu_parent a .product_info span.product_disc {
      color: #707070; }
#mobile_menu .mm-navbar a.mm-title {
  text-transform: uppercase;
  font-weight: 400;
  color: #000; }

.mm-listview .mm-vertical .mm-panel {
  padding: 0 0 0 0px; }

.mm-menu > .mm-panel.mobile_menu_parent {
  padding: 0; }
  .mm-menu > .mm-panel.mobile_menu_parent:before {
    display: none; }
  .mm-menu > .mm-panel.mobile_menu_parent a.prods_link {
    display: inline-block;
    font-family: "Century Gothic Normal", Arial, sans-serif;
    font-size: 17px;
    line-height: 1;
    border: 0;
    vertical-align: middle;
    margin: 18px 0 0 15px;
    font-weight: 400; }
    .mm-menu > .mm-panel.mobile_menu_parent a.prods_link i {
      color: #005ec4;
      display: inline-block;
      margin-right: 9px;
      font-size: 15px;
      vertical-align: 0px; }

#mobile_menu > .mobile_menu_parent > .mm-navbar {
  display: none; }
#mobile_menu .search_suggest_container {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  padding: 18px 15px; }
  #mobile_menu .search_suggest_container div[data-suggest-search-container] {
    padding-top: 0; }
  #mobile_menu .search_suggest_container input {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    border-bottom: 1px solid #000; }
  #mobile_menu .search_suggest_container button {
    height: 32px;
    line-height: 32px; }
  #mobile_menu .search_suggest_container .suggest-search-hide {
    display: none; }
  #mobile_menu .search_suggest_container .suggest-search-results .search_results a .title {
    color: #555;
    font-size: 16px;
    line-height: 1.2; }
  #mobile_menu .search_suggest_container .suggest-search-results .search_results a .desc {
    font-size: 13px;
    text-transform: none; }
    #mobile_menu .search_suggest_container .suggest-search-results .search_results a .desc p {
      color: #777;
      font-size: 13px; }
#mobile_menu .mm-navbar {
  padding-right: 10px; }

.NFI-wrapper {
  background: transparent; }

.NFI-button {
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  padding: 0 40px 0 45px;
  height: 56px;
  line-height: 54px;
  font-size: 18px;
  font-family: "Century Gothic Normal", Arial, sans-serif;
  color: #fff;
  text-align: left !important;
  border: none;
  margin: 0;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  border: 1px solid #b6b6b6; }
  .NFI-button:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: -1px; }
  .NFI-button:hover, .NFI-button:focus {
    background: #e5130b;
    color: #fff; }

input.NFI-filename {
  height: 56px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  border: none;
  width: 150px;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    input.NFI-filename {
      width: 200px;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  input.NFI-filename:hover, input.NFI-filename:focus {
    border: none; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 280px;
  color: #000;
  background: #fff;
  border: 0px solid #b6b6b6;
  border-bottom-color: #b6b6b6;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 10px;
  padding-top: 5px;
  border: 1px solid #b6b6b6; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute; }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 100%;
  margin: 0px; }

.pika-title {
  position: relative;
  text-align: left;
  padding-left: 12px; }
  .pika-title .pika-label {
    color: #000; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  height: 28px;
  text-indent: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0ms 150ms ease-in-out;
  -moz-transition: 0ms 150ms ease-in-out;
  -o-transition: 0ms 150ms ease-in-out;
  -ms-transition: 0ms 150ms ease-in-out;
  transition: 0ms 150ms ease-in-out; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1;
    background-color: transparent; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default; }

.pika-prev,
.is-rtl .pika-next {
  position: absolute;
  right: 24px;
  top: 3px;
  padding: 5px;
  *right: 0; }
  .pika-prev:after,
  .is-rtl .pika-next:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 3px solid #2a61ae;
    border-bottom: 3px solid transparent;
    border-top: 0.3rem solid transparent;
    border-right: 0.3rem solid #2a61ae;
    border-bottom: 0.3rem solid transparent; }
  .pika-prev:hover,
  .is-rtl .pika-next:hover {
    opacity: 0.6; }

.pika-next,
.is-rtl .pika-prev {
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 5px; }
  .pika-next:after,
  .is-rtl .pika-prev:after {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #2a61ae;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.3rem solid #2a61ae; }
  .pika-next:hover,
  .is-rtl .pika-prev:hover {
    opacity: 0.6; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  margin: 0; }
  .pika-table thead {
    background: #fff; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0;
    border: none;
    background: transparent; }
  .pika-table th {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }
  .pika-table abbr {
    border: none;
    text-decoration: none; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  color: #000;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border-radius: 0px; }
  .is-today .pika-button {
    color: #000;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #000;
    box-shadow: inset 0 1px 3px #000;
    color: #fff; }
  .is-disabled .pika-button, .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #000;
    box-shadow: none;
    color: #fff; }
  .pika-button:after {
    display: none; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms; }

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg); }
  75% {
    transform: rotate(2deg); }
  100% {
    transform: rotate(0); } }
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms; }

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px; }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltip {
  width: 15px;
  height: 15px;
  background: #2a61ae;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }
  .tooltip:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "?";
    position: absolute;
    left: 5px;
    top: 2px;
    font-weight: 600;
    font-size: 10px;
    color: #fff; }

div.tooltipster-base .tooltipster-box {
  background: #2a61ae;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none; }
div.tooltipster-base .tooltipster-content {
  color: #fff;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.22px; }
div.tooltipster-base .tooltipster-arrow-border {
  border: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #2a61ae; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #2a61ae; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2a61ae; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2a61ae; }

/*!
 * 
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

html {
  box-sizing: border-box; }

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

.global_container {
  max-width: 1126px;
  margin: 0 auto; }

.index_container {
  padding-top: 80px;
  padding-bottom: 30px;
  min-height: 600px;
  min-height: 700px;
  min-height: -webkit-calc(100vh - 278px);
  min-height: -moz-calc(100vh - 278px);
  min-height: calc(100vh - 278px); }
  @media only screen and (min-width: 1024px) {
    .index_container {
      padding-top: 119px; } }

.homepage_container {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1024px) {
    .homepage_container {
      padding-top: 30px; } }

img {
  max-width: 100%;
  height: auto; }

.content_date {
  font-family: "Inter", Arial, sans-serif;
  margin: 0px 0 20px 0;
  color: #707070; }

h1.main_title {
  margin: 0 0 22px 0;
  text-transform: none;
  font-size: 35px;
  font-family: "Century Gothic Bold", Arial, sans-serif; }
  h1.main_title.blue {
    color: #005ca5; }

h3.main_title {
  margin: 0 0 22px 0;
  text-transform: none;
  font-size: 55px; }
  h3.main_title.blue {
    color: #005ca5; }

h2.object_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    h2.object_title {
      margin: 0 0 20px 0; } }

h3.widget_title {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    h3.widget_title {
      margin: 0 0 20px 0; } }

.one_widget {
  margin: 0 0 20px 0; }

/* List items */
.list_item {
  margin: 0 0 20px 0;
  width: 100%;
  padding: 0 8px;
  font-weight: normal;
  cursor: pointer;
  /*
  //hover when list item has image
  &:hover .title_container, &:focus .title_container{
  	padding: $tarpas +5 $tarpas;
  	@include min(1200){padding: $tarpas_desktop + 5 $tarpas_desktop}
  }
  
  //hover when list item does not have image
  &:hover .no_image .title_container, &:focus .no_image .title_container{
  	padding: $tarpas - 5 $tarpas;
  	@include min(1200){padding: $tarpas_desktop - 5 $tarpas_desktop}
  	background: rgba($theme_color, 1);
  }
  */ }
  @media only screen and (min-width: 768px) {
    .list_item {
      float: left;
      width: 50%; } }
  .list_item span {
    display: block; }
  .list_item .image_container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .list_item .image_container .img {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .list_item .meta_info {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    padding: 0px;
    z-index: 99; }
    .list_item .meta_info h3 {
      margin: 0;
      color: #fff;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-weight: 400;
      font-size: 35px;
      line-height: 40px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .list_item > div {
    position: relative;
    height: 290px;
    overflow: hidden; }
    .list_item > div:before {
      content: "";
      background: url("../img/youtube_shadow.png");
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 287px;
      z-index: 9; }
    .list_item > div:hover .meta_info h3 {
      text-decoration: underline; }

a.list_item {
  text-decoration: none; }

/* List items end*/
.more_btn_cont {
  text-align: center; }
  .more_btn_cont button {
    margin: 20px 0; }

.loader_content {
  display: none;
  padding: 20px 0;
  text-align: center; }

/* Basic helpers */
.clear {
  *zoom: 1; }
.clear:before, .clear:after {
  content: "";
  display: table; }
.clear:after {
  clear: both; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.no_bg {
  background: none !important;
  border: none !important; }

.no_margin_bottom {
  margin-bottom: 0 !important; }

.fleft {
  float: left; }

.fright {
  float: right; }

.notoppadd {
  padding-top: 0px !important; }

.vis_hidden {
  visibility: hidden; }

.vis_hidden_1px {
  visibility: hidden;
  height: 1px; }

.content_template {
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .disp_table {
    display: table;
    width: 100%;
    table-layout: fixed; } }

.disp_cell {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .disp_cell {
      height: 100%;
      margin: 0;
      display: table-cell;
      vertical-align: top;
      padding-left: 15px; } }
  .disp_cell:first-child {
    padding-left: 0; }
  .disp_cell:last-child {
    margin-bottom: 0; }

.disp_table_all {
  display: table;
  width: 100%;
  table-layout: fixed; }

.disp_cell_all {
  margin: 0;
  display: table-cell;
  vertical-align: top;
  height: 100%; }

.formatted_text p:first-of-type {
  margin-top: 0; }

.loader_content_filter {
  display: none;
  padding: 20px 0;
  text-align: center; }

.iframe_wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  clear: both;
  padding-bottom: 56.25%;
  /*padding-bottom: 75%;	// 4x3 Aspect Ratio*/ }
  .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content_template ul {
  overflow: hidden; }

/* Basic helpers end */
.bottom_actions {
  margin-top: 30px;
  text-align: center; }

.ew4hint.tooltip {
  display: inline;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
  background: transparent;
  border-radius: 0;
  border-radius: 4px;
  background: #f8f8f8;
  box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3, inset 0 -1px #b3b3b3;
  padding: 0 4px;
  cursor: pointer; }
  .ew4hint.tooltip:after {
    display: none; }

.fixfixed .fixed_header {
  position: absolute; }

.fixed_header {
  display: block;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  background: #fff;
  z-index: 999;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0c2d71+0,0d419a+26,0a1033+100 */
  background: #0c2d71;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0c2d71 0%, #0d419a 20%, #0a1033 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0c2d71 0%, #0d419a 20%, #0a1033 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0c2d71 0%, #0d419a 20%, #0a1033 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2d71', endColorstr='#0a1033',GradientType=1 );
  /* IE6-9 */
  /*@include transition(top);*/
  /*	a.prods_link{
  		display: inline-block;
  		font-family: $font45;
  		font-size: 17px;
  		line-height: 1;
  		border: 0;
  		font-weight: 400;
  		vertical-align: middle;
  		
  		i{
  			color: #005ec4;
  			display: inline-block;
  			margin-right: 9px;
  			font-size: 15px;
  			vertical-align: 0px;
  		}
  	}*/
  /*	.topnav{
  		display: inline-block;
  		vertical-align: middle;
  		
  		ul, li{
  			margin: 0;
  			padding: 0;
  			background: none;
  			line-height: 1.2;
  			
  			li{
  				display: inline-block;
  				padding: 0 12px;
  				
  				&:first-child{
  					padding-left:0;
  				}
  				&:last-child{
  					padding-right:0;
  				}
  			}
  			
  			a{
  				font-family: $font25;
  				font-size: 15px;
  				line-height: 1;
  				border: 0;
  				font-weight: 400;
  				
  				&:hover, &.active, .in_path{
  					text-decoration: underline;
  				}
  			}
  		}
  	}*/ }
  @media only screen and (min-width: 1024px) {
    .fixed_header {
      height: 82px; } }
  @media only screen and (min-width: 1024px) {
    .fixed_header.nav-up {
      top: -82px; } }
  .fixed_header * {
    color: #fff; }
  .fixed_header .global_container, .fixed_header .header_tbl, .fixed_header .header_tbl > div {
    height: 100%; }
  .fixed_header .header_tbl {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .fixed_header .header_tbl > div {
      display: table-cell;
      vertical-align: middle; }
    .fixed_header .header_tbl .logo_side {
      width: 231px; }
      .fixed_header .header_tbl .logo_side i {
        display: block;
        float: left;
        color: #fff;
        font-size: 36px; }
      @media only screen and (max-width: 1200px) {
        .fixed_header .header_tbl .logo_side {
          width: 201px; } }
      @media only screen and (max-width: 1023px) {
        .fixed_header .header_tbl .logo_side {
          width: 240px;
          padding-left: 0px; } }
      @media only screen and (max-width: 600px) {
        .fixed_header .header_tbl .logo_side {
          width: 110px; }
          .fixed_header .header_tbl .logo_side i {
            font-size: 26px; } }
      .fixed_header .header_tbl .logo_side.hide_hamburger {
        padding-left: 0 !important; }
        .fixed_header .header_tbl .logo_side.hide_hamburger #hamburger {
          display: none !important; }
    .fixed_header .header_tbl .right_side {
      text-align: right;
      width: 155px; }
      @media only screen and (max-width: 1023px) {
        .fixed_header .header_tbl .right_side {
          padding-right: 44px; } }
    @media only screen and (max-width: 1023px) {
      .fixed_header .header_tbl .menu_side {
        display: none; } }
  .fixed_header .sep_menu {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    background-color: #005ec4;
    margin: 0 0 0 24px; }
  .fixed_header .topnav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    overflow: visible; }
    .fixed_header .topnav ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0 12px;
      background: none; }
      .fixed_header .topnav ul li:before {
        display: none; }
    .fixed_header .topnav ul a {
      display: inline-block;
      vertical-align: middle;
      font-family: "Inter", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 30px;
      border: 0; }
      .fixed_header .topnav ul a:hover, .fixed_header .topnav ul a:focus {
        text-decoration: none; }
    .fixed_header .topnav ul a.prods_link {
      height: 82px;
      line-height: 82px;
      padding-left: 26px;
      font-family: "Inter", Arial, sans-serif;
      font-weight: 400;
      font-size: 17px;
      text-decoration: none !important;
      border: 0 !important; }
      .fixed_header .topnav ul a.prods_link i {
        display: inline-block;
        vertical-align: 0px;
        margin-right: 10px;
        color: #005ec4;
        font-size: 15px; }
      .fixed_header .topnav ul a.prods_link:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 30px;
        margin: 0 0 0 22px;
        background-color: #005ec4; }
    .fixed_header .topnav ul .prods_link_holder {
      margin-right: 10px;
      padding: 0; }
      .fixed_header .topnav ul .prods_link_holder.hover {
        background-color: #fff; }
        .fixed_header .topnav ul .prods_link_holder.hover > a {
          color: #000000; }
          .fixed_header .topnav ul .prods_link_holder.hover > a i {
            color: #005ec4; }
          .fixed_header .topnav ul .prods_link_holder.hover > a:after {
            background-color: #fff; }
        .fixed_header .topnav ul .prods_link_holder.hover .mg-menu {
          display: block; }
  .fixed_header .topnav > ul > li > a {
    border-bottom: 1px solid transparent; }
    .fixed_header .topnav > ul > li > a:hover, .fixed_header .topnav > ul > li > a:focus {
      text-decoration: none;
      border-bottom: 1px solid #005ec4; }
    .fixed_header .topnav > ul > li > a.active, .fixed_header .topnav > ul > li > a .in_path {
      color: #005ec4; }
  .fixed_header a.logo_link {
    display: inline-block;
    vertical-align: middle;
    border: none; }
  .fixed_header .langs {
    height: 40px;
    width: 40px;
    display: inline-block;
    vertical-align: middle; }
    .fixed_header .langs a {
      border: 0; }
    .fixed_header .langs span.current_lang {
      float: left;
      line-height: 40px;
      font-family: "Century Gothic Normal", Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 13px; }
    .fixed_header .langs .current_lang_cont {
      width: 40px;
      height: 40px;
      text-align: center; }
    .fixed_header .langs i {
      font-size: 5px;
      display: inline-block;
      margin-left: 6px;
      vertical-align: 2px; }
    .fixed_header .langs .langs_cont {
      position: relative;
      width: 100%;
      cursor: pointer;
      height: 40px; }
    .fixed_header .langs .langs_drop {
      position: absolute;
      top: 36px;
      width: 40px;
      background: #fff; }
      .fixed_header .langs .langs_drop .langs_drop_cont {
        position: relative;
        display: none;
        width: 100%; }
      .fixed_header .langs .langs_drop a {
        display: block;
        width: 40px;
        height: 32px;
        text-decoration: none;
        border: 0;
        color: #2a61ae;
        font-family: "Century Gothic Normal", Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 13px;
        line-height: 32px;
        text-align: center; }
        .fixed_header .langs .langs_drop a:hover, .fixed_header .langs .langs_drop a:focus {
          color: #fff;
          background: #2a61ae; }
  .fixed_header a.search_toggler {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    border: 0;
    margin-left: 13px;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 2px; }
    @media only screen and (max-width: 767px) {
      .fixed_header a.search_toggler {
        margin-left: 5px; } }
    @media only screen and (max-width: 1023px) {
      .fixed_header a.search_toggler {
        display: none; } }
    .fixed_header a.search_toggler i {
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      color: #c1c1c1; }
    .fixed_header a.search_toggler:hover {
      text-decoration: none; }
      .fixed_header a.search_toggler:hover i {
        color: #005ec4; }

.topnav .prods_link_holder .mg-menu {
  display: none;
  /*display: block !important;*/
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  max-height: 85%;
  max-height: -webkit-calc(100% - 82px);
  max-height: -moz-calc(100% - 82px);
  max-height: calc(100% - 82px); }
  .topnav .prods_link_holder .mg-menu a {
    color: #202020;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none !important; }
  .topnav .prods_link_holder .mg-menu > div > .tbl {
    min-height: 548px; }
  .topnav .prods_link_holder .mg-menu .tbl {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .topnav .prods_link_holder .mg-menu .tbl .cl {
      display: table-cell;
      vertical-align: top; }
  .topnav .prods_link_holder .mg-menu .my-menu-overflow {
    overflow: hidden;
    overflow-y: auto; }
  .topnav .prods_link_holder .mg-menu .overflow-wrapper {
    overflow: hidden;
    overflow-y: auto; }
  .topnav .prods_link_holder .mg-menu .col-1 {
    width: 352px; }
    .topnav .prods_link_holder .mg-menu .col-1 a {
      height: 52px;
      padding-left: 16px; }
      .topnav .prods_link_holder .mg-menu .col-1 a .cl {
        vertical-align: middle; }
      .topnav .prods_link_holder .mg-menu .col-1 a .image {
        width: 73px;
        padding: 0 8px; }
        .topnav .prods_link_holder .mg-menu .col-1 a .image img {
          display: block;
          max-width: 58px;
          max-height: 32px;
          width: auto;
          height: auto; }
      .topnav .prods_link_holder .mg-menu .col-1 a .title {
        color: #202020;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        width: 100%;
        padding-right: 30px; }
      .topnav .prods_link_holder .mg-menu .col-1 a .arrow {
        width: 9px;
        display: none; }
        .topnav .prods_link_holder .mg-menu .col-1 a .arrow i {
          display: block;
          font-size: 15px; }
      .topnav .prods_link_holder .mg-menu .col-1 a:last-child {
        border-color: #fff; }
      .topnav .prods_link_holder .mg-menu .col-1 a.hover {
        background-color: #FFF;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-left: 8px solid #005ec4;
        padding-left: 8px;
        position: relative; }
        .topnav .prods_link_holder .mg-menu .col-1 a.hover .title {
          font-weight: 700;
          color: #005ec4; }
        .topnav .prods_link_holder .mg-menu .col-1 a.hover .arrow {
          display: table-cell;
          position: absolute;
          right: 16px;
          top: calc(50% - 8px); }
          .topnav .prods_link_holder .mg-menu .col-1 a.hover .arrow i {
            color: #005ec4; }
  .topnav .prods_link_holder .mg-menu .col-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: calc(100% - 352px);
    background: #FFF;
    position: relative;
    z-index: 0; }
    .topnav .prods_link_holder .mg-menu .col-2:after {
      content: "";
      background: #FFF;
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: 100%; }
    .topnav .prods_link_holder .mg-menu .col-2 .products-list {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -10px; }
      .topnav .prods_link_holder .mg-menu .col-2 .products-list .cat-lvl-2-list {
        padding: 16px 32px;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px; }
        .topnav .prods_link_holder .mg-menu .col-2 .products-list .cat-lvl-2-list a {
          width: calc(25% - 20px);
          margin: 0 10px 20px 10px;
          padding: 16px 16px 26px 16px;
          min-height: 180px; }
          .topnav .prods_link_holder .mg-menu .col-2 .products-list .cat-lvl-2-list a img {
            max-width: 105px;
            max-height: 58px;
            height: 100%;
            width: auto;
            margin-bottom: 12px; }
          .topnav .prods_link_holder .mg-menu .col-2 .products-list .cat-lvl-2-list a.hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            border-radius: 4px;
            border: 1px solid #e6e6e6;
            padding: 15px 15px 25px 15px; }
            .topnav .prods_link_holder .mg-menu .col-2 .products-list .cat-lvl-2-list a.hover .title {
              color: #005ec4; }
    .topnav .prods_link_holder .mg-menu .col-2 .cat-lvl-2-list {
      display: none; }
      .topnav .prods_link_holder .mg-menu .col-2 .cat-lvl-2-list.show {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%; }
    .topnav .prods_link_holder .mg-menu .col-2 a {
      position: relative;
      height: 98px; }
      .topnav .prods_link_holder .mg-menu .col-2 a .cl {
        vertical-align: middle; }
      .topnav .prods_link_holder .mg-menu .col-2 a .text {
        width: 100%;
        text-align: center; }
      .topnav .prods_link_holder .mg-menu .col-2 a .product_status {
        height: 18px;
        text-align: left;
        margin-bottom: 5px; }
        .topnav .prods_link_holder .mg-menu .col-2 a .product_status span {
          display: inline-block;
          line-height: 20px;
          font-size: 8px;
          text-transform: uppercase;
          font-weight: 700; }
        .topnav .prods_link_holder .mg-menu .col-2 a .product_status span.product_new {
          color: #e6120a; }
        .topnav .prods_link_holder .mg-menu .col-2 a .product_status span.product_disc {
          color: #707070; }
      .topnav .prods_link_holder .mg-menu .col-2 a .title {
        text-align: left;
        display: block;
        color: #1f1f1f;
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.1;
        margin-bottom: 8px; }
      .topnav .prods_link_holder .mg-menu .col-2 a .subtitle {
        text-align: left;
        display: block;
        margin-top: 3px;
        color: #1f1f1f;
        font-size: 9px;
        line-height: 14px; }
      .topnav .prods_link_holder .mg-menu .col-2 a .arrow {
        width: 36px;
        padding-left: 13px; }
        .topnav .prods_link_holder .mg-menu .col-2 a .arrow i {
          display: block;
          color: #c1c1c1;
          font-size: 12px; }
      .topnav .prods_link_holder .mg-menu .col-2 a:last-child {
        border-color: #fff; }
  .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list {
    position: relative;
    display: none;
    padding: 44px 0 40px 40px;
    text-decoration: none; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list.show {
      display: block; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .product_status {
      position: absolute;
      top: 26px; }
      .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .product_status span {
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700; }
      .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .product_status span.product_new {
        color: #e6120a; }
      .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .product_status span.product_disc {
        color: #707070; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .title {
      margin: 0;
      color: #000;
      font-size: 50px;
      line-height: 1;
      text-transform: uppercase; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .subtitle {
      margin: 0;
      color: #000;
      font-size: 25px;
      line-height: 1; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .desc {
      display: block;
      margin: 13px 0 0 0;
      color: #323232;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .desc * {
        color: #323232;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .image {
      display: block;
      margin-top: 30px; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .btn_hold {
      display: block;
      margin-top: 30px;
      text-align: right; }
      .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .btn_hold .mygtukas {
        display: inline-block;
        height: 48px;
        line-height: 44px;
        padding: 0 21px 0 31px;
        color: #ffffff;
        font-family: "Century Gothic Light", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        background-color: rgba(0, 0, 0, 0.34);
        border: 2px solid transparent;
        text-transform: uppercase;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px; }
        @media only screen and (min-width: 1024px) {
          .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .btn_hold .mygtukas {
            height: 48px;
            line-height: 44px; } }
        .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list .btn_hold .mygtukas:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e908";
          display: inline-block;
          vertical-align: -1px;
          margin-left: 11px;
          font-size: 16px; }
    .topnav .prods_link_holder .mg-menu .col-3 .cat-lvl-3-list:hover .btn_hold .mygtukas {
      border-color: #e5130b;
      background-color: #e5130b; }
  .topnav .prods_link_holder .mg-menu .simplebar-scroll-content {
    margin-bottom: 0 !important;
    overflow-x: hidden !important; }
  .topnav .prods_link_holder .mg-menu .simplebar-content {
    padding-bottom: 0 !important;
    overflow-x: hidden !important; }
  .topnav .prods_link_holder .mg-menu .simplebar-track.horizontal {
    opacity: 0 !important;
    display: none !important; }

.footer {
  margin: 0;
  background: #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#182b74+0,1b1b1c+100 */
  /*background: rgb(24,43,116);  Old browsers 
  background: -moz-radial-gradient(top, ellipse cover, rgba(24,43,116,1) 0%, rgba(27,27,28,1) 100%);  FF3.6-15 
  background: -webkit-radial-gradient(top, ellipse cover, rgba(24,43,116,1) 0%,rgba(27,27,28,1) 100%);  Chrome10-25,Safari5.1-6 
  background: radial-gradient(ellipse at top, rgba(24,43,116,1) 0%,rgba(27,27,28,1) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182b74', endColorstr='#1b1b1c',GradientType=1 );  IE6-9 fallback on horizontal gradient */
  padding: 59px 0 0 0;
  overflow: hidden;
  /*	.social_cell{
  		width: 273px;
  		
  		a{
  			display: inline-block;
  			width: 48px;
  			height: 48px;
  			background: rgba(0,0,0,0.3);
  			line-height: 48px;
  			text-align: center;
  			text-decoration: none;
  			border: 0 none;
  			vertical-align: top;
  			@include transition();
  			
  			&:hover{
  				background: #00a0e3;
  			}
  			
  			i.icon-youtube{
  				font-size: 17px;
  				vertical-align: -1px;
  			}
  		}
  	}*/ }
  @media only screen and (max-width: 767px) {
    .footer {
      /*padding-top: 40px;*/ } }
  .footer p, .footer div, .footer a {
    color: #fff; }
  .footer h3 {
    margin: 0 0 20px 0;
    font-family: "Century Gothic Normal", Arial, sans-serif;
    text-transform: uppercase;
    margin: 0 0 11px 0;
    font-size: 13px;
    font-weight: 400; }
  @media only screen and (min-width: 768px) {
    .footer .topmenu_cell {
      min-width: 200px;
      padding-right: 15px; } }
  .footer .topmenu_cell ul, .footer .topmenu_cell li {
    margin: 0;
    padding: 0;
    background: none;
    line-height: 1; }
  .footer .topmenu_cell li {
    margin: 0 0 12px; }
    .footer .topmenu_cell li a {
      font-family: "Century Gothic Normal", Arial, sans-serif;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      font-size: 13px;
      font-weight: 400;
      border: 0; }
      .footer .topmenu_cell li a:hover, .footer .topmenu_cell li a.active, .footer .topmenu_cell li a .in_path {
        text-decoration: underline; }
  .footer .products_cell ul, .footer .products_cell li {
    margin: 0;
    padding: 0;
    background: none;
    line-height: 1; }
  .footer .products_cell li {
    margin: 0 0 9px 0; }
    @media only screen and (min-width: 1100px) {
      .footer .products_cell li {
        float: left;
        width: 50%;
        padding-right: 15px; }
        .footer .products_cell li:nth-child(2n+1) {
          clear: left; } }
    .footer .products_cell li a {
      border: 0;
      font-family: "Century Gothic Light", Arial, sans-serif;
      font-size: 13px;
      font-weight: 400; }
      .footer .products_cell li a:hover {
        text-decoration: underline; }
      .footer .products_cell li a:hover, .footer .products_cell li a.active {
        text-decoration: underline; }
  .footer .products_cell > ul > li {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }
    .footer .products_cell > ul > li > a {
      font-family: "Century Gothic Normal", Arial, sans-serif;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      font-size: 13px;
      font-weight: 400;
      border: 0; }
  .footer .products_cell > ul ul {
    margin-top: 15px; }
  .footer p:first-of-type {
    margin-top: 0; }
  .footer p:last-of-type {
    margin-bottom: 0; }
  .footer .bottom_line {
    margin-top: 44px;
    padding-top: 25px;
    padding-bottom: 27px;
    position: relative; }
    .footer .bottom_line:before {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      opacity: 0.1; }
    .footer .bottom_line .container-fluid {
      color: #ffffff;
      opacity: 0.5;
      font-size: 12px;
      font-family: "Century Gothic Light", Arial, sans-serif; }
      .footer .bottom_line .container-fluid a {
        font-weight: 400;
        border: 0; }
        .footer .bottom_line .container-fluid a:hover {
          text-decoration: underline; }

.footer {
  background: no-repeat top/cover url("../img/footer_background.png") rgba(0, 0, 0, 0.24);
  background-blend-mode: multiply; }
  .footer.global-market-holder {
    padding-top: 40px; }
  @media only screen and (max-width: 1200px) {
    .footer .container-fluid {
      padding: 0 80px; } }
  @media only screen and (max-width: 350px) {
    .footer .container-fluid {
      padding: 0 65px; } }
  @media only screen and (max-width: 1024px) {
    .footer .container-fluid.global-market > .disp_table {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .footer .container-fluid.global-market > .disp_table .disp_cell-container {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        padding-left: 0;
        margin-top: 20px; } }
  @media only screen and (max-width: 850px) {
    .footer .container-fluid.global-market > .disp_table .disp_cell-container {
      -webkit-flex-flow: column nowrap;
      -moz-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .footer .container-fluid.global-market > .disp_table .disp_cell-container .disp_cell {
        margin-bottom: 15px; } }
  .footer .container-fluid.global-market .disp_table .logo_cell .logo_link {
    margin-bottom: 22px;
    display: inline-block; }
  .footer .container-fluid.global-market .disp_table .logo_cell i {
    font-size: 44px; }
  .footer .container-fluid.global-market .disp_table .logo_cell .topmenu_cell {
    padding: 0 15px 0 0; }
    .footer .container-fluid.global-market .disp_table .logo_cell .topmenu_cell ul li a {
      font-size: 18px;
      font-weight: 700; }
  .footer .container-fluid.global-market .disp_cell-container {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul {
      overflow: visible; }
      .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap; }
        .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul {
          overflow: visible;
          width: 400px;
          display: inline-grid;
          grid-template-columns: repeat(2, 1fr);
          column-gap: 5px; }
          .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul > li {
            max-width: 255px; }
            .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul > li:nth-child(1), .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul > li:nth-child(2), .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul > li:nth-child(6) {
              display: none; }
            .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul > li a {
              text-transform: capitalize; }
          @media only screen and (max-width: 1024px) {
            .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul {
              max-height: 100%;
              width: auto; } }
          @media only screen and (max-width: 550px) {
            .footer .container-fluid.global-market .disp_cell-container .products_cell.global-market-childs > ul > li > ul {
              grid-template-columns: repeat(1, 1fr); } }
    .footer .container-fluid.global-market .disp_cell-container .products_cell > ul > li > a {
      margin-bottom: 0;
      font-size: 18px; }
    .footer .container-fluid.global-market .disp_cell-container .products_cell > ul > li > ul {
      margin-top: 10px; }
      .footer .container-fluid.global-market .disp_cell-container .products_cell > ul > li > ul li a {
        font-size: 13px;
        font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .footer .container-fluid.global-market .disp_cell-container {
        padding-left: 0;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
  .footer .bottom_line {
    background: #0E3189;
    margin-top: 80px; }
    .footer .bottom_line .bottom_line_text {
      font-size: 10px;
      color: #fff;
      text-align: end; }
  .footer .disp_table {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .footer .disp_table {
        flex-direction: column;
        justify-content: space-between; } }
    .footer .disp_table .logo_cell {
      margin-right: auto; }
      @media only screen and (max-width: 768px) {
        .footer .disp_table .logo_cell {
          margin-bottom: 48px; } }
      .footer .disp_table .logo_cell i {
        font-size: 34px; }
    .footer .disp_table .disp_cell-container {
      padding: 0 5px;
      display: flex;
      flex-direction: row; }
      @media only screen and (max-width: 768px) {
        .footer .disp_table .disp_cell-container {
          justify-content: space-between; } }
      @media only screen and (max-width: 560px) {
        .footer .disp_table .disp_cell-container {
          flex-direction: column; } }
      .footer .disp_table .disp_cell-container .products_cell {
        margin-right: 30px; }
        @media only screen and (max-width: 560px) {
          .footer .disp_table .disp_cell-container .products_cell {
            margin-right: 0; } }
        .footer .disp_table .disp_cell-container .products_cell ul {
          display: flex;
          flex-direction: column; }
          .footer .disp_table .disp_cell-container .products_cell ul li a {
            /*font-family: 'ITC Avant garde';*/
            font-family: "Century Gothic Bold", Arial, sans-serif;
            font-weight: bold;
            font-size: 28px; }
            @media only screen and (max-width: 768px) {
              .footer .disp_table .disp_cell-container .products_cell ul li a {
                font-size: 20px; } }
          .footer .disp_table .disp_cell-container .products_cell ul li ul li {
            width: 100%; }
            .footer .disp_table .disp_cell-container .products_cell ul li ul li a {
              font-family: 'Inter';
              font-weight: normal;
              font-size: 14px;
              line-height: 17px; }
              @media only screen and (max-width: 768px) {
                .footer .disp_table .disp_cell-container .products_cell ul li ul li a {
                  font-size: 12px; } }
      @media only screen and (max-width: 560px) {
        .footer .disp_table .disp_cell-container .topmenu_cell {
          margin-top: 20px; } }
      .footer .disp_table .disp_cell-container .topmenu_cell ul {
        width: 100%; }
      .footer .disp_table .disp_cell-container .topmenu_cell li {
        width: 100%; }
      .footer .disp_table .disp_cell-container .topmenu_cell a {
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-weight: 600;
        font-size: 28px;
        width: 100%;
        display: block; }
        @media only screen and (max-width: 768px) {
          .footer .disp_table .disp_cell-container .topmenu_cell a {
            font-size: 20px; } }

/*! Info and error container */
.error_container, .info_container {
  margin: 0 0 20px 0;
  padding: 10px 18px; }
  @media only screen and (min-width: 1600px) {
    .error_container, .info_container {
      padding: 20px 28px; } }

.error_container p, .info_container p {
  margin: 10px 0;
  font-weight: bold; }

.error_container {
  background: #fff2f1; }

.error_container p {
  color: #e5130b; }

.info_container {
  background: #e8f3f0; }

.info_container p {
  color: #1f8a70; }

label.error {
  color: #e5130b;
  font-size: 0.9em;
  margin: 8px 0 15px 0;
  display: block; }

.type_item.error input, .type_item.error textarea, .type_item.error .select2-container--default .select2-selection--single {
  border-color: #e5130b; }

/*! Info and error container END*/
/* Cookie notice*/
#cookie_block {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 90%;
  background: #fff;
  border-top: 7px solid #103880;
  padding: 40px 37px 45px 48px;
  -webkit-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41);
  display: none;
  padding: 30px 40px 22px 18px;
  z-index: 9999; }
  @media only screen and (min-width: 500px) {
    #cookie_block {
      width: 354px;
      padding: 39px 58px 28px 32px; } }
  @media only screen and (min-width: 1300px) {
    #cookie_block {
      right: 20px;
      bottom: 20px; } }
  @media only screen and (min-width: 1800px) {
    #cookie_block {
      right: 30px;
      bottom: 30px; } }
  #cookie_block p {
    margin: 0;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      #cookie_block p {
        font-size: 14px; } }
  #cookie_block .cookie_btn_cell {
    padding-top: 20px; }
  #cookie_block .hide_cookie_msg {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.2em;
    color: #b1b0b0; }
    #cookie_block .hide_cookie_msg:hover {
      opacity: 0.7; }
  #cookie_block button.mygtukas {
    background-color: #0d3a8b;
    display: inline-block;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    text-transform: none;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    min-width: 100px; }
    #cookie_block button.mygtukas:after {
      display: none; }
    #cookie_block button.mygtukas:hover {
      opacity: 1;
      background-color: #e7120a; }
  #cookie_block .cookie_text p {
    color: #000; }

.breadcrumbs {
  display: none; }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      display: block;
      margin: 0 0 20px 0; } }
  .breadcrumbs span, .breadcrumbs a {
    font-weight: 300;
    border: none; }
  .breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: underline; }
  .breadcrumbs .breadcrumb_separator {
    display: inline-block;
    margin: 0 8px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .breadcrumbs .breadcrumb_separator:after {
      content: "\e901";
      vertical-align: 3px;
      display: inline-block;
      font-size: 9px; }
    .breadcrumbs .breadcrumb_separator:first-child {
      display: none; }

.phpcaptcha_container .disp_table {
  table-layout: auto;
  width: auto; }
.phpcaptcha_container .disp_cell {
  vertical-align: top; }
.phpcaptcha_container img {
  margin: -15px 0 0 0; }
.phpcaptcha_container button {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  line-height: auto;
  color: #2a61ae;
  vertical-align: middle;
  display: none; }
  @media only screen and (min-width: 768px) {
    .phpcaptcha_container button {
      display: inline-block; } }
  .phpcaptcha_container button span {
    display: inline-block;
    font-size: 20px; }
  .phpcaptcha_container button.mobile_refresh_button {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .phpcaptcha_container button.mobile_refresh_button {
        display: none; } }

.text_before {
  margin: 0 0 25px 0;
  overflow: hidden; }
  .text_before p:first-of-type {
    margin-top: 0; }
  .text_before p:last-of-type {
    margin-bottom: 0; }
  .text_before p:only-child {
    margin: 0; }

.text_after {
  margin: 25px 0 0 0;
  overflow: hidden; }
  .text_after p:first-of-type {
    margin-top: 0; }
  .text_after p:last-of-type {
    margin-bottom: 0; }
  .text_after p:only-child {
    margin: 0; }

.album_loading {
  display: none;
  position: fixed;
  z-index: 55;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 5px;
  background-color: #2e2e2e;
  background-image: url("../img/reused/loading32_dark.gif");
  background-position: center;
  background-repeat: no-repeat; }

/*! Pager */
.pager {
  margin: 0;
  text-align: center;
  padding-top: 10px; }

.pager a {
  margin-left: 5px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  text-decoration: none;
  line-height: 33px;
  color: #181818;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 400; }
  .pager a:not(.fow):not(.bck):not(.current):hover, .pager a:not(.fow):not(.bck):not(.current):focus {
    border: 1px solid #9f9f9f; }

.pager a.current {
  background: #365d81;
  border: 1px solid #365d81;
  color: #fff; }

.pager a.current:hover {
  background: #2b4a67; }

.pager a.dis {
  opacity: 0.3;
  cursor: default; }

.pager a.bck {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

/*! Pager end */
/* months, years */
.years_months_filter {
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 1200px) {
    .years_months_filter {
      margin: 0 0 20px 0; } }
  .years_months_filter a, .years_months_filter span {
    margin-right: 5px; }
  .years_months_filter a {
    color: #000; }
    .years_months_filter a.active {
      color: #e5130b; }

.years_months_selectable_filters {
  margin: 0 0 40px 0; }
  @media only screen and (max-width: 599px) {
    .years_months_selectable_filters {
      margin: 0 0 25px 0; } }
  .years_months_selectable_filters > div > label {
    font-size: 20px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    color: #000000;
    margin-bottom: 12px; }
  .years_months_selectable_filters .years_list {
    float: left;
    width: 120px;
    margin-right: 15px; }
    @media only screen and (max-width: 599px) {
      .years_months_selectable_filters .years_list {
        width: 220px; } }
  .years_months_selectable_filters .months_list {
    float: left;
    width: 180px; }
    @media only screen and (max-width: 599px) {
      .years_months_selectable_filters .months_list {
        width: 220px; } }
  @media only screen and (max-width: 599px) {
    .years_months_selectable_filters .years_list, .years_months_selectable_filters .months_list {
      float: none;
      margin: 0 0 15px 0; } }
  .years_months_selectable_filters a.filter_reset {
    display: inline-block;
    margin-top: 9px; }
    .years_months_selectable_filters a.filter_reset i {
      font-size: 12px;
      margin-right: 5px; }

/* months, years end */
/* Default submenu for site */
.submenu_cont {
  margin: 0; }
  .submenu_cont ul {
    margin: 0;
    padding: 0; }
    .submenu_cont ul li {
      border-bottom: 1px solid #e1e1e1;
      margin: 0;
      padding: 0;
      background: none; }
      .submenu_cont ul li a {
        margin: 0;
        display: inline-block;
        color: #000;
        line-height: 40px;
        border: none; }
        .submenu_cont ul li a:hover, .submenu_cont ul li a:focus {
          color: #e5130b;
          text-decoration: none; }
      .submenu_cont ul li li {
        margin-left: 20px; }
    .submenu_cont ul li:last-child {
      border-bottom: none; }

.cookie_container {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #f1f1f1;
  padding: 30px 0 20px 0; }
  @media only screen and (max-width: 767px) {
    .cookie_container {
      padding: 20px 0 15px 0; } }
  .cookie_container .global_container {
    position: relative; }
  .cookie_container .hide_cookie_bar {
    background: none;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 0; }
  .cookie_container .cookie_text_above {
    padding-right: 30px; }
    .cookie_container .cookie_text_above h1:first-child, .cookie_container .cookie_text_above h1:first-of-type, .cookie_container .cookie_text_above h2:first-child, .cookie_container .cookie_text_above h2:first-of-type, .cookie_container .cookie_text_above h3:first-child, .cookie_container .cookie_text_above h3:first-of-type, .cookie_container .cookie_text_above h4:first-child, .cookie_container .cookie_text_above h4:first-of-type, .cookie_container .cookie_text_above h5:first-child, .cookie_container .cookie_text_above h5:first-of-type, .cookie_container .cookie_text_above h6:first-child, .cookie_container .cookie_text_above h6:first-of-type, .cookie_container .cookie_text_above p:first-child, .cookie_container .cookie_text_above p:first-of-type {
      margin-top: 0; }
    .cookie_container .cookie_text_above h3 {
      margin-bottom: 13px; }
    .cookie_container .cookie_text_above a {
      font-weight: 600; }
    .cookie_container .cookie_text_above p {
      font-size: 12px;
      color: #858585;
      font-weight: 400; }
  .cookie_container .cookies_checkboxes {
    padding-bottom: 10px; }
    .cookie_container .cookies_checkboxes label {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px 10px 0;
      padding-left: 23px;
      font-size: 12px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes label {
          margin: 0 12px 10px 0; } }
      .cookie_container .cookies_checkboxes label .checkbox_design, .cookie_container .cookies_checkboxes label .radio_design {
        top: 3px; }
    .cookie_container .cookies_checkboxes button {
      height: 40px;
      vertical-align: 3px;
      line-height: 40px;
      padding: 0 18px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .cookies_checkboxes button {
          display: block;
          margin-top: 7px;
          margin-bottom: 10px; } }
  .cookie_container .toggle_cookies_block {
    cursor: pointer;
    color: #3a3a3a;
    text-transform: uppercase; }
    .cookie_container .toggle_cookies_block i {
      color: #000;
      display: inline-block;
      font-size: 14px;
      margin-left: 6px;
      vertical-align: -1px;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .cookie_container .toggle_cookies_block.open i {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg); }
  .cookie_container .cookies_pop {
    position: relative; }
    .cookie_container .cookies_pop:after {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      height: 45px;
      width: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
  .cookie_container .sections_texts {
    margin-top: 12px;
    max-width: 636px;
    background: #fff;
    height: 230px;
    overflow-y: auto; }
    .cookie_container .sections_texts .sections_padding {
      padding: 22px 15px 22px 23px; }
      @media only screen and (max-width: 767px) {
        .cookie_container .sections_texts .sections_padding {
          padding: 15px 10px 22px 14px; } }
    .cookie_container .sections_texts .one_section {
      font-size: 11px;
      padding-bottom: 15px; }
      .cookie_container .sections_texts .one_section * {
        font-size: 11px; }
      .cookie_container .sections_texts .one_section h3 {
        font-size: 12px;
        margin: 0 0 10px; }
      .cookie_container .sections_texts .one_section h1:first-child, .cookie_container .sections_texts .one_section h1:first-of-type, .cookie_container .sections_texts .one_section h2:first-child, .cookie_container .sections_texts .one_section h2:first-of-type, .cookie_container .sections_texts .one_section h3:first-child, .cookie_container .sections_texts .one_section h3:first-of-type, .cookie_container .sections_texts .one_section h4:first-child, .cookie_container .sections_texts .one_section h4:first-of-type, .cookie_container .sections_texts .one_section h5:first-child, .cookie_container .sections_texts .one_section h5:first-of-type, .cookie_container .sections_texts .one_section h6:first-child, .cookie_container .sections_texts .one_section h6:first-of-type, .cookie_container .sections_texts .one_section p:first-child, .cookie_container .sections_texts .one_section p:first-of-type {
        margin-top: 0; }
      .cookie_container .sections_texts .one_section p {
        color: #858585; }
      .cookie_container .sections_texts .one_section p:only-child {
        margin: 0; }
      .cookie_container .sections_texts .one_section table td, .cookie_container .sections_texts .one_section table th {
        font-size: 10px;
        padding: 10px 8px; }
        @media only screen and (min-width: 600px) {
          .cookie_container .sections_texts .one_section table td, .cookie_container .sections_texts .one_section table th {
            padding: 10px 20px; } }
      .cookie_container .sections_texts .one_section table tr.lenteles_antraste td, .cookie_container .sections_texts .one_section table td.lenteles_antraste, .cookie_container .sections_texts .one_section table thead td, .cookie_container .sections_texts .one_section table table th {
        font-weight: bold;
        background-color: #ebebeb;
        font-size: 10px;
        font-weight: 400;
        color: #3a3a3a;
        text-transform: none;
        letter-spacing: 0px;
        line-height: 1.2;
        border-top: 0; }

.cookie_inner_section {
  margin: 0 0 40px 0; }
  .cookie_inner_section h3 {
    margin: 0 0 10px 0; }

.cookie_text_inner {
  margin: 0 0 30px 0; }
  .cookie_text_inner h1:first-child, .cookie_text_inner h1:first-of-type, .cookie_text_inner h2:first-child, .cookie_text_inner h2:first-of-type, .cookie_text_inner h3:first-child, .cookie_text_inner h3:first-of-type, .cookie_text_inner h4:first-child, .cookie_text_inner h4:first-of-type, .cookie_text_inner h5:first-child, .cookie_text_inner h5:first-of-type, .cookie_text_inner h6:first-child, .cookie_text_inner h6:first-of-type, .cookie_text_inner p:first-child, .cookie_text_inner p:first-of-type {
    margin-top: 0; }

/* News list */
.news_list {
  margin: 0 -10px; }
  .news_list span {
    display: block; }
  .news_list .news_item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 10px; }
    @media only screen and (min-width: 400px) {
      .news_list .news_item {
        float: left;
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .news_list .news_item {
        width: 25%;
        margin-bottom: 30px; } }
  .news_list a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 0 none; }
    .news_list a .meta_info {
      padding-top: 20px; }
    .news_list a .date {
      margin-bottom: 12px;
      color: rgba(95, 95, 95, 0.6);
      font-family: "Century Gothic Normal", Arial, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
    .news_list a .image_container {
      overflow: hidden; }
      .news_list a .image_container img {
        display: block;
        width: 100%;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
    .news_list a .title_container h3, .news_list a .title_container .h3 {
      display: inline;
      margin: 0;
      color: #000000;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 25px; }
    @media only screen and (min-width: 1024px) {
      .news_list a:hover .title_container h3, .news_list a:hover .title_container .h3 {
        color: #1b5eb5;
        border-bottom: 2px solid #1b5eb5; }
      .news_list a:hover .image_container img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); } }
  .news_list .main_block {
    *zoom: 1; }
  .news_list .main_block:before, .news_list .main_block:after {
    content: "";
    display: table; }
  .news_list .main_block:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .news_list .main_block .news_item:nth-child(4n+1) {
      clear: left; } }
  .news_list .top_block {
    *zoom: 1; }
  .news_list .top_block:before, .news_list .top_block:after {
    content: "";
    display: table; }
  .news_list .top_block:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .news_list .top_block {
      margin-bottom: 30px; } }
  .news_list .left_side {
    height: 560px;
    min-height: 560px; }
    @media only screen and (min-width: 768px) {
      .news_list .left_side {
        float: left;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .news_list .left_side {
        height: 560px !important;
        min-height: 560px !important;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 479px) {
      .news_list .left_side {
        height: 460px !important;
        min-height: 460px !important; } }
    .news_list .left_side .news_item {
      width: 100%;
      height: 100%;
      margin: 0; }
    .news_list .left_side a {
      height: 100%; }
      .news_list .left_side a .date {
        color: #fff; }
      .news_list .left_side a .image_container {
        position: relative;
        height: 100%; }
        .news_list .left_side a .image_container .image_bg {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out; }
          .news_list .left_side a .image_container .image_bg:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, transparent));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
            /* IE10+ */
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.7)', endColorstr='transparent', GradientType=0 );
            /* IE6-9 */ }
      .news_list .left_side a .meta_info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 30px 20px 24px; }
      .news_list .left_side a .title_container h3, .news_list .left_side a .title_container .h3 {
        color: #fff;
        font-size: 35px;
        font-weight: 400;
        line-height: 40px; }
        @media only screen and (max-width: 1023px) {
          .news_list .left_side a .title_container h3, .news_list .left_side a .title_container .h3 {
            font-size: 30px;
            line-height: 34px; } }
      .news_list .left_side a .short {
        margin: 5px 0 0 0;
        color: rgba(255, 255, 255, 0.58);
        font-family: "Century Gothic Light", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px; }
      @media only screen and (min-width: 1024px) {
        .news_list .left_side a:hover h3, .news_list .left_side a:hover .h3 {
          color: #fff;
          border-bottom: 2px solid #fff; }
        .news_list .left_side a:hover .image_container .image_bg {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); } }
  .news_list .right_side {
    *zoom: 1; }
  .news_list .right_side:before, .news_list .right_side:after {
    content: "";
    display: table; }
  .news_list .right_side:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .news_list .right_side {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .news_list .right_side {
      height: auto !important; } }
  @media only screen and (min-width: 400px) {
    .news_list .right_side .news_item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .news_list .right_side .news_item:nth-child(2n):nth-last-child(-n+3) ~ .news_item {
      margin: 0 0 6px 0; } }
  @media only screen and (min-width: 1024px) {
    .news_list .right_side .news_item:nth-child(2n+1) {
      clear: left; } }

.news_inner .news_image {
  float: left;
  margin: 0 15px 10px 0;
  border-bottom: 0; }
  .news_inner .news_image:hover {
    text-decoration: none; }
  .news_inner .news_image img {
    display: block; }
.news_inner .news_content_text p:first-of-type {
  margin-top: 0; }

.photos_gallery {
  margin: 30px 0 0 0;
  overflow: hidden; }
  .photos_gallery .photos_gl {
    width: 103%; }
  .photos_gallery h3, .photos_gallery .h3 {
    margin: 0 0 24px 0; }
  .photos_gallery a {
    float: left;
    width: 31%;
    margin: 0 1.8% 1.8% 0;
    border-bottom: 0; }
    @media only screen and (min-width: 500px) {
      .photos_gallery a {
        width: 23%;
        margin: 0 1.8% 1.8% 0; } }
    @media only screen and (min-width: 768px) {
      .photos_gallery a {
        width: 18%;
        margin: 0 1.8% 1.8% 0; } }

.news_list.only_news_inner {
  margin: 0 -10px; }
  .news_list.only_news_inner span {
    display: block; }
  .news_list.only_news_inner .news_item {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 10px; }
    @media only screen and (min-width: 400px) {
      .news_list.only_news_inner .news_item {
        float: left;
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .news_list.only_news_inner .news_item {
        width: 25%;
        margin-bottom: 30px; } }
  .news_list.only_news_inner a {
    position: relative;
    display: block;
    text-decoration: none;
    border: 0 none; }
    .news_list.only_news_inner a .meta_info {
      padding-top: 20px; }
    .news_list.only_news_inner a .date {
      margin-bottom: 12px;
      color: rgba(95, 95, 95, 0.6);
      font-family: "Inter", Arial, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
    .news_list.only_news_inner a .image_container {
      overflow: hidden; }
      .news_list.only_news_inner a .image_container img {
        display: block;
        width: 100%;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
    .news_list.only_news_inner a .title_container h3, .news_list.only_news_inner a .title_container .h3 {
      display: inline;
      margin: 0;
      color: #000000;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 25px; }
    @media only screen and (min-width: 1024px) {
      .news_list.only_news_inner a:hover .title_container h3, .news_list.only_news_inner a:hover .title_container .h3 {
        color: #1b5eb5;
        border-bottom: 2px solid #1b5eb5; }
      .news_list.only_news_inner a:hover .image_container img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15); } }
  .news_list.only_news_inner .news_item {
    margin: 0;
    height: 360px;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .news_list.only_news_inner .news_item {
        float: left;
        width: 50%;
        height: 460px; } }
    @media only screen and (min-width: 1024px) {
      .news_list.only_news_inner .news_item {
        height: 560px; } }
  .news_list.only_news_inner a {
    height: 100%; }
    .news_list.only_news_inner a .date {
      color: #fff; }
    .news_list.only_news_inner a .image_container {
      position: relative;
      height: 100%; }
      .news_list.only_news_inner a .image_container .image_bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        .news_list.only_news_inner a .image_container .image_bg:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          background: -moz-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, transparent));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
          /* IE10+ */
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, transparent 80%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.7)', endColorstr='transparent', GradientType=0 );
          /* IE6-9 */ }
    .news_list.only_news_inner a .meta_info {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 30px 20px 24px; }
    .news_list.only_news_inner a .title_container h3, .news_list.only_news_inner a .title_container .h3 {
      color: #fff;
      font-size: 35px;
      font-weight: 400;
      line-height: 40px; }
      @media only screen and (max-width: 1023px) {
        .news_list.only_news_inner a .title_container h3, .news_list.only_news_inner a .title_container .h3 {
          font-size: 30px;
          line-height: 34px; } }
    .news_list.only_news_inner a .short {
      margin: 5px 0 0 0;
      color: rgba(255, 255, 255, 0.58);
      font-family: "Century Gothic Light", Arial, sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 18px; }
    @media only screen and (min-width: 1024px) {
      .news_list.only_news_inner a:hover h3, .news_list.only_news_inner a:hover .h3 {
        color: #fff;
        border-bottom: 2px solid #fff; }
      .news_list.only_news_inner a:hover .image_container .image_bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }
  .news_list.only_news_inner .main_block {
    *zoom: 1; }
  .news_list.only_news_inner .main_block:before, .news_list.only_news_inner .main_block:after {
    content: "";
    display: table; }
  .news_list.only_news_inner .main_block:after {
    clear: both; }
  @media only screen and (min-width: 1024px) {
    .news_list.only_news_inner .main_block .news_item:nth-child(4n+1) {
      clear: left; } }
  .news_list.only_news_inner .top_block {
    *zoom: 1; }
  .news_list.only_news_inner .top_block:before, .news_list.only_news_inner .top_block:after {
    content: "";
    display: table; }
  .news_list.only_news_inner .top_block:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .news_list.only_news_inner .top_block {
      margin-bottom: 30px; } }
  .news_list.only_news_inner .left_side {
    height: 560px;
    min-height: 560px; }
    @media only screen and (min-width: 768px) {
      .news_list.only_news_inner .left_side {
        float: left;
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .news_list.only_news_inner .left_side {
        height: 560px !important;
        min-height: 560px !important;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 479px) {
      .news_list.only_news_inner .left_side {
        height: 460px !important;
        min-height: 460px !important; } }
  .news_list.only_news_inner .right_side {
    *zoom: 1; }
  .news_list.only_news_inner .right_side:before, .news_list.only_news_inner .right_side:after {
    content: "";
    display: table; }
  .news_list.only_news_inner .right_side:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .news_list.only_news_inner .right_side {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .news_list.only_news_inner .right_side {
      height: auto !important; } }
  @media only screen and (min-width: 400px) {
    .news_list.only_news_inner .right_side .news_item {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .news_list.only_news_inner .right_side .news_item:nth-child(2n):nth-last-child(-n+3) ~ .news_item {
      margin: 0 0 6px 0; } }
  @media only screen and (min-width: 1024px) {
    .news_list.only_news_inner .right_side .news_item:nth-child(2n+1) {
      clear: left; } }

span.short {
  display: block; }

.distributors_container {
  background-color: #f6f6f6;
  margin-top: 82px; }
  @media only screen and (max-width: 1023px) {
    .distributors_container {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .distributors_container {
      position: relative; } }

.distributors_list {
  display: table;
  margin: auto; }
  @media only screen and (max-width: 991px) {
    .distributors_list {
      display: block;
      padding-left: 15px;
      padding-right: 70px; } }

.distributors_block {
  width: 466px;
  display: block;
  float: right; }
  @media only screen and (max-width: 991px) {
    .distributors_block {
      width: 350px; } }
  @media only screen and (max-width: 767px) {
    .distributors_block {
      width: 100%; } }
  .distributors_block #distributors_search {
    padding: 30px 0px 17px 0px;
    background-color: #fff;
    min-height: 175px; }
    .distributors_block #distributors_search > div {
      max-width: 320px;
      display: block;
      margin: auto; }
    @media only screen and (max-width: 991px) {
      .distributors_block #distributors_search {
        padding: 30px 70px 17px 15px; } }
    @media only screen and (max-width: 767px) {
      .distributors_block #distributors_search {
        padding: 15px;
        min-height: auto; } }
  .distributors_block .find_nearest_subtitle {
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 24.97px;
    font-weight: 400;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .distributors_block .find_nearest_subtitle {
        display: none; } }

.distributors_table {
  width: calc(100% - 466px);
  display: block;
  float: left; }
  @media only screen and (max-width: 991px) {
    .distributors_table {
      width: calc(100% - 350px); } }
  @media only screen and (max-width: 767px) {
    .distributors_table {
      width: 100%; } }

.near_distributor {
  padding: 19px 0px 0 0px;
  margin: auto;
  height: 495px; }
  @media only screen and (max-width: 767px) {
    .near_distributor {
      display: none; } }
  .near_distributor .distributors_contacts {
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    padding: 26px 89px 25px 38px;
    margin-bottom: 12px;
    float: none;
    cursor: pointer; }
    @media only screen and (max-width: 991px) {
      .near_distributor .distributors_contacts {
        padding: 15px; } }
    .near_distributor .distributors_contacts p {
      margin-top: 20px;
      line-height: 19.98px;
      margin-bottom: 0px; }

.distributor_title h2 {
  font-family: "Century Gothic Bold", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.97px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 0px; }

.details li {
  padding: 0;
  background: 0;
  font-size: 13px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 20px;
  font-weight: 300; }
  .details li span {
    font-weight: 700; }

.clinic_search_inp_tbl {
  position: relative; }
  .clinic_search_inp_tbl .icon-search {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 20px; }

.get_current_position .mygtukas {
  margin-top: 10px;
  font-size: 10px;
  font-family: "Inter", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 34px;
  height: 36px;
  width: 100%;
  font-weight: 500; }
  .get_current_position .mygtukas:after {
    display: none; }
  .get_current_position .mygtukas:before {
    margin-right: 7px;
    content: "\e915";
    font-size: 14px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px; }

.close-btn {
  cursor: pointer;
  color: #5b5b5b;
  font-size: 13px;
  margin-top: 16px;
  display: block;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .close-btn i {
    font-size: 13px;
    margin-right: 8px; }
  .close-btn:hover, .close-btn:focus {
    opacity: 0.7; }

.distributors_block_mobile {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none; }
  .distributors_block_mobile.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media only screen and (min-width: 768px) {
    .distributors_block_mobile {
      display: none !important; } }
  .distributors_block_mobile > div {
    padding: 15px 30px;
    background-color: #fff;
    width: 300px;
    height: auto;
    display: table;
    position: relative; }
  .distributors_block_mobile .close {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #5b5b5b;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    cursor: pointer; }
    .distributors_block_mobile .close:hover {
      opacity: 0.7; }

.gm-control-active {
  line-height: inherit;
  min-width: auto; }

.form_mod .type_question, form .type_question {
  font-weight: 600;
  margin: 0 0 7px 0; }
  .form_mod .type_question.required:before, form .type_question.required:before {
    content: "* ";
    color: #e5130b; }
.form_mod .type_item, form .type_item {
  margin: 0 0 26px 0; }
.form_mod .rules_txt, form .rules_txt {
  padding-left: 24px; }
  .form_mod .rules_txt p:only-child, form .rules_txt p:only-child {
    margin: 0; }
.form_mod .field_info, form .field_info {
  color: #999;
  font-size: 12px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 9, 2020, 9:29:27 AM
    Author     : dominykas
*/
.content_block_type .editor_block p {
  /*		@include flexbox();
  		@include align-items(center);
  		@include flex-direction(column);*/ }
.content_block_type p, .content_block_type div, .content_block_type td, .content_block_type th {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .content_block_type p, .content_block_type div, .content_block_type td, .content_block_type th {
      font-size: 18px; } }
.content_block_type table tbody tr:first-child td, .content_block_type table tbody tr:first-child th {
  border-top: 1px solid #9c9c9c; }
.content_block_type table td, .content_block_type table th {
  border-bottom: 1px solid #9c9c9c;
  height: 54px;
  padding-left: 16px; }
  @media only screen and (min-width: 768px) {
    .content_block_type table td, .content_block_type table th {
      padding-left: 45px; } }
.content_block_type table td h5, .content_block_type table th h5 {
  font-family: "Open Sans", Arial, sans-serif; }
.content_block_type table td img,
.content_block_type table th img {
  vertical-align: text-top;
  margin-right: 15px; }
.content_block_type ul li:not(:last-child) {
  margin-bottom: 12px; }
.content_block_type p img {
  vertical-align: middle; }
.content_block_type li img {
  vertical-align: middle; }
.content_block_type .block_title h2 {
  font-family: "Open sans";
  font-size: 24px;
  margin: 25px 0 15px 0;
  color: #000; }

.one_block_type.type_slides,
.one_block_type.type_video {
  /*	@include transition();*/
  opacity: 0; }
  .one_block_type.type_slides .lSSlideOuter .blocks_slider_carousel img,
  .one_block_type.type_video .lSSlideOuter .blocks_slider_carousel img {
    width: 100%;
    max-height: 640px;
    object-fit: cover; }
  .one_block_type.type_slides .lSSlideOuter .lSAction a,
  .one_block_type.type_video .lSSlideOuter .lSAction a {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-color: rgba(24, 24, 24, 0.7);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media only screen and (min-width: 768px) {
      .one_block_type.type_slides .lSSlideOuter .lSAction a,
      .one_block_type.type_video .lSSlideOuter .lSAction a {
        width: 85px;
        height: 85px;
        margin-top: -42.5px; } }
    .one_block_type.type_slides .lSSlideOuter .lSAction a i,
    .one_block_type.type_video .lSSlideOuter .lSAction a i {
      color: #fff;
      font-size: 22.5px; }
      @media only screen and (min-width: 768px) {
        .one_block_type.type_slides .lSSlideOuter .lSAction a i,
        .one_block_type.type_video .lSSlideOuter .lSAction a i {
          font-size: 45px; } }
    .one_block_type.type_slides .lSSlideOuter .lSAction a:hover,
    .one_block_type.type_video .lSSlideOuter .lSAction a:hover {
      text-decoration: none !important; }
  .one_block_type.type_slides .lSSlideOuter .lSAction a.lSPrev,
  .one_block_type.type_video .lSSlideOuter .lSAction a.lSPrev {
    left: 0; }
  .one_block_type.type_slides .lSSlideOuter .lSAction a.lSNext,
  .one_block_type.type_video .lSSlideOuter .lSAction a.lSNext {
    right: 0; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager,
  .one_block_type.type_video .lSSlideOuter ul.lSPager {
    margin-top: 18px !important; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager > li,
  .one_block_type.type_video .lSSlideOuter ul.lSPager > li {
    display: inline-block; }
    .one_block_type.type_slides .lSSlideOuter ul.lSPager > li:before,
    .one_block_type.type_video .lSSlideOuter ul.lSPager > li:before {
      content: ''; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager > li:only-child,
  .one_block_type.type_video .lSSlideOuter ul.lSPager > li:only-child {
    display: none; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager.lSpg > li,
  .one_block_type.type_video .lSSlideOuter ul.lSPager.lSpg > li {
    margin: 0 5px;
    background: transparent; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager.lSpg > li a,
  .one_block_type.type_video .lSSlideOuter ul.lSPager.lSpg > li a {
    width: 12px;
    height: 12px;
    border: 1px solid #7a7b7a;
    background-color: transparent; }
  .one_block_type.type_slides .lSSlideOuter ul.lSPager.lSpg > li:hover a,
  .one_block_type.type_slides .lSSlideOuter ul.lSPager.lSpg > li.active a,
  .one_block_type.type_video .lSSlideOuter ul.lSPager.lSpg > li:hover a,
  .one_block_type.type_video .lSSlideOuter ul.lSPager.lSpg > li.active a {
    background-color: #7a7b7a; }

.type_topics input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0; }
.type_topics .tabs {
  border-bottom: 1px solid #9c9c9c; }
.type_topics .tab {
  width: 100%;
  overflow: hidden; }
  .type_topics .tab-label {
    font-size: 18px;
    display: flex;
    padding: 20px 0;
    background: transparent;
    cursor: pointer;
    padding-left: 40px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .type_topics .tab-label {
        font-size: 24px;
        line-height: 36px; } }
    .type_topics .tab-label::before {
      font-size: 20px;
      color: #009ee3;
      position: absolute;
      left: 0;
      font-family: 'icomoon' !important;
      content: "\e908";
      text-align: center;
      transition: all .05s;
      padding-left: 5px; }
  .type_topics .tab-content {
    display: none; }
    .type_topics .tab-content p {
      margin: 5px 0; }
  .type_topics .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: blue;
    cursor: pointer; }
    .type_topics .tab-close:hover {
      background: red; }
.type_topics input:checked + .tab-label {
  font-weight: bold; }
  .type_topics input:checked + .tab-label::before {
    font-weight: normal;
    transform: rotate(90deg); }
.type_topics input:checked ~ .tab-content {
  display: block;
  padding: 0 10px 60px 90px; }
  @media only screen and (max-width: 1024px) {
    .type_topics input:checked ~ .tab-content {
      padding: 0 10px 60px 10px; } }

.one_block_type.type_specifications .specification_tabs .tab_content {
  display: none; }
.one_block_type.type_specifications .specification_tabs .tab_content.active {
  display: block; }
.one_block_type.type_specifications .specification_tab_header {
  /*		display: table;
  		table-layout: fixed;*/
  margin-bottom: 30px;
  overflow: auto; }
  .one_block_type.type_specifications .specification_tab_header > div > div {
    min-width: 120px;
    color: #009ee3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 7px 0;
    border-right: 1px solid #9c9c9c; }
    .one_block_type.type_specifications .specification_tab_header > div > div:first-child {
      padding-left: 0; }
    .one_block_type.type_specifications .specification_tab_header > div > div:last-child {
      padding-right: 0;
      border: none; }
  .one_block_type.type_specifications .specification_tab_header > div > div.active {
    color: #141414;
    cursor: default;
    font-weight: bold; }

.type_editor ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0; }
.type_editor ol li {
  display: block; }
  .type_editor ol li:not(:last-child) {
    margin-bottom: 10px; }
.type_editor ol li:before {
  content: counter(item) "  ";
  counter-increment: item; }
.type_editor ol li:before {
  margin-right: 15px;
  font-weight: bold; }
.type_editor ol li:nth-child(-n+9):before {
  margin-right: 25px; }

/*.type_specifications,
.type_editor,
.type_slides,
.type_video,
.type_topics {
	margin-bottom: 50px !important;
}*/
.type_marketcover .landing-block-container.block-full-width .landing-block-content {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 860px) {
    .type_marketcover .landing-block-container.block-full-width .landing-block-content .landing-block-link {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 680px) {
    .type_marketcover .landing-block-container.block-full-width .landing-block-content .landing-block-link {
      margin-bottom: 10px; } }

/* titlepagebasic start */
.choose_country {
  height: 181px;
  margin: 0 0 27px 0;
  position: relative;
  background: #000;
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .choose_country {
      height: 141px; } }
  @media only screen and (min-width: 1024px) {
    .choose_country {
      margin-top: 82px; } }
  .choose_country .bg_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .choose_country .choose_country_t {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 100%; }
    .choose_country .choose_country_t .choose_country_c {
      display: table-cell;
      vertical-align: bottom;
      padding-bottom: 21px;
      height: 100%; }
      .choose_country .choose_country_t .choose_country_c h1 {
        margin: 0;
        color: #fff;
        font-family: "Century Gothic Black", Arial, sans-serif;
        font-size: 35px; }

.countries_wrapper {
  padding-bottom: 30px; }
  .countries_wrapper .enter_global_website {
    margin: 10px 0 21px 0; }
    .countries_wrapper .enter_global_website a {
      display: inline-block;
      text-decoration: none;
      position: relative;
      padding-bottom: 5px;
      padding-right: 0px;
      color: #000000;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      border: 0;
      font-size: 20px;
      font-weight: 400; }
      .countries_wrapper .enter_global_website a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        background-color: #d8d8d8; }
      .countries_wrapper .enter_global_website a i {
        color: #c5c5c5;
        display: inline-block;
        margin-right: 8px;
        vertical-align: 0px;
        font-size: 17px; }
      .countries_wrapper .enter_global_website a i.icon-chevron_right_thick {
        position: absolute;
        right: -11px;
        top: 9px;
        color: #000;
        font-size: 10px;
        margin: 0; }
      .countries_wrapper .enter_global_website a:hover:after {
        opacity: 0; }
  .countries_wrapper .one_region {
    margin: 0 0 4px 0; }
    .countries_wrapper .one_region .region_title {
      color: #000000;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 20px;
      font-weight: 400;
      margin: 0 0 20px 0;
      border-bottom: 1px solid #d8d8d8;
      line-height: 32px; }
    .countries_wrapper .one_region .region_list .one_country {
      float: left;
      width: 25%;
      padding-right: 10px;
      margin: 0 0 20px 0; }
      @media only screen and (max-width: 1023px) {
        .countries_wrapper .one_region .region_list .one_country {
          width: 50%; } }
      @media only screen and (max-width: 767px) {
        .countries_wrapper .one_region .region_list .one_country {
          width: 100%; } }
      .countries_wrapper .one_region .region_list .one_country a {
        display: table;
        table-layout: fixed;
        border: 0;
        font-size: 14px;
        font-family: "Inter", Arial, sans-serif;
        font-weight: 400; }
        .countries_wrapper .one_region .region_list .one_country a span {
          display: table-cell;
          vertical-align: middle; }
          .countries_wrapper .one_region .region_list .one_country a span.flag {
            width: 39px; }
            .countries_wrapper .one_region .region_list .one_country a span.flag img {
              max-width: 26px;
              display: inline-block;
              margin-top: 3px; }
        .countries_wrapper .one_region .region_list .one_country a:hover {
          opacity: 0.6; }

/* titlepagebasic END */
.search_form {
  margin: 0 0 30px 0; }
  .search_form input {
    width: 100%;
    max-width: 100%; }
  .search_form .disp_table_all {
    table-layout: auto; }
  .search_form .disp_cell_all:first-child {
    padding-right: 10px;
    width: 100%; }

p.total_found {
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0 30px 0; }
  @media only screen and (min-width: 768px) {
    p.total_found {
      font-size: 27px;
      line-height: 37px; } }

.search_results p {
  margin: 0; }
.search_results > a {
  cursor: pointer;
  margin: 0 0 3px 0;
  display: block;
  background: #e1e1e1;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 16px 20px;
  text-decoration: none; }
  @media only screen and (min-width: 1200px) {
    .search_results > a {
      padding: 26px 30px; } }
  .search_results > a span {
    color: #000; }
  .search_results > a span.search_title {
    display: block;
    margin: 0 0 15px 0;
    font-size: 16px; }
  .search_results > a:hover {
    background: #ddd; }
.search_results span.highlight {
  background-color: #000;
  padding: 0 5px;
  color: #fff; }

.search_modules li {
  background: none;
  float: left;
  margin: 0 7px 0 0;
  padding: 0; }

/*.suggest-search-results{
	position: absolute;
	padding: 30px 0 0px;
	border: 1px solid #ccc;
	width: 265px;
	margin-top: 40px;
	background-color: #fff;
	z-index: 99;

	.close_btn{
		position: absolute;
		right: 9px;
		top: 6px;
		color: $link_color;
		cursor: pointer; 
		text-decoration: none;

		a{
			cursor: pointer;
			text-decoration: none;

			&:hover{
				color: $theme_color;
			}
		}
	}

	.search_results{
		img{
			max-width: 125px;
			float: left;
			margin: 6px 16px 10px 0;

			@include max(600){
				max-width: 90px;
			}
		}

		a{
			color: $text_color;
			text-decoration: none;
			font-weight: 400;
			display: block;
			padding: 12px;

			&:after{
				content: "";
				display: block;
				clear: both;
			}

			span{
				font-size: 13px;
				display: block;
			}
			span.search_title{
				font-size: 18px;
				@include max(600){
					font-size: 16px;
				}
				color: #000000;
				font-weight: 700;
				display: block;
				line-height: 1.25;
				margin: 0 0 5px 0;
			}

			&:hover{
				background-color: #f3f3f3;
			}
		}

	}

	.search_bottom_line{
		position: relative;
		padding: 12px;
		border-top: 1px solid #eaeaea;

		*{
			font-size: 11px;
		}

		.bott_left{
			color: #3b3b3b;
			float: left;
			font-weight: 600;
		}
		.bott_right{
			float: right;

			a{
				text-decoration: none;

				span.t{
					text-decoration: underline;
					font-weight: 600;
					text-transform: uppercase;
				}
				span.icon-arrow{
					vertical-align: 0px;
					margin-left: 8px;
					font-size: 10px;
				}
				&:hover{
					span.t{
						text-decoration: none;
					}
				}
			}
		}
	}
}*/
.search_suggest_container {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #fff; }
  @media only screen and (max-width: 1023px) {
    .search_suggest_container {
      top: 60px; } }
  .search_suggest_container.showed {
    display: block; }
  .search_suggest_container div[data-suggest-search-container] {
    position: relative;
    padding-top: 220px; }
    @media only screen and (max-width: 1499px) {
      .search_suggest_container div[data-suggest-search-container] {
        padding-top: 50px; } }
  .search_suggest_container .suggest-search-hide {
    position: absolute;
    top: 18px;
    right: 3px;
    cursor: pointer; }
    .search_suggest_container .suggest-search-hide i {
      display: block;
      color: #000000;
      font-size: 20px; }
  .search_suggest_container .wrapper {
    position: relative;
    max-width: 670px;
    margin: 0 auto; }
  .search_suggest_container .suggest-search-form form {
    position: relative; }
  .search_suggest_container .suggest-search-form input {
    max-width: 100%;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #000;
    font-size: 45px; }
    @media only screen and (max-width: 1023px) {
      .search_suggest_container .suggest-search-form input {
        height: 44px;
        line-height: 44px;
        font-size: 24px; } }
  .search_suggest_container .suggest-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 70px;
    min-width: 0;
    padding: 0;
    background: none;
    background-color: transparent;
    border: 0 none; }
    @media only screen and (max-width: 1023px) {
      .search_suggest_container .suggest-search-form button {
        height: 44px; } }
    .search_suggest_container .suggest-search-form button i {
      display: block;
      color: #000;
      font-size: 29px;
      text-align: right; }
      @media only screen and (max-width: 1023px) {
        .search_suggest_container .suggest-search-form button i {
          font-size: 19px; } }
    .search_suggest_container .suggest-search-form button:after {
      display: none; }
  .search_suggest_container .suggest-search-results {
    position: relative;
    z-index: 99;
    text-align: left; }
    .search_suggest_container .suggest-search-results .search_results span, .search_suggest_container .suggest-search-results .search_results p {
      color: #9f9f9f; }
    .search_suggest_container .suggest-search-results .search_results a {
      display: block;
      color: #000;
      text-decoration: none;
      font-weight: 400;
      padding: 12px 6px;
      border-bottom: 1px solid #e7e7e7; }
      .search_suggest_container .suggest-search-results .search_results a span {
        display: block; }
      .search_suggest_container .suggest-search-results .search_results a .title {
        color: #9f9f9f;
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 25px; }
      .search_suggest_container .suggest-search-results .search_results a .desc {
        margin-top: 3px;
        color: #9f9f9f;
        font-family: "Inter", Arial, sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 19px; }
        @media only screen and (max-width: 767px) {
          .search_suggest_container .suggest-search-results .search_results a .desc {
            max-height: 38px;
            overflow: hidden; } }
      .search_suggest_container .suggest-search-results .search_results a .highlighted {
        display: inline;
        color: #000000; }
      .search_suggest_container .suggest-search-results .search_results a:after {
        content: "";
        display: block;
        clear: both; }
      .search_suggest_container .suggest-search-results .search_results a span.search_title {
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        display: block;
        line-height: 1.25;
        margin: 0 0 5px 0; }
        @media only screen and (max-width: 600px) {
          .search_suggest_container .suggest-search-results .search_results a span.search_title {
            font-size: 16px; } }
      .search_suggest_container .suggest-search-results .search_results a:hover {
        background-color: #f3f3f3; }
    .search_suggest_container .suggest-search-results .search_bottom_line {
      position: relative;
      padding: 12px;
      border-top: 1px solid #eaeaea; }
      .search_suggest_container .suggest-search-results .search_bottom_line * {
        font-size: 11px; }
      .search_suggest_container .suggest-search-results .search_bottom_line .bott_left {
        color: #3b3b3b;
        float: left;
        font-weight: 600; }
      .search_suggest_container .suggest-search-results .search_bottom_line .bott_right {
        float: right; }
        .search_suggest_container .suggest-search-results .search_bottom_line .bott_right a {
          text-decoration: none; }
          .search_suggest_container .suggest-search-results .search_bottom_line .bott_right a span.t {
            text-decoration: underline;
            font-weight: 600;
            text-transform: uppercase; }
          .search_suggest_container .suggest-search-results .search_bottom_line .bott_right a span.icon-arrow {
            vertical-align: 0px;
            margin-left: 8px;
            font-size: 10px; }
          .search_suggest_container .suggest-search-results .search_bottom_line .bott_right a:hover span.t {
            text-decoration: none; }

.categories_list {
  margin-top: 14px;
  overflow: hidden; }
  .categories_list .category_item {
    margin: 0 0 45px;
    padding: 0 0 20px;
    border-bottom: 1px solid #cacaca; }
    .categories_list .category_item:last-child {
      border: 0 none; }
  .categories_list .category_title {
    margin: 0;
    color: #000000;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1; }
    .categories_list .category_title a {
      color: #000000;
      font-family: "Inter", Arial, sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      text-decoration: none;
      border: 0 none;
      color: #3a3a3a; }
  .categories_list .category_desc p:last-child {
    margin-bottom: 0; }
  .categories_list .category_desc p:first-child {
    margin-top: 0; }

.products_list {
  margin: 50px -25px 0; }
  .products_list {
    *zoom: 1; }
  .products_list:before, .products_list:after {
    content: "";
    display: table; }
  .products_list:after {
    clear: both; }
  .products_list .product_item {
    float: left;
    width: 25%;
    margin-bottom: 35px;
    padding: 0 25px; }
    @media only screen and (min-width: 1024px) {
      .products_list .product_item:nth-child(4n+1) {
        clear: left; } }
    @media only screen and (max-width: 1023px) {
      .products_list .product_item {
        width: 33.333%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .products_list .product_item:nth-child(3n+1) {
      clear: left; } }

    @media only screen and (max-width: 767px) {
      .products_list .product_item {
        width: 50%; } }
  @media only screen and (max-width: 767px) and (min-width: 480px) {
    .products_list .product_item:nth-child(2n+1) {
      clear: left; } }

    @media only screen and (max-width: 479px) {
      .products_list .product_item {
        width: 100%;
        clear: both; } }
    .products_list .product_item a {
      position: relative; }
    .products_list .product_item span {
      display: block;
      position: relative; }
    .products_list .product_item .image_cont {
      padding: 15px 22px;
      /*overflow: hidden;*/ }
      .products_list .product_item .image_cont span {
        width: 100%;
        padding-bottom: 60%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
    .products_list .product_item .product_status {
      position: absolute;
      top: -12px;
      padding: 0 22px; }
      .products_list .product_item .product_status span {
        display: inline-block;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700; }
      .products_list .product_item .product_status span.product_new {
        color: #e6120a; }
      .products_list .product_item .product_status span.product_disc {
        color: #707070; }
    .products_list .product_item .product_status.discontinued_list {
      width: 100%;
      text-align: center;
      padding: 0; }
    .products_list .product_item .info_cont {
      font-size: 0;
      text-align: center; }
    .products_list .product_item .title {
      color: #000000;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .products_list .product_item .title {
          font-size: 22px; } }
    .products_list .product_item .desc {
      margin-top: 7px;
      color: #000000;
      font-family: "Century Gothic Light", Arial, sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.1; }
    .products_list .product_item .explore {
      display: inline-block;
      height: 32px;
      margin-top: 18px;
      padding: 0 20px;
      color: #ffffff;
      font-family: "Century Gothic Light", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 32px;
      text-transform: uppercase;
      background-color: #e5130b;
      opacity: 0;
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      @media only screen and (max-width: 1023px) {
        .products_list .product_item .explore {
          opacity: 1; } }
    .products_list .product_item > a {
      display: block;
      text-decoration: none;
      border: 0 none;
      outline: none; }
      @media only screen and (min-width: 1024px) {
        .products_list .product_item > a:hover .image_cont > span {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          -o-transform: scale(1.15);
          transform: scale(1.15); }
        .products_list .product_item > a:hover .explore {
          opacity: 1; } }

.categories_list_disc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
  margin-top: 1px; }
  .categories_list_disc .category_item_disc {
    padding: 10px;
    width: 100%; }
    @media only screen and (min-width: 576px) {
      .categories_list_disc .category_item_disc {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .categories_list_disc .category_item_disc {
        width: 33.3333%; } }
    @media only screen and (min-width: 991px) {
      .categories_list_disc .category_item_disc {
        width: 25%; } }
  .categories_list_disc ul {
    margin: 0; }
    .categories_list_disc ul > li {
      position: relative;
      background-image: none !important;
      padding: 0 !important;
      margin: 10px 0;
      line-height: 27px; }
      .categories_list_disc ul > li a {
        text-decoration: none;
        border-bottom: 1px solid #fff; }
        .categories_list_disc ul > li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #005ca5; }
      .categories_list_disc ul > li:before {
        display: none; }

.product_preview {
  padding-top: 80px; }
  @media only screen and (max-width: 1023px) {
    .product_preview {
      padding-top: 60px; } }
  .product_preview .global_container {
    position: relative; }
  .product_preview .pp_title {
    margin: 0;
    color: #000000;
    font-size: 60px;
    line-height: 1.1;
    font-family: "Century Gothic Bold", Arial, sans-serif; }
    @media only screen and (max-width: 1023px) {
      .product_preview .pp_title {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .product_preview .pp_title {
        font-size: 36px; } }
    .product_preview .pp_title img {
      display: block;
      margin: 0 0 22px 0; }
    .product_preview .pp_title.small {
      font-size: 55px; }
      @media only screen and (max-width: 1023px) {
        .product_preview .pp_title.small {
          font-size: 43px; } }
      @media only screen and (max-width: 767px) {
        .product_preview .pp_title.small {
          font-size: 30px; } }
  .product_preview .pp_desc {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Century Gothic Light", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }
    .product_preview .pp_desc * {
      color: rgba(0, 0, 0, 0.7); }
    .product_preview .pp_desc p {
      font-family: "Inter", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .product_preview .pp_desc p:last-child {
        margin-bottom: 0; }
      .product_preview .pp_desc p:first-child {
        margin-top: 0; }
  .product_preview .pp_desc.italic {
    font-style: italic;
    font-size: 16px; }
  .product_preview .pp_image img {
    display: block; }
  .product_preview .tbl {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .product_preview .rw {
    display: table-row; }
  .product_preview .cl {
    display: table-cell;
    vertical-align: top; }
  .product_preview section {
    position: relative;
    background-color: transparent; }
  .product_preview .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /*opacity: 0.08;*/ }
  .product_preview .pp_type_btns {
    margin-bottom: 60px;
    font-size: 0;
    text-align: center; }
    .product_preview .pp_type_btns .btns_holder {
      display: inline-block;
      padding: 7px;
      font-size: 0;
      border: 1px solid #9f9f9f;
      overflow: hidden;
      border-radius: 35px;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      -o-border-radius: 35px; }
      @media only screen and (max-width: 1023px) {
        .product_preview .pp_type_btns .btns_holder {
          padding: 5px; } }
      @media only screen and (max-width: 767px) {
        .product_preview .pp_type_btns .btns_holder {
          padding: 4px; } }
    .product_preview .pp_type_btns .tab_btn {
      display: inline-block;
      height: 52px;
      line-height: 52px;
      padding: 0 50px;
      color: #181818;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      background-color: transparent;
      cursor: pointer; }
      @media only screen and (max-width: 1023px) {
        .product_preview .pp_type_btns .tab_btn {
          height: 44px;
          line-height: 44px;
          padding: 0 25px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .product_preview .pp_type_btns .tab_btn {
          height: 40px;
          line-height: 40px;
          padding: 0 16px;
          font-size: 14px; } }
      .product_preview .pp_type_btns .tab_btn:first-child {
        -webkit-border-top-left-radius: 26px;
        -moz-border-top-left-radius: 26px;
        border-top-left-radius: 26px;
        -webkit-border-bottom-left-radius: 26px;
        -moz-border-bottom-left-radius: 26px;
        border-bottom-left-radius: 26px; }
      .product_preview .pp_type_btns .tab_btn:last-child {
        -webkit-border-top-right-radius: 26px;
        -moz-border-top-right-radius: 26px;
        border-top-right-radius: 26px;
        -webkit-border-bottom-right-radius: 26px;
        -moz-border-bottom-right-radius: 26px;
        border-bottom-right-radius: 26px; }
      .product_preview .pp_type_btns .tab_btn:hover, .product_preview .pp_type_btns .tab_btn.active, .product_preview .pp_type_btns .tab_btn:first-child {
        color: #ffffff;
        background-color: #2a61ae; }
    .product_preview .pp_type_btns .selected .tab_btn {
      color: #181818;
      background-color: transparent; }
      .product_preview .pp_type_btns .selected .tab_btn:hover, .product_preview .pp_type_btns .selected .tab_btn.active {
        color: #ffffff;
        background-color: #2a61ae; }
  .product_preview .pp_tabs_holder .block_layout {
    display: none; }
    .product_preview .pp_tabs_holder .block_layout.video_layout .grid_item .yt-play {
      background-image: url(../img/yt-logo.png);
      background-size: cover;
      background-repeat: no-repeat;
      width: 60px;
      height: 60px;
      background-color: transparent;
      opacity: 1;
      border-radius: 0; }
      @media only screen and (max-width: 768px) {
        .product_preview .pp_tabs_holder .block_layout.video_layout .grid_item .yt-play {
          width: 35px;
          height: 35px; } }
      @media only screen and (max-width: 450px) {
        .product_preview .pp_tabs_holder .block_layout.video_layout .grid_item .yt-play {
          width: 22px;
          height: 22px; } }
    .product_preview .pp_tabs_holder .block_layout:first-child {
      display: block; }
  .product_preview .light {
    background-color: #fff; }
    .product_preview .light .pp_title {
      color: #000; }
    .product_preview .light .pp_desc {
      color: rgba(0, 0, 0, 0.7); }
      .product_preview .light .pp_desc * {
        color: rgba(0, 0, 0, 0.7); }
    .product_preview .light .pp_type_btns .tab_btn {
      color: #181818; }
      .product_preview .light .pp_type_btns .tab_btn:hover, .product_preview .light .pp_type_btns .tab_btn.active, .product_preview .light .pp_type_btns .tab_btn:first-child {
        color: #ffffff; }
    .product_preview .light .pp_type_btns .selected .tab_btn {
      color: #181818; }
      .product_preview .light .pp_type_btns .selected .tab_btn:hover, .product_preview .light .pp_type_btns .selected .tab_btn.active {
        color: #ffffff;
        background-color: #2a61ae; }
  .product_preview .dark {
    background-color: #003067; }
    .product_preview .dark .pp_title {
      color: #fff; }
    .product_preview .dark .pp_desc {
      color: white; }
      .product_preview .dark .pp_desc * {
        color: white; }
    .product_preview .dark .pp_type_btns .tab_btn {
      color: #fff; }
    .product_preview .dark .pp_type_btns .selected .tab_btn {
      color: #fff; }
      .product_preview .dark .pp_type_btns .selected .tab_btn:hover, .product_preview .dark .pp_type_btns .selected .tab_btn.active {
        color: #ffffff;
        background-color: #2a61ae; }
  .product_preview .pp_grid_321 {
    *zoom: 1; }
  .product_preview .pp_grid_321:before, .product_preview .pp_grid_321:after {
    content: "";
    display: table; }
  .product_preview .pp_grid_321:after {
    clear: both; }
  @media only screen and (min-width: 1700px) {
    .product_preview .pp_grid_321 {
      width: 1400px;
      margin-left: -157px; } }
  .product_preview .pp_grid_321 .grid_item {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    border: 0 none;
    overflow: hidden; }
    .product_preview .pp_grid_321 .grid_item:nth-child(1), .product_preview .pp_grid_321 .grid_item:nth-child(6n-5), .product_preview .pp_grid_321 .grid_item:nth-child(6n-4), .product_preview .pp_grid_321 .grid_item:nth-child(6n-3) {
      width: 33.333%; }
    .product_preview .pp_grid_321 .grid_item:nth-child(6n-2), .product_preview .pp_grid_321 .grid_item:nth-child(6n-1) {
      width: 50%; }
    .product_preview .pp_grid_321 .grid_item:nth-child(6n) {
      width: 100%; }
    .product_preview .pp_grid_321 .grid_item img {
      display: block; }
    .product_preview .pp_grid_321 .grid_item span {
      display: block;
      width: 100%;
      padding-bottom: 65.5%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .product_preview .pp_grid_321 .grid_item i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 78px;
      height: 78px;
      line-height: 78px;
      color: #fff;
      font-size: 22px;
      text-align: center;
      background-color: rgba(24, 24, 24, 0.7);
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .product_preview .pp_grid_321 .grid_item:hover span {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .product_preview .pp_grid_321 .grid_item:hover i {
      opacity: 1; }
  .product_preview .pp_feedback_block {
    background-color: #262626; }
  .product_preview .pp_accessories_block {
    background-color: #f5f5f5; }

.pp_textimg_block .block_layout {
  *zoom: 1; }
.pp_textimg_block .block_layout:before, .pp_textimg_block .block_layout:after {
  content: "";
  display: table; }
.pp_textimg_block .block_layout:after {
  clear: both; }
.pp_textimg_block .image_bottom {
  padding: 90px 0 50px 0; }
  .pp_textimg_block .image_bottom .pp_info {
    padding: 0 110px;
    text-align: center; }
    @media only screen and (max-width: 899px) {
      .pp_textimg_block .image_bottom .pp_info {
        padding: 0 70px; } }
    @media only screen and (max-width: 699px) {
      .pp_textimg_block .image_bottom .pp_info {
        padding: 0 25px; } }
    @media only screen and (max-width: 479px) {
      .pp_textimg_block .image_bottom .pp_info {
        padding: 0 15px; } }
  .pp_textimg_block .image_bottom .pp_image {
    margin-top: 70px; }
    .pp_textimg_block .image_bottom .pp_image img {
      margin: 0 auto; }
  .pp_textimg_block .image_bottom .pp_title img {
    margin: 0 auto 25px; }
.pp_textimg_block .image_left {
  padding: 120px 0; }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_left {
      padding: 90px 0 50px 0; } }
  @media only screen and (min-width: 900px) {
    .pp_textimg_block .image_left .pp_info {
      float: right;
      width: 55%;
      padding-left: 60px; } }
  @media only screen and (min-width: 1200px) {
    .pp_textimg_block .image_left .pp_info {
      padding-left: 100px; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_left .pp_info {
      padding: 0 70px;
      text-align: center; } }
  @media only screen and (max-width: 699px) {
    .pp_textimg_block .image_left .pp_info {
      padding: 0 25px; } }
  @media only screen and (max-width: 479px) {
    .pp_textimg_block .image_left .pp_info {
      padding: 0 15px; } }
  @media only screen and (min-width: 900px) {
    .pp_textimg_block .image_left .pp_image {
      float: left;
      width: 45%; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_left .pp_image {
      max-width: 500px;
      margin: 70px auto 0; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_left .pp_title img {
      margin: 0 auto 25px; } }
.pp_textimg_block .image_right {
  padding: 120px 0; }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_right {
      padding: 90px 0 50px 0; } }
  @media only screen and (min-width: 900px) {
    .pp_textimg_block .image_right .pp_info {
      float: left;
      width: 55%;
      padding-right: 60px; } }
  @media only screen and (min-width: 1200px) {
    .pp_textimg_block .image_right .pp_info {
      padding-right: 100px; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_right .pp_info {
      padding: 0 70px;
      text-align: center; } }
  @media only screen and (max-width: 699px) {
    .pp_textimg_block .image_right .pp_info {
      padding: 0 25px; } }
  @media only screen and (max-width: 479px) {
    .pp_textimg_block .image_right .pp_info {
      padding: 0 15px; } }
  @media only screen and (min-width: 900px) {
    .pp_textimg_block .image_right .pp_image {
      float: right;
      width: 45%; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_right .pp_image {
      max-width: 500px;
      margin: 70px auto 0; } }
  @media only screen and (max-width: 899px) {
    .pp_textimg_block .image_right .pp_title img {
      margin: 0 auto 25px; } }

.pp_medialist_block {
  padding: 90px 0 100px 0; }
  .pp_medialist_block .block_layout {
    *zoom: 1; }
  .pp_medialist_block .block_layout:before, .pp_medialist_block .block_layout:after {
    content: "";
    display: table; }
  .pp_medialist_block .block_layout:after {
    clear: both; }
  @media only screen and (min-width: 900px) {
    .pp_medialist_block .pp_info {
      float: left;
      width: 50%;
      padding-right: 60px; } }
  @media only screen and (min-width: 1200px) {
    .pp_medialist_block .pp_info {
      padding-right: 100px; } }
  @media only screen and (max-width: 899px) {
    .pp_medialist_block .pp_info {
      padding: 0 70px;
      text-align: center; } }
  @media only screen and (max-width: 699px) {
    .pp_medialist_block .pp_info {
      padding: 0 25px; } }
  @media only screen and (max-width: 479px) {
    .pp_medialist_block .pp_info {
      padding: 0 15px; } }
  @media only screen and (max-width: 899px) {
    .pp_medialist_block .pp_title img {
      margin: 0 auto 25px; } }
  @media only screen and (min-width: 900px) {
    .pp_medialist_block .pp_slider {
      float: right;
      width: 40%;
      margin: 0;
      margin-right: 8.5%; } }
  @media only screen and (max-width: 479px) {
    .pp_medialist_block .pp_slider {
      max-width: 500px;
      margin: 70px auto 0; } }
  @media only screen and (max-width: 639px) and (min-width: 479px) {
    .pp_medialist_block .pp_slider {
      max-width: 500px;
      margin: 70px 60px; } }
  @media only screen and (max-width: 899px) and (min-width: 640px) {
    .pp_medialist_block .pp_slider {
      max-width: 500px;
      margin: 70px auto 0; } }
  .pp_medialist_block .pp_slider .ISPREV {
    left: -91px;
    top: calc(50% - 1px); }
    @media only screen and (max-width: 1199px) {
      .pp_medialist_block .pp_slider .ISPREV {
        left: -66px; } }
  .pp_medialist_block .pp_slider .ISNEXT {
    right: -91px;
    top: calc(50% - 1px); }
    @media only screen and (max-width: 1199px) {
      .pp_medialist_block .pp_slider .ISNEXT {
        right: -66px; } }
  .pp_medialist_block .pp_slider .slick-arrow {
    position: absolute;
    display: block;
    min-width: 1px;
    max-width: none;
    width: 75px;
    height: 75px;
    cursor: pointer;
    line-height: 75px;
    margin-top: -40px;
    text-decoration: none;
    background-color: #1f1f1f;
    z-index: 1;
    border: 0 none;
    opacity: 0.7;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: opacity 0.35s linear 0s; }
    @media only screen and (max-width: 1199px) {
      .pp_medialist_block .pp_slider .slick-arrow {
        width: 50px;
        height: 50px;
        line-height: 50px; } }
    .pp_medialist_block .pp_slider .slick-arrow:hover {
      opacity: 1; }
    .pp_medialist_block .pp_slider .slick-arrow i {
      display: block;
      line-height: 75px;
      color: #fff;
      font-size: 22px;
      text-align: center; }
      @media only screen and (max-width: 1199px) {
        .pp_medialist_block .pp_slider .slick-arrow i {
          font-size: 16px;
          line-height: 50px; } }
  .pp_medialist_block .pp_slider .slide_item {
    outline: none; }
  .pp_medialist_block .pp_slider .title {
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
    text-align: center; }
  .pp_medialist_block .pp_slider .image_holder {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border: 0 none;
    outline: none; }
    .pp_medialist_block .pp_slider .image_holder > span {
      display: block;
      width: 100%;
      padding-bottom: 92%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .pp_medialist_block .pp_slider .image_holder i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 78px;
      height: 78px;
      line-height: 78px;
      color: #fff;
      font-size: 22px;
      text-align: center;
      background-color: rgba(24, 24, 24, 0.7);
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    .pp_medialist_block .pp_slider .image_holder:hover span {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .pp_medialist_block .pp_slider .image_holder:hover i {
      opacity: 1; }
  .pp_medialist_block .slick-dots {
    position: relative;
    bottom: auto;
    margin-top: 22px;
    font-size: 0;
    text-align: center; }
    .pp_medialist_block .slick-dots li {
      display: inline-block;
      width: 16px;
      height: 16px;
      padding: 2px;
      margin: 0 5px; }
    .pp_medialist_block .slick-dots button {
      width: 12px;
      height: 12px;
      min-width: 1px;
      max-width: none;
      padding: 0;
      background-color: #c2c2c2;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      .pp_medialist_block .slick-dots button:before, .pp_medialist_block .slick-dots button:after {
        display: none; }
      .pp_medialist_block .slick-dots button:hover {
        background-color: #737373; }
    .pp_medialist_block .slick-dots .slick-active button {
      background-color: #737373; }
  .pp_medialist_block.light .pp_slider .title {
    color: rgba(0, 0, 0, 0.7); }
  .pp_medialist_block.dark .pp_slider .title {
    color: rgba(254, 254, 254, 0.7); }

.pp_mediagallery_block {
  padding: 90px 0 90px 0; }
  .pp_mediagallery_block .pp_title {
    margin-bottom: 30px;
    text-align: center; }

.pp_listed_block {
  padding: 70px 0 40px 0; }
  .pp_listed_block .pp_title {
    margin-bottom: 40px;
    text-align: center; }
  .pp_listed_block .masonry_layout {
    /*		-webkit-column-count: 3;
    		-moz-column-count: 3;
    		column-count: 3;
    		-webkit-column-gap: 70px;
    		-moz-column-gap: 70px;
    		column-gap: 70px;
    		column-fill: balance;
    		break-inside: avoid;*/
    margin: 0 -30px; }
    @media only screen and (max-width: 1023px) {
      .pp_listed_block .masonry_layout {
        margin: 0 -20px; } }
    @media only screen and (max-width: 767px) {
      .pp_listed_block .masonry_layout {
        margin: 0 -15px; } }
    .pp_listed_block .masonry_layout .masonry_sizer {
      display: block;
      width: 33.333%;
      padding: 0 30px; }
      @media only screen and (max-width: 1023px) {
        .pp_listed_block .masonry_layout .masonry_sizer {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .pp_listed_block .masonry_layout .masonry_sizer {
          width: 50%;
          padding: 0 15px; } }
      @media only screen and (max-width: 479px) {
        .pp_listed_block .masonry_layout .masonry_sizer {
          width: 100%; } }
    .pp_listed_block .masonry_layout .masonry_item {
      margin-bottom: 40px;
      padding-bottom: 30px;
      border-bottom: 1px solid #b4b4b4; }
    .pp_listed_block .masonry_layout .title {
      margin: 0 0 16px 0;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-weight: 400;
      font-size: 28px;
      line-height: 35px; }
      @media only screen and (max-width: 1023px) {
        .pp_listed_block .masonry_layout .title {
          font-size: 27px;
          line-height: 31px; } }
      @media only screen and (max-width: 767px) {
        .pp_listed_block .masonry_layout .title {
          font-size: 23px;
          line-height: 27px; } }
      .pp_listed_block .masonry_layout .title img {
        display: block;
        margin-bottom: 14px; }
    .pp_listed_block .masonry_layout .image {
      margin-bottom: 24px; }
      .pp_listed_block .masonry_layout .image img {
        display: block; }
    .pp_listed_block .masonry_layout .desc {
      color: rgba(0, 0, 0, 0.7);
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 767px) {
        .pp_listed_block .masonry_layout .desc {
          font-size: 14px;
          line-height: 22px; } }
      .pp_listed_block .masonry_layout .desc * {
        color: rgba(0, 0, 0, 0.7); }
        .pp_listed_block .masonry_layout .desc *:first-child {
          margin-top: 0; }
        .pp_listed_block .masonry_layout .desc *:last-child {
          margin-bottom: 0; }
      .pp_listed_block .masonry_layout .desc p {
        font-size: 16px;
        line-height: 24px; }
        @media only screen and (max-width: 767px) {
          .pp_listed_block .masonry_layout .desc p {
            font-size: 14px;
            line-height: 22px; } }
  .pp_listed_block.dark .masonry_layout .masonry_item {
    border-bottom: 1px solid #626262; }
  .pp_listed_block.dark .masonry_layout .title {
    color: #fff; }
  .pp_listed_block.dark .masonry_layout .desc {
    color: rgba(255, 255, 255, 0.7); }
    .pp_listed_block.dark .masonry_layout .desc * {
      color: rgba(255, 255, 255, 0.7); }

.pp_slides_block {
  padding: 120px 0 100px 0;
  background: #133a79;
  background: -moz-radial-gradient(center, ellipse cover, #1d6bc9 0%, #0a1033 70%);
  background: -webkit-radial-gradient(center, ellipse cover, #1d6bc9 0%, #0a1033 70%);
  background: radial-gradient(ellipse at center, #1d6bc9 0%, #0a1033 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6bc9', endColorstr='#0a1033',GradientType=1 );
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .pp_slides_block {
      padding: 90px 0; } }
  .pp_slides_block .block_layout {
    text-align: center; }
    .pp_slides_block .block_layout * {
      color: #fff; }
  .pp_slides_block .info_top .product_status span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
  .pp_slides_block .info_top .product_status span.product_new {
    color: #e6120a; }
  .pp_slides_block .info_top .product_status span.product_disc {
    color: #707070; }
  .pp_slides_block .info_top h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 134px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .pp_slides_block .info_top h1 {
        font-size: 90px; } }
    @media only screen and (max-width: 767px) {
      .pp_slides_block .info_top h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 479px) {
      .pp_slides_block .info_top h1 {
        font-size: 38px; } }
  .pp_slides_block .info_top h4 {
    margin: 0;
    color: #ffffff;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.1; }
    @media only screen and (max-width: 1023px) {
      .pp_slides_block .info_top h4 {
        font-size: 31px; } }
    @media only screen and (max-width: 767px) {
      .pp_slides_block .info_top h4 {
        font-size: 27px; } }
    @media only screen and (max-width: 479px) {
      .pp_slides_block .info_top h4 {
        font-size: 23px; } }
  .pp_slides_block .info_bottom {
    margin-top: 50px;
    padding: 0 110px; }
    @media only screen and (max-width: 899px) {
      .pp_slides_block .info_bottom {
        padding: 0 70px; } }
    @media only screen and (max-width: 699px) {
      .pp_slides_block .info_bottom {
        padding: 0 25px; } }
    @media only screen and (max-width: 479px) {
      .pp_slides_block .info_bottom {
        padding: 0 15px; } }
    .pp_slides_block .info_bottom h2 {
      margin: 0;
      color: #ffffff;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-weight: 400;
      font-size: 60px;
      line-height: 1.1; }
      @media only screen and (max-width: 1023px) {
        .pp_slides_block .info_bottom h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .pp_slides_block .info_bottom h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 479px) {
        .pp_slides_block .info_bottom h2 {
          font-size: 28px; } }
    .pp_slides_block .info_bottom .desc {
      margin: 8px auto 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
      .pp_slides_block .info_bottom .desc p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; }
      .pp_slides_block .info_bottom .desc * {
        color: #fff; }
        .pp_slides_block .info_bottom .desc *:first-child {
          margin-top: 0; }
        .pp_slides_block .info_bottom .desc *:last-child {
          margin-bottom: 0; }
  .pp_slides_block .pp_slider_hold {
    max-width: 840px;
    margin: 0 auto; }
  .pp_slides_block .pp_image_slider {
    margin: 0;
    z-index: 0; }
    .pp_slides_block .pp_image_slider .slide_item {
      margin: 0;
      outline: none;
      background: none;
      padding: 20px 80px; }
      @media only screen and (max-width: 899px) {
        .pp_slides_block .pp_image_slider .slide_item {
          padding: 20px 60px; } }
      @media only screen and (max-width: 479px) {
        .pp_slides_block .pp_image_slider .slide_item {
          padding: 20px 10px; } }
      .pp_slides_block .pp_image_slider .slide_item:after, .pp_slides_block .pp_image_slider .slide_item:before {
        display: none; }
      .pp_slides_block .pp_image_slider .slide_item .image {
        display: block;
        padding-bottom: 62%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
  @media only screen and (max-width: 479px) {
    .pp_slides_block .lSAction {
      display: none !important; } }
  .pp_slides_block .lSAction .lSNext, .pp_slides_block .lSAction .lSPrev {
    display: block;
    min-width: 1px;
    max-width: none;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-decoration: none;
    background-color: rgba(24, 24, 24, 0.7);
    z-index: 1;
    border: 0 none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    @media only screen and (max-width: 899px) {
      .pp_slides_block .lSAction .lSNext, .pp_slides_block .lSAction .lSPrev {
        width: 50px;
        height: 50px;
        margin-top: -25px; } }
    .pp_slides_block .lSAction .lSNext:before, .pp_slides_block .lSAction .lSNext:after, .pp_slides_block .lSAction .lSPrev:before, .pp_slides_block .lSAction .lSPrev:after {
      display: none; }
    .pp_slides_block .lSAction .lSNext i, .pp_slides_block .lSAction .lSPrev i {
      display: block;
      line-height: 80px;
      color: #fff;
      font-size: 22px;
      text-align: center; }
      @media only screen and (max-width: 899px) {
        .pp_slides_block .lSAction .lSNext i, .pp_slides_block .lSAction .lSPrev i {
          font-size: 16px;
          line-height: 50px; } }
  .pp_slides_block .lSAction .lSNext {
    right: 0; }
  .pp_slides_block .lSAction .lSPrev {
    left: 0; }
  .pp_slides_block .lSSlideOuter .lSPager.lSGallery {
    margin-left: auto;
    margin-right: auto; }
    .pp_slides_block .lSSlideOuter .lSPager.lSGallery li {
      margin: 0;
      padding: 0;
      background: none;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0; }
      .pp_slides_block .lSSlideOuter .lSPager.lSGallery li:after, .pp_slides_block .lSSlideOuter .lSPager.lSGallery li:before {
        display: none; }
      .pp_slides_block .lSSlideOuter .lSPager.lSGallery li.active {
        border-bottom-color: #e5130b; }
      .pp_slides_block .lSSlideOuter .lSPager.lSGallery li a {
        position: relative;
        display: block;
        border: 0 none;
        outline: none;
        padding-bottom: 68%; }
        .pp_slides_block .lSSlideOuter .lSPager.lSGallery li a img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 80%;
          max-height: 86%; }
  .pp_slides_block .technology_sticker {
    position: absolute;
    left: 50%;
    bottom: -48px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 164px;
    padding-bottom: 14px;
    overflow: hidden; }
    .pp_slides_block .technology_sticker .tbl {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      height: 80px;
      background-color: #e31e24;
      z-index: 1; }
      .pp_slides_block .technology_sticker .tbl .cl {
        display: table-cell;
        vertical-align: middle;
        padding-top: 8px; }
      .pp_slides_block .technology_sticker .tbl span {
        display: block;
        color: #fff;
        line-height: 1;
        text-align: center;
        text-transform: uppercase; }
        .pp_slides_block .technology_sticker .tbl span:first-child {
          font-family: "Century Gothic Bold", Arial, sans-serif;
          font-size: 21px; }
        .pp_slides_block .technology_sticker .tbl span:last-child {
          margin-top: 4px;
          font-family: "Inter", Arial, sans-serif;
          font-size: 14px; }
    .pp_slides_block .technology_sticker:before, .pp_slides_block .technology_sticker:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50px;
      background-color: #e31e24; }
    .pp_slides_block .technology_sticker:before {
      left: -50%;
      -webkit-transform-origin: bottom right;
      -moz-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right;
      -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
      -o-transform: rotate(8deg);
      transform: rotate(8deg); }
    .pp_slides_block .technology_sticker:after {
      right: -50%;
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
      transform-origin: bottom left;
      -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
      -o-transform: rotate(-8deg);
      transform: rotate(-8deg); }

.pp_feedback_block {
  padding: 90px 0 70px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/feedback-bg.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .pp_feedback_block .pp_info {
    margin-bottom: 40px;
    text-align: center; }
    .pp_feedback_block .pp_info .pp_title {
      font-size: 60px;
      font-weight: 400;
      color: #FFF;
      margin-bottom: 12px; }
    .pp_feedback_block .pp_info .pp_desc {
      font-size: 16px;
      font-weight: 600;
      color: #FFF; }
  .pp_feedback_block .pp_desc {
    margin: 6px 0 0 0;
    color: rgba(255, 255, 255, 0.6); }
    .pp_feedback_block .pp_desc * {
      color: rgba(255, 255, 255, 0.6); }
      .pp_feedback_block .pp_desc *:first-child {
        margin-top: 0; }
      .pp_feedback_block .pp_desc *:last-child {
        margin-bottom: 0; }
  .pp_feedback_block .global_container {
    max-width: 768px; }
  .pp_feedback_block form .form_element {
    margin-bottom: 30px; }
  .pp_feedback_block form input, .pp_feedback_block form textarea {
    display: block;
    max-width: 100%;
    padding: 0;
    color: white;
    background-color: transparent;
    border: 0 none;
    border-bottom: 2px solid #fff; }
  .pp_feedback_block form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff; }
  .pp_feedback_block form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1; }
  .pp_feedback_block form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1; }
  .pp_feedback_block form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff; }
  .pp_feedback_block form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff; }
  .pp_feedback_block form ::placeholder {
    /* Most modern browsers support this now. */
    color: #fff; }
  .pp_feedback_block form textarea {
    min-height: 80px;
    padding-top: 9px;
    padding-bottom: 9px; }
  .pp_feedback_block form button {
    margin-top: 20px;
    float: right;
    border-top-left-radius: 12px;
    font-size: 16px; }
  .pp_feedback_block form .double {
    *zoom: 1; }
  .pp_feedback_block form .double:before, .pp_feedback_block form .double:after {
    content: "";
    display: table; }
  .pp_feedback_block form .double:after {
    clear: both; }
  @media only screen and (min-width: 480px) {
    .pp_feedback_block form .double .form_element {
      float: left;
      width: 50%; }
      .pp_feedback_block form .double .form_element:first-child {
        padding-right: 12px; }
      .pp_feedback_block form .double .form_element:last-child {
        padding-left: 12px; } }
  .pp_feedback_block form select.select2 {
    max-width: 1px !important;
    min-width: 1px; }
    .pp_feedback_block form select.select2 + .select2 {
      max-width: 100%; }
  .pp_feedback_block form .select2-container .select2-selection--single {
    background: transparent;
    border: 0 none;
    border-bottom: 2px solid #fff; }
    .pp_feedback_block form .select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 40px;
      color: #fff;
      font-family: "Inter", Arial, sans-serif;
      font-size: 16px;
      line-height: 38px; }
      @media only screen and (min-width: 1024px) {
        .pp_feedback_block form .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 40px; } }
    .pp_feedback_block form .select2-container .select2-selection--single .select2-selection__arrow {
      top: 0;
      right: 0;
      width: 40px;
      height: 40px; }
      @media only screen and (min-width: 1024px) {
        .pp_feedback_block form .select2-container .select2-selection--single .select2-selection__arrow {
          width: 40px;
          height: 40px; } }
      .pp_feedback_block form .select2-container .select2-selection--single .select2-selection__arrow b {
        color: #fff; }

.pp_downloads_block {
  padding: 40px 0 25px 0; }
  @media only screen and (min-width: 1024px) {
    .pp_downloads_block {
      padding: 70px 0 50px 0; } }
  .pp_downloads_block .global_container {
    max-width: 900px; }
  .pp_downloads_block .pp_title {
    margin-bottom: 40px;
    text-align: center; }
  .pp_downloads_block .downloads_list {
    *zoom: 1; }
  .pp_downloads_block .downloads_list:before, .pp_downloads_block .downloads_list:after {
    content: "";
    display: table; }
  .pp_downloads_block .downloads_list:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .pp_downloads_block .downloads_list {
      margin: 0 -70px; } }
  .pp_downloads_block .downloads_list .download_item {
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      .pp_downloads_block .downloads_list .download_item {
        float: left;
        width: 50%;
        padding: 0 70px; }
        .pp_downloads_block .downloads_list .download_item:nth-child(2n+1) {
          clear: left; } }
    .pp_downloads_block .downloads_list .download_item > div {
      text-align: center; }
  .pp_downloads_block .downloads_list h3 {
    margin: 0 0 32px 0;
    margin: 0 0 16px 0;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px; }
    @media only screen and (max-width: 1023px) {
      .pp_downloads_block .downloads_list h3 {
        margin: 0 0 26px 0;
        font-size: 27px;
        line-height: 31px; } }
    @media only screen and (max-width: 767px) {
      .pp_downloads_block .downloads_list h3 {
        margin: 0 0 20px 0;
        font-size: 23px;
        line-height: 27px; } }
  .pp_downloads_block .downloads_list .iframe_wrapper {
    padding-bottom: 72.5%;
    background: rgba(182, 182, 182, 0.2); }
    .pp_downloads_block .downloads_list .iframe_wrapper iframe {
      width: 100% !important;
      height: 100% !important; }
  .pp_downloads_block .downloads_list .download_url {
    min-width: 240px;
    height: 60px;
    line-height: 58px;
    margin-top: 17px;
    padding: 0 34px 0 40px;
    color: #181818;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #b6b6b6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; }
    @media only screen and (max-width: 1023px) {
      .pp_downloads_block .downloads_list .download_url {
        height: 50px;
        line-height: 48px;
        padding: 0 29px 0 35px;
        font-size: 14px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px; } }
    @media only screen and (max-width: 767px) {
      .pp_downloads_block .downloads_list .download_url {
        height: 44px;
        line-height: 42px;
        padding: 0 24px 0 30px;
        border-radius: 22px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        -ms-border-radius: 22px;
        -o-border-radius: 22px; } }
    .pp_downloads_block .downloads_list .download_url:before, .pp_downloads_block .downloads_list .download_url:after {
      display: none; }
    .pp_downloads_block .downloads_list .download_url i {
      display: inline-block;
      vertical-align: -1px;
      margin-left: 10px;
      color: #8d8d8d;
      font-size: 18px; }
      @media only screen and (max-width: 1023px) {
        .pp_downloads_block .downloads_list .download_url i {
          font-size: 16px; } }

.pp_accessories_block {
  padding: 70px 0 60px 0; }
  .pp_accessories_block .pp_title {
    margin-bottom: 40px;
    text-align: center; }
  .pp_accessories_block .accessories_list {
    margin: 0 -10px 0;
    font-size: 0;
    text-align: left; }
  .pp_accessories_block .accessory_item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 40px;
    padding: 0 10px; }
    @media only screen and (max-width: 767px) {
      .pp_accessories_block .accessory_item {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .pp_accessories_block .accessory_item {
        width: 100%; } }
    .pp_accessories_block .accessory_item:nth-child(n+5) {
      display: none; }
    .pp_accessories_block .accessory_item > div span {
      display: block; }
    .pp_accessories_block .accessory_item > div .image_cont {
      margin-bottom: 8px;
      overflow: hidden; }
      .pp_accessories_block .accessory_item > div .image_cont > a {
        display: block;
        width: 100%;
        padding-bottom: 56%;
        text-decoration: none;
        border: 0 none;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        @media only screen and (min-width: 1024px) {
          .pp_accessories_block .accessory_item > div .image_cont > a:hover {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); } }
    .pp_accessories_block .accessory_item > div .info_cont {
      text-align: left; }
      .pp_accessories_block .accessory_item > div .info_cont .title {
        margin: 0 0 16px 0;
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-weight: 400;
        font-size: 28px;
        line-height: 35px; }
        @media only screen and (max-width: 1023px) {
          .pp_accessories_block .accessory_item > div .info_cont .title {
            font-size: 27px;
            line-height: 31px; } }
        @media only screen and (max-width: 767px) {
          .pp_accessories_block .accessory_item > div .info_cont .title {
            font-size: 23px;
            line-height: 27px; } }
      .pp_accessories_block .accessory_item > div .info_cont .desc {
        color: rgba(0, 0, 0, 0.7);
        font-size: 16px;
        line-height: 24px; }
        .pp_accessories_block .accessory_item > div .info_cont .desc * {
          color: #757575; }
          .pp_accessories_block .accessory_item > div .info_cont .desc *:first-child {
            margin-top: 0; }
          .pp_accessories_block .accessory_item > div .info_cont .desc *:last-child {
            margin-bottom: 0; }
        .pp_accessories_block .accessory_item > div .info_cont .desc p {
          color: rgba(0, 0, 0, 0.7);
          font-size: 16px;
          line-height: 24px; }
    .pp_accessories_block .accessory_item > div .explore {
      display: inline-block;
      height: 32px;
      margin-top: 18px;
      padding: 0 20px;
      color: #ffffff;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 32px;
      text-transform: uppercase;
      background-color: #e5130b;
      opacity: 0;
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      @media only screen and (max-width: 1023px) {
        .pp_accessories_block .accessory_item > div .explore {
          opacity: 1; } }
    @media only screen and (min-width: 1024px) {
      .pp_accessories_block .accessory_item > div:hover .explore {
        opacity: 1; } }
  .pp_accessories_block .btn_hold {
    position: relative;
    font-size: 0;
    text-align: center; }
    .pp_accessories_block .btn_hold .accessories_btn {
      display: inline-block;
      min-width: 240px;
      height: 60px;
      line-height: 58px;
      padding: 0 34px 0 40px;
      color: #181818;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      background-color: transparent;
      border: 1px solid #b6b6b6;
      opacity: 1;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      @media only screen and (max-width: 1023px) {
        .pp_accessories_block .btn_hold .accessories_btn {
          height: 50px;
          line-height: 48px;
          padding: 0 29px 0 35px;
          font-size: 16px;
          border-radius: 25px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px; } }
      @media only screen and (max-width: 767px) {
        .pp_accessories_block .btn_hold .accessories_btn {
          height: 44px;
          line-height: 42px;
          padding: 0 24px 0 30px;
          border-radius: 22px;
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          -o-border-radius: 22px; } }
      .pp_accessories_block .btn_hold .accessories_btn:before, .pp_accessories_block .btn_hold .accessories_btn:after {
        display: none; }
      .pp_accessories_block .btn_hold .accessories_btn:hover {
        opacity: 0.6; }
      .pp_accessories_block .btn_hold .accessories_btn i {
        display: inline-block;
        vertical-align: 2px;
        margin-left: 14px;
        color: #b6b6b6;
        font-size: 8px; }
      .pp_accessories_block .btn_hold .accessories_btn .less {
        display: none; }
        .pp_accessories_block .btn_hold .accessories_btn .less i {
          vertical-align: 4px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
  .pp_accessories_block.show .accessory_item {
    display: inline-block !important; }
  .pp_accessories_block.show .btn_hold {
    position: relative;
    font-size: 0;
    text-align: center; }
    .pp_accessories_block.show .btn_hold .accessories_btn .more {
      display: none; }
    .pp_accessories_block.show .btn_hold .accessories_btn .less {
      display: inline; }

.pp_modifications_section {
  padding: 80px 0; }
  .pp_modifications_section .pp_title {
    margin-bottom: 30px;
    text-align: center; }
  .pp_modifications_section .modifications_preview {
    display: table;
    table-layout: fixed;
    width: 100%; }
  .pp_modifications_section .mod_tabs {
    display: table-cell;
    vertical-align: top;
    width: 100px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-right: 0; }
    @media only screen and (min-width: 768px) {
      .pp_modifications_section .mod_tabs {
        width: 170px; } }
    @media only screen and (min-width: 1024px) {
      .pp_modifications_section .mod_tabs {
        width: 250px; } }
    .pp_modifications_section .mod_tabs .tab {
      position: relative;
      margin: -1px 0 0 -1px;
      border: 2px solid transparent; }
      .pp_modifications_section .mod_tabs .tab button {
        display: block;
        min-width: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 34px;
        margin: 0;
        padding: 10px;
        background: #fafafa;
        border: 0 none;
        border-top: 1px solid #e5e5e5;
        color: #1f1f1f;
        font-family: "Inter", Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        text-align: left;
        text-transform: none;
        outline: none;
        opacity: 1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-transition: none 150ms ease-in-out;
        -moz-transition: none 150ms ease-in-out;
        -o-transition: none 150ms ease-in-out;
        -ms-transition: none 150ms ease-in-out;
        transition: none 150ms ease-in-out; }
        @media only screen and (min-width: 768px) {
          .pp_modifications_section .mod_tabs .tab button {
            min-height: 46px;
            padding: 10px 10px 10px 14px; } }
        @media only screen and (min-width: 1024px) {
          .pp_modifications_section .mod_tabs .tab button {
            min-height: 66px;
            padding: 10px 10px 10px 22px; } }
        .pp_modifications_section .mod_tabs .tab button:after, .pp_modifications_section .mod_tabs .tab button:before {
          display: none; }
      .pp_modifications_section .mod_tabs .tab:first-child button {
        border-top: 0 none; }
    .pp_modifications_section .mod_tabs .tab.active {
      position: relative;
      margin: -1px -2px 0 -1px;
      border: 2px solid #005ec4;
      border-right: 0 none; }
      .pp_modifications_section .mod_tabs .tab.active button {
        background: #fff;
        border-top-color: transparent;
        color: #005ec4; }
      .pp_modifications_section .mod_tabs .tab.active + .tab button {
        border-top-color: transparent; }
  .pp_modifications_section .mod_contents {
    display: table-cell;
    vertical-align: top;
    padding: 20px 10px 10px 10px;
    border: 2px solid #005ec4; }
    @media only screen and (min-width: 768px) {
      .pp_modifications_section .mod_contents {
        padding: 20px; } }
    @media only screen and (min-width: 1024px) {
      .pp_modifications_section .mod_contents {
        padding: 30px 60px; } }
  .pp_modifications_section .mod_content {
    position: relative; }
    .pp_modifications_section .mod_content .image_cont {
      width: 140px;
      margin: 0 auto 15px; }
      @media only screen and (min-width: 768px) {
        .pp_modifications_section .mod_content .image_cont {
          position: absolute;
          top: 0;
          left: 0;
          margin: 0;
          height: 140px; } }
      @media only screen and (min-width: 1024px) {
        .pp_modifications_section .mod_content .image_cont {
          top: 30px;
          width: 200px;
          height: 200px; } }
      .pp_modifications_section .mod_content .image_cont img {
        display: block;
        max-width: 140px;
        max-height: 140px;
        width: auto;
        height: auto; }
        @media only screen and (min-width: 768px) {
          .pp_modifications_section .mod_content .image_cont img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
        @media only screen and (min-width: 1024px) {
          .pp_modifications_section .mod_content .image_cont img {
            max-width: 200px;
            max-height: 200px; } }
    @media only screen and (min-width: 768px) {
      .pp_modifications_section .mod_content .info_cont {
        min-height: 300px;
        padding-left: 160px; } }
    @media only screen and (min-width: 1024px) {
      .pp_modifications_section .mod_content .info_cont {
        padding-left: 230px; } }
    .pp_modifications_section .mod_content .info_cont .title {
      color: #1f1f1f;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 22px;
      font-weight: normal;
      line-height: 36px; }
      @media only screen and (min-width: 768px) {
        .pp_modifications_section .mod_content .info_cont .title {
          font-size: 28px; } }
    .pp_modifications_section .mod_content .info_cont .subtitle {
      margin-top: 6px;
      color: #777777;
      font-size: 12px;
      font-weight: 400;
      line-height: 18px; }
    .pp_modifications_section .mod_content .info_cont .cat {
      margin-top: 32px; }
      .pp_modifications_section .mod_content .info_cont .cat .cat_title {
        margin-bottom: 2px;
        border-bottom: 1px solid #e5e5e5;
        color: #1f1f1f;
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400; }
        @media only screen and (min-width: 768px) {
          .pp_modifications_section .mod_content .info_cont .cat .cat_title {
            font-size: 25px; } }
      .pp_modifications_section .mod_content .info_cont .cat .cat_specs {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .pp_modifications_section .mod_content .info_cont .cat .cat_specs > div {
          display: table-cell;
          vertical-align: top;
          padding: 9px 0;
          font-size: 10px;
          font-weight: 400; }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .mod_content .info_cont .cat .cat_specs > div {
              font-size: 14px; } }
        .pp_modifications_section .mod_content .info_cont .cat .cat_specs .cat_spec_title {
          color: #707070; }
        .pp_modifications_section .mod_content .info_cont .cat .cat_specs .cat_spec_value {
          padding-left: 15px;
          color: #1f1f1f; }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .mod_content .info_cont .cat .cat_specs .cat_spec_value {
              padding-left: 30px; } }
    .pp_modifications_section .mod_content .info_cont .btns_holder {
      margin-top: 21px; }
      @media only screen and (max-width: 479px) {
        .pp_modifications_section .mod_content .info_cont .btns_holder {
          text-align: center; } }
      .pp_modifications_section .mod_content .info_cont .btns_holder button {
        min-width: 0;
        margin: 0;
        padding: 0;
        height: 34px;
        background: transparent;
        border: 0 none;
        line-height: 1;
        font-family: "Inter", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        outline: none;
        white-space: nowrap; }
        @media only screen and (min-width: 480px) {
          .pp_modifications_section .mod_content .info_cont .btns_holder button {
            margin: 0 15px 0 0; } }
        @media only screen and (min-width: 768px) {
          .pp_modifications_section .mod_content .info_cont .btns_holder button {
            margin: 0 30px 0 0; } }
        .pp_modifications_section .mod_content .info_cont .btns_holder button:last-child {
          margin-right: 0; }
        .pp_modifications_section .mod_content .info_cont .btns_holder button:after, .pp_modifications_section .mod_content .info_cont .btns_holder button:before {
          display: none; }
        .pp_modifications_section .mod_content .info_cont .btns_holder button[disabled] {
          opacity: 0.5; }
      .pp_modifications_section .mod_content .info_cont .btns_holder .fullspec_btn {
        padding: 0 20px;
        background: #005ec4;
        color: #fff;
        text-transform: uppercase;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px; }
        @media only screen and (max-width: 479px) {
          .pp_modifications_section .mod_content .info_cont .btns_holder .fullspec_btn {
            width: 100%;
            max-width: 100%; } }
        .pp_modifications_section .mod_content .info_cont .btns_holder .fullspec_btn[disabled] {
          background: #b6b6b6; }
      .pp_modifications_section .mod_content .info_cont .btns_holder .addtocomparison_btn {
        color: #1f1f1f;
        text-transform: none; }
        .pp_modifications_section .mod_content .info_cont .btns_holder .addtocomparison_btn:after {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          display: inline-block;
          vertical-align: middle;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: '\e90e';
          display: inline-block;
          vertical-align: 0px;
          margin-left: 6px;
          color: #707070;
          font-size: 10px; }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .mod_content .info_cont .btns_holder .addtocomparison_btn:after {
              vertical-align: 1px; } }
        .pp_modifications_section .mod_content .info_cont .btns_holder .addtocomparison_btn[disabled] {
          color: #b6b6b6; }
  .pp_modifications_section .modifications_comparison {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5; }
    @media only screen and (min-width: 768px) {
      .pp_modifications_section .modifications_comparison {
        margin-top: 50px; } }
    .pp_modifications_section .modifications_comparison .cat {
      margin-top: 30px; }
      .pp_modifications_section .modifications_comparison .cat .cat_title {
        padding-bottom: 2px;
        border-bottom: 1px solid #e5e5e5;
        color: #1f1f1f;
        font-family: "Century Gothic Bold", Arial, sans-serif;
        font-size: 24px;
        font-weight: 400; }
      .pp_modifications_section .modifications_comparison .cat .cat_specs {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .pp_modifications_section .modifications_comparison .cat .cat_specs > div {
          display: table-cell;
          vertical-align: top;
          padding: 15px 0;
          border-bottom: 1px solid #e5e5e5; }
        .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_title {
          width: 25%;
          color: #707070;
          font-size: 10px; }
          @media only screen and (min-width: 350px) {
            .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_title {
              width: 30%; } }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_title {
              font-size: 14px; } }
        .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_values .tbl {
          display: table;
          table-layout: fixed;
          width: 100%; }
        .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_values .cl {
          display: table-cell;
          vertical-align: top;
          padding-left: 10px;
          color: #1f1f1f;
          font-size: 10px; }
          @media only screen and (min-width: 350px) {
            .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_values .cl {
              padding-left: 15px; } }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .modifications_comparison .cat .cat_specs .cat_spec_values .cl {
              padding-left: 45px;
              font-size: 14px; } }
      .pp_modifications_section .modifications_comparison .cat.head .cat_specs > div {
        padding: 0;
        border: 0 none; }
      .pp_modifications_section .modifications_comparison .cat.head .image_wrapper {
        position: relative; }
        .pp_modifications_section .modifications_comparison .cat.head .image_wrapper .image_cont {
          position: relative;
          width: 100%;
          padding-bottom: 100%; }
          .pp_modifications_section .modifications_comparison .cat.head .image_wrapper .image_cont img {
            position: absolute;
            top: 50%;
            left: 50%;
            right: 0;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .pp_modifications_section .modifications_comparison .cat.head .image_wrapper .title {
          margin-top: 6px;
          width: 100%;
          font-size: 12px;
          font-weight: bold;
          text-align: center; }
          @media only screen and (min-width: 768px) {
            .pp_modifications_section .modifications_comparison .cat.head .image_wrapper .title {
              position: absolute;
              left: 0;
              bottom: 0;
              margin: 0;
              font-size: 16px; } }
        .pp_modifications_section .modifications_comparison .cat.head .image_wrapper button.remove {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          min-width: 0;
          width: auto;
          height: auto;
          line-height: 1;
          margin: 0;
          padding: 0;
          background: none;
          border: 0 none;
          outline: none; }
          @media only screen and (max-width: 768px) {
            .pp_modifications_section .modifications_comparison .cat.head .image_wrapper button.remove {
              top: -15px; } }
          .pp_modifications_section .modifications_comparison .cat.head .image_wrapper button.remove:after, .pp_modifications_section .modifications_comparison .cat.head .image_wrapper button.remove:before {
            display: none; }
          .pp_modifications_section .modifications_comparison .cat.head .image_wrapper button.remove:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e902';
            display: block;
            color: #e5130b;
            font-size: 16px;
            line-height: 1; }
      .pp_modifications_section .modifications_comparison .cat.head .button_wrapper {
        position: relative;
        width: 100%;
        padding-bottom: 100%; }
        .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button {
          position: absolute;
          top: 0;
          left: 0;
          min-width: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 8px;
          background: #fafafa;
          border: 1px solid #e5e5e5;
          color: #707070;
          font-size: 14px;
          font-weight: 400;
          line-height: 1;
          text-transform: none;
          outline: none;
          opacity: 1; }
          @media only screen and (max-width: 767px) {
            .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button {
              padding: 0;
              font-size: 0;
              color: transparent;
              border-radius: 8px;
              -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              -ms-border-radius: 8px;
              -o-border-radius: 8px; } }
          .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button:after, .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button:before {
            display: none; }
          .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            display: inline-block;
            vertical-align: middle;
            /* Better Font Rendering =========== */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e90e';
            display: block;
            margin: 0 auto 8px;
            color: #005ec4;
            font-size: 22px;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .pp_modifications_section .modifications_comparison .cat.head .button_wrapper button:before {
                margin: 0;
                font-size: 16px; } }
      .pp_modifications_section .modifications_comparison .cat.head + .cat {
        margin-top: 20px; }
    .pp_modifications_section .modifications_comparison .btn_hold {
      margin-top: 30px;
      text-align: center; }
      .pp_modifications_section .modifications_comparison .btn_hold button, .pp_modifications_section .modifications_comparison .btn_hold button:focus {
        min-width: 240px;
        height: 60px;
        line-height: 58px;
        padding: 0 34px 0 40px;
        color: #181818;
        font-family: "Century Gothic Normal", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #b6b6b6;
        opacity: 1;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px; }
        @media only screen and (max-width: 1023px) {
          .pp_modifications_section .modifications_comparison .btn_hold button, .pp_modifications_section .modifications_comparison .btn_hold button:focus {
            height: 50px;
            line-height: 48px;
            padding: 0 29px 0 35px;
            font-size: 16px;
            border-radius: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 25px;
            -ms-border-radius: 25px;
            -o-border-radius: 25px; } }
        @media only screen and (max-width: 767px) {
          .pp_modifications_section .modifications_comparison .btn_hold button, .pp_modifications_section .modifications_comparison .btn_hold button:focus {
            height: 44px;
            line-height: 42px;
            padding: 0 24px 0 30px;
            border-radius: 22px;
            -webkit-border-radius: 22px;
            -moz-border-radius: 22px;
            -ms-border-radius: 22px;
            -o-border-radius: 22px; } }
        .pp_modifications_section .modifications_comparison .btn_hold button:before, .pp_modifications_section .modifications_comparison .btn_hold button:after, .pp_modifications_section .modifications_comparison .btn_hold button:focus:before, .pp_modifications_section .modifications_comparison .btn_hold button:focus:after {
          display: none; }
        .pp_modifications_section .modifications_comparison .btn_hold button:hover, .pp_modifications_section .modifications_comparison .btn_hold button:focus:hover {
          opacity: 0.6; }
        .pp_modifications_section .modifications_comparison .btn_hold button i, .pp_modifications_section .modifications_comparison .btn_hold button:focus i {
          display: inline-block;
          vertical-align: 2px;
          margin-left: 14px;
          color: #b6b6b6;
          font-size: 8px; }
        .pp_modifications_section .modifications_comparison .btn_hold button .less i, .pp_modifications_section .modifications_comparison .btn_hold button:focus .less i {
          vertical-align: 4px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }

.modifications-modal {
  background: #fff;
  padding: 15px; }
  @media only screen and (min-width: 768px) {
    .modifications-modal {
      padding: 40px 50px; } }
  .modifications-modal .modal_title {
    margin: 0 0 20px 0;
    padding-right: 20px;
    color: #1f1f1f;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .modifications-modal .modal_title {
        font-size: 30px; } }
    .modifications-modal .modal_title + .prod_list {
      margin-top: 0; }
  .modifications-modal .prod_list {
    margin-top: 40px; }
  .modifications-modal .prod_title {
    margin-bottom: 10px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .modifications-modal .prod_title {
        font-size: 22px; } }
  .modifications-modal .mod_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .modifications-modal .mod_list .mod_item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%;
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5; }
      .modifications-modal .mod_list .mod_item:nth-child(3n+3) {
        border-right: 0 none; }
      .modifications-modal .mod_list .mod_item:nth-child(3n+1):nth-last-child(-n+3), .modifications-modal .mod_list .mod_item:nth-child(3n+1):nth-last-child(-n+3) ~ .mod_item {
        border-bottom: 0 none; }
      .modifications-modal .mod_list .mod_item .mod_item_cont {
        padding: 10px;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .modifications-modal .mod_list .mod_item .mod_item_cont {
            padding: 20px 30px; } }
        .modifications-modal .mod_list .mod_item .mod_item_cont.disabled {
          opacity: 0.2;
          cursor: not-allowed; }
        @media only screen and (min-width: 768px) {
          .modifications-modal .mod_list .mod_item .mod_item_cont:hover .title {
            color: #1b5eb5; } }
      .modifications-modal .mod_list .mod_item .image_cont {
        position: relative;
        width: 100%;
        padding-bottom: 100%; }
        .modifications-modal .mod_list .mod_item .image_cont img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .modifications-modal .mod_list .mod_item .title {
        color: #1f1f1f;
        font-family: "Inter", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .modifications-modal .mod_list .mod_item .title {
            font-size: 18px;
            -webkit-transition: all 150ms ease-in-out;
            -moz-transition: all 150ms ease-in-out;
            -o-transition: all 150ms ease-in-out;
            -ms-transition: all 150ms ease-in-out;
            transition: all 150ms ease-in-out; } }
  .modifications-modal .btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    min-width: 0;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: none;
    border: 0 none;
    outline: none; }
    @media only screen and (min-width: 768px) {
      .modifications-modal .btn_close {
        top: 40px;
        right: 50px; } }
    .modifications-modal .btn_close:after, .modifications-modal .btn_close:before {
      display: none; }
    .modifications-modal .btn_close:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e902';
      display: block;
      color: #e5130b;
      font-size: 16px;
      line-height: 1; }

.pp_modifications_block {
  padding: 80px 0; }
  .pp_modifications_block .select2-container .product-select2 {
    border-bottom: 1px solid #bfbfbf; }
    .pp_modifications_block .select2-container .product-select2 .select2-selection__rendered {
      height: 39px;
      line-height: 39px;
      padding-left: 25px;
      color: #2c2c2c;
      font-family: "Inter", Arial, sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .select2-container .product-select2 .select2-selection__rendered {
          font-size: 14px; } }
    .pp_modifications_block .select2-container .product-select2 .select2-selection__arrow {
      width: 25px;
      height: 39px;
      line-height: 39px;
      background-color: transparent;
      top: 0;
      left: 0;
      right: auto; }
      .pp_modifications_block .select2-container .product-select2 .select2-selection__arrow b {
        display: block;
        height: 38px;
        line-height: 39px;
        color: #b6b6b6;
        font-size: 7px;
        line-height: 38px;
        text-align: left; }
  .pp_modifications_block .modifications_selectors {
    margin-bottom: 40px; }
    .pp_modifications_block .modifications_selectors .mod_subtitle {
      color: #777;
      margin: 0 0 12px 0;
      padding: 0 0 12px 0px;
      border-bottom: 1px solid #ddd; }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .modifications_selectors .mod_subtitle {
          text-align: center; } }
    .pp_modifications_block .modifications_selectors .empty-cl {
      width: 320px; }
      @media only screen and (max-width: 1023px) {
        .pp_modifications_block .modifications_selectors .empty-cl {
          width: 260px; } }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .modifications_selectors .empty-cl {
          width: 100%;
          margin-bottom: 30px;
          text-align: center; } }
    .pp_modifications_block .modifications_selectors .tbl {
      display: table;
      table-layout: fixed;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .modifications_selectors .tbl {
          display: block; } }
      .pp_modifications_block .modifications_selectors .tbl > .cl {
        display: table-cell;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          .pp_modifications_block .modifications_selectors .tbl > .cl {
            display: block; } }
      .pp_modifications_block .modifications_selectors .tbl .tbl {
        display: table;
        table-layout: fixed;
        width: 100%; }
        .pp_modifications_block .modifications_selectors .tbl .tbl .cl {
          display: table-cell;
          vertical-align: top;
          padding: 0 0 0 30px; }
          @media only screen and (max-width: 767px) {
            .pp_modifications_block .modifications_selectors .tbl .tbl .cl {
              padding: 0; }
              .pp_modifications_block .modifications_selectors .tbl .tbl .cl:nth-child(2), .pp_modifications_block .modifications_selectors .tbl .tbl .cl:nth-child(3) {
                display: none; } }
    .pp_modifications_block .modifications_selectors .image_cont {
      margin-top: 25px; }
      .pp_modifications_block .modifications_selectors .image_cont img {
        display: block; }
    .pp_modifications_block .modifications_selectors.fixed {
      display: none;
      position: fixed;
      top: 142px;
      left: 0;
      width: 100%;
      height: 40px;
      margin: 0;
      z-index: 3;
      background-color: #e3e3e3;
      -webkit-transition: top 150ms ease-in-out;
      -moz-transition: top 150ms ease-in-out;
      -o-transition: top 150ms ease-in-out;
      -ms-transition: top 150ms ease-in-out;
      transition: top 150ms ease-in-out; }
      @media only screen and (max-width: 1023px) {
        .pp_modifications_block .modifications_selectors.fixed {
          top: 110px; } }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .modifications_selectors.fixed {
          top: 60px; } }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .modifications_selectors.fixed .empty-cl {
          display: none; } }
      @media only screen and (min-width: 1024px) {
        .pp_modifications_block .modifications_selectors.fixed.nav-up {
          top: 60px; } }
      .pp_modifications_block .modifications_selectors.fixed .select2-container .product-select2 {
        border: 0 none;
        background-color: transparent; }
        .pp_modifications_block .modifications_selectors.fixed .select2-container .product-select2 .select2-selection__rendered {
          height: 40px;
          line-height: 40px;
          padding-left: 25px;
          color: #2c2c2c;
          font-family: "Inter", Arial, sans-serif;
          font-size: 18px;
          font-weight: 400;
          text-transform: uppercase; }
          @media only screen and (max-width: 767px) {
            .pp_modifications_block .modifications_selectors.fixed .select2-container .product-select2 .select2-selection__rendered {
              font-size: 14px; } }
        .pp_modifications_block .modifications_selectors.fixed .select2-container .product-select2 .select2-selection__arrow {
          width: 25px;
          height: 40px;
          line-height: 40px;
          background-color: transparent;
          top: 0;
          left: 0;
          right: auto; }
          .pp_modifications_block .modifications_selectors.fixed .select2-container .product-select2 .select2-selection__arrow b {
            display: block;
            height: 40px;
            line-height: 40px;
            color: #0203fd;
            font-size: 7px;
            text-align: left; }
  .pp_modifications_block .specifications_cat_list {
    margin-bottom: 24px; }
    .pp_modifications_block .specifications_cat_list .cat_item {
      margin-bottom: 50px; }
      .pp_modifications_block .specifications_cat_list .cat_item:last-child {
        margin: 0; }
    .pp_modifications_block .specifications_cat_list .cat_title {
      padding: 0 0 10px 0;
      color: #1f1f1f;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 24px;
      font-weight: 400;
      line-height: 1.1; }
    .pp_modifications_block .specifications_cat_list .spec_title {
      width: 320px;
      color: #707070;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      @media only screen and (max-width: 1023px) {
        .pp_modifications_block .specifications_cat_list .spec_title {
          width: 260px; } }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .specifications_cat_list .spec_title {
          width: 44%; } }
    .pp_modifications_block .specifications_cat_list .spec_list {
      border-top: 1px solid #e5e5e5;
      display: table;
      table-layout: fixed;
      width: 100%; }
    .pp_modifications_block .specifications_cat_list .spec_row {
      display: table-row; }
      .pp_modifications_block .specifications_cat_list .spec_row > .cl {
        display: table-cell;
        height: 32px;
        padding: 8px 0 8px 0;
        border-bottom: 1px solid #e5e5e5; }
    .pp_modifications_block .specifications_cat_list .spec_block > .cl {
      padding: 0 0 0 30px;
      color: #141414;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .specifications_cat_list .spec_block > .cl:nth-child(2), .pp_modifications_block .specifications_cat_list .spec_block > .cl:nth-child(3) {
          display: none; } }
  .pp_modifications_block .btn_hold {
    text-align: center; }
    .pp_modifications_block .btn_hold button, .pp_modifications_block .btn_hold button:focus {
      min-width: 240px;
      height: 60px;
      line-height: 58px;
      padding: 0 34px 0 40px;
      color: #181818;
      font-family: "Century Gothic Normal", Arial, sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      background-color: transparent;
      border: 1px solid #b6b6b6;
      opacity: 1;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; }
      @media only screen and (max-width: 1023px) {
        .pp_modifications_block .btn_hold button, .pp_modifications_block .btn_hold button:focus {
          height: 50px;
          line-height: 48px;
          padding: 0 29px 0 35px;
          font-size: 16px;
          border-radius: 25px;
          -webkit-border-radius: 25px;
          -moz-border-radius: 25px;
          -ms-border-radius: 25px;
          -o-border-radius: 25px; } }
      @media only screen and (max-width: 767px) {
        .pp_modifications_block .btn_hold button, .pp_modifications_block .btn_hold button:focus {
          height: 44px;
          line-height: 42px;
          padding: 0 24px 0 30px;
          border-radius: 22px;
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          -o-border-radius: 22px; } }
      .pp_modifications_block .btn_hold button:before, .pp_modifications_block .btn_hold button:after, .pp_modifications_block .btn_hold button:focus:before, .pp_modifications_block .btn_hold button:focus:after {
        display: none; }
      .pp_modifications_block .btn_hold button:hover, .pp_modifications_block .btn_hold button:focus:hover {
        opacity: 0.6; }
      .pp_modifications_block .btn_hold button i, .pp_modifications_block .btn_hold button:focus i {
        display: inline-block;
        vertical-align: 2px;
        margin-left: 14px;
        color: #b6b6b6;
        font-size: 8px; }
      .pp_modifications_block .btn_hold button .less i, .pp_modifications_block .btn_hold button:focus .less i {
        vertical-align: 4px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }

.product_preview_navigation {
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 3;
  -webkit-transition: top 150ms ease-in-out;
  -moz-transition: top 150ms ease-in-out;
  -o-transition: top 150ms ease-in-out;
  -ms-transition: top 150ms ease-in-out;
  transition: top 150ms ease-in-out; }
  @media only screen and (max-width: 767px) {
    .product_preview_navigation {
      display: none; } }
  @media only screen and (max-width: 1023px) {
    .product_preview_navigation {
      top: 60px; } }
  @media only screen and (min-width: 1024px) {
    .product_preview_navigation.nav-up {
      top: 0; } }
  .product_preview_navigation .tbl {
    height: 60px;
    width: auto; }
    @media only screen and (max-width: 1023px) {
      .product_preview_navigation .tbl {
        height: 50px; } }
    .product_preview_navigation .tbl .cl {
      vertical-align: middle; }
  .product_preview_navigation .title_cont {
    float: left; }
    .product_preview_navigation .title_cont * {
      color: #fff; }
    .product_preview_navigation .title_cont .title {
      padding: 0 14px 0 0;
      color: #ffffff;
      font-family: "Century Gothic Bold", Arial, sans-serif;
      font-size: 37px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 1023px) {
        .product_preview_navigation .title_cont .title {
          font-size: 30px; } }
    .product_preview_navigation .title_cont .subtitle {
      width: 160px;
      color: #ffffff;
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px; }
      @media only screen and (max-width: 1023px) {
        .product_preview_navigation .title_cont .subtitle {
          font-size: 12px;
          line-height: 14px; } }
  .product_preview_navigation .nav_cont {
    float: right; }
    .product_preview_navigation .nav_cont .cl {
      font-size: 0; }
    .product_preview_navigation .nav_cont a, .product_preview_navigation .nav_cont a:focus {
      margin-left: 15px;
      color: #a3a3a3;
      font-family: "Inter", Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 18px;
      text-transform: capitalize;
      text-decoration: none;
      border-bottom: 2px solid transparent;
      outline: none; }
      @media only screen and (max-width: 1023px) {
        .product_preview_navigation .nav_cont a, .product_preview_navigation .nav_cont a:focus {
          font-size: 14px;
          line-height: 16px; } }
      @media only screen and (min-width: 1024px) {
        .product_preview_navigation .nav_cont a:hover, .product_preview_navigation .nav_cont a:focus:hover {
          color: #ffffff;
          border-bottom: 2px solid #2a61ae; } }
      .product_preview_navigation .nav_cont a.current, .product_preview_navigation .nav_cont a:focus.current {
        color: #ffffff;
        border-bottom: 2px solid #2a61ae; }

.category_description {
  padding-top: 7px;
  max-height: 141px;
  overflow: hidden;
  transition: max-height 0.4s;
  /*	white-space: nowrap;
  	text-overflow: ellipsis;*/ }

.category_description.showmore {
  max-height: 2000px;
  transition: max-height 2s; }

.showMore {
  height: 32px;
  line-height: 32px;
  margin: 20px 0 10px 0; }

.category_title_h1 {
  margin: 0 0 22px 0;
  text-transform: none;
  font-size: 55px; }
  .category_title_h1.blue {
    color: #005ca5; }
  .category_title_h1 a {
    margin: 0 0 22px 0;
    text-transform: none;
    font-size: 55px;
    text-decoration: none; }
    .category_title_h1 a.blue {
      color: #005ca5; }

.pp_manuals_block .block_layout {
  text-align: center;
  margin-bottom: 69px; }
  .pp_manuals_block .block_layout.small-margin {
    margin-bottom: 24px; }
.pp_manuals_block .pp_image {
  margin-bottom: 34px; }
  .pp_manuals_block .pp_image img {
    max-width: 544px;
    width: 100%;
    margin: 0 auto; }
.pp_manuals_block .pp_info {
  padding-top: 24px; }
  .pp_manuals_block .pp_info .pp_desc p {
    max-width: 660px;
    margin: 0 auto; }
.pp_manuals_block .pp_link {
  font-size: 17px;
  background: #005ec4;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #005ec4;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  display: inline-block;
  padding: 0 30px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px; }
  .pp_manuals_block .pp_link:hover, .pp_manuals_block .pp_link:focus {
    text-decoration: none; }
  @media only screen and (max-width: 479px) {
    .pp_manuals_block .pp_link {
      width: 100%;
      max-width: 100%; } }

.productfaq .faq-q__body {
  padding-left: 40px; }

.markets_container {
  padding-top: 82px; }
  @media only screen and (max-width: 1023px) {
    .markets_container {
      padding-top: 60px; } }
  .markets_container h1, .markets_container h2, .markets_container h3, .markets_container h4, .markets_container h5, .markets_container h6 {
    margin: 0; }
  .markets_container a {
    display: block;
    text-decoration: none;
    border: 0 none; }
  .markets_container span {
    display: block; }
  .markets_container .tbl {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%; }
    .markets_container .tbl .cl {
      display: table-cell;
      vertical-align: bottom; }
  .markets_container .image_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .markets_container .markets_title {
    margin: 0 0 26px 0;
    color: #5d92e3;
    font-size: 55px;
    font-weight: 400;
    text-align: center; }
    @media only screen and (max-width: 1023px) {
      .markets_container .markets_title {
        font-size: 45px; } }
    @media only screen and (max-width: 767px) {
      .markets_container .markets_title {
        font-size: 35px; } }

.markets_images_block .global_container {
  height: 100%; }
@media only screen and (min-width: 1600px) {
  .markets_images_block .slide_text_wrapper {
    max-width: 100%;
    padding-left: 118px;
    padding-right: 80px; } }
.markets_images_block .main_image_block {
  position: relative;
  height: 400px;
  min-height: 100vh;
  min-height: -webkit-calc(100vh - 82px);
  min-height: -moz-calc(100vh - 82px);
  min-height: calc(100vh - 82px); }
  @media only screen and (max-width: 1023px) {
    .markets_images_block .main_image_block {
      min-height: 100vh;
      min-height: -webkit-calc(100vh - 60px);
      min-height: -moz-calc(100vh - 60px);
      min-height: calc(100vh - 60px); } }
  @media only screen and (max-width: 767px) {
    .markets_images_block .main_image_block .image_bg {
      height: 85%;
      height: -webkit-calc(100% - 258px);
      height: -moz-calc(100% - 258px);
      height: calc(100% - 258px); } }
  .markets_images_block .main_image_block .slick-slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 590px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.7+100 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    /* IE6-9 */ }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .slick-slide:before {
        height: 260px;
        background: #000; } }
  .markets_images_block .main_image_block .slick-slide .global_container {
    position: relative;
    z-index: 1; }
  .markets_images_block .main_image_block .slider_loader {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url("../img/slider_loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    z-index: 2; }
  .markets_images_block .main_image_block div {
    height: 100%; }
  .markets_images_block .main_image_block .cl {
    padding: 100px 0 220px 0; }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .cl {
        padding: 60px 0 50px 0; } }
  .markets_images_block .main_image_block video {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -100;
    background-size: cover;
    transition: 1s opacity;
    object-fit: cover; }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block video {
        height: 85%;
        height: -webkit-calc(100% - 220px);
        height: -moz-calc(100% - 220px);
        height: calc(100% - 220px); } }
  .markets_images_block .main_image_block .title {
    line-height: 1;
    font-size: 72px;
    text-transform: none; }
    @media only screen and (min-width: 1600px) {
      .markets_images_block .main_image_block .title {
        max-width: 520px; } }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .title {
        font-size: 40px;
        min-height: 87px; } }
    @media only screen and (min-width: 768px) {
      .markets_images_block .main_image_block .title.mobile_title {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .title.normal_title {
        display: none; } }
  .markets_images_block .main_image_block .subtitle {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter", Arial, sans-serif;
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .subtitle {
        font-size: 16px; } }
  .markets_images_block .main_image_block .light .title, .markets_images_block .main_image_block .light .subtitle {
    color: #fff; }
  .markets_images_block .main_image_block .dark .title, .markets_images_block .main_image_block .dark .subtitle {
    color: #000000; }
    @media only screen and (max-width: 767px) {
      .markets_images_block .main_image_block .dark .title, .markets_images_block .main_image_block .dark .subtitle {
        color: #fff; } }
  .markets_images_block .main_image_block .dark .mygtukas {
    border: 2px solid rgba(255, 255, 255, 0.2); }
  .markets_images_block .main_image_block .mygtukas {
    display: inline-block;
    height: 48px;
    line-height: 44px;
    margin-top: 15px;
    padding: 0 21px 0 31px;
    color: #ffffff;
    font-family: "Century Gothic Light", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #000;
    text-transform: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; }
    @media only screen and (min-width: 1024px) {
      .markets_images_block .main_image_block .mygtukas {
        height: 48px;
        line-height: 44px; } }
    .markets_images_block .main_image_block .mygtukas:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e908";
      display: inline-block;
      vertical-align: -1px;
      margin-left: 11px;
      font-size: 16px; }
  .markets_images_block .main_image_block .slick-slide {
    position: relative;
    height: 100%; }
    .markets_images_block .main_image_block .slick-slide:hover .mygtukas, .markets_images_block .main_image_block .slick-slide:focus .mygtukas {
      border-color: #e5130b;
      background-color: #e5130b; }
  .markets_images_block .main_image_block .slick-dots {
    bottom: 6px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    padding-left: 16px; }
    @media only screen and (min-width: 1024px) {
      .markets_images_block .main_image_block .slick-dots {
        display: none !important; } }
    .markets_images_block .main_image_block .slick-dots li {
      display: inline-block;
      vertical-align: top;
      width: 28px;
      height: 30px;
      margin: 0 5px;
      padding: 0; }
      @media only screen and (max-width: 380px) {
        .markets_images_block .main_image_block .slick-dots li {
          margin: 0 5px; } }
      .markets_images_block .main_image_block .slick-dots li:before {
        display: none; }
      .markets_images_block .main_image_block .slick-dots li button {
        padding: 0;
        border: 0 none;
        width: 100%;
        height: 30px;
        min-width: 0;
        background-color: transparent;
        border: 0 none;
        opacity: 1;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        -webkit-box-shadow: 0 0 0px 0 transparent;
        -moz-box-shadow: 0 0 0px 0 transparent;
        box-shadow: 0 0 0px 0 transparent; }
        .markets_images_block .main_image_block .slick-dots li button:before, .markets_images_block .main_image_block .slick-dots li button:after {
          display: none; }
        .markets_images_block .main_image_block .slick-dots li button:before {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          margin-top: 14px;
          background-color: rgba(255, 255, 255, 0.4);
          opacity: 1; }
        .markets_images_block .main_image_block .slick-dots li button:hover {
          background-color: transparent;
          border: 0 none; }
          .markets_images_block .main_image_block .slick-dots li button:hover:before {
            background-color: #005dff; }
      .markets_images_block .main_image_block .slick-dots li.slick-active button {
        background-color: transparent;
        border: 0 none;
        opacity: 1; }
        .markets_images_block .main_image_block .slick-dots li.slick-active button:before {
          background-color: #005dff;
          opacity: 1; }
  .markets_images_block .main_image_block .progressBarContainer {
    position: absolute;
    bottom: 68px;
    width: 100%;
    left: 0px;
    height: auto;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .markets_images_block .main_image_block .progressBarContainer {
        display: block; } }
    .markets_images_block .main_image_block .progressBarContainer h3 {
      opacity: 0.4;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      font-family: "Inter", Arial, sans-serif;
      line-height: 20px;
      margin: 21px 0 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      min-height: 40px; }
    .markets_images_block .main_image_block .progressBarContainer .global_container {
      text-align: center; }
    .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp {
      display: inline-block;
      vertical-align: top;
      width: 160px;
      text-align: left;
      padding: 0;
      cursor: pointer;
      margin-right: 29px;
      color: white;
      padding-left: 0px;
      position: relative; }
      @media only screen and (max-width: 1130px) {
        .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp {
          width: 140px; } }
      @media only screen and (max-width: 1130px) {
        .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp {
          margin-right: 15 px; } }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp span.iteration_number {
        position: absolute;
        left: 0;
        top: -15px;
        width: 31px;
        height: 31px;
        line-height: 31px;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        font-size: 12px;
        display: none; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp:last-child {
        margin-right: 0; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp span.progressBar {
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.2);
        display: block; }
        .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp span.progressBar div {
          height: 4px; }
        .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp span.progressBar .inProgress {
          background-color: #0046c1;
          width: 0%;
          height: 2px; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp.active span.progressBar {
        background-color: white; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp.active span.iteration_number {
        background-color: #0046c1; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp.active h3 {
        opacity: 1; }
      .markets_images_block .main_image_block .progressBarContainer .global_container .progress_wrp:hover h3 {
        opacity: 1; }
.markets_images_block .double_image_block {
  *zoom: 1; }
.markets_images_block .double_image_block:before, .markets_images_block .double_image_block:after {
  content: "";
  display: table; }
.markets_images_block .double_image_block:after {
  clear: both; }
.markets_images_block .double_image_block .image_bg {
  width: 101%;
  height: 101%; }
.markets_images_block .image_block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50%; }
  .markets_images_block .image_block {
    *zoom: 1; }
  .markets_images_block .image_block:before, .markets_images_block .image_block:after {
    content: "";
    display: table; }
  .markets_images_block .image_block:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .markets_images_block .image_block {
      float: left;
      width: 50%; } }
  .markets_images_block .image_block > .holder {
    display: block;
    position: relative;
    padding-bottom: 56.25%; }
    @media only screen and (max-width: 479px) {
      .markets_images_block .image_block > .holder {
        padding-bottom: 64%; } }
    @media only screen and (max-width: 767px) {
      .markets_images_block .image_block > .holder {
        padding-bottom: 0;
        height: 100%; }
        .markets_images_block .image_block > .holder .h6 {
          font-family: "Inter", Arial, sans-serif;
          font-size: 16px;
          font-weight: 400;
          margin: 0 0 5px; }
        .markets_images_block .image_block > .holder .h3 {
          text-transform: none; }
        .markets_images_block .image_block > .holder .tbl .cl {
          padding-bottom: 24px; } }
  .markets_images_block .image_block .tbl {
    position: absolute;
    top: 0;
    height: 100%;
    display: block; }
    .markets_images_block .image_block .tbl .cl {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      padding: 0 15px 15px; }
      @media only screen and (min-width: 1024px) {
        .markets_images_block .image_block .tbl .cl {
          padding: 0 50px 50px 15px; } }
  .markets_images_block .image_block:first-child .tbl {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .markets_images_block .image_block:first-child .tbl {
        right: 0;
        max-width: 563px; } }
    .markets_images_block .image_block:first-child .tbl .cl {
      padding-left: 0; }
      @media only screen and (max-width: 1023px) {
        .markets_images_block .image_block:first-child .tbl .cl {
          padding-left: 15px;
          padding-right: 15px; } }
  .markets_images_block .image_block:last-child .tbl {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .markets_images_block .image_block:last-child .tbl {
        left: 0;
        max-width: 563px; } }
    .markets_images_block .image_block:last-child .tbl .cl {
      padding-left: 50px;
      padding-right: 0; }
      @media only screen and (max-width: 1023px) {
        .markets_images_block .image_block:last-child .tbl .cl {
          padding-left: 15px;
          padding-right: 15px; } }
  .markets_images_block .image_block .title {
    margin: 0;
    line-height: 1;
    text-transform: uppercase; }
  .markets_images_block .image_block .subtitle {
    margin: 0; }
  .markets_images_block .image_block .light .title, .markets_images_block .image_block .light .subtitle {
    color: #fff; }
  .markets_images_block .image_block .dark .title, .markets_images_block .image_block .dark .subtitle {
    color: #000000; }
  .markets_images_block .image_block .dark .mygtukas {
    border: 2px solid rgba(255, 255, 255, 0.2); }
  .markets_images_block .image_block .mygtukas {
    display: inline-block;
    height: 48px;
    line-height: 44px;
    margin-top: 15px;
    padding: 0 21px 0 31px;
    color: #ffffff;
    font-family: "Century Gothic Light", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #000;
    text-transform: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px; }
    @media only screen and (min-width: 1024px) {
      .markets_images_block .image_block .mygtukas {
        height: 48px;
        line-height: 44px; } }
    .markets_images_block .image_block .mygtukas:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e908";
      display: inline-block;
      vertical-align: -1px;
      margin-left: 11px;
      font-size: 16px; }
  @media only screen and (min-width: 1024px) {
    .markets_images_block .image_block:hover .image_bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .markets_images_block .image_block:hover .mygtukas {
      border-color: #e5130b;
      background-color: #e5130b; } }

.markets_products_block {
  min-height: 720px;
  margin-bottom: -190px;
  padding-top: 70px;
  padding-bottom: 190px;
  background: #133a79;
  background: -moz-radial-gradient(center, circle cover, #1d6bc9 0%, #0a1033 70%);
  background: -webkit-radial-gradient(center, circle cover, #1d6bc9 0%, #0a1033 70%);
  background: radial-gradient(circle at center, #1d6bc9 0%, #0a1033 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6bc9', endColorstr='#0a1033',GradientType=1 ); }
  .markets_products_block .markets_product_list {
    margin: 0 0 35px 0;
    padding: 0 52px; }
    @media only screen and (max-width: 767px) {
      .markets_products_block .markets_product_list {
        padding: 0 32px; } }
    .markets_products_block .markets_product_list .product_item {
      clear: none; }
      @media only screen and (max-width: 1023px) {
        .markets_products_block .markets_product_list .product_item {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .markets_products_block .markets_product_list .product_item {
          padding: 0 10px; } }
      .markets_products_block .markets_product_list .product_item .image_cont {
        padding: 15px 0; }
        .markets_products_block .markets_product_list .product_item .image_cont span {
          padding-bottom: 80%; }
      .markets_products_block .markets_product_list .product_item .info_cont .title {
        color: #fff;
        font-size: 38px; }
        @media only screen and (max-width: 1023px) {
          .markets_products_block .markets_product_list .product_item .info_cont .title {
            font-size: 30px; } }
        @media only screen and (max-width: 767px) {
          .markets_products_block .markets_product_list .product_item .info_cont .title {
            font-size: 26px; } }
      .markets_products_block .markets_product_list .product_item .info_cont .desc {
        color: #7faaeb; }
    .markets_products_block .markets_product_list .slick-arrow {
      min-width: 1px;
      max-width: none;
      width: 32px;
      color: #fff;
      font-size: 22px;
      padding: 0;
      opacity: 0.6; }
      @media only screen and (max-width: 767px) {
        .markets_products_block .markets_product_list .slick-arrow {
          width: 22px;
          font-size: 14px; } }
      .markets_products_block .markets_product_list .slick-arrow:before {
        display: none; }
      .markets_products_block .markets_product_list .slick-arrow:after {
        display: none; }
      .markets_products_block .markets_product_list .slick-arrow i {
        display: block; }
      .markets_products_block .markets_product_list .slick-arrow.slick-prev {
        left: 0; }
      .markets_products_block .markets_product_list .slick-arrow.slick-next {
        right: 0; }
      .markets_products_block .markets_product_list .slick-arrow:hover {
        opacity: 1; }

.markets_texts_block {
  margin-bottom: 60px; }
  .markets_texts_block.mt60 {
    margin-top: 60px; }
  .markets_texts_block .blocks_list {
    *zoom: 1; }
  .markets_texts_block .blocks_list:before, .markets_texts_block .blocks_list:after {
    content: "";
    display: table; }
  .markets_texts_block .blocks_list:after {
    clear: both; }
  .markets_texts_block .blocks_list .one_block {
    float: left; }
    .markets_texts_block .blocks_list .one_block:nth-child(1) {
      height: 360px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 768px) {
        .markets_texts_block .blocks_list .one_block:nth-child(1) {
          width: 100%;
          height: 437px; } }
      .markets_texts_block .blocks_list .one_block:nth-child(1) .cl {
        padding: 20px 20px 30px 40px; }
        @media only screen and (max-width: 767px) {
          .markets_texts_block .blocks_list .one_block:nth-child(1) .cl {
            padding: 20px 20px 20px 26px; } }
    .markets_texts_block .blocks_list .one_block:nth-child(2) {
      height: 290px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 768px) {
        .markets_texts_block .blocks_list .one_block:nth-child(2) {
          width: 66%;
          height: 559px;
          margin: 0;
          padding-right: 7px; } }
      .markets_texts_block .blocks_list .one_block:nth-child(2) .cl {
        padding: 20px 20px 30px 40px; }
        @media only screen and (max-width: 767px) {
          .markets_texts_block .blocks_list .one_block:nth-child(2) .cl {
            padding: 20px 20px 20px 26px; } }
    .markets_texts_block .blocks_list .one_block:nth-child(3) {
      height: 250px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 768px) {
        .markets_texts_block .blocks_list .one_block:nth-child(3) {
          float: right;
          width: 34%;
          height: 276px; } }
      .markets_texts_block .blocks_list .one_block:nth-child(3) .cl {
        padding: 20px 20px 20px 26px; }
      .markets_texts_block .blocks_list .one_block:nth-child(3) .title {
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .markets_texts_block .blocks_list .one_block:nth-child(3) .title {
            font-size: 20px; } }
        @media only screen and (min-width: 1024px) {
          .markets_texts_block .blocks_list .one_block:nth-child(3) .title {
            font-size: 24px; } }
    .markets_texts_block .blocks_list .one_block:nth-child(4) {
      height: 250px;
      margin-bottom: 7px; }
      @media only screen and (min-width: 768px) {
        .markets_texts_block .blocks_list .one_block:nth-child(4) {
          float: right;
          width: 34%;
          height: 276px;
          margin: 0; } }
      .markets_texts_block .blocks_list .one_block:nth-child(4) .cl {
        padding: 20px 20px 20px 26px; }
      .markets_texts_block .blocks_list .one_block:nth-child(4) .title {
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .markets_texts_block .blocks_list .one_block:nth-child(4) .title {
            font-size: 20px; } }
        @media only screen and (min-width: 1024px) {
          .markets_texts_block .blocks_list .one_block:nth-child(4) .title {
            font-size: 24px; } }
  .markets_texts_block a {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .markets_texts_block a .title {
      position: relative;
      padding-top: 17px;
      font-size: 26px;
      font-weight: 400;
      line-height: 1.1;
      color: #000;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) {
        .markets_texts_block a .title {
          font-size: 30px; } }
      @media only screen and (min-width: 1024px) {
        .markets_texts_block a .title {
          font-size: 34px; } }
      .markets_texts_block a .title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 62px;
        height: 3px;
        background-color: #e5130b; }
    .markets_texts_block a.light .image_bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(70%, transparent));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(450deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
      /* IE10+ */
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 70%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.7)', endColorstr='transparent', GradientType=0 );
      /* IE6-9 */ }
    .markets_texts_block a.light .title {
      color: #fff; }
    .markets_texts_block a .dark {
      background-color: #e6e6e6; }
      .markets_texts_block a .dark .title {
        color: #000; }
    @media only screen and (min-width: 1024px) {
      .markets_texts_block a:hover .image_bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); } }

.markets_news_block {
  margin-bottom: 60px; }
  .markets_news_block .markets_title {
    color: #adacac; }
  .markets_news_block .btn_holder {
    text-align: center; }
    .markets_news_block .btn_holder a {
      display: inline-block;
      background: transparent;
      border: 1px solid #b6b6b6;
      color: #181818;
      font-weight: 400;
      font-family: "Century Gothic Normal", Arial, sans-serif; }

/* Childlist start */
.childlist_cont .left_submenu {
  margin: 0px; }

.childlist_cont ul li {
  background: none;
  padding-left: 33px; }

.childlist_cont ul li a {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Inter", Arial, sans-serif;
  color: #181818;
  padding: 18px 18px 18px 28px;
  border: 1px solid #b6b6b6;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  display: block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none; }
  .childlist_cont ul li a:after {
    content: "\e901";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    position: absolute;
    font-size: 19px;
    right: 16px;
    top: 20px; }

.childlist_cont ul li a:hover {
  color: #fff;
  background-color: #2a61ae;
  border-color: #2a61ae; }
  .childlist_cont ul li a:hover:after {
    color: #fff; }

.childlist_cont > ul > li {
  padding: 0px;
  margin: 0px; }

.childlist_cont ul {
  margin: 0px; }

/* Childlist end */
/* Youtube gallery list*/
.youtube_list {
  margin: 0 -8px; }

/* Youtube gallery list end*/
/* Galerija list */
.gallery_list {
  margin: 0 -8px; }

/* Galerijos popup end*/
.album_container #image_gallery {
  margin: 0;
  padding: 0; }
  .album_container #image_gallery li {
    background: none;
    float: left;
    margin: 0 20px 20px 0;
    padding: 0; }
    .album_container #image_gallery li img {
      max-width: 150px; }

/* prenumerata end */
.newsletter_widget {
  background: #fff;
  border-top: 7px solid #103880;
  position: fixed;
  bottom: 0;
  z-index: 8;
  width: 100%;
  left: 0;
  display: none;
  padding: 40px 37px 45px 48px;
  -webkit-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.41); }
  @media only screen and (min-width: 760px) {
    .newsletter_widget {
      width: 749px;
      margin-left: -375px;
      left: 50%; } }
  @media only screen and (max-width: 400px) {
    .newsletter_widget {
      padding-left: 28px;
      padding-right: 22px; } }
  .newsletter_widget a.close_wgt {
    display: block;
    text-decoration: none;
    position: absolute;
    right: 30px;
    top: 39px;
    color: #b1b0b0;
    font-size: 28px; }
    .newsletter_widget a.close_wgt:hover {
      color: #626161; }
  .newsletter_widget .widget_title {
    font-size: 35px;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    color: #000000;
    padding-right: 50px; }
  .newsletter_widget .newsletter_text_explain {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    margin: 0 0 15px 0; }
    @media only screen and (max-width: 749px) {
      .newsletter_widget .newsletter_text_explain {
        max-width: 228px; } }
  .newsletter_widget .newsletter_infos .error_cont, .newsletter_widget .newsletter_infos .info_cont {
    display: none; }
  .newsletter_widget input[type=email] {
    max-width: 100%;
    border-color: #d6d6d6;
    color: #000; }
    .newsletter_widget input[type=email]:focus {
      border-color: #000; }
  @media only screen and (min-width: 760px) {
    .newsletter_widget .subs_inp_wr {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  .newsletter_widget label.error {
    margin: 4px 0 0 0;
    font-size: 0.8em; }
  @media only screen and (min-width: 760px) {
    .newsletter_widget .rel_inpt, .newsletter_widget .privacy_link, .newsletter_widget .button_wrapper {
      display: table-cell;
      vertical-align: top;
      padding-right: 27px; } }
  @media only screen and (max-width: 759px) {
    .newsletter_widget .rel_inpt {
      margin: 0 0 25px; } }
  .newsletter_widget .privacy_link {
    float: left;
    font-size: 12px;
    padding-top: 25px; }
    @media only screen and (min-width: 760px) {
      .newsletter_widget .privacy_link {
        float: none;
        width: 169px;
        padding-right: 5px; } }
    .newsletter_widget .privacy_link p {
      margin: 0; }
    .newsletter_widget .privacy_link a {
      font-size: 12px;
      text-decoration: underline; }
      .newsletter_widget .privacy_link a:hover {
        text-decoration: none; }
  .newsletter_widget .button_wrapper {
    padding-right: 0px;
    float: right; }
    @media only screen and (min-width: 760px) {
      .newsletter_widget .button_wrapper {
        float: none;
        text-align: right;
        width: 148px; } }
  .newsletter_widget button {
    background-color: #0d3a8b;
    display: inline-block;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    text-transform: none;
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
    min-width: 100px; }
    .newsletter_widget button:after {
      display: none; }
    .newsletter_widget button:hover {
      opacity: 1;
      background-color: #e7120a; }
  .newsletter_widget .button_loader {
    display: none; }
  .newsletter_widget .currently_sending .button_loader {
    display: block; }
  .newsletter_widget .currently_sending button {
    display: none; }
  .newsletter_widget .error_container, .newsletter_widget .info_container {
    padding: 14px 19px;
    margin: 0 0 13px 0; }
    .newsletter_widget .error_container p, .newsletter_widget .info_container p {
      margin: 0; }
    .newsletter_widget .error_container *, .newsletter_widget .info_container * {
      font-size: 13px; }
  .newsletter_widget .error_container {
    border: 1px solid #e5130b;
    border-color: #e5130b; }
  .newsletter_widget .form_wrapper {
    display: block; }
  .newsletter_widget .thankyou_wrapper {
    display: none; }
    .newsletter_widget .thankyou_wrapper .ty_tbl {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .newsletter_widget .thankyou_wrapper .ty_tbl .ty_img, .newsletter_widget .thankyou_wrapper .ty_tbl .ty_content {
        display: table-cell;
        vertical-align: top; }
      .newsletter_widget .thankyou_wrapper .ty_tbl .ty_img {
        width: 95px; }
        @media only screen and (max-width: 500px) {
          .newsletter_widget .thankyou_wrapper .ty_tbl .ty_img {
            display: none; } }
      .newsletter_widget .thankyou_wrapper .ty_tbl .newsletter_text_explain {
        max-width: 250px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 26, 2020, 10:42:42 AM
    Author     : user
*/
.region_selection {
  display: inline-block; }
  .region_selection a {
    font-size: 24px;
    line-height: 1;
    border: 0;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 2px; }
    .region_selection a:hover {
      text-decoration: none; }
    .region_selection a:hover i {
      color: #005ec4; }
  .region_selection i {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .region_selection:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    margin: 0 19px;
    background-color: #005ec4; }

.region_suggest_container {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 100% !important;
  overflow: scroll; }
  @media only screen and (max-width: 1024px) {
    .region_suggest_container {
      margin-top: -22px; } }
  .region_suggest_container.showed {
    display: block; }
  .region_suggest_container .region_list_container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 10%; }
    @media only screen and (max-width: 1024px) {
      .region_suggest_container .region_list_container {
        padding-top: 18px;
        padding-bottom: 20%; } }
    .region_suggest_container .region_list_container .suggest-region-hide {
      position: absolute;
      top: 18px;
      right: 3px;
      cursor: pointer; }
      .region_suggest_container .region_list_container .suggest-region-hide i {
        display: block;
        color: #000000;
        font-size: 20px; }
    .region_suggest_container .region_list_container .wrapper {
      position: relative;
      max-width: 545px;
      margin: 0 auto; }
      .region_suggest_container .region_list_container .wrapper .flags:not(:last-child) {
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 12px;
        margin-bottom: 30px; }
      .region_suggest_container .region_list_container .wrapper h4 {
        color: #000;
        font-size: 38px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 15px; }
      .region_suggest_container .region_list_container .wrapper ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        margin: 0;
        text-align: left; }
        .region_suggest_container .region_list_container .wrapper ul:after {
          content: "";
          width: 100%;
          max-width: 160px; }
          @media only screen and (max-width: 576px) {
            .region_suggest_container .region_list_container .wrapper ul:after {
              max-width: 30%; } }
          @media only screen and (max-width: 460px) {
            .region_suggest_container .region_list_container .wrapper ul:after {
              max-width: 45%; } }
        .region_suggest_container .region_list_container .wrapper ul li {
          -webkit-transition: all 150ms ease-in-out;
          -moz-transition: all 150ms ease-in-out;
          -o-transition: all 150ms ease-in-out;
          -ms-transition: all 150ms ease-in-out;
          transition: all 150ms ease-in-out;
          max-width: 160px;
          width: 100%;
          position: relative;
          background-image: none;
          padding: 4px;
          margin-bottom: 20px;
          border-radius: 15px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px; }
          @media only screen and (max-width: 576px) {
            .region_suggest_container .region_list_container .wrapper ul li {
              max-width: 30%; } }
          @media only screen and (max-width: 460px) {
            .region_suggest_container .region_list_container .wrapper ul li {
              max-width: 45%; } }
          .region_suggest_container .region_list_container .wrapper ul li:hover, .region_suggest_container .region_list_container .wrapper ul li:focus {
            background: rgba(42, 97, 174, 0.6); }
          .region_suggest_container .region_list_container .wrapper ul li:hover a, .region_suggest_container .region_list_container .wrapper ul li:focus a {
            color: #fff; }
          .region_suggest_container .region_list_container .wrapper ul li a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #333;
            line-height: 24px;
            text-decoration: none; }
          .region_suggest_container .region_list_container .wrapper ul li img {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            margin-right: 8px; }
        .region_suggest_container .region_list_container .wrapper ul li.region_is_active {
          background: rgba(42, 97, 174, 0.6); }
          .region_suggest_container .region_list_container .wrapper ul li.region_is_active a {
            color: #fff; }

.cat-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px; }
  .cat-list__item {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 50%;
    margin-top: 16px;
    padding: 0 8px; }
    @media only screen and (min-width: 768px) {
      .cat-list__item {
        -webkit-box-flex: 0 0 33.333%;
        -moz-box-flex: 0 0 33.333%;
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; }
        .cat-list__item:nth-child(-n+3) {
          margin-top: 0; } }
    @media only screen and (min-width: 1024px) {
      .cat-list__item {
        -webkit-box-flex: 0 0 25%;
        -moz-box-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        .cat-list__item:nth-child(-n+4) {
          margin-top: 0; } }
    .cat-list__item:nth-child(-n+2) {
      margin-top: 0; }

.prod-cat {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  padding: 32px 15px;
  border: 1px solid #c1c1c1;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  @media only screen and (min-width: 480px) {
    .prod-cat {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 768px) {
    .prod-cat {
      padding: 52px 44px 52px 44px; } }
  .prod-cat .image {
    position: relative;
    display: block;
    padding-bottom: 56%; }
    .prod-cat .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      max-width: 96%;
      max-height: 96%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .prod-cat .title {
    display: block; }
    .prod-cat .title:not(:first-child) {
      margin-top: 20px; }
  .prod-cat:focus, .prod-cat:hover {
    background: #e6e6e6; }

.comparison-preview {
  padding-bottom: 40px; }

.compare {
  max-height: 500px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .compare__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .compare__head-item, .compare__specs-item-value {
    -webkit-box-flex: 0 0 23%;
    -moz-box-flex: 0 0 23%;
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    padding-left: 4.5%; }
  .compare__prod {
    position: relative; }
    .compare__prod .image {
      position: relative;
      width: 100%;
      padding-bottom: 100%; }
      .compare__prod .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        max-width: 90%;
        max-height: 90%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .compare__prod .title {
      width: 100%;
      margin-top: 6px;
      font-size: 10px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (min-width: 360px) {
        .compare__prod .title {
          font-size: 12px; } }
      @media only screen and (min-width: 768px) {
        .compare__prod .title {
          position: absolute;
          bottom: 15px;
          margin: 0;
          padding: 0 8px;
          font-size: 16px; } }
    .compare__prod .remove {
      display: block;
      min-width: 0;
      width: 100%;
      height: auto;
      margin: 6px 0 0 0;
      padding: 0;
      background: none;
      border: 0 none;
      color: #e5130b;
      font-family: "Inter", Arial, sans-serif;
      font-size: 10px;
      line-height: 1;
      text-align: center;
      text-transform: none; }
      @media only screen and (min-width: 768px) {
        .compare__prod .remove {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 20px;
          height: 20px;
          margin: 0;
          font-size: 0; } }
      .compare__prod .remove:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e902';
        display: block;
        color: #e5130b;
        font-size: 16px;
        line-height: 1; }
        @media only screen and (max-width: 767px) {
          .compare__prod .remove:before {
            display: none; } }
      .compare__prod .remove:after {
        display: none !important; }
  .compare__btn {
    position: relative;
    padding-bottom: 100%; }
    .compare__btn .add {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 0;
      width: 100%;
      height: 100%;
      padding: 8px;
      background: #fafafa;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      color: #707070;
      font-family: "Inter", Arial, sans-serif;
      font-size: 0;
      line-height: 1;
      text-transform: none;
      opacity: 1; }
      @media only screen and (min-width: 480px) {
        .compare__btn .add {
          border-radius: 20px; } }
      @media only screen and (min-width: 768px) {
        .compare__btn .add {
          border-radius: 30px;
          font-size: 14px; } }
      .compare__btn .add:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e90e';
        display: block;
        color: #005ec4;
        font-size: 14px; }
        @media only screen and (min-width: 360px) {
          .compare__btn .add:before {
            font-size: 20px; } }
        @media only screen and (min-width: 768px) {
          .compare__btn .add:before {
            margin-bottom: 8px; } }
      .compare__btn .add:after {
        display: none !important; }
  .compare__specs:not(:first-child) {
    margin-top: 24px; }
  .compare__specs-group:not(:first-child) {
    margin-top: 28px; }
  .compare__sep, .compare__specs-title {
    padding-bottom: 2px;
    border-bottom: 1px solid #e5e5e5;
    color: #1f1f1f;
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 24px;
    font-weight: 400; }
  .compare__specs-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-bottom: 1px solid #e5e5e5; }
  .compare__specs-item-title, .compare__specs-item-value {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 10px; }
    @media only screen and (min-width: 480px) {
      .compare__specs-item-title, .compare__specs-item-value {
        font-size: 14px; } }
  .compare__specs-item-title {
    -webkit-box-flex: 1 1 31%;
    -moz-box-flex: 1 1 31%;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    max-width: 31%;
    color: #707070; }
  .compare__empty {
    margin-top: 32px; }
  .compare.loaded {
    max-height: none;
    opacity: 1;
    visibility: visible; }

.compare-loader {
  height: 500px;
  background-image: url("../img/slider_loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px; }
  .compare-loader > * {
    visibility: hidden;
    opacity: 0; }

.compare-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-top: 32px; }
  .compare-footer.markets {
    margin-bottom: 20px; }

.scroll-top {
  display: block;
  min-width: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  opacity: 1; }
  .scroll-top:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e91b';
    display: block;
    color: #fff;
    font-size: 11px; }
  .scroll-top:after {
    display: none; }
  .scroll-top:hover {
    background: #2a61ae;
    opacity: 1; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 11, 2020, 2:31:48 PM
    Author     : user
*/
body.body-manuals {
  line-height: 27px; }
  body.body-manuals p, body.body-manuals td, body.body-manuals div {
    line-height: 27px; }
  @media only screen and (max-width: 991px) {
    body.body-manuals .social_links_scroll {
      display: none; } }

.manuals {
  padding-top: 80px;
  /* The Modal (background) */
  /* Modal Content/Box */
  /* The Close Button */ }
  @media only screen and (min-width: 1024px) {
    .manuals {
      padding-top: 120px; } }
  .manuals h1, .manuals .h1 {
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 35px;
    margin: 25px 0 15px 0;
    color: #000; }
  .manuals .title-wrapper {
    /*		h1 {
    			font-family: $font;
    			font-size: 36px;
    		}*/ }
    .manuals .title-wrapper.with-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .manuals .title-wrapper.with-icon img {
        max-width: 30px;
        max-height: 30px;
        margin-right: 10px;
        margin-top: 10px; }
        @media only screen and (min-width: 768px) {
          .manuals .title-wrapper.with-icon img {
            max-width: 37px;
            max-height: 37px; } }
  .manuals .manuals_title {
    font-family: "Century Gothic Bold", Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .manuals .manuals_title {
        font-size: 18px; } }
    .manuals .manuals_title .manuals_download {
      -webkit-transition: color 150ms ease-in-out;
      -moz-transition: color 150ms ease-in-out;
      -o-transition: color 150ms ease-in-out;
      -ms-transition: color 150ms ease-in-out;
      transition: color 150ms ease-in-out;
      display: inline-block;
      margin-left: 16px;
      color: #009EE3; }
      .manuals .manuals_title .manuals_download:hover, .manuals .manuals_title .manuals_download:focus {
        text-decoration: none;
        color: #005ca5; }
  .manuals .manuals_description {
    font-weight: normal;
    font-size: 16px; }
  .manuals h1.with_image,
  .manuals h2.with_image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .manuals .manuals_title_img {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 120px;
    margin-right: 16px; }
    @media only screen and (min-width: 480px) {
      .manuals .manuals_title_img {
        max-width: 150px;
        margin-right: 25px; } }
  .manuals .manuals_title_img img {
    display: block; }
  .manuals .manuals_subtitle {
    font-weight: 400; }
  .manuals table h2,
  .manuals table .h2 {
    color: #000; }
  .manuals .editor_block .iframe_wrapper {
    width: 100%; }
  .manuals .manuals_list_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px; }
    .manuals .manuals_list_wrapper > div {
      padding: 10px;
      width: 100%; }
      @media only screen and (min-width: 576px) {
        .manuals .manuals_list_wrapper > div {
          width: 50%; } }
      @media only screen and (min-width: 768px) {
        .manuals .manuals_list_wrapper > div {
          width: 33.3333%; } }
      @media only screen and (min-width: 991px) {
        .manuals .manuals_list_wrapper > div {
          width: 25%; } }
    .manuals .manuals_list_wrapper ul > li {
      position: relative;
      background-image: none !important;
      padding: 0 !important;
      /*padding-left: 25px !important;*/
      margin: 10px 0;
      /*			&:before {
      				content: "";
      				position: absolute;
      				width: 10px;
      				height: 1px;
      				display: block;
      				display: inline-block;
      				background: #9c9c9c;
      				left: 0;
      				top: calc(50% - 1px);
      			}*/ }
      .manuals .manuals_list_wrapper ul > li a {
        text-decoration: none;
        border-bottom: 1px solid #fff;
        font-size: 16px; }
        .manuals .manuals_list_wrapper ul > li a:hover {
          text-decoration: none;
          border-bottom: 1px solid #005ca5; }
      .manuals .manuals_list_wrapper ul > li:before {
        display: none; }
  .manuals .table_of_contents {
    margin-top: 54px; }
    .manuals .table_of_contents input {
      position: absolute;
      opacity: 0;
      z-index: -1;
      width: 0;
      height: 0; }
    .manuals .table_of_contents > .tabs {
      border-top: 1px solid #9c9c9c; }
    .manuals .table_of_contents .tab {
      width: 100%;
      /*overflow: hidden;*/ }
      .manuals .table_of_contents .tab-label {
        font-size: 18px;
        display: flex;
        padding: 12.5px 0;
        background: transparent;
        cursor: pointer;
        padding-left: 40px;
        position: relative; }
        @media only screen and (min-width: 768px) {
          .manuals .table_of_contents .tab-label {
            font-size: 36px;
            line-height: 36px; } }
        .manuals .table_of_contents .tab-label::before {
          font-size: 0;
          color: #009ee3;
          position: absolute;
          left: 0;
          font-family: 'icomoon' !important;
          content: "\e908";
          text-align: center;
          transition: all .05s;
          padding-left: 5px; }
        .manuals .table_of_contents .tab-label a {
          text-decoration: none !important;
          padding: 2.5px 0;
          border-bottom: 1px solid #fff; }
          .manuals .table_of_contents .tab-label a:hover {
            text-decoration: none;
            border-bottom: 1px solid #009ee3; }
        .manuals .table_of_contents .tab-label.with-icon {
          padding-left: 0; }
      .manuals .table_of_contents .tab-content {
        display: none; }
        .manuals .table_of_contents .tab-content p {
          margin: 5px 0; }
      .manuals .table_of_contents .tab-close {
        display: flex;
        justify-content: flex-end;
        padding: 1em;
        font-size: 0.75em;
        background: blue;
        cursor: pointer; }
        .manuals .table_of_contents .tab-close:hover {
          background: red; }
      .manuals .table_of_contents .tab label {
        /*font-family: "Core Sans D 57 Cn", Arial, sans-serif;*/
        font-family: "Inter", Arial, sans-serif;
        font-size: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .manuals .table_of_contents .tab label a {
          font-size: 20px;
          color: #009EE3;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .manuals .table_of_contents .tab label a {
              font-size: 20px; } }
        .manuals .table_of_contents .tab label.with-icon {
          position: relative; }
          .manuals .table_of_contents .tab label.with-icon img {
            top: 50%;
            transform: translate(0px, 0px);
            max-width: 25px;
            max-height: 25px;
            margin-right: 10px; }
            @media only screen and (min-width: 768px) {
              .manuals .table_of_contents .tab label.with-icon img {
                max-width: 30px;
                max-height: 30px; } }
    .manuals .table_of_contents .tab.has_children > .tab-label {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #009EE3;
      font-weight: normal;
      font-size: 20px;
      padding-left: 40px; }
      @media only screen and (min-width: 768px) {
        .manuals .table_of_contents .tab.has_children > .tab-label {
          font-size: 20px; } }
      .manuals .table_of_contents .tab.has_children > .tab-label::before {
        font-size: 20px; }
      .manuals .table_of_contents .tab.has_children > .tab-label > a {
        font-size: 0; }
      .manuals .table_of_contents .tab.has_children > .tab-label.with-icon {
        position: relative;
        padding-left: 20px; }
        .manuals .table_of_contents .tab.has_children > .tab-label.with-icon img {
          /*position: absolute;*/
          -webkit-box-ordinal-group: -1;
          -moz-box-ordinal-group: -1;
          -ms-flex-order: -1;
          -webkit-order: -1;
          order: -1;
          transform: translate(0px, 0px);
          max-width: 25px;
          max-height: 25px;
          margin-right: 10px;
          margin-left: 20px; }
          @media only screen and (min-width: 768px) {
            .manuals .table_of_contents .tab.has_children > .tab-label.with-icon img {
              max-width: 30px;
              max-height: 30px; } }
    .manuals .table_of_contents .tab.has_children .tab label, .manuals .table_of_contents .tab.has_children .tab a {
      color: #202020;
      font-family: "Inter", Arial, sans-serif;
      font-weight: normal; }
    .manuals .table_of_contents .tab.has_children .tab label {
      padding: 5px 0;
      font-size: 0; }
      .manuals .table_of_contents .tab.has_children .tab label a {
        font-size: 16px; }
        @media only screen and (min-width: 768px) {
          .manuals .table_of_contents .tab.has_children .tab label a {
            font-size: 20px; } }
        .manuals .table_of_contents .tab.has_children .tab label a:hover {
          text-decoration: none;
          border-bottom: 1px solid #202020; }
      .manuals .table_of_contents .tab.has_children .tab label.with-icon {
        padding-left: 20px; }
    .manuals .table_of_contents .tab.has_children .tab.has_children > label {
      font-size: 16px; }
      @media only screen and (min-width: 768px) {
        .manuals .table_of_contents .tab.has_children .tab.has_children > label {
          font-size: 24px; } }
      .manuals .table_of_contents .tab.has_children .tab.has_children > label > a {
        font-size: 0; }
      .manuals .table_of_contents .tab.has_children .tab.has_children > label.with-icon {
        padding-left: 0; }
        .manuals .table_of_contents .tab.has_children .tab.has_children > label.with-icon img {
          margin-left: 0; }
      .manuals .table_of_contents .tab.has_children .tab.has_children > label::before {
        left: -40px;
        font-size: 18px; }
        @media only screen and (min-width: 768px) {
          .manuals .table_of_contents .tab.has_children .tab.has_children > label::before {
            font-size: 20px; } }
    .manuals .table_of_contents input:checked + .tab-label {
      /*font-weight: bold;*/ }
      .manuals .table_of_contents input:checked + .tab-label::before {
        font-weight: normal;
        transform: rotate(90deg); }
    .manuals .table_of_contents input:checked ~ .tab-content {
      display: block;
      padding: 0 10px 0 40px; }
      .manuals .table_of_contents input:checked ~ .tab-content .tab-content {
        padding-left: 0; }
  .manuals #toc_modal_btn {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 20px;
    border-top: 1px solid #9c9c9c;
    padding: 50px 0;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #009EE3; }
    .manuals #toc_modal_btn:hover, .manuals #toc_modal_btn focus {
      text-decoration: none; }
    .manuals #toc_modal_btn:before {
      content: '+';
      border-radius: 50%;
      border: 2px solid #009EE3;
      width: 30px;
      height: 30px;
      font-size: 30px;
      color: #009EE3;
      margin-right: 10px;
      font-weight: normal;
      padding-bottom: 4px;
      padding-left: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media only screen and (min-width: 768px) {
        .manuals #toc_modal_btn:before {
          width: 37px;
          height: 37px;
          font-size: 37px;
          padding-bottom: 5px;
          padding-left: 1px; } }
  .manuals .toc_modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 150;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */ }
  .manuals .modal-content {
    background-color: #fefefe;
    margin: 25% auto;
    /* 15% from the top and centered */
    padding: 25px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */ }
    @media only screen and (min-width: 1024px) {
      .manuals .modal-content {
        max-width: 1096px;
        margin: 10% auto;
        padding: 50px; } }
  .manuals .modal_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
  .manuals .modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    border: 2px solid #009EE3;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    color: #009EE3;
    font-size: 25px;
    padding-bottom: 3px; }
    .manuals .modal_close:hover, .manuals .modal_close focus {
      color: #b2b2b2;
      border-color: #b2b2b2;
      text-decoration: none;
      cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .manuals .modal_close {
        width: 40px;
        height: 40px;
        font-size: 40px;
        top: 50px;
        right: 50px;
        padding-bottom: 5px; } }
  .manuals .manual_nav_wrapper {
    margin-top: 50px;
    padding: 0 25px;
    /*overflow: auto;*/ }
    @media only screen and (min-width: 768px) {
      .manuals .manual_nav_wrapper {
        padding: 0 15px;
        overflow: visible;
        padding: 0; } }
    .manuals .manual_nav_wrapper a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: "Inter", Arial, sans-serif;
      color: #009EE3;
      font-size: 18px; }
      .manuals .manual_nav_wrapper a:hover {
        text-decoration: none; }
    .manuals .manual_nav_wrapper .nav_title {
      font-weight: 600;
      font-size: 12px; }
      @media only screen and (min-width: 768px) {
        .manuals .manual_nav_wrapper .nav_title {
          font-size: 22px; } }
    .manuals .manual_nav_wrapper .prev_wrap {
      float: left;
      /*transform: scale(0.7);*/
      position: relative;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .manuals .manual_nav_wrapper .prev_wrap {
          width: auto;
          /*transform: scale(1);*/
          margin-left: 40px; } }
      .manuals .manual_nav_wrapper .prev_wrap .manual_prev.icon-chevron_left:before {
        position: absolute;
        left: -25px;
        top: 0;
        font-size: 25px; }
        @media only screen and (min-width: 768px) {
          .manuals .manual_nav_wrapper .prev_wrap .manual_prev.icon-chevron_left:before {
            font-size: 45px;
            left: -40px;
            top: -8px; } }
    .manuals .manual_nav_wrapper .next_wrap {
      float: right;
      position: relative;
      width: 50%; }
      @media only screen and (min-width: 768px) {
        .manuals .manual_nav_wrapper .next_wrap {
          width: auto;
          margin-right: 40px; } }
      .manuals .manual_nav_wrapper .next_wrap a {
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end; }
      .manuals .manual_nav_wrapper .next_wrap .manual_next.icon-chevron_right:before {
        position: absolute;
        right: -25px;
        top: 0;
        font-size: 25px; }
        @media only screen and (min-width: 768px) {
          .manuals .manual_nav_wrapper .next_wrap .manual_next.icon-chevron_right:before {
            font-size: 45px;
            right: -40px;
            top: -8px; } }
      .manuals .manual_nav_wrapper .next_wrap .nav_title {
        text-align: right; }
    .manuals .manual_nav_wrapper .manual_nav {
      font-size: 24px;
      color: #009EE3;
      /*position: relative;*/
      /*			@include flexbox();
      			@include align-items(center);*/ }
    .manuals .manual_nav_wrapper .manual_next.icon-chevron_right:before {
      position: absolute;
      right: 0; }
  .manuals .lSSlideOuter ul li {
    padding: 0 0 0 5px !important; }

.sticky_manual {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 60px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media only screen and (min-width: 1024px) {
    .sticky_manual {
      margin-top: 82px; } }
  .sticky_manual .specs_content {
    max-width: 1126px;
    margin: 0 auto;
    padding: 10px 0; }

.manuals .content_template .block_title > h2 {
  /*font-size: 0;*/ }

.faq-preview .main_title {
  margin: 0 0 40px 0;
  text-transform: uppercase; }
.faq-preview .search-form {
  margin-bottom: 35px; }
  .faq-preview .search-form__field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    width: 100%; }
    .faq-preview .search-form__field input {
      font-weight: 700;
      margin-right: 35px;
      max-width: 100%; }
    .faq-preview .search-form__field button {
      font-family: "Inter", Arial, sans-serif;
      font-size: 14px; }
.faq-preview .faq-results__head {
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 7px; }
.faq-preview .results .faq-q {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9; }
  .faq-preview .results .faq-q__head {
    margin-bottom: 4px; }
    .faq-preview .results .faq-q__head * {
      font-size: 16px; }
    .faq-preview .results .faq-q__head .category {
      font-weight: 700; }
    .faq-preview .results .faq-q__head .separator {
      font-size: 10px;
      margin: 0 5px; }
    .faq-preview .results .faq-q__head .product {
      font-weight: 700; }
  .faq-preview .results .faq-q__body {
    height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .faq-preview .results .faq-q__body * {
      font-size: 16px; }

.productfaq.type_topics input:checked + .tab-label {
  font-weight: normal; }
  .productfaq.type_topics input:checked + .tab-label:after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #9c9c9c;
    position: absolute;
    bottom: 0;
    right: 0; }
.productfaq.type_topics input:checked ~ .tab-content {
  padding: 10px 10px 30px 40px; }
.productfaq.type_topics .tabs .tabs {
  border-bottom: none; }

.faq-results .paginate-anything {
  margin-top: 20px; }
  .faq-results .paginate-anything ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .faq-results .paginate-anything ul li:before, .faq-results .paginate-anything ul li span:before {
      content: none; }

.input_group_parent {
  margin: 0 0 3px 0;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: block; }
  .input_group_parent.disabled {
    cursor: not-allowed; }
  .input_group_parent input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .input_group_parent .checkbox_design, .input_group_parent .radio_design {
    position: absolute;
    top: 2px;
    left: 1px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #7f7f7f; }
  .input_group_parent .checkbox_design:after {
    content: "";
    position: absolute;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    color: #2a61ae;
    left: 2px;
    top: 2px;
    font-size: 8px;
    opacity: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .input_group_parent .radio_design {
    top: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .input_group_parent .radio_design:after {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: "";
      position: absolute;
      background-color: #2a61ae;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 6px;
      height: 6px;
      opacity: 0;
      top: 3px;
      left: 3px;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
  .input_group_parent input[disabled] + .checkbox_design:after, .input_group_parent input[disabled] + .radio_design:after {
    background-color: #8b8b8b; }
  .input_group_parent input:checked + .checkbox_design:after, .input_group_parent input:checked + .radio_design:after {
    opacity: 1; }

.scrollable {
  overflow-x: auto; }

.scrollable.has-scroll {
  position: relative;
  overflow: hidden;
  /* Clips the shadow created with the pseudo-element in the next rule. Not necessary for the actual scrolling. */ }

.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  -webkit-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -10px 0px 20px 0px rgba(0, 0, 0, 0.25);
  content: ''; }

/* This is the element whose content will be scrolled if necessary */
.scrollable.has-scroll > div {
  overflow-x: auto; }

.scrollable > div::-webkit-scrollbar {
  height: 12px; }

.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0; }

.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?p1bfi");
  src: url("../fonts/icomoon.eot?p1bfi#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?p1bfi") format("truetype"), url("../fonts/icomoon.woff?p1bfi") format("woff"), url("../fonts/icomoon.svg?p1bfi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ew4-arrow:before {
  content: "\e900"; }

.icon-ew4-chevron:before {
  content: "\e901"; }

.icon-ew4-close:before {
  content: "\e902"; }

.icon-ew4-refresh:before {
  content: "\e903"; }

.icon-arrow_right:before {
  content: "\e904"; }

.icon-burger:before {
  content: "\e905"; }

.icon-checkbox:before {
  content: "\e906"; }

.icon-chevron_down:before {
  content: "\e907"; }

.icon-chevron_left:before {
  display: inline-block;
  content: "\e908";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-chevron_right:before {
  content: "\e908"; }

.icon-download:before {
  content: "\e909"; }

.icon-facebook:before {
  content: "\e90a"; }

.icon-gplus:before {
  content: "\e90b"; }

.icon-instagram:before {
  content: "\e90c"; }

.icon-mouse:before {
  content: "\e90d"; }

.icon-plus:before {
  content: "\e90e"; }

.icon-reload:before {
  content: "\e90f"; }

.icon-search:before {
  content: "\e910"; }

.icon-triangle_down:before {
  content: "\e911"; }

.icon-twitter:before {
  content: "\e912"; }

.icon-globe:before {
  content: "\e913"; }

.icon-chevron_right_thick:before {
  content: "\e914"; }

.icon-location:before {
  content: "\e915"; }

.icon-arrow_left2:before {
  content: "\e916"; }

.icon-arrow_right2:before {
  content: "\e917"; }

.icon-site_logo:before {
  content: "\e918"; }

.icon-search2:before {
  content: "\e919"; }

.icon-youtube:before {
  content: "\e91a"; }

.icon-chevron-up:before {
  content: "\e91b"; }

/*@font-face {
    font-family: 'Core Sans D 25';
    src: url('../fonts/CoreSansD25Light.eot');
    src: url('../fonts/CoreSansD25Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoreSansD25Light.woff2') format('woff2'),
        url('../fonts/CoreSansD25Light.woff') format('woff'),
        url('../fonts/CoreSansD25Light.ttf') format('truetype'),
        url('../fonts/CoreSansD25Light.svg#CoreSansD25Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Core Sans D 27 Cn';
    src: url('../fonts/CoreSansD27CnLight.eot');
    src: url('../fonts/CoreSansD27CnLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoreSansD27CnLight.woff2') format('woff2'),
        url('../fonts/CoreSansD27CnLight.woff') format('woff'),
        url('../fonts/CoreSansD27CnLight.ttf') format('truetype'),
        url('../fonts/CoreSansD27CnLight.svg#CoreSansD27CnLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans D 45';
    src: url('../fonts/CoreSansD45Medium.eot');
    src: url('../fonts/CoreSansD45Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoreSansD45Medium.woff2') format('woff2'),
        url('../fonts/CoreSansD45Medium.woff') format('woff'),
        url('../fonts/CoreSansD45Medium.ttf') format('truetype'),
        url('../fonts/CoreSansD45Medium.svg#CoreSansD45Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans D 57 Cn';
    src: url('../fonts/CoreSansD57CnBold.eot');
    src: url('../fonts/CoreSansD57CnBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoreSansD57CnBold.woff2') format('woff2'),
        url('../fonts/CoreSansD57CnBold.woff') format('woff'),
        url('../fonts/CoreSansD57CnBold.ttf') format('truetype'),
        url('../fonts/CoreSansD57CnBold.svg#CoreSansD57CnBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Core Sans D 77 Cn';
    src: url('../fonts/CoreSansD77CnBlack.eot');
    src: url('../fonts/CoreSansD77CnBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CoreSansD77CnBlack.woff2') format('woff2'),
        url('../fonts/CoreSansD77CnBlack.woff') format('woff'),
        url('../fonts/CoreSansD77CnBlack.ttf') format('truetype'),
        url('../fonts/CoreSansD77CnBlack.svg#CoreSansD77CnBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}*/
@font-face {
  font-family: 'Century Gothic Light';
  src: url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.eot");
  src: url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.woff2") format("woff2"), url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.woff") format("woff"), url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.ttf") format("truetype"), url("../fonts/century-gothic/gothic-300/CenturyGothicPaneuropean-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic Normal';
  src: url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.eot");
  src: url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.woff2") format("woff2"), url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.woff") format("woff"), url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.ttf") format("truetype"), url("../fonts/century-gothic/gothic-500/subset-CenturyGothic.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic Bold';
  src: url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.eot");
  src: url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.woff") format("woff"), url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/century-gothic/gothic-700/subset-CenturyGothic-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic Black';
  src: url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.eot");
  src: url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.woff2") format("woff2"), url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.woff") format("woff"), url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.ttf") format("truetype"), url("../fonts/century-gothic/gothic-900/subset-CenturyGothicPaneuropean-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'ITC Avant Garde';
  src: url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.eot");
  src: url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.eot?#iefix") format("embedded-opentype"), url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.woff2") format("woff2"), url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.woff") format("woff"), url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.ttf") format("truetype"), url("../fonts/avantgarde/avantgarde-500/subset-ITCAvantGardePro-Md.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
/* inter-100 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.woff2") format("woff2"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.woff") format("woff"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.ttf") format("truetype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-100.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-300 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.woff") format("woff"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.ttf") format("truetype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-300.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-700 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("woff2"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.woff") format("woff"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.ttf") format("truetype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-700.svg#Inter") format("svg");
  /* Legacy iOS */ }
/* inter-900 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.woff2") format("woff2"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.woff") format("woff"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.ttf") format("truetype"), url("../fonts/inter-v7-latin-ext_latin_cyrillic-ext_cyrillic-900.svg#Inter") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'Century Gothic Regular';
  src: url("../fonts/century-gothic/regular/CenturyGothic.eot");
  src: url("../fonts/century-gothic/regular/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/regular/CenturyGothic.woff2") format("woff2"), url("../fonts/century-gothic/regular/CenturyGothic.woff") format("woff"), url("../fonts/century-gothic/regular/CenturyGothic.ttf") format("truetype"), url("../fonts/century-gothic/regular/CenturyGothic.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Century Gothic ExtraBold';
  src: url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.eot");
  src: url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.woff2") format("woff2"), url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.woff") format("woff"), url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.ttf") format("truetype"), url("../fonts/century-gothic/extrabold/CenturyGothicVariable-ExtraBold.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@media print {
  #ads, #printFriendly, header, nav, .footer, .submenu_cont, .search_cont, .print_button, .left, .inlinelink, .social_links, .related_thumbs_side, .one_widget, .langs {
    display: none !important; }

  body {
    background-image: none !important;
    background: #fff; }

  .bgwhite {
    padding: 0 !important; }

  #content {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; }

  .content_right, .news_images_cont, .dynamic_cont {
    width: 100% !important;
    max-width: none !important;
    float: none !important; }

  .contact_group_title {
    padding: 0;
    margin: 0 0 10px 0; }

  .contact_photo {
    float: left;
    margin: 0px 10px 0 0; }

  img.news_image_with {
    margin: 0 18px 10px 0; } }
.social_links_scroll {
  position: fixed;
  width: 55px;
  right: 0;
  z-index: 2;
  top: 182px; }
  @media only screen and (max-width: 767px) {
    .social_links_scroll {
      display: none; } }
  .social_links_scroll a {
    display: block;
    width: 55px;
    height: 55px;
    background: #b2b2b2;
    line-height: 59px;
    text-align: center;
    border: 0 none;
    margin: 0 0 2px 0;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
    .social_links_scroll a .icon-facebook {
      font-size: 25px; }
    .social_links_scroll a .icon-instagram {
      font-size: 24px; }
    .social_links_scroll a .icon-youtube {
      font-size: 27px; }
    .social_links_scroll a:hover {
      background: #00a0e3; }

.h4, .h3, .h1, .h6 {
  display: block; }

.one_block_type {
  margin-bottom: 21px; }
  .one_block_type:first-of-type {
    margin-bottom: 61px; }
  .one_block_type .wrapper {
    position: relative; }
    .one_block_type .wrapper .landing-block-image img {
      width: 100%; }
    @media only screen and (min-width: 600px) {
      .one_block_type .wrapper {
        min-height: 300px; } }
  .one_block_type .landing-block-container {
    max-width: 1126px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
    .one_block_type .landing-block-container.block-full-width {
      max-width: unset;
      margin: 0;
      padding: 0; }
  .one_block_type .landing-block-image .img-cont .block-image-desktop {
    display: block; }
    @media only screen and (max-width: 860px) {
      .one_block_type .landing-block-image .img-cont .block-image-desktop {
        display: none; } }
  .one_block_type .landing-block-image .img-cont .block-image-mobile {
    display: none; }
    @media only screen and (max-width: 860px) {
      .one_block_type .landing-block-image .img-cont .block-image-mobile {
        display: block; } }
  .one_block_type .landing-block-content.text-black .landing-journal p,
  .one_block_type .landing-block-content.text-black .landing-block-label,
  .one_block_type .landing-block-content.text-black .landing-block-title,
  .one_block_type .landing-block-content.text-black .landing-block-subtitle,
  .one_block_type .landing-block-content.text-black .landing-block-tags {
    color: #000; }
  .one_block_type .landing-journal {
    width: 100%;
    text-align: center;
    margin-bottom: auto;
    margin-top: 10px; }
    .one_block_type .landing-journal p {
      color: #fff;
      text-transform: capitalize;
      margin: 0; }
      .one_block_type .landing-journal p:nth-of-type(1) {
        font-family: "Inter", Arial, sans-serif;
        font-size: 12px; }
      .one_block_type .landing-journal p:nth-of-type(2) {
        font-family: "Inter", Arial, sans-serif;
        font-size: 26px;
        margin-top: -6px;
        margin-bottom: -3px; }
        @media only screen and (max-width: 350px) {
          .one_block_type .landing-journal p:nth-of-type(2) {
            font-size: 18px;
            margin-top: -7px;
            margin-bottom: -4px; } }
      .one_block_type .landing-journal p:nth-of-type(3) {
        font-family: "Inter", Arial, sans-serif;
        font-size: 12px; }
        @media only screen and (max-width: 680px) {
          .one_block_type .landing-journal p:nth-of-type(3) {
            font-size: 12px; } }
        @media only screen and (max-width: 480px) {
          .one_block_type .landing-journal p:nth-of-type(3) {
            font-size: 10px; } }
  .one_block_type .landing-block-link {
    margin-left: auto;
    margin-right: auto; }
    .one_block_type .landing-block-link a {
      width: 177px;
      height: 49px;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: -0.005em;
      text-transform: uppercase;
      border-radius: 40px;
      background: #004AFF;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-weight: bold;
      transition: background-color .1s ease-in-out;
      /*			@include max(480) {
      				margin: 0 auto;
      				font-size: 12px;
      				width: 140px;
      				height: 35px;
      			}
      			@include max(350) {
      				font-size: 10px;
      				width: 130px;
      				height: 30px;
      			}*/ }
      @media only screen and (max-width: 768px) {
        .one_block_type .landing-block-link a {
          width: 150px;
          height: 40px;
          font-size: 13px; } }
      .one_block_type .landing-block-link a:hover {
        background: #0C3D92; }
  .one_block_type .landing-block-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .one_block_type .landing-block-content .landing-block-label,
    .one_block_type .landing-block-content .landing-block-title,
    .one_block_type .landing-block-content .landing-block-subtitle,
    .one_block_type .landing-block-content .landing-block-tags {
      color: #fff;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      padding: 0 25px; }
    .one_block_type .landing-block-content .landing-block-label {
      font-family: "Inter", Arial, sans-serif;
      line-height: 1.1; }
    .one_block_type .landing-block-content .landing-block-title {
      font-family: "Century Gothic Bold", Arial, sans-serif;
      line-height: 1.1; }
    .one_block_type .landing-block-content .landing-block-subtitle {
      font-family: "Inter", Arial, sans-serif;
      line-height: 1.1; }
    .one_block_type .landing-block-content .landing-block-tags {
      font-family: "Inter", Arial, sans-serif; }
    .one_block_type .landing-block-content .landing-block-link {
      font-family: "Inter", Arial, sans-serif;
      min-height: 49px; }
  .one_block_type.type_marketcover .landing-journal {
    margin-top: 28px;
    line-height: 1.1; }
  .one_block_type.type_doubleimage .landing-journal p:first-child {
    font-size: 12px; }
  .one_block_type.type_doubleimage .landing-journal p:nth-child(2) {
    font-size: 26px; }

.type_marketcover:nth-of-type(1) .landing-block-image img {
  min-height: calc(100vh - 82px);
  height: 100%;
  max-height: calc(100vh - 82px);
  object-fit: cover; }
  @media only screen and (max-width: 1024px) {
    .type_marketcover:nth-of-type(1) .landing-block-image img {
      min-height: calc(100vh - 60px);
      max-height: calc(100vh - 60px); } }
  @media (max-aspect-ratio: 1357 / 814) {
    .type_marketcover:nth-of-type(1) .landing-block-image img {
      min-height: 54vw; } }
.type_marketcover .landing-block-content {
  margin-bottom: 5px;
  /*.landing-journal {
  	display: none;
  }*/ }
  .type_marketcover .landing-block-content .landing-block-label {
    font-size: 24px;
    margin-bottom: -5px; }
    @media only screen and (max-width: 860px) {
      .type_marketcover .landing-block-content .landing-block-label {
        font-size: 20px;
        margin-bottom: -3px; } }
    @media only screen and (max-width: 768px) {
      .type_marketcover .landing-block-content .landing-block-label {
        font-size: 14px;
        margin-bottom: 0; } }
  .type_marketcover .landing-block-content .landing-block-title {
    font-weight: bold;
    font-size: 96px;
    line-height: 1.1;
    margin: 10px 0 6px 0 !important;
    padding: 0 60px;
    font-family: "Century Gothic ExtraBold", Arial, sans-serif; }
    .type_marketcover .landing-block-content .landing-block-title.font_a {
      font-family: "Century Gothic ExtraBold", Arial, sans-serif; }
    .type_marketcover .landing-block-content .landing-block-title.font_b {
      font-family: "Century Gothic Bold", Arial, sans-serif; }
    @media only screen and (max-width: 1200px) {
      .type_marketcover .landing-block-content .landing-block-title {
        font-size: 76px; } }
    @media only screen and (max-width: 1024px) {
      .type_marketcover .landing-block-content .landing-block-title {
        font-size: 68px; } }
    @media only screen and (max-width: 860px) {
      .type_marketcover .landing-block-content .landing-block-title {
        font-size: 64px;
        margin-bottom: 3px;
        padding: 0 30px; } }
    @media only screen and (max-width: 768px) {
      .type_marketcover .landing-block-content .landing-block-title {
        font-size: 56px; } }
    @media only screen and (max-width: 680px) {
      .type_marketcover .landing-block-content .landing-block-title {
        font-size: 35px;
        margin-top: 2px !important;
        margin-bottom: 15px !important;
        padding: 0 5px; } }
  .type_marketcover .landing-block-content .landing-block-subtitle {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: "Century Gothic Regular", Arial, sans-serif; }
    @media only screen and (max-width: 1024px) {
      .type_marketcover .landing-block-content .landing-block-subtitle {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 680px) {
      .type_marketcover .landing-block-content .landing-block-subtitle {
        font-size: 14px;
        margin-bottom: 33px; } }
  .type_marketcover .landing-block-content .landing-block-link {
    margin-bottom: 66px; }
    @media only screen and (max-width: 480px) {
      .type_marketcover .landing-block-content .landing-block-link {
        width: 150px;
        height: 40px;
        font-size: 13px; } }
    @media only screen and (max-width: 350px) {
      .type_marketcover .landing-block-content .landing-block-link {
        margin-bottom: 46px;
        font-size: 12px;
        width: 140px;
        height: 35px; } }
.type_marketcover .landing-block-container:not(.block-full-width) .landing-block-label {
  margin-bottom: -5px; }
  @media only screen and (max-width: 680px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-label {
      margin-bottom: 0; } }
.type_marketcover .landing-block-container:not(.block-full-width) .landing-block-title {
  font-size: 96px;
  font-weight: bold;
  /*				@include max(480) {
  					font-size: 28px;
  				}
  				@include max(500) {
  					font-size: 24px;
  				}*/ }
  @media only screen and (max-width: 1024px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-title {
      font-size: 68px; } }
  @media only screen and (max-width: 768px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-title {
      font-size: 48px; } }
  @media only screen and (max-width: 680px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-title {
      font-size: 35px; } }
.type_marketcover .landing-block-container:not(.block-full-width) .landing-block-subtitle {
  font-size: 24px;
  margin-bottom: 40px;
  /*			@include max(480) {
  				font-size: 14px;
  				margin-bottom: 14px;
  			}*/ }
  @media only screen and (max-width: 768px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-subtitle {
      font-size: 14px;
      margin-bottom: 32px; } }
.type_marketcover .landing-block-container:not(.block-full-width) .landing-block-link {
  margin-bottom: 68px;
  /*				@include max(480) {
  					margin-bottom: 22px;
  					font-size: 12px;
  					width: 140px;
  					height: 35px;
  				}*/ }
  @media only screen and (max-width: 1024px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-link {
      margin-bottom: 48px; } }
  @media only screen and (max-width: 768px) {
    .type_marketcover .landing-block-container:not(.block-full-width) .landing-block-link {
      margin-bottom: 10px;
      width: 150px;
      height: 40px;
      font-size: 13px; } }

.type_singleimage .landing-block-content {
  margin-bottom: 5px; }
.type_singleimage .landing-journal {
  margin-top: 45px; }
  @media only screen and (max-width: 680px) {
    .type_singleimage .landing-journal {
      margin-top: 35px; } }
  @media only screen and (max-width: 480px) {
    .type_singleimage .landing-journal {
      margin-top: 25px; } }
.type_singleimage .landing-block-title {
  font-size: 32px !important;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .type_singleimage .landing-block-title {
      font-size: 30px !important; } }
  @media only screen and (max-width: 991px) {
    .type_singleimage .landing-block-title {
      font-size: 28px !important; } }
  @media only screen and (max-width: 860px) {
    .type_singleimage .landing-block-title {
      font-size: 28px !important; } }
  @media only screen and (max-width: 768px) {
    .type_singleimage .landing-block-title {
      font-size: 26px !important; } }
  @media only screen and (max-width: 680px) {
    .type_singleimage .landing-block-title {
      font-size: 24px !important; } }
  @media only screen and (max-width: 480px) {
    .type_singleimage .landing-block-title {
      font-size: 20px !important;
      padding: 0 70px; } }
  @media only screen and (max-width: 320px) {
    .type_singleimage .landing-block-title {
      font-size: 18px; } }
.type_singleimage .landing-block-tags {
  font-size: 14px;
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .type_singleimage .landing-block-tags {
      font-size: 13px;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 480px) {
    .type_singleimage .landing-block-tags {
      font-size: 11px;
      margin-bottom: 25px; } }
.type_singleimage .landing-block-anchor {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0; }

.type_doubleimage .landing-block-container .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media only screen and (max-width: 860px) {
    .type_doubleimage .landing-block-container .wrapper {
      flex-direction: column; } }
@media only screen and (max-width: 860px) {
  .type_doubleimage .landing-block-container .double-block-first {
    margin-bottom: 21px; } }
.type_doubleimage .landing-block-container .block-content-item {
  position: relative;
  width: calc(50% - 10px); }
  @media only screen and (max-width: 860px) {
    .type_doubleimage .landing-block-container .block-content-item {
      width: 100%; } }
.type_doubleimage .landing-block-container .landing-block-content {
  margin-bottom: 5px; }
  .type_doubleimage .landing-block-container .landing-block-content .landing-journal {
    margin-top: 28px;
    line-height: 1.1; }
    @media only screen and (max-width: 860px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-journal {
        margin-top: 45px; } }
    @media only screen and (max-width: 680px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-journal {
        margin-top: 35px; } }
    @media only screen and (max-width: 480px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-journal {
        margin-top: 30px; } }
    @media only screen and (max-width: 350px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-journal {
        margin-top: 25px; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-label {
    margin-bottom: 10px;
    font-size: 20px; }
    @media only screen and (max-width: 768px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-label {
        margin-bottom: 3px;
        font-size: 14px; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-title {
    font-size: 35px;
    margin-bottom: 21px;
    padding: 0 60px;
    line-height: 1.1; }
    .type_doubleimage .landing-block-container .landing-block-content .landing-block-title.font_a {
      font-family: "Century Gothic ExtraBold", Arial, sans-serif; }
    .type_doubleimage .landing-block-container .landing-block-content .landing-block-title.font_b {
      font-family: "Century Gothic Bold", Arial, sans-serif; }
    @media only screen and (max-width: 680px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-title {
        margin-bottom: 11px;
        padding: 0 5px; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-tags {
    font-size: 14px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-tags {
        font-size: 13px;
        margin-bottom: 40px; } }
    @media only screen and (max-width: 480px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-tags {
        font-size: 12px;
        margin-bottom: 25px; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-subtitle {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: "Century Gothic Regular", Arial, sans-serif;
    /*				@include max(480) {
    					font-size: 14px;
    					margin-bottom: 14px;
    				}*/ }
    @media only screen and (max-width: 860px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-subtitle {
        margin-bottom: 32px; } }
    @media only screen and (max-width: 768px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-subtitle {
        margin-top: 4px;
        font-size: 14px;
        margin-bottom: 34px; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-link {
    margin-bottom: 45px;
    /*					@include max(480) {
    						margin-bottom: 22px;
    						font-size: 12px;
    						width: 140px;
    						height: 35px;
    					}*/ }
    @media only screen and (max-width: 860px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-link {
        margin-bottom: 48px; } }
    @media only screen and (max-width: 768px) {
      .type_doubleimage .landing-block-container .landing-block-content .landing-block-link {
        margin-bottom: 19px;
        width: 150px;
        height: 40px;
        font-size: 13px;
        min-height: auto; } }
  .type_doubleimage .landing-block-container .landing-block-content .landing-block-anchor {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0; }

.type_tripleselection .landing-block-container .wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 0; }
  @media only screen and (max-width: 860px) {
    .type_tripleselection .landing-block-container .wrapper {
      flex-direction: column; } }
  @media only screen and (min-width: 860px) {
    .type_tripleselection .landing-block-container .wrapper {
      align-items: stretch; } }
.type_tripleselection .landing-block-container .block-content-item {
  position: relative;
  width: calc(33.333% - 14px);
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .type_tripleselection .landing-block-container .block-content-item .landing-block-image {
    text-align: center; }
    .type_tripleselection .landing-block-container .block-content-item .landing-block-image img {
      max-height: 110px;
      width: auto; }
  @media only screen and (max-width: 860px) {
    .type_tripleselection .landing-block-container .block-content-item {
      width: 100%;
      margin-bottom: 21px; } }
  .type_tripleselection .landing-block-container .block-content-item .landing-block-content {
    position: inherit;
    display: block;
    height: auto; }
    .type_tripleselection .landing-block-container .block-content-item .landing-block-content > div {
      text-align: start;
      padding: 0; }
    .type_tripleselection .landing-block-container .block-content-item .landing-block-content .landing-block-title {
      margin-top: 5px;
      font-weight: bold;
      font-size: 32px;
      margin-bottom: 5px;
      color: #000;
      text-align: center; }
    .type_tripleselection .landing-block-container .block-content-item .landing-block-content .landing-block-text {
      padding: 0 30px;
      font-size: 14px;
      color: #000;
      margin: 20px 0;
      text-align: center; }
  .type_tripleselection .landing-block-container .block-content-item .landing-block-link-tripple a {
    font-family: "Inter", Arial, sans-serif;
    text-decoration: underline;
    font-size: 18px;
    color: #00B2FF;
    letter-spacing: -0.02em;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    left: 45px; }
    @media only screen and (max-width: 860px) {
      .type_tripleselection .landing-block-container .block-content-item .landing-block-link-tripple a {
        bottom: 30px;
        left: 30px; } }
  .type_tripleselection .landing-block-container .block-content-item:hover .landing-block-title {
    text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
