html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  box-sizing: border-box !important; }

*, *:before, *:after {
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

*:focus {
  outline: none !important; }

a {
  text-decoration: none; }

@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("../fonts/GTWalsheimPro-Bold.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'GT Walsheim Pro';
  src: url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"), url("../fonts/GTWalsheimPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'TabacG1';
  src: url("../fonts/TabacG1-Bold.woff2") format("woff2"), url("../fonts/TabacG1-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
body {
  min-width: 320px;
  width: 100%;
  font-size: 15px;
  font-family: "Encode Sans", sans-serif;
  color: #333456;
  background: #fff; }

input {
  font-family: "Encode Sans", sans-serif; }

a {
  transition: color 0.2s; }
  a:hover {
    color: #047ff9; }

.logo:hover {
  color: #fff !important; }

p {
  font-size: 1rem;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 14px; }

label a, p a {
  color: #13a89e; }
  label a:hover, p a:hover {
    color: #047ff9; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
.content-text {
  line-height: 1.6; }

.content-text a {
  text-decoration: none; }

.content-text a:hover {
  border-bottom: 1px solid; }

.content-text abbr {
  border-bottom: 1px dotted;
  cursor: help; }

.content-text cite {
  font-style: italic; }

.content-text hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.content-text img {
  vertical-align: text-bottom; }

.content-text ins {
  background-color: lime;
  text-decoration: none; }

.content-text mark {
  background-color: #ff0; }

.content-text small {
  font-size: 0.8em; }

.content-text strong {
  font-weight: 700; }

.content-text sub,
.content-text sup {
  font-size: 0.8em; }

.content-text sub {
  vertical-align: sub; }

.content-text sup {
  vertical-align: super; }

.content-text p,
.content-text dl,
.content-text ol,
.content-text ul,
.content-text blockquote,
.content-text pre,
.content-text table {
  margin-bottom: 1.4em; }

.content-text p:last-child,
.content-text dl:last-child,
.content-text ol:last-child,
.content-text ul:last-child,
.content-text blockquote:last-child,
.content-text pre:last-child,
.content-text table:last-child {
  margin-bottom: 0; }

.content-text p:empty {
  display: none; }

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  font-weight: 700;
  line-height: 1.2; }

.content-text h1:first-child,
.content-text h2:first-child,
.content-text h3:first-child,
.content-text h4:first-child,
.content-text h5:first-child,
.content-text h6:first-child {
  margin-top: 0; }

.content-text h1 {
  font-size: 2.4em;
  margin-bottom: .58333em;
  margin-top: .58333em;
  line-height: 1; }

.content-text h2 {
  font-size: 1.6em;
  margin-bottom: .875em;
  margin-top: 1.75em;
  line-height: 1.1; }

.content-text h3 {
  font-size: 1.3em;
  margin-bottom: 1.07692em;
  margin-top: 1.07692em; }

.content-text h4 {
  font-size: 1.2em;
  margin-bottom: 1.16667em;
  margin-top: 1.16667em; }

.content-text h5 {
  font-size: 1.1em;
  margin-bottom: 1.27273em;
  margin-top: 1.27273em; }

.content-text h6 {
  font-size: 1em;
  margin-bottom: 1.4em;
  margin-top: 1.4em; }

.content-text dd {
  margin-left: 1.4em; }

.content-text ol,
.content-text ul {
  list-style-position: outside;
  margin-left: 1.4em; }

.content-text ol {
  list-style-type: decimal; }

.content-text ol ol {
  list-style-type: lower-alpha; }

.content-text ol ol ol {
  list-style-type: lower-roman; }

.content-text ol ol ol ol {
  list-style-type: lower-greek; }

.content-text ol ol ol ol ol {
  list-style-type: decimal; }

.content-text ol ol ol ol ol ol {
  list-style-type: lower-alpha; }

.content-text ul {
  list-style-type: disc; }

.content-text ul ul {
  list-style-type: circle; }

.content-text ul ul ul {
  list-style-type: square; }

.content-text ul ul ul ul {
  list-style-type: circle; }

.content-text ul ul ul ul ul {
  list-style-type: disc; }

.content-text ul ul ul ul ul ul {
  list-style-type: circle; }

.content-text blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em; }

.content-text blockquote p {
  margin-bottom: 0; }

.content-text code,
.content-text kbd,
.content-text samp,
.content-text pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em; }

.content-text code,
.content-text kbd,
.content-text samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline; }

.content-text pre {
  overflow: auto;
  padding: 1em 1.2em; }

.content-text pre code {
  background: none;
  font-size: 1em;
  line-height: 1em; }

.content-text figure {
  margin-bottom: 2.8em;
  text-align: center; }

.content-text figure:first-child {
  margin-top: 0; }

.content-text figure:last-child {
  margin-bottom: 0; }

.content-text figcaption {
  font-size: 0.8em;
  margin-top: .875em; }

.content-text table {
  width: 100%; }

.content-text table pre {
  white-space: pre-wrap; }

.content-text th,
.content-text td {
  font-size: 1em;
  padding: .7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4; }

.content-text thead tr,
.content-text tfoot tr {
  background-color: #f5f5f5; }

.content-text thead th,
.content-text thead td,
.content-text tfoot th,
.content-text tfoot td {
  font-size: .9em;
  padding: .77778em; }

.content-text thead th code,
.content-text thead td code,
.content-text tfoot th code,
.content-text tfoot td code {
  background-color: #fff; }

.content-text tbody tr {
  background-color: #fff; }

.center {
  text-align: center; }

.wrap {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 750px) {
    .wrap {
      padding: 0 14px; } }

.more-wrap {
  max-width: 1300px;
  padding: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pt30 {
  padding-top: 30px; }

.pt40 {
  padding-top: 40px; }

.pt50 {
  padding-top: 50px; }

.pt60 {
  padding-top: 60px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pt90 {
  padding-top: 90px; }

.pt100 {
  padding-top: 100px; }

.pt110 {
  padding-top: 110px; }

.pt120 {
  padding-top: 120px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb40 {
  padding-bottom: 40px; }

.pb50 {
  padding-bottom: 50px; }

.pb60 {
  padding-bottom: 60px; }

.pb70 {
  padding-bottom: 70px; }

.pb80 {
  padding-bottom: 30px; }

.pb90 {
  padding-bottom: 90px; }

.pb100 {
  padding-bottom: 100px; }

.pb110 {
  padding-bottom: 110px; }

.pb120 {
  padding-bottom: 120px; }

.btn {
  transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s;
  display: block;
  cursor: pointer; }

.btn-classic {
  opacity: 1;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  border: 1px #d1d1d1 solid; }
  .btn-classic:active {
    opacity: 0.8; }
  .btn-classic:hover {
    color: #ffffff;
    border: 1px #1f2726 solid;
    background: #1f2726; }

.btn-big {
  opacity: 1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 20px 60px;
  display: inline-block;
  border: 1px #d1d1d1 solid; }
  .btn-big:active {
    opacity: 0.8; }
  .btn-big:hover {
    color: #fff;
    border: 1px #1f2726 solid;
    background: #1f2726; }

.btn-404 {
  opacity: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 10px 40px;
  display: inline-block;
  border: 1px #d1d1d1 solid; }
  .btn-404:active {
    opacity: 0.8; }
  .btn-404:hover {
    color: #fff;
    border: 1px #1f2726 solid;
    background: #1f2726; }

.s-header {
  text-align: center;
  margin-top: 30px;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 80px; }
  .s-header.s-header-left {
    text-align: left;
    margin: 0; }
  .s-header .title {
    color: #333333;
    font-size: 36px;
    font-weight: 700; }
  .s-header .subtitle {
    color: #333333;
    font-size: 30px;
    font-weight: 400; }
  @media screen and (max-width: 800px) {
    .s-header {
      padding-bottom: 60px !important; } }
  @media screen and (max-width: 600px) {
    .s-header {
      padding-bottom: 60px !important; }
      .s-header .title {
        font-size: 30px; }
      .s-header .subtitle {
        font-size: 24px; } }

#footer {
  background: #1f2726;
  color: #ffffff;
  /*    @media screen and (max-width: 1200px){
          width: 33.33%;
      }
  
      @media screen and (max-width: 900px){
          width: 50%;
      }
  
      @media screen and (max-width: 600px){
          width: 100%;
      }*/ }
  #footer a {
    color: #ffffff;
    transition: opacity 0.3s all; }
    #footer a:hover {
      opacity: 0.8; }
    #footer a:active {
      opacity: 0.6; }
  #footer .menus {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
    #footer .menus .nav {
      margin-right: 80px;
      margin-bottom: 40px; }
      #footer .menus .nav .title {
        font-size: 14px;
        font-weight: 700;
        color: #13a89e;
        margin-bottom: 14px;
        display: block; }
      #footer .menus .nav li {
        margin-bottom: 8px; }
      #footer .menus .nav a {
        font-size: 12px;
        font-weight: 700; }
  #footer hr {
    border: none;
    height: 1px;
    background: #363d3c; }
  #footer .copywrite {
    padding: 16px 0;
    text-align: right; }
    #footer .copywrite p:first-child {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      color: #bababa;
      display: block;
      margin: 0 !important; }
    #footer .copywrite p:last-child {
      display: block;
      margin: 0 !important;
      line-height: 18px; }
      #footer .copywrite p:last-child a {
        font-size: 10px;
        font-weight: 700;
        color: #bababa !important; }

#header {
  border-top: 3px #13a89e solid; }
  #header .wrap {
    position: relative; }
  #header .logo {
    padding: 46px 0;
    display: flex;
    justify-content: center; }
    #header .logo img {
      height: 26px;
      display: block;
      margin: 0 auto; }
  @media screen and (max-width: 900px) {
    #header .logo {
      padding-bottom: 30px; } }
  #header .language-menu {
    display: flex;
    align-items: center;
    position: absolute;
    top: 49px;
    right: 20px; }
    #header .language-menu .search-icon {
      height: 20px;
      width: auto;
      display: block;
      cursor: pointer; }
      #header .language-menu .search-icon:hover {
        opacity: 0.6; }
    #header .language-menu ul {
      display: flex; }
    #header .language-menu ul:last-child:before {
      content: '|';
      margin-left: 16px;
      margin-right: 16px;
      color: #cdcdcd; }
    #header .language-menu li:not(:last-child) {
      margin-right: 16px; }
    #header .language-menu li:not(:last-child):after {
      content: '|';
      margin-left: 16px;
      color: #cdcdcd; }
    #header .language-menu a {
      position: relative;
      font-size: 12px;
      font-weight: 700;
      color: #888888;
      text-transform: uppercase; }
    #header .language-menu .current_page_item a,
    #header .language-menu a:hover {
      color: #13a89e; }
  @media screen and (max-width: 900px) {
    #header .language-menu {
      position: relative;
      top: 0;
      right: 0;
      margin-bottom: 20px;
      justify-content: center; }
    #header .language-menu ul {
      justify-content: center; } }
  #header .main-menu {
    display: flex;
    justify-content: center;
    border-top: 1px #eeeeee solid;
    padding: 26px 0; }
    #header .main-menu ul {
      display: flex; }
    #header .main-menu li:not(:last-child) {
      margin-right: 50px; }
    #header .main-menu a {
      position: relative;
      font-size: 14px;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase; }
    #header .main-menu .current_page_item a,
    #header .main-menu a:hover {
      color: #13a89e; }
    #header .main-menu .hamburger {
      display: none;
      cursor: pointer; }
      #header .main-menu .hamburger img {
        height: 18px; }
      #header .main-menu .hamburger:hover {
        opacity: 0.6; }
  @media screen and (max-width: 1050px) {
    #header .main-menu li:not(:last-child) {
      margin-right: 30px; } }
  @media screen and (max-width: 850px) {
    #header .main-menu ul {
      display: none; }
    #header .main-menu .hamburger {
      display: block; } }
  #header .search-box {
    display: none; }
    #header .search-box label {
      display: none; }
    #header .search-box input[type="submit"] {
      cursor: pointer; }
      #header .search-box input[type="submit"]:hover {
        background: #8dc63f;
        color: #fff; }
      #header .search-box input[type="submit"]:active {
        opacity: 0.8; }
    #header .search-box input {
      width: 100%;
      padding: 20px;
      font-size: 18px;
      font-weight: 700;
      border: 1px #ddd solid;
      -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }

