@import url(../js/bootstrap/css/bootstrap-theme.min.css);
@import url(../js/bootstrap/css/bootstrap.min.css);
@import url(../fonts/font-awesome/css/all.min.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;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 768px) {
  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-weight: bold;
}
ul {
  list-style-type: none;
}
a,
a:visited,
a:link,
a:focus {
  outline: none;
  color: #2ec4b8;
  text-decoration: underline;
}
a:hover,
a:visited:hover,
a:link:hover,
a:focus:hover {
  text-decoration: underline;
  color: #2ec48a;
}
p {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #121212;
  min-height: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  padding-top: 90px;
}
.wrap {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  *zoom: 1;
  position: relative;
  z-index: 2;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media all and (max-width: 1400px) {
  .wrap {
    padding-right: 120px !important;
  }
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .wrap {
    padding-left: 3% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .wrap {
    padding-right: 3% !important;
  }
}
.button {
  text-decoration: none !important;
  padding: 10px 50px;
  display: inline-block;
  color: #ffffff !important;
  background-color: #2ec4b8 !important;
  font-size: 13px;
  text-align: center;
  height: auto !important;
  line-height: 24px !important;
  position: relative;
  margin-top: 20px;
  border: thin solid transparent;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  /*@media @400 {
        display: block;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
      }*/
}
.button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: transparent;
  background: #2ec48a !important;
}
.button.reverse {
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: transparent;
  background: #2ec48a !important;
}
.button img {
  width: 27px;
  height: 25px;
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  right: 0;
}
.button .far,
.button .fas {
  margin-left: 14px;
  display: inline-block;
  vertical-align: middle;
}
.button.anime:hover .fas,
.button.anime:hover .far {
  right: 20px;
  opacity: 1;
}
.button.anime .fas,
.button.anime .far {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -80px;
  opacity: 0;
}
.button.img:hover img {
  right: -10px;
}
.button span {
  font-size: 18px;
  display: block;
}
.button--inverse {
  background: none !important;
  color: #2ec4b8 !important;
  border-color: #2ec4b8;
}
.button--inverse:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  border-color: #2ec4b8 !important;
  background: #2ec4b8 !important;
}
.button.disabled {
  color: #999 !important;
  text-decoration: none !important;
  border-color: #999;
  background: none !important;
}
.button.disabled:hover {
  color: #999 !important;
  text-decoration: none !important;
  border-color: #999;
  background: none !important;
}
.button.disabled .far,
.button.disabled .fas {
  display: none;
}
.button.img span {
  display: inline-block;
  vertical-align: middle;
}
.carousel-fade .carousel-inner .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 .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 .carousel-control {
  opacity: 1;
  width: 33px;
  height: 33px;
  background: none !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (max-width: 1400px) {
  .carousel .carousel-control {
    display: none;
  }
}
.carousel .carousel-control > span {
  width: 33px;
  height: 33px;
  font-size: 0;
}
.carousel .carousel-control.left {
  left: 4%;
}
.carousel .carousel-control.left > span {
  background: url(../images/slider-left.png) 0 0 no-repeat;
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
  margin-left: 0 !important;
  left: 0;
}
.carousel .carousel-control.right {
  right: 4%;
}
.carousel .carousel-control.right > span {
  background: url(../images/slider-right.png) 0 0 no-repeat;
  -webkit-background-size: 33px 33px;
  background-size: 33px 33px;
  margin-right: 0 !important;
  right: 0;
}
.carousel .carousel-control:hover {
  opacity: 0.7;
}
.carousel .carousel-indicators {
  margin-left: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  display: none;
}
@media all and (max-width: 1400px) {
  .carousel .carousel-indicators {
    display: block;
  }
}
.carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: none;
  margin: 0 4px;
}
.carousel .carousel-indicators li.active {
  background-color: #121212;
}
@media all and (max-width: 768px) {
  .mobile-hide {
    display: none !important;
  }
}
.mobile-show {
  display: none;
}
@media all and (max-width: 768px) {
  .mobile-show {
    display: block;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
.tablet-show {
  display: none;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .tablet-show {
    display: inline-block;
  }
}
.parallax-window {
  min-height: 800px;
  background: transparent;
}
.uptitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #707070;
}
.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: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .block > .wrap {
    padding: 30px 0;
  }
}
.block__title {
  font-size: 30px;
  line-height: 36px;
  position: relative;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .block__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.block__title span {
  color: #2ec4b8;
}
.block__title + p {
  margin: 10px 0 4px 0;
}
a.block__more {
  float: right;
  color: #121212;
  font-weight: 400;
  margin-top: 5px;
}
a.block__more:hover {
  color: #2ec4b8;
}
.block__top {
  *zoom: 1;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.block__top:before,
.block__top:after {
  content: "";
  display: table;
}
.block__top:after {
  clear: both;
}
.block__top:after {
  content: "";
  display: block;
  height: 1px;
  width: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: thin solid #121212;
}
.block__top.text-center:after {
  margin-left: auto;
  margin-right: auto;
  right: 0;
}
.main blockquote {
  border: none;
  padding: 0;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 30px 0;
}
.main blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}
.main iframe {
  display: block !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;
  color: #2ec4b8;
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.main h2 {
  font-size: 40px;
  line-height: 46px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  clear: both;
  color: #2ec4b8;
}
@media all and (max-width: 768px) {
  .main h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.main h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
  color: #2ec4b8;
}
@media all and (max-width: 768px) {
  .main h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
}
.main h4,
.main h5,
.main h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  clear: both;
}
.main ul {
  margin: 20px 0;
  list-style-type: none !important;
}
.main ul > li {
  padding-left: 20px;
  margin: 10px 0;
  line-height: 24px;
  position: relative;
}
.main ul > li:before {
  content: "";
  background-color: #2ec4b8;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  position: absolute;
  top: 8px;
}
.main ol {
  margin: 20px 0;
  list-style-type: none;
}
.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: #2ec4b8;
}
.main table {
  margin: 20px 0;
  width: 100% !important;
  border-collapse: collapse;
  border: none;
  text-align: center;
}
@media all and (max-width: 500px) {
  .main table {
    font-size: 13px;
    line-height: 18px;
  }
}
.main table tr:last-child td {
  border-bottom: none;
}
.main table tr:first-child td {
  padding-top: 0;
}
.main table tr th {
  text-align: left;
  color: #ffffff;
  padding: 16px 14px;
  background-color: #2ec4b8;
  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: 16px 14px;
  color: #121212;
  border-bottom: 1px solid #d6d5d4;
  font-weight: 400;
}
@media all and (max-width: 500px) {
  .main table tr td {
    padding: 3px 5px;
  }
}
.main img.alignleft {
  float: left;
  margin: 0 37px 40px 0;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main img.alignleft {
    float: none;
    display: block;
    margin: 40px auto;
  }
}
.main img.alignright {
  float: right;
  margin: 0 0 40px 40px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main img.alignright {
    float: none;
    display: block;
    margin: 40px auto;
  }
}
.main img.aligncenter {
  display: block;
  margin: 40px auto;
}
.main img.alignnone {
  float: none;
  margin: 40px;
}
.main .gallery-columns-3 .gallery-item {
  width: 31.80% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-3 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-3 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-3 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}
