@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Titillium+Web:300,400,600,700&subset=latin-ext";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  background: none;
  font-weight: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
a,
button,
.animate,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: inherit;
}
b,
strong {
  font-weight: 600;
}
html,
body {
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  font-family: Sans-serif;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.btn {
  display: inline-block;
  cursor: pointer;
}
button,
a,
.link {
  cursor: pointer;
}
.hidden {
  display: none !important;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.clear {
  clear: both;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 5px;
}
i.icon {
  display: inline-block;
  background-position: center center;
  background-size: 100%;
}
.grid {
  display: grid;
  display: -ms-grid;
}
.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
html,
body,
input,
textarea,
button,
select,
option {
  font-family: "Titillium Web";
}
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: pointer;
}
.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scrollbar > .scroll-element,
.scrollbar > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
  display: none !important;
}
.scrollbar > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 4px;
}
.scrollbar > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar > .scroll-element .scroll-element_track {
  background-color: #111;
}
.scrollbar > .scroll-element .scroll-bar {
  background-color: #2d2d2d;
}
.scrollbar > .scroll-element:hover .scroll-bar {
  background-color: #f08900;
}
.scrollbar > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #f08900;
}
.scrollbar
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}
.scrollbar
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}
.scrollbar
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}
.scrollbar
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}
#r-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-font-smoothing: antialiased;
}
#r-message-container {
  bottom: -100%;
  position: absolute;
  max-height: 90vh;
  width: 100%;
  left: 0;
  padding: 30px 0;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#r-message-container a {
  text-decoration: underline !important;
  color: #337ab7 !important;
}
#r-container {
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
}
.r-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
.r-policy-scroll {
  font-size: 14px;
  padding: 10px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  height: 160px;
  width: 100%;
  line-height: 1.35;
  overflow-y: scroll;
  background-color: #f3f3f3;
}
.r-buttons {
  padding-top: 20px;
}
#r-message-container .r-button {
  text-decoration: none !important;
  width: 140px;
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
#r-message-container .r-button:hover {
  text-decoration: underline !important;
}
#r-message-container #r-accept {
  background-color: #337ab7;
  color: #fff !important;
  float: left;
}
#r-message-container #r-decline {
  background-color: transparent;
  float: right;
  color: #337ab7 !important;
}
@media (max-width: 767px) {
  #r-message-container {
    font-size: 12px;
    padding: 20px 0;
  }
  .r-title {
    font-size: 16px;
  }
  .r-policy-scroll {
    font-size: 10px;
    height: 120px;
  }
  .r-button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
}
.rodo-agreements {
  padding-top: 10px;
}
.rodo-agreement {
  margin-top: 10px;
  margin-right: 20px;
  font-size: 12px;
  position: relative;
}
.rodo-agreement .checkbox {
  display: block;
  position: absolute;
  left: -9999px;
  height: 0;
  visibility: hidden;
  line-height: normal;
}
.rodo-agreement .checkbox:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #bfbfbf;
}
.rodo-agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 5px;
}
.rodo-agreement label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #afafaf;
}
.r-cloud {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 300px;
  max-width: 600px;
  opacity: 0;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 99;
  color: #333;
  font-size: 12px;
  text-align: left;
  padding: 15px 15px 10px 15px;
  line-height: 1.4;
}
.r-cloud p {
  margin-bottom: 5px;
}
.r-tooltip {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 14px;
  background: #333;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.r-tooltip > span {
  cursor: pointer;
  display: block;
}
.r-tooltip:hover .r-cloud,
.r-tooltip:focus .r-cloud,
.r-tooltip > span:hover + .r-cloud,
.r-tooltip > span:focus + .r-cloud {
  opacity: 1;
}
.wrapper {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.logo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: url(img/logo.png);
  background-position: center left;
  background-size: contain;
  width: 238px;
  height: 58px;
  margin-right: 20px;
  min-width: 50px;
  max-height: 58px;
}
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.22);
}
header .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
header .right {
  text-align: right;
}
header nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 58px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #e3e3e3;
}
header nav a {
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 5px;
  padding: 0 10px;
}
header nav a:hover {
  color: #fff;
  background-color: #303030;
}
header nav a.active {
  color: #fff;
  background-color: #045091;
}
header .contact {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  height: 60px;
  min-width: 196px;
}
header .contact a {
  padding: 0 5px;
  color: #045091;
}
header .contact select {
  border: 1px solid #b7b7b7;
}
main {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 118px;
}
.color-bg {
  background-color: #f3f3f3;
}
.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
p {
  line-height: 1.4em;
}
.sub-header {
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.sub-header h1 {
  color: #1b1b1b;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 36px;
}
.sub-header h2 {
  margin-top: 20px;
  line-height: 1.4em;
  max-width: 500px;
  font-size: 15px;
  color: #737373;
}
.sub-header hr {
  background-color: #045091;
  width: 52px;
  height: 3px;
  margin: 20px auto;
}
.small-header header nav {
  border: 0;
  height: 40px;
}
.small-header header .contact {
  height: 30px;
}
.small-header header .logo {
  max-height: 48px;
}
.small-header main {
  padding-top: 80px;
}
.icon-container {
  display: inline-block;
}
#slider {
  width: 100%;
  position: relative;
  color: #fff;
}
#slider img {
  width: 100%;
  display: block;
}
#slider .dots {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
}
#slider .dots .dot {
  flex-shrink: 0;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  border: 1px solid #535353;
  border-radius: 100%;
  padding: 3px;
  cursor: pointer;
}
#slider .dots .dot.active:after {
  width: 100%;
  height: 100%;
  background-color: #045091;
  content: "";
  display: block;
  border-radius: 100%;
}
#slider .slider {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  background-size: contain;
}
#slider .slider:first-child {
  display: block;
}
#slider .wrapper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
#slider h1 {
  font-size: 48px;
  font-family: "Montserrat";
  font-weight: 700;
}
#slider p {
  margin: 40px 0 0;
  width: 600px;
  font-size: 21px;
}
#slider .slider-1 {
  background-image: url(img/slider/home-1.jpg);
}
#slider .slider-2 {
  background-image: url(img/slider/home-1b.jpg);
}
#slider .slider-3 {
  background-image: url(img/slider/home-1c.jpg);
}
#slider .slider-4 {
  background-image: url(img/slider/home-1d.jpg);
}
#slider .slider-5 {
  background-image: url(img/slider/home-1e.jpg);
}
#slider .slider-6 {
  background-image: url(img/slider/home-1f.jpg);
}
#slider .btn-big {
  margin-top: 40px;
  border: 0;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.41);
  background-color: #045091;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
}
#slider .btn-big:hover {
  background-color: #111;
}
#knowledge .grid {
  padding: 30px 0;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