#offer {
  padding-bottom: 40px; }
  #offer.dark {
    padding-top: 80px;
    background: #f7f7f7; }
  #offer .boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  #offer .box {
    flex: 0 1 calc(33.33% - 30px);
    position: relative;
    padding-left: 60px;
    padding-bottom: 40px; }
    #offer .box img {
      height: 50px;
      width: 50px;
      position: absolute;
      display: block;
      top: 0;
      left: 0; }
    #offer .box .title {
      font-size: 18px;
      font-weight: 700;
      color: #000000;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
    #offer .box .paragraph {
      font-size: 14px;
      font-weight: 400;
      color: #444444; }
  @media screen and (max-width: 1000px) {
    #offer .box {
      flex: 0 1 calc(50%); } }
  @media screen and (max-width: 800px) {
    #offer .box {
      flex: 0 1 calc(100%);
      max-width: 500px;
      margin: 0 auto; } }

#sidebar {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f7; }
  #sidebar .wrap {
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 50px; }
  @media screen and (max-height: 600px) {
    #sidebar .wrap {
      padding: 30px; } }
  #sidebar button {
    margin-bottom: 40px;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    transform: translateX(-10px); }
  @media screen and (max-height: 600px) {
    #sidebar button {
      margin-bottom: 20px; } }
  #sidebar .logo {
    margin-bottom: 80px; }
    #sidebar .logo img {
      height: 26px;
      width: auto; }
  @media screen and (max-height: 600px) {
    #sidebar .logo {
      margin-bottom: 30px; }
    #sidebar .logo img {
      max-width: 240px; } }
  #sidebar .menu li:not(:last-child) {
    margin-bottom: 20px; }
  #sidebar .menu a {
    position: relative;
    font-size: 20px;
    color: #333456; }
  #sidebar .menu a:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #333456;
    width: 0%;
    transition: all 0.3s; }
  #sidebar .menu a:hover:before {
    width: 100%; }
  @media screen and (max-height: 600px) {
    #sidebar .menu li:not(:last-child) {
      margin-bottom: 12px; }
    #sidebar .menu a {
      font-size: 14px; }
    #sidebar .menu a:before {
      bottom: -6px; } }
  #sidebar .socialmedia {
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    #sidebar .socialmedia strong {
      margin-right: 20px;
      margin-bottom: 20px;
      font-weight: 400;
      font-size: 12px; }
    #sidebar .socialmedia ul {
      display: flex; }
    #sidebar .socialmedia li:not(:last-child) {
      margin-right: 14px; }
    #sidebar .socialmedia img {
      height: 18px; }
  @media screen and (max-height: 600px) {
    #sidebar .socialmedia {
      left: 30px;
      bottom: 30px; }
    #sidebar .socialmedia strong {
      margin-bottom: 10px; } }
  @media screen and (max-height: 400px) {
    #sidebar .socialmedia {
      display: none; } }