.main .gallery-columns-4 .gallery-item {
  width: 23.27% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-4 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-4 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-4 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}
.main .gallery-columns-5 .gallery-item {
  width: 18.16% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-5 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-5 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-5 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}
.main .gallery-columns-7 .gallery-item {
  width: 12.31% !important;
  margin-right: 2.30%;
  margin-bottom: 27px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main .gallery-columns-7 .gallery-item {
    margin-bottom: 19px;
  }
}
@media all and (max-width: 600px) {
  .main .gallery-columns-7 .gallery-item {
    margin-bottom: 13px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-columns-7 .gallery-item {
    width: 49.5% !important;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 400px) {
  .main .gallery-columns-7 .gallery-item {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.main .gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}
.main .gallery {
  *zoom: 1;
  font-size: 0;
  margin-top: 40px !important;
}
.main .gallery:before,
.main .gallery:after {
  content: "";
  display: table;
}
.main .gallery:after {
  clear: both;
}
.main .gallery-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 19.80% !important;
  margin-right: 0.25%;
  margin-bottom: 2px;
  margin-top: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 500px) {
  .main .gallery-item {
    width: 49.5% !important;
    margin-bottom: 3px;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(even) {
    margin-right: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .main .gallery-item:nth-of-type(odd) {
    margin-right: 1% !important;
  }
}
.main .gallery-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.main .gallery-item a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 21, 21, 0.4);
  content: "";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
}
@media all and (max-width: 768px) {
  .main .gallery-item a:after {
    display: none !important;
  }
}
.main .gallery-item a:before {
  content: "";
  display: none !important;
  color: #ffffff;
  font-size: 30px;
  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;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  z-index: 2;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .main .gallery-item a:before {
    display: none !important;
  }
}
.main .gallery-item a:hover:after,
.main .gallery-item a:hover:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main .gallery-item img {
  border: none !important;
  width: 100%;
}
.main .gallery-item .gallery-caption {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(37, 37, 37, 0.81);
}
.main .wp-caption.alignnone {
  margin-top: 40px;
}
.main .wp-caption.aligncenter {
  margin: 40px auto 0 auto;
}
.main .wp-caption img {
  width: 100%;
}
.main p.labelex {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 10px;
}
.main p.labelex span {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.main p.labelex.second {
  margin-top: 0;
}
.main .item.active .labelex {
  top: 14px;
  font-size: 10px;
}
.main ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #121212;
}
.main :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #121212;
  opacity: 1;
}
.main ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #121212;
  opacity: 1;
}
.main :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #121212;
}
.main .ajax-loader {
  display: none !important;
}
.main input[type=text],
.main input[type=email],
.main input[type=tel],
.main select,
.main textarea {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  font-family: 'Roboto';
  padding: 0 20px;
  color: #121212;
  border: none !important;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
}
.main textarea {
  padding: 20px;
  height: 200px;
  max-width: 100%;
  min-width: 100%;
}
.main input[type=submit] {
  text-decoration: none !important;
  padding: 10px 20px;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  color: #ffffff !important;
  background: #2ec4b8 !important;
  font-size: 13px;
  text-align: center;
  height: auto !important;
  line-height: 22px !important;
  text-transform: uppercase;
  position: relative;
  border: none;
  font-weight: bold;
  letter-spacing: 0.10em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media all and (max-width: 500px) {
  .main input[type=submit] {
    max-width: 200px;
  }
}
.main input[type=submit]:hover {
  background: #2ec48a !important;
  color: #ffffff !important;
}
.main .rowex {
  *zoom: 1;
  padding: 10px 0;
}
.main .rowex:before,
.main .rowex:after {
  content: "";
  display: table;
}
.main .rowex:after {
  clear: both;
}
.main .item {
  position: relative;
}
.main .twice .item {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@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;
}
@media all and (max-width: 650px) {
  .main .twice .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
@media all and (max-width: 650px) {
  .main .third .item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(2) {
    margin-top: 20px;
  }
}
.main .third .item:nth-child(3) {
  margin-right: 0;
}
@media all and (max-width: 650px) {
  .main .third .item:nth-child(3) {
    margin-top: 20px;
  }
}
.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-acceptance .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-acceptance input[type=radio],
.wpcf7-checkbox input[type=radio],
.wpcf7-radio input[type=radio],
.wpcf7-acceptance input[type=checkbox],
.wpcf7-checkbox input[type=checkbox],
.wpcf7-radio input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance label,
.wpcf7-checkbox label,
.wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 20px;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 44px;
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  position: absolute;
  top: -1px;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-acceptance input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  content: "\f111";
  font-size: 12px;
  color: #2ec48a;
  background-color: #ffffff;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}
.wpcf7-checkbox {
  display: block;
  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: 450px) {
  .wpcf7-checkbox {
    display: block;
    margin-bottom: 30px;
  }
}
.wpcf7-checkbox .wpcf7-list-item {
  width: 33.33%;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: auto;
  }
}
@media all and (max-width: 450px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label {
  text-transform: uppercase;
  font-weight: 400;
  max-width: 160px;
  font-size: 15px;
}
.agree {
  margin-top: 14px;
}
.agree .wpcf7-acceptance .wpcf7-list-item-label::before {
  top: -8px;
}
.agree .wpcf7-list-item-label {
  font-size: 10px;
  line-height: 14px;
}
.agree a {
  color: #ffffff;
  text-decoration: underline;
}
.agree a:hover {
  color: #ffffff;
  text-decoration: none;
}
.paginator {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.paginator a {
  padding: 10px;
  text-transform: uppercase;
  color: #2ec4b8;
  font-size: 16px;
  text-decoration: none;
}
.paginator a:hover {
  color: #121212;
  text-decoration: none;
}
.paginator .current {
  color: #2ec4b8;
  padding: 10px;
  font-weight: bold;
  background-color: #121212;
}
#ui-datepicker-div {
  width: 100%;
  max-width: 300px;
  background-color: #2ec48a;
  text-align: center;
}
.ui-datepicker-header {
  background-color: #2ec4b8;
  position: relative;
  padding: 20px;
}
.ui-datepicker-header a {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker-header a span:before {
  font-size: 24px !important;
  font-weight: bold;
  top: 0 !important;
}
.ui-datepicker-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.ui-datepicker-prev {
  left: 20px;
}
.ui-datepicker-next {
  right: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  color: #ffffff;
  border-collapse: collapse;
}
.ui-datepicker-calendar th {
  text-align: center;
  background-color: #29af7b;
  padding: 3px;
}
.ui-datepicker-calendar td {
  border: 1px solid #3bd197;
  position: relative;
}
.ui-datepicker-calendar td span.ui-state-default {
  color: #64dbad;
}
.ui-datepicker-calendar td a {
  color: #ffffff;
  background-color: #29af7b;
  text-decoration: none !important;
  display: block;
}
.ui-datepicker-calendar td a:hover {
  background-color: #2ec4b8;
  color: #ffffff;
}
.mt0 {
  margin-top: 0 !important;
}
.showcase {
  position: relative;
}
#slider {
  background: #ffffff;
  color: #2ec4b8;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  #slider .item {
    background-position: 12% center !important;
  }
}
#slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #081e1c 0%, rgba(8, 30, 28, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #081e1c 0%, rgba(8, 30, 28, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #081e1c 0%, rgba(8, 30, 28, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#081e1c', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
#slider .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/shade.png) 0 top repeat-x;
}
#slider .item .wrap {
  z-index: 3;
  padding: 100px 0;
}
.bgc {
  background-color: #f3f3f3;
}
.colored {
  color: #2ec4b8;
}
#slider .item__text {
  position: relative;
  width: 100%;
  max-width: 700px;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  #slider .item__text {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