#knowledge .box {
  width: 100%;
  height: 155px;
  cursor: pointer;
}
#knowledge .box .inner {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
#knowledge .box .hover {
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 5px;
  text-align: left;
  font-size: 12px;
}
#knowledge .box .hover a {
  display: block;
  padding: 3px 0;
  font-size: 14px;
  color: #045091;
  text-align: center;
  font-weight: 600;
}
#knowledge .box h3 {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 700;
}
#knowledge .box .btn-more {
  margin: 0 auto;
  background-image: url(img/btn-list.png);
  background-position: right center;
}
#knowledge .inner {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 20px;
  min-height: 155px;
}
#knowledge .inner .hover {
  display: none;
}
#services .grid {
  padding: 30px 0;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
#services .box {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  background-position: top center;
  background-size: 100%;
  position: relative;
}
#services .box .icon-container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 140px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#services .box h1 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #1b1b1b;
  height: 50px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
}
#services .box p {
  font-size: 13px;
  color: #585858;
  margin: 20px 0;
}
#services .box:hover {
  box-shadow: 1px 1px 2px #045091;
}
#services .box:hover .icon-container {
  filter: brightness(-1);
}
#services .box:hover h1 {
  color: #045091;
}
#services .box:hover .btn-more {
  color: #045091;
}
#services .btn-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-image: url(img/btn-more.png);
}
#services .box-1 {
  background-image: url(img/bg/1.jpg);
}
#services .box-2 {
  background-image: url(img/bg/2.jpg);
}
#services .box-3 {
  background-image: url(img/bg/3.jpg);
}
#services .box-4 {
  background-image: url(img/bg/4.jpg);
}
#services .box-5 {
  background-image: url(img/bg/5.jpg);
}
#services .box-6 {
  background-image: url(img/bg/6.jpg);
}
#services .box-7 {
  background-image: url(img/bg/7.jpg);
}
#services .box-8 {
  background-image: url(img/bg/8.jpg);
}
#offer .grid {
  padding: 30px 0;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