#banner-cta {
  margin-bottom: 120px; }
  #banner-cta .wrap {
    background: #168f86;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center; }
  #banner-cta .title {
    font-size: 36px;
    display: block;
    margin-bottom: 10px; }
  #banner-cta .paragraph {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px; }

#error-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #168f86; }
  #error-404 .content {
    padding: 20px; }
    #error-404 .content .title {
      color: #fff;
      font-size: 120px; }
    #error-404 .content .paragraph {
      color: #fff;
      font-size: 24px;
      margin-bottom: 0px; }
    #error-404 .content .btn {
      margin-top: 16px; }
    @media screen and (max-width: 600px) {
      #error-404 .content .title {
        color: #fff;
        font-size: 72px; }
      #error-404 .content .paragraph {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0px; } }

#content {
  padding-bottom: 120px; }

#about {
  border-top: #ebebeb solid 1px;
  padding-top: 80px; }
  #about .content {
    text-align: center;
    margin-bottom: 120px; }

.slider {
  margin-bottom: 50px; }
  .slider.slider-archive {
    margin-bottom: 0; }
  .slider .owl-dots {
    display: none; }
  .slider .wrap {
    max-width: 1600px;
    position: relative; }
  .slider .owl-nav {
    margin: 0 auto !important;
    transform: translateY(-16px);
    text-align: center;
    height: 0; }
    .slider .owl-nav button {
      margin: 0 !important; }
    .slider .owl-nav span {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #d5d5d5;
      height: 32px;
      width: 54px;
      transition: background 0.3s; }
    .slider .owl-nav img {
      display: block;
      height: 16px;
      width: auto; }
    .slider .owl-nav .owl-prev img {
      transform: rotate(180deg); }
    .slider .owl-nav span:hover {
      background: #bbbbbb; }
  @media screen and (max-width: 700px) {
    .slider .owl-nav {
      transform: translateY(0); } }

#contact .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px; }
#contact .form {
  flex: 0 1 calc(50% - 80px); }