#slider .item__text .uptitle {
  text-transform: uppercase;
}
#slider .item__text h2 {
  font-size: 46px;
  line-height: 52px;
  position: relative;
  font-weight: bold;
  color: #ffffff;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  #slider .item__text h2 {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 10px;
  }
}
#slider .item__text h2 span {
  display: block;
  color: #2ec4b8;
}
#slider .item__text .button {
  margin-top: 0;
  color: #ffffff !important;
  border-color: #ffffff;
}
.tos-caption {
  display: none !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.welcome__text {
  width: 48.50%;
  margin-right: 3%;
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .welcome__text {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .welcome__text .block__top:after {
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.welcome__img {
  width: 48.50%;
  float: left;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .welcome__img {
    width: 100%;
    float: none;
  }
}
.iconlist {
  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: 500px) {
  .iconlist {
    display: block;
  }
}
.iconlist .item {
  width: 48.50%;
  margin-right: 3%;
  margin-bottom: 20px;
  position: relative;
  padding-left: 86px;
  text-align: left;
}
@media all and (max-width: 500px) {
  .iconlist .item {
    width: 100%;
    margin-right: 0;
  }
}
.iconlist .item:nth-child(even) {
  margin-right: 0;
}
.iconlist .item__icon {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 70px;
  text-align: center;
  line-height: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #2ec4b8;
  color: #ffffff;
}
.iconlist .item__label {
  line-height: 70px;
}
.iconlist .item__label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.abouttop {
  position: relative;
  color: #ffffff;
}
.abouttop:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.8);
}
.abouttop .block__title {
  text-transform: uppercase;
}
.abouttop .block__top {
  padding-bottom: 0;
}
.abouttop .block__top:after {
  display: none;
}
.abouttop .stars {
  margin-top: 20px;
}
.abouttop .stars .fas {
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #fec601;
}
.abouttop__content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.abouttop__content p {
  margin: 0;
  font-style: italic;
}
.numberslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.numberslist .item {
  width: 25%;
  padding: 0 10px;
  position: relative;
}
@media all and (max-width: 550px) {
  .numberslist .item {
    width: 50%;
    margin-bottom: 20px;
  }
}
.numberslist .item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100%;
  border-right: thin dashed #ffffff;
}
@media all and (max-width: 550px) {
  .numberslist .item:nth-child(2):after {
    display: none;
  }
}
.numberslist .item:last-child:after {
  display: none;
}
.numberslist .item__number {
  display: block;
  color: #2ec4b8;
  font-size: 40px;
  line-height: 46px;
}
@media all and (max-width: 768px) {
  .numberslist .item__number {
    font-size: 24px;
    line-height: 30px;
  }
}
.numberslist .item__number span {
  color: #ffffff;
}
.numberslist .item__label {
  display: block;
}
@media all and (max-width: 768px) {
  .aboutcall {
    text-align: center;
  }
}
.aboutcall .wrap {
  padding: 50px 0;
}
.aboutcall {
  background-color: #121212;
  color: #ffffff;
}
.aboutcall .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px) {
  .aboutcall .button {
    right: 3%;
  }
}
@media all and (max-width: 768px) {
  .aboutcall .button {
    right: 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;
  }
}
.aboutcall p {
  margin-bottom: 0;
}
.aboutcall__text {
  padding-right: 240px;
}
@media all and (max-width: 768px) {
  .aboutcall__text {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.perex {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
.perex p {
  margin: 0;
}
.whylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
@media all and (max-width: 450px) {
  .whylist {
    display: block;
  }
}
.whylist .item {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 25px;
  margin-top: 25px;
  background-color: #2ec4b8;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 20px 20px 20px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 768px) {
  .whylist .item {
    width: 48.50%;
  }
}
@media all and (max-width: 450px) {
  .whylist .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 50px;
  }
}
.whylist .item:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 768px) {
  .whylist .item:nth-child(even) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .whylist .item:nth-child(odd) {
    margin-right: 3%;
  }
}
.whylist .item .item__icon {
  display: block;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: -35px;
  position: absolute;
  width: 70px;
  line-height: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  color: #121212;
  border: thin solid #2ec4b8;
  font-size: 30px;
}
.whylist .item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
.whylist .item h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 4px 0;
}
.courselist {
  margin-top: 50px;
}
.courselist .item__img {
  height: 180px;
}
.courselist .item__text {
  padding: 20px;
  border: thin solid #ddd;
  background-color: #ffffff;
  border-bottom: medium solid #2ec4b8;
  text-align: left;
}
.courselist .item__text h2 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.courselist .item__text p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  color: #666;
}
.courselist .item__text .button {
  padding-left: 20px;
  padding-right: 20px;
}
.courselist .item:hover .item__text {
  background-color: #2ec4b8;
  color: #ffffff;
}
.courselist .item:hover .item__text p {
  color: #ffffff;
}
.courselist .item:hover .button {
  background-color: #ffffff !important;
  color: #2ec4b8 !important;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px !important;
}
.testimonials .wrap {
  padding-bottom: 0;
}
.testimonials .carousel-indicators {
  display: block;
}
#testimonialslider {
  margin-top: 50px;
}
#testimonialslider .testimonial__item {
  background-color: #2ec4b8;
  padding: 50px 50px 70px 50px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -ms-border-radius: 30px 30px 0 0;
  -o-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#testimonialslider .item__text {
  position: relative;
  padding-top: 30px;
  margin-bottom: 20px;
}
#testimonialslider .item__text:before {
  content: "\201D";
  font-size: 100px;
  position: absolute;
  line-height: 100px;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  color: #249b91;
}
#testimonialslider .item__name {
  color: #121212;
}
#testimonialslider .item__img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}
.contact {
  position: relative;
  color: #ffffff;
}
.contact .block__top:after {
  border-color: #ffffff;
}
.contact:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(8, 30, 28, 0.9);
}
.contactbox {
  *zoom: 1;
  margin-top: 50px;
}
.contactbox:before,
.contactbox:after {
  content: "";
  display: table;
}
.contactbox:after {
  clear: both;
}
.contactbox__right {
  float: right;
  width: 48.50%;
  margin-left: 3%;
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .contactbox__right {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 40px;
  }
}
.contactbox__left {
  width: 48.50%;
  float: left;
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .contactbox__left {
    width: 100%;
    float: none;
  }
}
.frmbox {
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
@media all and (max-width: 500px) {
  .frmbox {
    padding: 30px 20px;
  }
}
.c-item {
  margin: 20px 0;
  position: relative;
  padding-left: 210px;
}
@media all and (max-width: 500px) {
  .c-item {
    padding-left: 0;
  }
}
.c-item strong {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 192px;
  display: block;
  font-size: 15px;
}
@media all and (max-width: 500px) {
  .c-item strong {
    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-bottom: 10px;
  }
}
.c-item .wpcf7-form-control-wrap,
.c-item .wpcf7-form-control {
  display: block;
}
.c-item .wpcf7-list-item {
  height: 36px;
}
.c-item .wpcf7-radio label {
  height: auto;
  line-height: 36px;
}
/* ------------------ HEADER ----------------*/
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header .wrap {
  padding: 20px 0;
  overflow: hidden;
}
.header.active {
  overflow: visible;
}
.header.active .wrap {
  overflow: visible;
}
.logo {
  float: left;
  width: 99px;
  height: 50px;
  background: url(../images/logo.png) 0 0 no-repeat;
  -webkit-background-size: 99px 50px;
  background-size: 99px 50px;
  display: block;
}
.headercontact {
  *zoom: 1;
  margin-bottom: 10px;
}
.headercontact:before,
.headercontact:after {
  content: "";
  display: table;
}
.headercontact:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .headercontact {
    position: absolute;
    top: -14px;
    right: 30px;
    width: 328px;
    margin-bottom: 0;
  }
}
.contactlist {
  float: right;
  clear: both;
  font-size: 13px;
  line-height: 18px;
  *zoom: 1;
}
.contactlist:before,
.contactlist:after {
  content: "";
  display: table;
}
.contactlist:after {
  clear: both;
}
.contactlist .item {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: thin solid #ddd;
}
.contactlist .item:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}
@media all and (max-width: 450px) {
  .contactlist .phone {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .contactlist .email {
    padding-left: 0;
    margin-left: 0;
    border: none;
    font-size: 12px;
  }
}
.headerright {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  *zoom: 1;
}
.headerright:before,
.headerright:after {
  content: "";
  display: table;
}
.headerright:after {
  clear: both;
}
@media all and (min-width: 990px) and (max-width: 1230px), all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .headerright {
    padding-right: 30px;
  }
}
.socials {
  float: left;
  margin-left: 30px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .socials {
    margin-top: 13px;
  }
}
.nav-up .header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
/********************* Footer ******************/
.footer {
  *zoom: 1;
  background-color: #121212;
  color: #454545;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
.footer .wrap {
  padding: 20px 0;
}
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.socials li:first-child {
  margin-left: 0;
}
.socials a {
  display: block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2ec4b8;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  -ms-border-radius: 9999px;
  -o-border-radius: 9999px;
  border-radius: 9999px;
  color: #292929;
  color: #ffffff;
}
.socials a:hover {
  background-color: #2ec48a;
  color: #ffffff;
}
/* ------------------ MENU --------------------*/
#toogle-menu {
  display: none;
  width: 30px;
  height: 25px;
  z-index: 1000;
  float: left;
  margin-top: 18px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  #toogle-menu {
    display: block;
  }
}
#toogle-menu span {
  display: block;
  margin-bottom: 5px;
  height: 4px;
  background-color: #2ec4b8;
}
#toogle-menu span:nth-child(3) {
  margin-bottom: 0;
}
.main-menu {
  *zoom: 1;
  float: left;
  margin-top: 4px;
}
.main-menu:before,
.main-menu:after {
  content: "";
  display: table;
}
.main-menu:after {
  clear: both;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu {
    position: absolute;
    right: -9999px;
    display: block;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-top: 0;
    background-color: #1b7150;
    z-index: 9999;
    top: 61px;
    width: 100vw;
    line-height: 24px;
    text-align: left;
    margin-left: 0;
    padding: 30px;
    border-left: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    overflow: hidden;
    height: calc(100vh - 108px);
    overflow: auto;
  }
}
.main-menu > li {
  float: left;
  margin-left: 10px;
}
@media all and (max-width: 1300px) {
  .main-menu > li {
    margin-left: 10px;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu > li {
    float: none;
    margin: 0;
    display: block;
    padding: 0;
    position: relative;
  }
}
.main-menu > li:first-child {
  margin-left: 0;
}
.main-menu > li:hover > a {
  text-decoration: none;
  color: #88fe70;
}
.main-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu > li.current-menu-item > a,
.main-menu > li.current-category-ancestor > a,
.main-menu > li.current-post-ancestor > a,
.main-menu > li.current-page-ancestor > a {
  color: #88fe70;
}
.main-menu > li > a {
  font-size: 15px;
  color: #121212;
  text-decoration: none;
  display: block;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu > li > a {
    padding: 20px 10px;
    border-bottom: thin solid rgba(255, 255, 255, 0.1);
    line-height: 18px;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    /*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;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto';
    border-top: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: normal;
    background: none !important;
  }
}
.main-menu > li > a:hover {
  text-decoration: none;
  color: #2ec4b8;
}
.main-menu .sub-menu,
.topmenu .sub-menu {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  z-index: 99;
  font-size: 0;
  padding: 20px 50px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu .sub-menu,
  .topmenu .sub-menu {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.main-menu .sub-menu a,
.topmenu .sub-menu a {
  border-bottom: thin solid rgba(255, 255, 255, 0.15);
}
.main-menu .sub-menu > li,
.topmenu .sub-menu > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  font-size: 15px;
  width: 12.50%;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu .sub-menu > li,
  .topmenu .sub-menu > li {
    width: 100%;
    display: block;
  }
}
.main-menu .sub-menu > li:last-child > a,
.topmenu .sub-menu > li:last-child > a {
  border-bottom: none;
}
.main-menu .sub-menu > li:hover > .sub-menu,
.topmenu .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.main-menu .sub-menu > li:hover > a,
.topmenu .sub-menu > li:hover > a {
  color: #2ec48a;
  text-decoration: none;
}
.main-menu .sub-menu > li:hover > a:after,
.topmenu .sub-menu > li:hover > a:after {
  display: none;
}
.main-menu .sub-menu > li .current-menu-item,
.topmenu .sub-menu > li .current-menu-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d2f22;
}
.main-menu .sub-menu > li > a,
.topmenu .sub-menu > li > a {
  font-size: 15px;
  line-height: 20px;
  padding: 6px 20px;
  text-decoration: none;
  display: block;
  color: #2ec4b8;
  font-weight: 400;
}
.main-menu .sub-menu > li > a:hover,
.topmenu .sub-menu > li > a:hover {
  color: #2ec48a;
  text-decoration: none;
}
.main-menu .sub-menu > li > a:before,
.topmenu .sub-menu > li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin-bottom: 14px;
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu .sub-menu > li > a:before,
  .topmenu .sub-menu > li > a:before {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 989px), all and (max-width: 768px) {
  .main-menu .sub-menu > li > a:after,
  .topmenu .sub-menu > li > a:after {
    display: none !important;
  }
}
.main-menu .sub-menu > li .sub-menu,
.topmenu .sub-menu > li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
.main-menu .sub-menu > li.menu__1 > a:before,
.topmenu .sub-menu > li.menu__1 > a:before {
  background: url(../images/menu_1@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__2 > a:before,
.topmenu .sub-menu > li.menu__2 > a:before {
  background: url(../images/menu_2@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__3 > a:before,
.topmenu .sub-menu > li.menu__3 > a:before {
  background: url(../images/menu_3@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__4 > a:before,
.topmenu .sub-menu > li.menu__4 > a:before {
  background: url(../images/menu_5@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__5 > a:after,
.topmenu .sub-menu > li.menu__5 > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  background: url(../images/jizbrzy.png) 0 0 no-repeat;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  z-index: 2;
}
.main-menu .sub-menu > li.menu__5 > a:before,
.topmenu .sub-menu > li.menu__5 > a:before {
  background: url(../images/menu_6@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  z-index: 1;
  position: relative;
}
.main-menu .sub-menu > li.menu__6 > a:before,
.topmenu .sub-menu > li.menu__6 > a:before {
  background: url(../images/menu_4@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__7 > a:before,
.topmenu .sub-menu > li.menu__7 > a:before {
  background: url(../images/menu_7@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.main-menu .sub-menu > li.menu__8 > a:before,
.topmenu .sub-menu > li.menu__8 > a:before {
  background: url(../images/menu_8@2x.png) center center no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.header.active {
  overflow: visible;
}
.header.active .main-menu {
  right: 0;
}
.header.active .main-menu > li:hover .sub-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
}
.header.active .main-menu > li.eshop > a {
  background: #2ec48a none !important;
}
.header.active .main-menu > li .sub-menu {
  display: none;
  width: 100%;
  /*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;
}
.header.active .main-menu > li .sub-menu.show {
  display: block;
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header.active .main-menu > li .sub-menu.show > li > a {
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
}
.header.active .main-menu > li > .nav-click {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 1px;
  padding: 6px 16px;
  background-color: #f2f2f2;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.header.active .main-menu > li > .nav-click:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  color: #2ec4b8;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.header.active .main-menu > li.current-menu-item > a {
  color: #2ec48a;
  background-color: #2ec48a;
}
.header.active .main-menu > li.current-menu-item > a:hover {
  background-color: #000000;
}
.header.active .main-menu > li.eshop > a {
  color: #ffffff;
  text-align: center;
}
.header.active .main-menu > li a:after {
  display: none;
}
.header.active .main-menu > li > a:hover {
  background: none !important;
}
