@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrapv4/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url(../fonts/roboto/stylesheet.css);
@import url(../fonts/open-sans/stylesheet.css);
.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.bgs {
  -webkit-background-size: cover;
  background-size: cover;
}
.thin {
  font-family: 'roboto';
  font-weight: 100;
}
.light {
  font-family: 'roboto';
  font-weight: 300;
}
.regular {
  font-family: 'roboto';
  font-weight: 400;
}
.medium {
  font-family: 'roboto';
  font-weight: 500;
}
.bold {
  font-family: 'roboto';
  font-weight: 700;
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
img,
.svg {
  border: 0 none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input,
select,
textarea {
  outline: none;
}
input[type=submit],
button {
  cursor: pointer;
}
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
form {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'roboto';
  font-weight: 700;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #1ab794;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #e08800;
}
p {
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  margin: 20px 0;
  letter-spacing: normal;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  letter-spacing: 0.10em;
}
body.nav-up {
  padding-top: 100px;
}
@media all and (max-width: 500px) {
  body.nav-up {
    padding-top: 60px !important;
  }
}
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  *zoom: 1;
  position: relative;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .wrap {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  color: #ffffff !important;
  padding: 0 40px;
  display: inline-block;
  background-color: #e08800;
  font-size: 15px;
  text-align: center;
  height: 52px;
  line-height: 52px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  letter-spacing: 0.03em;
  font-family: 'roboto';
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .button {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 20px;
  }
}
.button span {
  display: inline-block;
  vertical-align: middle;
}
.button .fa,
.button .fas {
  margin-left: 11px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 20px !important;
}
.button:hover {
  color: #ffffff;
  text-decoration: none !important;
  background: #1ab794;
}
.button:hover .fa {
  color: #ffffff;
}
.button:hover span span {
  color: #ffffff;
}
.button.dark {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #111 !important;
}
.button.dark:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  background-color: #1ab794 !important;
}
.button--inverse {
  background: none !important;
  color: #e08800 !important;
  text-decoration: none;
  border: 1px solid #e08800;
}
.button--inverse:hover {
  border-color: #1ab794;
  color: #1ab794 !important;
  background: none !important;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 767px) {
  .mobile-show {
    display: block;
  }
}
.block {
  position: relative;
  *zoom: 1;
}
.block:before,
.block:after {
  content: "";
  display: table;
}
.block:after {
  clear: both;
}
.block > .wrap {
  padding: 50px 0;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block-top {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 30px auto;
  *zoom: 1;
}
.block-top:before,
.block-top:after {
  content: "";
  display: table;
}
.block-top:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block-top {
    max-width: 100%;
  }
}
.block-top p {
  letter-spacing: normal;
}
.block-top h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: 'roboto';
  font-weight: 100;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block-top h2 {
    font-family: 'roboto';
    font-weight: 500;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .block-top h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.block-top__meta {
  color: #c1cad1;
  display: block;
  margin-top: 4px;
}
.block__info {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.block__info:after {
  content: "";
  height: 2px;
  background-color: #1ab794;
  width: 70px;
  display: block;
  right: -90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block__title {
  font-size: 50px;
  line-height: 56px;
  font-family: 'roboto';
  font-weight: 100;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .block__title br {
    display: none;
  }
}
.single-reference #video,
.single-post #video,
.page #video,
.single-reference .vid,
.single-post .vid,
.page .vid {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.single-reference #video iframe,
.single-post #video iframe,
.page #video iframe,
.single-reference .vid iframe,
.single-post .vid iframe,
.page .vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.main iframe {
  display: block !important;
  width: 100% !important;
  max-width: 600px !important;
  height: 400px !important;
  margin: 0 auto;
  border: none !important;
}
.main p.wp-caption-text {
  background-color: #eef5f3;
  margin: 0;
  padding: 10px;
}
.main p p:first-of-type {
  margin-top: 0;
}
.main h1 {
  font-size: 50px;
  line-height: 56px;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px) {
  .main h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  .main h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
}
.main h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: 'roboto';
  font-weight: 100;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  color: #1ab794;
  font-size: 16px;
  line-height: 24px;
}
.main h4,
.main h5,
.main h6 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1ab794;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
  letter-spacing: normal;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  display: block;
  background-color: #1ab794;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
  letter-spacing: normal;
}
.main ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 16px;
  margin: 10px 0;
  line-height: 30px;
}
.main ol > li:before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #1ab794;
}
.main table {
  margin: 30px 0;
  width: 100% !important;
  border-collapse: collapse;
  border-color: #f1f1f1;
}
.main table tr {
  background-color: #ffffff !important;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 6px 14px;
  background-color: #1ab794;
  font-size: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 500px) {
  .main table tr th {
    font-size: 16px;
    line-height: 24px;
  }
}
.main table tr td {
  padding: 6px 14px;
  color: #000000;
  border: 1px solid #f0f0f0;
  font-weight: 500;
}
.main img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 20px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 20px auto;
}
.main img.alignnone {
  float: none;
}
.main ul.gallery,
.main .ngg-galleryoverview {
  *zoom: 1;
  margin-top: 40px;
}
.main ul.gallery:before,
.main .ngg-galleryoverview:before,
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  content: "";
  display: table;
}
.main ul.gallery:after,
.main .ngg-galleryoverview:after {
  clear: both;
}
.main ul.gallery > li,
.main .ngg-galleryoverview > li,
.main ul.gallery .ngg-gallery-thumbnail-box,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  text-align: left;
  width: 23.02%;
  margin-right: 2.63%;
  margin-bottom: 20px;
  float: left;
  padding-left: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery > li,
  .main .ngg-galleryoverview > li,
  .main ul.gallery .ngg-gallery-thumbnail-box,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    width: 48.68% !important;
  }
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0;
}
.main ul.gallery > li a,
.main .ngg-galleryoverview > li a,
.main ul.gallery .ngg-gallery-thumbnail-box a,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main ul.gallery > li a:after,
.main .ngg-galleryoverview > li a:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:after,
  .main .ngg-galleryoverview > li a:after,
  .main ul.gallery .ngg-gallery-thumbnail-box a:after,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:after {
    display: none !important;
  }
}
.main ul.gallery > li a:before,
.main .ngg-galleryoverview > li a:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
  content: "";
  background: url(../images/icons/icon-zoom.png) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main ul.gallery > li a:before,
  .main .ngg-galleryoverview > li a:before,
  .main ul.gallery .ngg-gallery-thumbnail-box a:before,
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:before {
    display: none !important;
  }
}
.main ul.gallery > li:nth-child(4n+4),
.main .ngg-galleryoverview > li:nth-child(4n+4),
.main ul.gallery .ngg-gallery-thumbnail-box:nth-child(4n+4),
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(4n+4) {
  margin-right: 0 !important;
}
@media all and (max-width: 500px) {
  .main ul.gallery > li:nth-child(even),
  .main .ngg-galleryoverview > li:nth-child(even),
  .main ul.gallery .ngg-gallery-thumbnail-box:nth-child(even),
  .main .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(even) {
    margin-right: 0 !important;
  }
}
.main ul.gallery > li:before,
.main .ngg-galleryoverview > li:before,
.main ul.gallery .ngg-gallery-thumbnail-box:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box:before {
  display: none !important;
}
.main ul.gallery > li a:hover,
.main .ngg-galleryoverview > li a:hover,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.main ul.gallery > li a:hover:after,
.main .ngg-galleryoverview > li a:hover:after,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:after,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:after,
.main ul.gallery > li a:hover:before,
.main .ngg-galleryoverview > li a:hover:before,
.main ul.gallery .ngg-gallery-thumbnail-box a:hover:before,
.main .ngg-galleryoverview .ngg-gallery-thumbnail-box a:hover:before {
  display: block;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery br {
  display: none !important;
}
.main .gallery-item {
  margin-right: 0.90%;
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  position: relative;
  width: 24.32% !important;
}
.main .gallery-item:nth-of-type(4n+4) {
  margin-right: 0 !important;
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  display: none;
  content: "";
  z-index: 1;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "";
  background: url(../images/icon-zoom.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media all and (max-width: 767px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  display: block;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a7a7a7;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a7a7a7;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a7a7a7;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a7a7a7;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 48px;
  background-color: #eee;
  font-family: 'Open Sans';
  padding: 0 20px;
  color: #000000;
  border: none;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main textarea {
  padding: 20px;
  height: 210px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  background: none #e08800;
  border: none;
  color: #ffffff;
  font-family: 'Open Sans';
  height: 48px;
  padding: 0 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  font-size: 13px;
  text-transform: none;
  font-weight: bold;
}
.main input[type=submit]:hover {
  background: none #1ab794;
}
.main input[type=submit]:disabled {
  cursor: not-allowed !important;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .additon {
  display: block;
  font-size: 11px;
  line-height: 18px;
  color: #8a8a8a;
  margin-top: 5px;
}
.main .labelex {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.main .labelex br {
  display: block;
}
.main .twice .item {
  float: left;
  width: 36%;
  margin-right: 5%;
}
@media all and (max-width: 650px) {
  .main .twice .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.main .twice .item:nth-child(2) {
  margin-right: 0;
  width: 59%;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}
.main .accept p {
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0 0 33px;
  color: #666;
}
.main .wpcf7-acceptance .wpcf7-list-item,
.main .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.main .wpcf7-acceptance input[type=radio],
.main .wpcf7-checkbox input[type=radio],
.main .wpcf7-acceptance input[type=checkbox],
.main .wpcf7-checkbox input[type=checkbox] {
  display: none;
}
.main .wpcf7-acceptance label,
.main .wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}
.main .wpcf7-acceptance .wpcf7-list-item-label,
.main .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 33px;
  display: block;
}
.main .wpcf7-acceptance .wpcf7-list-item-label:before,
.main .wpcf7-checkbox .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: 1px solid #a6a8a7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.main .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.main .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  content: "\2713";
  font-size: 15px;
  color: #ffffff;
  background-color: #e08800;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  border: 1px solid #e08800;
}
.main select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.main .noul {
  margin: 0;
}
.main .noul li {
  padding-left: 0;
}
.main .noul li:before {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 br {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 11px;
  line-height: 18px;
  display: block;
  margin-top: 4px;
}
@media all and (max-width: 767px) {
  .animatedParent .animated {
    opacity: 1 !important;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}
.grecaptcha-badge {
  display: none;
}
.showcase__page .item__text {
  width: 100%;
  max-width: 600px;
}
.post-template-default #slider .item:before {
  display: block;
}
#slider {
  color: #ffffff;
}
@media all and (max-width: 400px) {
  #slider .item {
    background-position: 80% center !important;
  }
}
#slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
@media all and (max-width: 767px) {
  #slider .item:before {
    display: block;
  }
}
#slider .wrap {
  padding-top: 160px;
  padding-bottom: 180px;
  z-index: 1;
}
@media all and (max-width: 1130px) {
  #slider .wrap {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  #slider .wrap {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#slider .item__text {
  width: 80%;
}
#slider .item__text h1,
#slider .item__text h2 {
  font-family: 'roboto';
  font-weight: 100;
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 30px;
  letter-spacing: normal;
}
@media all and (max-width: 1130px) {
  #slider .item__text h1,
  #slider .item__text h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 767px) {
  #slider .item__text h1,
  #slider .item__text h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
#slider .item__text .button--inverse {
  margin-left: 20px;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
#slider .item__text .button--inverse:hover {
  border-color: #e08800 !important;
  color: #e08800 !important;
}
@media all and (max-width: 450px) {
  #slider .item__text .button {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
    max-width: 250px;
  }
}
@media all and (max-width: 767px) {
  #slider .item__text p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media all and (max-width: 400px) {
  #slider .item__text p {
    display: none;
  }
}
.interventionslist {
  font-size: 0;
  letter-spacing: normal;
}
.interventionslist .item {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: 21.42%;
  margin-right: 4.77%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .interventionslist .item {
    width: 47.61%;
  }
}
@media all and (max-width: 500px) {
  .interventionslist .item {
    display: block;
    width: 100%;
    margin-right: 0 !important;
  }
}
.interventionslist .item:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .interventionslist .item:nth-child(odd) {
    margin-right: 4.77%;
  }
}
@media all and (max-width: 767px) {
  .interventionslist .item:nth-child(even) {
    margin-right: 0;
  }
}
.interventionslist p {
  font-size: 15px;
  margin: 0;
}
.interventionslist a {
  font-weight: 600;
  color: #e08800;
  text-decoration: underline;
}
.interventionslist a:hover {
  color: #1ab794;
}
.interventionslist .item__img {
  position: relative;
  height: 380px;
}
@media all and (max-width: 500px) {
  .interventionslist .item__img {
    height: 200px;
  }
}
.interventionslist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.interventionslist .item__img a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.interventionslist .item__img a:hover:before {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.interventionslist .item__img a:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  opacity: 0.6;
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
}
@media all and (max-width: 767px) {
  .interventionslist .item__img a:after {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .interventionslist .item__img a:after {
    height: 150px;
  }
}
.interventionslist .item__label {
  position: absolute;
  color: #1ab794;
  font-size: 20px;
  line-height: 26px;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px;
  z-index: 1;
}
.interventionslist .item__text {
  padding: 20px 0;
}
.interventionslist .item__tag {
  color: #1ab794;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  padding: 14px 30px;
  bottom: 30px;
  left: 0;
  width: 100%;
  max-width: 200px;
  letter-spacing: 0.10em;
  font-family: 'roboto';
  font-weight: 700;
}
.numbers {
  background-color: #f0f1f5;
}
.numberslist {
  font-size: 0;
  letter-spacing: normal;
}
.numberslist .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  *zoom: 1;
}
.numberslist .item:before,
.numberslist .item:after {
  content: "";
  display: table;
}
.numberslist .item:after {
  clear: both;
}
@media all and (max-width: 500px) {
  .numberslist .item {
    width: 50%;
    padding: 20px 0;
  }
}
.numberslist .item__value {
  font-size: 90px;
  line-height: 100px;
  font-family: 'roboto';
  font-weight: 500;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  display: block;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .numberslist .item__value {
    font-size: 60px;
    line-height: 70px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .numberslist .item__value {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
.numberslist .item__text {
  text-transform: uppercase;
  color: #1ab794;
  float: right;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .numberslist .item__text {
    float: none;
    text-align: center;
  }
}
.numberslist .item__text a {
  display: block;
  color: #e08800;
}
.numberslist .item__text a:hover {
  color: #1ab794;
}
.numberslist p {
  margin: 0;
  font-family: 'roboto';
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .numberslist p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
}
.advlist {
  font-size: 0;
  letter-spacing: normal;
}
.advlist .item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .advlist .item {
    width: 50%;
    padding: 20px;
  }
}
@media all and (max-width: 500px) {
  .advlist .item {
    display: block;
    width: 100%;
  }
}
.advlist p {
  text-align: left;
  line-height: 20px;
}
.advlist p strong {
  font-weight: 600;
  color: #1ab794;
}
.advlist .item__icon {
  height: 140px;
  line-height: 140px;
}
.advlist .item__icon img {
  max-height: 140px;
}
.hpblog:not(.careerblog) > .wrap {
  padding-top: 0;
}
.postlist {
  letter-spacing: normal;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .postlist {
    display: block;
  }
}
.postlist .item {
  width: 31.33%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 58px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .postlist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 550px) {
  .postlist .item {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
}
.postlist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .postlist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .postlist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.postlist .item__img {
  height: 270px;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
  position: relative;
}
.postlist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.postlist .item__img a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.postlist .item__img a:hover:before {
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.postlist .item__text {
  padding: 30px;
  text-align: left;
}
.postlist p {
  margin: 0;
}
.postlist a,
.postlist a:hover {
  text-decoration: none;
}
.postlist .item__title {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
.postlist .item__meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  *zoom: 1;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid #cdcdcd;
  padding: 16px 30px;
  letter-spacing: 0.1em;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
.postlist .item__meta:before,
.postlist .item__meta:after {
  content: "";
  display: table;
}
.postlist .item__meta:after {
  clear: both;
}
.postlist .item__more {
  color: #e08800;
  font-family: 'roboto';
  font-weight: 700;
  text-decoration: none;
  float: left;
}
.postlist .item__more .fas {
  margin-left: 4px;
}
.postlist .item__more:hover {
  text-decoration: none;
  color: #1ab794;
}
.postlist .item__date {
  float: right;
  color: #1ab794;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .hpblog .postlist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 767px) {
  .hpblog .postlist .item {
    display: block;
    width: 100%;
    margin-right: 0 !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .hpblog .postlist .item:nth-child(2) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .hpblog .postlist .item:nth-child(2) {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .hpblog .postlist .item:nth-child(3) {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .hpblog .postlist .item:nth-child(3) {
    display: none;
  }
}
.team-content {
  background-color: #f0f1f5;
  position: relative;
  *zoom: 1;
  letter-spacing: normal;
}
.team-content:before,
.team-content:after {
  content: "";
  display: table;
}
.team-content:after {
  clear: both;
}
.team-content .wrap {
  padding: 50px 0;
}
.team-content p {
  margin: 6px 0 0 0;
  color: #3f3f3f;
}
.team-content a,
.team-content a:hover {
  text-decoration: none;
}
.team-main {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
}
.team-main .button {
  margin-top: 16px;
  font-size: 12px;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
}
.team-main__img {
  position: relative;
}
.team-main__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.team-main__img,
.team-sec__img {
  height: 260px;
  width: 260px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px) {
  .team-main__img,
  .team-sec__img {
    width: 100%;
    height: auto;
  }
  .team-main__img:before,
  .team-sec__img:before {
    content: "";
    float: left;
    padding-bottom: 100%;
  }
  .team-main__img:after,
  .team-sec__img:after {
    content: "";
    display: table;
    clear: both;
  }
}
.team-main__title,
.team-sec__title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'roboto';
  font-weight: 400;
}
.team-main__title strong,
.team-sec__title strong {
  font-family: 'roboto';
  font-weight: 700;
}
.team-content-left {
  float: left;
  text-align: center;
  width: 22%;
}
@media all and (max-width: 767px) {
  .team-content-left {
    width: 100%;
    float: none;
    margin-bottom: 60px;
  }
}
.team-content-right {
  float: left;
  text-align: center;
  width: 78%;
  padding: 0 100px;
}
@media all and (max-width: 767px) {
  .team-content-right {
    width: 100%;
    float: none;
    padding: 0 50px;
  }
}
.team-sec__img {
  width: 140px;
  height: 140px;
  margin: 0 auto 30px auto;
  position: relative;
}
.team-sec__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.team-sec__title {
  font-size: 16px;
}
.team-sec p {
  font-size: 12px;
  line-height: 18px;
}
.teamlist,
.poblist {
  margin-top: 40px;
  margin-bottom: 40px;
}
.teamlist .owl-dots.disabled,
.poblist .owl-dots.disabled,
.teamlist .owl-nav.disabled,
.poblist .owl-nav.disabled {
  display: block !important;
}
.teamlist .owl-nav,
.poblist .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  *zoom: 1;
}
.teamlist .owl-nav:before,
.poblist .owl-nav:before,
.teamlist .owl-nav:after,
.poblist .owl-nav:after {
  content: "";
  display: table;
}
.teamlist .owl-nav:after,
.poblist .owl-nav:after {
  clear: both;
}
.teamlist .owl-nav button,
.poblist .owl-nav button {
  display: block;
  height: 44px !important;
  width: 44px !important;
  background: url(../images/icons/slider-controls.png) 0 0 no-repeat !important;
  -webkit-background-size: 44px auto !important;
  background-size: 44px auto !important;
  margin: 0 !important;
}
.teamlist .owl-nav button:hover,
.poblist .owl-nav button:hover {
  opacity: 0.8;
}
.teamlist .owl-nav span,
.poblist .owl-nav span {
  display: none;
}
.teamlist .owl-nav .owl-prev,
.poblist .owl-nav .owl-prev {
  float: left;
  margin-left: -46px !important;
}
.teamlist .owl-nav .owl-next,
.poblist .owl-nav .owl-next {
  float: right;
  background-position: 0 bottom !important;
  margin-right: -46px !important;
}
.teamlist .owl-dots,
.poblist .owl-dots {
  margin-top: 30px !important;
}
.teamlist .owl-dots .owl-dot,
.poblist .owl-dots .owl-dot {
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.teamlist .owl-dots .owl-dot span,
.poblist .owl-dots .owl-dot span {
  background: #b5b5b5 !important;
  width: 8px !important;
  height: 8px !important;
}
.teamlist .owl-dots .active,
.poblist .owl-dots .active {
  border-color: #e6e6e6;
}
.teamlist .owl-dots .active span,
.poblist .owl-dots .active span {
  background: #1ab794 !important;
}
.reference {
  background-color: #f0f1f5;
}
.reference .block__title {
  color: #606478;
}
.referencelist {
  font-size: 0;
  letter-spacing: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.referencelist .item {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  padding: 40px 60px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .referencelist .item {
    padding: 20px;
  }
}
@media all and (max-width: 767px) {
  .referencelist .item {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
.referencelist .item:nth-child(3n+3) {
  margin-right: 0;
}
.referencelist .item p {
  font-size: 13px;
  line-height: 18px;
}
.referencelist a {
  color: #e08800;
}
.referencelist a:hover {
  color: #1ab794;
}
.referencelist .item__more {
  font-weight: 600;
  font-size: 15px;
}
.referencelist .item__title {
  color: #1ab794;
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.referencelist .item.video {
  padding: 0;
}
.referencelist .item.video .item__text__info {
  padding: 20px 40px;
}
.referencelist .item__video,
.vreferencelist .item__video,
.oftal .item__video {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.referencelist .item__video:before,
.vreferencelist .item__video:before,
.oftal .item__video:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.referencelist .item__video:after,
.vreferencelist .item__video:after,
.oftal .item__video:after {
  /*content: "";
		//background: url(../images/icons/icons__play.svg) center center no-repeat;
		background-color: @links-hover;
	    -webkit-mask: url(../images/icons/icons__play.svg) center center no-repeat;
	    mask: url(../images/icons/icons__play.svg) center center no-repeat;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		z-index: 2;*/
  color: #e08800;
  content: "\f144";
  font-family: 'Font Awesome 5 Free';
  font-size: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.referencelist .item__video a,
.vreferencelist .item__video a,
.oftal .item__video a {
  position: absolute;
  z-index: 3;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.referencelist .item__video:hover:before,
.vreferencelist .item__video:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.clinics-content {
  *zoom: 1;
}
.clinics-content:before,
.clinics-content:after {
  content: "";
  display: table;
}
.clinics-content:after {
  clear: both;
}
.clinics__map {
  float: left;
  width: 64.57%;
}
@media all and (max-width: 1130px) {
  .clinics__map {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.clinics__info {
  float: left;
  color: #1ab794;
  width: 35.43%;
  padding-left: 80px;
  *zoom: 1;
}
.clinics__info:before,
.clinics__info:after {
  content: "";
  display: table;
}
.clinics__info:after {
  clear: both;
}
@media all and (max-width: 1130px) {
  .clinics__info {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
.clinics__info .clinics__title {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'roboto';
  font-weight: 700;
  margin: 30px 0;
}
.clinics__info ul {
  text-transform: uppercase;
  font-size: 0;
  letter-spacing: normal;
}
.clinics__info ul li {
  margin: 10px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 48%;
  margin-right: 4%;
}
@media all and (max-width: 450px) {
  .clinics__info ul li {
    font-size: 13px;
    margin: 4px 0;
  }
}
.clinics__info ul li:nth-child(even) {
  margin-right: 0;
}
.breadcrumbs {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .breadcrumbs {
    left: 3%;
    right: 3%;
    width: 94%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: #e08800;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #e08800;
  text-decoration: underline;
}
.breadcrumbs .current-item {
  text-decoration: none;
  color: #ffffff;
}
.about-photos {
  font-size: 0;
  letter-spacing: normal;
}
.about-photos li {
  width: 48%;
  margin-bottom: 30px;
  margin-right: 4%;
  display: inline-block;
  vertical-align: middle;
}
.about-photos li:nth-child(even) {
  margin-right: 0;
}
.page-template-template-o-klinice .numbers,
.page-template-template-o-klinice .team-content {
  background-color: #ffffff;
}
.main > .wrap {
  /*padding-left: 20%;
		padding-right: 20%;*/
}
.bgc {
  background-color: #f0f1f5;
}
.about-advantages .advlist .item .item__text p {
  text-align: center;
}
.cta {
  background-color: #18c495;
  background: -webkit-gradient(linear, left top, left bottom, from(#18c495), to(#1bb68d));
  background: -webkit-linear-gradient(top, #18c495, #1bb68d);
  background: -moz-linear-gradient(top, #18c495, #1bb68d);
  background: -ms-linear-gradient(top, #18c495, #1bb68d);
  background: -o-linear-gradient(top, #18c495, #1bb68d);
  color: #ffffff;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.cta .wrap {
  padding-left: 10%;
  padding-right: 10%;
}
.cta h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.cta p {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px 0;
  text-align: center;
}
.contact {
  *zoom: 1;
  max-width: 1280px;
  margin: 0 auto;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact .half {
  float: left;
  width: 48%;
  margin-right: 4%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .contact .half {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 40px;
  }
}
.contact .half + .half {
  margin-right: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .contact .half + .half {
    margin-bottom: 0;
  }
}
.contact .half h3 {
  font-size: 22px;
  line-height: 30px;
  color: #1ab794;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media all and (max-width: 767px) {
  .about-photos__sk li {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .contact__sk .half {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 40px;
  }
}
.contact__sk h3 {
  font-size: 22px;
  line-height: 30px;
  color: #1ab794;
  text-transform: uppercase;
  margin: 50px 0 40px 0;
}
.contact__item {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 30px;
}
@media all and (max-width: 450px) {
  .contact__item {
    padding-left: 0;
    padding-right: 30px;
  }
}
.contact__item + .contact__item {
  margin-bottom: 0;
}
.contact__item + .contact__item .contact__blue__line {
  padding-bottom: 10px;
  border-bottom: none;
}
.contact__item .item__icon {
  position: absolute;
  top: 30px;
  left: 0;
}
@media all and (max-width: 450px) {
  .contact__item .item__icon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.contact__item .item__icon img {
  width: 54px;
}
.contact__item .item__icon span {
  position: absolute;
  text-transform: uppercase;
  display: block;
  color: #1ab794;
  font-size: 14px;
  right: -10px;
  top: 0;
  font-family: 'roboto';
  font-weight: 700;
}
@media all and (max-width: 450px) {
  .contact__item .item__icon span {
    right: auto;
    left: 40px;
  }
}
.contact__item .contact__phone {
  border-bottom: 1px dashed #b3efde;
  padding: 0 0 10px 0;
  text-transform: uppercase;
}
.contact__item .contact__phone span {
  font-size: 13px;
  color: #1ab794;
  font-family: 'roboto';
  font-weight: 300;
  margin-right: 6px;
}
.contact__item .contact__phone strong {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 20px;
  color: #1ab794;
}
.contact__item .contact__strong {
  padding: 10px 0;
  color: #1ab794;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.contact__item .contact__blue__line {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #1ab794;
  padding-bottom: 30px;
}
.contact__item .contact__blue__line strong {
  font-weight: 600;
  color: #1ab794;
}
.contact__item .contact__add {
  font-size: 10px;
  line-height: 18px;
  letter-spacing: normal;
}
.warn {
  padding: 30px 60px;
  background-color: #e08800;
  color: #ffffff;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .warn {
    padding: 20px;
  }
}
.warn h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .warn h3 {
    font-size: 15px;
    line-height: 21px;
  }
}
.warn a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  .warn a {
    font-size: 15px;
    line-height: 21px;
  }
}
.warn a:hover {
  border: none;
  text-decoration: none;
  color: #ffffff;
}
.contact__state {
  font-size: 13px;
  line-height: 18px;
}
.contact__state p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
}
.contact__state a {
  color: #e08800;
}
.contact__state a:hover {
  color: #1ab794;
}
.contact__online {
  border-top: 1px dashed #b3efde;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 13px;
  line-height: 18px;
}
.contact__online h4 {
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}
.contact__online p {
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
}
.contact__online .button {
  margin-top: 30px;
}
.cols {
  font-size: 0;
  letter-spacing: normal;
}
.cols.cols-2 .col {
  width: 50%;
}
.cols.cols-3 .col {
  width: 33.33%;
}
@media all and (max-width: 550px) {
  .cols.cols-3 .col {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.cols .col {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font-size: 14px;
}
.inquiry {
  font-size: 13px;
  line-height: 22px;
  padding-left: 100px;
  padding-right: 100px;
  clear: both;
  padding-top: 40px;
  border-top: 1px dashed #b3efde;
}
@media all and (max-width: 767px) {
  .inquiry {
    padding-left: 0;
    padding-right: 0;
  }
}
.inquiry p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
.contact__wrap {
  *zoom: 1;
  margin-bottom: 50px;
}
.contact__wrap:before,
.contact__wrap:after {
  content: "";
  display: table;
}
.contact__wrap:after {
  clear: both;
}
.page-template-template-cenik .cta,
.page-template-template-faqs .cta {
  color: #1ab794;
  background: none #f0f1f5 !important;
}
.acc {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.acc h3 {
  background-color: #ffffff;
  font-weight: bold;
  padding: 0 95px 0 0;
  font-size: 17px;
  margin: 24px 0 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.acc h3:hover {
  background-color: #ffffff;
  color: #ffffff;
}
@media all and (max-width: 500px) {
  .acc h3 {
    font-size: 16px;
  }
}
.acc h3:before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  font-size: 30px;
  line-height: 30px;
  color: #1ab794;
}
.acc h3.ui-state-active {
  background-color: #ffffff;
  outline: none;
}
.acc h3.ui-state-active:before {
  content: "-";
}
.acc .acc__title {
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 100%;
}
.acc .acc__title span {
  font-weight: 400;
}
.acc .ui-accordion-content {
  padding: 30px;
  font-size: 14px;
}
.acc .ui-accordion-content p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 24px;
}
.acc .ui-accordion-content p:first-child {
  margin-top: 0;
}
.pricinglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}
.pricinglist .item {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  border: 3px solid #f2f2f2;
  color: #1ab794;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .pricinglist .item {
    padding-bottom: 200px;
  }
}
@media all and (max-width: 767px) {
  .pricinglist .item {
    width: 48%;
  }
}
@media all and (max-width: 500px) {
  .pricinglist .item {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
}
.pricinglist .item:nth-child(4n+4) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  .pricinglist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .pricinglist .item:nth-child(odd) {
    margin-right: 4%;
  }
}
.pricinglist .item__top {
  padding: 30px 14px;
  text-transform: uppercase;
}
.pricinglist .item__bottom {
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #6a6a6a;
  font-weight: 300;
  min-height: 100%;
}
.pricinglist .item__bottom strong {
  color: #1ab794;
  display: block;
}
.pricinglist .item__bottom strong:last-child {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.pricinglist .item__title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: none;
  margin-bottom: 6px;
  min-height: 44px;
}
.pricinglist .item__price {
  display: block;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
  color: #000000;
}
.pricinglist .item__price strike {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #818181;
  font-family: 'roboto';
  font-weight: 300;
  min-height: 22px;
}
.pricinglist .item__info {
  display: block;
  text-transform: none;
  line-height: 18px;
  min-height: 36px;
}
.pricinglist .button--inverse {
  height: 36px;
  line-height: 34px;
  font-size: 10px;
  padding: 0 10px;
  max-width: 120px;
  width: 100%;
  text-align: center;
  border-color: #1ab794 !important;
  color: #1ab794 !important;
  margin-top: 20px;
}
.pricinglist .button--inverse:hover {
  border-color: #e08800 !important;
  color: #e08800 !important;
}
.fags {
  padding-left: 20%;
  padding-right: 20%;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fags {
    padding-left: 0;
    padding-right: 0;
  }
}
.faglist .item {
  padding: 30px 0 10px 0;
  border-bottom: 1px dashed #b3efde;
}
.faglist .item .item__link {
  color: #e08800;
  font-size: 12px;
}
.faglist .item .item__link:hover {
  color: #1ab794;
}
.faglist .item__title {
  font-family: 'roboto';
  font-weight: 100;
  font-size: 24px;
  line-height: 30px;
  color: #1ab794;
}
.faglist .item__title a {
  text-decoration: none;
}
.fags__filter h3,
.vreference__filter h3 {
  color: #1ab794;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.fags__form .rowex {
  *zoom: 1;
}
.fags__form .rowex:before,
.fags__form .rowex:after {
  content: "";
  display: table;
}
.fags__form .rowex:after {
  clear: both;
}
.fags__form .item {
  width: 31.33%;
  float: left;
  margin-right: 3%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .fags__form .item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.fags__form .item:nth-child(3) {
  margin-right: 0;
}
.vreferencelist .item {
  display: block;
  margin: 0 0 30px 0;
}
.vreferencelist .item.text-item {
  border-bottom: 1px dashed #81f3d3;
}
.vreference {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.vreference .paginator {
  margin-bottom: 40px;
}
.vreference__form {
  margin-bottom: 40px;
}
.vreference__form .rowex {
  *zoom: 1;
}
.vreference__form .rowex:before,
.vreference__form .rowex:after {
  content: "";
  display: table;
}
.vreference__form .rowex:after {
  clear: both;
}
.vreference__form .item {
  float: left;
  margin-right: 20px;
}
.vreference__form .check {
  position: relative;
  padding-left: 30px;
  line-height: 48px;
}
.vreference__form .check input {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin-top: 0;
}
.vreference__form select {
  min-width: 250px;
}
.vreference__form label {
  font-weight: normal;
  margin-bottom: 0;
}
.vreferencelist .item {
  position: relative;
  display: table;
  width: 100%;
}
@media all and (max-width: 767px) {
  .vreferencelist .item {
    display: block;
  }
}
.vreferencelist .item.vip {
  position: relative;
  height: 500px;
}
@media all and (max-width: 767px) {
  .vreferencelist .item.vip {
    height: 300px;
  }
}
.vreferencelist .item.vip a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.vreferencelist .item.vip .item__title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #ffffff;
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  z-index: 2;
  padding: 20px;
  text-transform: none;
}
.vreferencelist .item__video {
  display: table-cell;
  width: 40%;
}
@media all and (max-width: 767px) {
  .vreferencelist .item__video {
    display: block;
    width: 100%;
  }
}
.vreferencelist .item__text {
  display: table-cell;
  width: 60%;
  padding: 40px;
}
@media all and (max-width: 767px) {
  .vreferencelist .item__text {
    display: block;
    width: 100%;
  }
}
.vreferencelist .item__title {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}
.vreferencelist .item__title a {
  text-decoration: none;
}
.vreferencelist .item__meta {
  font-size: 13px;
  margin: 10px 0;
}
.vreferencelist .item__meta strong {
  font-weight: 600;
  color: #1ab794;
}
.vreferencelist .item__link {
  color: #e08800;
}
.vreferencelist .item__link:hover {
  color: #1ab794;
}
.vreferencelist p {
  margin: 0;
}
.category .postlist .item {
  margin-bottom: 50px;
}
.vblog .fags__form {
  max-width: 880px;
  width: 100%;
  margin-bottom: 50px;
}
.block__404 a.back {
  text-transform: uppercase;
  text-decoration: none;
  color: #e08800;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
}
.block__404 a.back:hover {
  color: #1ab794;
}
.block__404__img {
  margin-bottom: 20px;
}
.main .block-top h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: 'roboto';
  font-weight: 100;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main .block-top h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-template-template-lekari .team-content,
.page-template-template-history .team-content {
  background-color: #ffffff;
}
.page-template-template-lekari .team > .wrap,
.page-template-template-history .team > .wrap {
  display: none;
}
.team-clinics .block-top {
  margin-bottom: 0;
}
.team-clinics p {
  text-align: center;
}
.team-clinics .vreference__form .rowex .item {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-width: 300px;
}
.tclinics .teamlist {
  font-size: 0;
  letter-spacing: normal;
}
.tclinics .teamlist .item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}
@media all and (max-width: 767px) {
  .tclinics .teamlist .item {
    width: 50%;
  }
}
@media all and (max-width: 450px) {
  .tclinics .teamlist .item {
    width: 100%;
  }
}
.tclinics .teamlist .item.showit {
  display: inline-block !important;
}
.tclinics .teamlist a {
  text-decoration: none;
}
.tclinics .teamlist p {
  margin: 6px 0 0 0;
  color: #000000;
}
.tclinics .teamlist.notshowall .item {
  display: none;
}
.branchlist .item {
  display: table;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #1ab794;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item {
    display: block;
  }
}
.branchlist .item div {
  padding: 10px 30px;
  vertical-align: middle;
  display: table-cell;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item div {
    display: block;
  }
}
.branchlist .item__title {
  width: 25%;
  text-align: left;
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item__title {
    width: 100%;
    text-align: center;
  }
}
.branchlist .item__title h2 {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.branchlist .item__address {
  width: 45%;
  text-align: left;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item__address {
    width: 100%;
    text-align: center;
  }
}
.branchlist .item__phone {
  width: 15%;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item__phone {
    width: 100%;
  }
}
.branchlist .item__link {
  width: 15%;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .branchlist .item__link {
    width: 100%;
  }
}
.eq {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.eqrow,
.machines__block {
  *zoom: 1;
  width: 100%;
  margin: 30px auto;
}
.eqrow:before,
.machines__block:before,
.eqrow:after,
.machines__block:after {
  content: "";
  display: table;
}
.eqrow:after,
.machines__block:after {
  clear: both;
}
.eqrow__text {
  float: left;
  width: 60%;
  padding: 0 40px;
}
@media all and (max-width: 767px) {
  .eqrow__text {
    float: none;
    width: 100%;
  }
}
.eqrow__img {
  float: left;
  width: 40%;
  height: 300px;
}
@media all and (max-width: 767px) {
  .eqrow__img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.eqrow.video .eqrow__img {
  overflow: hidden;
  position: relative;
}
.eqrow.video .eqrow__img:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.eqrow.video .eqrow__img:after {
  content: "";
  background-color: #e08800;
  -webkit-mask: url(../images/icons/icons__play.svg) center center no-repeat;
  mask: url(../images/icons/icons__play.svg) center center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.eqrow.video .eqrow__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.machines {
  margin: 40px auto;
}
.machines__text {
  display: table-cell;
  width: 50%;
  padding: 40px 80px 40px 120px;
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .machines__text {
    display: block;
    width: 100%;
    padding: 40px;
  }
}
.machines__text li {
  border-bottom: 1px dashed #81f3d3;
  padding: 10px 0;
  position: relative;
}
.machines__text li:last-child {
  border-bottom: none;
}
.machines__text li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -30px;
  content: "\f061";
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: bold;
  display: none;
}
.machines__text li:hover,
.machines__text li.active {
  cursor: pointer;
}
.machines__text li:hover:before,
.machines__text li.active:before {
  display: block;
}
.machines__text li:hover span,
.machines__text li.active span {
  color: #ffffff;
}
.machines__text span {
  color: #81f3d3;
}
.machines__text a {
  color: #ffffff;
}
.machines__text a:hover {
  color: #81f3d3;
}
.machines__img {
  display: none;
  width: 50%;
}
@media all and (max-width: 767px) {
  .machines__img {
    width: 100%;
  }
}
.machines__img.active {
  display: table-cell;
}
@media all and (max-width: 767px) {
  .machines__img.active {
    display: block;
    height: 250px;
  }
}
.oftal__links {
  padding-left: 20%;
  padding-right: 20%;
  margin-top: 40px;
}
.oftal__links .item__more {
  color: #e08800;
  font-family: 'roboto';
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.oftal__links .item__more .fas {
  margin-left: 4px;
}
.oftal__links .item__more:hover {
  text-decoration: none;
  color: #1ab794;
}
.actionlist .item {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
}
.actionlist .item__img {
  background: url(../images/web/akce_bg.png) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 200px;
  position: relative;
  color: #ffffff;
  *zoom: 1;
  padding: 40px 200px 40px 40px;
}
.actionlist .item__img:before,
.actionlist .item__img:after {
  content: "";
  display: table;
}
.actionlist .item__img:after {
  clear: both;
}
.actionlist .item__img p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.actionlist .item__text {
  padding: 10px 200px 10px 70px;
  position: relative;
  color: #1ab794;
}
.actionlist .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 70px;
}
.actionlist ul li {
  margin: 20px 0;
  padding-left: 40px;
  position: relative;
}
.actionlist ul img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.actionlist .item__logo {
  background: url(../images/icons/gemini-white.svg) 0 0 no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
  display: block;
  width: 250px;
  height: 66px;
}
.actionlist .item__meta {
  float: right;
  max-width: 500px;
  text-align: center;
  width: 100%;
  margin-top: 14px;
}
.actionlist .item__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6px;
}
.actionlist .item__adv {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
}
.actionproducts {
  font-size: 0;
  letter-spacing: normal;
}
.actionproducts .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 60px;
  background-color: #fafafa;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 600px) {
  .actionproducts .item {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.actionproducts .item:nth-child(even) {
  margin-right: 0;
}
.actionproducts .item__title {
  text-transform: uppercase;
  color: #1ab794;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0.10em;
  border-bottom: 1px dashed #7dd3bf;
  padding-bottom: 20px;
  display: inline-block;
}
.actionproducts .item__inner {
  display: table;
  width: 100%;
}
.actionproducts .item__img {
  width: 45%;
  display: table-cell;
}
.actionproducts .item__text {
  width: 55%;
  display: table-cell;
  vertical-align: top;
  padding: 50px 30px;
}
.page-template-template-moznosti-financovani .finance-bgc {
  background-color: #f0f1f5;
}
.page-template-template-akce .advantages.bgc {
  background-color: #ffffff;
}
.page-template-template-history .numbers {
  background-color: #ffffff;
}
.page-template-template-history .numbers > .wrap {
  padding-top: 0;
}
.history-info {
  padding: 60px;
  background-color: #f0f1f5;
}
.history-info {
  *zoom: 1;
}
.history-info:before,
.history-info:after {
  content: "";
  display: table;
}
.history-info:after {
  clear: both;
}
.history-info__text {
  float: left;
  width: 50%;
}
@media all and (max-width: 600px) {
  .history-info__text {
    float: none;
    width: 100%;
  }
}
.history-info__img {
  float: left;
  width: 45%;
  margin-left: 5%;
}
@media all and (max-width: 600px) {
  .history-info__img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.h_timeline {
  max-width: 870px;
  width: 100%;
  margin: 40px auto 0 auto;
  border-bottom: 1px dashed #7dd3bf;
  padding-bottom: 60px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .h_timeline {
    float: none;
    max-width: 100%;
  }
}
.h_timeline .item {
  position: relative;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 160px;
  padding-top: 0;
  min-height: 80px;
  padding-right: 200px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .h_timeline .item {
    padding-right: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 500px) {
  .h_timeline .item {
    padding-left: 0;
    padding-right: 0;
  }
}
.h_timeline .item:after {
  content: "";
  width: 1px;
  position: absolute;
  height: 100%;
  bottom: -100px;
  left: 40px;
  display: block;
  background-color: #25c2e1;
}
@media all and (max-width: 500px) {
  .h_timeline .item:after {
    display: none;
  }
}
.h_timeline .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.h_timeline .item:last-child:after {
  display: none;
}
.h_timeline .item iframe {
  width: 100% !important;
  display: block;
  height: 400px !important;
}
@media all and (max-width: 500px) {
  .h_timeline .item iframe {
    height: 300px;
  }
}
.h_timeline .item__year {
  width: 80px;
  height: 80px;
  line-height: 78px;
  text-align: center;
  color: #1ab794;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1;
  border: 1px solid #1ab794;
  background-color: #ffffff;
}
@media all and (max-width: 500px) {
  .h_timeline .item__year {
    position: relative;
    top: 0;
    margin: 0 auto 30px auto;
  }
}
.h_timeline .item__text {
  text-align: left;
}
@media all and (max-width: 500px) {
  .h_timeline .item__text {
    text-align: center;
  }
}
.h_timeline .item__text img {
  margin-top: 40px;
}
.h_timeline .item__title {
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: #1ab794;
}
.h_timeline p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}
.etic {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.etictop {
  *zoom: 1;
}
.etictop:before,
.etictop:after {
  content: "";
  display: table;
}
.etictop:after {
  clear: both;
}
.etictop__text {
  float: left;
  width: 54%;
}
@media all and (max-width: 767px) {
  .etictop__text {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.etictop__text strong {
  color: #1ab794;
}
.etictop__contact {
  float: right;
  width: 31%;
}
@media all and (max-width: 767px) {
  .etictop__contact {
    float: none;
    width: 100%;
  }
}
.etictop__contact strong {
  color: #1ab794;
}
.etictop__contact em {
  font-weight: 600;
  font-style: normal;
}
.esection .teamlist .item {
  text-align: center;
  display: inline-block !important;
}
.esection .teamlist .item .item__label {
  color: #1ab794;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.10em;
}
.esection .teamlist .item p {
  line-height: 22px;
}
.esection .teamlist .item p strong {
  font-size: 13px;
}
.esection .teamlist .item .team-sec__title {
  color: #1ab794;
}
.esection__title {
  color: #1ab794;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.10em;
}
.content {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .content {
    max-width: 100%;
  }
}
.content h2 {
  font-size: 50px;
  line-height: 56px;
  font-family: 'roboto';
  font-weight: 100;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.content h3 {
  color: #1ab794;
  font-size: 16px;
  line-height: 24px;
}
.vavlist .item {
  padding-right: 230px;
  position: relative;
  min-height: 250px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .vavlist .item {
    padding-right: 35%;
  }
}
@media all and (max-width: 767px) {
  .vavlist .item {
    padding-right: 0;
  }
}
.vavlist h3 {
  text-transform: uppercase;
}
.vavlist .item__img {
  position: absolute;
  top: 0;
  width: 250px;
  right: -150px;
  height: 250px;
  line-height: 250px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .vavlist .item__img {
    right: 0;
    width: 30%;
  }
}
@media all and (max-width: 767px) {
  .vavlist .item__img {
    position: relative;
    margin: 0 auto;
    right: 0;
  }
}
.vavlist .item__img img {
  max-height: 230px;
  width: auto;
  max-width: 80%;
}
.technolist {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.technolist .item {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
.technolist .item:last-of-type {
  margin-bottom: 0;
}
.technolist .item__text {
  display: table-cell;
  vertical-align: top;
  width: 63.64%;
  padding-left: 40px;
}
.technolist .item__text p {
  margin: 0;
}
.technolist .item__img {
  display: table-cell;
  width: 36.36%;
}
.technolist .item__title {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #1ab794;
  margin-bottom: 20px;
}
.technolist .item__year {
  color: #1ab794;
  font-size: 20px;
  font-family: 'roboto';
  font-weight: 100;
  line-height: 30px;
}
.page-template-template-proc-si-vybrat .team > .wrap {
  display: none;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.page-template-template-proc-si-vybrat .numbers {
  background-color: #ffffff;
}
.page-template-template-proc-si-vybrat .about-more > .wrap {
  padding: 0;
}
.why-products > .wrap {
  padding: 0;
}
.why-products .actionproducts .item {
  margin-bottom: 0;
}
.why-products .actionproducts .item__inner {
  display: block;
}
.why-products .actionproducts .item__img {
  display: block;
  width: 100%;
  height: 200px;
}
.why-products .actionproducts .item__text {
  display: block;
  width: 100%;
  text-align: center;
}
.why-products .actionproducts .item__text p {
  text-align: left;
}
.why-products .actionproducts .item__title {
  text-align: left;
  display: block;
}
.accpay {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.accpay .ui-icon {
  display: none;
}
.accpay h3 {
  background: #ffffff none;
  border: none;
  font-weight: bold;
  padding: 0 60px 0 30px;
  font-size: 17px;
  margin: 24px 0 0 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  text-transform: uppercase;
  border-bottom: 1px dashed #1ab794;
}
.accpay h3:hover {
  background-color: #ffffff;
  color: #ffffff;
}
@media all and (max-width: 500px) {
  .accpay h3 {
    font-size: 16px;
  }
}
.accpay h3:before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  font-size: 30px;
  line-height: 30px;
  color: #1ab794;
}
.accpay h3:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 16px;
  line-height: 30px;
  color: #1ab794;
  font-weight: bold;
}
.accpay h3.ui-state-active {
  background-color: #ffffff;
  outline: none;
  border-color: #ffffff;
}
.accpay h3.ui-state-active:before {
  content: "-";
}
.accpay .ui-accordion-content-active {
  border-color: #1ab794 !important;
}
.accpay .acc__title {
  color: #1ab794;
  text-transform: uppercase;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
}
.accpay .ui-accordion-content {
  padding: 0 30px;
  font-size: 14px;
  border-bottom: 1px dashed #ffffff;
}
.accpay .ui-accordion-content p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 24px;
}
.accpay .ui-accordion-content p:first-child {
  margin-top: 0;
}
.page-template-template-moznosti-financovani .prc {
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}
.poukaz {
  margin-top: 30px;
}
.previewv {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  *zoom: 1;
}
.previewv:before,
.previewv:after {
  content: "";
  display: table;
}
.previewv:after {
  clear: both;
}
.previewv .cta {
  color: #1ab794;
  background: none #f0f1f5;
}
.previewv .cta h3 {
  color: #1ab794;
  font-size: 26px;
  line-height: 32px;
}
.previewv .cta p {
  font-family: 'roboto';
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
}
.pr__right {
  float: right;
  width: 61%;
}
@media all and (max-width: 767px) {
  .pr__right {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.pr__left {
  float: left;
  width: 34%;
  padding: 60px;
  color: #1ab794;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 767px) {
  .pr__left {
    float: none;
    width: 100%;
  }
}
.pr__left h3 {
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.mostsearch .item {
  padding: 10px 0;
  border-bottom: 1px dashed #bce6d7;
}
.mostsearch a {
  text-decoration: underline;
  font-size: 13px;
  font-weight: 600;
}
.pr__form {
  margin-bottom: 30px;
}
.pr__form .item {
  float: left;
  width: 70%;
}
.pr__form .item + .item {
  width: 30%;
}
.pr__form input[type=submit] {
  background-color: #1ac594;
  background-image: -webkit-gradient(linear, left top, right top, from(#1ac594), to(#1eaa8b));
  background-image: -webkit-linear-gradient(left, #1ac594, #1eaa8b);
  background-image: -moz-linear-gradient(left, #1ac594, #1eaa8b);
  background-image: -ms-linear-gradient(left, #1ac594, #1eaa8b);
  background-image: -o-linear-gradient(left, #1ac594, #1eaa8b);
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.pr__navigation {
  font-size: 0;
  margin-bottom: 24px;
}
.pr__navigation > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.pr__navigation .active > a {
  color: #1ab794;
  text-decoration: underline;
}
.pr__navigation a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #6d6d6d;
  text-decoration: none;
}
.pr__navigation a:hover {
  color: #1ab794;
  text-decoration: none;
}
.page-template-template-jak-se-objednat .advantages.bgc {
  background-color: #ffffff;
}
.page-template-template-jak-se-objednat .machines {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page-template-template-jak-se-objednat .machines__text {
  padding-top: 90px;
  padding-bottom: 90px;
}
.page-template-template-jak-se-objednat .machines__text h3 {
  text-transform: uppercase;
}
.howin {
  *zoom: 1;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: normal;
}
.howin:before,
.howin:after {
  content: "";
  display: table;
}
.howin:after {
  clear: both;
}
.howin h2 {
  text-transform: uppercase;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  color: #1ab794;
  margin-bottom: 30px;
}
.howin__left {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-right: 60px;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .howin__left {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.howin__left li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
.howin__left li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  font-weight: bold;
}
.howlist > li {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.howlist strong {
  color: #1ab794;
}
.howlist .fas {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
}
.howin__right {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  width: 60%;
}
@media all and (max-width: 767px) {
  .howin__right {
    width: 100%;
    display: block;
  }
}
.how--ambulance .howin {
  max-width: 780px;
}
.how--ambulance .howin__left {
  display: block;
  width: 100%;
  padding-right: 0;
}
.how--ambulance .howin__left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .how--ambulance .howin__left ul {
    display: block;
  }
}
.how--ambulance .howin__left ul li {
  width: 48%;
  margin-right: 4%;
}
@media all and (max-width: 767px) {
  .how--ambulance .howin__left ul li {
    margin-right: 0;
  }
}
.how--ambulance .howin__left ul li:nth-child(even) {
  margin-right: 0;
}
.medailon {
  display: table;
  width: 100%;
  border: 2px solid #1ab794;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media all and (max-width: 450px) {
  .medailon {
    display: block;
  }
}
.medailon__left {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  text-align: center;
  background-color: #13b182;
  background: -webkit-gradient(linear, left top, left bottom, from(#13b182), to(#179679));
  background: -webkit-linear-gradient(top, #13b182, #179679);
  background: -moz-linear-gradient(top, #13b182, #179679);
  background: -ms-linear-gradient(top, #13b182, #179679);
  background: -o-linear-gradient(top, #13b182, #179679);
  color: #ffffff;
  padding: 40px;
}
@media all and (max-width: 450px) {
  .medailon__left {
    display: block;
    width: 100%;
  }
}
.medailon__right {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
  padding: 40px 60px;
  color: #1ab794;
}
@media all and (max-width: 450px) {
  .medailon__right {
    display: block;
    width: 100%;
  }
}
.medailon__img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px auto;
}
.medailon__name {
  font-size: 16px;
  line-height: 24px;
}
.medailon__position {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.medailon__contact {
  margin-bottom: 0;
  line-height: 24px;
}
.medailon__contact strong {
  font-size: 18px;
}
.medailon__info {
  border-top: 1px dashed #1ab794;
  padding-top: 20px;
}
.medailon__info p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.showcase__doctor {
  background: #1ca98c url(../images/web/bg-showcase-doctor.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .showcase__doctor .howlist > li {
    padding-left: 0 !important;
  }
}
.showcase__doctor .howlist .fas {
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .showcase__doctor .howlist .fas {
    display: none;
  }
}
.showcase__doctor .item .wrap {
  padding-left: 430px;
  padding-top: 100px !important;
  padding-bottom: 130px !important;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__doctor .item .wrap {
    padding-left: 30% !important;
  }
}
@media all and (max-width: 767px) {
  .showcase__doctor .item .wrap {
    padding-left: 3% !important;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .showcase__doctor#slider .item__text {
    width: 100%;
  }
}
.showcase__doctor .item__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 235px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .showcase__doctor .item__img {
    left: 3%;
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .showcase__doctor .item__img {
    width: 235px;
    left: 0;
    position: relative;
    top: 0;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin: 0 auto 20px auto;
  }
}
.showcase__doctor .item__img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.doctor__about__img {
  float: left;
  width: 50%;
}
@media all and (max-width: 767px) {
  .doctor__about__img {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
.doctor__about__text {
  float: left;
  padding-left: 5%;
  width: 50%;
  padding-top: 0;
}
@media all and (max-width: 767px) {
  .doctor__about__text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.doctor__about__text p:first-of-type {
  margin-top: 0;
}
.doctor__about__text ul > li {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.doctor__about__text ul strong {
  color: #1ab794;
}
.doctor__about__text ul .fas {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
}
.doctorinfo__navigation {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doctorinfo__navigation .item {
  width: 25%;
  padding: 0 20px;
  text-align: center;
  font-family: 'roboto';
  font-weight: 400;
  font-size: 16px;
  color: #898989;
  cursor: pointer;
}
@media all and (max-width: 500px) {
  .doctorinfo__navigation .item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.doctorinfo__navigation .item__icon {
  height: 100px;
  line-height: 100px;
}
.doctorinfo__navigation .item__icon img,
.doctorinfo__navigation .item__icon svg {
  max-height: 90px;
  display: inline-block !important;
}
.doctorinfo__navigation .item.active {
  color: #1ab794;
}
.doctorinfo__navigation .item.active .item__title:after {
  background-color: #1ab794;
}
.doctorinfo__navigation .item__title {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
}
.doctorinfo__navigation .item__title:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.doctor__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: none;
}
.doctor__content.active {
  display: block;
}
.doctor__content ul > li {
  padding-left: 36px;
}
.doctor__content ul > li:before {
  content: '\f058' !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  background: none !important;
  color: #1ab794;
  font-size: 20px;
  top: 1px;
}
.dp {
  max-width: 1200px;
  margin: 0 auto 30px auto;
  width: 100%;
}
.dp .breadcrumbs {
  position: relative;
  bottom: 0;
  color: #949494;
  margin-bottom: 40px;
}
.dp .breadcrumbs a {
  color: #949494;
}
.dps__pobocka {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.dps__info {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 50px;
}
.dps__info__title {
  font-family: 'roboto';
  font-weight: 100;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  padding: 40px;
  background-color: #19bb94;
  background-image: -webkit-gradient(linear, left top, right top, from(#19bb94), to(#1ea18b));
  background-image: -webkit-linear-gradient(left, #19bb94, #1ea18b);
  background-image: -moz-linear-gradient(left, #19bb94, #1ea18b);
  background-image: -ms-linear-gradient(left, #19bb94, #1ea18b);
  background-image: -o-linear-gradient(left, #19bb94, #1ea18b);
}
.dps__info__content {
  display: table;
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dps__info__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 400px) {
  .dps__info__content {
    display: block;
  }
}
.dps__col {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: 'roboto';
  font-weight: 700;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dps__col {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (max-width: 400px) {
  .dps__col {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.dps__col:nth-of-type(1),
.dps__col:nth-of-type(2) {
  padding-left: 30px;
  padding-right: 30px;
}
.dps__col:nth-of-type(2) {
  color: #1ab794;
  border-left: 1px dashed #b3efde;
  text-align: center;
}
.dps__col li {
  position: relative;
  padding-left: 20px;
}
.dps__col li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 13px;
  line-height: 30px;
  color: #1ab794;
  font-weight: bold;
}
.dps__off {
  *zoom: 1;
}
.dps__off:before,
.dps__off:after {
  content: "";
  display: table;
}
.dps__off:after {
  clear: both;
}
.dps__off__col {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 650px) {
  .dps__off__col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.dps__off__col + .dps__off__col {
  margin-right: 0;
}
.dps__off__col h2,
.dps__off__col h3,
.dps__off__col h4,
.dps__off__col h5,
.dps__off__col h6 {
  text-transform: uppercase;
  color: #1ab794;
  font-size: 14px;
  font-family: 'roboto';
  font-weight: 700;
  margin-bottom: 20px;
}
.dps__off__col li {
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
}
.dps__off__col li:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 13px;
  line-height: 24px;
  color: #1ab794;
  font-weight: bold;
}
#wpcf7-f601-p21016-o1 p {
  *zoom: 1;
}
#wpcf7-f601-p21016-o1 p:before,
#wpcf7-f601-p21016-o1 p:after {
  content: "";
  display: table;
}
#wpcf7-f601-p21016-o1 p:after {
  clear: both;
}
.dps__off__info {
  clear: both;
  border-top: 1px dashed #b3efde;
  padding-top: 20px;
  margin-top: 20px;
}
.dps__off__info p {
  margin: 0;
  font-size: 11px;
  line-height: 18px;
  color: #6d6d6d;
  max-width: 590px;
  width: 100%;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
  background-color: #ffffff;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #1ab794;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.paginator .current {
  color: #000000;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.showcase__pobocky {
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
}
.showcase__pobocky#slider .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
  position: initial;
}
.showcase__pobocky#slider .item__text {
  width: 100%;
  padding-right: 30px;
}
.showcase__pobocky a {
  color: #ffffff;
  text-decoration: underline;
}
.showcase__pobocky .breadcrumbs {
  bottom: 0;
}
.pob__info {
  width: 50%;
  position: relative;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  .pob__info {
    width: 100%;
  }
}
.pob__map {
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .pob__map {
    width: 100%;
    position: relative;
    height: 250px;
    margin-top: 30px;
  }
}
.pob__map iframe {
  display: block;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
.pob__contacts {
  margin-bottom: 40px;
}
.pob__contact .pobitem {
  padding-left: 34px;
  position: relative;
  margin-bottom: 10px;
}
.pob__contact .pobitem__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 26px;
  font-size: 20px;
}
.pobmenu {
  border: 1px solid #1ab794;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 600px) {
  .pobmenu {
    display: block;
    font-size: 0;
  }
}
.pobmenu .item {
  width: 16.66%;
  text-align: center;
  border-right: 1px solid #1ab794;
}
@media all and (max-width: 600px) {
  .pobmenu .item {
    width: 100%;
    display: block;
    border: none;
    font-size: 13px;
    float: none;
  }
}
.pobmenu .item:last-child {
  border-right: none;
}
.pobmenu a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 20px;
}
@media all and (max-width: 600px) {
  .pobmenu a {
    padding: 8px;
  }
}
.pobmenu--ambulance .item {
  width: 33%;
}
@media all and (max-width: 600px) {
  .pobmenu--ambulance .item {
    width: 100%;
  }
}
.zakrok__pobmenu .item {
  width: 20%;
}
@media all and (max-width: 600px) {
  .zakrok__pobmenu .item {
    width: 100%;
  }
}
.clinica__left {
  width: 40%;
  float: left;
  padding-right: 50px;
}
@media all and (max-width: 767px) {
  .clinica__left {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.clinica__left ul > li {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.clinica__left ul strong {
  color: #1ab794;
}
.clinica__left ul li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  font-weight: bold;
}
.clinica__left p {
  text-align: justify;
}
.clinica__right {
  width: 60%;
  float: left;
}
@media all and (max-width: 767px) {
  .clinica__right {
    width: 100%;
    float: none;
  }
}
.clinica__right ul > li {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.clinica__right ul strong {
  color: #1ab794;
}
.clinica__right ul li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  font-weight: bold;
}
.clinica__right p {
  text-align: justify;
}
.clinica h3 {
  color: #1ab794;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.clinica h3.block__title {
  text-transform: none;
  font-size: 50px;
  line-height: 56px;
  font-weight: 100;
}
#pobocka-slider .carousel-item {
  height: 400px;
}
#pobocka-slider .carousel-control {
  display: block;
  height: 44px;
  width: 44px;
  background: url(../images/icons/slider-controls.png) 0 0 no-repeat !important;
  -webkit-background-size: 44px auto !important;
  background-size: 44px auto !important;
  margin: 0 !important;
  font-size: 0 !important;
  float: left;
}
#pobocka-slider .carousel-control:hover {
  opacity: 0.8;
}
#pobocka-slider .carousel-control span {
  display: none;
}
#pobocka-slider .right {
  background-position: 0 bottom !important;
  float: right;
}
#pobocka-slider .carousel-controls {
  width: 100px;
  position: absolute;
  top: -70px;
  right: 0;
}
.single-pobocky .how {
  background-color: #ffffff !important;
}
.traff {
  *zoom: 1;
}
.traff:before,
.traff:after {
  content: "";
  display: table;
}
.traff:after {
  clear: both;
}
.trafblock {
  width: 48%;
  float: left;
}
@media all and (max-width: 767px) {
  .trafblock {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}
.trafblock:first-of-type {
  margin-right: 4%;
}
.trafblock__top {
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
  text-transform: uppercase;
  padding: 20px 40px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.trafblock__top .svg,
.trafblock__top img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
}
.trafblock__top .svg path,
.trafblock__top img path {
  fill: #ffffff;
}
.trafblock__top span {
  display: inline-block;
  vertical-align: middle;
}
.tracc {
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.tracc p {
  font-size: 12px;
  line-height: 18px;
}
.tracc .ui-accordion-header {
  border: 1px solid #1ab794;
  padding: 20px;
  margin: 0;
  position: relative;
  border-top: none;
}
.tracc .ui-accordion-header.ui-state-active {
  border-bottom: none;
}
.tracc .ui-accordion-header.ui-state-active:before {
  content: "-";
  background-color: #ffffff;
  color: #1ab794;
  border: 1px solid #1ab794;
}
.tracc .ui-accordion-header:before {
  content: "+";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  background-color: #1ab794;
  font-weight: 400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.traftext {
  border: 1px solid #1ab794;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.traftext p:first-of-type {
  margin-top: 0;
}
.traftext.ui-accordion-content-active {
  border-top: none;
}
.pobockylist .item__img {
  height: 150px;
  margin-bottom: 20px;
  position: relative;
}
.pobockylist .item__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.pobockylist .item__info {
  padding-left: 40px;
  padding-right: 40px;
}
.pobockylist .item__title {
  font-size: 18px;
  line-height: 24px;
  font-family: 'roboto';
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
}
.pobockylist p {
  color: #1ab794;
}
.pobockylist .owl-nav {
  width: 100px;
  *zoom: 1;
  margin: 0 auto;
  position: relative;
  height: 44px;
  top: 40px;
}
.pobockylist .owl-nav:before,
.pobockylist .owl-nav:after {
  content: "";
  display: table;
}
.pobockylist .owl-nav:after {
  clear: both;
}
.pobockylist .owl-nav button {
  display: block !important;
  height: 44px !important;
  width: 44px !important;
  background: url(../images/icons/slider-controls.png) 0 0 no-repeat !important;
  -webkit-background-size: 44px auto !important;
  background-size: 44px auto !important;
  margin: 0 !important;
}
.pobockylist .owl-nav button:hover {
  opacity: 0.8;
}
.pobockylist .owl-nav span {
  display: none;
}
.pobockylist .owl-nav .owl-prev {
  float: left;
}
.pobockylist .owl-nav .owl-next {
  float: right;
  background-position: 0 bottom !important;
}
.accomolist {
  font-size: 0;
}
.accomolist .item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .accomolist .item {
    width: 100%;
    display: block;
  }
}
.accomolist .item__img {
  height: 146px;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.accomolist .item__info {
  padding: 20px;
  border-left: 4px solid #f2f2f2;
  border-right: 4px solid #f2f2f2;
}
.accomolist .item__info p {
  font-size: 13px;
  line-height: 18px;
}
.accomolist .item__meta {
  background-color: #f2f2f2;
  padding: 10px;
  color: #1ab794;
  line-height: 18px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.accomolist .item__meta a {
  text-transform: uppercase;
}
.accomolist .item__meta p {
  margin: 5px 0 0 0;
  line-height: 18px;
}
.accomolist .item__title {
  font-size: 18px;
  line-height: 24px;
}
.accomolist .item__title a {
  color: #000000;
  text-decoration: none;
}
.accomolist .item__title a:hover {
  color: #e08800;
}
.post-template-default .slide .item:before,
.reference-template-default .slide .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.aboutg {
  *zoom: 1;
}
.aboutg:before,
.aboutg:after {
  content: "";
  display: table;
}
.aboutg:after {
  clear: both;
}
.aboutg__main {
  float: left;
  width: 83%;
  margin-right: 2%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutg__main {
    margin-right: 0;
    float: none;
    width: 100%;
  }
}
.aboutg__main h3 {
  background-color: #f6f6f6;
  color: #1ab794;
  font-family: 'roboto';
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 40px;
}
.tos-caption {
  display: none !important;
}
.tos-close span::after,
.tos-next span {
  right: 60% !important;
}
.tos-close span::after,
.tos-close span::before {
  width: 20px !important;
  height: 20px !important;
}
.aboutg__thumbs {
  float: left;
  width: 15%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutg__thumbs {
    float: none;
    width: 100%;
    *zoom: 1;
  }
  .aboutg__thumbs:before,
  .aboutg__thumbs:after {
    content: "";
    display: table;
  }
  .aboutg__thumbs:after {
    clear: both;
  }
}
.aboutg__thumbs li {
  display: none;
  margin-bottom: 19px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutg__thumbs li {
    width: 31.33%;
    margin-right: 3%;
    float: left;
  }
}
@media all and (max-width: 500px) {
  .aboutg__thumbs li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.aboutg__thumbs li:nth-child(1),
.aboutg__thumbs li:nth-child(2),
.aboutg__thumbs li:nth-child(3) {
  display: block;
}
.aboutg__thumbs li:nth-child(3) {
  margin-bottom: 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .aboutg__thumbs li:nth-child(3) {
    margin-right: 0;
  }
}
.aboutg__thumbs a {
  height: 180px;
  display: block;
}
.aboutg__main__img {
  height: 470px;
}
.inq {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.inq h3 {
  font-family: 'roboto';
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}
.page-template-template-objednat-se .header,
.page-template-template-odeslano .header {
  border-bottom: 1px solid #f4f4f4;
}
.cfrm__sended h3 {
  font-family: 'roboto';
  font-weight: 100;
  font-size: 30px;
  line-height: 36px;
}
.text-center {
  text-align: center !important;
}
.maw1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.career__text {
  *zoom: 1;
  margin-bottom: 60px;
}
.career__text:before,
.career__text:after {
  content: "";
  display: table;
}
.career__text:after {
  clear: both;
}
.career__text__left {
  /*float: left;
	width: 62%;*/
  width: 100%;
}
@media all and (max-width: 767px) {
  .career__text__left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
.career__text__right {
  width: 34%;
  float: right;
}
@media all and (max-width: 767px) {
  .career__text__right {
    float: none;
    width: 100%;
  }
}
#vypis-pozic > .wrap {
  padding-top: 0;
}
.career__text__small .wrap {
  padding-bottom: 0;
}
.career__text__small .career__text__left,
.career__text__small .career__text {
  margin-bottom: 0;
}
.career__box {
  padding: 60px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.career__box h3 {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.career__box ul {
  margin: 20px 0 !important;
  font-weight: 600;
}
ul.benefits {
  font-size: 0;
  padding: 0 60px;
  margin-bottom: 40px;
}
ul.benefits li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #1ab794;
}
@media all and (max-width: 767px) {
  ul.benefits li {
    width: 33.33%;
  }
}
@media all and (max-width: 550px) {
  ul.benefits li {
    width: 50%;
  }
}
ul.benefits .item__icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  display: block;
  margin: 0 auto;
}
ul.benefits .item__icon img {
  max-width: 90%;
  max-height: 80px;
}
ul.benefits .item__title {
  font-size: 13px;
  display: block;
  line-height: 18px;
}
@media all and (max-width: 650px) {
  .referencepeople {
    display: block;
  }
}
.referencepeople .item {
  padding: 0;
  width: 48.50%;
}
@media all and (max-width: 650px) {
  .referencepeople .item {
    width: 100%;
    display: block;
  }
}
.referencepeople .item:nth-child(odd) {
  margin-right: 3%;
}
.referencepeople .item:nth-child(even) {
  margin-right: 0;
}
.referencepeople .item.video .item__video:after,
.referencepeople .item.video .item__video:before {
  display: block;
}
.referencepeople .item__video {
  height: 340px;
}
.referencepeople .item__video:after,
.referencepeople .item__video:before {
  display: none;
}
.referencepeople .item__text__info {
  padding: 30px 50px;
}
.referencepeople .item__text__info p {
  line-height: 30px;
  margin-bottom: 0;
}
.referencepeople .item__title {
  font-family: 'roboto';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.referencepeople .position {
  color: #1ab794;
}
.referencemp.referencepeople .video .item__video:before,
.referencemp.referencepeople .video .item__video:after {
  display: block;
}
.referencemp.referencepeople .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.referencemp.referencepeople .owl-item {
  background-color: #ffffff;
  float: none;
}
.referencemp.referencepeople .item {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.referencemp.referencepeople .item__text__info {
  padding-bottom: 0;
}
.referencemp.referencepeople .owl-stage-outer {
  margin-bottom: 30px;
}
.owl-nav {
  text-align: left !important;
  width: 100%;
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block !important;
  /*@media @tablet, @mobile {
		top: 0;
		.adisabled;
		width: 100px;
		text-align: center !important;
		position: relative;
		margin-top: 30px !important;
		margin-left: auto;
		margin-right: auto;
	}*/
}
@media all and (max-width: 1300px) {
  .owl-nav {
    display: none !important;
  }
}
.owl-nav button {
  font-size: 0 !important;
  width: 10px !important;
  height: 49px !important;
  color: #ffffff !important;
  outline: none !important;
  margin: 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-nav button:hover {
  color: #1ab794 !important;
}
.owl-nav .owl-prev {
  left: -50px;
  background: url(../images/arr-left.png) 0 0 no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .owl-nav .owl-prev {
    float: left;
  }
}
.owl-nav .owl-next {
  right: -50px;
  background: url(../images/arr-right.png) 0 0 no-repeat !important;
  -webkit-background-size: 10px 49px !important;
  background-size: 10px 49px !important;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .owl-nav .owl-next {
    float: right;
  }
}
.dps__col.video {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dps__col.video {
    height: 300px;
  }
}
.dps__col.video:hover:before {
  background: rgba(0, 0, 0, 0.75);
}
.dps__col.video:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dps__col.video:after {
  color: #e08800;
  content: "\f144";
  font-family: 'Font Awesome 5 Free';
  font-size: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.dps__col.video a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.callus .block-top h2 {
  color: #606478;
}
.callus .block-top {
  margin-bottom: 60px;
}
.calluslist {
  color: #606478;
  font-size: 0;
  letter-spacing: normal;
}
.calluslist .medailon {
  border: none;
  letter-spacing: 0.10em;
}
.calluslist .item {
  text-align: center;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
@media all and (max-width: 767px) {
  .calluslist .item {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.calluslist .medailon__name {
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
}
.calluslist .medailon__contact strong {
  margin-left: 6px;
}
.callus__social {
  position: absolute;
  right: 0;
  top: 48px;
  *zoom: 1;
}
.callus__social:before,
.callus__social:after {
  content: "";
  display: table;
}
.callus__social:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .callus__social {
    right: 3%;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .callus__social {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    font-size: ;
  }
}
.callus__social li {
  float: left;
  margin-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .callus__social li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.callus__social li:first-child {
  margin-left: 0;
}
.callus__social a {
  background-color: #ffffff;
  width: 68px;
  height: 68px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  text-decoration: none;
  color: #606478;
  display: block;
  font-size: 30px;
}
.callus__social a:hover {
  background-color: #1ab794;
  color: #ffffff;
}
.career__filter {
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  padding: 0 14px;
}
.career__filter__list {
  font-size: 0;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .career__filter__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.career__filter__list .item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 20%;
  padding: 30px 5px !important;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .career__filter__list .item {
    width: 33%;
    padding: 0 5px !important;
    margin: 5px 0;
  }
}
@media all and (max-width: 767px) {
  .career__filter__list .item {
    width: 50%;
  }
}
@media all and (max-width: 550px) {
  .career__filter__list .item {
    width: 100%;
    display: block;
  }
}
.career__filter__list .item__icon {
  position: absolute;
  display: block;
  width: 68px;
  left: 0;
  top: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #f0f1f5;
}
.career__filter__list .item__icon img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.career__filter__list .item__count {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0f1f5;
  line-height: 36px;
  color: #1ab794;
  font-size: 12px;
  display: block;
  text-align: center;
}
.career__filter__list a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'roboto';
  font-weight: 700;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 80px;
  padding-right: 70px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 12px;
}
.career__filter__list .active a,
.career__filter__list a:hover {
  background-color: #e08800;
  color: #ffffff;
  text-decoration: none;
}
.career__filter__list .active a .item__icon,
.career__filter__list a:hover .item__icon {
  background-color: #ffffff;
}
ul.pozice .item {
  display: none;
}
ul.pozice .item__title {
  display: table-cell;
  vertical-align: middle;
  width: 54%;
  padding-right: 20px;
  font-family: 'roboto';
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media all and (max-width: 550px) {
  ul.pozice .item__title {
    width: 100%;
    display: block;
    text-align: center;
  }
}
ul.pozice .item__position {
  display: table-cell;
  vertical-align: middle;
  width: 28%;
  padding-right: 20px;
}
@media all and (max-width: 550px) {
  ul.pozice .item__position {
    width: 100%;
    display: block;
    text-align: center;
  }
}
ul.pozice .item__pobocka {
  display: table-cell;
  vertical-align: middle;
  width: 18%;
  padding-right: 20px;
}
@media all and (max-width: 550px) {
  ul.pozice .item__pobocka {
    width: 100%;
    display: block;
    text-align: center;
  }
}
ul.pozice a {
  display: table;
  text-decoration: none;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
@media all and (max-width: 550px) {
  ul.pozice a {
    width: 100%;
    display: block;
  }
}
.dp__form .block__title {
  color: #606478;
}
.dp__form .labelex {
  color: #000000;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.dp__form input[type=text],
.dp__form input[type=email] {
  width: 80%;
}
@media all and (max-width: 767px) {
  .dp__form input[type=text],
  .dp__form input[type=email] {
    width: 100%;
  }
}
.dp__form .sou {
  margin-top: 30px;
}
.dp__form textarea {
  width: 80%;
}
@media all and (max-width: 767px) {
  .dp__form textarea {
    width: 100%;
  }
}
.dp__form .image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #000000;
  background-color: #ffffff;
  border-color: #ccc;
}
.dp__form .image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dp__form .image-preview-input-title {
  margin-left: 2px;
}
.dp__form .image-preview {
  width: 80%;
  margin-top: 7px;
}
.dp__form .image-preview input[type=text] {
  width: 100%;
  height: 33px;
  background-color: #ffffff;
  color: #000000;
}
.dp__form-top .cfrm-wrap:nth-child(2) .labelex {
  left: -16px;
}
.dp__form-top,
.dp__form-bottom {
  *zoom: 1;
  margin-bottom: 30px;
}
.dp__form-top:before,
.dp__form-bottom:before,
.dp__form-top:after,
.dp__form-bottom:after {
  content: "";
  display: table;
}
.dp__form-top:after,
.dp__form-bottom:after {
  clear: both;
}
.dp__form p {
  margin: 0;
}
.dp__form br {
  display: none;
}
.dp__form-wrap {
  float: left;
  width: 50%;
  position: relative;
  padding-left: 192px;
}
@media all and (max-width: 767px) {
  .dp__form-wrap {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.dp__form-wrap .labelex {
  position: absolute;
  left: 38px;
  top: 0;
  line-height: 47px;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .dp__form-wrap .labelex {
    position: relative;
    display: block;
    left: 0 !important;
  }
}
.dp__form-bottom .cfrm-wrap {
  width: 100%;
}
.dp__form-top .cfrm-wrap:nth-child(2) .labelex {
  left: 40px;
}
.dp__form-title {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'roboto';
  font-weight: 400;
  color: #1ab794;
  text-align: right;
  float: right;
  line-height: 46px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dp__form-title {
    text-align: left;
    float: none;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .dp__form-title {
    font-size: 30px;
  }
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dp__form-title br {
    display: none;
  }
}
.dp__form input[type=submit] {
  float: right;
  background-color: #e08800;
  color: #ffffff;
  border: none;
}
@media all and (max-width: 600px) {
  .dp__form input[type=submit] {
    float: none;
    margin: 0 auto;
    display: block;
    width: 200px;
  }
}
.dp__form input[type=text],
.dp__form input[type=email] {
  height: 47px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 20px;
  display: block;
  width: 100%;
  color: #000000;
}
.dp__form textarea {
  height: 100px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  display: block;
  width: 100%;
  color: #000000;
}
.dp__form .policy {
  margin-top: 3px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .dp__form .policy {
    margin-top: 3px;
    text-align: left;
    padding-top: 0;
    clear: none;
  }
}
@media all and (max-width: 600px) {
  .dp__form .policy {
    text-align: center;
  }
}
.dp__form .policy a {
  color: #1ab794 !important;
}
ul.pojmylist .item {
  margin-bottom: 30px;
}
ul.pojmylist .item__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
ul.pojmylist .item__title a {
  text-decoration: none;
}
ul.pojmylist p {
  margin: 10px 0;
}
.single-zakroky .about-advantages,
.single-zakroky .how {
  background-color: #ffffff;
}
.czakrok .clinica__left h3 {
  font-family: 'roboto';
  font-weight: 100;
  text-transform: none;
  font-size: 42px;
  line-height: 50px;
}
.claim {
  height: 360px;
  position: relative;
  color: #ffffff;
  text-align: center;
}
.claim__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}
.claim__inner h4 {
  font-size: 54px;
  line-height: 64px;
  text-transform: uppercase;
  font-family: 'roboto';
  font-weight: 400;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .claim__inner h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.czakrok .clinica__left {
  width: 50%;
}
@media all and (max-width: 767px) {
  .czakrok .clinica__left {
    width: 100%;
  }
}
.czakrok .clinica__right {
  width: 50%;
}
@media all and (max-width: 767px) {
  .czakrok .clinica__right {
    width: 100%;
  }
}
.afterday .history-info {
  display: table;
  width: 100%;
  padding: 0;
}
@media all and (max-width: 600px) {
  .afterday .history-info {
    display: block;
  }
}
.afterday .history-info__text {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding: 100px 60px;
  width: 60%;
}
@media all and (max-width: 600px) {
  .afterday .history-info__text {
    display: block;
    width: 100%;
  }
}
.afterday .history-info__text h3 {
  color: #1ab794;
}
.afterday .history-info__img {
  float: none;
  display: table-cell;
  vertical-align: middle;
  margin-left: 0;
  width: 40%;
  position: relative;
}
@media all and (max-width: 600px) {
  .afterday .history-info__img {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
  }
}
.afterday .history-info__img a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
}
.afterday .history-info__img:before {
  content: "";
  background: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.afterday .history-info__img:after {
  content: "";
  background-color: #e08800;
  -webkit-mask: url(../images/icons/icons__play.svg) center center no-repeat;
  mask: url(../images/icons/icons__play.svg) center center no-repeat;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.modal-dialog {
  width: 100%;
  max-width: 80%;
}
@media all and (max-width: 1200px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 767px) {
  .modal-dialog {
    max-width: 90%;
  }
}
.modal-dialog iframe {
  display: block;
  width: 100% !important;
  min-height: 80vh !important;
}
@media all and (max-width: 767px) {
  .modal-dialog iframe {
    min-height: 400px !important;
  }
}
.modal-header {
  border-bottom: none;
  padding: 0;
}
@media all and (max-width: 600px) {
  .modal-header {
    padding-top: 20px;
  }
}
.modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  color: #8d8c8c;
  font-weight: 300;
  text-shadow: none;
  opacity: 1 !important;
  font-size: 30px;
}
@media all and (max-width: 600px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
  }
}
#map {
  height: 400px;
}
#modal__video .modal-header {
  padding-bottom: 40px;
}
.modal-content {
  background-color: #000000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-content iframe {
  border: none;
}
#modal_newsletter {
  background: rgba(26, 183, 148, 0.6) !important;
  padding-right: 0 !important;
}
#modal_newsletter .modal-dialog {
  max-width: 830px;
}
@media all and (max-width: 500px) {
  #modal_newsletter .modal-dialog {
    margin: 0;
  }
}
#modal_newsletter .modal-content {
  background-color: #ffffff;
}
#modal_newsletter .modal-body {
  padding: 50px;
}
#modal_newsletter .main {
  margin-top: 30px;
}
#clo {
  color: #1ab794;
  margin-bottom: 20px;
  font-size: 30px;
  opacity: 1 !important;
}
#clo:hover {
  color: #e08800;
}
.ztabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ztabs__menu .item {
  width: 31.33%;
  margin-right: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ztabs__menu .item:nth-child(3) {
  margin-right: 0;
}
.ztabs__menu a {
  display: block;
  background-color: #f0f1f5;
  text-decoration: none;
  padding: 30px 128px 70px 50px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .ztabs__menu a {
    padding: 10px;
    text-align: center;
  }
}
.ztabs__menu a:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #1ab794;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  z-index: 1;
}
.ztabs__menu .button {
  position: absolute;
  bottom: 20px;
  left: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 13px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .ztabs__menu .button {
    display: none;
  }
}
.ztabs__menu .button:hover {
  background-color: #e08800 !important;
  color: #ffffff;
}
.ztabs__menu .item__title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: 'roboto';
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .ztabs__menu .item__title {
    font-size: 13px;
    line-height: 20px;
  }
}
.ztabs__menu .item__icon {
  top: 0;
  position: absolute;
  right: 30px;
  width: 100px;
  height: 100%;
  display: block;
  text-align: center;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .ztabs__menu .item__icon {
    display: none;
  }
}
.ztabs__menu .item__icon img {
  max-width: 90%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ztabs__menu .item__icon__hover {
  display: none;
}
.ztabs__menu a:hover,
.ztabs__menu a.active {
  background-color: #1ab794;
  color: #ffffff;
  text-decoration: none;
}
.ztabs__menu a:hover:after,
.ztabs__menu a.active:after {
  display: block;
}
.ztabs__menu a:hover .item__icon__normal,
.ztabs__menu a.active .item__icon__normal {
  display: none;
}
.ztabs__menu a:hover .item__icon__hover,
.ztabs__menu a.active .item__icon__hover {
  display: block;
}
.ztabs .wrap {
  padding-bottom: 0;
}
.ztabs__content {
  padding: 40px 0 0 0;
  display: none;
  font-size: 13px;
  line-height: 20px;
}
.ztabs__content.active {
  display: block;
}
.ztabs__content a {
  color: #e08800;
}
.ztabs__content a:hover {
  color: #1ab794;
}
.ztabs__content p {
  font-size: 13px;
  line-height: 20px;
}
.ztabs__content ol {
  font-size: 0;
  letter-spacing: normal;
  list-style-type: none;
}
.ztabs__content ol li {
  width: 31.33%;
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 20px;
  margin-right: 3%;
  counter-increment: item;
  position: relative;
  padding-left: 70px;
}
@media all and (max-width: 767px) {
  .ztabs__content ol li {
    width: 100%;
    margin-right: 0;
  }
}
.ztabs__content ol li:nth-child(3n+3) {
  margin-right: 0;
}
.ztabs__content ol li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #1ab794;
  background-color: #ffffff;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  font-family: 'roboto';
  font-weight: 700;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.search-form .rowex {
  *zoom: 1;
}
.search-form .rowex:before,
.search-form .rowex:after {
  content: "";
  display: table;
}
.search-form .rowex:after {
  clear: both;
}
.search-form .item {
  float: left;
  width: 57%;
}
.search-form .item + .item {
  width: 40%;
  margin-left: 3%;
}
.search-form-main .item {
  width: 31.33%;
}
.search-form-main .item + .item + .item {
  margin-left: 3%;
}
.search-form-main .item + .item {
  width: 31.33%;
}
#slider.active .afterbef__inner__circ {
  top: 64px;
}
.afterbef {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 118px;
  text-align: center;
  padding: 58px 0;
}
@media all and (max-width: 400px) {
  .afterbef {
    display: none !important;
  }
}
.afterbef__inner {
  width: 52px;
  height: 112px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  margin: 0 auto;
  position: relative;
}
.afterbef__inner__circ {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.afterbef__inner__circ:hover {
  background-color: #e6e6e6;
}
.afterbef__label {
  font-weight: bold;
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
}
.afterbef__label.p_top {
  top: 0;
}
.afterbef__label.p_bottom {
  bottom: 0;
}
.fags__filter__bottom {
  *zoom: 1;
  margin-top: 30px;
}
.fags__filter__bottom:before,
.fags__filter__bottom:after {
  content: "";
  display: table;
}
.fags__filter__bottom:after {
  clear: both;
}
.fags__filter__bottom .etictop__contact {
  width: 27%;
}
@media all and (max-width: 767px) {
  .fags__filter__bottom .etictop__contact {
    width: 100%;
    float: none;
  }
}
.fags__filter__bottom .etictop__contact p {
  margin-top: 0;
}
.faqitems {
  font-size: 0;
  float: left;
  width: 73%;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .faqitems {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.faqitems .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media all and (max-width: 400px) {
  .faqitems .item {
    display: block;
    margin-right: 0;
    width: 100%;
  }
}
.faqitems a.button {
  padding: 10px 20px;
  font-size: 13px;
  line-height: 18px;
  height: auto;
}
@media all and (max-width: 400px) {
  .faqitems a.button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.faqitems a:hover .fa {
  color: #1ab794;
}
.zakrok__text {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.featured {
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
}
.actions ul.pricinglist {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.actions ul.pricinglist .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  max-width: 346px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}
.requirements ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 30px;
}
.requirements ul li:before {
  content: "";
  height: 2px;
  width: 8px;
  background-color: #1ab794;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}
.requirements .wrap,
.termins .wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.requirements__content {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
.ztabs__menu_t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ztabs__menu_t .item {
  width: 14.16%;
  margin-right: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ztabs__menu_t .item:nth-child(6) {
  margin-right: 0;
}
.ztabs__menu_t a {
  display: block;
  background-color: #f0f1f5;
  text-decoration: none;
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  color: #86868d;
  font-size: 11px;
}
@media all and (max-width: 500px) {
  .ztabs__menu_t a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.ztabs__menu_t a:hover,
.ztabs__menu_t a.active {
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
  color: #ffffff;
  text-decoration: none;
}
.ztabs__content_t {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  height: 0;
  overflow: hidden;
}
.ztabs__content_t.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  height: auto;
}
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon div:first-of-type {
  background-color: #ffffff !important;
}
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-2 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-6 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-10 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-14 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-18 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-29 div:first-of-type {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #18c495 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c)) !important;
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c) !important;
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c) !important;
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c) !important;
  background-image: -o-linear-gradient(left, #18c495, #1ca98c) !important;
  color: #ffffff !important;
}
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-19 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-20 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-21 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-22 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-23 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-2 .wpsbc-legend-item-icon-23 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-23 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-4 .wpsbc-legend-item-icon-23 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-5 .wpsbc-legend-item-icon-23 div:first-of-type,
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-23 div:first-of-type,  
.termins .wpsbc-container.wpsbc-calendar-7 .wpsbc-legend-item-icon-30 div:first-of-type {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ddd !important;
  color: #ffffff !important;
}
.termins .wpsbc-legend-item-2 .wpsbc-date-number,
.termins .wpsbc-legend-item-6 .wpsbc-date-number,
.termins .wpsbc-legend-item-10 .wpsbc-date-number,
.termins .wpsbc-legend-item-14 .wpsbc-date-number,
.termins .wpsbc-legend-item-18 .wpsbc-date-number,
.termins .wpsbc-legend-item-29 .wpsbc-date-number {
  color: #ffffff;
}
.termins .wpsbc-container .wpsbc-calendars .wpsbc-calendar {
  border: none;
}
.termins .wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header,
.termins .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date.wpsbc-gap {
  background: #ffffff;
}
.termins .wpsbc-calendar-header-navigation {
  color: #1ab794;
  font-weight: bold;
  font-size: 16px;
}
#teamclinics h4 {
  font-size: 24px;
  line-height: 30px;
}
.pobockylist.one .owl-item.active,
.pobockylist.one .owl-stage {
  float: none;
  margin: 0 auto !important;
}
/*.pobockylist {
	text-align: center;

	.owl-stage {
		font-size: 0;
		width: 100% !important;
	}

	.owl-item {
		float: none !important;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

}*/
#load-more {
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  html[lang=pl] .header .button {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  html[lang=pl] .header .button {
    display: block;
  }
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  html[lang=pl] .main-menu {
    margin-left: 26px;
  }
}
html[lang=pl] .main-menu > li {
  margin-left: 14px;
}
html[lang=pl] .main-menu > li > a {
  font-size: 13px;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  html[lang=pl] .main-menu > li > a {
    font-size: 12px;
  }
}
.thow {
  padding: 50px;
  background-color: #f7f7f7;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .thow {
    text-align: center;
  }
}
.thow h2 {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  .thow .button {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}
ul.thowlist {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
ul.thowlist li {
  position: relative;
  padding-right: 230px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  ul.thowlist li {
    padding-right: 0;
    text-align: center;
  }
}
ul.thowlist .ans {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
}
@media all and (max-width: 767px) {
  ul.thowlist .ans {
    top: 0;
    position: relative;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    margin-top: 15px;
  }
}
ul.thowlist .ans .item {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
ul.thowlist .ans .item:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: none;
  border: 2px solid #1ab794;
}
ul.thowlist .ans .item.active:after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #1ab794;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
}
ul.thowlist .ans .item + .item {
  margin-left: 30px;
}
.resp.no,
.resp.yes {
  max-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.resp.show {
  max-height: 2000px;
}
.page-id-23457 .main ul:first-of-type > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}
.page-id-23457 .main ul:first-of-type > li:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  font-weight: bold;
  width: auto;
  height: auto;
  background: none;
}
.magenta {
  background-color: #ffffff;
  padding: 30px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 20;
}
@media all and (max-width: 550px) {
  .magenta {
    padding: 16px;
  }
}
.magenta img {
  max-width: 100px;
  height: 100px;
}
@media all and (max-width: 550px) {
  .magenta img {
    max-width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 550px) {
  html[lang="cs"] .home #slider .wrap,
  html[lang="cs"] .page-template-template-kariera #slider .wrap {
    padding-right: 100px !important;
  }
}
.referencemp.referencepeople .item {
  width: 100%;
  margin-right: 0;
  display: block;
}
.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.teampob .wrap {
  max-width: 960px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .poblist .owl-nav {
    display: none !important;
  }
}
.pozice .item__title .svg {
  max-width: 40px;
  height: auto;
  display: inline-block !important;
}
.absolvent {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f1f2f6;
  display: inline-block;
  vertical-align: middle;
}
.single-volna_mista .reference.bgc {
  background-color: #ffffff;
}
.single-volna_mista .reference.bgc .wrap {
  padding-bottom: 0;
}
.notfind {
  display: none;
  margin-top: 50px;
}
.notfind p {
  font-size: 20px;
  color: #999;
  line-height: 26px;
}
html[lang=de] .button {
  padding: 0 20px;
}
html[lang=de] .footer-top > .wrap {
  padding-bottom: 140px;
}
html[lang=de] .footerbox-bottom .button {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  display: block;
  margin-left: 0 !important;
}
html[lang=de] .page-template-template-cenik #slider .item__text .button--inverse {
  display: none;
}
html[lang=de] .branchlist .item__phone strong {
  display: block;
}
html[lang=en] .button {
  padding: 0 20px;
}
html[lang=en] .footer-top > .wrap {
  padding-bottom: 140px;
}
html[lang=en] .footerbox-bottom .button {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  display: block;
  margin-left: 0 !important;
}
html[lang=en] .page-template-template-cenik #slider .item__text .button--inverse {
  display: none;
}
html[lang=en] .branchlist .item__phone strong {
  display: block;
}
.clinlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clinlist .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clinlist .item__img {
  width: 47%;
  min-height: 70px;
}
.clinlist .item__text {
  width: 47%;
  margin-left: 6%;
}
.clinlist .item__text p {
  margin: 0;
  line-height: 24px;
}
.prc__text {
  margin-top: 40px;
}
.pozadat-o-vymenu-karty .wpcf7-list-item {
  display: block;
}
.nextofficesbox {
  margin-top: 80px;
}
.nextofficesbox__item {
  margin-bottom: 60px;
}
.nextofficesbox__item h3.item__title {
  text-transform: uppercase;
  color: #1ab794;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
/* ------------------ HEADER ----------------*/


/* =========================== loga 20 let =======================  */
/*a.logo.logo__en {
  background: url(../images/loga/20let-EN.png) center no-repeat;
  -webkit-background-size: 280px auto;
  background-size: 280px auto;
  width: 280px;
  height: 100px;
}
@media all and (max-width: 1130px) {
  a.logo.logo__en {
    width: 154px;
    -webkit-background-size: 200px auto;
    background-size: 200px auto;
    height: 100px;
  }
}
@media all and (max-width: 500px) {
  a.logo.logo__en {
    width: 130px;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    height: 60px;
  }
}
a.logo.logo__pl {
  background: url(../images/loga/20let-PL.png) center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
  width: 250px;
  height: 100px;
}
@media all and (max-width: 1130px) {
  a.logo.logo__pl {
    width: 160px;
    -webkit-background-size: 160px auto;
    background-size: 160px auto;
    height: 100px;
  }
}
@media all and (max-width: 500px) {
  a.logo.logo__pl {
    width: 130px;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    height: 60px;
  }
}
a.logo.logo__sk {
  display: block;
  float: left;
  background: url(../images/loga/logo-20let.png) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
  width: 250px;
  height: 100px;
}
@media all and (max-width: 1130px) {
  a.logo.logo__sk {
    width: 200px;
    -webkit-background-size: 200px auto;
    background-size: 200px auto;
    height: 100px;
  }
}
@media all and (max-width: 500px) {
  a.logo.logo__sk {
    width: 130px;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    height: 60px;
  }
}
a.logo {
  display: block;
  float: left;
  background: url(../images/loga/logo-20let.png) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
  width: 250px;
  height: 100px;
}
@media all and (max-width: 1130px) {
  a.logo {
    width: 200px;
    -webkit-background-size: 200px auto;
    background-size: 200px auto;
    height: 100px;
  }
}
@media all and (max-width: 500px) {
  a.logo {
    width: 130px;
    -webkit-background-size: 130px auto;
    background-size: 130px auto;
    height: 60px;
  }
}*/
.top {
  background-color: #ebebeb;
  color: #756262;
  font-size: 14px;
  font-family: 'roboto';
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 450px) {
  .top {
    text-align: center;
  }
}
.top > .wrap {
  padding: 16px 0;
  max-width: 90%;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .top > .wrap {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top > .wrap {
    padding: 0;
  }
}
.top a {
  color: #756262;
  text-decoration: none;
}
.top a:hover {
  color: #1ab794;
  text-decoration: none;
}
.header {
  background-color: #ffffff;
  position: relative;
}
.header > .wrap {
  padding: 0 200px 0 0;
  max-width: 90%;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header > .wrap {
    max-width: 100%;
  }
}
.header .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .button {
    position: relative;
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    float: right;
  }
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .button {
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    padding: 0 10px;
    max-width: 120px;
    width: 100%;
    text-align: center;
    margin-top: 34px;
  }
}
@media all and (max-width: 1130px) {
  .header .button {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .header .button {
    display: block;
    margin-right: 20px;
    line-height: 15px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 500px) {
  .header .button {
    margin-top: 12px;
    margin-right: 10px;
  }
}
.header-right {
  *zoom: 1;
  float: right;
}
.header-right:before,
.header-right:after {
  content: "";
  display: table;
}
.header-right:after {
  clear: both;
}
@media all and (max-width: 767px) {
  .header-right {
    margin-top: 7px;
  }
}
.topmenu {
  float: left;
  *zoom: 1;
}
.topmenu:before,
.topmenu:after {
  content: "";
  display: table;
}
.topmenu:after {
  clear: both;
}
@media all and (max-width: 700px) {
  .topmenu {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
.topmenu > li {
  float: left;
  margin-left: 30px;
}
@media all and (max-width: 700px) {
  .topmenu > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .topmenu > li {
    margin-left: 5px;
  }
}
.topmenu > li.current-menu-item > a {
  color: #1ab794;
}
.topmenu > li:first-child {
  margin-left: 0;
}
.topmenu > li > a {
  text-decoration: none;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .topmenu > li > a {
    font-size: 11px;
  }
}
@media all and (max-width: 700px) {
  .topmenu > li > a {
    font-size: 9px;
  }
}
.topmenu .fas,
.topmenu .far,
.topmenu .fa,
.topmenu .fab {
  margin-right: 4px;
}
.top-phone {
  float: left;
}
@media all and (max-width: 767px) {
  .top-phone {
    width: auto;
    text-align: center;
    padding: 10px;
    border-right: 1px solid #dedede;
  }
}
.top-phone .fa {
  /*.horizontal-gradient(@start, @end);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;*/
  color: #1ea18b;
  -moz-transform: scaleX(-1);
  /* Gecko */
  -o-transform: scaleX(-1);
  /* Opera */
  -webkit-transform: scaleX(-1);
  /* Webkit */
  transform: scaleX(-1);
  /* Standard */
  filter: FlipH;
  margin-right: 6px;
}
.top-phone span {
  font-size: 13px;
  color: #848484;
  font-family: 'roboto';
  font-weight: 300;
}
.top-phone strong {
  font-family: 'roboto';
  font-weight: 700;
  font-size: 16px;
  color: #1ab794;
  margin-left: 6px;
}
@media all and (max-width: 500px) {
  .top-phone strong {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .top-phone span,
  .top-phone strong {
    display: none;
  }
}
.top-info {
  font-size: 0;
  float: left;
  margin-left: 10%;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .top-info {
    margin-left: 5%;
  }
}
@media all and (max-width: 767px) {
  .top-info {
    width: auto;
    margin-left: 0;
    text-align: center;
    padding: 10px;
  }
}
.opening {
  display: inline-block;
  vertical-align: middle;
  font-family: 'roboto';
  font-weight: 300;
  font-size: 13px;
  padding-right: 42px;
  border-right: 1px solid #d3d3d3;
  margin-right: 41px;
}
@media all and (max-width: 767px) {
  .opening {
    display: none;
  }
}
.opening strong {
  color: #322129;
  font-family: 'roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.topsearch {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}
.topsearch a {
  color: #1ab794;
}
.topsearch a:hover {
  color: #322129;
}
.langs {
  float: left;
  margin-left: 40px;
  position: relative;
  padding-right: 16px;
}
@media all and (max-width: 700px) {
  .langs {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-left: 20px;
  }
}
@media all and (max-width: 400px) {
  .langs {
    margin-left: 0;
  }
}
.langs.active li {
  display: block;
}
.langs li:first-child:after {
  position: absolute;
  top: 2px;
  right: -17px;
  color: #756262;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 9px;
  cursor: pointer;
  font-weight: bold;
}
.langs li {
  display: none;
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  padding: 4px 6px 4px 12px;
  background-color: #ebebeb;
  text-align: left;
}
.langs li:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.langs li.active {
  display: block;
  position: relative;
  top: 0;
  padding: 0 6px 0 12px;
}
.langs li.active a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.langs li.active:after {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
}
.langs a {
  display: block;
}
.incdec {
  float: left;
  margin-left: 20px;
  font-size: 0;
  position: relative;
  top: -4px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .incdec {
    display: none;
  }
}
.incdec .item {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}
.incdec .item:hover {
  color: #322129;
}
.incdec #decrease {
  font-size: 11px;
  line-height: 11px;
}
.incdec #increase {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}
.nav-up:not(.no__scroll__header) {
  padding-top: 100px;
}
.nav-up:not(.no__scroll__header) .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
/********************* Footer ******************/
.footer {
  margin-top: 40px;
}
.footer-bottom > .wrap {
  padding: 20px 0;
}
.footer-bottom-block.insuarance {
  float: left;
}
@media all and (max-width: 1350px) {
  .footer-bottom-block.insuarance {
    float: none;
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer-bottom-block.prizing {
  float: right;
}
@media all and (max-width: 1350px) {
  .footer-bottom-block.prizing {
    float: none;
    text-align: center;
  }
}
.footer-bottom-block.prizing .footer-bottom__label {
  text-align: right;
}
@media all and (max-width: 1350px) {
  .footer-bottom-block.prizing .footer-bottom__label {
    text-align: center;
  }
}
.footer-bottom__label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
}
.footer-top {
  color: #ffffff;
  background-color: #18c495;
  background-image: -webkit-gradient(linear, left top, right top, from(#18c495), to(#1ca98c));
  background-image: -webkit-linear-gradient(left, #18c495, #1ca98c);
  background-image: -moz-linear-gradient(left, #18c495, #1ca98c);
  background-image: -ms-linear-gradient(left, #18c495, #1ca98c);
  background-image: -o-linear-gradient(left, #18c495, #1ca98c);
}
.footer-top > .wrap {
  padding: 70px 0;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footer-top > .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .footer-top > .wrap {
    padding-bottom: 176px;
  }
}
.footer-top a {
  color: #ffffff;
  text-decoration: none;
}
.footer-top a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__logo__wrap {
  float: left;
  width: 250px;
  position: relative;
}
@media all and (max-width: 1130px) {
  .footer__logo__wrap {
    width: 20%;
  }
}
@media all and (max-width: 650px) {
  .footer__logo__wrap {
    width: 33.33%;
  }
}
@media all and (max-width: 500px) {
  .footer__logo__wrap {
    width: 100%;
  }
}
html[lang=de] .footer-logo {
  background: url(../images/logo-en-white.svg) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
}
@media all and (max-width: 1130px) {
  html[lang=de] .footer-logo {
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 650px) {
  html[lang=de] .footer-logo {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  html[lang=de] .footer-logo {
    width: 100%;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
    background-position: left center;
  }
}
html[lang=en] .footer-logo {
  background: url(../images/logo-en-white.svg) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
}
@media all and (max-width: 1130px) {
  html[lang=en] .footer-logo {
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 650px) {
  html[lang=en] .footer-logo {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  html[lang=en] .footer-logo {
    width: 100%;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
    background-position: left center;
  }
}
html[lang=pl] .footer-logo {
  background: url(../images/icons__logo-PL-white.png) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
}
@media all and (max-width: 1130px) {
  html[lang=pl] .footer-logo {
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 650px) {
  html[lang=pl] .footer-logo {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  html[lang=pl] .footer-logo {
    width: 100%;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
    background-position: left center;
  }
}
.footer-logo {
  display: block;
  background: url(../images/icons/gemini-white.svg) center center no-repeat;
  -webkit-background-size: 250px auto;
  background-size: 250px auto;
  width: 250px;
  height: 100px;
}
@media all and (max-width: 1130px) {
  .footer-logo {
    width: 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
@media all and (max-width: 650px) {
  .footer-logo {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .footer-logo {
    width: 100%;
    -webkit-background-size: 250px auto;
    background-size: 250px auto;
    background-position: left center;
  }
}
.footer__divider {
  clear: both;
  height: 20px;
  width: 100%;
  display: none;
}
@media all and (max-width: 650px) {
  .footer__divider {
    display: block;
  }
}
.footer-menu {
  float: left;
  width: 100%;
  max-width: 140px;
  margin-left: 40px;
}
@media all and (max-width: 1130px) {
  .footer-menu {
    width: 20%;
    margin-left: 0;
    padding-left: 30px;
    max-width: 100%;
  }
}
@media all and (max-width: 650px) {
  .footer-menu {
    width: 33.33%;
  }
}
@media all and (max-width: 500px) {
  .footer-menu {
    width: 50%;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (max-width: 650px) {
  .footer-menu:nth-of-type(3),
  .footer-menu:nth-of-type(4) {
    width: 50%;
    padding-left: 0 !important;
    padding-right: 30px;
  }
}
.footer-menu.bordered {
  border-left: 1px solid #397169;
  padding-left: 30px;
  margin-left: 20px;
  max-width: 200px;
}
@media all and (max-width: 1130px) {
  .footer-menu.bordered {
    border: none;
    max-width: 100%;
    margin-left: 0;
  }
}
.footer-menu li {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}
.footer-menu a {
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  text-decoration: underline;
}
.footer-menu a:hover {
  text-decoration: none;
}
.footerbox {
  float: right;
  max-width: 280px;
  width: 100%;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox {
    max-width: 100%;
    float: none;
    clear: both;
    padding-top: 30px;
  }
}
.footerbox.pl {
  padding-bottom: 134px;
}
@media all and (max-width: 767px) {
  .footerbox.pl {
    padding-bottom: 0;
  }
}
.footer-navigation {
  font-size: 12px;
  width: 100%;
  *zoom: 1;
}
.footer-navigation:before,
.footer-navigation:after {
  content: "";
  display: table;
}
.footer-navigation:after {
  clear: both;
}
.footer-navigation li {
  width: 50%;
  float: left;
}
.footer-navigation a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-navigation a:hover {
  text-decoration: none;
}
.footerbox-top {
  *zoom: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 20px;
}
.footerbox-top:before,
.footerbox-top:after {
  content: "";
  display: table;
}
.footerbox-top:after {
  clear: both;
}
.footer-socials {
  *zoom: 1;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.footer-socials:before,
.footer-socials:after {
  content: "";
  display: table;
}
.footer-socials:after {
  clear: both;
}
@media all and (max-width: 1130px) {
  .footer-socials {
    bottom: 0;
    position: relative;
    margin-bottom: 30px;
  }
}
.footer-socials li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
@media all and (max-width: 1130px) {
  .footer-socials li {
    margin-bottom: 10px;
  }
}
.footer-socials a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #1ab794;
}
.footer-socials a:hover {
  background-color: #1ab794;
  color: #ffffff;
}
.footerbox-bottom {
  *zoom: 1;
}
.footerbox-bottom:before,
.footerbox-bottom:after {
  content: "";
  display: table;
}
.footerbox-bottom:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-bottom {
    width: 300px;
    float: left;
  }
}
@media all and (min-width: 768px) and (max-width: 989px) {
  .footerbox-bottom {
    width: 100%;
    max-width: 260px;
    float: none;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) {
  .footerbox-bottom {
    max-width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.footerbox-bottom .button {
  float: left;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
  padding: 0 10px;
  max-width: 120px;
  width: 100%;
  text-align: center;
}
.footerbox-bottom .button.button--inverse {
  float: right;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-bottom .button.button--inverse {
    float: left;
    margin-left: 10px;
  }
}
.footerbox-bottom .button.button--inverse:hover {
  color: #ffffff !important;
  border-color: #e08800 !important;
}
.footerbox-buttons {
  margin-top: 20px;
  *zoom: 1;
}
.footerbox-buttons:before,
.footerbox-buttons:after {
  content: "";
  display: table;
}
.footerbox-buttons:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-buttons {
    float: left;
    width: auto;
    font-size: 0;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .footerbox-buttons {
    max-width: 100%;
  }
}
.footerbox-buttons .button {
  color: #ffffff !important;
  border-color: #ffffff;
  display: block;
  width: 100%;
  min-width: 100%;
  height: 44px;
  line-height: 44px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-buttons .button {
    float: left;
    width: auto;
    padding: 0 10px;
    height: 36px;
    line-height: 34px;
    min-width: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-buttons .button {
    min-width: 120px;
  }
}
.footerbox-buttons .button + .button {
  margin-top: 10px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .footerbox-buttons .button + .button {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media all and (max-width: 400px) {
  .footerbox-buttons .button:nth-of-type(3) {
    margin-left: 0;
  }
}
.footerbox-buttons .button:hover {
  color: #ffffff !important;
  border-color: #e08800 !important;
}
.gemini__brand {
  background: url(../images/DZCZ_2025-24-23.png) 0 0 no-repeat;
  display: block;
  width: 111px;
  height: 117px;
  -webkit-background-size: 111px 117px;
  background-size: 111px 117px;
  position: absolute;
  left: 0;
  bottom: 20px;
  /*&.brand_2 {
		background: url(../images/web/znacka2.png) 0 0 no-repeat;
		left: 140px;

		@media @normal, @tablet, @mobile {
			right: 153px;
			left: auto;
		}

		@media @500 {
			right: 124px;
		}

	}*/
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .gemini__brand {
    left: auto;
    right: 3%;
  }
}
.trustpilot-widget {
  position: absolute !important;
  bottom: 10px;
  left: 173px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .trustpilot-widget {
    right: 130px;
    bottom: 20px;
    left: auto;
  }
}
.sb {
  display: block;
  position: absolute;
  bottom: 17px;
  left: 124px;
  background: url(../images/sb_2020.png) center center no-repeat;
  -webkit-background-size: 100px 100px;
  background-size: 100px 100px;
  width: 100px;
  height: 100px;
}
@media all and (min-width: 990px) and (max-width: 1420px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .sb {
    right: 390px;
    bottom: 20px;
    left: auto;
    width: 80px;
    height: 80px;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
  }
}
@media all and (max-width: 500px) {
  .sb {
    right: 212px;
    bottom: 80px;
  }
}
@media all and (max-width: 350px) {
  .sb {
    right: 202px;
  }
}
html[lang=pl] .footer-bottom {
  display: none;
}
.cookie__set {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.cookie__set a {
  font-size: 12px;
  line-height: 18px;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: right;
  margin-top: 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  #toogle-menu {
    display: block;
  }
}
@media all and (max-width: 500px) {
  #toogle-menu {
    margin-left: 12px;
    margin-top: 18px;
  }
}
#toogle-menu span {
  opacity: 1;
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #1ab794;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: right;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .main-menu {
    float: left;
    margin-left: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 767px) {
  .main-menu {
    position: absolute;
    left: -9999px;
    margin-left: 0;
  }
}
.main-menu > li {
  position: relative;
  float: left;
  margin-left: 30px;
  padding: 41px 0;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .main-menu > li {
    margin-left: 10px;
  }
}
.main-menu > li:last-child {
  padding-right: 0;
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li.act > .nav-click:before {
  content: "\f106" !important;
}
.main-menu > li#menu-item-22 .sub-menu,
.main-menu > li#menu-item-23294 .sub-menu,
.main-menu > li#menu-item-25414 .sub-menu,
.main-menu > li#menu-item-29072 .sub-menu {
  display: none;
}
@media all and (max-width: 1130px) {
  .main-menu > li#menu-item-22 .sub-menu,
  .main-menu > li#menu-item-23294 .sub-menu,
  .main-menu > li#menu-item-25414 .sub-menu,
  .main-menu > li#menu-item-29072 .sub-menu {
    display: block;
  }
}
.main-menu > li.current-menu-item > a {
  color: #e08800;
}
.main-menu > li.current-menu-item > a:hover {
  color: #e08800;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.menu-item-has-children > a {
  padding-right: 30px;
}
.main-menu > li.menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #756262;
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  font-weight: bold;
}
.main-menu > li > a {
  text-decoration: none;
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #1ab794;
  position: relative;
  text-transform: uppercase;
  font-family: 'roboto';
  font-weight: 700;
}
@media all and (min-width: 990px) and (max-width: 1420px) {
  .main-menu > li > a {
    font-size: 13px;
  }
}
.main-menu > li > a:hover {
  color: #e08800;
  text-decoration: none;
}
.main-menu > li > .sub-menu,
.top-menu > li > .sub-menu,
.main-menu > li > .sub-menu > li > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu {
  background-color: #1ab794;
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  z-index: 99;
}
.main-menu > li > .sub-menu > li,
.top-menu > li > .sub-menu > li,
.main-menu > li > .sub-menu > li > .sub-menu > li,
.top-menu > li > .sub-menu > li > .sub-menu > li {
  position: relative;
}
.main-menu > li > .sub-menu > li:hover > .sub-menu,
.top-menu > li > .sub-menu > li:hover > .sub-menu,
.main-menu > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li > .sub-menu > li:hover > a,
.top-menu > li > .sub-menu > li:hover > a,
.main-menu > li > .sub-menu > li > .sub-menu > li:hover > a,
.top-menu > li > .sub-menu > li > .sub-menu > li:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #e08800;
}
.main-menu > li > .sub-menu > li .current-menu-item,
.top-menu > li > .sub-menu > li .current-menu-item,
.main-menu > li > .sub-menu > li > .sub-menu > li .current-menu-item,
.top-menu > li > .sub-menu > li > .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #17a182;
}
.main-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > a,
.main-menu > li > .sub-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > .sub-menu > li > a {
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-weight: 400;
}
.main-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > a:hover,
.main-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e08800;
}
.main-menu > li > .sub-menu > li > .sub-menu,
.top-menu > li > .sub-menu > li > .sub-menu {
  left: 100%;
  top: 0;
}
.main-menu > li > .sub-menu > li > .sub-menu > li > a,
.top-menu > li > .sub-menu > li > .sub-menu > li > a {
  background-color: #df5611;
  color: #ffffff;
}
.main-menu > li > .sub-menu > li > .sub-menu > li > a:hover,
.top-menu > li > .sub-menu > li > .sub-menu > li > a:hover {
  background-color: #ce4500;
}
.mobile-phone > a {
  padding-top: 20px !important;
}
.header.active .inn,
.hpage.active .inn,
.menu.active .inn {
  overflow-x: auto;
  height: calc(100vh - 100px);
  z-index: 99999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.header.active .main-menu,
.hpage.active .main-menu,
.menu.active .main-menu,
.header.active .top-menu,
.hpage.active .top-menu,
.menu.active .top-menu {
  margin-top: 0 !important;
  left: 0;
  right: 0;
  background-color: #1ab794;
  z-index: 9999;
  top: 0;
  width: 100%;
  line-height: 24px;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.35);
}
.header.active .main-menu > li,
.hpage.active .main-menu > li,
.menu.active .main-menu > li,
.header.active .top-menu > li,
.hpage.active .top-menu > li,
.menu.active .top-menu > li {
  float: none;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #1dcda6;
}
.header.active .main-menu > li:hover .sub-menu,
.hpage.active .main-menu > li:hover .sub-menu,
.menu.active .main-menu > li:hover .sub-menu,
.header.active .top-menu > li:hover .sub-menu,
.hpage.active .top-menu > li:hover .sub-menu,
.menu.active .top-menu > li:hover .sub-menu {
  display: none;
}
.header.active .main-menu > li > .sub-menu,
.hpage.active .main-menu > li > .sub-menu,
.menu.active .main-menu > li > .sub-menu,
.header.active .top-menu > li > .sub-menu,
.hpage.active .top-menu > li > .sub-menu,
.menu.active .top-menu > li > .sub-menu {
  display: none !important;
}
.header.active .main-menu > li > .sub-menu > li > a,
.hpage.active .main-menu > li > .sub-menu > li > a,
.menu.active .main-menu > li > .sub-menu > li > a,
.header.active .top-menu > li > .sub-menu > li > a,
.hpage.active .top-menu > li > .sub-menu > li > a,
.menu.active .top-menu > li > .sub-menu > li > a {
  color: #00875f;
  background-color: #7ee5c8 !important;
  font-size: 12px !important;
  text-transform: none;
  font-weight: bold !important;
  border-bottom: 1px solid #63d1b2 !important;
}
.header.active .main-menu > li > .sub-menu > li .sub-menu,
.hpage.active .main-menu > li > .sub-menu > li .sub-menu,
.menu.active .main-menu > li > .sub-menu > li .sub-menu,
.header.active .top-menu > li > .sub-menu > li .sub-menu,
.hpage.active .top-menu > li > .sub-menu > li .sub-menu,
.menu.active .top-menu > li > .sub-menu > li .sub-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  left: 0;
  width: 100%;
}
.header.active .main-menu > li > .sub-menu > li .sub-menu > li > a,
.hpage.active .main-menu > li > .sub-menu > li .sub-menu > li > a,
.menu.active .main-menu > li > .sub-menu > li .sub-menu > li > a,
.header.active .top-menu > li > .sub-menu > li .sub-menu > li > a,
.hpage.active .top-menu > li > .sub-menu > li .sub-menu > li > a,
.menu.active .top-menu > li > .sub-menu > li .sub-menu > li > a {
  color: #00875f;
  font-size: 12px !important;
  text-transform: none;
  background-color: #7ee5c8 !important;
  padding-left: 40px;
}
.header.active .main-menu > li > .sub-menu .sub-menu,
.hpage.active .main-menu > li > .sub-menu .sub-menu,
.menu.active .main-menu > li > .sub-menu .sub-menu,
.header.active .top-menu > li > .sub-menu .sub-menu,
.hpage.active .top-menu > li > .sub-menu .sub-menu,
.menu.active .top-menu > li > .sub-menu .sub-menu {
  display: none;
}
.header.active .main-menu > li .sub-menu.show,
.hpage.active .main-menu > li .sub-menu.show,
.menu.active .main-menu > li .sub-menu.show,
.header.active .top-menu > li .sub-menu.show,
.hpage.active .top-menu > li .sub-menu.show,
.menu.active .top-menu > li .sub-menu.show {
  display: block !important;
  position: relative;
  top: 0;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}
.header.active .main-menu > li .sub-menu.show > li > a,
.hpage.active .main-menu > li .sub-menu.show > li > a,
.menu.active .main-menu > li .sub-menu.show > li > a,
.header.active .top-menu > li .sub-menu.show > li > a,
.hpage.active .top-menu > li .sub-menu.show > li > a,
.menu.active .top-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
  background-color: #1dcda6;
}
.header.active .main-menu > li .sub-menu.show > li > a:hover,
.hpage.active .main-menu > li .sub-menu.show > li > a:hover,
.menu.active .main-menu > li .sub-menu.show > li > a:hover,
.header.active .top-menu > li .sub-menu.show > li > a:hover,
.hpage.active .top-menu > li .sub-menu.show > li > a:hover,
.menu.active .top-menu > li .sub-menu.show > li > a:hover {
  background-color: #1bc09b;
}
.header.active .main-menu > li > .nav-click,
.hpage.active .main-menu > li > .nav-click,
.menu.active .main-menu > li > .nav-click,
.header.active .top-menu > li > .nav-click,
.hpage.active .top-menu > li > .nav-click,
.menu.active .top-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  padding: 6px;
  background: none;
  z-index: 3;
  display: block;
  cursor: pointer;
  border-left: 1px solid #1dcda6;
  text-align: center;
}
.header.active .main-menu > li > .nav-click:before,
.hpage.active .main-menu > li > .nav-click:before,
.menu.active .main-menu > li > .nav-click:before,
.header.active .top-menu > li > .nav-click:before,
.hpage.active .top-menu > li > .nav-click:before,
.menu.active .top-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.header.active .main-menu > li.current-menu-item > a,
.hpage.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a,
.header.active .top-menu > li.current-menu-item > a,
.hpage.active .top-menu > li.current-menu-item > a,
.menu.active .top-menu > li.current-menu-item > a,
.header.active .main-menu > li.current-menu-item > a,
.hpage.active .main-menu > li.current-menu-item > a,
.menu.active .main-menu > li.current-menu-item > a,
.header.active .top-menu > li.current-menu-item > a,
.hpage.active .top-menu > li.current-menu-item > a,
.menu.active .top-menu > li.current-menu-item > a,
.header.active .main-menu > li.current-menu-parent > a,
.hpage.active .main-menu > li.current-menu-parent > a,
.menu.active .main-menu > li.current-menu-parent > a,
.header.active .top-menu > li.current-menu-parent > a,
.hpage.active .top-menu > li.current-menu-parent > a,
.menu.active .top-menu > li.current-menu-parent > a,
.header.active .main-menu > li.current-page-ancestor > a,
.hpage.active .main-menu > li.current-page-ancestor > a,
.menu.active .main-menu > li.current-page-ancestor > a,
.header.active .top-menu > li.current-page-ancestor > a,
.hpage.active .top-menu > li.current-page-ancestor > a,
.menu.active .top-menu > li.current-page-ancestor > a {
  color: #ffffff;
  background-color: #148a70 !important;
}
.header.active .main-menu > li:last-child,
.hpage.active .main-menu > li:last-child,
.menu.active .main-menu > li:last-child,
.header.active .top-menu > li:last-child,
.hpage.active .top-menu > li:last-child,
.menu.active .top-menu > li:last-child {
  border-bottom: none;
}
.header.active .main-menu > li:last-child.current-menu-item > a,
.hpage.active .main-menu > li:last-child.current-menu-item > a,
.menu.active .main-menu > li:last-child.current-menu-item > a,
.header.active .top-menu > li:last-child.current-menu-item > a,
.hpage.active .top-menu > li:last-child.current-menu-item > a,
.menu.active .top-menu > li:last-child.current-menu-item > a,
.header.active .main-menu > li:last-child.current-menu-parent > a,
.hpage.active .main-menu > li:last-child.current-menu-parent > a,
.menu.active .main-menu > li:last-child.current-menu-parent > a,
.header.active .top-menu > li:last-child.current-menu-parent > a,
.hpage.active .top-menu > li:last-child.current-menu-parent > a,
.menu.active .top-menu > li:last-child.current-menu-parent > a,
.header.active .main-menu > li:last-child.current-page-ancestor > a,
.hpage.active .main-menu > li:last-child.current-page-ancestor > a,
.menu.active .main-menu > li:last-child.current-page-ancestor > a,
.header.active .top-menu > li:last-child.current-page-ancestor > a,
.hpage.active .top-menu > li:last-child.current-page-ancestor > a,
.menu.active .top-menu > li:last-child.current-page-ancestor > a {
  color: #ffffff;
  background-color: #148a70;
}
.header.active .main-menu > li:last-child > a,
.hpage.active .main-menu > li:last-child > a,
.menu.active .main-menu > li:last-child > a,
.header.active .top-menu > li:last-child > a,
.hpage.active .top-menu > li:last-child > a,
.menu.active .top-menu > li:last-child > a {
  background: none;
}
.header.active .main-menu > li a:after,
.hpage.active .main-menu > li a:after,
.menu.active .main-menu > li a:after,
.header.active .top-menu > li a:after,
.hpage.active .top-menu > li a:after,
.menu.active .top-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a,
.hpage.active .main-menu > li > a,
.menu.active .main-menu > li > a,
.header.active .top-menu > li > a,
.hpage.active .top-menu > li > a,
.menu.active .top-menu > li > a {
  padding: 11px 10px;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  display: block;
  /*CSS transitions*/
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  /*CSS transforms*/
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  line-height: 24px;
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  background: #1ab794 none !important;
}
.header.active .main-menu > li > a:hover,
.hpage.active .main-menu > li > a:hover,
.menu.active .main-menu > li > a:hover,
.header.active .top-menu > li > a:hover,
.hpage.active .top-menu > li > a:hover,
.menu.active .top-menu > li > a:hover {
  color: #ffffff;
}
.header.active .main-menu > li > a:before,
.hpage.active .main-menu > li > a:before,
.menu.active .main-menu > li > a:before,
.header.active .top-menu > li > a:before,
.hpage.active .top-menu > li > a:before,
.menu.active .top-menu > li > a:before {
  display: none;
}
.header.active .main-menu > li > a span br,
.hpage.active .main-menu > li > a span br,
.menu.active .main-menu > li > a span br,
.header.active .top-menu > li > a span br,
.hpage.active .top-menu > li > a span br,
.menu.active .top-menu > li > a span br {
  display: none;
}
.headfixer.active .top-menu {
  top: 0;
}
.headfixer.active #toogle-menu-top {
  position: relative;
  z-index: 99999;
  background-color: #000000;
  padding: 4px;
  height: 30px;
}
.headfixer.active #toogle-menu-top:before {
  content: "X";
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-align: center;
}
.headfixer.active #toogle-menu-top span {
  display: none;
}
#submenu {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
  background-color: #1ab794;
  color: #ffffff;
  left: 0;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -ms-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  -o-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
@media all and (max-width: 1130px) {
  #submenu {
    display: none !important;
  }
}
#submenu.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
#submenu a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
#submenu a:hover {
  border-color: #ffffff;
}
#submenu .submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 400px) {
  #submenu .submenu {
    display: block;
  }
}
#submenu .submenu > .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 80px;
  padding-top: 18px;
  position: relative;
}
@media all and (max-width: 767px) {
  #submenu .submenu > .item {
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  #submenu .submenu > .item {
    width: 48.50%;
  }
}
@media all and (max-width: 400px) {
  #submenu .submenu > .item {
    width: 100%;
    display: block;
    margin-right: 0 !important;
  }
}
#submenu .submenu > .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 500px) {
  #submenu .submenu > .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 500px) {
  #submenu .submenu > .item:nth-child(odd) {
    margin-right: 3%;
  }
}
#submenu .submenu > .item > a {
  font-weight: bold;
}
#submenu .submenu .item__icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  #submenu .submenu .item__icon {
    display: none;
  }
}
.sublistmenu > li > a {
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.sublistmenu > li > a:after {
  content: "\f35a";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}
@media all and (max-width: 767px) {
  .sublistmenu > li > a:after {
    display: none;
  }
}

.alloffices {
  margin-top: 30px;
}