#contact .address {
  flex: 0 1 calc(50% - 80px); }
@media screen and (max-width: 1100px) {
  #contact .form {
    flex: 0 1 calc(50% - 40px); }
  #contact .address {
    flex: 0 1 calc(50% - 40px); } }
@media screen and (max-width: 1000px) {
  #contact .form {
    flex: 0 1 calc(50% - 20px); }
  #contact .address {
    flex: 0 1 calc(50% - 20px); } }
@media screen and (max-width: 800px) {
  #contact .content {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  #contact .form {
    flex: 0 1 100%; }
  #contact .address {
    flex: 0 1 100%;
    margin-bottom: 40px; } }
#contact .form .message {
  padding: 20px 14px;
  background: #b2e66b;
  color: #2f4a0b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1); }
#contact .form .title {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
  width: 100%; }
#contact .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#contact .form .w50 {
  max-width: calc(50% - 10px); }
#contact .form .row {
  width: 100%; }
#contact .form label {
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  display: block;
  margin-top: 20px; }
#contact .form textarea {
  margin-top: 10px;
  max-width: 600px;
  min-width: 400px;
  margin-bottom: 30px;
  width: 100%;
  height: 150px;
  border: 1px #dddddd solid;
  transition: border 0.3s;
  padding: 10px;
  font-family: 'Encode Sans';
  font-size: 15px;
  font-weight: 700; }
  #contact .form textarea:hover, #contact .form textarea:focus {
    border: 1px #16a99f solid; }
