/* RESET CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
contacts,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
}
input,
textarea {
  outline: none;
  resize: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
button {
  border: none;
  outline: none;
  font-family: inherit;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:visited {
  text-decoration: none;
  outline: 0;
  border: none;
}
/* ---- */
/* columns */
/* default */
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
/* md */
@media (max-width: 1366px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* sm */
@media (max-width: 992px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* xs */
@media (max-width: 600px) {
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  min-width: 320px;
  padding: 0;
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  background-color: #f5f5f5;
}
body.popup-opened,
html.popup-opened {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.hide {
  display: none;
}
.page-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wrap.fixed-scroll {
  overflow: hidden;
}
.page-wrap.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-wrap.flex .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixed-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  height: 50px;
  width: 50px;
  border-radius: 30px;
  background: #f6a704;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  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;
  -o-align-items: center;
  align-items: center;
}
.fixed-btn .icon {
  height: 20px;
  white-space: nowrap;
  padding-left: 38px;
  background: url(../img/svg/mail-white.svg) no-repeat center left;
}
.fixed-btn:hover {
  width: 155px;
}

.btn-more {
  position: relative;
}
.btn-more .loader {
  display: none;
  animation: none;
}
.btn-more.loading {
  color: transparent;
}
.btn-more.loading .loader {
  display: block;
  top: 11px;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 28px;
  height: 28px;
  /* background-size: 28px 28px; */
  background: url(../img/svg/loader-white.svg) center center no-repeat;
  background-size: 28px 28px;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* header */
.header {
  width: 100%;
  background: #113b85;
  position: relative;
  z-index: 100;
}
.header.z-index {
  z-index: 1000;
}
.header-inner {
  width: 66.66666667%;
  height: 54px;
  margin: 0 auto;
  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;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header-nav .white-link {
  color: #fff;
}

.header-nav li {
  display: block;
  color: #ffffff;
  padding: 0 20px;
}
.header-nav li:last-child {
  padding-right: 0;
  border-left: 1px solid #081d41;
}

.header-nav li:first-child {
  border-right: 1px solid #081d41;
}

.header-nav .icon {
  display: block;
  position: relative;
  width: 24px;
  height: 17px;
  margin-left: 20px;
}
.header-nav .icon span {
  display: block;
  height: 3px;
  width: 24px;
  border-radius: 1px;
  background: #ffffff;
  position: relative;
  margin-top: 7px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
}
.header-nav .icon:before,
.header-nav .icon:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 24px;
  border-radius: 1px;
  background: #ffffff;
  opacity: 1;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-nav .icon:before {
  top: 0;
}
.header-nav .icon:after {
  top: 14px;
}
.header-nav .icon-search span {
  width: 8px;
}
.header-nav .icon-search span:before,
.header-nav .icon-search span:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 10px;
  height: 17px;
  width: 17px;
  background: url(../img/svg/search.svg) no-repeat center;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
}
.header-nav .icon-search span:before {
  background: url(../img/svg/search.svg) no-repeat center;
}
.header-nav .icon-search span:after {
  background: transparent url(../img/svg/search-h.svg) no-repeat center;
  opacity: 0;
  z-index: 1;
}
.header-nav .icon-search:before {
  width: 9px;
}
.header-nav .icon-search:after {
  width: 12px;
  z-index: 2;
}

.header-nav .header-button {
  color: #ffffff;
  font-size: 13px;
  height: 17px;
  background: transparent;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  cursor: pointer;
}
.header-nav .header-button.active {
  color: #f6a704;
}
.header-nav .header-button.active .icon span {
  opacity: 0;
}
.header-nav .header-button.active .icon:before,
.header-nav .header-button.active .icon:after {
  background: #f6a704;
}
.header-nav .header-button.active .icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.header-nav .header-button.active .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.header-nav .header-button.active .icon-search:before,
.header-nav .header-button.active .icon-search:after {
  width: 24px;
}
.header-nav .header-button.active .icon-search span:after {
  width: 0;
}
.header-nav .header-button.active span > span:before {
  display: none;
}
.header-nav .header-button span > span.hide-search-icon:before {
  display: none;
}
.header-nav .header-button:hover {
  color: #f6a704;
}
.header-nav .header-button:hover .icon span {
  background: #f6a704;
}
.header-nav .header-button:hover .icon-search span:before {
  opacity: 1;
}
.header-nav .header-button:hover .icon-search span:after {
  opacity: 1;
}
.header-nav .header-button:hover .icon:before,
.header-nav .header-button:hover .icon:after {
  background: #f6a704;
}
.header .pz-logo {
  display: block;
  width: 320px;
  height: 54px;
  background: url(../img/pz-logo.svg) no-repeat left;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-size: contain;
}
.header-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 54px;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
}
.header-menu .inner {
  width: 66.66666667%;
  height: 100%;
  margin: 0 auto;
  padding: 35px 0 66px 0;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-menu .inner .col {
  padding: 30px 80px;
  height: auto;
}
.header-menu .inner .col:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 0;
}
.main-menu {
  background: #113b85;
}
.main-menu a {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-menu a span {
  color: #b5b5b5;
}
.main-menu a:hover {
  opacity: 1;
}
.main-menu .menu-title {
  color: #ffffff;
  font-size: 1.6vw;
  font-weight: 500;
  margin-bottom: 30px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-menu .menu-title.main {
  font-size: 3.1vw;
  margin-bottom: 20px;
}
.main-menu ul {
  margin-bottom: 57px;
}
.main-menu ul:last-child {
  margin-bottom: 0;
}
.main-menu ul.main a {
  font-size: 1.5vw;
  line-height: 2.5vw;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.main-menu .cell:first-child {
  margin-bottom: 57px;
}
.search-menu {
  background: #f5f5f5;
}
.search-menu .form .input-search input {
  background: transparent;
}
.search-menu .inner {
  padding-top: 70px;
  display: block;
}
.search-menu .inner::before,
.search-menu .inner::after {
  content: "";
  display: table;
}
.search-menu .inner::after {
  clear: both;
}
.search-menu .inner .col {
  float: left;
  padding: 0;
}
.search-menu .inner .col:first-child {
  border-right: none;
}
.search-menu .icon {
  position: absolute;
  left: 0;
  top: 16px;
  height: 40px;
  width: 40px;
  background: url(../img/svg/search-big.svg) no-repeat center;
}
.search-menu .loading {
  display: none;
  position: absolute;
  left: 0;
  top: 16px;
  width: 40px;
  height: 40px;
  background: url(../img/svg/loader.svg) no-repeat center;
}
.search-menu .menu-title h2 {
  font-size: 24px;
  color: #113b85;
  margin-bottom: 20px;
  font-weight: bold;
}
.search-menu .row {
  margin: 0 -5px;
}
.search-menu .row::before,
.search-menu .row::after {
  content: "";
  display: table;
}
.search-menu .row::after {
  clear: both;
}
.search-menu .col:nth-child(1) {
  padding-right: 15px;
}
.search-menu .col:nth-child(2) {
  padding-left: 15px;
}
.search-menu .nav-popular {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.search-menu .nav-popular .menu-title {
  padding: 0 5px;
}
.search-menu .product-ticket {
  padding: 5px;
  float: left;
}
.search-menu .product-ticket .ticket-inner {
  height: 74px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0.2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0.2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0.2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 20px;
  padding-right: 25px;
  color: #113b85;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search-menu .product-ticket .ticket-inner.icon {
  padding-left: 100px;
}
.search-menu .product-ticket:hover .ticket-inner {
  -webkit-box-shadow: 0px 1px 0.86px 0.14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 0.86px 0.14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0.86px 0.14px rgba(0, 0, 0, 0.1);
}
.search-menu .product-ticket .info-small {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #808080;
  font-style: italic;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  max-height: 40px;
  overflow: hidden;
}
.search-menu .product-ticket.brand .ticket-inner {
  font-size: 16px;
}
.search-menu .product-ticket .product-icon {
  height: 100%;
  width: 100px;
  position: absolute;
  left: 0;
  top: 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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.search-menu .product-ticket .product-icon.centered {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.search-menu .product-ticket img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
}
.search-menu .search-results {
  margin-top: 25px;
  transition: opacity 350ms ease-in-out;
}
.faded {
  opacity: .3;
}
.search-menu .search-results::before,
.search-menu .search-results::after {
  content: "";
  display: table;
}
.search-menu .search-results::after {
  clear: both;
}
.search-menu .search-results h2 {
  font-size: 22px;
  color: #113b85;
  margin-bottom: 35px;
}
.search-menu .sub-title {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Merriweather', serif;
  color: #113b85;
  margin-bottom: 25px;
}
.search-menu .category {
  margin-bottom: 20px;
}
.search-menu .no-results {
  padding: 80px 0 75px 0;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.search-menu .no-results .icon-not-found {
  background: url(../img/not-found.png) no-repeat center;
  height: 130px;
  width: 93px;
}
.search-menu .no-results .text-wrap {
  padding-left: 50px;
}
.search-menu .no-results .text-wrap .text {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #808080;
}
.search-menu .no-results .text-wrap .text-big {
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: #113b85;
}
.hidden,
.main-menu,
.search-menu {
  display: none;
}
.js-background {
  display: none!important;
}
.carousel-header {
  margin-bottom: 0;
  width: 100%;
  background-color: #f0f0f0;
}
.carousel-header .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: relative;
  height: 34vw !important;
}
@media (max-width: 1180px) {
  /*.carousel-header .slide {
    height: auto !important;
  }*/
}
.carousel-header img.bg-carousel-header {
  object-fit: cover;
  object-position: center center;
  max-height: 107%;
  height: 107%;
}
.carousel-header .slide-content {
  position: absolute;
  top: 195px;
  top: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16.66666667%;
  color: #ffffff;
}
.carousel-header h1 {
  font-size: 5.1vw;
  line-height: 5.1vw;
  font-weight: 500;
  width: 50%;
  font-family: 'Caveat Brush', cursive;
  text-shadow: 0px 3px 8.6px rgba(0, 0, 0, 0.4);
}
.carousel-header .subtitle {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
.carousel-header .slick-list,
.carousel-header .slick-track {
  height: 100%;
}
.carousel-header .slick-arrow {
  z-index: 20;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.carousel-header .slick-arrow:hover {
  background: #000000;
}
.carousel-header .slick-arrow:before {
  content: "";
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.carousel-header .slick-arrow.slick-prev {
  left: 0;
}
.carousel-header .slick-arrow.slick-prev:before {
  background: url(../img/svg/arrow-left-white.svg) no-repeat center;
  left: 2px;
}
.carousel-header .slick-arrow.slick-next {
  right: 0;
}
.carousel-header .slick-arrow.slick-next:before {
  background: url(../img/svg/arrow-right-white.svg) no-repeat center;
  right: 4px;
}
.carousel-header .slick-dots {
  bottom: 20px;
}
.carousel-header .slick-dots li {
  margin: 0 6px;
  position: relative;
  height: 12px;
  width: 12px;
}
.carousel-header .slick-dots li.slick-active button:before {
  width: 17px;
  left: -2px;
  border-radius: 6px;
  background: #ffffff;
  opacity: 1;
}
.carousel-header .slick-dots li:hover button:before {
  background: #ffffff;
}
.carousel-header .slick-dots button {
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.carousel-header .slick-dots button:before {
  content: "";
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0px 1px 0.8px 0.2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 0.8px 0.2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 0.8px 0.2px rgba(0, 0, 0, 0.5);
}
.carousel-products-wrap {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding-right: 20px;
}
.carousel-products-wrap .carousel-title {
  font-size: 34px;
  font-weight: 500;
  color: #585858;
  padding: 0 50px;
}
.carousel-products {
  padding: 0 50px;
  margin-bottom: 0;
}
.carousel-products .slide:not(.slick-active) .img:after {
  display: none;
}
.carousel-products .slick-active:first-child .img:after {
  display: none;
}
.carousel-products .slide {
  height: 256px;
  display: -webkit-box;
  display: -moz-box;
  /*display: -ms-flexbox;*/
  display: -webkit-flex;
  /*display: flex;*/
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.carousel-products .slide .img {
  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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  max-height: 160px;
  height: 100%;
  margin-top: 35px;
  position: relative;
}
.carousel-products .slide .img:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: 0;
  height: 100px;
  width: 1px;
  background: #f5f5f5;
}
.carousel-products .slide img {
  display: block;
  max-height: 100%;
  max-width: 160px;
  width: auto;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.carousel-products .slide .product-name {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  height: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.carousel-products .slide:hover img {
  margin-top: -10px;
}
.carousel-products .slide:hover .product-name {
  color: #113b85;
}
.carousel-products .slide:focus {
  outline: 0;
  border: none;
}
.carousel-products .slick-arrow {
  z-index: 20;
  height: 50px;
  width: 50px;
  background: #ffffff;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.carousel-products .slick-arrow:before {
  content: "";
  height: 21px;
  width: 14px;
  position: absolute;
  top: 15px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.carousel-products .slick-arrow.slick-prev {
  left: 0;
}
.carousel-products .slick-arrow.slick-prev:before {
  background: url(../img/icons/arrow-left-black.png) no-repeat center;
  left: 15px;
  opacity: 0.6;
}
.carousel-products .slick-arrow.slick-next {
  right: 0;
}
.carousel-products .slick-arrow.slick-next:before {
  background: url(../img/icons/arrow-right-black.png) no-repeat center;
  left: 20px;
  opcity: 0.6;
}
.carousel-products .slick-arrow:hover {
  -webkit-box-shadow: 0px 3px 4.3px 0.7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 4.3px 0.7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 4.3px 0.7px rgba(0, 0, 0, 0.05);
}
.carousel-products .slick-arrow:hover.slick-prev:before,
.carousel-products .slick-arrow:hover.slick-next:before {
  opacity: 1;
}
.articles-landing {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articles-landing .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.articles-landing .img-wrap.custom-bg-position {
  background-position: center right -20px;
}
.articles-landing .article:hover .img-wrap,
.articles-landing .article-block:hover .img-wrap {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.article {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  overflow: hidden;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  -moz-transition: all 0.5s ease-in-out 0.1s;
  -ms-transition: all 0.5s ease-in-out 0.1s;
  -o-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.article.big {
  padding-top: 100%;
}
.article-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 30px;
  height: 100%;
  width: 66%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-content h2 {
  font-size: 2.1vw;
  font-weight: 300;
  margin-bottom: 0;
}
.article-content h2.text-big {
  font-size: 2.6vw;
}
.article-content a,
.article-content p {
  font-size: 14px;
}
.article-content a b,
.article-content p b,
.article-content a strong,
.article-content p strong {
  font-weight: 700;
}
.article-content p {
  font-weight: 300;
  font-style: italic;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
}
.article-content p:first-of-type {
  margin-top: 20px;
}
.article-content p span {
  font-style: normal;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}
.article-content p a {
  color: #000000;
}
.article-content .sub-info p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.article-content .sub-info p:first-of-type {
  margin-top: 0;
}
.article-inner {
  position: relative;
}
.article-inner .text {
  width: 70%;
}
.article-inner.content-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.article-inner.content-top {
  top: 80px;
}
.landing-3 .articles-landing {
  padding: 2px;
  width: 100%;
  display: block;
}
.landing-3 .articles-landing::before,
.landing-3 .articles-landing::after {
  content: "";
  display: table;
}
.landing-3 .articles-landing::after {
  clear: both;
}
.landing-3 .top-block {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.landing-3 .top-block .col-right {
  height: auto;
  backgorund: grey;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.landing-3 .top-block .col-right .article-block {
  height: 50%;
  position: absolute;
}
.landing-3 .top-block .col-right .article-block:first-child {
  top: 0;
  left: 0;
}
.landing-3 .top-block .col-right .article-block:last-child {
  top: initial;
  bottom: 0;
  left: 0;
}
.landing-3 .top-block .col-right .article-block .inner {
  padding-top: 0;
  height: 100%;
}
.landing-3 .article-block {
  padding: 2px;
  float: left;
  overflow: hidden;
}
.landing-3 .article-block .inner {
  width: 100%;
  height: auto;
  padding-top: 50%;
  background: lightgrey;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
}
.landing-3 .article-block.carousel .inner {
  padding-top: 50%;
}
.landing-3 .article-content a,
.landing-3 .article-content p {
  font-style: normal;
  font-family: 'Ubuntu', sans-serif;
}
.landing-3 .articles-wrap {
  padding-bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: auto!important;
  overflow: hidden;
}
.landing-3 .articles-wrap .article-block {
  padding: 0;
  overflow: hidden;
  height: 50%;
  float: none;
  position: absolute;
  left: 2px;
}
.landing-3 .articles-wrap .article-block:first-child {
  margin-bottom: 4px;
  top: -6px;
}
.landing-3 .articles-wrap .article-block:last-child {
  bottom: 2px;
}
.landing-3 .articles-wrap .article-block .inner {
  height: 100%;
  padding-top: 0;
}
.landing-3 .carousel-header {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landing-3 .carousel-header .slide {
  padding-top: 0;
  height: 100%;
}
.landing-3 .carousel-header .slide-content {
  left: 12.5%;
}
.landing-3 .carousel-header .subtitle {
  font-size: 28px;
}
.landing-3 .carousel-header h1 {
  font-size: 80px;
  font-size: 4.1vw;
  line-height: 4.1vw;
}
.seo-header {
  background: url(../img/seo-header-bg.jpg) no-repeat center;
  padding: 108px 0 100px 0;
}
.seo-header p {
  font-size: 2vw;
  font-weight: 300;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 45px;
  text-align: center;
  white-space: pre-line;
}
.seo-header .btn {
  background-color: transparent;
}
.seo-content {
  margin: 0 auto;
  margin-top: -70px;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 67px;
}
.seo-content .inner {
  display: block;
}
.seo-content .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 47px;
  -webkit-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.seo-content .seo-title {
  text-align: center;
  font-size: 34px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 26px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.seo-content p,
.seo-content .text {
  text-align: center;
  font-size: 16px;
  color: #808080;
  font-weight: 300;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 20px;
}
.seo-content .text:last-child {
  margin-bottom: 0;
}
.seo-content .sub-info {
  font-size: 12px;
  line-height: 18px;
}
.seo-content.ignore-subinfo .sub-info {
  font-size: 16px;
  line-height: 26px;
}
.seo-info.address p {
  white-space: pre-line;
}
.seo-cell {
  display: block;
  padding: 0 40px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.seo-cell span {
  display: block;
}
.seo-cell:hover .icon {
  -webkit-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 12.9px 2.1px rgba(0, 0, 0, 0.1);
}
.seo-cell:hover .seo-title {
  color: #143780;
}
.footer {
  background: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Merriweather', serif;
  text-align: center;
  line-height: 26px;
  color: #000000;
  position: relative;
  width: 100%;
  z-index: 2;
}
.footer-inner {
  margin: 0 auto;
  width: 960px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.footer .row-top {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 76px 0 63px 0;
  border-bottom: 1px solid #e5e5e5;
}
.footer .row-bottom {
  padding: 44px 0 47px 0;
}
.footer .copyrights a {
  color: #143780;
}
.footer .title {
  color: #143780;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  margin-bottom: 30px;
}
.footer li a {
  color: #000000;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  -ms-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
}
.footer li a:hover {
  color: #113b85;
}
.footer li span {
  color: #808080;
}
.footer .social {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-top: 15px;
}
.footer .icon {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 3.5px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
.footer .icon:hover {
  opacity: 1;
}
.content {
  background: #f5f5f5;
}
.content.white-bg {
  background: #ffffff;
}
.content-header {
  width: 66.66666667%;
  margin: 0 auto;
  padding: 30px 0;
  padding-bottom: 20px;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -ms-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}
.content-header .scroll-wrapper {
  height: 45px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .content-header .scroll-wrapper {
    height: 40px;
  }
  .content-header .scrollbar-outer > .scroll-element.scroll-x {
    bottom: 13px;
  }
  .content-header .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    top: 10px;
  }
}
.column-layout {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 83.33333333%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.column-layout.nopad-bottom {
  padding-bottom: 0;
}
.column-layout .col-left {
  width: 20%;
  position: relative;
}
.column-layout .col-right {
  width: 80%;
}
.mobile-background {
  display: none;
}
.breadcrumbs {
  position: relative;
}
.breadcrumbs h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #113b85;
  line-height: 24px;
}
.breadcrumbs .breadcrumbs-list {
  overflow: hidden;
}
.breadcrumbs ul::before,
.breadcrumbs ul::after {
  content: "";
  display: table;
}
.breadcrumbs ul::after {
  clear: both;
}
.breadcrumbs ul li,
.breadcrumbs ul a {
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 300;
  padding-right: 15px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.breadcrumbs ul li {
  display: inline-block;
  padding-right: 10px;
}
.breadcrumbs ul a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  height: 7px;
  width: 5px;
  background: url(../img/svg/arrow-right-tiny.svg) no-repeat center;
}
.breadcrumbs ul a:hover {
  color: #000000;
}
.breadcrumbs .scrollbar-outer > .scroll-element {
  background-color: #f5f5f5;
}
.filter-nav {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  position: relative;
}
.filter-nav .input-wrapper {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 20px;
  height: 20px;
  width: 220px;
  margin-bottom: 0;
}
.filter-nav .input-wrapper .input-text {
  display: block;
  cursor: pointer;
}
.filter-nav input.search {
  height: auto;
  width: 100%;
  padding: 0 10px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
}
.filter-nav input.search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.filter-nav input.search::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.filter-nav input.search:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.filter-nav input.search:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.filter-nav input.search:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}
.filter-nav input.search:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}
.filter-nav input.search:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}
.filter-nav input.search:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}
.filter-nav .icon-search {
  position: absolute;
  left: 0;
  top: 2px;
  height: 16px;
  width: 16px;
  background: url(../img/svg/search-small.svg) no-repeat center;
}
@media (min-width: 768px) {
  .filter-nav.righted input.search {
    padding: 0 0 0 10px;
    text-align: right;
  }
  .filter-nav.righted .icon-search {
    left: 24px;
  }
  .filter-nav.righted input.search:focus {
    text-align: left;
    padding-left: 31px;
  }
}

.filter-nav .filter-btn {
  width: 108px;
  margin-left: 30px;
  padding: 10px 29px 10px 42px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 30;
}
.filter-nav .filter-btn.active {
  background: #ebebeb;
  border: 1px solid #cccccc;
  z-index: 100;
}
.filter-nav .filter-btn.active .icon-arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.filter-nav .icon-list,
.filter-nav .icon-arrow {
  position: absolute;
}
.filter-nav .icon-list {
  left: 12px;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/svg/filter.svg) no-repeat center;
}
.filter-nav .icon-list span {
  display: none;
  height: 3px;
  width: 11px;
  border-radius: 1px;
  background: #113b85;
  position: relative;
  margin-top: 6px;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.filter-nav .icon-list:before,
.filter-nav .icon-list:after {
  content: "";
  position: absolute;
  left: 0;
  height: 3px;
  width: 16px;
  border-radius: 1px;
  background: #113b85;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}
.filter-nav .icon-list:before {
  top: 0;
  width: 16px;
}
.filter-nav .icon-list:after {
  top: 12px;
  width: 6px;
}
.filter-nav .icon-arrow {
  right: 10px;
  top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #113b85 transparent transparent transparent;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  -o-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.filter-dropdown {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 99;
  width: 940px;
  -webkit-box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
  display: none;
}
.filter-dropdown .dropdown-inner {
  padding: 45px 40px;
  background: #ffffff;
  position: relative;
}
.filter-dropdown .dropdown-inner:after {
  content: "";
  position: absolute;
  right: 34px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #ffffff transparent;
}
.filter-dropdown .dropdown-inner h3,
.filter-dropdown .dropdown-inner .filter-title {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 30px;
}
.filter-dropdown .dropdown-inner h3 {
  font-size: 18px;
}
.filter-dropdown .row {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.filter-dropdown .row:last-child {
  margin-bottom: 0;
}
.filter-dropdown .row .col {
  width: 20%;
}
.filter-dropdown .row-checkbox .col {
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter-dropdown .row-checkbox .checkbox-wrap {
  width: 20%;
  padding-right: 10px;
}
.filter-dropdown .btn-wrap::before,
.filter-dropdown .btn-wrap::after {
  content: "";
  display: table;
}
.filter-dropdown .btn-wrap::after {
  clear: both;
}
.filter-dropdown .btn-wrap .btn {
  float: left;
}
.products-wrap {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.products-wrap .btn-wrap {
  margin-bottom: 60px;
  width: 100%;
}
.products-wrap .btn-wrap .btn {
  margin: 0 auto;
}
/* aside navigation */
.nav-aside-wrap {
  height: auto;
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: top 0s ease-in-out 0s;
  -moz-transition: top 0s ease-in-out 0s;
  -ms-transition: top 0s ease-in-out 0s;
  -o-transition: top 0s ease-in-out 0s;
  transition: top 0s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.nav-wrap {
  padding: 42px 45px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.nav-wrap.bordered h2 {
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.nav-wrap h2 {
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 45px;
}
.nav-content li {
  margin-bottom: 16px;
}
.nav-content li:last-child {
  margin-bottom: 0;
}
.nav-content li a {
  font-size: 14px;
  font-weight: 300;
  color: #808080;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-content li a.selected {
  color: #113b85;
  padding-left: 20px;
  position: relative;
}
.nav-content li a.selected:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 9px;
  width: 12px;
  background: url(../img/svg/check-blue.svg) no-repeat center;
}
.nav-content li a:hover {
  color: #000000;
}
.nav-toggler {
  display: none;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.nav-toggler:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #113b85 transparent transparent transparent;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.nav-toggler.active:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.sidebar-info {
  padding-top: 60px;
}
.sidebar-info img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 100%;
}
.sidebar-info h2 {
  border-bottom: none;
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  padding-bottom: 0;
  margin-bottom: 22px;
}
.sidebar-info p {
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  margin-bottom: 40px;
  line-height: 28px;
}
.sidebar-info .text {
  margin-bottom: 44px;
}
.product-list {
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  transition: opacity 350ms ease-in-out;
  position: relative;
}
.product-list-loader {
  display: none;
  animation: none;
}
.product-list.faded + .product-list-loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: -30px;
  background: url(../img/svg/loader.svg) center center no-repeat;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.product-list .sticker {
  height: 32px;
  width: 56px;
  background-size: contain;
  background-position: center right;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}

.product-list .stickers {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 56px;

}

.product-list .img {
  height: 240px;
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
.product-list .img img {
  max-width: 90%;
  width: auto;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block-wrap {
  width: 25%;
  background: #ffffff;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block {
  height: 410px;
  width: 100%;
  position: relative;
  cursor: pointer;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.aboutslide .img-bg,
.product-block .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
}
.product-block .inner {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.product-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-block:hover .img img {
  margin-top: -10px;
}
.product-block:hover .bg {
  opacity: 0.4;
}
.product-info {
  padding: 0 20px;
}
.product-info h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  line-height: 32px;
}
.product-info h2 span {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-family: 'Merriweather', serif;
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  margin-top: 4px;
  max-height: 50px;
}
.stickem-container {
  position: relative;
}
.fixed {
  position: fixed;
  top: 0;
  left: 8.33333333%;
  width: 16.66666667%;
}
.fixed-end {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.news-inner-wrap {
  padding: 60px 0;
  margin-bottom: 100px;
  background: #ffffff;
}
.news-inner {
  width: 80%;
  background: #ffffff;
  margin: 0 auto;
}
.news-inner.img .sidebar {
  padding-top: 445px;
}
.news-inner .img-wrap {
  height: 395px;
  width: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 40px;
  margin-bottom: 40px;
  margin-right: -40.7%;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -ms-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}
.news-inner img {
  max-width: 50%;
  height: auto;
}
.news-inner .text-block h2 {
  color: #808080;
  font-size: 16px;
  margin-bottom: 0;
}
.news-inner .news-content {
  padding-right: 50px;
}
.news-inner .sidebar .title {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  color: #000000;
}
.news-inner .sidebar .inner {
  border-left: 1px solid #e5e5e5;
  padding-left: 45px;
}
.news-inner .sidebar li {
  margin-bottom: 30px;
}
.news-inner .sidebar li:hover a {
  color: #fcb815;
}
.news-inner .sidebar a {
  line-height: 28px;
  color: #113b85;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popup {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100vh;
  width: 75%;
  z-index: 103;
  display: block;
  visibility: hidden;
  opacity: 0;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popup.opened {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.popup-brand {
  width: 50%;
}
.popup .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
.popup .btn-close:before,
.popup .btn-close:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 9px;
  width: 24px;
  height: 2px;
  background: #bfbfbf;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.popup .btn-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .btn-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .btn-close:hover:before,
.popup .btn-close:hover:after {
  background: #000000;
}
.popup .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 0;
}
.popup .scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer,
.popup .scrollbar-outer > .scroll-element.scroll-y {
  width: 6px;
}
.popup .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  margin-left: 0;
  left: 0;
}
.popup .scrollbar-outer > .scroll-element .scroll-bar {
  background: #ccc;
}
.popup .scrollbar-outer > .scroll-element .scroll-element_track {
  background: transparent;
}
.popup .scrollbar-outer > .scroll-element .scroll-element_outer,
.popup .scrollbar-outer > .scroll-element .scroll-element_track,
.popup .scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 0;
}
.product-inner {
  position: relative;
  background: #ffffff;
  height: 100%;
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

.product-inner .col-left,
.product-inner .col-right {
  height: auto;
}
.product-inner .col-left {
  width: 44.4444%;
  position: relative;
}
.product-inner .col-right {
  width: 55.5556%;
  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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.product-inner .product-details {
  width: 100%;
  padding: 0 20%;
  margin: 0 auto;
  height: 100vh;
  overflow-x: hidden;
}
.product-inner .product-details-inner {
  height: auto;
  padding-top: 130px;
  padding-bottom: 60px;
}
.product-inner .title {
  font-size: 3.6vw;
  font-weight: 500;
  color: #113b85;
  margin-bottom: 10px;
}
.product-inner .sub-title {
  font-size: 18px;
  font-style: italic;
  color: #808080;
  font-family: 'Merriweather', serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.product-inner .sticker {
  width: auto;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 20px;
}
.product-inner table {
  width: 100%;
  margin-bottom: 30px;
}
.product-inner thead tr,
.product-inner tbody tr {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  display: block;
}
.product-inner thead tr::before,
.product-inner tbody tr::before,
.product-inner thead tr::after,
.product-inner tbody tr::after {
  content: "";
  display: table;
}
.product-inner thead tr::after,
.product-inner tbody tr::after {
  clear: both;
}
.product-inner tbody tr:last-of-type {
  border-bottom: none;
}
.product-inner th {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}
.product-inner th,
.product-inner td {
  color: #113b85;
  padding: 13px 0;
}
.product-inner th:nth-child(2),
.product-inner td:nth-child(2) {
  text-align: right;
}
.product-inner td {
  font-size: 15px;
  font-weight: 300;
  display: block;
  width: 50%;
  float: left;
}
.product-inner td:nth-child(2) {
  color: #808080;
}
.product-inner h2 {
  font-size: 18px;
  font-weight: 500;
  color: #113b85;
  margin-bottom: 25px;
  line-height: 24px;
}
.product-inner p {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 30px;
}
.product-inner p:last-child {
  margin-bottom: 0;
}
.product-inner .img-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-inner .img-bg {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.product-inner .img-wrap img {
  display: block;
  width: auto;
  margin: 0 auto;
  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%);
  z-index: 1;
  max-width: 90%;
}
.brand-inner .img-block {
  float: left;
  width: 100%;
  max-width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-inner .img-block .img {
  padding: 0 33px;
  width: 50%;
}
.brand-inner img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
  /*margin-bottom: 50px;*/
}
.brand-inner ul,
.brand-inner ol {
  margin-bottom: 30px;
}
.brand-inner ul:last-child,
.brand-inner ol:last-child {
  margin-bottom: 0;
}
.brand-inner ul li,
.brand-inner ol li {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  font-weight: 300;
  padding-left: 15px;
}
.brand-inner ol {
  padding-left: 13px;
}
.brand-inner ol li {
  padding-left: 4px;
}
.brand-inner ul li {
  position: relative;
  padding-left: 16px;
}
.brand-inner ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  background: #808080;
}
.brand-inner a {
  color: #113b85;
  border-bottom: 1px dashed #113b85;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
}
.brand-inner h1,
.brand-inner h2,
.brand-inner h3,
.brand-inner h4,
.brand-inner h5 {
  font-size: 18px;
  font-weight: 500;
  color: #113b85;
  margin-bottom: 25px;
  line-height: 24px;
}
.brand-inner h3 {
  font-size: 17px;
}
.brand-inner h4 {
  font-size: 15px;
}
.brand-inner h5 {
  font-size: 14px;
}
.product-inner-page.full .product-inner .product-details {
  padding: 0 10%;
}
.product-inner-page .product-details-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.product-inner-page .product-inner .col-right {
  padding-top: 60px;
  padding-bottom: 70px;
}
.product-inner-page .product-inner .product-details {
  height: auto;
}
.product-inner-page .brand-inner {
  padding: 70px 0;
}
.product-inner-page .brand-inner .img-block {
  float: left;
  width: 100%;
  max-width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-inner-page .brand-inner .img-block .img {
  padding: 0 33px;
  width: 50%;
  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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.product-inner-page .brand-inner .img-block .img img {
  display: block;
  max-width: 100%;
}
.news-block-wrap {
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-block-wrap .news-block {
  height: auto;
  color: #ffffff;
  overflow: hidden;
}
.news-block-wrap .news-block:nth-child(9n+1),
.news-block-wrap .news-block:nth-child(9n+6),
.news-block-wrap .news-block:nth-child(9n+7) {
  width: 50%;
}
.news-block-wrap .news-block:nth-child(9n+1) .inner,
.news-block-wrap .news-block:nth-child(9n+6) .inner,
.news-block-wrap .news-block:nth-child(9n+7) .inner {
  padding-top: 40%;
}
.news-block-wrap .news-block:nth-child(9n+1) .inner .block-content,
.news-block-wrap .news-block:nth-child(9n+6) .inner .block-content,
.news-block-wrap .news-block:nth-child(9n+7) .inner .block-content {
  padding-right: 35%;
}
.news-block-wrap .news-block:nth-child(9n+2),
.news-block-wrap .news-block:nth-child(9n+3),
.news-block-wrap .news-block:nth-child(9n+4),
.news-block-wrap .news-block:nth-child(9n+5),
.news-block-wrap .news-block:nth-child(9n+8),
.news-block-wrap .news-block:nth-child(9n+9) {
  width: 25%;
}
.news-block-wrap .news-block:nth-child(9n+2) .inner,
.news-block-wrap .news-block:nth-child(9n+3) .inner,
.news-block-wrap .news-block:nth-child(9n+4) .inner,
.news-block-wrap .news-block:nth-child(9n+5) .inner,
.news-block-wrap .news-block:nth-child(9n+8) .inner,
.news-block-wrap .news-block:nth-child(9n+9) .inner {
  padding-top: 80%;
}
.news-block-wrap .news-block .block-content {
  -webkit-font-smoothing: antialiased;
}
.news-block-wrap .news-block:hover .inner {
  transform: scale(1.05);
}
.news-block-wrap .news-block:hover .overlay-photo {
  opacity: 0.8;
  height: 103%;
  bottom: -3%;
}
.news-block-wrap .news-block:hover .block-content {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.news-block-wrap .inner {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
}
.news-block-wrap .block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 40px;
  color: #ffffff;
  z-index: 2;
  font-size: 22px;
  font-size: 1.15vw;
  font-weight: 300;
}
.news-block-wrap .overlay-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0.6;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, #000000 100%);
}
.news-block-wrap .btn-wrap {
  width: 100%;
  margin-top: 60px;
}
.news-block-wrap .btn-wrap .btn {
  margin: 0 auto;
}
.contacts-wrapper .col-left,
.contacts-wrapper .col-right {
  padding: 40px;
  background: #ffffff;
  position: relative;
}
.contacts-wrapper .col-left {
  width: 70%;
  padding-bottom: 0;
}
.contacts-wrapper .col-right {
  width: 30%;
  padding-left: 0;
  padding-bottom: 40px;
}
.contacts-wrapper .row {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  margin-bottom: 20px;
}
.contacts-wrapper h2 {
  font-size: 26px;
  font-weight: 300;
}
.contacts-wrapper li {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #113b85;
  margin-bottom: 15px;
}
.contacts-wrapper li a {
  color: #113b85;
}
@media (max-width: 1700px) {
  .contacts-wrapper li a.mail-contact {
    word-break: break-all;
  }
}
.contacts-wrapper li.icon-wrap {
  position: relative;
  padding-left: 27px;
}
.contacts-wrapper li.icon-wrap .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-block {
  padding: 10px;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: width 0.3s ease-in-out 0s;
  -moz-transition: width 0.3s ease-in-out 0s;
  -ms-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.contact-block .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}
.contact-block.main {
  padding: 0 0 40px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-block.main .contact-inner {
  max-height: none;
  width: 100%;
}
.contact-block.main .row {
  margin: 0;
  padding: 0;
}
.contact-block.main .col-6:last-child {
  padding-left: 40px;
  border-left: 1px solid #dcdcdc;
}
.contact-block.main li {
  color: #000000;
  margin-bottom: 10px;
}
.contact-block.main li.icon-wrap {
  padding-left: 30px;
}
.contact-block.main li a {
  color: #000000;
}
.contact-inner {
  padding: 35px 32px;
  background: #f5f5f5;
  width: 100%;
}
.career-wrap {
  position: relative;
}
.career-wrap .col-left {
  width: 100%;
  background: #ffffff;
  position: relative;
  min-height: 850px;
  padding-bottom: 80px;
}
.career-wrap .sidebar-wrap {
  width: 30%;
  position: absolute;
  top: 0;
  right: 40px;
  padding-top: 40px;
  height: 90%;
}
.career-wrap .img-wrap {
  width: 100%;
  height: auto;
  padding-top: 24.1875%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.career-wrap .text-block {
  padding: 80px 8.33333333%;
  padding-bottom: 0;
}
.career-wrap .text-block h2 {
  color: #000000;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
}
.career-wrap .nav-wrap .row {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.career-wrap .checkbox-wrap {
  width: 50%;
}
.career-wrap .btns-block {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3.5%;
}
.career-wrap .btn-wrap {
  padding: 0 3.5%;
}
.career-wrap .btn {
  width: 100%;
}
.investors-inner {
  width: 100%;
  padding: 40px;
  background: #ffffff;
}
.investors-inner .row {
  width: 100%;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.investors-inner .col-left {
  padding-right: 40px;
  width: 23.68421052631579%;
}
.investors-inner .col-right {
  width: 76.31578947368421%;
}
.investors-inner .iframe-wrap {
  padding: 40px;
  border: 1px solid #e5e5e5;
}
.investors-inner iframe {
  width: 100%;
}
.normal {
  height: 400px !important;
  width: 100%;
  background: grey;
}
.spacer {
  position: relative;
  z-index: 99;
  width: 100%;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.not-found-wrapper {
  width: 100%;
  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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 85px;
  padding-bottom: 110px;
}
.not-found-wrapper .text-big {
  font-size: 16vw;
  font-weight: 500;
  color: rgba(222, 222, 222, 0.8);
  text-shadow: 1px 3px 10px #f5f5f5, 0 0 0 #a5a5a5, 1px 4px 6px #f5f5f5;
  position: relative;
  line-height: 90%;
}
.not-found-wrapper .text-big:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,f5f5f5+100&0+0,1+77 */
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #f5f5f5 77%, #f5f5f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #f5f5f5 77%, #f5f5f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 0%, #f5f5f5 77%, #f5f5f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f5f5f5', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  z-index: 1;
}
.not-found-wrapper p {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.not-found-wrapper p span {
  font-size: 3.2vw;
  color: #000000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-top: -15%;
  display: block;
}
/* ------- */
.about-wrap {
  position: relative;
}
.header-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: auto;
}
.header-fixed.active {
  overflow-y: scroll;
  height: 100%;
}
.header-fixed.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: 0;
  margin-left: 0;
}
.slider-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.58s ease-out 0s;
  -moz-transition: all 0.58s ease-out 0s;
  -ms-transition: all 0.58s ease-out 0s;
  -o-transition: all 0.58s ease-out 0s;
  transition: all 0.58s ease-out 0s;
}
.slider-wrap .slider-col-left {
  width: 100%;
}
.slider-wrap .slider-col-left .slide-content {
  display: none;
}
.slider-wrap .slider-col-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.58s ease-out 0s;
  -moz-transition: all 0.58s ease-out 0s;
  -ms-transition: all 0.58s ease-out 0s;
  -o-transition: all 0.58s ease-out 0s;
  transition: all 0.58s ease-out 0s;
}
.slider-wrap .section {
  width: 50%;
  position: relative;
  z-index: 100;
}
.slider-wrap .section.active {
  z-index: 100;
}
.slider-wrap .section:last-child {
  padding-top: 0!important;
}
.slider-wrap .section.footer {
  width: 100%;
  z-index: 1001;
}
.slider-wrap .section.hidden {
  display: none!important;
}
.slider-wrap .slide-section {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.slider-wrap .slide-section.hidden {
  display: none!important;
}
.slider-wrap .img-wrap {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: background-position 0.3s ease-in-out 0s;
  -moz-transition: background-position 0.3s ease-in-out 0s;
  -ms-transition: background-position 0.3s ease-in-out 0s;
  -o-transition: background-position 0.3s ease-in-out 0s;
  transition: background-position 0.3s ease-in-out 0s;
}
.slider-wrap .slide-content {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 100;
}
.slider-wrap .fp-bg {
  background-size: cover;
  background-position: center;
}
.slider-wrap .text-block {
  width: 66.66666667%;
  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%);
  top: 60%;
}
.slider-wrap .text-block h3,
.slider-wrap .text-block p,
.slider-wrap .text-block a,
.slider-wrap .text-block li {
  color: #000000;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
}
.slider-wrap .text-block h2 {
  font-size: 70px;
  font-size: 3.6vw;
  opacity: 1;
  font-weight: 300;
}
.slider-wrap .text-block h3 {
  opacity: 0.5;
  font-weight: 700;
  font-size: 20px;
}
.slider-wrap .text-block p {
  margin-bottom: 35px;
}
.slider-wrap .text-block p:last-child {
  margin-bottom: 0;
}
#fp-nav {
  top: 50%;
}
#fp-nav ul li {
  width: 12px;
  height: 12px;
  margin: 10px 0;
}
#fp-nav ul li:last-child {
  display: none;
}
#fp-nav ul li a {
  border-radius: 0;
  position: relative;
  /* .transition(all 0.3s ease-in-out 0s); */
  background: rgba(0, 0, 0, 0.1);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 6px;
  margin: 0;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active,
#fp-nav ul li a.active:hover {
  height: 17px;
  margin: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  top: -2px;
  left: 0;
}
#fp-nav ul li a:hover {
  height: 12px;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#fp-nav ul li .fp-tooltip {
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  top: 0;
}
#fp-nav ul li .fp-tooltip.right {
  right: 30px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  margin: 0;
  top: initial;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
  margin: 0;
}
/* --------- */
.header-wrap {
  position: relative;
}
.header-wrap .content {
  position: relative;
  z-index: 2;
}
.slider-multiscroll {
  width: 100%;
}
.slider-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.slider-wrapper .slider {
  height: 100%;
  height: calc(100vh - 178px);
  overflow: hidden;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slider-wrapper .col {
  width: 50%;
  height: 100%;
}
.slider-wrapper .col-right {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-wrapper .col-right .img-wrap {
  display: none;
}
.slider-wrapper .section {
  width: 100%;
  min-height: calc(100vh - 178px);
  height: 100%;
  position: relative;
  overflow: hidden;
  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;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider-wrapper .section .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slider-wrapper .section.__active .text-block.up,
.slider-wrapper .section.__active .text-block.down {
  top: 50%;
}
.slider-wrapper .slide-content {
  height: 100%;
  width: 100%;
}
.slider-wrapper .text-block {
  width: 66.66666667%;
  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%);
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.8s ease-out 0.3s;
  -moz-transition: all 0.8s ease-out 0.3s;
  -ms-transition: all 0.8s ease-out 0.3s;
  -o-transition: all 0.8s ease-out 0.3s;
  transition: all 0.8s ease-out 0.3s;
}
.slider-wrapper .text-block.up {
  top: 60%;
}
.slider-wrapper .text-block.down {
  top: 40%;
}
.slider-wrapper .text-block h3,
.slider-wrapper .text-block p,
.slider-wrapper .text-block a,
.slider-wrapper .text-block li {
  color: #000000;
  opacity: 0.5;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
}

@media(max-width: 1300px) {
  .slider-wrapper .text-block h3,
  .slider-wrapper .text-block p,
  .slider-wrapper .text-block a,
  .slider-wrapper .text-block li {
    font-size: 20px;
  }
}

@media(max-width: 1100px) {
  .slider-wrapper .text-block h3,
  .slider-wrapper .text-block p,
  .slider-wrapper .text-block a,
  .slider-wrapper .text-block li {
    font-size: 18px;
  }
}

.slider-wrapper .text-block strong {
  font-weight: bold;
}
.slider-wrapper ul {
  list-style-type: disc;
  list-style-position: inside;
}
.slider-wrapper .text-block h2 {
  font-size: 70px;
  font-size: 3.6vw;
  opacity: 1;
  font-weight: 300;
}
.slider-wrapper .text-block h3 {
  opacity: 0.5;
  font-weight: 700;
  font-size: 20px;
}
.slider-wrapper .text-block p {
  /*margin-bottom: 35px;*/
  margin-bottom: 0px;
}
.slider-wrapper .text-block p:last-child {
  margin-bottom: 0;
}
.slider-navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 100;
}
.slider-navigation ul {
  position: relative;
  padding: 3px;
}
.slider-navigation li {
  margin: 7px 0;
}
.slider-navigation a {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}
.slider-navigation a:after {
  content: attr(data-tooltip);
  position: absolute;
  right: 25px;
  top: -3px;
  min-width: 200px;
  width: auto;
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.slider-navigation a span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 12px;
  height: 12px;
}
.slider-navigation a:hover span,
.slider-navigation a.active span {
  background: rgba(0, 0, 0, 0.4);
}
.slider-navigation a:hover:after,
.slider-navigation a.active:after {
  opacity: 0.4;
  visibility: visible;
}
.slider-navigation a.active span {
  height: 17px;
  top: -3px;
}
.form .input-wrapper {
  margin-bottom: 20px;
}
.form .input-wrapper label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 10px;
}
.form .input-wrapper .input-field {
  border: 1px solid #cccccc;
  height: 40px;
}
.form .input-wrapper .input-field textarea,
.form .input-wrapper .input-field input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  font-family: 'Ubuntu', sans-serif;
  padding: 0 12px;
}
.form .input-wrapper .input-field textarea::-webkit-input-placeholder,
.form .input-wrapper .input-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  opacity: 1;
}
.form .input-wrapper .input-field textarea::-moz-placeholder,
.form .input-wrapper .input-field input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  opacity: 1;
}
.form .input-wrapper .input-field textarea:-ms-input-placeholder,
.form .input-wrapper .input-field input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  opacity: 1;
}
.form .input-wrapper .input-field textarea:-moz-placeholder,
.form .input-wrapper .input-field input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  opacity: 1;
}
.form .input-wrapper .input-field textarea {
  height: 100%;
  padding: 0;
}
.form .input-wrapper .comment-field {
  height: 100px;
  padding: 12px;
}
.form .input-wrapper .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  margin-left: 0;
}
.form .input-wrapper .scroll-textarea {
  border: none;
}
.form .input-wrapper.input-search-filter {
  margin-bottom: 0;
}
.form .input-wrapper.no-margin-bottom {
  margin-bottom: 0;
}
.form .input-wrapper.error {
  position: relative;
}
.form .input-wrapper.error label {
  display: inline-block;
  color: #ff0000;
  padding-left: 20px;
  position: relative;
}
.form .input-wrapper.error label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  height: 14px;
  width: 14px;
  background: url('../img/svg/error.svg') no-repeat center;
}
.form .input-wrapper.error input,
.form .input-wrapper.error textarea {
  color: #ff0000;
}

.form .input-wrapper.error .input-field {
  border: 1px solid #ff0000;
}
.form .input-wrapper.error .input-field input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff0000;
}
.form .input-wrapper.error .input-field input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff0000;
}
.form .input-wrapper.error .input-field input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ff0000;
}
.form .input-wrapper.error .input-field input:-moz-placeholder {
  /* Firefox 18- */
  color: #ff0000;
}
.form .input-wrapper.error .error-message {
  background: #ff0000;
  padding: 5px 6px;
  border-radius: 4px;
  position: relative;
  margin-left: 10px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
    white-space: nowrap;
}
.form .input-wrapper.error .error-message:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #ff0000 transparent transparent;
}
.form .input-search {
  padding-bottom: 30px;
  padding-left: 75px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form .input-search.active {
  border-bottom: 1px solid #113b85;
}
.form .input-search input {
  width: 100%;
  background: #f5f5f5;
  font-size: 3.1vw;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  color: #113b85;
}
.form .input-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #113b85;
  opacity: 0.2;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form .input-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #113b85;
  opacity: 0.2;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form .input-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #113b85;
  opacity: 0.2;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form .input-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #113b85;
  opacity: 0.2;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.form input[type="file"] {
  display: none;
}
.form.career-form .cv-file-name-wrapper {
  display: none;
}
.form.career-form .cv-file-name {
  color: #113b85;
  font-style: italic;
  position: relative;
  width: 100%;
  line-height: 16px;
}
.form.career-form .remove-attachment {
  position: absolute;
  right: 0;
  top: 0;
  font-style: normal;
  cursor: pointer;
}

/* checkbox styles */
.checkbox-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.checkbox-wrap:last-child {
  margin-bottom: 0;
}
.checkbox-wrap input[type="checkbox"]:checked + .checkbox-style {
  display: block;
  color: #113b85;
}
.checkbox-wrap input[type="checkbox"]:checked + .checkbox-style:before,
.checkbox-wrap input[type="checkbox"]:checked + .checkbox-style:after {
  content: "";
  background: #113b85;
}
.checkbox-wrap:hover input[type="checkbox"] + .checkbox-style,
.checkbox-wrap:hover input[type="checkbox"]:checked + .checkbox-style {
  color: #000000;
}
.checkbox-wrap:hover input[type="checkbox"] + .checkbox-style:before,
.checkbox-wrap:hover input[type="checkbox"]:checked + .checkbox-style:before,
.checkbox-wrap:hover input[type="checkbox"] + .checkbox-style:after,
.checkbox-wrap:hover input[type="checkbox"]:checked + .checkbox-style:after {
  background: #000000;
}
.checkbox-wrap.filled {
  margin-bottom: 10px;
}
.checkbox-wrap.filled .checkbox-style {
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  margin-right: 11px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: background-color 0.3s ease-in-out 0s;
  -moz-transition: background-color 0.3s ease-in-out 0s;
  -ms-transition: background-color 0.3s ease-in-out 0s;
  -o-transition: background-color 0.3s ease-in-out 0s;
  transition: background-color 0.3s ease-in-out 0s;
}
.checkbox-wrap.filled .checkbox-style:before,
.checkbox-wrap.filled .checkbox-style:after {
  display: none;
}
.checkbox-wrap.filled .checkbox-style:before {
  left: 4px;
  top: 9px;
}
.checkbox-wrap.filled .checkbox-style:after {
  left: 6px;
  top: 8px;
}
.checkbox-wrap.filled .checkbox-inner {
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.checkbox-wrap.filled input[type="checkbox"]:checked + .checkbox-style {
  display: block;
  background-color: #113b85;
  background-image: url(../img/svg/checkbox-white.svg);
  border: 1px solid #113b85;
}
.checkbox-inner {
  cursor: pointer;
  position: relative;
}
.checkbox-inner input[type="checkbox"] {
  display: none;
}
.checkbox-style {
  position: relative;
  display: block;
  padding-left: 20px;
  width: 100%;
  color: #808080;
  font-size: 14px;
  font-weight: 300;
  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;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.checkbox-style:before,
.checkbox-style:after {
  content: "";
  position: absolute;
  background: #cccccc;
}
.checkbox-style:before {
  width: 6px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 0;
}
.checkbox-style:after {
  width: 11px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
  left: 2px;
}
.select-wrap {
  width: 100%;
}
.select-wrap select {
  display: none;
}
.select-wrap .dropdown {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.select-wrap .dropdown:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #252525;
  display: block;
  margin-top: -2px;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  -o-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.select-wrap .dropdown .list {
  position: absolute;
  top: 39px;
  left: 0;
  background: #ffffff;
  outline: 1px solid #cccccc;
  border-top: 0;
  width: 100%;
  color: #7f7f7f;
  padding: 0;
  pointer-events: none;
  z-index: 99;
  display: none;
  opacity: 1;
  -webkit-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
}
.select-wrap .dropdown .list ul {
  margin: 0;
}
.select-wrap .dropdown .option {
  cursor: pointer;
  font-weight: 300;
  line-height: 38px;
  outline: none;
  padding: 0 12px;
  height: 40px;
  background: #ffffff;
  margin-bottom: 0;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.select-wrap .dropdown .option:last-child {
  border-bottom: 0;
}
.select-wrap .dropdown .option:hover {
  color: #113b85;
}
.select-wrap .dropdown .option.selected {
  color: #113b85;
}
.select-wrap .dropdown.open:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select-wrap .dropdown.open .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: auto;
}
.select-wrap .dropdown:hover,
.select-wrap .dropdown:active {
  color: #113b85;
}
.select-wrap .dropdown:hover:after,
.select-wrap .dropdown:active:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #252525;
}
/* buttons */
.btn {
  height: 51px;
  width: 270px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
  -moz-box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
  box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
  font-family: 'Ubuntu', sans-serif;
  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;
  -o-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
button.btn {
  display: block;
}
button.btn > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-full {
  width: 100%;
}
.btn-round {
  border-radius: 30px;
}
.btn-bordered {
  border: 2px solid #ffffff;
}
.btn-bordered:hover {
  border: 2px solid #ffffff;
}
.btn-blue {
  background: #113b85;
}
.btn-blue:hover {
  background: #0b2e6a;
  -webkit-box-shadow: 0px 1px 4.3px 0.7px rgba(17, 59, 133, 0.15);
  -moz-box-shadow: 0px 1px 4.3px 0.7px rgba(17, 59, 133, 0.15);
  box-shadow: 0px 1px 4.3px 0.7px rgba(17, 59, 133, 0.15);
}
.btn-transparent:hover {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}
.btn-small {
  height: 40px;
  width: 200px;
}
.btn-small.btn-round {
  border-radius: 50px;
}
.btn-grey {
  border: 2px solid #b7b7b7;
  color: #b7b7b7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.btn-grey:hover {
  border: 2px solid #113b85;
  color: #113b85;
}
.btn-success {
  background: #79b55b;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 8.6px 1.4px rgba(121, 181, 91, 0.3);
  -moz-box-shadow: 0px 3px 8.6px 1.4px rgba(121, 181, 91, 0.3);
  box-shadow: 0px 3px 8.6px 1.4px rgba(121, 181, 91, 0.3);
}
.btn-success.btn-icon span {
  display: block;
}
.btn-success.btn-icon span:before {
  display: none;
}
.btn-success.btn-icon span:after {
  content: "";
  position: absolute;
  height: 11px;
  width: 16px;
  background: url(../img/svg/checkbox-white.svg) no-repeat center;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-success.btn-icon:hover span:after {
  background: url(../img/svg/checkbox-white.svg) no-repeat center;
}
.btn-upload {
  padding: 0 20px;
}
.btn-upload.btn-icon span {
  width: 100%;
}
.btn-upload.btn-icon span.plus {
  height: 16px;
  width: 16px;
  position: relative;
  margin-right: 17px;
}
.btn-upload.btn-icon span.plus:before,
.btn-upload.btn-icon span.plus:after {
  content: "";
  position: absolute;
  left: -30px;
  background: #b7b7b7;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: background 0.3s ease-in-out 0s;
  -moz-transition: background 0.3s ease-in-out 0s;
  -ms-transition: background 0.3s ease-in-out 0s;
  -o-transition: background 0.3s ease-in-out 0s;
  transition: background 0.3s ease-in-out 0s;
}
.btn-upload.btn-icon span.plus:before {
  left: 0;
  top: 7px;
  height: 2px;
  width: 16px;
}
.btn-upload.btn-icon span.plus:after {
  left: 7px;
  top: 0;
  height: 16px;
  width: 2px;
}
.btn-upload:hover.btn-icon span:before,
.btn-upload:hover.btn-icon span:after {
  background: #113b85;
}
.btn-icon span {
  position: relative;
}
.btn:focus,
.btn:active {
  border-radius: 30px;
}
a.link {
  color: #113b85;
  border-bottom: 1px dashed #113b85;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Merriweather', serif;
  font-style: italic;
  /* .transition(all 0.3s ease-in-out 0s); */
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.link:hover {
  color: #f6a704;
  border-bottom: 1px dashed #f6a704;
}
/* colors */
.text-white {
  color: #ffffff;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white a {
  color: #ffffff;
}
/* text */
.text-italic {
  font-style: italic;
}
h2 {
  font-size: 26px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 30px;
}
em,
i {
  font-style: italic;
}
bold,
b,
strong{
  font-weight: 700;
}
/* icons */
.icon-investments {
  background-image: url(../img/svg/investments.svg);
}
.icon-news {
  background-image: url(../img/svg/news.svg);
}
.icon-pin {
  background-image: url(../img/svg/pin.svg);
}
.icon-pin-small {
  background-image: url(../img/svg/c-pin.svg);
}
.icon-phone {
  background-image: url(../img/svg/c-phone.svg);
}
.icon-mail-blue {
  background-image: url(../img/svg/c-mail.svg);
}
.icon-time {
  background-image: url(../img/svg/c-clock.svg);
}
.icon-facebook {
  background-image: url(../img/svg/fb.svg);
}
.icon-facebook:hover {
  background-image: url(../img/svg/fb-h.svg);
}
.icon-youtube {
  background-image: url(../img/svg/youtube.svg);
}
.icon-youtube:hover {
  background-image: url(../img/svg/youtube-h.svg);
}
.icon-googleplus {
  background-image: url(../img/svg/gplus.svg);
}
.icon-googleplus:hover {
  background-image: url(../img/svg/gplus-h.svg);
}
.icon-twitter {
  background-image: url(../img/svg/twitter.svg);
}
.icon-twitter:hover {
  background-image: url(../img/svg/twitter-h.svg);
}
.icon-pinterest {
  background-image: url(../img/svg/pinterest.svg);
}
.icon-pinterest:hover {
  background-image: url(../img/svg/pinterest-h.svg);
}
.overlay-bg-light,
.overlay-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.overlay-bg-light.active,
.overlay-bg.active {
  z-index: 101;
}
.overlay-bg-light {
  background: rgba(0, 0, 0, 0.1);
}
.overlay-bg-light.active {
  z-index: 100;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.yellow-bg {
  background-color: #fbf8d9;
}
.yellow-bg h2 {
  color: #807922;
}
.green-bg {
  background-color: #ecf3d2;
}
.green-bg h2 {
  color: #698016;
}
.green-bg-light {
  background-color: #e8efdd;
}
.green-bg-light h2 {
  color: #66803d;
}
.blue-bg {
  background-color: #d9e1e6;
}
.white-bg {
  background-color: #fff;
}
.blue-bg h2 {
  color: #3e6980;
}
.blue-bg-light {
  background-color: #eff5f7;
}
.blue-bg-light h2 {
  color: #6a7a80;
}
/* product background color */
.bg1 {
  background: #e7e6e5;
}
.bg2 {
  background: #dcce66;
}
.bg3 {
  background: #d0d1cf;
}
.bg4 {
  background: #cdad20;
}
.bg5 {
  background: #e1cfb2;
}
.bg6 {
  background: #316452;
}
.bg7 {
  background: #d4beb1;
}
.bg8 {
  background: #2e84b9;
}
.bg9 {
  background: #347b54;
}
.bg10 {
  background: #c4b289;
}
.bg11 {
  background: #e0e1d7;
}
.bg12 {
  background: #b3b57b;
}
.bg13 {
  background: #d1cbbf;
}
.bg14 {
  background: #cfc56c;
}
.bg15 {
  background: #cbcac1;
}
.bg16 {
  background: #c9cacb;
}
.bg17 {
  background: #2d3452;
}
.bg18 {
  background: #d3ca7b;
}
.bg19 {
  background: #1e405e;
}
.bg20 {
  background: #b7ba83;
}
.bg21 {
  background: #b7bd3a;
}
.bg22 {
  background: #ccc45f;
}
.bg23 {
  background: #e1d996;
}
/* text */
.text-block.font-italic {
  font-family: 'Merriweather', serif;
  font-style: italic;
  color: #808080;
}
.text-block ul li,
.text-block p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.text-block ul li.title,
.text-block p.title {
  color: #000000;
}
.text-block p {
  margin-bottom: 40px;
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block h2 {
  font-weight: 700;
}
ol {
  font-size: 14px;
  list-style: decimal;
  color: #808080;
  line-height: 20px;
  font-weight: 300;
}
ul.list-dotted li {
  position: relative;
  padding-left: 10px;
}
ul.list-dotted li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  height: 3px;
  width: 3px;
  border-radius: 2px;
  background: #808080;
}
ul li {
  margin: 0;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 0;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background: transparent;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background: #cccccc;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  top: -8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    top: 4px;
  }
}
/* ---- */
.centerAbsolute {
  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%);
}
.centerHorizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centerVertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.displayFlex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexDirectionRow {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* colors */
/* hovers */
/* section colors */
/* text */
/* layout */
/* cyrillic-ext */

/* SEGOE */
@font-face {
  font-family: 'Segoe';
  src: url('fonts/segoe_print_bold.eot?#') format('eot'), url('fonts/segoe_print_bold.woff') format('woff'), url('fonts/segoe_print_bold.ttf') format('truetype');
}

@media (min-width: 1025px) and (max-width: 1680px) {
  .career-wrap .btn-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .career-wrap .btn-wrap:last-child {
    margin-bottom: 0;
  }
  .career-wrap .btn-icon {
    padding: 0 20px;
  }
  .career-wrap .btn-icon span {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .career-wrap .btn-success span {
    width: auto;
  }
}
@media (min-width: 1370px) and (max-width: 1470px) {
  .contacts-wrapper {
    width: 88%;
  }
  .form .input-search {
    padding-left: 60px;
  }
  .search-menu .icon {
    background-size: contain;
    height: 34px;
    width: 34px;
  }
  .search-menu .loading {
    height: 34px;
    width: 34px;
    background-size: 34px;
    top: 16px;
  }
}
@media (max-width: 1370px) {
  .header-inner,
  .footer-inner {
    width: 100%;
    padding: 0 30px;
  }
  .content-header {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-layout {
    width: 100%;
    padding: 0 30px;
    padding-bottom: 80px;
  }
  .column-layout .col-left {
    width: 25%;
  }
  .column-layout .col-right {
    width: 75%;
  }
  .header-menu .inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .carousel-header .subtitle {
    font-size: 28px;
  }
  .carousel-header .slide-content {
    left: 10%;
  }
  .carousel-products-wrap .carousel-title {
    width: 20%;
    padding: 0 30px;
    font-size: 28px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .carousel-products-wrap .carousel-title a {
    margin-top: 10px;
    display: inline-block;
  }
  .carousel-products {
    width: 80%;
  }
  .articles-landing {
    display: block;
  }
  .articles-landing::before,
  .articles-landing::after {
    content: "";
    display: table;
  }
  .articles-landing::after {
    clear: both;
  }
  .articles-landing .article-block .img-wrap.custom-bg-position {
    background-position: center right -100px;
  }
  .articles-landing .col {
    float: left;
  }
  .articles-landing .col:first-child {
    width: 100%;
  }
  .articles-landing .col:first-child::before,
  .articles-landing .col:first-child::after {
    content: "";
    display: table;
  }
  .articles-landing .col:first-child::after {
    clear: both;
  }
  .articles-landing .col:first-child .article {
    width: 50%;
    float: left;
    padding-top: 25%;
  }
  .articles-landing .col:nth-child(2),
  .articles-landing .col:nth-child(3) {
    width: 50%;
  }
  .articles-landing .article {
    padding-top: 45%;
  }
  .articles-landing .article.big {
    padding-top: 90%;
  }
  .article-content p {
    margin-bottom: 10px;
  }
  .landing-3 .articles-landing .article-block .inner {
    height: auto;
    padding-top: 60%;
  }
  .landing-3 .articles-landing .carousel-header .slide {
    background-position: center right 25%;
  }
  .landing-3 .articles-landing .article-content {
    width: 100%;
  }
  .landing-3 .articles-landing .article-content p:first-of-type {
    margin-top: 20px;
  }
  .article-block .inner.custom-bg-position {
    background-position: center right 50%;
  }
  .seo-header p {
    font-size: 26px;
  }
  .seo-content {
    margin-top: -60px;
  }
  .seo-content .seo-cell {
    width: 33.33333333%;
    padding: 0 20px;
  }
  .seo-content .icon {
    width: 120px;
    height: 120px;
  }
  .nav-wrap {
    padding: 38px 30px;
  }
  .nav-wrap.bordered h2 {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .nav-wrap h2 {
    margin-bottom: 20px;
  }
  .header-menu {
    padding: 35px 30px;
  }
  .search-menu .inner {
    padding: 0;
  }
  .search-menu .inner .col {
    padding: 0;
  }
  .search-menu .inner .col:nth-child(1) {
    padding-right: 0;
  }
  .search-menu .inner .col:nth-child(2) {
    padding-left: 0;
  }
  .search-menu .inner .nav-popular {
    margin-top: 30px;
  }
  .search-menu .inner .nav-popular ul {
    margin-bottom: 20px;
  }
  .search-menu .inner .nav-popular ul:last-child {
    margin-bottom: 0;
  }
  .main-menu .inner {
    padding: 0;
  }
  .main-menu ul {
    margin-bottom: 40px;
  }
  .main-menu ul:last-child {
    margin-bottom: 0;
  }
  .main-menu ul.main li a {
    font-size: 22px;
    line-height: 32px;
  }
  .main-menu .menu-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .main-menu .menu-title.main {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .product-block-wrap {
    width: 33.33333333%;
  }
  .popup {
    width: 83.33333333%;
  }
  .product-inner-page .product-inner .col-left {
    width: 40%;
  }
  .product-inner-page .product-inner .col-right {
    width: 60%;
  }
  .news-block-wrap .block-content {
    padding: 0 30px 30px;
    font-size: 16px;
  }
  .news-inner-wrap {
    padding: 0;
    margin-bottom: 80px;
    background: transparent;
  }
  .news-inner {
    padding: 40px 30px 70px;
    width: 100%;
  }
  .news-inner .img-wrap {
    margin-right: -37.7%;
  }
  .news-inner .sidebar .inner {
    padding-left: 30px;
  }
  .news-inner .news-content {
    padding-right: 30px;
  }
  .contacts-wrapper .col-left {
    width: 70%;
  }
  .contacts-wrapper .col-right {
    width: 30%;
  }
  .contacts-wrapper .row {
    margin-bottom: 15px;
  }
  .contacts-wrapper .form .btn {
    width: 100%;
  }
  .contact-block {
    padding: 15px;
  }
  .contact-block .title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .contact-block.main {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .contact-inner {
    padding: 30px;
  }
  .career-wrap .col-left {
    width: 100%;
    padding-bottom: 60px;
  }
  .career-wrap .text-block {
    width: 65%;
    padding: 50px 30px 0;
  }
  .career-wrap .sidebar-wrap {
    right: 30px;
    padding-top: 30px;
    height: 90.6%;
  }
  .about-us-wrap {
    padding-top: 42.5%;
  }
  .form .input-search {
    padding-left: 50px;
    padding-bottom: 15px;
  }
  .form .input-search input {
    font-size: 32px;
  }
  .form .input-search .icon {
    top: 10px;
    width: 27px;
    height: 27px;
    background-size: contain;
  }
  .form .input-search .loading {
    top: 10px;
    width: 27px;
    height: 27px;
    background-size: 27px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .contacts-wrapper .contact-block {
    width: 50%;
  }
  .contacts-wrapper .contact-block.main {
    width: 100%;
  }
  .form .input-wrapper.error .error-message {
    display: block;
    margin-left: -20px;
    margin-top: 6px;
    white-space: nowrap;
  }
  .form .input-wrapper.error .error-message:after {
    left: 4px;
    top: -4px;
    border-width: 0 4.5px 4px 4.5px;
    border-color: transparent transparent #ff0000 transparent;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .mobile-background {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center center;
  }

  .column-layout {
    padding-bottom: 80px;
  }
  .carousel-products-wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .carousel-products-wrap .carousel-title {
    text-align: center;
    padding: 20px 0;
    padding-bottom: 0;
    width: 100%;
    font-size: 24px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .carousel-products-wrap .carousel-title a.link {
    border-bottom: none;
    margin-top: 5px;
    font-size: 14px;
  }
  .carousel-products {
    width: 100%;
    padding: 0 51px;
    margin-bottom: 30px;
  }
  .carousel-products .slick-arrow {
    z-index: 20;
    height: 100%;
    width: 50px;
    background: #ffffff;
    /* .transition(all 0.3s ease-in-out 0s); */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .carousel-products .slick-arrow:before {
    content: "";
    height: 21px;
    width: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /* .transition(all 0.3s ease-in-out 0s); */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  .carousel-products .slick-arrow.slick-prev {
    left: 0;
  }
  .carousel-products .slick-arrow.slick-prev:before {
    background: url(../img/svg/arrow-left-grey.svg) no-repeat center;
    left: 15px;
  }
  .carousel-products .slick-arrow.slick-next {
    right: 0;
  }
  .carousel-products .slick-arrow.slick-next:before {
    background: url(../img/svg/arrow-right-grey.svg) no-repeat center;
    left: 20px;
  }
  .carousel-products .slide .product-name {
    font-size: 16px;
  }
  .search-menu .icon {
    height: 30px;
    width: 30px;
    background-size: contain;
    top: 0;
  }
  .search-menu .loading {
    height: 30px;
    width: 30px;
    background-size: 30px;
    top: 0;
  }
  .search-menu .search-results .sub-title,
  .search-menu .search-results h2 {
    margin-bottom: 20px;
  }
  .form .input-search {
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .form .input-search input {
    font-size: 22px;
  }
  .articles-landing .article {
    padding-top: 50%;
  }
  .articles-landing .article.big {
    padding-top: 100%;
  }
  .articles-landing .article-content .article-inner.content-top {
    top: 40px;
  }
  .articles-landing .article-content p:first-of-type {
    margin-top: 20px;
  }
  .articles-landing .article-content h2 {
    font-size: 2.5vw;
  }
  .fixed-btn {
    display: none;
  }
  .column-layout .col-left {
    width: 33.33333333%;
  }
  .column-layout .col-right {
    width: 66.66666667%;
  }
  .product-block-wrap {
    width: 50%;
  }
  .product-list .img {
    height: auto;
    position: relative;
    padding-top: 55%;
    margin-bottom: 10%;
  }
  .product-list .img img {
    max-height: none;
    max-width: 80%;
    height: auto;
    width: auto;
    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%);
  }
  .product-block {
    height: auto;
    padding-top: 120%;
    position: relative;
  }
  .product-block .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product-info {
    padding: 0 20px;
    position: absolute;
    bottom: 35px;
    left: 0%;
    width: 100%;
  }
  .popup {
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
  .popup-brand {
    width: 100%;
  }
  .product-inner .product-details-inner {
    padding: 0;
  }
  .product-inner-page .product-inner,
  .product-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    height: auto;
  }
  .product-inner-page .product-inner .col-left,
  .product-inner .col-left,
  .product-inner-page .product-inner .col-right,
  .product-inner .col-right {
    width: 100%;
  }
  .product-inner-page .product-inner .col-left,
  .product-inner .col-left {
    height: 420px;
    padding: 50px 0;
  }
  .product-inner-page .product-inner .col-right,
  .product-inner .col-right {
    padding: 0;
  }
  .product-inner-page .product-inner .img-wrap,
  .product-inner .img-wrap {
    width: 100%;
    margin: 0 auto;
    background-size: 13%;
    height: 100%;
  }
  .product-inner-page .product-inner .img-wrap img,
  .product-inner .img-wrap img {
    max-height: 100%;
    height: auto;
  }
  .product-inner-page .product-inner .product-details,
  .product-inner .product-details {
    height: auto;
    padding: 40px 30px 50px;
  }
  .product-inner-page .product-inner .title,
  .product-inner .title {
    font-size: 40px;
    margin-bottom: 0;
  }
  .product-inner-page .product-inner .sub-title,
  .product-inner .sub-title {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .product-inner-page .product-details {
    border-bottom: 1px solid #e5e5e5;
  }
  .product-inner-page .brand-inner,
  .brand-inner {
    padding-top: 0;
  }
  .product-inner-page .brand-inner .img-block .img,
  .brand-inner .img-block .img {
    padding: 0 20px;
  }
  .product-inner-page .brand-inner .img-block .img:first-child,
  .brand-inner .img-block .img:first-child {
    padding-left: 0;
  }
  .product-inner-page .brand-inner .img-block .img:last-child,
  .brand-inner .img-block .img:last-child {
    padding-right: 0;
  }
  .product-inner-page .brand-inner img,
  .brand-inner img {
    margin-bottom: 20px;
  }
  .product-inner-page.full .product-inner .product-details {
    padding: 40px 30px 50px;
  }
  .news-inner-wrap {
    padding-bottom: 0;
  }
  .news-block-wrap {
    margin-bottom: 0;
  }
  .news-block-wrap .block-content {
    padding: 0 30px 30px;
  }
  .news-inner {
    padding: 0 0 20px;
  }
  .news-inner h2,
  .news-inner ul,
  .news-inner p,
  .cms-page h1 {
    padding: 0 30px;
  }
  
  .news-inner img {
      max-width: 100%;
  }
  
  .news-inner.img .sidebar {
    padding-top: 0;
  }
  .news-inner .img-wrap {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
    padding-top: 40%;
  }
  .news-inner .news-content,
  .news-inner .sidebar {
    width: 100%;
    padding: 0;
  }
  .news-inner .news-content {
    padding-bottom: 30px;
  }
  .news-inner .sidebar {
    padding: 0 30px;
  }
  .news-inner .sidebar .inner {
    padding: 30px 0 0;
    border-top: 1px solid #e5e5e5;
    border-left: none;
  }
  .news-inner .sidebar ul {
    padding: 0;
  }
  .news-inner .sidebar li {
    margin-bottom: 25px;
  }
  .news-inner .sidebar a {
    line-height: 24px;
    font-size: 14px;
  }
  .text-block ul li,
  .text-block p {
    font-size: 14px;
    line-height: 24px;
  }
  .text-block p {
    margin-bottom: 30px;
  }
  .sidebar-info {
    padding: 32px 20px 34px;
  }
  .sidebar-info .title {
    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;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .sidebar-info h2 {
    margin: 0;
    padding: 0;
  }
  .sidebar-info p {
    margin-bottom: 30px;
  }
  .sidebar-info a,
  .sidebar-info p {
    font-size: 14px;
  }
  .sidebar-info .text {
    margin-bottom: 30px;
  }
  .sidebar-info .btn {
    width: 240px;
    margin: 0 auto;
  }
  .contacts-wrapper .col-left,
  .contacts-wrapper .col-right {
    padding: 30px;
    width: 100%;
  }
  .contacts-wrapper .col-left {
    padding-bottom: 15px;
  }
  .contacts-wrapper .col-right {
    background: #f5f5f5;
    padding-top: 30px;
  }
  .contacts-wrapper .row {
    margin: 0 -15px;
  }
  .contacts-wrapper .nav-wrap {
    padding: 30px;
  }
  .career-wrap {
    padding-bottom: 0;
  }
  .career-wrap .col-left {
    width: 100%;
    padding-bottom: 0;
  }
  .career-wrap .sidebar-wrap {
    width: 100%;
    position: static;
    padding: 30px;
    background: #f5f5f5;
    height: auto;
  }
  .career-wrap .text-block {
    width: 100%;
    padding: 40px 30px;
  }
  .career-wrap .text-block h2 {
    margin-bottom: 30px;
  }
  .career-wrap .btns-block {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin: 0;
  }
  .career-wrap .btn-wrap {
    width: 50%;
    padding: 0 20px;
  }
  .career-wrap .btn {
    width: 100%;
  }
  .career-wrap .nav-wrap {
    padding: 30px;
  }
  .career-wrap .nav-wrap .row {
    width: 100%;
  }
  .career-wrap .img-wrap {
    padding-top: 33.125%;
    background-size: 138%;
    background-position: bottom left;
  }
  .career-wrap .nav-aside-wrap,
  .contacts-wrapper .nav-aside-wrap {
    top: initial!important;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .investors-wrap {
    padding-bottom: 80px;
  }
  .investors-inner {
    padding: 30px;
  }
  .investors-inner .col-left {
    padding-right: 30px;
    margin-bottom: 20px;
  }
  .investors-inner .iframe-wrap {
    border: none;
    padding: 0;
    overflow: hidden;
    overflow-x: scroll;
  }
  .investors-inner .iframe-inner {
    width: 1080px;
  }
  .investors-inner .nav-content a {
    line-height: normal;
  }
  .investors-inner .nav-content a.selected:after {
    top: 6px;
  }
  .page-wrap.fixed-scroll {
    overflow: visible;
  }
  .multiscroll-wrap {
    height: auto;
    overflow: visible;
  }
  .multiscroll-content {
    position: relative;
  }
  .not-found-wrapper {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .not-found-wrapper .text-big {
    font-size: 20vw;
  }
  /* final slider */
  .slider-wrapper {
    height: auto;
    overflow: visible;
    min-width: 0;
  }
  .slider-wrapper .slider {
    position: static;
    height: auto;
  }
  .slider-wrapper .col {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .slider-wrapper .col-left {
    display: none;
  }
  .slider-wrapper .col-right {
    width: 100%;
    position: static;
    bottom: initial;
    right: initial;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-wrapper .col-right .img-wrap {
    display: block;
    position: static;
    top: initial;
    left: initial;
    height: auto;
    padding-top: 50%;
  }
  .slider-wrapper .section {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  .slider-wrapper .slide-content {
    height: auto;
  }
  .slider-wrapper .text-block {
    position: relative;
    /*left: initial!important;
    top: initial!important;*/
    left: 0;
    top: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    padding: 45px 35px;
  }
  .slider-wrapper .text-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .slider-wrapper .text-block li,
  .slider-wrapper .text-block p {
    font-size: 15px;
    line-height: 28px;
  }
  .slider-wrapper .text-block li {
    margin-bottom: 0;
  }
  .slider-navigation {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-menu .inner .col {
    padding: 20px 50px;
  }
  .main-menu ul.main li a {
    font-size: 20px;
    line-height: 30px;
  }
  .main-menu .menu-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .main-menu .menu-title.main {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .articles-landing .article-content h2,
  .articles-landing .article-content h2.text-big {
    font-size: 3.4vw;
  }
  .articles-landing .article-content .article-inner.content-top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .articles-landing .text {
    display: none;
  }
  .landing-3 .top-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-3 .top-block .col-right {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-3 .top-block .col-right .article-block {
    position: static;
    height: auto;
  }
  .landing-3 .top-block .col-right .article-block .inner {
    height: auto;
    padding-top: 60%;
  }
  .landing-3 .articles-landing .article-block .inner.big {
    padding-top: 30%;
    background-size: cover;
  }
  .landing-3 .articles-landing .article-block.carousel .inner {
    padding-top: 40%;
  }
  .landing-3 .articles-landing .text {
    display: block;
  }
  .landing-3 .articles-landing .carousel-header .slide {
    background-position: center right 33%;
  }
  .landing-3 .articles-landing .articles-wrap {
    padding: 2px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block;
  }
  .landing-3 .articles-landing .articles-wrap::before,
  .landing-3 .articles-landing .articles-wrap::after {
    content: "";
    display: table;
  }
  .landing-3 .articles-landing .articles-wrap::after {
    clear: both;
  }
  .landing-3 .articles-landing .articles-wrap .article-block {
    padding: 0;
    float: left;
    position: static;
    height: 100%;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child,
  .landing-3 .articles-landing .articles-wrap .article-block:last-child {
    padding: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child .inner,
  .landing-3 .articles-landing .articles-wrap .article-block:last-child .inner {
    margin-top: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child {
    margin-bottom: 0;
    padding: 0 2px;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:last-child {
    padding: 0 2px;
  }
  .landing-3 .articles-landing .articles-wrap .article-block .inner {
    height: auto;
    padding-top: 60%;
    background-size: cover;
  }
  .product-list .img {
    padding-top: 55%;
  }
  .product-list .img img {
    max-height: 90%;
    max-width: 55%;
    height: auto;
    width: auto;
  }
  .filter-dropdown {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 96vw;
    right: -30px;
    padding: 0 30px;
  }
  .filter-dropdown .dropdown-inner {
    -webkit-box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 34.4px 5.6px rgba(0, 0, 0, 0.2);
  }
  .filter-dropdown .dropdown-inner:after {
    right: 45px;
  }
  .filter-dropdown .dropdown-inner .row {
    margin-bottom: 30px;
  }
  .filter-dropdown .dropdown-inner .row .col {
    width: 25%;
    margin-bottom: 20px;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .col {
    width: 100%;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .checkbox-wrap {
    width: 25%;
  }
  .news-block-wrap .news-block:nth-child(10n+1),
  .news-block-wrap .news-block:nth-child(10n+7),
  .news-block-wrap .news-block:nth-child(10n+8) {
    width: 66.66666667%;
  }
  .news-block-wrap .news-block:nth-child(10n+1) .inner,
  .news-block-wrap .news-block:nth-child(10n+7) .inner,
  .news-block-wrap .news-block:nth-child(10n+8) .inner {
    padding-top: 40%;
  }
  .news-block-wrap .news-block:nth-child(10n+2),
  .news-block-wrap .news-block:nth-child(10n+3),
  .news-block-wrap .news-block:nth-child(10n+4),
  .news-block-wrap .news-block:nth-child(10n+5),
  .news-block-wrap .news-block:nth-child(10n+6),
  .news-block-wrap .news-block:nth-child(10n+9) {
    width: 33.33333333%;
  }
  .news-block-wrap .news-block:nth-child(10n+2) .inner,
  .news-block-wrap .news-block:nth-child(10n+3) .inner,
  .news-block-wrap .news-block:nth-child(10n+4) .inner,
  .news-block-wrap .news-block:nth-child(10n+5) .inner,
  .news-block-wrap .news-block:nth-child(10n+6) .inner,
  .news-block-wrap .news-block:nth-child(10n+9) .inner {
    padding-top: 80%;
  }
  .news-block-wrap .news-block .inner {
    background-size: cover;
  }
  .news-block-wrap .news-block:hover .inner {
    background-size: cover;
  }
  .news-block-wrap .btn-wrap {
    margin-bottom: 80px;
  }
  .contacts-wrapper .col-left,
  .contacts-wrapper .col-right {
    padding: 20px;
  }
  .contacts-wrapper .col-left {
    padding-bottom: 10px;
  }
  .contacts-wrapper .nav-wrap {
    padding: 20px;
  }
  .contacts-wrapper .row {
    margin: 0 -10px;
  }
  .contacts-wrapper h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .contact-block {
    padding: 10px;
  }
  .contact-block.main {
    padding-bottom: 20px;
  }
  .contact-block .title {
    margin-bottom: 20px;
  }
  .contact-inner {
    padding: 20px;
  }
  .career-wrap .text-block {
    padding: 35px 20px;
  }
  .career-wrap .text-block h2 {
    font-size: 15px;
  }
  .career-wrap .sidebar-wrap {
    padding: 20px;
  }
  .career-wrap .nav-wrap {
    padding: 20px;
  }
  .career-wrap .nav-aside-wrap,
  .contacts-wrapper .nav-aside-wrap {
    margin-bottom: 60px;
  }
  .investors-inner {
    padding: 20px;
  }
  .investors-inner h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .investors-inner .col-left {
    padding-right: 0;
  }
  .not-found-wrapper {
    padding-top: 75px;
    padding-bottom: 90px;
  }
  .not-found-wrapper .text-big {
    font-size: 25vw;
  }
  .seo-header {
    padding: 45px 20px;
  }
  .seo-header p {
    font-size: 24px;
    line-height: 34px;
  }
  .seo-content {
    margin-top: 0;
    padding: 50px 0 45px 0;
  }
  .seo-content .icon {
    margin-bottom: 30px;
  }
  .seo-content .seo-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .seo-content .seo-cell {
    width: 100%;
    margin: 0;
    margin-bottom: 45px;
    padding: 0 20px;
  }
  .seo-content .seo-cell:last-of-type {
    margin-bottom: 0;
  }
  .seo-info {
    padding: 0 8.33333333%;
  }
  .column-layout {
    padding: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-layout.full {
    padding: 0;
  }
  .column-layout.product-inner-page {
    padding-bottom: 0;
  }
  .column-layout .col-left,
  .column-layout .col-right {
    width: 100%;
  }
  .nav-aside-wrap {
    width: 60%;
    margin: 0 auto;
    position: relative;
    top: initial;
    z-index: 98;
  }
  .nav-aside-wrap.active {
    z-index: 101;
  }
  .nav-aside-wrap.full-tablet {
    width: 100%;
    padding-bottom: 50px;
  }
  .nav-aside-wrap.full-tablet .nav-wrap {
    position: absolute;
  }
  .nav-aside-wrap.no-pad-bottom {
    padding-bottom: 0;
  }
  .nav-aside-wrap.pos-static .nav-wrap {
    position: static;
  }
  .nav-wrap {
    padding: 0;
    -webkit-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 12.9px 2.1px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .nav-wrap.relative {
    position: relative;
  }
  .nav-wrap .title {
    display: none;
  }
  .nav-toggler {
    display: block;
  }
  .nav-content {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    padding: 0 20px 25px;
    background: #ffffff;
    display: none;
    position: relative;
    top: initial;
    left: initial;
  }
  .nav-content li:first-child {
    padding-top: 25px;
    border-top: 1px solid #e5e5e5;
  }
  .nav-content li a {
    line-height: 32px;
    display: inline-block;
  }
  .nav-content li a.selected:after {
    top: 13px;
  }
  .nav-wrap.sidebar-info {
    padding: 30px 20px;
  }
  .nav-wrap.sidebar-info img {
    margin: 0;
    margin-right: 20px;
    float: left;
  }
  .nav-wrap.sidebar-info a.link {
    margin-left: 200px;
  }
  .nav-wrap.sidebar-info .title {
    display: block;
  }
  .header-fixed {
    position: relative;
    top: initial!important;
    z-index: 101;
    height: auto;
    margin: 0!important;
  }
  .header-fixed.active {
    overflow-y: visible;
    height: 100%;
  }
  .about-wrap > .scroll-wrapper {
    height: auto!important;
    overflow: visible!important;
  }
  .about-wrap > .scroll-wrapper > .scroll-content {
    height: auto!important;
    overflow: visible!important;
  }
  .slider-wrap {
    height: auto;
  }
  .slider-wrap .slider-col-left .slide-content {
    display: block;
  }
  .slider-wrap .slider-col-right {
    display: none;
  }
  .slider-wrap .section {
    width: 100%;
    height: auto!important;
  }
  .slider-wrap .section:first-child .img-wrap {
    padding-top: 50%;
  }
  .slider-wrap .img-wrap {
    height: auto;
    padding-top: 75%;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  .slider-wrap .fp-tableCell {
    vertical-align: top;
    height: auto!important;
  }
  .slider-wrap .text-block {
    padding: 30px 20px;
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    /* .transition(all 0.3s ease-in-out 0s); */
    -webkit-transition: all 0s linear 0s;
    -moz-transition: all 0s linear 0s;
    -ms-transition: all 0s linear 0s;
    -o-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
  }
  #fp-nav {
    display: none;
  }
  .form .input-search {
    padding-top: 5px;
  }
  .overlay-bg.z-index-higher-mobile {
    z-index: 101;
  }
  /* final slider */
  .slider-wrapper {
    height: auto;
    overflow: visible;
    min-width: 0;
  }
  .slider-wrapper .slider {
    position: static;
    height: auto;
  }
  .slider-wrapper .col {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
  .slider-wrapper .col-left {
    display: none;
  }
  .slider-wrapper .col-right {
    width: 100%;
    position: static;
    bottom: initial;
    right: initial;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-wrapper .col-right .img-wrap {
    display: block;
    position: static;
    top: initial;
    left: initial;
    height: auto;
    padding-top: 50%;
  }
  .slider-wrapper .section {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  .slider-wrapper .slide-content {
    height: auto;
  }
  .slider-wrapper .text-block {
    position: relative;
    /*left: initial!important;
    top: initial!important;
    */
    left: 0;
    top: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    padding: 45px 35px;
  }
  .slider-wrapper .text-block h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .slider-wrapper .text-block li,
  .slider-wrapper .text-block p {
    font-size: 15px;
    line-height: 28px;
  }
  .slider-wrapper .text-block li {
    margin-bottom: 0;
  }
  .slider-navigation {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-header .scroll-wrapper {
    height: 35px;
  }
}
@media (max-width: 767px) {
  .header .pz-logo {
    width: 190px;
  }
  .carousel-header .slide-content {
    left: 80px;
  }
  .carousel-products-wrap .carousel-title {
    padding-bottom: 0;
    font-size: 18px;
  }
  .carousel-products {
    padding: 0 30px;
  }
  .carousel-products .slide {
    height: 160px;
    padding: 20px 0;
  }
  .carousel-products .slide .img {
    margin-top: 0;
    margin-bottom: 20px;
    max-height: 80px;
  }
  .carousel-products .slide img {
    max-width: 110px;
  }
  .carousel-products .slide .img:after {
    height: 100%;
  }
  .carousel-products .slick-arrow {
    width: 31px;
  }
  .carousel-products .slick-arrow.slick-prev:before {
    left: 7px;
  }
  .carousel-products .slick-arrow.slick-next:before {
    left: 10px;
  }
  .landing-3 .articles-landing .text {
    display: none;
  }
  .product-block-wrap {
    width: 50%;
  }
  .filter-dropdown .dropdown-inner:after {
    right: 45px;
  }
  .filter-dropdown .dropdown-inner .row .col {
    width: 33.33333333%;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .col {
    width: 100%;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .checkbox-wrap {
    width: 33.33333333%;
  }
  .news-block-wrap .news-block:nth-child(10n+1),
  .news-block-wrap .news-block:nth-child(10n+6),
  .news-block-wrap .news-block:nth-child(10n+7) {
    width: 100%;
  }
  .news-block-wrap .news-block:nth-child(10n+1) .inner,
  .news-block-wrap .news-block:nth-child(10n+6) .inner,
  .news-block-wrap .news-block:nth-child(10n+7) .inner {
    padding-top: 40%;
  }
  .news-block-wrap .news-block:nth-child(10n+2),
  .news-block-wrap .news-block:nth-child(10n+3),
  .news-block-wrap .news-block:nth-child(10n+4),
  .news-block-wrap .news-block:nth-child(10n+5),
  .news-block-wrap .news-block:nth-child(10n+8),
  .news-block-wrap .news-block:nth-child(10n+9) {
    width: 50%;
  }
  .news-block-wrap .news-block:nth-child(10n+2) .inner,
  .news-block-wrap .news-block:nth-child(10n+3) .inner,
  .news-block-wrap .news-block:nth-child(10n+4) .inner,
  .news-block-wrap .news-block:nth-child(10n+5) .inner,
  .news-block-wrap .news-block:nth-child(10n+8) .inner,
  .news-block-wrap .news-block:nth-child(10n+9) .inner {
    padding-top: 80%;
  }
  .product-inner-page .brand-inner .img-block .img,
  .brand-inner .img-block .img {
    padding: 0 16px;
  }
  .product-inner-page .brand-inner .product-details,
  .brand-inner .product-details {
    padding: 35px 20px;
  }
  .contact-block {
    width: 50%;
  }
  .contact-block.main {
    width: 100%;
  }
  .contact-block.main .col-6 {
    width: 100%;
  }
  .contact-block.main .col-6:last-child {
    border: none;
    padding-left: 30px;
  }
  .career-wrap .nav-wrap .row {
    width: 100%;
  }
  .career-wrap .btn-wrap {
    width: 100%;
    padding: 0;
  }
  .career-wrap .btn-wrap:first-child {
    margin-bottom: 20px;
  }
  .page-wrap.flex {
    display: block;
  }
  .page-wrap.flex .content {
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .not-found-wrapper .text-big {
    font-size: 30vw;
  }
  .not-found-wrapper p span {
    font-size: 28px;
  }
  .content-header {
    padding-bottom: 20px;
  }
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs h1 {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .breadcrumbs .breadcrumbs-list {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
  }
  .breadcrumbs ul {
    padding-right: 30px;
    white-space: nowrap;
  }
  .breadcrumbs ul:after {
    display: block;
  }
  .filter-dropdown {
    left: -30px;
    right: initial;
  }
  .filter-dropdown .dropdown-inner:after {
    right: initial;
    left: 295px;
  }
  .slider-wrap .img-wrap {
    padding-top: 70%;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 600px) {
  .header-inner,
  .footer-inner {
    padding: 0 20px;
  }
  .header-nav a:not(.white-link) .text {
    display: none;
  }
  .header-nav .icon {
    margin-left: 0;
  }
  .header-nav li {
    padding: 0;
  }
  .header-nav li:last-child {
    padding-left: 20px;
    border: none;
  }
  .header-nav li:first-child {
    padding-right: 20px;
    border: none;
  }
  .header-menu {
    padding: 30px 20px;
  }
  .header-menu .inner .col {
    width: 100%;
    padding: 0;
  }
  .header-menu .no-results {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0 55px 0;
  }
  .header-menu .no-results .icon-not-found {
    margin-bottom: 20px;
  }
  .header-menu .no-results .text-wrap {
    text-align: center;
    padding: 0;
  }
  .header-menu .no-results .text-wrap .text-big {
    font-size: 26px;
  }
  .main-menu {
    padding: 0 20px;
  }
  .main-menu .inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main-menu .inner .col {
    padding-top: 30px;
  }
  .main-menu .inner .col:nth-child(2) {
    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;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-menu .inner .col:first-child {
    border-right: none;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-menu a {
    font-size: 13px;
    line-height: 24px;
  }
  .main-menu a span {
    display: block;
  }
  .main-menu ul.main a {
    font-size: 18px;
    line-height: 30px;
  }
  .main-menu .menu-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .main-menu .menu-title.main {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main-menu .cell {
    padding-right: 20px;
  }
  .search-menu .icon {
    height: 20px;
    width: 20px;
    background-size: contain;
    top: 4px;
  }
  .search-menu .loading {
    height: 20px;
    width: 20px;
    background-size: 20px;
    top: 16px;
  }
  .search-menu .menu-title h2 {
    font-size: 16px;
  }
  .search-menu .search-results {
    margin-top: 30px;
  }
  .search-menu .search-results h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .search-menu .sub-title {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .search-menu .category {
    margin-bottom: 20px;
  }
  .search-menu .inner .nav-popular {
    margin-top: 20px;
  }
  .search-menu .product-ticket .ticket-inner {
    padding-top: 15px;
    padding-bottom: 10px;
    min-height: 60px;
    height: auto;
  }
  .search-menu .product-ticket .ticket-inner.icon {
    padding-left: 80px;
  }
  .search-menu .product-ticket .product-icon {
    left: 15px;
    width: 50px;
  }
  .form .input-search {
    padding-left: 45px;
    padding-bottom: 15px;
    padding-top: 7px;
  }
  .form .input-search input {
    font-size: 17px;
  }
  .form .btn {
    width: 100%;
  }
  .footer .title {
    margin-bottom: 14px;
  }
  .footer .row-top {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 38px 0;
  }
  .footer .row-bottom {
    padding: 30px 0;
    width: 190px;
    margin: 0 auto;
  }
  .footer .footer-cell {
    width: 100%;
    margin-bottom: 35px;
  }
  .footer .footer-cell:last-of-type {
    margin-bottom: 0;
  }

  .carousel-header .slide {
    height: 200px !important;
  }

  .carousel-header img.bg-carousel-header{
    position: absolute;
    top: 0;
    left: 0px;
    max-width: 100%;
    height: 100%;
  }
  .landing-3 .carousel-header .slide-content,
  .carousel-header .slide-content {
    left: 20px;
  }
  .landing-3 .carousel-header .subtitle,
  .carousel-header .subtitle {
    font-size: 14px;
    font-size: 3.7vw;
    text-shadow: 0px 3px 4.3px rgba(0, 0, 0, 0.3);
  }
  .landing-3 .carousel-header h1,
  .carousel-header h1 {
    font-size: 7.6vw;
    line-height: 7.6vw;
    text-shadow: 0px 3px 8.6px rgba(0, 0, 0, 0.4);
  }
  .articles-landing .col:nth-child(1),
  .articles-landing .col:nth-child(2),
  .articles-landing .col:nth-child(3) {
    width: 100%;
  }
  .articles-landing .col:nth-child(1) .article,
  .articles-landing .col:nth-child(2) .article,
  .articles-landing .col:nth-child(3) .article {
    width: 100%;
    padding-top: 50%;
  }
  .articles-landing .col:nth-child(1) .article.big,
  .articles-landing .col:nth-child(2) .article.big,
  .articles-landing .col:nth-child(3) .article.big {
    padding-top: 50%;
  }
  .articles-landing .article-content h2,
  .articles-landing .article-content h2.text-big {
    font-size: 24px;
    font-size: 7vw;
  }
  .articles-landing .article-content .article-inner.content-top {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .landing-3 .top-block .col-right {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-3 .top-block .col-right .article-block .inner {
    padding-top: 50%;
  }
  .landing-3 .articles-landing .article-block {
    width: 100%;
  }
  .landing-3 .articles-landing .article-block .inner {
    padding-top: 50%;
  }
  .landing-3 .articles-landing .article-block .inner.big {
    padding-top: 50%;
  }
  .landing-3 .articles-landing .article-block.carousel .inner {
    padding-top: 55%;
  }
  .landing-3 .articles-landing .articles-wrap {
    padding: 2px 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing-3 .articles-landing .articles-wrap .article-block {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child,
  .landing-3 .articles-landing .articles-wrap .article-block:last-child {
    padding: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child .inner,
  .landing-3 .articles-landing .articles-wrap .article-block:last-child .inner {
    margin-top: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:first-child {
    margin-bottom: 0;
    padding: 2px;
    padding-top: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block:last-child {
    padding: 2px;
    padding-bottom: 0;
  }
  .landing-3 .articles-landing .articles-wrap .article-block .inner {
    padding-top: 50%;
  }
  .seo-header p {
    white-space: normal;
  }
  .content-header {
    padding: 20px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .breadcrumbs {
    width: 100%;
  }
  .breadcrumbs h1 {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .breadcrumbs .breadcrumbs-list {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
  }
  .breadcrumbs ul {
    padding-right: 30px;
    white-space: nowrap;
  }
  .breadcrumbs ul:after {
    display: block;
  }
  .filter-nav-wrap {
    width: 100%;
    margin-top: 15px;
  }
  .filter-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .filter-nav .input-search-filter {
    margin-bottom: 20px;
  }
  .filter-nav .filter-btn {
    margin-left: -12px;
    margin-top: 10px;
  }
  .filter-dropdown {
    right: initial;
    left: -10px;
    padding: 0;
    top: 90px;
    width: 106%;
  }
  .filter-dropdown .dropdown-inner {
    padding: 38px 30px;
  }
  .filter-dropdown .dropdown-inner:after {
    right: initial;
    left: 46px;
  }
  .filter-dropdown .dropdown-inner .row .col {
    width: 100%;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .col {
    width: 100%;
  }
  .filter-dropdown .dropdown-inner .row-checkbox .checkbox-wrap {
    width: 100%;
  }
  .filter-dropdown .dropdown-inner h3,
  .filter-dropdown .dropdown-inner .filter-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .filter-dropdown .dropdown-inner h3 {
    font-size: 17px;
  }
  .filter-dropdown .dropdown-inner .btn {
    width: 100%;
  }
  .product-inner-page.full .product-inner .product-details {
    padding: 25px 20px;
  }
  .product-inner-page .product-inner .img-wrap,
  .product-inner .img-wrap {
    background-size: 23%;
  }
  .news-block-wrap .block-content {
    padding: 0 20px 20px;
  }
  .news-block-wrap .inner .block-content {
    padding-right: 20px;
  }
  .news-block-wrap .news-block:nth-child(10n+1),
  .news-block-wrap .news-block:nth-child(10n+2),
  .news-block-wrap .news-block:nth-child(10n+3),
  .news-block-wrap .news-block:nth-child(10n+4),
  .news-block-wrap .news-block:nth-child(10n+5),
  .news-block-wrap .news-block:nth-child(10n+6),
  .news-block-wrap .news-block:nth-child(10n+7),
  .news-block-wrap .news-block:nth-child(10n+8),
  .news-block-wrap .news-block:nth-child(10n+9) {
    width: 100%;
  }
  .news-block-wrap .news-block:nth-child(10n+1) .inner,
  .news-block-wrap .news-block:nth-child(10n+2) .inner,
  .news-block-wrap .news-block:nth-child(10n+3) .inner,
  .news-block-wrap .news-block:nth-child(10n+4) .inner,
  .news-block-wrap .news-block:nth-child(10n+5) .inner,
  .news-block-wrap .news-block:nth-child(10n+6) .inner,
  .news-block-wrap .news-block:nth-child(10n+7) .inner,
  .news-block-wrap .news-block:nth-child(10n+8) .inner,
  .news-block-wrap .news-block:nth-child(10n+9) .inner {
    padding-top: 56.25%;
  }
  .news-block-wrap .news-block:hover .inner {
    background-size: cover;
  }
  .news-block-wrap .news-block:hover .inner .overlay-photo {
    opacity: 0.7;
  }
  .news-inner {
    padding: 0 0 20px;
  }
  .news-inner h2,
  .news-inner ul,
  .news-inner p {
    padding: 0 20px;
  }
  .news-inner .img-wrap {
    margin-bottom: 20px;
    padding-top: 61.875%;
  }
  .news-inner .sidebar {
    padding: 0 20px;
  }
  .contact-block {
    width: 100%;
  }
  .career-wrap .btn-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .career-wrap .btn-wrap:last-child {
    margin-bottom: 0;
  }
  .career-wrap .btn-icon {
    padding: 0 20px;
  }
  .career-wrap .btn-icon span {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .career-wrap .nav-aside-wrap,
  .contacts-wrap .nav-aside-wrap {
    width: 100%;
  }
  .not-found-wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .not-found-wrapper .text-big {
    font-size: 40vw;
  }
  .not-found-wrapper p {
    margin-bottom: 30px;
  }
  .not-found-wrapper p span {
    font-size: 22px;
    margin-top: -15%;
  }
  .nav-aside-wrap {
    width: 100%;
  }
  .nav-aside-wrap.full-tablet {
    width: 100%;
  }
  .nav-aside-wrap .btn-success {
    width: 100%;
  }
  .contacts-wrapper .nav-aside-wrap,
  .career-wrap .nav-aside-wrap {
    margin-top: 0;
    width: 100%;
  }
  .nav-wrap.sidebar-info img {
    width: 70px;
  }
  .nav-wrap.sidebar-info a.link {
    margin-left: 0;
  }
  .slider-wrapper .col-right .img-wrap {
    padding-top: 100%;
    backgorund-position: center;
  }
  .slider-wrapper .text-block {
    width: 100%;
    -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 600px) and screen and (-webkit-min-device-pixel-ratio: 2) {
  .content-header {
    padding-bottom: 0;
  }
}
@media (max-width: 600px) and screen and (-webkit-min-device-pixel-ratio: 0) {
  .content-header {
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .product-block-wrap {
    width: 100%;
  }
  .product-block {
    padding-top: 100%;
    /* .transition(all 0.3s ease-in-out 0s); */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
}
@media (max-width: 430px) {
  .nav-wrap.sidebar-info img {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .product-list .img {
    padding-top: 70%;
  }
  .product-block-wrap {
    width: 100%;
  }
  .product-block {
    padding-top: 128.125%;
  }
  .product-inner-page .product-inner .img-wrap,
  .product-inner .img-wrap {
    background-size: 33%;
  }
}


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spin {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.footer-cell.col-4 {
    width: 50%;
}

@media all and (max-width: 767px) {
    .footer-cell.col-4 {
        width: 100%;
    }
}

.page-cms .news-inner {
    color: rgb(128, 128, 128);
}

.product-details-inner a {
    color: rgb(128, 128, 128);
    text-decoration: underline;
}

.cms-page h1 {
    font-size: 24px;
    font-weight: 500;
    color: #113b85;
    margin-bottom: 25px;
    line-height: 24px;
}

.cms-page h2 {
    font-size: 16px;
    font-weight: 500;
    color: #113b85;
    margin-bottom: 25px;
    line-height: 24px;
}


.svalia-logo img {
	display: block;
	margin: auto;
}

.svalia-body {
	overflow: hidden;
}

.svalia-body img {
	margin: 0 10px 10px 0;
}

@media all and (max-width: 1024px) {	
	.svalia-body {
		padding: 0 20px;
	}
	.svalia-logo {
		margin-top: 20px;
	}
}

@media all and (max-width: 767px) {	
	.svalia-body img {
		width: 100%;
	}
}

.brand-inner img,
.brand-popup img {
    display: inline;
}
.brand-inner img[style*="margin"],
.brand-popup img[style*="margin"] {
    display: block;
}

.product-details-inner ul li {
    list-style:disc;
    list-style-position: inside;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    font-weight: 300;
}

.brand-inner .product-details-inner ul li {
    list-style: none;
}

.product-details-inner ul {
    margin-bottom: 30px;
}

.product-details-inner p + ul {
    margin-top: -30px;
}

.product-details-inner h4 {
    margin-top: 30px;
}

.products-list-none {
    display: flex;
    align-items: center;
}

.products-list-none .icon-not-found {
  background: url(../img/not-found.png) no-repeat center;
  height: 130px;
  width: 93px;
}

.products-list-none .text {
    display: block;
    font-size: 32px;
    font-weight: 300;
    color: #113b85;
    margin-left: 30px;
}

.cms_cookies_lights {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background: #000;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    opacity: 0;
    visibility: hidden; }
.cms_cookies_lights.visible {
    opacity: .8;
    visibility: visible;
    z-index: 999970; }

.cms_cookies {
    position: fixed;
    visibility: hidden;
    bottom: 10px;
    left: 10px;
    width: 300px;
    z-index: 31;
    padding: 20px;
    background: #f8f8f8;
    opacity: 0;
    box-shadow: 0 0 5px 0 rgba(48, 48, 48, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
.cms_cookies.visible {
    visibility: visible;
    opacity: 1; }
.cms_cookies p {
    font-size: 12px;
    width: 250px;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #717171; }
.cms_cookies p.accepted {
    width: 100%;
    float: left;
    font-weight: bold;
    margin: 10px 0 0; }
.cms_cookies .cms_used_cookies {
    margin-bottom: 0;
    float: left;
    width: 100%; }
.cms_cookies .cms_used_cookies .cookie_title {
    margin-bottom: 0;
    font-weight: bold; }
.cms_cookies .cms_used_cookies .cookie {
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    width: auto; }
.cms_cookies .options {
    margin-top: 10px;
    float: left;
    width: 100%; }
.cms_cookies .options .approve {
    float: right;
    padding: 5px 22px;
    color: #f8f8f8;
    cursor: pointer;
    background: #113b85;
    font-size: 14px; }
/* .cms_cookies .options .approve:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    background: #292929;
    color: #f8f8f8; } */
.cms_cookies .options .settings {
    margin-top: 5px;
    float: left;
    cursor: pointer;
    color: #292929;
    font-size: 14px;
    text-decoration: underline; }
.cms_cookies .options .settings:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    color: #113b85; }
.cms_cookies_settings .table .left input[type=checkbox] {
    display: block;
}

.cms_cookies_settings {
    position: fixed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999971;
    visibility: hidden;
    max-width: 600px;
    width: 100%;
    padding: 40px;
    background: #f8f8f8;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
.cms_cookies_settings.visible {
    visibility: visible;
    opacity: 1; }
.cms_cookies_settings .exit_cookie {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 20px;
    height: 20px;
    background: url(../images/exit.png);
    cursor: pointer;
    opacity: 1;
}
.cms_cookies_settings .exit_cookie:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8
}
.cms_cookies_settings h4 {
    font-size: 20px;
    color: black;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px; }
.cms_cookies_settings .description {
    width: 100%;
    float: left;
    color: #717171;
    font-size: 13px;
    margin: 0; }
.cms_cookies_settings a {
    width: 100%;
    float: left;
    text-decoration: underline;
    font-size: 13px;
    color: #113b85;
    cursor: pointer !important; }
.cms_cookies_settings a:hover {
    opacity: 0.8; }
.cms_cookies_settings .options {
    margin-top: 10px;
    float: right;
    width: 100%; }
.cms_cookies_settings .options .approve {
    margin-left: 10px;
    float: right;
    padding: 5px 22px;
    color: #f8f8f8;
    cursor: pointer;
    background: #113b85;
    font-size: 14px;
    opacity: 1; }
.cms_cookies_settings .options .approve:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8; }

.cms_cookies_settings .options .approve_2 {
    margin-left: 10px;
    float: right;
    padding: 5px 0;
    width: 107px;
    color: #f8f8f8;
    cursor: pointer;
    background: #113b85;
    font-size: 14px;
    text-align: center;
    opacity: 1; }
.cms_cookies_settings .options .approve_2:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8; }
.cms_cookies_settings .options .reject {
    float: right;
    padding: 5px 0;
    background: #292929;
    color: #f8f8f8;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    opacity: 1; }
.cms_cookies_settings .options .reject:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8; }
.cms_cookies_settings .table {
    width: 100%;
    float: left;
    background: #f5f5f5;
    margin: 20px 0;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4; }
.cms_cookies_settings .table .left {
    float: left;
    width: 5%; }
.cms_cookies_settings .table .right {
    float: left;
    width: 95%; }
.cms_cookies_settings .table .row {
    float: left;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0; }
.cms_cookies_settings .table .row:last-child {
    border-bottom: 0; }
.cms_cookies_settings .table h5 {
    font-size: 14px;
    color: black;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px; }
.cms_cookies_settings .table p {
    font-size: 13px;
    color: #717171;
    line-height: 1.2;
    text-align: left;
    margin: 0; }

.call_cookie {
    cursor: pointer !important;
    color: #ef5e60 !important;
}

.call_cookie:hover {
    -webkit-transition: width 200ms ease;
    -moz-transition: width 200ms ease;
    -ms-transition: width 200ms ease;
    -o-transition: width 200ms ease;
    transition: width 200ms ease;
    text-decoration: underline;
}

.cms_privacy {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 30px 0 110px;
    background-color: #f3f3f3;
}
.cms_privacy table {

}
.cms_privacy table thead {
    background: #f3f3f3;
}
.cms_privacy table thead tr th {
    padding: 20px;
}
.cms_privacy table tbody tr {
    border: 1px solid #f3f3f3 !important;
    border-top: 0 !important;
}
.cms_privacy table tbody tr td {
    padding: 20px;
}

.cms_privacy .upper-sub-heading {
    margin-top: 40px;
}

.cms_privacy .right-menu {
    float: none;
    margin: auto;
    padding: 0;
}
.cms_privacy .right-menu .service-heading {
    margin-bottom: 40px;
}

.cms_privacy .small_text {
    font-size: 16px;
    color: rgb(125, 125, 125);
    line-height: 1.5;
    margin: 0 0 20px;
}

.cms_privacy .small_title {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.333;
    margin: 40px 0 20px;
}

@media (max-width: 1024px) {
    .cms_privacy {
        padding: 80px 0 0;
    }
}

@media (max-width: 768px) {
    .cms_privacy {
        padding: 60px 0 0;
    }
    .cms_cookies_settings .exit_cookie {
        top: 20px;
        right: 20px;
    }
    .cms_privacy .right-menu {
        padding: 20px;
    }
    .cms_cookies_settings {
        padding: 20px;
        height: 500px;
        width: calc(100% - 40px);
    }
    .cms_cookies_settings h4 {
        float: left;
        max-width: 275px;
        width: 100%;
    }
    .cms_cookies_settings .table .left {
        width: 10%;
    }
    .cms_cookies_settings .table .right {
        width: 90%;
    }
}

.cms_cookies_settings input[type="checkbox"] {
    outline: initial; 
    resize: initial;
    border: initial;
    border-radius: initial;
    -webkit-appearance: checkbox;
}

.cms_cookies_settings .btn-round, .cms_cookies .btn-round {
  padding: 8px 28px !important; 
  -webkit-box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
  -moz-box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
  box-shadow: 0px 3px 8.6px 1.4px rgba(17, 59, 133, 0.3);
}