#offer.subpage .grid {
  grid-template-columns: repeat(4, 1fr);
}
#offer.subpage .btn-more {
  position: absolute;
  bottom: -10px;
  right: 25px;
  background-color: #fff;
  padding-left: 15px;
  padding-right: 25px;
  background-position: center right 10px;
}
#offer .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #cdcdcd;
}
#offer .box h3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  color: #1b1b1b;
  font-family: "Montserrat";
  font-weight: 700;
  margin: 10px 0;
}
#offer .box .icon-container {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 80px;
}
#offer .box p {
  color: #585858;
  font-size: 14px;
  text-align: justify;
}
#offer .box:hover .btn-more {
  color: #045091;
}
#offer .box:hover .icon-container {
  filter: brightness(-1);
}
#offer .box:hover h3 {
  color: #44c8f5;
}
#offer .btn-more {
  padding-left: 0;
}
#offer-search {
  background-color: #f0f0f0;
  font-size: 16px;
  color: #232323;
  font-weight: bold;
}
#offer-search .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
#offer-search form {
  padding: 15px;
}
#offer-search input,
#offer-search select {
  height: 47px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  color: #989898;
  margin: 0 10px;
}
#offer-search input {
  padding: 0 10px;
  min-width: 280px;
}
#offer-search select {
  padding: 0 10px;
}
#offer-search .btn-big {
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat";
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #272727;
  padding-top: 0;
  padding-bottom: 0;
}
#offer-search .btn-big.btn-search {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.41);
  background-color: #045091;
  border: 0;
  color: #fff;
}
#offer-search .btn-big.btn-search:hover {
  background-color: #111;
}
#offer-search .btn-big.btn-knowledge {
  background-image: url(img/btn-more2.png), url(img/icon/book.png);
  background-position: right 10px center, left 10px center;
  padding-left: 50px;
}
#offer-search .btn-big.btn-knowledge:hover {
  background-color: #045091;
  color: #fff;
}
#offer-search .sort {
  margin-left: auto;
}
.btn-more {
  font-size: 10px;
  color: #737373;
  background-image: url(img/btn-more2.png);
  background-position: right 5px;
  text-transform: uppercase;
  padding: 5px 15px 5px 0;
  font-weight: 600;
  font-family: "Montserrat";
  display: inline-block;
}
.btn-more:hover {
  color: #045091;
}
.button {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.btn-big {
  color: #737373;
  background-image: url(img/btn-more2.png);
  background-position: right 20px center;
  font-size: 23px;
  padding: 20px 45px 20px 25px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  display: inline-block;
}
.btn-big:hover {
  background-color: #d1d1d1;
  color: #045091;
}
#home-about {
  background-image: url(img/slider/home-2.jpg);
  color: #fff;
  height: 660px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
#home-about #about {
  width: 630px;
  max-width: 100%;
}
#home-about h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat";
}
#home-about hr {
  background-color: #44c8f5;
  width: 52px;
  height: 3px;
  margin: 20px 0;
}
#home-about h2 {
  font-size: 21px;
  line-height: 1.4em;
  margin: 40px 0 20px;
}
#home-about p {
  font-size: 15px;
  line-height: 1.4em;
}
#home-about .btn-big {
  margin-top: 40px;
  border-color: #3e77a7;
  font-size: 13px;
  color: #fff;
}
#home-about .btn-big:hover {
  background-color: #3e77a7;
}
footer {
  background-color: #f5f5f5;
}
footer .logo {
  align-self: center;
}
footer #links {
  background-image: url(img/footer.png);
  background-position: bottom center;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer #links h1 {
  font-size: 16px;
  color: #1b1b1b;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 20px;
}
footer #links p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #585858;
}
footer #links p a {
  margin-top: 5px;
  display: inline-block;
  padding-left: 23px;
  background-position: left center;
  font-weight: 600;
}
footer #links p a.phone {
  background-image: url(img/icon/phone.png);
}
footer #links p a.mail {
  background-image: url(img/icon/mail.png);
}
footer #links p a:hover {
  color: #045091;
}
footer #links strong {
  color: #045091;
}
footer #links li {
  line-height: 1.4em;
  padding-left: 10px;
  background-image: url(img/btn-more2.png);
  background-position: left 8px;
}
footer #links li a {
  font-size: 14px;
  color: #585858;
}
footer #links li a:hover {
  color: #045091;
}
footer #social {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
}
footer #social a {
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 20px;
  background-position: left center;
  height: 40px;
  line-height: 40px;
}
footer #social .fb {
  background-image: url(img/icon/social-fb.png);
  padding-left: 30px;
}
footer #social .youtube {
  background-image: url(img/icon/social-youtube.png);
  padding-left: 40px;
}
footer #social .semex {
  background-image: url(img/icon/social-semex.png);
  padding-left: 70px;
}
footer #social .separator {
  flex-shrink: 0;
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
}
footer .copyright {
  font-family: "Montserrat";
  height: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #1b1b1b;
  text-transform: uppercase;
}
footer .copyright a {
  color: #045091;
}
footer .copyright small {
  font-size: 10px;
  color: #a4a4a4;
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  #services .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1170px) {
  .padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#sub-slider {
  height: 210px;
}
#sub-slider h1 {
  font-size: 36px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
  position: absolute;
  bottom: 30px;
}
#sub-slider h1:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -30px;
  background-color: #44c8f5;
}
#sub-slider.services {
  background-image: url(img/slider/uslugi.jpg);
}
#sub-slider.offer {
  background-image: url(img/slider/oferta.jpg);
}
#sub-slider.knowledge {
  background-image: url(img/slider/kompendium.jpg);
}
#sub-slider.about {
  background-image: url(img/slider/ofirmie.jpg);
}
#sub-slider.services-more {
  background-image: url(img/slider/uslugi.jpg);
}
#sub-slider.brand {
  background-image: url(img/slider/markahf.jpg);
}
#sub-slider.contact {
  background-image: url(img/slider/kontakt.jpg);
}
#sub-slider.automaton {
  background-image: url(img/slider/automaty.jpg);
}
#sub-slider.partners {
  background-image: url(img/slider/partnerzy.jpg);
}
#sub-slider.product-details {
  background-image: url(img/slider/product-details.jpg);
}
#sub-slider .wrapper {
  height: 100%;
  position: relative;
}
li {
  position: relative;
  padding: 0 20px;
  line-height: 1.4em;
}
.blue {
  color: #045091;
  font-weight: 800;
}
.grid {
  grid-gap: 30px;
}
.btn-pdf {
  background-image: url(img/btn-more2.png), url(img/icon/pdf.png);
  background-position: right 10px center, left 10px center;
  border: 1px solid #dedede;
  position: relative;
  border-radius: 3px;
  padding: 15px 25px 12px 40px;
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 10px;
  color: #737373;
}
.btn-pdf:hover {
  color: #045091;
}
.icon-pdf:before {
  content: "";
  background-image: url(img/icon/pdf.png);
  width: 20px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#about {
  padding-bottom: 0;
}
#about .flex .col-1 {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
  margin-right: 80px;
}
#about .flex .col-1 .container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 622px;
  text-align: justify;
  margin-bottom: 45px;
}
#about .flex .col-1 .container h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
#about .flex .col-1 .icon-container {
  margin-right: 22px;
}
#about .flex .col-1 .icon-container.brain {
  margin-right: 14px;
}
#about .flex .box {
  border: 3px solid #d9d6d6;
  position: relative;
  padding: 32px;
  height: 440px;
  width: 430px;
  font-size: 20px;
}
#about .flex .box strong {
  font-weight: 900;
}
#about .flex .box:before {
  content: " ";
  position: absolute;
  bottom: -3px;
  right: -88px;
  background-image: url(img/man.png);
  width: 326px;
  height: 399px;
}
#about .flex .box img {
  margin-top: 15px;
}
#about-2 img {
  max-width: 100%;
}
#about-2 .grid {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
#about-2 .box-1 {
  grid-row: 1;
  grid-column: 1/3;
  position: relative;
  margin-bottom: 35px;
}
#about-2 .box-1:before {
  content: " ";
  position: absolute;
  bottom: -25px;
  left: 75px;
  background-image: url(img/hf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 248px;
  height: 244px;
  max-height: 80%;
}
#about-2 .box-2 {
  grid-row: 2;
  grid-column: 1;
  text-align: justify;
}
#about-2 .box-2 p {
  margin-bottom: 40px;
}
#about-2 .box-3 {
  grid-row: 2;
  grid-column: 2;
  text-align: justify;
}
#services-more h1 {
  color: #045091;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 24px;
}
#services-more h2 {
  color: #045091;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#services-more h3 {
  color: #045091;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 5px;
}
#services-more .btn-more {
  font-size: 12px;
  background-position-y: 7px;
}
#services-more a {
  color: #045091;
  font-weight: bold;
}
#services-more a:hover {
  color: #111;
}
#services-more hr {
  border: 2px solid #f1f1f1;
  width: 100%;
  margin: 20px 0;
}
#services-more p {
  text-align: justify;
  margin-bottom: 10px;
}
#services-more li {
  text-align: justify;
}
#services-more li:before {
  content: " ";
  background: url(img/check.jpg) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
