/* Imports */
/* Toptrans */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Rubik', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
.animated-new {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-family: 'Rubik', sans-serif;
}
@media (max-width: 1020px) {
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  /*margin-bottom: 95px;*/
  margin-bottom: 70px;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  section {
    /*margin-bottom: 70px;*/
    margin-bottom: 30px;
  }
}
section.row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section.row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.page-bg {
  width: 100%;
  min-height: 1%;
  clear: both;
  background: url("./images/bg-main.jpg") center top no-repeat;
  background-size: 100% auto;
}
.page-bg:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1500px) {
  .page-bg {
    background-size: 1510px auto;
  }
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 25px;
}
.half.right {
  float: right;
  padding-left: 25px;
}
@media (max-width: 1020px) {
  .half {
    width: 100%;
  }
  .half.left {
    float: none;
    padding-right: 0;
  }
  .half.right {
    float: none;
    padding-top: 40px !important;
    padding-left: 0;
  }
}
.one-third {
  width: 33.333%;
  float: left;
}
.one-third.left {
  padding-right: 14px;
}
.one-third.middle {
  padding-left: 7px;
  padding-right: 7px;
}
.one-third.right {
  padding-left: 14px;
}
@media (max-width: 1020px) {
  .one-third {
    width: 100%;
    float: none;
  }
  .one-third.left {
    padding-right: 0;
  }
  .one-third.middle {
    padding-left: 0;
    padding-right: 0;
  }
  .one-third.right {
    padding-left: 0;
  }
}
.container {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.js-animate {
  visibility: hidden;
}
.js-animate.animated-new {
  visibility: visible;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
span.date,
p.date {
  display: block;
  clear: both;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #bebebe;
}
a.more,
span.more {
  clear: both;
  display: inline-block;
  font-weight: 500;
  color: #005fa9;
  font-size: 14px;
  font-style: italic;
  padding-right: 30px;
  background: url("./images/button.png") right center no-repeat;
  background-size: 16px 16px;
  text-decoration: none;
}
a.more:hover,
span.more:hover {
  text-decoration: none;
}
a.more.red,
span.more.red {
  color: #ec312e;
  background: url("./images/arrow-red.png") right center no-repeat;
  background-size: 16px 16px;
}
img {
  max-width: 100%;
}
h1,
h2 {
  font-size: 75px;
  clear: both;
  margin-bottom: 30px;
  line-height: 90px;
  color: #304454;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
h1 .small,
h2 .small {
  clear: both;
  font-family: 'Rubik', sans-serif;
  line-height: 30px;
  padding-bottom: 16px;
  display: block;
  font-weight: normal;
  color: #a7a7a7;
  font-size: 20px;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
h3 {
  font-size: 20px;
  clear: both;
  margin-bottom: 14px;
  line-height: 27px;
  color: #000000;
  font-weight: bold;
}
.section-text h3 {
  font-size: 35px;
  clear: both;
  margin-bottom: 20px;
  line-height: 45px;
  color: #304454;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
@media (max-width: 1020px) {
  .section-text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.section-text h4 {
  clear: both;
  margin-bottom: 17px;
  font-size: 30px;
  line-height: 40px;
  color: #304454;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
@media (max-width: 1020px) {
  .section-text h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
p {
  color: #7f7f7f;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}
p strong {
  font-weight: bold;
  color: #304454;
}
p a {
  color: #ec312e;
}
p a:hover {
  text-decoration: none;
}
section ul,
section ol {
  margin-bottom: 25px;
  clear: both;
  padding: 0 0;
}
section ul li,
section ol li {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 24px;
  padding-left: 20px;
  position: relative;
  color: #7f7f7f;
}
section ul li:before,
section ol li:before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 7px;
  left: 0;
  top: 8px;
  background: url("./images/list-blue.png") center center no-repeat;
  background-size: 100% 100%;
}
section ul li strong,
section ol li strong {
  font-weight: bold;
  color: #304454;
}
section ul li a,
section ol li a {
  color: #ec312e;
}
section ul li a:hover,
section ol li a:hover {
  text-decoration: none;
}
section ul {
  list-style: none;
}
section ol {
  text-align: right;
  padding-left: 20px;
}
section ol li {
  text-align: left;
  padding-left: 8px;
}
section ol li:before {
  display: none;
}
.buttons {
  text-align: center;
}
.buttons .button {
  margin: 10px 15px;
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  background: #005fa9;
  outline: none;
  padding-right: 20px;
  padding-left: 30px;
  height: 54px;
  line-height: 50px;
  border-radius: 27px;
  border: 2px solid transparent;
}
.button span {
  display: inline-block;
  padding-right: 50px;
  text-align: left;
  min-width: 150px;
  background: url("./images/button.png") 97% center no-repeat;
  background-size: 16px 16px;
}
.button.transparent {
  border: 2px solid #fff;
  background: transparent;
}
.button.transparent:hover {
  background: #fff;
}
.button.transparent:hover span {
  color: #005fa9;
}
.button.blue-transparent {
  border: 2px solid #005fa9;
  background: transparent;
  color: #005fa9;
}
.button.blue-transparent span {
  background-image: url("./images/arrow-blue.png");
}
.button.blue-transparent:hover {
  background: #005fa9;
}
.button.blue-transparent:hover span {
  color: #fff;
  background-image: url("./images/button.png");
}
.button.blue {
  background: #005fa9;
  border: 2px solid transparent;
}
.button.blue:hover {
  background: transparent;
  color: #005fa9;
  border-color: #005fa9;
}
.button.blue:hover span {
  background-image: url("./images/arrow-blue.png");
}
.button.dark-blue {
  background: #1b3c57;
}
.button.long {
  line-height: 22px;
  padding: 15px 30px;
  height: auto;
  text-align: center !important;
}
.button.long:before,
.button.long:after {
  display: none !important;
}
.section-text table {
  border-spacing: 0;
  width: 100%;
}
.section-text table tr td:first-of-type,
.section-text table tr th:first-of-type {
  text-align: left;
  padding-left: 0;
  padding-right: 10px;
}
.section-text table tr td:nth-child(odd),
.section-text table tr th:nth-child(odd) {
  background: none;
}
.section-text table tr td:nth-child(even),
.section-text table tr th:nth-child(even) {
  background: rgba(0, 95, 169, 0.05);
}
.section-text table td,
.section-text table th {
  padding: 25px 10px;
  border-bottom: 1px solid #dedede;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  text-align: center;
}
.section-text table td p,
.section-text table th p {
  font-size: 12px;
  line-height: 17px;
  color: #7f7f7f;
  margin-bottom: 0;
}
.section-text table td strong,
.section-text table th strong,
.section-text table td h3,
.section-text table th h3 {
  clear: both;
  margin-bottom: 8px;
  color: #304454;
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
}
.section-text table th {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #304454;
  font-weight: normal;
  padding: 25px 25px;
}
@media (max-width: 1020px) {
  .section-text table th {
    padding: 25px 10px;
  }
}
.section-text table .yes {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  background: url("./images/check.png") center center no-repeat;
  width: 19px;
  height: 16px;
  background-size: 100% 100%;
  margin: 0 auto;
}
.section-text table .no {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  background: #ced3d7;
  width: 19px;
  height: 2px;
  margin: 0 auto;
}
form label {
  color: #000000;
  clear: both;
  font-size: 16px;
  width: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 11px;
  padding: 0 5px;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  height: 48px;
  line-height: 51px;
  border-radius: 24px;
  background-color: #fff;
  outline: none;
  font-size: 15px;
  color: #000;
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 0 22px;
}
form select {
  background-image: url("./images/select.png");
  background-position: 90% center;
  background-size: 8px 5px;
  line-height: 48px;
  background-repeat: no-repeat;
}
form .datepicker {
  background: #fff url("./images/date.png") 89% center no-repeat;
  background-size: 18px 18px;
}
/* Alert */
.blue-alert {
  position: relative;
  clear: both;
  line-height: 28px;
  top: 0;
  left: 0;
  width: 100%;
  background: #005fa9;
  text-align: center;
}
.blue-alert * {
  color: #fff;
}
.blue-alert .container {
  height: 28px;
  line-height: 28px;
  max-width: 100%;
  padding: 0 10px;
  vertical-align: middle;
}
@media (max-width: 1020px) {
  .blue-alert .container {
    height: 70px;
    line-height: 70px;
  }
}
.blue-alert p {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0;
  position: relative;
  top: -1px;
  padding: 0 0;
}
.blue-alert p strong {
  font-style: normal;
}
.blue-alert .close {
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -1000px;
  width: 14px;
  height: 14px;
  background: url("./images/close.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .website-switch {
  display: block;
  clear: both;
  float: none;
  left: 0;
  min-height: 1%;
  width: 100%;
  margin-top: 15px;
  z-index: 100;
}
header .website-switch:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1100px) {
  header .website-switch {
    display: none;
  }
}
@media (max-width: 767px) {
  header .website-switch {
    top: 450px;
  }
}
header .website-switch a {
  float: right;
  clear: none;
  margin-left: 15px;
  display: block;
  font-style: italic;
  text-decoration: none;
  font-size: 16px;
  color: #005fa9;
  font-weight: 500;
  margin-bottom: 5px;
  height: 55px;
  position: relative;
  min-height: 1%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .website-switch a:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .website-switch a .icon {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  float: left;
  position: relative;
  z-index: 10;
  background: rgba(194, 38, 43, 0.6);
}
header .website-switch a .icon:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
}
header .website-switch a .text {
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  width: 150px;
  background-color: #fff;
  color: #777;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -75px;
}
header .website-switch a.switch1 .icon:before {
  background: url("./images/switch1.png") center center no-repeat;
  background-size: 38px 25px;
}
header .website-switch a.switch2 .icon:before {
  background: url("./images/switch2.svg") center center no-repeat;
  background-size: 50px 50px;
}
header .website-switch a:hover .icon {
  background: #ec312e;
}
header .website-switch a:hover .text {
  opacity: 1;
}
header .top {
  min-height: 1%;
  clear: both;
  width: 100%;
  height: 82px;
  position: relative;
}
header .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .top * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .top .container {
  position: static;
}
header .top .container:before {
  position: absolute;
  display: none;
  content: "";
  height: 41px;
  width: 410px;
  top: 100%;
  left: 0;
  background: url("./images/bg-header.png") right top no-repeat;
}
header .top .bg {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 34vw;
  height: 41px;
}
@media (max-width: 2200px) {
  header .top .bg {
    width: 27vw;
  }
}
@media (max-width: 1920px) {
  header .top .bg {
    width: 20vw;
  }
}
@media (max-width: 1100px) {
  header .top .container:before {
    display: none !important;
  }
  header .top .bg {
    display: none;
  }
}
header .bottom {
  min-height: 1%;
  clear: both;
  width: 100%;
  background: none;
  text-align: right;
}
header .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1100px) {
  header .bottom {
    margin: 0 0;
  }
}
header .bottom .button:hover {
  background-color: #fff;
}
header .logo {
  float: left;
  display: block;
  height: 46px;
  margin-top: 36px;
  position: relative;
  top: -9px;
}
@media (max-width: 1100px) {
  header .logo {
    height: 30px;
    margin-top: 27px;
    top: 0;
  }
}
header .left {
  min-height: 1%;
  display: inline-block;
  float: left;
  position: relative;
}
header .left:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .right {
  min-height: 1%;
  display: inline-block;
  float: right;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .login-box {
  float: none;
  min-height: 1%;
}
@media (max-width: 1100px) {
  header .login-box {
    display: none;
  }
}
header .login-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .show-search-mobile {
  display: none;
  width: 22px;
  height: 82px;
  background: transparent url("./images/search.png") center center no-repeat;
  background-size: 22px 22px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
  float: left;
  margin-right: 55px;
  margin-left: 24px;
  text-indent: -1000px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  header .show-search-mobile {
    display: block;
  }
}
header .search-box {
  float: right;
  width: 405px;
  max-width: 100%;
  margin-right: 60px;
}
@media (max-width: 1150px) {
  header .search-box {
    margin-right: 30px;
    width: 340px;
  }
}
@media (max-width: 1100px) {
  header .search-box {
    display: none;
    width: 96%;
    margin: 0 0;
    position: absolute;
    top: 100%;
    left: 2%;
    margin-top: 10px;
  }
  header .search-box.active {
    display: block;
  }
}
header .search-box form {
  min-height: 1%;
  position: relative;
  width: 100%;
}
header .search-box form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .search-box input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #000;
  background: #fff;
  background-size: 20px 20px;
  padding-left: 30px;
  padding-right: 65px;
  height: 54px;
  line-height: 50px;
  font-style: italic;
  border-radius: 27px;
}
header .search-box button {
  width: 54px;
  height: 54px;
  border: none;
  outline: none;
  position: absolute;
  top: 0px;
  right: 6px;
  background: transparent url("./images/search.png") center center no-repeat;
  background-size: 15px 15px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
header .search-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #010101;
}
header .search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #010101;
}
header .search-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #010101;
}
header .search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #010101;
}
header .language {
  margin-left: 20px;
  float: right;
  clear: none;
  margin-top: 21px;
}
header .language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  height: 40px;
  color: #ec312e;
  font-style: italic;
  line-height: 40px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  width: 38px;
  padding: 0 0;
  background: transparent url("./images/select.png") right center no-repeat;
  background-size: 8px 5px;
}
@media (max-width: 1100px) {
  header .language {
    float: left;
    margin-left: 0;
    margin-right: 50px;
  }
}
header .navigation-link-mobile {
  display: none;
}
header nav {
  width: auto;
  display: block;
  float: right;
  clear: none;
  min-height: 1%;
}
header nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu {
  min-height: 1%;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  float: left;
  display: inline-block;
  margin: 0 0;
  margin-right: 4px;
  padding: 0 0;
  clear: none;
  position: relative;
}
header nav .menu li.transport {
  position: static;
}
@media (max-width: 1150px) {
  header nav .menu li {
    margin-right: 0;
  }
}
header nav .menu li a.menu-link {
  height: 82px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  line-height: 84px;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  padding-left: 13px;
  padding-right: 13px;
  color: #000000;
  border-bottom: 4px solid transparent;
  display: inline-block;
  position: relative;
}
header nav .menu li a.menu-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  top: 61px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  background: #ec312e;
  opacity: 0;
}
header nav .menu li a.menu-link i {
  color: #ec312e;
}
header nav .menu li a.menu-link:hover:before,
header nav .menu li a.menu-link.active:before {
  opacity: 1;
}
header nav .menu li.mobile-only {
  display: none;
}
@media (min-width: 1101px) {
  header nav .menu li:hover .submenu.transport,
  header nav .menu li:hover .submenu.simple {
    display: block;
  }
}
header nav .menu li h3 {
  color: #005fa9;
  font-size: 18px;
  width: 100%;
  clear: both;
}
header nav .menu li .submenu.simple {
  position: absolute;
  display: none;
  left: 0;
  z-index: 300;
  top: 100%;
  background: #fff;
  width: 238px;
  padding: 13px 0 10px 0;
  -webkit-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  border-radius: 13px;
}
header nav .menu li .submenu.simple li {
  width: 100%;
  display: block;
  clear: both;
  float: none;
}
header nav .menu li .submenu.simple li a.submenu-link {
  padding: 7px 15px;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #7f7f7f;
  text-transform: none;
  line-height: normal;
  padding-right: 28px;
  background: url("./images/arrow-grey.png") 91% center no-repeat;
  background-size: 13px 13px;
  width: 100%;
  display: block;
}
header nav .menu li .submenu.simple li a.submenu-link:hover {
  color: #000;
  background-image: url("./images/arrow-blue.png");
}
header nav .menu li .submenu.transport {
  position: absolute;
  display: none;
  left: 0;
  z-index: 300;
  top: 100%;
  background: #fff;
  border-top: 1px solid #dedede;
  width: 100%;
  -webkit-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 24px -15px rgba(0, 0, 0, 0.75);
}
header nav .menu li .submenu.transport .container {
  padding: 30px 20px;
  min-height: 360px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 94%;
}
header nav .menu li .submenu.transport ul {
  min-height: 1%;
  width: 33%;
  display: block;
  float: left;
}
header nav .menu li .submenu.transport ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li .submenu.transport ul li {
  width: 100%;
  display: block;
  clear: both;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
header nav .menu li .submenu.transport ul li a.submenu-link,
header nav .menu li .submenu.transport ul li h3 {
  padding: 7px 0;
  height: auto;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #7f7f7f;
  text-transform: none;
  line-height: normal;
  padding-right: 28px;
  background: url("./images/arrow-grey.png") 91% center no-repeat;
  background-size: 13px 13px;
  width: 100%;
  display: block;
}
header nav .menu li .submenu.transport ul li a.submenu-link:hover,
header nav .menu li .submenu.transport ul li h3:hover {
  color: #000000;
  background: url("./images/arrow-blue.png") 91% center no-repeat;
  background-size: 13px 13px;
}
header nav .menu li .submenu.transport ul li h3 {
  font-weight: bold;
  color: #7f7f7f !important;
  font-size: 17px !important;
  border-top: 1px solid #dedede;
  background: none !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 14px 15px 10px 15px;
}
header nav .menu li .submenu.transport ul.short {
  width: 50%;
}
header nav .menu li .submenu.transport ul.short li {
  width: 50%;
  float: left;
  padding-right: 30px;
  clear: none;
}
header nav .menu li .submenu.transport .cz {
  width: 75%;
  float: left;
}
header nav .menu li .submenu.transport .cz ul li {
  width: 100%;
  float: left;
  clear: none;
  padding-right: 30px;
}
header nav .menu li .submenu.transport .sk {
  width: 25%;
  float: right;
}
header nav .menu li .submenu.transport .sk ul {
  width: 100%;
}
header nav .menu li .submenu.transport .sk ul li {
  width: 100%;
  float: none;
  padding-right: 30px;
  clear: both;
}
header nav .menu li .submenu.transport.transport--sk .cz {
  float: right !important;
}
header nav .menu li .submenu.transport.transport--sk .sk {
  float: left !important;
}
header.small,
header.forever-small {
  position: fixed;
  border-bottom: 1px solid #dedede;
}
header.small .bottom,
header.forever-small .bottom {
  display: none;
}
header.small .logo,
header.forever-small .logo {
  height: 40px;
  margin-top: 32px;
}
header.small .top,
header.forever-small .top {
  background: rgba(255, 255, 255, 0.8);
}
header.small .top .container:before,
header.forever-small .top .container:before {
  display: none !important;
}
header.small .top .bg,
header.forever-small .top .bg {
  display: none;
}
@media (max-width: 1100px) {
  header,
  header.small,
  header.forever-small {
    position: absolute;
    background: #fff;
    border-bottom: 1px solid #dedede;
  }
  header .top,
  header.small .top,
  header.forever-small .top {
    display: block;
  }
  header .top .container,
  header.small .top .container,
  header.forever-small .top .container {
    position: static;
  }
  header nav,
  header.small nav,
  header.forever-small nav {
    margin-top: 1px;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  header nav .menu,
  header.small nav .menu,
  header.forever-small nav .menu {
    width: 100%;
  }
  header nav .menu li,
  header.small nav .menu li,
  header.forever-small nav .menu li {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }
  header nav .menu li a.menu-link,
  header.small nav .menu li a.menu-link,
  header.forever-small nav .menu li a.menu-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #dedede !important;
    padding: 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav .menu li a.menu-link i,
  header.small nav .menu li a.menu-link i,
  header.forever-small nav .menu li a.menu-link i {
    display: inline-block;
    color: #ec312e;
    margin-right: 6px;
  }
  header nav .menu li a.menu-link.short,
  header.small nav .menu li a.menu-link.short,
  header.forever-small nav .menu li a.menu-link.short {
    width: auto;
    display: inline-block;
    clear: none;
    border: none !important;
  }
  header nav .menu li a.menu-link.has-submenu,
  header.small nav .menu li a.menu-link.has-submenu,
  header.forever-small nav .menu li a.menu-link.has-submenu {
    background: url("./images/select.png") 97% center no-repeat !important;
    background-size: 13px 7px !important;
  }
  header nav .menu li a.menu-link.has-submenu.arrow-up,
  header.small nav .menu li a.menu-link.has-submenu.arrow-up,
  header.forever-small nav .menu li a.menu-link.has-submenu.arrow-up {
    background: url("./images/arrow-grey-up.png") 97% center no-repeat !important;
    background-size: 13px 7px !important;
  }
  header nav .menu li a.menu-link:before,
  header.small nav .menu li a.menu-link:before,
  header.forever-small nav .menu li a.menu-link:before,
  header nav .menu li a.menu-link:after,
  header.small nav .menu li a.menu-link:after,
  header.forever-small nav .menu li a.menu-link:after {
    display: none !important;
  }
  header nav .menu li a.menu-link:hover,
  header.small nav .menu li a.menu-link:hover,
  header.forever-small nav .menu li a.menu-link:hover,
  header nav .menu li a.menu-link.active,
  header.small nav .menu li a.menu-link.active,
  header.forever-small nav .menu li a.menu-link.active {
    color: #ec312e !important;
    font-weight: bold;
  }
  header nav .menu li.mobile-only,
  header.small nav .menu li.mobile-only,
  header.forever-small nav .menu li.mobile-only {
    display: block;
  }
  header nav .menu li.switch,
  header.small nav .menu li.switch,
  header.forever-small nav .menu li.switch {
    border-bottom: 1px solid #dedede !important;
  }
  header nav .menu li .submenu.simple,
  header.small nav .menu li .submenu.simple,
  header.forever-small nav .menu li .submenu.simple {
    position: static;
    width: 100% !important;
    border-radius: 0 0;
    border: none;
    box-shadow: none !important;
    display: block;
    padding: 0 0;
    margin: 0 0;
  }
  header nav .menu li .submenu.simple li,
  header.small nav .menu li .submenu.simple li,
  header.forever-small nav .menu li .submenu.simple li {
    width: 100% !important;
    padding: 0 0 !important;
  }
  header nav .menu li .submenu.simple li a.submenu-link,
  header.small nav .menu li .submenu.simple li a.submenu-link,
  header.forever-small nav .menu li .submenu.simple li a.submenu-link {
    font-size: 13px;
    border: none !important;
    border-bottom: 1px solid #dedede !important;
    padding: 13px 20px;
    padding-left: 46px;
    background-position: 20px center !important;
  }
  header nav .menu li .submenu.transport,
  header.small nav .menu li .submenu.transport,
  header.forever-small nav .menu li .submenu.transport {
    display: none;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile,
  header.forever-small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 31px;
    padding: 6px;
    top: 26px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span,
  header.forever-small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #ec312e;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1),
  header.forever-small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header.forever-small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3),
  header.forever-small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4),
  header.forever-small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1),
  header.forever-small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2),
  header.forever-small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3),
  header.forever-small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4),
  header.forever-small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
  background: #005fa9 url("./images/bg-footer.png") center center no-repeat;
  background-size: cover;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top {
  border-bottom: 1px solid #4d91c4;
}
footer .top .container {
  padding-top: 58px;
  padding-bottom: 10px;
}
footer .top .col {
  padding-bottom: 25px;
  width: 20%;
  float: left;
  min-height: 1%;
}
footer .top .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  footer .top .col {
    width: 50%;
  }
  footer .top .col.last {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  footer .top .col {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media (max-width: 1020px) {
  footer .top .row {
    min-height: 1%;
    width: 100%;
    float: left;
    clear: both;
  }
  footer .top .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
}
footer .top * {
  color: #fff;
}
footer .top ul {
  list-style: none;
}
footer .top ul li {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  padding-left: 16px;
  background: url("./images/list.png") left 5px no-repeat;
  background-size: 4px 7px;
}
footer .top ul li a {
  text-decoration: none;
}
footer .top ul li a:hover {
  text-decoration: underline;
}
footer .top h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
footer .top p {
  font-size: 13px;
  line-height: 18px;
}
footer .top p a.phone {
  text-decoration: none;
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
}
footer .top .social {
  min-height: 1%;
  clear: both;
  width: 100%;
}
footer .top .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .social a {
  margin-right: 15px;
  margin-top: 5px;
  float: left;
  width: 28px;
  height: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  line-height: 22px;
  display: block;
  text-align: center;
  padding-left: 2px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: 0.5;
}
footer .top .social a i {
  font-size: 14px;
}
footer .top .social a:hover {
  opacity: 1;
}
footer .bottom {
  background: rgba(13, 69, 113, 0.5);
  width: 100%;
  clear: both;
  padding-top: 34px;
  padding-bottom: 34px;
}
footer .bottom .half.right {
  height: 34px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .bottom .half {
    width: 100%;
    text-align: left !important;
  }
  footer .bottom .half.left {
    padding-bottom: 12px;
  }
  footer .bottom .half.right {
    padding-top: 0 !important;
  }
}
footer .bottom p {
  margin: 0 0;
  font-size: 13px;
  line-height: 34px;
  position: relative;
  top: 2px;
  color: #fff;
}
footer .bottom a {
  height: 34px;
  display: inline-block;
}
footer .bottom img {
  height: 34px;
  margin: 0 0;
  display: block;
  width: auto;
  max-width: none;
}
/* Remodal */
.remodal {
  max-width: 700px;
  padding: 50px;
  padding-top: 55px;
  text-align: left;
}
.remodal h1,
.remodal h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 32px;
}
.remodal .remodal-close {
  background: #005fa9;
  top: -10px;
  right: -10px;
  left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:before {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .remodal {
    padding: 30px 20px;
  }
}
.section-text a.button {
  position: relative;
  padding-right: 50px;
}
.section-text a.button:after {
  display: inline-block;
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  width: 16px;
  height: 16px;
  text-align: left;
  background: url("./images/button.png") 97% center no-repeat;
  background-size: 16px 16px;
}
.section-text a.button.blue-transparent:hover {
  background: #005fa9;
  color: #fff;
}
/*------ Components -------*/
/* Cookies */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  background: #005fa9;
  text-align: center;
  padding: 8px 20px;
}
.cookies p {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  color: #fff;
  display: inline-block;
  clear: none;
  width: auto;
  margin: 0 10px;
}
.cookies p a {
  color: #fff;
}
.cookies .button {
  padding: 0 20px;
  background: #fff;
  color: #005fa9;
  height: 30px;
  line-height: 30px;
  clear: none;
  margin: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  min-width: 1px;
  border: none;
  border-radius: 15px;
}
/* Intro */
.section-intro {
  padding-top: 160px;
  padding-bottom: 145px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("./images/hp-intro.jpg");
  position: relative;
  background-size: cover;
  background-position: left center;
  margin-bottom: 0;
}
@media (max-width: 1020px) {
  .section-intro {
    padding-bottom: 90px;
  }
}
.section-intro .text {
  width: 100%;
  max-width: 800px;
}
.section-intro .text p,
.section-intro .text span {
  color: #323232;
}
.section-intro .text p {
  max-width: 650px;
}
.section-intro h1,
.section-intro h2 {
  font-size: 79px;
  line-height: 98px;
  clear: both;
  color: #005fa9;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .section-intro h1,
  .section-intro h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.section-intro p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 23px;
  color: #fff;
}
.section-intro .quick-contact {
  padding-top: 12px;
  margin-top: 62px;
  background: url("./images/quick-contact-blue.png") 12px center no-repeat;
  background-size: 50px 70px;
  padding-left: 110px;
  min-height: 70px;
}
.section-intro .quick-contact h3 {
  color: #005fa9;
  font-weight: bold;
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 8px;
}
.section-intro .quick-contact p {
  line-height: 16px;
  font-size: 12px;
  margin-bottom: 0;
}
.section-intro .quick-contact p a {
  text-decoration: none;
  margin: 0 8px;
}
.section-intro .quick-contact p a:first-of-type {
  margin-left: 0;
}
.section-intro .quick-contact p.big {
  line-height: 21px;
  font-size: 17px;
  margin-bottom: 8px;
}
.section-intro .quick-contact.opening-hours {
  margin-top: 30px;
  background: url("./images/opening-hours.png") 5px center no-repeat;
  background-size: auto 58px;
}
.section-subpage-intro {
  padding-top: 220px;
  position: relative;
}
.section-subpage-intro .subpage-top {
  min-height: 1%;
  width: 100%;
  clear: both;
  padding-bottom: 20px;
}
.section-subpage-intro .subpage-top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-subpage-intro .subpage-top h1,
.section-subpage-intro .subpage-top h2 {
  clear: none;
  float: left;
  width: auto;
  margin-bottom: 25px !important;
}
.section-subpage-intro .subpage-top .filters {
  width: auto;
  float: right;
  position: relative;
  top: 13px;
  display: inline-block;
  min-height: 1%;
  clear: none;
  padding: 0 10px;
}
.section-subpage-intro .subpage-top .filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-subpage-intro .subpage-top .filters p {
  margin-right: 0;
  margin-left: 18px;
}
.section-subpage-intro .subpage-top.center-detail-top h1,
.section-subpage-intro .subpage-top.center-detail-top h2 {
  font-size: 50px;
  line-height: 60px;
}
.section-subpage-intro .subpage-top.center-detail-top .filters .button {
  margin-top: -12px;
}
@media (max-width: 1200px) {
  .section-subpage-intro .subpage-top.center-detail-top .filters {
    clear: both;
    float: none;
    padding: 0 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .section-subpage-intro .subpage-top.center-detail-top .filters .button {
    margin-top: -20px;
  }
}
.section-subpage-intro .container {
  position: relative;
  z-index: 50;
}
.section-subpage-intro:before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none !important;
  background: url("./images/top-shadow.png") left top repeat-x;
  height: 240px;
  background-size: auto 100%;
  content: "";
}
@media (max-width: 1100px) {
  .section-subpage-intro {
    padding-top: 140px;
  }
}
@media (max-width: 1020px) {
  .section-subpage-intro:before {
    display: none;
  }
  .section-subpage-intro .subpage-top h1,
  .section-subpage-intro .subpage-top h2 {
    clear: both;
    float: none;
    width: 100%;
  }
  .section-subpage-intro .subpage-top .filters {
    clear: both;
    float: none;
    width: 100%;
  }
  .section-subpage-intro .subpage-top .filters p {
    margin-right: 18px;
    margin-left: 0;
  }
}
/* Text boxes */
.section-boxes {
  text-align: center;
}
.section-boxes.section-boxes-hp {
  z-index: 50;
}
.section-boxes.section-boxes-hp .boxes {
  margin-top: -60px;
}
@media (max-width: 1020px) {
  .section-boxes.section-boxes-hp {
    margin-bottom: 40px;
  }
  .section-boxes.section-boxes-hp .boxes {
    margin-top: 50px;
  }
}
.section-boxes .container {
  padding: 0 0;
}
.section-boxes .boxes {
  margin: 0 auto;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
}
.section-boxes .boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .section-boxes .boxes {
    display: block;
  }
}
.section-boxes .box {
  flex: 1 1 auto;
  text-align: left;
  margin: 0 10px;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  background-color: #fff;
  background-repeat: no-repeat;
}
.section-boxes .box.box1 {
  background-image: url("./images/box1.png");
  background-size: 52px 52px;
  background-position: 40px center;
}
.section-boxes .box.box2 {
  background-image: url("./images/box2.png");
  background-size: 63px 68px;
  background-position: 36px center;
}
.section-boxes .box.box3 {
  background-image: url("./images/box3.png");
  background-size: 55px 68px;
  background-position: 36px center;
}
.section-boxes .box.box1.skladovani {
  background-image: url("./images/box.svg");
  background-size: 52px 52px;
  background-position: 40px center;
}
.section-boxes .box.box2.skladovani {
  background-image: url("./images/pallete.svg");
  background-size: 63px 68px;
  background-position: 36px center;
}
.section-boxes .box.box3.skladovani {
  background-image: url("./images/truck.svg");
  background-size: 55px 68px;
  background-position: 36px center;
}
.section-boxes .box:hover {
  background-color: #005fa9;
}
.section-boxes .box:hover h3,
.section-boxes .box:hover p {
  color: #fff;
}
.section-boxes .box:hover.box1 {
  background-image: url("./images/box1-hover.png");
}
.section-boxes .box:hover.box2 {
  background-image: url("./images/box2-hover.png");
}
.section-boxes .box:hover.box3 {
  background-image: url("./images/box3-hover.png");
}
.section-boxes .box:hover.box1.skladovani {
  background-image: url("./images/box-hover.svg");
}
.section-boxes .box:hover.box2.skladovani {
  background-image: url("./images/pallete-hover.svg");
}
.section-boxes .box:hover.box3.skladovani {
  background-image: url("./images/truck-hover.svg");
}
@media (max-width: 1020px) {
  .section-boxes .box {
    width: 100%;
    border: none;
    box-shadow: none !important;
    max-width: none;
    min-height: 1px;
    float: none;
    clear: both;
    margin: 0 auto;
    min-height: 1%;
    display: block;
    margin-bottom: 30px;
    background-color: transparent;
  }
  .section-boxes .box:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  .section-boxes .box.box1 {
    background-image: url("./images/box1.png") !important;
    background-size: 52px 52px;
    background-position: center top;
  }
  .section-boxes .box.box2 {
    background-image: url("./images/box2.png") !important;
    background-size: 63px 68px;
    background-position: center top;
  }
  .section-boxes .box.box3 {
    background-image: url("./images/box3.png") !important;
    background-size: 55px 68px;
    background-position: center top;
  }
  .section-boxes .box:hover {
    background-color: transparent;
  }
  .section-boxes .box:hover h3 {
    color: #304454;
  }
  .section-boxes .box:hover p {
    color: #000000;
  }
}
.section-boxes .text {
  clear: both;
  text-align: left;
  padding: 29px;
  padding-left: 130px;
}
@media (max-width: 1020px) {
  .section-boxes .text {
    padding: 20px;
    padding-top: 100px;
    text-align: center;
  }
}
.section-boxes .text h3 {
  font-size: 25px;
  margin-bottom: 11px;
  color: #304454;
  font-weight: bold;
}
.section-boxes .text p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000000;
}
/* About */
.section-about .img {
  width: 100%;
  min-height: 651px;
  background: url("./images/bg-about.png") center top no-repeat;
  background-size: 100% auto;
  position: relative;
}
.section-about .img img {
  display: none;
}
@media (max-width: 1300px) {
  .section-about .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.section-about .img .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: 0 32px 0 0;
}
.section-about .img .inner {
  max-width: 460px;
  margin: 0 auto;
}
.section-about .img h3 {
  padding-top: 45px;
  background: url("./images/quote.png") left top no-repeat;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  font-size: 19px;
  margin-bottom: 16px;
  line-height: 32px;
}
.section-about .img p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
}
@media (max-width: 1300px) {
  .section-about .img {
    background: none !important;
    min-height: 1px;
  }
  .section-about .img .text {
    position: static;
    padding: 50px 30px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  }
  .section-about .img .inner {
    max-width: 100%;
  }
  .section-about .img h3 {
    color: #a7a7a7;
  }
  .section-about .img p {
    color: #304454;
  }
}
@media (max-width: 1020px) {
  .section-about .img {
    margin-bottom: 30px;
  }
}
.section-about .download-list {
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .section-about .download-list {
    margin-top: 0;
  }
}
@media (max-width: 1020px) {
  .section-about.about2 {
    padding-top: 60px !important;
  }
}
.section-about.about2 .half.left {
  padding-top: 60px;
}
.section-about.about2 h1,
.section-about.about2 h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}
.section-about.about2 .img {
  min-height: 500px;
  background: url("./images/bg-about2.png") center top no-repeat;
}
.section-about.about2 .img p {
  font-size: 32px;
  line-height: 38px;
}
.section-about.about2 .img h3 {
  font-size: 15px;
  margin-bottom: 11px;
}
.section-about.about2 .img .text {
  padding: 0 0 0 50px;
  bottom: 3%;
}
.section-about.about2 .img .inner {
  max-width: 400px;
}
@media (max-width: 1300px) {
  .section-about.about2 .img {
    background: none;
    min-height: 1px;
  }
  .section-about.about2 .img .text {
    position: static;
    padding: 50px 30px 30px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  }
  .section-about.about2 .img .inner {
    max-width: 100%;
  }
  .section-about.about2 .img h3 {
    color: #a7a7a7;
  }
  .section-about.about2 .img p {
    color: #304454;
  }
}
@media (max-width: 1020px) {
  .section-about.about2 .img {
    margin-bottom: 30px;
  }
}
.slider-about {
  margin-top: 45px;
}
@media (max-width: 1300px) {
  .slider-about {
    margin-top: 0;
  }
}
.slider-about h2,
.slider-about h1,
.slider-about h3 {
  margin-bottom: 26px;
  font-size: 37px;
  font-family: 'Anton', sans-serif;
  line-height: 47px;
  color: #304454;
}
.slider-about .slide {
  width: 100%;
  outline: none;
}
.slider-about .pagination {
  min-height: 1%;
  width: 100%;
  margin-bottom: 28px;
}
.slider-about .pagination:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.slider-about .pagination p {
  font-size: 17px;
  font-style: italic;
  line-height: 36px;
  vertical-align: top;
  margin: 0 0;
}
.slider-about .pagination p span {
  color: #ec312e;
  vertical-align: top;
  position: relative;
  top: 6px;
  font-weight: bold;
  font-size: 35px;
  line-height: 36px;
}
.slider-about p {
  margin-bottom: 40px;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 24px;
}
.slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 25px;
}
.slick-dots li {
  clear: none;
  display: inline-block;
  margin: 0 8px;
  padding: 0 0;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dedede;
  border: none;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-dots li.slick-active button {
  background: #ec312e;
}
.slick-arrow {
  position: absolute;
  top: 0;
  left: auto;
  width: 28px;
  height: 28px;
  z-index: 900;
  border: 1px solid #dedede;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  background-size: 5px 8px;
  background-repeat: no-repeat;
  text-align: left;
  background-position: center center;
  text-indent: -1000px;
  overflow: hidden;
}
.slick-arrow:hover {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
}
.slick-arrow.slick-prev {
  right: 43px;
  background-image: url("./images/prev.png");
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url("./images/next.png");
}
/* Download list */
.download-list {
  width: 100%;
  text-align: left;
}
.download-list p {
  margin-bottom: 40px;
}
.download-list .item {
  display: block;
  width: 100%;
  clear: both;
  min-height: 1%;
  text-decoration: none;
  margin-bottom: 17px;
  padding-right: 95px;
  position: relative;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.download-list .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.download-list .item * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.download-list .item:hover .text {
  color: #005fa9;
  background-image: url("./images/pdf-icon-blue.png");
}
.download-list .text {
  margin-bottom: 4px;
  background: url("./images/pdf-icon.png") left 3px no-repeat;
  padding-left: 25px;
  background-size: 12px 16px;
  font-size: 15px;
  display: inline-block;
  line-height: 24px;
  color: #7f7f7f;
}
.download-list .more {
  position: absolute;
  right: 0;
  top: 2px;
  line-height: 24px;
  height: 24px;
}
/* News */
.section-news .container {
  padding: 0 10px;
}
.section-news h1,
.section-news h2 {
  padding: 0 10px;
  margin-bottom: 24px;
}
.section-news .slider-news,
.section-news .no-slider {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  min-height: 1%;
  clear: both;
}
.section-news .slider-news:after,
.section-news .no-slider:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-news .box {
  padding: 20px 10px;
  outline: none !important;
  display: block;
  text-decoration: none;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-news .box * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-news .box:hover .inner {
  transform: scale(1.04);
}
.section-news .box:hover .inner h3 {
  color: #005fa9;
}
.section-news .box:hover .inner .img:before {
  opacity: 1;
}
.section-news h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #304454;
  margin-bottom: 15px;
}
.section-news p {
  font-size: 12px;
  line-height: 17px;
  color: #7f7f7f;
}
.section-news .inner {
  border-radius: 0;
  border: 1px solid #dedede;
  overflow: hidden;
}
.section-news .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  position: relative;
}
.section-news .img:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 95, 169, 0.7);
  display: block;
  content: '';
  background-image: url("./images/detail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-news .text {
  padding: 25px 27px;
  text-align: left;
  height: 220px;
  background: #fff;
}
@media (max-width: 1200px) {
  .section-news .text {
    padding: 25px 20px;
  }
}
.section-news .text p.info {
  clear: both;
  display: block;
  margin-top: -11px;
  margin-bottom: 12px;
}
.section-news .text p.red {
  color: #ec312e;
}
.section-news .text p.red strong {
  color: #ec312e;
}
.section-news .bottom {
  width: 100%;
  min-height: 1%;
}
.section-news .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-news .date {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  height: 14px;
  color: #000000;
}
.section-news .more {
  margin: 0 auto;
  clear: none;
  border: none !important;
  line-height: 14px;
  height: 14px;
  padding-right: 24px;
  background-size: auto 13px !important;
  font-size: 12px;
  float: right;
}
.section-news .more.left {
  float: left;
}
.section-news .no-slider .box {
  width: 25%;
  float: left;
  margin-bottom: 0;
  padding: 10px 10px;
}
@media (max-width: 1300px) {
  .section-news .no-slider .box {
    width: 33.333%;
  }
}
@media (max-width: 1020px) {
  .section-news .no-slider .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-news .no-slider .box {
    width: 100%;
  }
}
.section-news.other-news h1,
.section-news.other-news h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 35px;
}
.pagination {
  width: 100%;
  clear: both;
  padding-top: 10px;
  text-align: center;
}
.pagination a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border: 1px solid #dedede;
  border-radius: 21px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: #000000;
}
.pagination a.active,
.pagination a:hover {
  background: #005fa9;
  color: #fff;
  border-color: #005fa9;
}
.pagination a.previous {
  margin: 0 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.pagination a.previous i {
  margin-right: 9px;
}
.pagination a.next {
  margin: 0 6px;
  padding-left: 24px;
  padding-right: 24px;
}
.pagination a.next i {
  margin-left: 9px;
}
@media (max-width: 767px) {
  .pagination a {
    width: auto;
    border: none !important;
    background: none !important;
    color: #000 !important;
  }
  .pagination a.previous {
    padding-left: 17px;
    padding-right: 17px;
  }
  .pagination a.previous i {
    margin-right: 7px;
  }
  .pagination a.next {
    padding-left: 17px;
    padding-right: 17px;
  }
  .pagination a.next i {
    margin-left: 7px;
  }
}
.pagination ul {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
  display: inline-block;
}
.pagination ul li {
  display: inline-block;
  clear: none;
  margin: 0 6px;
  background: none !important;
  padding: 0 0 !important;
}
.pagination ul li:before {
  display: none !important;
}
.pagination ul li a {
  width: 42px;
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 20px;
  }
}
/* Map */
.section-map {
  width: 100%;
  position: relative;
  text-align: center;
}
.section-map h2 {
  font-size: 30px;
  line-height: 38px;
  clear: both;
  margin-bottom: 29px;
}
.section-map #map {
  height: 540px;
}
.section-map #map.calc {
  height: 400px;
}
.section-map #map .marker {
  display: block;
}
.section-map #map .marker.blue {
  width: 38px;
  height: 49px;
  background: url("./images/marker-blue.png") center center no-repeat;
  background-size: 100% 100%;
}
.section-map #map .marker.red {
  width: 24px;
  height: 24px;
  background: url("./images/marker.svg") center center no-repeat;
  background-size: 100% 100%;
}
.section-map #map .marker.red:hover {
  width: 40px;
  height: 40px;
  position: relative;
  left: -8px;
  top: -8px;
}
.section-map .map-text-box {
  text-align: left;
  padding: 10px;
}
.section-map .map-text-box h3 {
  color: #005fa9;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.section-map .map-text-box p {
  font-size: 14px;
  line-height: 18px;
}
.section-map .map-text-box .button {
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  padding-left: 18px;
  padding-right: 14px;
}
.section-map .map-text-box .button span {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  position: relative;
  top: -3px;
  min-width: 100px;
}
/* Detail page */
.section-subpage-intro-img {
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 535px;
  max-height: 60vw;
  min-height: 420px;
  position: relative;
}
.section-subpage-intro-img .container {
  height: 535px;
  max-height: 60vw;
  min-height: 420px;
  position: relative;
}
.section-subpage-intro-img:before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none !important;
  background: url("./images/top-shadow.png") left top repeat-x;
  height: 240px;
  background-size: auto 100%;
  content: "";
}
@media (max-width: 1020px) {
  .section-subpage-intro-img:before {
    display: none;
  }
}
.section-subpage-intro-img .text-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 490px;
  bottom: 45px;
  padding: 0 20px;
}
.section-subpage-intro-img .text-bottom h2,
.section-subpage-intro-img .text-bottom h1 {
  color: #fff;
  margin-bottom: 18px;
}
.section-subpage-intro-img .text-bottom p {
  color: #fff;
  margin-bottom: 0;
}
.section-subpage-intro-img.pricelist {
  height: 375px;
}
.section-subpage-intro-img.pricelist .container {
  height: 375px;
}
.section-subpage-intro-img.pricelist .text-bottom {
  max-width: 100%;
}
.section-detail h1,
.section-detail h2 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 1020px) {
  .section-detail h1,
  .section-detail h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.section-detail .date {
  display: block;
  clear: both;
  margin-bottom: 45px;
  margin-top: -15px;
}
.section-detail .button {
  margin-top: 10px;
}
.section-detail .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
.section-detail .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 24px;
  line-height: 24px;
}
.section-detail .detail-main-content {
  width: 65%;
  float: left;
  padding-right: 20px;
}
.section-detail .detail-main-content p,
.section-detail .detail-main-content ul {
  margin-bottom: 35px;
}
.section-detail .detail-main-content p strong,
.section-detail .detail-main-content ul strong {
  color: #000;
}
@media (max-width: 1020px) {
  .section-detail .detail-main-content {
    width: 100%;
    padding-right: 0;
  }
}
.section-detail .detail-sidebar {
  width: 35%;
  float: left;
  padding-left: 20px;
}
@media (max-width: 1020px) {
  .section-detail .detail-sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.section-detail .contact-person {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  width: 100%;
  min-height: 1%;
  clear: both;
  margin-bottom: 32px;
  padding: 23px 20px 10px 160px;
  min-height: 150px;
  text-align: left;
  position: relative;
}
.section-detail .contact-person:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail .contact-person .img {
  position: absolute;
  width: 160px;
  bottom: 0;
  left: 0;
}
.section-detail .contact-person .img img {
  display: block;
  max-width: 92%;
  max-height: 145px;
  margin: 0 auto;
}
.section-detail .contact-person h3 {
  font-size: 24px;
  color: #304454;
  line-height: 28px;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
}
.section-detail .contact-person .name {
  clear: both;
  color: #005fa9;
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 6px;
}
.section-detail .contact-person p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.section-detail .contact-person p a.phone {
  text-decoration: none;
  color: #304454;
  font-weight: 500;
}
.section-detail .contact-person p a.email {
  color: #ec312e;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .section-detail .contact-person {
    padding: 23px 20px;
  }
  .section-detail .contact-person .img {
    display: none;
  }
}
@media (max-width: 1020px) {
  .section-detail .contact-person {
    padding: 23px 20px 10px 160px;
  }
  .section-detail .contact-person .img {
    display: block;
  }
}
@media (max-width: 400px) {
  .section-detail .contact-person {
    padding: 23px 20px;
  }
  .section-detail .contact-person .img {
    display: none;
  }
}
.section-detail .contact-form {
  width: 100%;
  background: url("./images/bg-form.jpg") center center no-repeat;
  background-size: cover;
  padding: 45px 45px;
}
@media (max-width: 1200px) {
  .section-detail .contact-form {
    padding: 40px 20px;
  }
}
@media (max-width: 1020px) {
  .section-detail .contact-form {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .section-detail .contact-form {
    padding: 40px 20px;
  }
}
.section-detail .contact-form h3 {
  margin-bottom: 26px;
  font-size: 37px;
  color: #fff;
  font-family: 'Anton', sans-serif;
  line-height: 47px;
}
.section-detail .contact-form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  left: 0px;
  margin-top: 0px;
  clear: none !important;
  background-position: 0px 0px;
  bottom: 0px;
  display: block;
  margin-right: 15px;
  cursor: pointer;
  float: left !important;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
}
.section-detail .contact-form input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #fff;
}
.section-detail .contact-form p {
  width: 100%;
  clear: both;
  display: block;
  min-height: 1%;
  position: relative;
}
.section-detail .contact-form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail .contact-form p.checkbox {
  padding-left: 30px;
  margin-bottom: 15px;
}
.section-detail .contact-form p.checkbox label {
  margin-bottom: 0;
  padding: 0 0;
}
.section-detail .contact-form p.checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: -1px;
  margin: 0 0;
}
.section-detail .contact-form p.last {
  margin-bottom: 0;
}
.section-detail .contact-form label {
  font-size: 14px;
  line-height: 18px;
  display: block;
  clear: both;
  font-weight: normal;
  color: #fff;
  margin-bottom: 0;
}
.section-detail .contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.section-detail .contact-form input[type="email"],
.section-detail .contact-form input[type="text"],
.section-detail .contact-form input[type="number"],
.section-detail .contact-form select,
.section-detail .contact-form textarea {
  background: none;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
}
.section-detail .contact-form textarea {
  height: 240px;
  padding: 16px 22px;
  line-height: 22px;
}
.section-detail .contact-form input[type="file"] {
  display: none;
}
.section-detail .contact-form .js-upload-file {
  color: #fff;
  padding-left: 30px;
  background: url("./images/bg-upload.png") left center no-repeat;
  background-size: 15px 17px;
}
.section-detail .contact-form .js-upload-file:hover {
  text-decoration: none;
}
.section-detail .contact-form ::placeholder {
  color: #fff;
  opacity: 1;
}
.section-detail .contact-form :-ms-input-placeholder {
  color: #fff;
}
.section-detail .contact-form ::-ms-input-placeholder {
  color: #fff;
}
/* Centers */
.center-detail h3 {
  font-size: 25px;
  color: #304454;
  line-height: 32px;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  margin-bottom: 12px;
}
.center-detail .col {
  width: 50%;
  float: left;
  min-height: 1%;
  margin-bottom: 10px;
  padding-right: 25px;
}
.center-detail .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 767px) {
  .center-detail .col {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
    float: none;
  }
}
.center-detail .contact-box {
  width: 33.333%;
  float: left;
  flex: 1 1 auto;
  text-align: left;
  margin-right: 20px;
  text-decoration: none;
  margin-bottom: 20px;
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
}
.center-detail .contact-box a.phone {
  font-size: 19px;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  line-height: 27px;
  color: #304454;
}
.center-detail .contact-box p.small {
  font-size: 12px;
  line-height: 17px;
  padding-top: 6px;
}
.center-detail .contact-box:last-of-type {
  margin-right: 0;
}
.center-detail .contact-box .half p,
.center-detail .contact-box .half h3 {
  margin-bottom: 0;
  line-height: 32px;
}
.center-detail .contact-box .half.right {
  text-align: right;
}
@media (max-width: 1020px) {
  .center-detail .contact-box .half.right {
    text-align: left;
    padding-top: 15px !important;
  }
}
@media (max-width: 767px) {
  .center-detail .contact-box {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    clear: both;
    float: none;
  }
}
.center-detail .contact-box.long {
  width: 100% !important;
}
.center-detail .row {
  min-height: 1%;
  width: 100%;
  margin-bottom: 30px;
}
.center-detail .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.center-detail .row p {
  margin-bottom: 0;
}
.center-detail .row.boxes {
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 767px) {
  .center-detail .row.boxes {
    display: block;
  }
}
.center-detail .row.contact-text .col {
  max-width: 270px;
}
@media (max-width: 767px) {
  .center-detail .row.contact-text .col {
    max-width: 100%;
  }
}
.center-detail .row.contact-people {
  padding-top: 15px;
}
.center-detail .row.contact-people .img {
  width: 135px;
  float: left;
}
.center-detail .row.contact-people .text {
  float: left;
  padding-left: 25px;
  width: calc(100% - 135px);
  padding-top: 18px;
}
.center-detail p strong {
  font-weight: bold;
  color: #000;
}
.center-detail p .blue {
  color: #005fa9;
  font-weight: bold;
}
.center-search {
  position: relative;
  z-index: 80;
}
.center-search #map {
  height: 750px;
}
.center-search #map.calc {
  height: 560px;
}
@media (max-width: 1020px) {
  .center-search #map {
    height: 850px;
  }
}
@media (max-width: 767px) {
  .center-search #map {
    height: 950px;
  }
}
.centers-search-form {
  max-width: 1100px;
  margin: 0 auto;
  min-height: 1%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -25px;
}
.centers-search-form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.centers-search-form .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  text-align: left;
  padding: 30px 60px 12px 60px;
}
@media (max-width: 1020px) {
  .centers-search-form .inner {
    padding: 30px 20px 12px 20px;
  }
}
.centers-search-form h1,
.centers-search-form h2 {
  font-size: 40px;
  margin-bottom: 11px;
  line-height: 50px;
}
@media (max-width: 1020px) {
  .centers-search-form h1,
  .centers-search-form h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.centers-search-form form {
  min-height: 1%;
  clear: both;
  width: 100%;
  padding-top: 13px;
}
.centers-search-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
/* FAQ */
.accordion {
  width: 100%;
  min-height: 1%;
  clear: both;
  padding-top: 15px;
}
.accordion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .item {
  clear: both;
  min-height: 1%;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
}
.accordion .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link {
  width: 100%;
  display: block;
  padding: 26px 65px 26px 35px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.accordion .accordion-link:before {
  width: 16px;
  height: 16px;
  background-image: url("./images/accordion.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 200%;
  content: "";
  display: block;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  right: 35px;
}
.accordion .accordion-link.active:before {
  background-position: center bottom;
}
@media (max-width: 767px) {
  .accordion .accordion-link {
    padding: 26px 55px 26px 20px;
  }
  .accordion .accordion-link:before {
    right: 25px;
  }
}
.accordion .content {
  padding: 35px;
  padding-top: 10px;
  display: none;
}
.accordion .content p {
  margin-bottom: 0;
}
.accordion .content.active {
  display: block;
}
@media (max-width: 767px) {
  .accordion .content {
    padding: 10px 20px 25px 20px;
  }
}
/* Track your order */
.track-package-search form {
  width: 100%;
  margin: 0 auto;
  max-width: 290px;
}
.track-package-search form input {
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
}
.track-package-search form label {
  padding: 0 0;
}
.track-package-search p.small {
  font-size: 12px;
  line-height: 21px;
  color: #7f7f7f;
  margin-bottom: 0;
}
.track-package-result p.small {
  font-size: 12px;
  line-height: 21px;
  color: #7f7f7f;
  margin-bottom: 0;
}
.order-info {
  border-spacing: 0;
  width: 100%;
  border-top: 1px solid #dedede;
  max-width: 650px;
  margin: 0 auto;
}
.order-info tr td,
.order-info tr th {
  text-align: right;
}
.order-info tr td:first-of-type,
.order-info tr th:first-of-type {
  text-align: left;
}
.order-info tr td:nth-child(odd),
.order-info tr th:nth-child(odd) {
  background: none;
}
.order-info tr td:nth-child(even),
.order-info tr th:nth-child(even) {
  background: rgba(0, 95, 169, 0.05);
}
.order-info td,
.order-info th {
  padding: 13px 10px 11px 10px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #304454;
  margin-bottom: 0;
  font-weight: 500;
}
.order-info th {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #304454;
  font-weight: normal;
  padding: 25px 25px;
}
@media (max-width: 1020px) {
  .order-info th {
    padding: 25px 10px;
  }
}
/* Filters and Datepicker */
.filters {
  width: 100%;
  display: block;
  clear: both;
}
.filters form {
  min-height: 1%;
}
.filters form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.filters form input,
.filters form select {
  width: 250px;
  line-height: 55px;
  height: 54px;
  border-radius: 27px;
}
@media (max-width: 1150px) {
  .filters form select {
    width: 180px;
  }
}
.filters form label {
  clear: none;
  margin: 0 0;
  padding: 0 0;
  width: auto;
  line-height: 54px;
  height: 54px;
  float: left;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  margin-right: 18px;
}
.filters p {
  margin-bottom: 18px;
  display: inline-block;
  float: left;
  margin-right: 18px;
}
.filters .button span {
  min-width: 1px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #fff;
  background: #005fa9;
  border: 1px solid #005fa9;
}
/* Pricelist */
.section-pricelist-calculation .quick-contact {
  min-height: 1%;
  clear: both;
  padding-top: 18px;
}
.section-pricelist-calculation .quick-contact:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-pricelist-calculation .quick-contact h3 {
  font-family: 'Anton', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #304454;
  line-height: 30px;
  margin-bottom: 15px;
}
.section-pricelist-calculation .quick-contact p {
  margin-bottom: 35px;
}
.section-pricelist-calculation .quick-contact p a.phone {
  font-size: 25px;
  font-weight: bold;
  color: #304454;
  text-decoration: none;
  line-height: 30px;
}
.v-select {
  width: 100% !important;
  min-width: 250px;
}
.pricelist-calculation-form {
  width: 100%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  margin-top: -180px;
}
@media (max-width: 1020px) {
  .pricelist-calculation-form {
    margin-top: 20px;
  }
}
.pricelist-calculation-form .top {
  min-height: 1%;
  background: #fff;
  clear: both;
  width: 100%;
  padding: 52px 52px 20px 52px;
}
.pricelist-calculation-form .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1300px) {
  .pricelist-calculation-form .top {
    padding: 52px 20px 20px 20px;
  }
}
@media (max-width: 1020px) {
  .pricelist-calculation-form .top {
    padding: 52px 52px 20px 52px;
  }
}
@media (max-width: 767px) {
  .pricelist-calculation-form .top {
    padding: 40px 20px 20px 20px;
  }
}
.pricelist-calculation-form form {
  min-height: 1%;
  width: 100%;
  clear: both;
}
.pricelist-calculation-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-calculation-form p {
  position: relative;
  margin-bottom: 22px !important;
}
.pricelist-calculation-form p.text {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 0 !important;
}
.pricelist-calculation-form label,
.pricelist-calculation-form .label {
  width: 100%;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 12px;
  padding: 0 0;
}
.pricelist-calculation-form .add-package {
  color: #005fa9;
  text-decoration: none;
  padding-left: 26px;
  background: url("./images/add.png") left top no-repeat;
  background-size: 19px 19px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.pricelist-calculation-form .add-package span {
  text-decoration: underline;
}
.pricelist-calculation-form .add-package:hover span {
  text-decoration: none;
}
.pricelist-calculation-form .row {
  min-height: 1%;
  clear: both;
  padding-bottom: 14px;
}
.pricelist-calculation-form .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-calculation-form .row.halves p {
  width: 49%;
  float: left;
  clear: none;
  margin-right: 2%;
}
.pricelist-calculation-form .row.halves p:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pricelist-calculation-form .row.halves p {
    width: 100%;
    margin-right: 0;
  }
}
.pricelist-calculation-form .row.quarters p {
  width: 26.5%;
  margin-right: 2%;
  float: left;
  clear: none;
}
.pricelist-calculation-form .row.quarters p:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pricelist-calculation-form .row.quarters p {
    width: 100%;
    margin-right: 0;
  }
}
.pricelist-calculation-form .row.options p,
.pricelist-calculation-form .row.options p label,
.pricelist-calculation-form .row.options p .label {
  clear: none;
  width: auto;
  display: inline-block;
}
.pricelist-calculation-form .row.options p label,
.pricelist-calculation-form .row.options p .label {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin: 0 0 !important;
}
.pricelist-calculation-form .row.options p {
  margin-right: 24px;
  margin-bottom: 14px !important;
}
.pricelist-calculation-form .row.options p:last-of-type {
  margin-right: 0;
}
.pricelist-calculation-form .help {
  width: 100%;
  clear: both;
  margin-bottom: 18px;
  min-height: 1%;
}
.pricelist-calculation-form .help:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-calculation-form .help .inner {
  display: inline-block;
  position: relative;
  min-height: 1%;
}
.pricelist-calculation-form .help .inner:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-calculation-form .help .label,
.pricelist-calculation-form .help label {
  clear: none;
  float: left;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
}
.pricelist-calculation-form .show-more-info {
  float: left;
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
  background-image: url("./images/help.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  margin-left: 8px;
  margin-top: 2px;
}
.pricelist-calculation-form .show-more-info:hover {
  background-image: url("./images/help-hover.png");
}
.pricelist-calculation-form .bottom {
  width: 100%;
  min-height: 1%;
  background: url("./images/bg-calculation-form.jpg") center center no-repeat;
  background-size: cover;
  padding: 20px 52px;
}
.pricelist-calculation-form .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-calculation-form .bottom * {
  color: #fff;
}
.pricelist-calculation-form .bottom p {
  text-align: right;
  margin: 0 0 !important;
  line-height: 16px;
}
.pricelist-calculation-form .bottom p strong {
  line-height: 28px;
  padding-top: 8px;
  display: inline-block;
  font-size: 28px;
  font-weight: normal;
  font-family: 'Anton', sans-serif;
}
@media (max-width: 1300px) {
  .pricelist-calculation-form .bottom {
    padding: 20px 20px;
  }
  .pricelist-calculation-form .bottom .half {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0 0 !important;
  }
  .pricelist-calculation-form .bottom .half.right {
    padding-top: 20px !important;
  }
  .pricelist-calculation-form .bottom .half p {
    text-align: center;
  }
}
@media (max-width: 1020px) {
  .pricelist-calculation-form .bottom {
    padding: 20px 52px;
  }
}
@media (max-width: 767px) {
  .pricelist-calculation-form .bottom {
    padding: 20px 20px;
  }
}
.pricelist-calculation-form .info-box {
  position: absolute;
  bottom: 100%;
  margin-bottom: 6px;
  background: #292929;
  left: 50%;
  margin-left: -140px;
  padding: 16px;
  width: 90vw;
  max-width: 280px;
  z-index: 200;
  display: none;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
}
.pricelist-calculation-form .info-box.active {
  opacity: 1;
  display: block;
}
.pricelist-calculation-form .info-box p,
.pricelist-calculation-form .info-box span {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  margin-bottom: 10px !important;
}
.pricelist-calculation-form .info-box p strong,
.pricelist-calculation-form .info-box span strong {
  color: #fff;
}
.pricelist-calculation-form .info-box p:last-of-type,
.pricelist-calculation-form .info-box span:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1020px) {
  .pricelist-calculation-form .info-box {
    width: 280px;
    left: 0;
    margin-left: -20px;
    margin-bottom: 7px;
  }
}
.pricelist-calculation-form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  left: 0px;
  margin-top: 2px;
  clear: none !important;
  background-position: 0px 0px;
  bottom: 0px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
  float: left !important;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #dedede;
  outline: none;
}
.pricelist-calculation-form input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background: #005fa9;
}
.pricelist-calculation-form input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  left: 0px;
  margin-top: 2px;
  clear: none !important;
  background-position: 0px 0px;
  bottom: 0px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
  float: left !important;
  background: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dedede;
  outline: none;
}
.pricelist-calculation-form input[type="radio"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  background: #005fa9;
}
.switch {
  display: inline-block;
}
.switch .text {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  height: 26px;
  margin: 0 13px;
  color: #000;
  position: relative;
  top: -8px;
}
.switch a.switch-link {
  position: relative;
  display: inline-block;
  clear: none;
  width: 53px;
  height: 26px;
}
.switch a.switch-link .main {
  width: 53px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  display: block;
  border: 1px solid #dedede;
  background-image: linear-gradient(#f0f0f0, #fff);
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
}
.switch a.switch-link .circle {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  content: "";
  display: block;
  background: #005fa9;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  left: 0;
  z-index: 20;
  top: 0;
  position: absolute;
}
.switch a.switch-link.active .circle {
  left: auto;
  right: -1px;
}
.pricelist-overview .pricelist-overview-top {
  padding: 20px 0 40px 0;
  width: 100%;
  min-height: 1%;
}
.pricelist-overview .pricelist-overview-top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pricelist-overview .pricelist-overview-top .info {
  clear: both;
  display: block;
  font-weight: 500;
  color: #ec312e;
  font-size: 15px;
}
.pricelist-overview .pricelist-overview-top .switch {
  float: left;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .pricelist-overview .pricelist-overview-top .switch {
    float: left;
    display: block;
    margin-top: 0;
    clear: both;
    margin-bottom: 20px;
  }
  .pricelist-overview .pricelist-overview-top .switch .text:first-of-type {
    margin-left: 0;
  }
}
.pricelist-overview .pricelist-overview-top .button {
  float: right;
}
@media (max-width: 767px) {
  .pricelist-overview .pricelist-overview-top .button {
    float: left;
    clear: both;
  }
}
.pricelist-overview .pricelist-overview-top .half.right {
  padding-top: 45px;
}
.pricelist-overview table td {
  color: #304454;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pricelist-overview table td {
    font-size: 12px;
    padding: 20px 5px;
  }
  .pricelist-overview table td strong {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .pricelist-overview table th {
    font-size: 14px;
    padding: 20px 5px;
    line-height: 18px;
  }
}
.pricelist-overview .overview-table {
  overflow: auto;
  width: 100%;
  height: auto;
}
/* Counter */
.counter {
  width: 100%;
  padding: 25px 0;
  clear: both;
  padding-right: 110px;
  position: relative;
}
@media (max-width: 767px) {
  .counter {
    padding-right: 100px;
  }
}
.counter h3 {
  clear: both;
  font-size: 14px;
  color: #010101;
  font-weight: 500;
  width: 100%;
  margin-bottom: 13px;
}
.counter .line {
  width: 100%;
  position: relative;
  background: #fbfbfb;
  height: 8px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
.counter .percentage {
  height: 12px;
  top: -3px;
  left: 0;
  border-radius: 6px;
  position: absolute;
  background: #005fa9;
}
.counter .number {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 100px;
  text-align: center;
  display: block;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  color: #304454;
  font-size: 35px;
}
.counter .number span {
  font-size: 23px;
  position: relative;
  left: 2px;
  bottom: 10px;
}
@media (max-width: 767px) {
  .counter .number {
    text-align: right;
  }
}
/* Numbers */
.section-numbers .box {
  width: 25%;
  float: left;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1300px) {
  .section-numbers .box {
    padding: 30px 20px;
  }
}
@media (max-width: 1020px) {
  .section-numbers .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-numbers .box {
    width: 100%;
    height: auto;
    padding: 30px 0 30px 20px;
  }
}
.section-numbers .text {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  height: 180px;
  line-height: 180px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.section-numbers .text:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -22px;
  left: -22px;
  border: 6px solid #005fa9;
  content: "";
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.section-numbers .inner {
  vertical-align: middle;
  padding: 0 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.section-numbers .number {
  font-family: 'Anton', sans-serif;
  font-size: 35px;
  color: #304454;
  font-weight: normal;
  clear: both;
  margin-bottom: 11px;
  line-height: 35px;
  display: block;
}
.section-numbers p {
  line-height: 17px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-numbers p br {
    display: none;
  }
}
/* Services */
.section-services-boxes .container {
  padding: 0 10px;
}
.section-services-boxes h1,
.section-services-boxes h2 {
  padding: 0 10px;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 35px;
}
.section-services-boxes .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
.section-services-boxes .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-services-boxes .box {
  width: 33.333%;
  float: left;
  display: block;
  text-decoration: none;
  text-align: left;
  padding: 10px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-services-boxes .box * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-services-boxes .box.service1 .inner {
  background-image: url("./images/service1.png");
  background-position: 34px center;
  background-size: 128px 72px;
}
.section-services-boxes .box.service2 .inner {
  background-image: url("./images/service2.png");
  background-position: 30px center;
  background-size: auto 63px;
}
.section-services-boxes .box.service3 .inner {
  background-image: url("./images/service3.png");
  background-position: 30px center;
  background-size: auto 72px;
}
.section-services-boxes .box.service4 .inner {
  background-image: url("./images/service4.png");
  background-position: 54px center;
  background-size: auto 86px;
}
.section-services-boxes .box.service5 .inner {
  background-image: url("./images/service5.png");
  background-position: 40px center;
  background-size: auto 77px;
}
.section-services-boxes .box.service6 .inner {
  background-image: url("./images/service6.png");
  background-position: 30px center;
  background-size: auto 63px;
}
.section-services-boxes .box:hover .inner {
  background-color: #005fa9;
}
.section-services-boxes .box:hover h3,
.section-services-boxes .box:hover span {
  color: #fff;
}
.section-services-boxes .box:hover.service1 .inner {
  background-image: url("./images/service1-hover.png");
}
.section-services-boxes .box:hover.service2 .inner {
  background-image: url("./images/service2-hover.png");
}
.section-services-boxes .box:hover.service3 .inner {
  background-image: url("./images/service3-hover.png");
}
.section-services-boxes .box:hover.service4 .inner {
  background-image: url("./images/service4-hover.png");
}
.section-services-boxes .box:hover.service5 .inner {
  background-image: url("./images/service5-hover.png");
}
.section-services-boxes .box:hover.service6 .inner {
  background-image: url("./images/service6-hover.png");
}
@media (max-width: 1200px) {
  .section-services-boxes .box {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .section-services-boxes .box {
    width: 100%;
  }
  .section-services-boxes .box h3 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-services-boxes .box .inner {
    background-size: 100px auto !important;
    background-position: 20px center !important;
  }
  .section-services-boxes .box.service4 .inner {
    background-size: 60px auto !important;
  }
}
.section-services-boxes .inner {
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  padding-left: 200px;
  padding-top: 30px;
  padding-right: 20px;
  height: 140px;
}
.section-services-boxes .inner span {
  text-decoration: underline;
  display: block;
  clear: both;
  color: #5d5d5d;
  font-size: 14px;
}
@media (max-width: 480px) {
  .section-services-boxes .inner {
    padding-left: 140px;
  }
}
.section-services-boxes h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #304454;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-services-boxes h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .section-services-boxes h3 {
    font-size: 18px;
    line-height: 23px;
  }
}
/* Timing */
.section-timing h1,
.section-timing h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}
.section-timing .box {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  clear: both;
  background: #fff;
  min-height: 1%;
  text-align: left;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
}
.section-timing .box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-timing .top {
  width: 100%;
  min-height: 1%;
  clear: both;
  padding: 50px 50px;
}
.section-timing .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .section-timing .top {
    padding: 50px 20px;
  }
}
.section-timing .half.left {
  padding-right: 10px;
}
.section-timing .half.right {
  padding-left: 10px;
}
@media (max-width: 1020px) {
  .section-timing .half.left {
    padding-right: 0;
  }
  .section-timing .half.right {
    padding-left: 0;
  }
}
.section-timing .bottom {
  padding: 25px 50px;
  width: 100%;
  min-height: 1%;
  clear: both;
  background: #005fa9 url("./images/bg-footer.png") center center no-repeat;
  background-size: cover;
}
.section-timing .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-timing .bottom p {
  float: right;
  display: inline-block;
  margin-bottom: 0;
  line-height: 54px;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}
.section-timing .bottom p span,
.section-timing .bottom p strong {
  line-height: 54px;
  height: 54px;
  vertical-align: middle;
  display: inline-block;
}
.section-timing .bottom p strong {
  font-family: 'Anton', sans-serif;
  color: #fff;
  margin-left: 6px;
  font-size: 30px;
  font-weight: normal;
}
@media (max-width: 1020px) {
  .section-timing .bottom {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .section-timing .bottom {
    text-align: center;
  }
  .section-timing .bottom p {
    width: 100%;
    clear: both;
    margin-top: 14px;
    display: block;
    float: none;
  }
  .section-timing .bottom p span,
  .section-timing .bottom p strong {
    line-height: 30px;
    height: 30px;
  }
}
/* Gallery */
.section-gallery a.photo {
  display: block;
  text-decoration: none;
  border: 10px solid #fff;
  float: left;
}
.section-gallery a.photo .inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  position: relative;
  width: 100%;
}
.section-gallery a.photo .inner:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 95, 169, 0.7);
  display: block;
  content: '';
  background-image: url("./images/detail.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-gallery a.photo:hover .inner:before {
  opacity: 1;
}
.section-gallery.gallery1 .container {
  padding: 0 10px;
}
.section-gallery.gallery1 h1,
.section-gallery.gallery1 h2 {
  padding: 0 10px;
}
.section-gallery.gallery1 a.photo:nth-child(1) {
  width: 34%;
}
.section-gallery.gallery1 a.photo:nth-child(1) .inner {
  height: 500px;
}
.section-gallery.gallery1 a.photo:nth-child(2) {
  width: 33%;
}
.section-gallery.gallery1 a.photo:nth-child(2) .inner {
  height: 240px;
}
.section-gallery.gallery1 a.photo:nth-child(3) {
  width: 33%;
}
.section-gallery.gallery1 a.photo:nth-child(3) .inner {
  height: 240px;
}
.section-gallery.gallery1 a.photo:nth-child(4) {
  width: 66%;
}
.section-gallery.gallery1 a.photo:nth-child(4) .inner {
  height: 240px;
}
@media (max-width: 1100px) {
  .section-gallery.gallery1 a.photo {
    width: 33.333% !important;
  }
  .section-gallery.gallery1 a.photo .inner {
    height: 28vw !important;
  }
}
@media (max-width: 767px) {
  .section-gallery.gallery1 a.photo {
    width: 50% !important;
  }
  .section-gallery.gallery1 a.photo .inner {
    height: 44vw !important;
  }
}
.section-gallery.gallery2 .container {
  padding: 0 10px;
}
.section-gallery.gallery2 .half {
  min-height: 1%;
}
.section-gallery.gallery2 .half:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-gallery.gallery2 .half.left {
  padding-left: 10px;
  padding-right: 15px;
}
.section-gallery.gallery2 .half.right {
  padding-left: 25px;
  padding-right: 10px;
}
@media (max-width: 1020px) {
  .section-gallery.gallery2 .half.left {
    padding-left: 0;
    padding-right: 0;
  }
  .section-gallery.gallery2 .half.right {
    padding-top: 40px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section-gallery.gallery2 a.photo:nth-child(1) {
  width: 50%;
}
.section-gallery.gallery2 a.photo:nth-child(1) .inner {
  height: 190px;
}
.section-gallery.gallery2 a.photo:nth-child(3) {
  width: 50%;
  clear: left;
}
.section-gallery.gallery2 a.photo:nth-child(3) .inner {
  height: 190px;
}
.section-gallery.gallery2 a.photo:nth-child(2) {
  width: 50%;
  float: right;
}
.section-gallery.gallery2 a.photo:nth-child(2) .inner {
  height: 400px;
}
@media (max-width: 1020px) {
  .section-gallery.gallery2 a.photo {
    width: 33.333% !important;
    float: left !important;
    clear: none !important;
  }
  .section-gallery.gallery2 a.photo .inner {
    height: 28vw !important;
  }
}
@media (max-width: 767px) {
  .section-gallery.gallery2 a.photo {
    width: 50% !important;
  }
  .section-gallery.gallery2 a.photo .inner {
    height: 44vw !important;
  }
}
.section-gallery.gallery3 .container {
  padding: 0 10px;
}
.section-gallery.gallery3 h1,
.section-gallery.gallery3 h2 {
  padding: 0 10px;
}
.section-gallery.gallery3 a.photo:nth-child(1) {
  width: 50%;
}
.section-gallery.gallery3 a.photo:nth-child(1) .inner {
  height: 420px;
}
.section-gallery.gallery3 a.photo:nth-child(2) {
  width: 17%;
}
.section-gallery.gallery3 a.photo:nth-child(2) .inner {
  height: 200px;
}
.section-gallery.gallery3 a.photo:nth-child(4) {
  width: 17%;
}
.section-gallery.gallery3 a.photo:nth-child(4) .inner {
  height: 200px;
}
.section-gallery.gallery3 a.photo:nth-child(3) {
  width: 33%;
  float: right;
}
.section-gallery.gallery3 a.photo:nth-child(3) .inner {
  height: 420px;
}
.section-gallery.gallery3 a.photo:nth-child(5) {
  width: 33%;
}
.section-gallery.gallery3 a.photo:nth-child(5) .inner {
  height: 420px;
}
.section-gallery.gallery3 a.photo:nth-child(6) {
  width: 34%;
}
.section-gallery.gallery3 a.photo:nth-child(6) .inner {
  height: 420px;
}
.section-gallery.gallery3 a.photo:nth-child(7) {
  width: 33%;
}
.section-gallery.gallery3 a.photo:nth-child(7) .inner {
  height: 420px;
}
@media (max-width: 1100px) {
  .section-gallery.gallery3 a.photo {
    width: 33.333% !important;
  }
  .section-gallery.gallery3 a.photo .inner {
    height: 28vw !important;
  }
}
@media (max-width: 767px) {
  .section-gallery.gallery3 a.photo {
    width: 50% !important;
  }
  .section-gallery.gallery3 a.photo .inner {
    height: 44vw !important;
  }
}
/* Tabs */
.section-tabs {
  margin-bottom: 60px;
}
.section-tabs h1,
.section-tabs h2 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}
.section-tabs .tabs {
  margin-bottom: 35px;
  width: 100%;
  border-bottom: 1px solid #dedede;
  min-height: 1%;
  clear: both;
}
.section-tabs .tabs:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-tabs .tabs a {
  display: inline-block;
  float: left;
  padding: 0 0 15px 0;
  margin-right: 45px;
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 4px solid transparent;
}
.section-tabs .tabs a:hover,
.section-tabs .tabs a.active {
  border-bottom: 4px solid #ec312e;
}
.section-tabs .tabs-text {
  padding-bottom: 20px;
  width: 100%;
  min-height: 1%;
  clear: both;
  display: none;
}
.section-tabs .tabs-text:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 767px) {
  .section-tabs .tabs-text {
    padding-bottom: 0;
  }
}
.section-tabs .tabs-text.active {
  display: block;
}
/* Headquarters */
.slider-headquarters {
  padding: 0 0;
  margin: 0 0;
  width: 100%;
}
.slider-headquarters .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}
.slider-headquarters .slick-dots {
  width: 240px;
  height: 38px;
  padding: 0 0;
  margin: 0 0;
  background: url("./images/slider.svg") center bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -120px;
  text-align: center;
  padding-top: 11px;
}
.slider-headquarters .slick-dots li {
  margin: 0 7px;
}
.slider-headquarters .slick-dots li button {
  background: #b6b6b6;
  border: 3px solid #fff;
}
.slider-headquarters .slick-dots li.slick-active button {
  border-color: #ec312e;
  background: #ec312e;
}
/* Video */
.video {
  width: 100%;
  clear: both;
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 0;
  margin-bottom: 25px;
}
.video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video .video-container iframe,
.video .video-container object,
.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
  box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.5);
}
.anton {
  font-family: 'Anton', sans-serif;
}
.rubik {
  font-family: 'Rubik', sans-serif;
}
.text-hidden {
  text-align: left;
  text-indent: -1000px;
  display: block;
  overflow: hidden;
}
/*# sourceMappingURL=global.css.map */