#contact .form input {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px #dddddd solid;
  transition: border 0.3s;
  font-family: 'Encode Sans';
  font-size: 15px;
  font-weight: 700; }
  #contact .form input:hover, #contact .form input:focus {
    border-bottom: 1px #16a99f solid; }
#contact .form .invalid {
  border-bottom: 1px red solid; }
#contact .form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  /*            background: no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAIAAAD9iXMrAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTc1Rjg0NDk1RTQxMTFFQkEwMTdGM0ZCNDBFNTU1QTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTc1Rjg0NEE1RTQxMTFFQkEwMTdGM0ZCNDBFNTU1QTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNzVGODQ0NzVFNDExMUVCQTAxN0YzRkI0MEU1NTVBMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNzVGODQ0ODVFNDExMUVCQTAxN0YzRkI0MEU1NTVBMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvPrcP0AAAC7SURBVHjajFC7DYUwDHTQaylhAqagoaZnhzACG7ABc9DRMAADQA01PbU5kxAl6D09Tlbkz9lnRzEzvUD0TCwLKSX2h/d23g985KlrKkvKc0oSSlPJaG3r20bDQHFMPE04xJrWPM/iVBWPIxeFzWcZ8XFw30vBsR/WNOghdkADhrmGtpXwhscDoGVELy1e1288sxkMTteJg/0gEvAQY4A5xQ+xXMAziqjdA+w/ILPvoS4K3kK2+SIBpwADAKJH75nBnIe+AAAAAElFTkSuQmCC');
              background-size: 7px;
              background-position-x: 96px;*/
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  color: #111111; }
#contact .form ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  color: #111111; }
#contact .form :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  color: #111111; }
#contact .form :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  color: #111111; }
#contact .form .btn-submit {
  font-family: 'Encode Sans';
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  height: 50px;
  padding: 0 30px;
  cursor: pointer;
  color: #fff;
  background: #16a99f;
  border: none;
  transition: 0.3s; }
  #contact .form .btn-submit:hover {
    background: #8dc63f; }
  #contact .form .btn-submit:active {
    opacity: 0.8; }