#services-more .container {
  margin-bottom: 35px;
}
#services-more .container img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
#services-more .quotas {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin: 20px 0;
}
#services-more .grid {
  column-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
#services-more .image-container {
  float: left;
  margin: 20px 20px 20px 0;
}
#services-more img {
  margin: 0 auto;
  display: block;
}
#services-more table,
#services-more th,
#services-more tr,
#services-more td {
  border: 1px solid #000;
  margin: 10px 0;
}
#services-more .center {
  text-align: center;
}
#services-more .center p {
  text-align: center;
}
#services-more .italic {
  font-style: italic;
}
#services-more .brown {
  background-color: #8b4513;
}
#services-more .gray {
  background-color: gray;
}
#services-more .yellow {
  background-color: #ff0;
}
#services-more .green {
  background-color: green;
}
#services-more .violet {
  background-color: #8b008b;
}
#services-more .blue {
  background-color: blue;
}
#services-more .red {
  background-color: red;
}
#services-more .face_protection_tbl td {
  width: calc(100% / 8);
}
#services-more .img-container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#services-more .img-container .flow {
  flex-flow: column;
}
#services-more .shoe-category {
  text-align: center;
}
#brand {
  background-color: #f0f0f0;
  font-size: 16px;
  color: #232323;
  font-weight: bold;
}
#brand .wrapper {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
#brand .icon-container {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  padding: 30px 0;
}
#brand p {
  margin-left: 10px;
}
.banners {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.banners .rounded {
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 4px solid #045091;
  padding: 15px;
  height: 170px;
  flex-shrink: 0;
  overflow: hidden;
}
.banners .rounded img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 100%;
  max-height: 100%;
}
.banners .rounded span {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  color: #045091;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  opacity: 0;
}
.banners .rounded:hover img {
  filter: blur(2);
}
.banners .rounded:hover span {
  opacity: 1;
}
#products .error {
  text-align: center;
  font-size: 40px;
  color: #045091;
}
#products .grid {
  grid-template-columns: repeat(4, 1fr);
}
#products .box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border: 1px solid #eaeaea;
  padding-top: 30px;
}
#products .box .image img {
  max-width: 100%;
}
#products .box .title {
  width: 100%;
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #f8f8f8;
  padding: 10px 20px;
}
#products .box .icons {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
#products .box .icons .icon {
  margin: 0 5px;
  text-align: center;
  font-size: 11px;
}
#products .box .icons .icon img {
  max-height: 35px;
}
#products .box .icons .level {
  font-weight: 700;
  height: 14px;
}
#products .box .links {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
#products .box .links .btn-pdf {
  border: 0;
  padding-left: 35px;
  padding-right: 20px;
}
#products.more .box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
#products.more .box:hover {
  border: 1px solid #46c7f1;
}
#products.more .title {
  flex-flow: column;
  border-bottom: none;
}
#products.more .title h3 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 4px;
}
#products.more .title h4 {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #555;
  font-size: 12px;
  margin-bottom: 5px;
}
#products .text p {
  margin-bottom: 25px;
}
#products .flex {
  padding: 20px 0;
}
.path {
  padding: 20px 0;
  border-bottom: 2px solid #e6e6e6;
}
.path .btn-more {
  margin-right: 5px;
}
.path span {
  font-size: 10px;
  color: #111;
  font-family: "Montserrat";
}
#product-details .btn-pdf {
  background-color: #f0f0f0;
  margin-right: 10px;
}
#product-details .btn-pdf:hover {
  color: #045091;
  background-color: #dedede;
}
#product-details hr {
  border: 1px solid #e6e6e6;
  width: 100%;
}
#product-details .flex {
  align-items: flex-start;
}
#product-details .btn-form {
  background-color: #045091;
  padding: 15px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  width: 100%;
}
#product-details .btn-form:hover {
  background-color: #303030;
}
#product-details .col-1 {
  flex-shrink: 0;
  margin-right: 30px;
}
#product-details .col-1 .image {
  border: 1px solid #dcdcdc;
  padding: 45px 80px;
  margin-bottom: 20px;
}
#product-details .col-1 .gallery {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 460px;
}
#product-details .col-1 .gallery .thumb {
  width: 100px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  margin: 0 5px 5px;
}
#product-details .col-1 .gallery .thumb img {
  width: 100%;
}
#product-details .col-2 {
  flex-grow: 1;
}
#product-details .col-2 h1 {
  font-size: 32px;
  font-weight: 900;
}
#product-details .col-2 hr {
  margin: 30px 0;
}
#product-details .col-2 h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #045091;
}
#product-details .col-2 h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
#product-details .col-2 ul {
  font-size: 15px;
  margin-bottom: 20px;
}
#product-details .col-2 li {
  line-height: 1.5rem;
}
#product-details .col-2 li:before {
  content: " ";
  background: url(img/btn-more2.png) no-repeat;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
}
#product-details .col-2 .icons {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
#product-details .col-2 .icons .icon {
  margin: 0 5px;
  text-align: center;
  font-size: 11px;
}
#product-details .col-2 .icons .icon img {
  max-height: 35px;
}
#product-details .col-2 .icons .level {
  font-weight: 700;
  height: 14px;
}
#product-details .col-2 .links {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
#product-details p:not(:first-of-type) {
  padding: 24px 0 0;
  font-size: 12px;
  color: #c7c7c7;
}
#product-details .padding > p {
  padding-top: 10px;
  font-size: 11px;
  color: #c7c7c7;
}
#contact .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
#contact .grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 45px;
}
#contact .grid .box {
  width: 220px;
}
#contact h1 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 10px;
}
#contact hr {
  width: calc(100% - 40px);
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
#contact .tabs-buttons {
  border-bottom: 1px solid #f8f8f8;
  margin-bottom: 45px;
}
#contact .tabs-buttons button {
  padding: 20px;
  color: #045091;
  font-size: 32px;
  font-weight: 900;
}
#contact .tabs-buttons button.active {
  background-color: #f6f6f6;
}
#contact .col-2.flex {
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column;
}
#contact .col-2 .container {
  background-color: #f6f6f6;
  border: 1px solid #ebebeb;
  width: 360px;
  font-size: 14px;
  color: #585858;
}
#contact .col-2 .contact-form {
  position: relative;
  top: -46px;
  padding: 45px 25px;
}
#contact .col-2 p {
  margin-bottom: 18px;
}
#contact .col-2 form {
  flex-flow: column;
}
#contact .col-2 form label {
  margin-bottom: 10px;
}
#contact .col-2 form input,
#contact .col-2 form textarea {
  border: 1px solid #e2e2e2;
  background-color: #fff;
  height: 43px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
