.row1380 {
  width: 1380px;
  max-width: 96%;
  position: relative;
  margin: 0 auto;
}
/* FONTS
 ========================================================================== */
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GalanoGrotesqueAlt-Regular.woff") format('woff'), url("../fonts/GalanoGrotesqueAlt-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GalanoGrotesqueAlt-Medium.woff") format('woff'), url("../fonts/GalanoGrotesqueAlt-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "Galano Grotesque";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GalanoGrotesqueAlt-Boldr.woff") format('woff'), url("../fonts/GalanoGrotesqueAlt-Boldr.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333;
  font-family: 'Poppins';
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #32bcad;
  color: #fff;
}
body ::selection {
  background: #32bcad;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background: transparent;
  color: #c1c1c1;
  font-family: 'Poppins';
  font-size: 16px;
  height: 48px;
  padding: 15px 5px 15px 0px;
  width: 100%;
  box-shadow: none;
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #c1c1c1;
  font-family: 'Poppins';
  font-size: 16px;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #c1c1c1;
  font-family: 'Poppins';
  font-size: 16px;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #c1c1c1;
  font-family: 'Poppins';
  font-size: 16px;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #32bcad;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #333;
  padding-bottom: 25px;
}
h1 {
  font-size: 72px;
  line-height: 1.1;
  letter-spacing: 0.07em;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.3;
  color: #333;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-weight: 600;
  font-size: 46px;
  line-height: 1.3;
  color: #333;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
}
h5, h6 {
  font-weight: 600;
  font-size: 19px;
  line-height: 1.4;
  color: #000;
}
p {
  padding-bottom: 20px;
  color: #717171;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  p {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #32bcad;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #32bcad;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #2da89a;
  }
}
.wys ul {
  margin-bottom: 20px;
}
.wys ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 18px;
  padding-left: 15px;
}
.wys ul li:last-child {
  margin-bottom: 0;
}
.wys ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a3a8;
}
.wys li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 18px;
}
.wys li:last-child {
  margin-bottom: 0;
}
.btn-tr {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #32bcad;
  padding: 15px 46px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #32bcad;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}
.btn-tr:hover {
  text-decoration: none;
  background: #32bcad;
  color: #fff;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #32bcad;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: #2f4776;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: #25385c;
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Poppins';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #32bcad;
  background: #32bcad;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #32bcad;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #279488;
    border-bottom: 3px solid #279488;
    background: #32bcad;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #3ccbbc;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #2da89a;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #50d1c3;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #3ccbbc;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #3ccbbc;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  will-change: transform, opacity;
}
header #logo {
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li > a {
  font-size: 14px;
  padding: 5px 20px;
  color: #181818;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #32bcad;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #50d1c3;
  border-bottom: 3px solid #50d1c3;
  background: #32bcad;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #79dbd1;
}
/* ==========================================================================
 All Elements
 ========================================================================== */
.header {
  padding: 20px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url("../img/bg-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.header .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header #logo img {
  max-width: 97px;
}
.header nav.main_nav {
  margin: 0 20px;
}
.header nav.main_nav ul li {
  margin-right: 40px;
}
.header nav.main_nav ul li:last-child {
  margin-right: 0;
}
.header nav.main_nav ul li a {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.header .tell-c {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #32bcad;
}
footer {
  background: #333;
  padding: 30px 0;
}
footer .wrapper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  footer .wrapper-top {
    display: block;
  }
}
@media (max-width: 576px) {
  footer .wrapper-top {
    margin-bottom: 20px;
  }
}
footer .wrapper-top .left-content {
  max-width: 170px;
  width: 100%;
  margin-right: 20px;
}
footer .wrapper-top .left-content a {
  display: inline-block;
}
@media (max-width: 768px) {
  footer .wrapper-top .left-content {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
footer .wrapper-top .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1024px;
}
footer .wrapper-top .right-content .menu-footer {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  footer .wrapper-top .right-content .menu-footer {
    margin-bottom: 20px;
  }
}
footer .wrapper-top .right-content .menu-footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  footer .wrapper-top .right-content .menu-footer ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  footer .wrapper-top .right-content .menu-footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  footer .wrapper-top .right-content .menu-footer ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
footer .wrapper-top .right-content .menu-footer ul li {
  margin-right: 40px;
}
footer .wrapper-top .right-content .menu-footer ul li:last-child {
  margin-right: 0;
}
@media (max-width: 576px) {
  footer .wrapper-top .right-content .menu-footer ul li {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .wrapper-top .right-content .menu-footer ul li:last-child {
    margin-bottom: 0;
  }
}
footer .wrapper-top .right-content .menu-footer ul li a {
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .wrapper-top .right-content .menu-footer ul li a:hover {
  text-decoration: none;
  color: #32bcad;
}
footer .wrapper-top .right-content .wrapper-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .wrapper-top .right-content .wrapper-el .left-info {
  margin-right: 20px;
  max-width: 310px;
  width: 100%;
}
footer .wrapper-top .right-content .wrapper-el .left-info span {
  display: block;
  color: #32bcad;
  font-size: 16px;
  font-family: 'Galano Grotesque';
  font-weight: 500;
  margin-bottom: 5px;
}
footer .wrapper-top .right-content .wrapper-el .left-info span:last-child {
  margin-bottom: 0;
}
footer .wrapper-top .right-content .wrapper-el .left-info span a {
  color: #c1c1c1;
}
footer .wrapper-top .right-content .wrapper-el .right-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 556px;
}
@media (max-width: 480px) {
  footer .wrapper-top .right-content .wrapper-el .right-info form .flex {
    display: block;
  }
}
footer .wrapper-top .right-content .wrapper-el .right-info form label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
  display: block;
  width: 100%;
}
footer .wrapper-top .right-content .wrapper-el .right-info form .wpcf7-response-output {
  max-width: 100%;
}
footer .wrapper-top .right-content .wrapper-el .right-info form .btn-wrapper {
  display: inline-block;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  footer .wrapper-top .right-content .wrapper-el .right-info form .btn-wrapper {
    display: block;
    margin-top: 20px;
  }
  footer .wrapper-top .right-content .wrapper-el .right-info form .btn-wrapper .btn-tr {
    width: 100%;
  }
}
footer .wrapper-top .right-content .wrapper-el .right-info form .btn-wrapper .wpcf7-spinner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
}
@media (max-width: 1024px) {
  footer .wrapper-top .right-content .wrapper-el {
    display: block;
  }
  footer .wrapper-top .right-content .wrapper-el > div {
    margin-left: auto;
    text-align: right;
    margin-bottom: 20px;
  }
  footer .wrapper-top .right-content .wrapper-el > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  footer .wrapper-top .right-content .wrapper-el > div {
    text-align: center;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  footer .wrapper-top .right-content .wrapper-el > div:last-child {
    margin-bottom: 0;
  }
}
footer .wrapper-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 576px) {
  footer .wrapper-bottom {
    display: block;
    text-align: center;
  }
}
footer .wrapper-bottom .left-content {
  max-width: 170px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 576px) {
  footer .wrapper-bottom .left-content {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
footer .wrapper-bottom .left-content a {
  margin-right: 20px;
}
footer .wrapper-bottom .left-content a:last-child {
  margin-right: 0;
}
footer .wrapper-bottom .left-content a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .wrapper-bottom .left-content a:hover {
  text-decoration: none;
}
footer .wrapper-bottom .left-content a:hover path {
  fill: #32bcad;
}
footer .wrapper-bottom .right-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1024px;
  text-align: right;
}
@media (max-width: 576px) {
  footer .wrapper-bottom .right-content {
    text-align: center;
  }
}
footer .wrapper-bottom .right-content p {
  padding-bottom: 0;
}
footer .wrapper-bottom .right-content a {
  color: #c1c1c1;
  font-size: 16px;
  font-family: 'Galano Grotesque';
  font-weight: 500;
}
.row1220 {
  width: 1220px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.row1380 {
  width: 1380px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
.before-image h2 {
  padding-left: 75px;
  position: relative;
}
@media (max-width: 1024px) {
  .before-image h2 {
    padding-left: 65px;
  }
}
@media (max-width: 768px) {
  .before-image h2 {
    padding-left: 55px;
  }
}
.before-image h2:before {
  content: url("../img/lines.svg");
  left: 0;
  top: 0;
  position: absolute;
}
.about-block .main-block {
  background: #05868a;
  padding: 60px 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .about-block .main-block {
    padding: 30px 0;
  }
}
.about-block .main-block .main-info {
  -webkit-flex-basis: 37%;
  -moz-flex-basis: 37%;
  -ms-flex-basis: 37%;
  flex-basis: 37%;
  color: rgba(255, 255, 255, .7);
}
@media (max-width: 1240px) {
  .about-block .main-block .main-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .about-block .main-block .main-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.about-block .main-block .main-info p {
  color: rgba(255, 255, 255, .7);
}
.about-block .main-block .main-image {
  -webkit-flex-basis: 57%;
  -moz-flex-basis: 57%;
  -ms-flex-basis: 57%;
  flex-basis: 57%;
}
@media (max-width: 1240px) {
  .about-block .main-block .main-image {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .about-block .main-block .main-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.about-block .bottom-block {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .about-block .bottom-block {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .about-block .bottom-block {
    padding: 30px 0;
  }
}
.about-block .bottom-block h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-bottom: 35px;
}
@media (max-width: 1280px) {
  .about-block .bottom-block h2 {
    font-size: 46px;
    line-height: 1.2;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .about-block .bottom-block h2 {
    font-size: 38px;
  }
}
.about-block .bottom-block h2 strong {
  color: #32bcad;
}
.about-block .bottom-block .bottom-left-info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .about-block .bottom-block .bottom-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.about-block .bottom-block .bottom-right-info {
  -webkit-flex-basis: 42.5%;
  -moz-flex-basis: 42.5%;
  -ms-flex-basis: 42.5%;
  flex-basis: 42.5%;
}
@media (max-width: 1240px) {
  .about-block .bottom-block .bottom-right-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .about-block .bottom-block .bottom-right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.top-block {
  padding: 35px 0 100px;
}
@media (max-width: 1024px) {
  .top-block {
    padding: 35px 0 50px;
  }
}
@media (max-width: 768px) {
  .top-block {
    padding: 30px 0;
  }
}
.top-block .top-image {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-basis: 46%;
  flex-basis: 46%;
}
@media (max-width: 1240px) {
  .top-block .top-image {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .top-block .top-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-block .top-info {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-basis: 39%;
  flex-basis: 39%;
}
@media (max-width: 1240px) {
  .top-block .top-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .top-block .top-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.index-page {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .index-page {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .index-page {
    padding: 30px 0;
  }
}
.index-page a {
  text-decoration: none;
}
.index-page .index-style {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.index-page .index-page-top {
  max-width: 750px;
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .index-page .index-page-top {
    margin: 0 auto 30px;
  }
}
@media (max-width: 768px) {
  .index-page .index-page-top {
    margin: 0 auto 15px;
  }
}
.index-page .index-page-top p {
  color: #8e92a9;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .index-page .index-page-top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .index-page .index-page-top p {
    font-size: 16px;
  }
}
.alm-reveal {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.alm-reveal > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 1024px) {
  .alm-reveal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .alm-reveal > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .alm-reveal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .alm-reveal > * {
    width: 98.5%;
    margin: 0 0.75% 1.5em;
  }
}
.post-items a {
  text-decoration: none;
}
.post-items .post-item {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .post-items .post-item {
    margin-bottom: 20px;
  }
}
.post-items .post-item .thumb {
  display: block;
  margin-bottom: 5px;
}
.post-items .post-item .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.post-items .post-item .thumb img:hover {
  opacity: 0.7;
}
.post-items .post-item .title {
  padding-bottom: 10px;
}
.post-items .post-item .title a {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-items .post-item .title a:hover {
  color: #32bcad;
}
.post-items .post-item time {
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  color: #32bcad;
  text-transform: uppercase;
}
.post-items .post-item time span {
  display: inline-block;
}
.post-items .post-item time span a {
  display: inline-block;
  background: #d0ebec;
  color: #00868a;
  padding: 0px 5px;
  margin-right: 5px;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-items .post-item time span a:hover {
  color: #000;
}
.post-items .post-item .more {
  font-size: 12px;
}
.more {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more:hover {
  color: #000;
}
.search-form {
  position: relative;
  border: 1px solid #32bcad;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .search-form {
    margin-bottom: 40px;
  }
}
.search-form input {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #32bcad;
  border-bottom: none;
  padding: 0 0 0 14px;
}
.search-form input:focus {
  border: none;
}
.search-form input::placeholder {
  color: #32bcad;
}
.search-form button {
  height: 60px;
  border: none;
  cursor: pointer;
  background: none;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-basis: 50px;
  flex-basis: 50px;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .search-form button {
    -webkit-flex-basis: 45px;
    -moz-flex-basis: 45px;
    -ms-flex-basis: 45px;
    flex-basis: 45px;
    margin-left: 8px;
  }
}
.search-form button:hover {
  opacity: 0.8;
}
.search-form button:hover:before {
  color: #32bcad;
}
.search-form button:before {
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post a {
  text-decoration: none;
}
.single-post .wrap {
  width: 1280px;
}
.single-post .single-page {
  padding: 70px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .single-post .single-page {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .single-post .single-page {
    padding: 30px 0;
  }
}
.single-post .single-page .post-title {
  text-align: center;
}
.single-post .single-page .time-block {
  text-align: center;
}
.single-post .single-page .single-img {
  width: 100%;
  margin-bottom: 20px;
}
.single-post .single-page .single-img img {
  width: 100%;
  object-fit: cover;
}
.index-aside {
  background: #f8f8f8;
  padding: 35px 28px;
}
@media (max-width: 1024px) {
  .index-aside {
    padding: 25px 15px;
  }
}
.index-aside .aside-box {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .index-aside .aside-box {
    margin-bottom: 40px;
  }
}
.index-aside .aside-box:last-child {
  margin-bottom: 0;
}
.index-aside .aside-box h4 {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 12px;
}
.index-aside .aside-box .cat-item {
  margin-bottom: 20px;
}
.index-aside .aside-box .cat-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-aside .aside-box .cat-item a:hover {
  color: #32bcad;
}
.index-aside .post-item {
  margin-bottom: 20px;
}
.index-aside .post-item .thumb {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.index-aside .post-item .thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
  width: 100%;
  min-height: 164px;
}
.index-aside .post-item .thumb img:hover {
  opacity: 0.7;
}
.index-aside .post-item .title {
  padding-bottom: 0;
}
.index-aside .post-item .title a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.index-aside .post-item .title a:hover {
  color: #32bcad;
}
.index-aside .post-item time {
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  line-height: 14px;
  color: #fff;
  display: inline-block;
  min-width: 88px;
  padding: 7px 15px;
  text-align: center;
  background: #32bcad;
  text-transform: uppercase;
}
.contact-page .before-image h2 {
  padding-left: 0;
  padding-bottom: 0;
}
.contact-page .before-image h2:before {
  position: relative;
}
.contact-page .contact-top-block {
  min-height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .contact-page .contact-top-block {
    min-height: auto;
    padding: 50px 0;
  }
}
.contact-page .contact-top-block h2 {
  color: #fff;
  text-transform: uppercase;
}
.contact-page .contact-bottom-block {
  padding: 45px 0 75px;
  position: relative;
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block {
    padding: 45px 0 30px;
  }
}
.contact-page .contact-bottom-block:before {
  content: '';
  background: #05868a;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block:before {
    width: 100%;
    height: 185px;
  }
}
.contact-page .contact-bottom-block .row1380 {
  width: 1080px;
}
.contact-page .contact-bottom-block .contact-left-info {
  padding-top: 100px;
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
}
@media (max-width: 1240px) {
  .contact-page .contact-bottom-block .contact-left-info {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 60px;
    padding-top: 0;
    text-align: center;
  }
}
.contact-page .contact-bottom-block .contact-left-info .left-content {
  margin-top: 285px;
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-left-info .left-content {
    margin-top: 0;
  }
}
.contact-page .contact-bottom-block .contact-left-info p {
  color: #adddd9;
}
.contact-page .contact-bottom-block .contact-left-info a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-page .contact-bottom-block .contact-left-info a:hover {
  color: #32bcad;
}
.contact-page .contact-bottom-block .contact-form {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  text-align: center;
}
@media (max-width: 1240px) {
  .contact-page .contact-bottom-block .contact-form {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-form {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.contact-page .contact-bottom-block .contact-form .contact-form-box {
  margin-left: auto;
  max-width: 352px;
}
@media (max-width: 1240px) {
  .contact-page .contact-bottom-block .contact-form .contact-form-box {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-form .contact-form-box {
    max-width: none;
  }
}
.contact-page .contact-bottom-block .contact-form p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.contact-page .contact-bottom-block .contact-form form {
  margin-top: 15px;
}
.contact-page .contact-bottom-block .contact-form form p {
  text-align: left;
}
.contact-page .contact-bottom-block .contact-form form .wpcf7-form-control-wrap {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-form form .wpcf7-form-control-wrap {
    margin-bottom: 20px;
  }
}
.contact-page .contact-bottom-block .contact-form form .your-message {
  margin-bottom: 16px;
}
.contact-page .contact-bottom-block .contact-form form .btn-tr {
  margin-top: 30px;
  width: 100%;
  background: #32bcad;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-page .contact-bottom-block .contact-form form .btn-tr {
    margin-top: 10px;
  }
}
.contact-page .contact-bottom-block .contact-form form .btn-tr:hover {
  background: transparent;
  color: #32bcad;
}
.services-page .services-top {
  padding: 75px 0 100px;
}
@media (max-width: 1024px) {
  .services-page .services-top {
    padding: 35px 0 50px;
  }
}
@media (max-width: 768px) {
  .services-page .services-top {
    padding: 35px 0;
  }
}
.services-page .services-top-title {
  max-width: 280px;
  margin: 0 auto 35px;
}
@media (max-width: 1024px) {
  .services-page .services-top-title {
    margin: 0 auto;
  }
}
.services-page .services-block .services-item {
  background: #05868a;
  padding: 30px 30px 70px 50px;
  color: #fff;
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-basis: 32%;
  flex-basis: 32%;
}
@media (max-width: 1240px) {
  .services-page .services-block .services-item {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 1024px) {
  .services-page .services-block .services-item {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .services-page .services-block .services-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-basis: 48%;
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .services-page .services-block .services-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.services-page .services-block .services-item h2 {
  color: #fff;
}
.services-page .services-block .services-item .services-image {
  text-align: right;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .services-page .services-block .services-item .services-image {
    text-align: center;
    margin-bottom: 10px;
  }
}
.services-page .services-block .services-item ul {
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .services-page .services-block .services-item ul {
    padding-left: 0px;
  }
}
.services-page .services-block .services-item ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 1024px) {
  .services-page .services-block .services-item ul li {
    padding-left: 15px;
  }
}
.services-page .services-block .services-item ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00a3a8;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.services-page .tabs-block {
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .services-page .tabs-block {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .services-page .tabs-block {
    padding-bottom: 30px;
  }
}
.services-page .tabs-block .tab-title-top {
  padding: 60px 0 200px;
}
.services-page .tabs-block .tab-title-top h2 {
  color: #fff;
}
.services-page .tabs-block .tab-title-top p {
  color: rgba(255, 255, 255, .7);
}
.services-page .tabs-box {
  margin-top: -210px;
}
.tabs {
  padding: 0;
  margin-bottom: 68px;
  list-style: none;
  text-align: center;
}
@media (max-width: 1024px) {
  .tabs {
    margin-bottom: 40px;
  }
}
.tabs div {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 8px 22px;
  background: #fff;
  color: #32bcad;
  font-weight: 500;
  margin: 5px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.tabs div.active {
  background: #32bcad;
  color: #fff;
  border-radius: 3px;
}
.tabs div:hover {
  background: #32bcad;
  color: #fff;
  border-radius: 3px;
}
.tabs-block {
  overflow: hidden;
}
.tabs-block .tab-title-top {
  text-align: center;
}
.tabs-block .tab-title-top h2 {
  padding-left: 65px;
  display: inline-block;
}
.tabs-block .tab-title-top p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .tabs-block .tab-title-top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tabs-block .tab-title-top p {
    font-size: 16px;
  }
}
.tabs-block .tab-title-top .row1220 {
  width: 720px;
}
.tabs-block .tabs-box {
  width: 1280px;
}
.tabs-block .tabs-box .thumb {
  background: #fff;
}
.tabs-block .tabs-box .thumb img {
  height: 252px;
}
.tabs-block .tabs-box .post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.tabs-block .tabs-box .post-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .tabs-block .tabs-box .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tabs-block .tabs-box .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .tabs-block .tabs-box .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .tabs-block .tabs-box .post-items > * {
    width: 98.5%;
    margin: 0 0.75% 1.5em;
  }
}
.tabs-block .tabs-box .post-items .post-item .title a {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .tabs-block .tabs-box .post-items .post-item .title a {
    font-size: 20px;
  }
}
.tabs-block .tabs-box .post-items .post-item time {
  font-size: 12px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: inherit;
}
.home-page .top-block-box {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-page .home-top-block {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.home-page .home-top-block .row1380 {
  min-height: 1024px;
  width: 1550px;
  padding: 170px 0;
}
@media (max-width: 1240px) {
  .home-page .home-top-block .row1380 {
    min-height: auto;
    padding: 150px 0;
  }
}
@media (max-width: 1024px) {
  .home-page .home-top-block .row1380 {
    padding: 150px 0 60px;
  }
}
@media (max-width: 768px) {
  .home-page .home-top-block .row1380 {
    padding: 150px 0 30px;
  }
}
.home-page .home-top-block .top-left-info {
  -webkit-flex-basis: 34%;
  -moz-flex-basis: 34%;
  -ms-flex-basis: 34%;
  flex-basis: 34%;
}
@media (max-width: 1024px) {
  .home-page .home-top-block .top-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.home-page .home-top-block .top-left-info h2 {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-bottom: 35px;
  color: #fff;
}
@media (max-width: 1280px) {
  .home-page .home-top-block .top-left-info h2 {
    font-size: 46px;
    line-height: 1.2;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-top-block .top-left-info h2 {
    font-size: 38px;
  }
}
.home-page .home-top-block .top-left-info h2 strong {
  color: #32bcad;
}
.home-page .home-top-block .top-left-info p {
  color: #fff;
  letter-spacing: 0.07em;
}
.home-page .home-top-block .top-left-info .btn-tr {
  margin-top: 80px;
}
@media (max-width: 1240px) {
  .home-page .home-top-block .top-left-info .btn-tr {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-top-block .top-left-info .btn-tr {
    margin-top: 20px;
  }
}
.home-page .home-top-block .home-top-items {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-basis: 66%;
  flex-basis: 66%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.25%;
  width: 104.5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.home-page .home-top-block .home-top-items > * {
  width: 28.8333333333%;
  margin: 0 2.25% 3em;
}
@media (max-width: 1024px) {
  .home-page .home-top-block .home-top-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .home-page .home-top-block .home-top-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .home-page .home-top-block .home-top-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .home-page .home-top-block .home-top-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-page .home-top-block .home-top-items .home-top-item {
  position: relative;
  display: block;
}
.home-page .home-top-block .home-top-items .home-top-item:hover img {
  opacity: 0.8;
}
.home-page .home-top-block .home-top-items .home-top-item:hover .home-top-item-link {
  color: #00506a;
  background: #fff;
}
.home-page .home-top-block .home-top-items .home-top-item:nth-child(even) {
  margin-top: 110px;
}
@media (max-width: 1240px) {
  .home-page .home-top-block .home-top-items .home-top-item:nth-child(even) {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .home-page .home-top-block .home-top-items .home-top-item:nth-child(even) {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .home-page .home-top-block .home-top-items .home-top-item:nth-child(even) {
    margin-top: 0px;
  }
}
.home-page .home-top-block .home-top-items .home-top-item figure {
  background: #fff;
}
.home-page .home-top-block .home-top-items .home-top-item img {
  width: 100%;
  box-shadow: 0px 25px 75px -15px rgba(1, 32, 33, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .home-page .home-top-block .home-top-items .home-top-item img {
    max-height: 300px;
  }
}
.home-page .home-top-block .home-top-items .home-top-item .home-top-item-link {
  position: absolute;
  bottom: 30px;
  left: -30px;
  color: #fff;
  background: #00506a;
  padding: 7px 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1240px) {
  .home-page .home-top-block .home-top-items .home-top-item .home-top-item-link {
    left: -10px;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .home-top-block .home-top-items .home-top-item .home-top-item-link {
    left: 0px;
  }
}
.home-page .home-top-block .home-top-items .home-top-item .home-top-item-link i {
  padding-left: 15px;
}
@media (max-width: 1240px) {
  .home-page .home-top-block .home-top-items .home-top-item .home-top-item-link i {
    padding-left: 8px;
  }
}
.home-page .services-block .services-top-info {
  padding: 60px 0 50px;
  text-align: center;
}
@media (max-width: 1240px) {
  .home-page .services-block .services-top-info {
    padding: 40px 0 30px;
  }
}
@media (max-width: 1024px) {
  .home-page .services-block .services-top-info {
    padding: 30px 0 20px;
  }
}
.home-page .services-block .services-top-info h2 {
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: -70px;
}
.home-page .services-block .services-top-info h2:before {
  position: relative;
  left: auto;
  padding-right: 20px;
}
.home-page .services-block .services-top-info p {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .home-page .services-block .services-top-info p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .home-page .services-block .services-top-info p {
    font-size: 16px;
  }
}
.home-page .services-block .row1380 {
  width: 1280px;
}
.home-page .services-block .services-items .services-item {
  margin-bottom: 100px;
  padding: 110px 0;
  position: relative;
}
@media (max-width: 1240px) {
  .home-page .services-block .services-items .services-item {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .home-page .services-block .services-items .services-item {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item {
    padding: 0;
  }
}
.home-page .services-block .services-items .services-item:before {
  content: '';
  background: #05868a;
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  z-index: -1;
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item:before {
    display: none;
  }
}
.home-page .services-block .services-items .services-item:nth-child(even):before {
  right: 0;
}
@media (max-width: 1024px) {
  .home-page .services-block .services-items .services-item:nth-child(even) .services-item-info {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item:nth-child(even) .services-item-info {
    padding-left: 15px;
  }
}
.home-page .services-block .services-items .services-item:nth-child(even) .row1380 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
}
.home-page .services-block .services-items .services-item:nth-child(odd):before {
  left: 0;
}
.home-page .services-block .services-items .services-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item:last-child {
    margin-bottom: 30px;
  }
}
.home-page .services-block .services-items ul {
  padding-left: 24px;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .home-page .services-block .services-items ul {
    padding-left: 0px;
    padding-bottom: 15px;
  }
}
.home-page .services-block .services-items ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 24px;
  color: #fff;
}
@media (max-width: 1024px) {
  .home-page .services-block .services-items ul li {
    padding-left: 15px;
  }
}
.home-page .services-block .services-items ul li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #00a3a8;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.home-page .services-block .services-items .more {
  color: #fff;
}
.home-page .services-block .services-items .more:hover {
  color: #000;
}
.home-page .services-block .services-items h2 {
  color: #fff;
}
.home-page .services-block .services-items .services-item-image {
  -webkit-flex-basis: 61%;
  -moz-flex-basis: 61%;
  -ms-flex-basis: 61%;
  flex-basis: 61%;
}
@media (max-width: 1240px) {
  .home-page .services-block .services-items .services-item-image {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-basis: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.home-page .services-block .services-items .services-item-image img {
  box-shadow: 0px 25px 75px -15px rgba(1, 32, 33, 0.4);
  width: 100%;
  max-width: 780px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .home-page .services-block .services-items .services-item-info {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .home-page .services-block .services-items .services-item-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    background: #05868a;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.home-page .top-block {
  width: 1340px;
  min-height: 980px;
}
@media (max-width: 1240px) {
  .home-page .top-block {
    min-height: auto;
    padding: 150px 0;
  }
}
@media (max-width: 1024px) {
  .home-page .top-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-page .top-block {
    padding: 30px 0;
  }
}
.home-page .top-block .top-image img {
  width: 100%;
}
.home-page .top-block .top-info h2 {
  color: #fff;
}
.home-page .top-block .top-info p {
  color: rgba(255, 255, 255, .7);
}
.home-page .top-block .link-info {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-page .top-block .link-info:hover {
  color: #fff;
}
.home-page .tabs-block {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .home-page .tabs-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-page .tabs-block {
    padding: 40px 0;
  }
}
.home-page .tabs-block .tab-title-top {
  padding-bottom: 15px;
}
.home-page .tabs-block .tab-title-top p {
  color: #8e92a9;
}
.home .header {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  box-shadow: none;
}
.blog .alm-btn-wrap .alm-load-more-btn, .blog .alm-btn-wrap .alm-load-more-btn.done {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #32bcad !important;
  padding: 15px 46px;
  background: transparent !important;
  min-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #32bcad !important;
  border-radius: 3px;
  cursor: pointer;
}
footer .right-content .wys {
  color: #c1c1c1;
}
.page .page-title {
  text-align: center;
}