@media screen and (max-width: 600px) {
  #contact .form .w50 {
    width: 100%;
    max-width: 100%; } }
#contact .address .contact-fast {
  background: #8dc63f;
  color: #fff;
  padding: 30px; }
  #contact .address .contact-fast p {
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0; }
  #contact .address .contact-fast a {
    color: #fff;
    font-weight: 300; }
#contact .address .contact-full {
  font-style: normal;
  padding-top: 40px; }

.archive .owl-carousel {
  background: #efefef; }

.archive .slider {
  margin-bottom: 0; }

#products .wrap-1600 {
  max-width: 1600px;
  margin-bottom: 60px; }
  #products .wrap-1600 div {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #efefef; }
#products .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }
#products #table-products {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px; }
  #products #table-products thead th {
    font-size: 12px;
    font-weight: 700;
    color: #525252;
    padding: 10px; }
  #products #table-products tbody tr {
    background: #f4f5f8; }
  #products #table-products tbody tr:hover td {
    background: #dde1ec; }
  #products #table-products tbody td {
    font-size: 14px;
    font-weight: 700;
    color: #010101;
    padding: 20px 10px; }
  #products #table-products tbody td.sku {
    font-size: 12px;
    font-weight: 700; }
  #products #table-products tbody td.name {
    font-size: 14px;
    font-weight: 400; }
  #products #table-products tbody td.cat {
    font-size: 12px;
    font-weight: 700; }
#products .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #products .pagination .page-numbers:not(:last-child) {
    margin-right: 10px; }
  #products .pagination .page-numbers {
    display: block;
    width: 26px;
    height: 26px;
    color: #000;
    background: #f8f8f8;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    transition: background 0.3s, color 0.3s; }
  #products .pagination .page-numbers:hover,
  #products .pagination .page-numbers.current {
    display: block;
    width: 26px;
    height: 26px;
    color: #0095eb;
    background: #ebebeb;
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700; }
#products .msg-no-found {
  font-size: 18px;
  padding: 20px 0; }

#product-title .title {
  font-size: 36px;
  font-weight: 700; }
@media screen and (max-width: 800px) {
  #product-title .title {
    font-size: 24px; } }

#products .search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
#products .search input[type="search"] {
  width: calc(100% - 300px);
  height: 50px;
  padding: 0 10px;
  border: 1px #dddddd solid; }
#products .search select {
  width: 250px;
  height: 50px;
  padding: 0 10px;
  color: #13a89e;
  font-size: 16px;
  font-weight: 700;
  border: 1px #dddddd solid; }
#products .search button {
  width: 50px;
  height: 50px;
  padding: 0 10px;
  color: #13a89e;
  background: #ff4e00;
  font-size: 16px;
  font-weight: 700;
  border: 1px #dddddd solid;
  cursor: pointer; }
#products .search button img {
  height: 20px; }
#products .search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 700; }
#products .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 700; }
#products .search :-ms-input-placeholder {
  /* IE 10+ */
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 700; }
#products .search :-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
  font-size: 16px;
  font-weight: 700; }
@media screen and (max-width: 800px) {
  #products .search input[type="search"] {
    width: calc(100% - 220px); }
  #products .search select {
    width: 170px; }
  #products .search button {
    width: 50px; } }
@media screen and (max-width: 550px) {
  #products .search input[type="search"] {
    width: 100%;
    margin-bottom: 10px; }
  #products .search select {
    width: 100%;
    margin-bottom: 10px; }
  #products .search button {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