#contact .col-2 form input:focus,
#contact .col-2 form textarea:focus {
  border-color: #045091;
}
#contact .col-2 form input.has-error,
#contact .col-2 form textarea.has-error {
  border-color: red;
}
#contact .col-2 form textarea {
  padding: 10px;
  height: 80px;
}
#contact .col-2 form button {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  background-color: #045091;
  border-radius: 3px;
  padding: 0 30px 0 10px;
  margin: 0 auto;
  color: #fff;
  background-position: right 15px center;
}
#contact .col-2 form button:hover {
  background-color: #111;
}
#contact .col-2 .maps {
  padding: 45px 16px;
}
#contact .col-2 .maps .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
#contact .col-2 .maps .btn-big {
  color: #fff;
  background-color: #045091;
  padding: 10px 20px 10px 10px;
  background-position: right 10px center;
  font-size: 14px;
  margin: 0 auto;
  display: inline-block;
}
#contact .col-2 .maps .btn-big:hover {
  background-color: #111;
}
#contact .col-2 .maps #map,
#contact .col-2 .maps #street-view {
  width: 100%;
  height: 120px;
  background-color: gray;
  margin-bottom: 20px;
}
#safety-box h1 {
  color: #045091;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 24px;
}
#safety-box hr {
  border: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 24px;
}
#safety-box h4 {
  font-size: 21px;
  margin-bottom: 25px;
}
#safety-box .flex {
  margin-bottom: 40px;
}
#safety-box .btn-pdf {
  margin-right: 10px;
}
#safety-box .col-2 {
  margin-left: 5px;
}
#safety-box .col-2 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
#safety-box .col-2 li {
  font-size: 21px;
  font-weight: 600;
  padding: 0 40px;
  line-height: 50px;
}
#safety-box .col-2 li:before {
  content: " ";
  background: url(img/check-circle.png) no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 15px;
  left: 0;
}
#safety-box .col-2 .links {
  margin: 45px 0 25px;
  border: 1px solid #dedede;
  background: #f4f4f4;
  padding: 30px;
  height: 140px;
}
#safety-box .col-2 .links .flex {
  align-items: flex-start;
  justify-content: flex-start;
}
#safety-box .grid {
  grid-template-columns: repeat(4, 1fr);
}
#safety-box .grid .box h4 {
  color: #045091;
  text-align: center;
  font-weight: 900;
}
#safety-box .grid .box p {
  text-align: justify;
}
#divider {
  background-color: #045091;
  text-align: center;
}
#divider .wrapper {
  height: 130px;
}
#divider h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#spoils {
  text-align: center;
}
#spoils h2 {
  font-size: 30px;
  font-weight: 800;
}
#spoils .subtitle {
  color: #045091;
  font-weight: 800;
  margin-bottom: 60px;
}
#spoils .grid {
  grid-template-columns: repeat(4, 1fr);
}
#spoils .grid .icon-container {
  margin-bottom: 30px;
}
#spoils .grid h4 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
}
#spoils .grid p {
  text-align: justify;
}
#system {
  background-color: #f5f5f5;
}
#system h2 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 50px;
}
#system .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}
#system .flex p {
  width: 444px;
  text-align: justify;
  margin: 0 45px;
}
#system li {
  line-height: 1.7em;
}
#system li:before {
  content: " ";
  background: url(img/check.jpg) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
#system .grid {
  grid-template-columns: repeat(3, 1fr);
}
#system .grid .box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#system .grid .box .circle {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-right: 25px;
  font-size: 36px;
  font-weight: 900;
  color: #045091;
}
#system .grid .box .text {
  width: 250px;
}
#system .grid h1 {
  font-size: 21px;
  color: #045091;
  margin-bottom: 5px;
  font-weight: 700;
}
#outsourcing .flex {
  align-items: flex-start;
}
#outsourcing h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 40px;
}
#outsourcing .col-1 {
  margin-right: 90px;
}
#outsourcing .col-1 .image-container {
  background-image: url(img/outsourcing.png);
  width: 421px;
  height: 448px;
  position: relative;
}
#outsourcing .col-1 .image-container .btn-more {
  display: none;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  background-color: #f4f4f4;
  padding: 20px 30px;
  background-position: 100px 20px;
  position: absolute;
  left: 40%;
  top: 50%;
}
#outsourcing .col-1 .image-container:hover .btn-more {
  display: block;
}
#partners p {
  font-size: 21px;
  margin-bottom: 30px;
  padding: 0 150px;
  text-align: center;
}
#partners .grid {
  grid-template-columns: repeat(4, 1fr);
}
#partners .grid .box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border: 1px solid #eaeaea;
}
.btn-menu {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  outline: 0;
  display: none;
  height: 22px;
  margin: 20px 20px;
  cursor: pointer;
  border-bottom: 2px solid #111;
  width: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 800px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu:before {
  content: "";
  display: block;
  border-bottom: 2px solid #111;
  width: 100%;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-menu:after {
  content: "";
  display: block;
  border-bottom: 2px solid #111;
  width: 50px;
  margin-bottom: 6px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-menu:hover {
  border-color: #045091;
}
.btn-menu:hover:before,
.btn-menu:hover:after {
  border-color: #045091;
}
.btn-menu.active {
  margin-top: 22px;
  border-bottom: 2px solid transparent;
}
.btn-menu.active:before {
  transform: rotate(-405deg) translateY(1px) translateX(-3px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
}
.btn-menu.active:after {
  transform: rotate(405deg) translateY(-4px) translateX(-5px);
  -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
}
.rwd-break {
  display: none;
}
@media only screen and (max-width: 1200px) {
  #safety-box .col-2 .links {
    height: 260px;
  }
  #safety-box .col-2 .links .flex {
    flex-flow: column;
  }
  #safety-box .col-2 .links .link {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 900px) {
  header nav a {
    margin-left: 0;
  }
  #about .flex {
    flex-flow: column;
  }
  #product-details .flex {
    flex-flow: column;
  }
  #product-details .flex .col-1 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  #contact .flex {
    flex-flow: column;
  }
  #contact .col-2 {
    width: 100%;
  }
  #contact .col-2 .contact-form {
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #contact .col-2 .maps {
    margin: 0 auto;
  }
  #offer-search span {
    display: none;
  }
  #offer-search input {
    min-width: 195px;
  }
  #partners .grid {
    grid-template-columns: 1fr 1fr;
  }
  #system h2 {
    text-align: center;
  }
  #system .grid {
    grid-template-columns: 1fr;
  }
  #system .grid .box {
    margin: 0 auto;
  }
  #outsourcing .flex {
    flex-flow: column;
    align-items: center;
  }
  #outsourcing .col-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  #outsourcing .col-1 .image-container {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  main {
    padding-top: 63px;
  }
  header nav {
    left: 100%;
    top: 100%;
    width: 100%;
    min-height: calc(100vh - 62px);
    overflow: auto;
    transform: translateX(0);
    position: absolute;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
  }
  header nav a {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 84px;
    display: block;
    opacity: 1;
    position: relative;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
  }
  header nav.active {
    transform: translateX(-100%);
  }
  #slider .wrapper h1 {
    font-size: 25px;
  }
  #slider .wrapper p {
    font-size: 15px;
  }
  #products .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #brand .wrapper {
    flex-flow: column;
    align-items: center;
  }
  #safety-box .flex {
    flex-flow: column;
  }
  #safety-box .btn-pdf {
    margin-bottom: 5px;
  }
  #safety-box .grid {
    grid-template-columns: 1fr;
  }
  #spoils .grid {
    grid-template-columns: 1fr;
  }
  #system .flex {
    flex-flow: column;
  }
  #system .flex img {
    margin: 0 auto;
  }
  #system .flex p {
    margin: 10px 0;
    width: 100%;
    text-align: justify;
  }
  #system .flex ul {
    text-align: justify;
  }
  #system .grid .box .text {
    width: 220px;
  }
  #offer.subpage .grid {
    grid-template-columns: 1fr;
  }
  #offer-search .wrapper {
    flex-flow: column;
  }
  #offer-search .sort {
    margin-left: 0;
    width: 100%;
  }
  #offer-search span,
  #offer-search input,
  #offer-search select,
  #offer-search a,
  #offer-search button {
    width: 100%;
    margin-bottom: 5px !important;
  }
  #offer-search input,
  #offer-search select {
    margin: 0;
  }
  #contact .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  footer #social {
    flex-flow: column;
  }
  footer #social .separator {
    height: 0;
  }
  footer #links {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer #links li {
    background-image: none;
  }
  footer #links .list {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  #slider .wrapper {
    display: none;
  }
  #services .grid {
    grid-template-columns: 1fr;
  }
  #offer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #partners p {
    padding: 0 0;
  }
  #about .flex .col-1 {
    margin-right: 0;
  }
  #about .flex .col-1 .container {
    width: 100%;
  }
  #about .flex .box {
    width: 100%;
  }
  #about .flex .box:before {
    content: none;
  }
  #outsourcing .col-1 .image-container {
    width: 100%;
  }
  #outsourcing .col-2 {
    width: 100%;
  }
  #outsourcing .col-2 iframe {
    width: 100%;
  }
  #products .flex {
    flex-flow: column;
  }
  #product-details .flex .col-1 {
    max-width: 100%;
  }
  #product-details .flex .col-1 .image {
    padding: 0 0;
  }
  #knowledge .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 400px) {
  header .contact {
    font-size: 12px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 735px) {
  .rwd-break {
    display: block;
  }
  #knowledge .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  #about-2 .grid {
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  #offer .box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
  }
  #offer .box h3 {
    text-align: center;
    font-size: 14px;
  }
  #about-2 .grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  #about-2 .box-3 {
    grid-row: 3;
    grid-column: 1;
  }
  #products .grid {
    grid-template-columns: 1fr;
  }
  #products .flex {
    flex-flow: column;
  }
  #products .text {
    text-align: justify;
  }
  #offer.subpage .grid {
    grid-template-columns: 1fr;
  }
  #product-details .col-1 .image {
    padding: 0 20px;
  }
  #partners .grid {
    grid-template-columns: 1fr;
  }
  #outsourcing .col-1 .image-container {
    background-size: 100%;
  }
  #contact .grid {
    grid-template-columns: 1fr;
  }
  #knowledge .grid {
    grid-template-columns: 1fr !important;
  }
}
.popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
}
.popup .content {
  top: -100%;
}
.popup .flex {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: calc(100vw - 40px);
  height: calc(100vh - 40px);
  position: absolute;
}
.popup .close {
  display: block;
  background-color: #045091;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  padding: 2px 5px 5px;
  right: 0;
  top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.popup .close:hover {
  background-color: #111;
}
.popup .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px;
  background-color: #fff;
}
.popup .buttons a {
  margin: 0 10px;
}
.popup .sample {
  position: relative;
  background-color: #fff;
  padding: 15px;
  max-width: 90%;
  width: 1200px;
}
.popup .sample .response {
  color: #045091;
  font-size: 30px;
  padding: 50px 10px;
  line-height: 1.2em;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 800px) {
  .popup .sample .response {
    font-size: 15px;
  }
}
.popup .sample h4 {
  color: #045091;
  font-size: 21px;
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.popup .sample .required {
  color: #045091;
}
.popup .sample form {
  color: #585858;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .popup .sample form {
    grid-template-columns: 1fr;
  }
  .popup .sample form .full-size {
    grid-column: 1;
  }
}
.popup .sample .full-size {
  grid-column: 1 / span 2;
}
.popup .sample label {
  margin-bottom: 10px;
  display: inline-block;
}
.popup .sample label span.name {
  font-size: 13px;
  display: block;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
}
.popup .sample label input,
.popup .sample label select {
  height: 47px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 14px;
  color: #989898;
  padding: 0 10px;
  border-radius: 5px;
  width: 100%;
}
.popup .sample label.checkbox {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}
.popup .sample label.error input,
.popup .sample label.error select {
  border-color: red;
}
.popup .sample label.error.checkbox {
  color: red;
}
.popup .sample .buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.popup .sample .buttons .btn-big {
  border: 0;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.41);
  background-color: #045091;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat";
  cursor: pointer;
}
.popup .sample .buttons .btn-big:hover {
  background-color: #111;
}
.nice-checkbox {
  display: inline-block;
  margin-right: 5px;
}
.nice-checkbox span {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  padding: 2px;
}
.nice-checkbox input {
  display: block;
  position: absolute;
  left: -9999px;
  height: 0;
  visibility: hidden;
}
.nice-checkbox input:checked + span:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #045091;
  display: block;
}
@media only screen and (max-width: 320px) {
  #offer .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
select[name="language"] {
  display: none;
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
#cookies-info {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 100%;
  width: 400px;
  position: fixed;
  bottom: -500px;
  right: 10px;
  background-color: #045091;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}
#cookies-info.visible {
  bottom: 10px;
}
#cookies-info:hover {
  background-color: #111;
}
#cookies-info button {
  float: right;
  font-size: 20px;
}
#contact .col-2 form .checkbox-group {
  margin-bottom: 15px;
}
#contact .col-2 form .checkbox-group input {
  height: auto;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0;
}
#contact .col-2 form .checkbox-group label {
  line-height: 18px;
}
#r-overlay {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-font-smoothing: antialiased;
}
#r-message-container {
  bottom: -100%;
  position: absolute;
  max-height: 90vh;
  width: 100%;
  left: 0;
  padding: 30px 0;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#r-message-container a {
  text-decoration: underline !important;
  color: #337ab7 !important;
}
#r-container {
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
}
.r-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
}
.r-policy-scroll {
  font-size: 14px;
  padding: 10px;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  height: 160px;
  width: 100%;
  line-height: 1.35;
  overflow-y: scroll;
  background-color: #f3f3f3;
}
.r-buttons {
  pointer-events: all;
  padding-top: 20px;
}
#r-message-container .r-button {
  text-decoration: none !important;
  width: 140px;
  margin: auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
#r-message-container .r-button:hover {
  text-decoration: underline !important;
}
#r-message-container #r-accept {
  background-color: #337ab7;
  color: #fff !important;
  float: left;
}
#r-message-container #r-decline {
  background-color: transparent;
  float: right;
  color: #337ab7 !important;
}
@media (max-width: 767px) {
  #r-message-container {
    font-size: 12px;
    padding: 20px 0;
  }
  .r-title {
    font-size: 16px;
  }
  .r-policy-scroll {
    font-size: 10px;
    height: 120px;
  }
  .r-button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
}
.rodo-agreements {
  padding-top: 10px;
}
.rodo-agreement {
  margin-top: 10px;
  margin-right: 20px;
  font-size: 12px;
  position: relative;
}
.rodo-agreement .checkbox {
  display: block;
  position: absolute;
  left: -9999px;
  height: 0;
  visibility: hidden;
  line-height: normal;
}
.rodo-agreement .checkbox:checked + label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: #bfbfbf;
}
.rodo-agreement label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  max-width: 100%;
  margin-bottom: 5px;
}
.rodo-agreement label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #afafaf;
}
.r-cloud {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 300px;
  max-width: 600px;
  opacity: 0;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 99;
  color: #333;
  font-size: 12px;
  text-align: left;
  padding: 15px 15px 10px 15px;
  line-height: 1.4;
}
.r-cloud p {
  margin-bottom: 5px;
}
.r-tooltip {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 14px;
  background: #333;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.r-tooltip > span {
  cursor: pointer;
  display: block;
}
.r-tooltip:hover .r-cloud,
.r-tooltip:focus .r-cloud,
.r-tooltip > span:hover + .r-cloud,
.r-tooltip > span:focus + .r-cloud {
  opacity: 1;
}
@media all {
  html.with-featherlight {
    overflow: hidden;
  }
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight link.featherlight-inner,
  .featherlight script.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
  .featherlight iframe {
    border: 0;
  }
  .featherlight * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  @page {
    size: landscape;
  }
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-first-slide.featherlight-last-slide .featherlight-next,
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-loading .featherlight-next,
  .featherlight-loading .featherlight-previous,
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: gray;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.img-flag {
  width: 22px;
  height: 15px;
  margin-right: 10px;
  flex-shrink: 0;
}
.select2-container--hf {
  max-width: 50px;
  border: 1px solid #e3e3e3;
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 5px;
}
.select2-container--hf .select2-selection--single {
  height: auto;
}
.select2-container--hf .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--hf .select2-dropdown {
  min-width: 80px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background-color: #f4f4f4;
  color: #303030;
}
.select2-container--hf .select2-dropdown .select2-results__option span {
  display: flex;
  align-content: center;
  text-transform: uppercase;
}
.select2-container--hf .select2-dropdown .select2-results__option span:hover {
  color: #045091;
}
.featherlight-next span,
.featherlight-previous span {
  color: #111;
  font-size: 40px;
}
#btn-right {
  float: right;
}
#btn-right .btn-big {
  margin-top: -13px;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat";
  border-radius: 0;
  background-color: #045091;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
#btn-right .btn-big:hover {
  background-color: #111;
}
.btn-maty {
  display: block;
}
.btn-maty img {
  width: 100%;
} /*# sourceMappingURL=www.css.map */
.download-pre {
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  background-color: #045091;
  border-radius: 3px;
  padding: 0 30px 0 10px;
  margin: 0 auto;
  color: #fff;
  background-position: right 15px center;
}

.download-pre:hover {
  background: #111;
  color: #fff;
}
