@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Medium.eot");
  src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Medium.woff") format('woff'), url("../fonts/gilroy/Gilroy-Medium.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Regular.eot");
  src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Regular.woff") format('woff'), url("../fonts/gilroy/Gilroy-Regular.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-Bold.eot");
  src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-Bold.woff") format('woff'), url("../fonts/gilroy/Gilroy-Bold.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot");
  src: url("../fonts/gilroy/Gilroy-SemiBold.eot?#iefix") format('embedded-opentype'), url("../fonts/gilroy/Gilroy-SemiBold.woff") format('woff'), url("../fonts/gilroy/Gilroy-SemiBold.ttf") format('truetype');
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.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;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.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;
}
html {
  overflow-y: scroll;
  scrollbar-color: #017260 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #017260;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #01594b;
}
::-webkit-scrollbar-thumb:active {
  background: #01594b;
}
html {
  font: 400 16px/1.5714 'Gilroy', sans-serif, sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #333;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -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;
  width: 100%;
}
p {
  margin-bottom: 25px;
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 1024px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 60px;
  width: 100%;
  border: 1px solid #017260;
  background: #fff;
  color: #333;
  padding: 0 20px;
  font-family: 'Gilroy', sans-serif;
  border-radius: 3px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    font-size: 16px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #01a58b;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
textarea {
  resize: none;
  height: 120px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  background: #017260;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 224px;
  padding: 21px 18px;
  position: relative;
  border: 1px solid #017260;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 15px 10px;
    min-width: 180px;
    font-size: 14px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #01a58b;
}
.btn.arrow, .post-navigation [rel="next"].arrow, .post-navigation [rel="prev"].arrow, .submit.arrow {
  padding: 20.5px 18px;
}
@media (max-width: 768px) {
  .btn.arrow, .post-navigation [rel="next"].arrow, .post-navigation [rel="prev"].arrow, .submit.arrow {
    padding: 15px 10px;
  }
}
.btn.arrow:after, .post-navigation [rel="next"].arrow:after, .post-navigation [rel="prev"].arrow:after, .submit.arrow:after {
  content: url("../img/arrow-right.svg");
  vertical-align: middle;
  padding-left: 15px;
  line-height: 0;
}
@media (max-width: 768px) {
  .btn.arrow:after, .post-navigation [rel="next"].arrow:after, .post-navigation [rel="prev"].arrow:after, .submit.arrow:after {
    padding-left: 8px;
  }
}
.btn.message, .post-navigation [rel="next"].message, .post-navigation [rel="prev"].message, .submit.message {
  padding: 15.5px 18px;
}
@media (max-width: 768px) {
  .btn.message, .post-navigation [rel="next"].message, .post-navigation [rel="prev"].message, .submit.message {
    padding: 10px 10px;
  }
}
.btn.message:after, .post-navigation [rel="next"].message:after, .post-navigation [rel="prev"].message:after, .submit.message:after {
  content: url("../img/message.svg");
  vertical-align: middle;
  padding-left: 15px;
  line-height: 0;
}
@media (max-width: 768px) {
  .btn.message:after, .post-navigation [rel="next"].message:after, .post-navigation [rel="prev"].message:after, .submit.message:after {
    padding-left: 8px;
  }
}
.btn.blue, .post-navigation [rel="next"].blue, .post-navigation [rel="prev"].blue, .submit.blue {
  background: #f1741f;
  border-color: #f1741f;
}
.btn.blue:hover, .post-navigation [rel="next"].blue:hover, .post-navigation [rel="prev"].blue:hover, .submit.blue:hover {
  background: #000;
  border-color: #000;
}
h1, h2, h3, .post .post-title, h4, h5, h6 {
  font-family: 'Gilroy', sans-serif;
  text-transform: capitalize;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 500;
}
h2 strong {
  font-weight: 700;
}
h1, h2 {
  font-size: 48px;
  line-height: 1.25;
  color: #333;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 32px;
  }
}
h3, .post .post-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  h3, .post .post-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 28px;
  }
}
h4 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
.container {
  margin: 0 auto;
  width: 1444px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul li {
  padding-left: 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #2a333f;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .text ul li {
    font-size: 16px;
  }
}
.text ul li:before {
  content: url("../img/li-box.svg");
  position: absolute;
  top: 1px;
  left: 0;
  transform: scale(1.5);
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text .post .post-title a:not(.btn), .post .text .post-title a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #333;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text .post .post-title a:not(.btn):hover, .post .text .post-title a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #01a58b;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 15px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Gilroy', sans-serif;
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .btn-wrapper.message-icon:after {
  content: url("../img/message.svg");
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  font-size: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  div.wpcf7 .btn-wrapper.message-icon:after {
    right: 25px;
  }
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
  margin: 10px 25px 0;
  padding-bottom: 10px;
}
@media (max-width: 1640px) {
  .main-menu > ul > li {
    margin: 10px 15px 0;
  }
}
@media (max-width: 1440px) {
  .main-menu > ul > li {
    margin: 10px 10px 0;
  }
}
.main-menu > ul > li.current-menu-item > a {
  color: #017260;
}
.main-menu > ul > li > a {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #000;
}
@media (max-width: 1240px) {
  .main-menu > ul > li > a {
    font-size: 14px;
  }
}
.main-menu > ul > li > a:hover {
  color: #017260;
}
.main-menu > ul > li.menu-item-has-children > a {
  position: relative;
  z-index: 0;
  padding-right: 20px;
}
.main-menu > ul > li.menu-item-has-children > a::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  top: 40%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translate(0, -50%) rotateZ(45deg);
  -moz-transform: translate(0, -50%) rotateZ(45deg);
  -ms-transform: translate(0, -50%) rotateZ(45deg);
  -o-transform: translate(0, -50%) rotateZ(45deg);
  transform: translate(0, -50%) rotateZ(45deg);
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: 0px 3.99967px 12.9989px rgba(0, 0, 0, 0.1);
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 1240px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    font-size: 16px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: rgba(0, 0, 0, 0.1);
}
.main-menu .menu-item-has-children:hover > a {
  color: #017260;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #000;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: text-top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #01a58b;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: 'x';
  font-size: 24px;
  opacity: 0;
  color: #333;
}
.search-box .search-btn svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover svg {
  color: #01a58b;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #01a58b;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: #017260;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #017260;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #333;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #017260 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #000d0b;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #000d0b;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #017260;
}
.breadcrumb {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #01a58b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #01a58b;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #017260;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #02d7b5;
}
.pagination a.page-numbers:hover {
  background: #02d7b5;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #01a58b;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #01a58b;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 30px 0;
  }
}
.grid-2 {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.grid-2 > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 480px) {
  .grid-2 {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: relative;
  z-index: 100;
  padding: 20px 0;
  background: #fff;
}
@media (max-width: 600px) {
  header .header-buttons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
header .header-buttons .btn, header .header-buttons .post-navigation [rel="next"], .post-navigation header .header-buttons [rel="next"], header .header-buttons .post-navigation [rel="prev"], .post-navigation header .header-buttons [rel="prev"] {
  margin-left: 20px;
  font-size: 16px;
}
@media (max-width: 1640px) {
  header .header-buttons .btn, header .header-buttons .post-navigation [rel="next"], .post-navigation header .header-buttons [rel="next"], header .header-buttons .post-navigation [rel="prev"], .post-navigation header .header-buttons [rel="prev"] {
    margin-left: 10px;
  }
}
@media (max-width: 1440px) {
  header .header-buttons .btn, header .header-buttons .post-navigation [rel="next"], .post-navigation header .header-buttons [rel="next"], header .header-buttons .post-navigation [rel="prev"], .post-navigation header .header-buttons [rel="prev"] {
    padding: 15px 12px;
    min-width: auto;
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  header .header-buttons .btn, header .header-buttons .post-navigation [rel="next"], .post-navigation header .header-buttons [rel="next"], header .header-buttons .post-navigation [rel="prev"], .post-navigation header .header-buttons [rel="prev"] {
    padding: 10px 12px;
  }
}
@media (max-width: 600px) {
  header .header-buttons .btn, header .header-buttons .post-navigation [rel="next"], .post-navigation header .header-buttons [rel="next"], header .header-buttons .post-navigation [rel="prev"], .post-navigation header .header-buttons [rel="prev"] {
    margin: 10px 5px 0;
  }
}
@media (max-width: 1440px) {
  header .custom-logo-link {
    max-width: 150px;
  }
}
@media (max-width: 1240px) {
  header .custom-logo-link {
    max-width: 120px;
  }
}
@media (max-width: 600px) {
  header .custom-logo-link {
    margin: 0 auto 15px;
  }
}
.custom-logo-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-width: 200px;
  display: inline-block;
  line-height: 0;
}
.custom-logo-link:hover {
  opacity: 0.7;
}
.custom-logo-link img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
footer {
  background: #333;
}
footer .top-footer {
  padding: 32px 0;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 22px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    display: block;
    padding: 22px 0 10px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .custom-logo-link {
    margin: 0 auto 25px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .custom-logo-link {
    margin: 0 auto 15px;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .footer-links-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer-links-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .top-footer .footer-links-block .text {
  margin-left: 40px;
}
@media (max-width: 1240px) {
  footer .top-footer .footer-links-block .text {
    margin: 0 0 20px;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 1024px) {
  footer .top-footer .footer-links-block .text {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer-links-block .text {
    margin: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .top-footer .footer-links-block .text a {
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  display: inline-block;
}
footer .top-footer .footer-links-block .text a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
footer .top-footer .footer-links-block .text a:hover {
  color: #fff;
}
footer .top-footer .footer-links-block .text a:hover:before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 1240px) {
  footer .top-footer .footer-links-block .text a {
    font-size: 19px;
  }
}
footer .top-footer .footer-links-block .text p {
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 1240px) {
  footer .top-footer .footer-links-block .text p {
    font-size: 19px;
  }
}
footer .top-footer .footer-links-block .text p a {
  margin: 0;
}
footer .top-footer .footer-links-block .text ul {
  margin: 0;
  padding: 0;
  display: block;
}
footer .top-footer .footer-links-block .text li {
  display: block;
  padding: 0;
  margin: 0;
}
footer .top-footer .footer-links-block .text li:before {
  display: none;
}
footer .top-footer .footer-links-block .text li a {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  footer .top-footer .footer-links-block .text li a {
    font-size: 15px;
  }
}
footer .bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
@media (max-width: 768px) {
  footer .bottom-footer {
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .footer-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .bottom-footer .copyright {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fefbfb;
  opacity: 0.5;
  display: block;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
}
footer .bottom-footer ul li {
  padding-left: 40px;
  border-left: 1px solid rgba(254, 251, 251, .5);
  margin-left: 40px;
  line-height: 17px;
}
@media (max-width: 1024px) {
  footer .bottom-footer ul li {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer ul li {
    padding-left: 20px;
    margin-left: 20px;
  }
}
footer .bottom-footer ul li:first-child {
  border-left: 0;
  margin-left: 0;
}
footer .bottom-footer ul li a {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #fefbfb;
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .bottom-footer ul li a:hover {
  opacity: 1;
}
.top-block {
  position: relative;
  overflow: hidden;
}
.top-block:after {
  background: url("../img/top-bg.png") no-repeat top right;
  top: -50px;
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
  z-index: -1;
}
.top-block .container.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-block .top-image {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1240px) {
  .top-block .top-image {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 1024px) {
  .top-block .top-image {
    margin-bottom: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .top-block .top-image {
    margin-bottom: 15px;
  }
}
.top-block .top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .text {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
@media (max-width: 1024px) {
  .top-block .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.top-block .text p {
  color: #2a333f;
  font-weight: 500;
}
.top-block .text .btn, .top-block .text .post-navigation [rel="next"], .post-navigation .top-block .text [rel="next"], .top-block .text .post-navigation [rel="prev"], .post-navigation .top-block .text [rel="prev"] {
  margin-top: 35px;
}
@media (max-width: 1024px) {
  .top-block .text .btn, .top-block .text .post-navigation [rel="next"], .post-navigation .top-block .text [rel="next"], .top-block .text .post-navigation [rel="prev"], .post-navigation .top-block .text [rel="prev"] {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .top-block .text .btn, .top-block .text .post-navigation [rel="next"], .post-navigation .top-block .text [rel="next"], .top-block .text .post-navigation [rel="prev"], .post-navigation .top-block .text [rel="prev"] {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .top-block .text .btn, .top-block .text .post-navigation [rel="next"], .post-navigation .top-block .text [rel="next"], .top-block .text .post-navigation [rel="prev"], .post-navigation .top-block .text [rel="prev"] {
    margin-top: 5px;
  }
}
.faq-block.bg {
  background: #efefef;
}
.faq-block .faq-left {
  -webkit-flex-basis: 54%;
  -moz-flex-basis: 54%;
  -ms-flex-preferred-size: 54%;
  flex-basis: 54%;
  border-right: 1px solid #c3c3c3;
  padding-right: 75px;
  padding-top: 35px;
}
@media (max-width: 1240px) {
  .faq-block .faq-left {
    padding-right: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 1024px) {
  .faq-block .faq-left {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    border: 0;
    padding-top: 0;
  }
}
.faq-block .faq-info-box {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .faq-block .faq-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .faq-block .faq-info-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .faq-block .faq-info-box {
    margin-bottom: 25px;
  }
}
.faq-block .image {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  overflow: hidden;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .faq-block .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.faq-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-block .item {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 1024px) {
  .faq-block .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.faq-block .item .item-title-box {
  padding: 0 30px 0 0;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-transform: capitalize;
  color: #333;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-block .item .item-title-box {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .faq-block .item .item-title-box {
    font-size: 18px;
    padding-right: 20px;
  }
}
.faq-block .item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  height: 24px;
  width: 24px;
}
@media (max-width: 480px) {
  .faq-block .item span {
    height: 15px;
    width: 15px;
  }
}
.faq-block .item span:before, .faq-block .item span:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .faq-block .item span:before, .faq-block .item span:after {
    width: 15px;
  }
}
.faq-block .item span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #017260;
}
.faq-block .item span:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #017260;
}
.faq-block .item span.active:before, .faq-block .item span.active:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-block .item .info {
  padding: 24px 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .faq-block .item .info {
    padding: 15px 0 0;
  }
}
.faq-block .item .info a {
  color: #017260;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-block .item .info a:hover {
  color: #01a58b;
}
.left-right-block .left-right-items.reverse .left-right-item .left-right-item-box {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-block .left-right-items.reverse .left-right-item:nth-child(even) .left-right-item-box {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.left-right-block .left-right-items.bg .left-right-item {
  background: #efefef;
}
.left-right-block .left-right-items.bg .left-right-item:nth-child(even) {
  background: transparent;
}
.left-right-block .left-right-item:nth-child(even) {
  background: #efefef;
}
.left-right-block .left-right-item:nth-child(even) .left-right-item-box {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item:nth-child(even) .left-right-item-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.left-right-block .left-right-item .left-right-image {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  display: block;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-item .left-right-image {
    margin-bottom: 15px;
  }
}
.left-right-block .left-right-item .left-right-image img {
  width: 100%;
  height: 100%;
  min-height: 532px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-image img {
    min-height: auto;
  }
}
.left-right-block .left-right-item .left-right-info {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
@media (max-width: 1240px) {
  .left-right-block .left-right-item .left-right-info {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-block .left-right-item .left-right-info h2 {
  font-weight: 700;
}
.left-right-block .left-right-item .left-right-info .btn, .left-right-block .left-right-item .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="next"], .left-right-block .left-right-item .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="prev"] {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .left-right-block .left-right-item .left-right-info .btn, .left-right-block .left-right-item .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="next"], .left-right-block .left-right-item .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="prev"] {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .left-right-block .left-right-item .left-right-info .btn, .left-right-block .left-right-item .left-right-info .post-navigation [rel="next"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="next"], .left-right-block .left-right-item .left-right-info .post-navigation [rel="prev"], .post-navigation .left-right-block .left-right-item .left-right-info [rel="prev"] {
    margin-top: 10px;
  }
}
.serve-block {
  padding: 84px 0 40px;
}
@media (max-width: 1366px) {
  .serve-block {
    padding: 60px 0 20px;
  }
}
@media (max-width: 1024px) {
  .serve-block {
    padding: 40px 0 15px;
  }
}
@media (max-width: 600px) {
  .serve-block {
    padding: 30px 0;
  }
}
.serve-block.bg {
  background: #efefef;
}
.serve-block .serve-info-box {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .serve-block .serve-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .serve-block .serve-info-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .serve-block .serve-info-box {
    margin-bottom: 25px;
  }
}
.serve-block .serve-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.serve-block .serve-items > * {
  width: 23.6%;
  margin: 0 0.7% 0.875em;
}
@media (max-width: 1240px) {
  .serve-block .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .serve-block .serve-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .serve-block .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .serve-block .serve-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .serve-block .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .serve-block .serve-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.serve-block .serve-item {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .serve-block .serve-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .serve-block .serve-item {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .serve-block .serve-item:last-child {
    margin-bottom: 0;
  }
}
.serve-block .serve-item-top {
  margin-bottom: 30px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .serve-block .serve-item-top {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .serve-block .serve-item-top {
    margin-bottom: 20px;
  }
}
.serve-block .serve-item-top .serve-item-image {
  -webkit-flex-basis: 75px;
  -moz-flex-basis: 75px;
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
  height: 75px;
  overflow: hidden;
  background: #017260;
  padding: 12px;
  text-align: center;
  border-radius: 12px;
}
.serve-block .serve-item-top .serve-item-image img {
  vertical-align: center;
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.serve-block .serve-item-top .serve-item-title {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .serve-block .serve-item-top .serve-item-title {
    font-size: 19px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .serve-block .serve-item-top .serve-item-title {
    font-size: 18px;
    margin-left: 15px;
  }
}
.serve-block .serve-item-info {
  color: #505050;
}
.serve-block.serve_v2 .serve-item-top {
  margin-bottom: 0;
}
.serve-block.serve_v2 .container {
  width: 1180px;
}
.serve-block.serve_v2 .serve-item-image {
  margin: 0 auto 16px;
  width: 75px;
}
.serve-block.serve_v2 .serve-items {
  text-align: center;
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.serve-block.serve_v2 .serve-items > * {
  width: 29.3333333333%;
  margin: 0 2% 2.6666666667em;
}
@media (max-width: 1240px) {
  .serve-block.serve_v2 .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .serve-block.serve_v2 .serve-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .serve-block.serve_v2 .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .serve-block.serve_v2 .serve-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .serve-block.serve_v2 .serve-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .serve-block.serve_v2 .serve-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.serve-block.serve_v2 .serve-item-title {
  margin-left: 0;
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .serve-block.serve_v2 .serve-item-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .serve-block.serve_v2 .serve-item-title {
    font-size: 18px;
  }
}
.white-color {
  color: #fff;
}
.white-color h1, .white-color h2, .white-color h3, .white-color .post .post-title, .post .white-color .post-title, .white-color h4, .white-color h5, .white-color h6, .white-color li, .white-color p {
  color: #fff !important;
}
.white-color li:before {
  content: url("../img/li-white.svg");
}
.white-color a:not(.btn) {
  text-decoration: none;
  color: #fff !important;
}
.white-color a:not(.btn):hover {
  color: #017260 !important;
}
.bottom-box {
  position: relative;
  overflow: hidden;
  min-height: 513px;
}
@media (max-width: 1024px) {
  .bottom-box {
    min-height: auto;
  }
}
.bottom-box .image {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bottom-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bottom-box h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bottom-box h2 {
    margin-bottom: 15px;
  }
}
.bottom-box .text {
  max-width: 630px;
}
@media (max-width: 768px) {
  .bottom-box .text {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .bottom-box .text {
    text-align: center;
  }
}
.bottom-box .text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 167%;
  color: #fff;
}
@media (max-width: 1024px) {
  .bottom-box .text p {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .bottom-box .text p {
    font-size: 18px;
    line-height: 140%;
  }
}
@media (max-width: 480px) {
  .bottom-box .text p {
    font-size: 16px;
    line-height: 130%;
  }
}
.bottom-box .btn, .bottom-box .post-navigation [rel="next"], .post-navigation .bottom-box [rel="next"], .bottom-box .post-navigation [rel="prev"], .post-navigation .bottom-box [rel="prev"] {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .bottom-box .btn, .bottom-box .post-navigation [rel="next"], .post-navigation .bottom-box [rel="next"], .bottom-box .post-navigation [rel="prev"], .post-navigation .bottom-box [rel="prev"] {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .bottom-box .btn, .bottom-box .post-navigation [rel="next"], .post-navigation .bottom-box [rel="next"], .bottom-box .post-navigation [rel="prev"], .post-navigation .bottom-box [rel="prev"] {
    margin-top: 10px;
  }
}
.bottom-box .bottom-box-left-info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .bottom-box .bottom-box-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.bottom-box .bottom-box-right-info {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 768px) {
  .bottom-box .bottom-box-right-info {
    margin-top: 30px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.our-customers-block {
  position: relative;
  overflow: hidden;
}
.our-customers-block.bg:after {
  background: url("../img/background-customers.jpg") no-repeat;
  background-size: cover;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
  z-index: -1;
}
.our-customers-block .our-customers-item {
  padding-top: 100px;
  position: relative;
  flex-direction: column;
  height: auto;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-item {
    padding-top: 70px;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-item {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item {
    padding-top: 50px;
  }
}
.our-customers-block .our-customers-item:after {
  top: 0;
  content: url("../img/icon-customers.svg");
  left: 0;
  position: absolute;
  z-index: 0;
}
.our-customers-block .our-customers-info-box {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-info-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-info-box {
    margin-bottom: 25px;
    text-align: center;
  }
}
.our-customers-block .our-customers-info-box h2 {
  padding-bottom: 30px !important;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-info-box h2 {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-info-box h2 {
    padding-bottom: 20px !important;
  }
}
.our-customers-block .our-customers-info-box h2:before {
  content: '';
  width: 122px;
  height: 1px;
  background: #017260;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-info-box h2:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-bottom {
    display: block;
  }
}
.our-customers-block .our-customers-item-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-left {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    margin: 0;
  }
}
.our-customers-block .our-customers-item-left .our-customers-title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  align-items: center;
  letter-spacing: -0.5px;
  color: #333;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-item-left .our-customers-title {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-item-left .our-customers-title {
    font-size: 18px;
  }
}
.our-customers-block .our-customers-item-left .our-customers-subtitle {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-left-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.our-customers-block .our-customers-item-image {
  border-radius: 50%;
  display: block;
  margin-right: 20px;
  width: 102px;
  height: 102px;
  overflow: hidden;
  min-width: 102px;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-image {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.our-customers-block .our-customers-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-customers-block .our-customers-item-info {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-item-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-item-info {
    margin-bottom: 20px;
  }
}
.our-customers-block .our-customers-item-info p {
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  line-height: 133%;
  color: #090914;
}
@media (max-width: 1024px) {
  .our-customers-block .our-customers-item-info p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .our-customers-block .our-customers-item-info p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-info p {
    font-size: 16px;
  }
}
.our-customers-block .our-customers-item-logo {
  -webkit-flex-basis: 125px;
  -moz-flex-basis: 125px;
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  text-align: center;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-logo {
    text-align: center;
    display: block;
  }
}
.our-customers-block .our-customers-item-logo img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 480px) {
  .our-customers-block .our-customers-item-logo img {
    margin: 0 auto;
    max-width: 200px;
  }
}
.info-background-block .info-background-block-box {
  position: relative;
  margin-top: -30px;
  box-shadow: 361px 182px 162px rgba(0, 0, 0, 0.01), 203px 102px 136px rgba(0, 0, 0, 0.05), 90px 46px 101px rgba(0, 0, 0, 0.09), 23px 11px 56px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  min-height: 500px;
  background: url("../img/background-customers.jpg") no-repeat;
  background-size: cover;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  padding: 35px 75px 35px 60px;
}
@media (max-width: 1440px) {
  .info-background-block .info-background-block-box {
    margin-top: -15px;
  }
}
@media (max-width: 1366px) {
  .info-background-block .info-background-block-box {
    padding: 35px;
    box-shadow: 61px 52px 62px rgba(0, 0, 0, 0.01), 23px 42px 36px rgba(0, 0, 0, 0.05), 30px 26px 51px rgba(0, 0, 0, 0.09), 23px 11px 26px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .info-background-block .info-background-block-box {
    padding: 35px 30px;
    min-height: auto;
    margin-top: 0;
    box-shadow: 21px 22px 12px rgba(0, 0, 0, 0.01), 23px 12px 16px rgba(0, 0, 0, 0.05), 20px 26px 31px rgba(0, 0, 0, 0.09), 23px 11px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-block-box {
    padding: 30px 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.info-background-block .info-background-block-box.mrb {
  margin: 35px 0 100px 0;
}
@media (max-width: 1366px) {
  .info-background-block .info-background-block-box.mrb {
    margin: 35px 0 60px 0;
  }
}
@media (max-width: 1024px) {
  .info-background-block .info-background-block-box.mrb {
    margin: 35px 0 50px 0;
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-block-box.mrb {
    margin: 35px 0;
  }
}
.info-background-block .image {
  height: calc(100% + 43px);
  left: 60px;
  position: absolute;
  width: 410px;
  bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  z-index: 0;
}
@media (max-width: 1440px) {
  .info-background-block .image {
    width: auto;
    max-width: 35%;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .info-background-block .image {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .info-background-block .image {
    position: static;
    width: 100%;
    max-width: none;
  }
}
.info-background-block .image img {
  object-fit: contain;
}
.info-background-block .info-background-text {
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .info-background-block .info-background-text {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.info-background-block .info-background-text .text {
  max-width: 777px;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .info-background-block .info-background-text .text {
    max-width: none;
  }
}
.info-background-block .info-background-text .text li:before {
  content: url("../img/li-done.svg");
}
.info-background-block .info-background-text h3, .info-background-block .info-background-text .post .post-title, .post .info-background-block .info-background-text .post-title {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .info-background-block .info-background-text h3, .info-background-block .info-background-text .post .post-title, .post .info-background-block .info-background-text .post-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-text h3, .info-background-block .info-background-text .post .post-title, .post .info-background-block .info-background-text .post-title {
    padding-bottom: 15px;
  }
}
.info-background-block .info-background-text h3:before, .info-background-block .info-background-text .post .post-title:before, .post .info-background-block .info-background-text .post-title:before {
  content: '';
  width: 122px;
  height: 1px;
  background: #017260;
  bottom: 0;
  left: 0;
  position: absolute;
}
.info-background-block .info-background-text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 182%;
  color: #505050;
}
@media (max-width: 1024px) {
  .info-background-block .info-background-text p {
    font-size: 20px;
    line-height: 142%;
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .info-background-block .info-background-text p {
    font-size: 16px;
  }
}
.info-background-block .info-background-text .btn, .info-background-block .info-background-text .post-navigation [rel="next"], .post-navigation .info-background-block .info-background-text [rel="next"], .info-background-block .info-background-text .post-navigation [rel="prev"], .post-navigation .info-background-block .info-background-text [rel="prev"] {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .info-background-block .info-background-text .btn, .info-background-block .info-background-text .post-navigation [rel="next"], .post-navigation .info-background-block .info-background-text [rel="next"], .info-background-block .info-background-text .post-navigation [rel="prev"], .post-navigation .info-background-block .info-background-text [rel="prev"] {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .info-background-block .info-background-text .btn, .info-background-block .info-background-text .post-navigation [rel="next"], .post-navigation .info-background-block .info-background-text [rel="next"], .info-background-block .info-background-text .post-navigation [rel="prev"], .post-navigation .info-background-block .info-background-text [rel="prev"] {
    margin-top: 15px;
  }
}
.result-block {
  position: relative;
  overflow: hidden;
}
.result-block .container {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 715px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  padding-top: 80px;
}
@media (max-width: 1024px) {
  .result-block .container {
    padding-top: 40px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .result-block .container {
    padding-top: 30px;
  }
}
.result-block .result-info-box {
  margin-bottom: 40px;
}
.result-block .result-info-box .text {
  max-width: 590px;
  margin-right: auto;
}
.result-block .result-info-box p {
  line-height: 2;
}
@media (max-width: 1024px) {
  .result-block .result-info-box p {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .result-block .result-info-box p {
    line-height: 1.4;
  }
}
.result-block .result-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.result-block .result-item {
  border-left: 1px solid #fff;
  padding: 0 0 35px 35px;
  -webkit-flex-basis: 276px;
  -moz-flex-basis: 276px;
  -ms-flex-preferred-size: 276px;
  flex-basis: 276px;
  margin-right: 80px;
  margin-top: 5px;
  min-height: 195px;
}
@media (max-width: 1440px) {
  .result-block .result-item {
    margin-right: 30px;
    padding: 0 0 30px 30px;
  }
}
@media (max-width: 1024px) {
  .result-block .result-item {
    margin-right: 0;
    padding: 0 20px 20px 20px;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    min-height: 150px;
  }
}
@media (max-width: 768px) {
  .result-block .result-item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-height: auto;
  }
}
@media (max-width: 480px) {
  .result-block .result-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.result-block .result-item-title {
  font-family: 'Gilroy', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  text-transform: capitalize;
  color: #017260;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 1440px) {
  .result-block .result-item-title {
    font-size: 70px;
  }
}
@media (max-width: 1024px) {
  .result-block .result-item-title {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .result-block .result-item-title {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .result-block .result-item-title {
    font-size: 48px;
  }
}
.result-block .result-item-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  display: block;
}
.result-block .bg-image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.result-block .bg-image:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}
.result-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-block {
  padding: 84px 0 64px;
}
@media (max-width: 1366px) {
  .technology-block {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1024px) {
  .technology-block {
    padding: 40px 0 25px;
  }
}
@media (max-width: 600px) {
  .technology-block {
    padding: 30px 0;
  }
}
.technology-block.bg {
  background: #efefef;
}
.technology-block .technology-info-box {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .technology-block .technology-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .technology-block .technology-info-box {
    margin-bottom: 30px;
  }
}
.technology-block .technology-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.technology-block .technology-items > * {
  width: 23.6%;
  margin: 0 0.7% 0.875em;
}
@media (max-width: 1240px) {
  .technology-block .technology-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .technology-block .technology-items > * {
    width: 31.9333333333%;
    margin: 0 0.7% 0.9333333333em;
  }
}
@media (max-width: 1024px) {
  .technology-block .technology-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .technology-block .technology-items > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 600px) {
  .technology-block .technology-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .technology-block .technology-items > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.technology-block .technology-item {
  background: #017260;
  border-radius: 9px;
  min-height: 184px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 33px 28px;
  border: 1px solid #017260;
}
@media (max-width: 1240px) {
  .technology-block .technology-item {
    padding: 20px 25px;
  }
}
@media (max-width: 1024px) {
  .technology-block .technology-item {
    padding: 20px 15px;
    min-height: 150px;
  }
}
@media (max-width: 600px) {
  .technology-block .technology-item {
    min-height: auto;
  }
}
@media (max-width: 600px) {
  .technology-block .technology-item:last-child {
    margin-bottom: 0;
  }
}
.technology-block .technology-item:nth-child(even) {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #2a333f;
}
.technology-block .technology-item:nth-child(even) .technology-item-title {
  color: #333;
}
.technology-block .technology-item-image {
  display: block;
  margin-bottom: 20px;
}
.technology-block .technology-item-image img {
  width: 47px;
  height: 47px;
  object-fit: contain;
}
.technology-block .technology-item-title {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 1024px) {
  .technology-block .technology-item-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .technology-block .technology-item-title {
    font-size: 18px;
  }
}
.record-block {
  padding: 84px 0 64px;
}
@media (max-width: 1366px) {
  .record-block {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1024px) {
  .record-block {
    padding: 40px 0 25px;
  }
}
@media (max-width: 480px) {
  .record-block {
    padding: 30px 0;
  }
}
.record-block.bg {
  background: url("../img/record-bg.jpg") no-repeat;
  background-size: cover;
}
.record-block .record-info-box {
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .record-block .record-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .record-block .record-info-box {
    margin-bottom: 30px;
  }
}
.record-block .record-info-box p {
  color: #505050;
}
.record-block .record-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.record-block .record-items > * {
  width: 15.2666666667%;
  margin: 0 0.7% 0.8166666667em;
}
@media (max-width: 1240px) {
  .record-block .record-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .record-block .record-items > * {
    width: 31.9333333333%;
    margin: 0 0.7% 0.9333333333em;
  }
}
@media (max-width: 1024px) {
  .record-block .record-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .record-block .record-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .record-block .record-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .record-block .record-items > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.record-block .record-item {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #017260;
  border-radius: 12px;
  height: 112px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 7px 15px;
}
.record-block .record-item.record-item-image-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.record-block .record-item.record-item-image-link:hover {
  opacity: 0.7;
}
.record-block .record-item img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
}
@media (max-width: 600px) {
  .record-block .record-item:last-child {
    margin-bottom: 0;
  }
}
.growing-block {
  padding: 84px 0 64px;
}
@media (max-width: 1366px) {
  .growing-block {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1024px) {
  .growing-block {
    padding: 40px 0 25px;
  }
}
@media (max-width: 480px) {
  .growing-block {
    padding: 30px 0;
  }
}
.growing-block .container {
  width: 1510px;
}
.growing-block.bg {
  background: url("../img/record-bg.jpg") no-repeat;
  background-size: cover;
}
.growing-block .growing-info-box {
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .growing-block .growing-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .growing-block .growing-info-box {
    margin-bottom: 30px;
  }
}
.growing-block .growing-info-box p {
  color: #505050;
}
.growing-block .growing-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.growing-block .growing-items > * {
  width: 8.5%;
  margin: 0 2% 2.25em;
}
@media (max-width: 1440px) {
  .growing-block .growing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .growing-block .growing-items > * {
    width: 18.6%;
    margin: 0 0.7% 0.84em;
  }
}
@media (max-width: 1240px) {
  .growing-block .growing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .growing-block .growing-items > * {
    width: 31.9333333333%;
    margin: 0 0.7% 0.9333333333em;
  }
}
@media (max-width: 1024px) {
  .growing-block .growing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .growing-block .growing-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .growing-block .growing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .growing-block .growing-items > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.growing-block .growing-item {
  overflow: hidden;
  position: relative;
  height: 70px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.growing-block .growing-item.growing-item-image-link {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.growing-block .growing-item.growing-item-image-link:hover {
  opacity: 0.7;
}
.growing-block .growing-item img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: 100%;
}
@media (max-width: 600px) {
  .growing-block .growing-item:last-child {
    margin-bottom: 0;
  }
}
.top-info-block-box.bg {
  background: #efefef;
}
.top-info-block-box .left-right-top-info {
  margin: 0 auto 80px;
  max-width: 960px;
}
@media (max-width: 1024px) {
  .top-info-block-box .left-right-top-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top-info-block-box .left-right-top-info {
    margin-bottom: 30px;
  }
}
.top-info-block-box .text p {
  color: #505050;
}
.top-info-block-box .left-top-info-box {
  -webkit-flex-basis: 42.5%;
  -moz-flex-basis: 42.5%;
  -ms-flex-preferred-size: 42.5%;
  flex-basis: 42.5%;
}
@media (max-width: 1024px) {
  .top-info-block-box .left-top-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.top-info-block-box .image {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
@media (max-width: 1240px) {
  .top-info-block-box .image {
    -webkit-flex-basis: 52%;
    -moz-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
  }
}
@media (max-width: 1024px) {
  .top-info-block-box .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.top-info-block-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block {
  position: relative;
}
.video-block.bg {
  background: #efefef;
}
.video-block .video-info {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}
@media (max-width: 1240px) {
  .video-block .video-info {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .video-block .video-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.video-block .video-info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 200%;
  color: #2a333f;
}
@media (max-width: 1024px) {
  .video-block .video-info p {
    line-height: 150%;
    font-size: 16px;
  }
}
.video-block .video-box {
  display: block;
  height: 483px;
  position: relative;
  border-radius: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}
@media (max-width: 1024px) {
  .video-block .video-box {
    height: 450px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .video-block .video-box {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .video-block .video-box {
    height: 300px;
  }
}
.video-block .video-box:before {
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-block .video-box:hover .video-block-box-svg {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.video-block .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block .video-box .video-block-box-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-home .header-top-block .text h1 {
  font-size: 80px;
  line-height: 1.2;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .page-home .header-top-block .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .page-home .header-top-block .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .page-home .header-top-block .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .page-home .header-top-block .text h1 {
    font-size: 32px;
  }
}
.campaigns-block {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1366px) {
  .campaigns-block {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .campaigns-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .campaigns-block {
    padding: 30px 0;
  }
}
.campaigns-block.bg {
  background: #efefef;
}
.campaigns-block .campaigns-info-box {
  margin: 0 auto 70px;
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-info-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .campaigns-block .campaigns-info-box {
    margin-bottom: 30px;
  }
}
.campaigns-block .campaigns-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.campaigns-block .campaigns-items > * {
  width: 23.6%;
  margin: 0 0.7% 0.875em;
}
@media (max-width: 1240px) {
  .campaigns-block .campaigns-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .campaigns-block .campaigns-items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .campaigns-block .campaigns-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .campaigns-block .campaigns-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .campaigns-block .campaigns-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.campaigns-block .campaigns-item {
  margin-bottom: 25px;
  position: relative;
  padding: 0 39px 39px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #2a333f;
  border-radius: 12px;
  margin-top: 67px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .campaigns-block .campaigns-item {
    padding: 0 20px 30px;
  }
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-item {
    padding: 0 20px 25px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .campaigns-block .campaigns-item {
    padding: 0 15px 25px;
    margin-top: 35px;
  }
}
@media (max-width: 600px) {
  .campaigns-block .campaigns-item:last-child {
    margin-bottom: 0;
  }
}
.campaigns-block .campaigns-item:nth-child(4n+1), .campaigns-block .campaigns-item:nth-child(4n+3) {
  color: #fff;
}
.campaigns-block .campaigns-item:nth-child(4n+1) h1, .campaigns-block .campaigns-item:nth-child(4n+3) h1, .campaigns-block .campaigns-item:nth-child(4n+1) h2, .campaigns-block .campaigns-item:nth-child(4n+3) h2, .campaigns-block .campaigns-item:nth-child(4n+1) h3, .campaigns-block .campaigns-item:nth-child(4n+1) .post .post-title, .post .campaigns-block .campaigns-item:nth-child(4n+1) .post-title, .campaigns-block .campaigns-item:nth-child(4n+3) h3, .campaigns-block .campaigns-item:nth-child(4n+3) .post .post-title, .post .campaigns-block .campaigns-item:nth-child(4n+3) .post-title, .campaigns-block .campaigns-item:nth-child(4n+1) h4, .campaigns-block .campaigns-item:nth-child(4n+3) h4, .campaigns-block .campaigns-item:nth-child(4n+1) h5, .campaigns-block .campaigns-item:nth-child(4n+3) h5, .campaigns-block .campaigns-item:nth-child(4n+1) h6, .campaigns-block .campaigns-item:nth-child(4n+3) h6, .campaigns-block .campaigns-item:nth-child(4n+1) li, .campaigns-block .campaigns-item:nth-child(4n+3) li, .campaigns-block .campaigns-item:nth-child(4n+1) p, .campaigns-block .campaigns-item:nth-child(4n+3) p {
  color: #fff !important;
}
.campaigns-block .campaigns-item:nth-child(4n+1) .btn.arrow:after, .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="next"].arrow:after, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="next"].arrow:after, .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="prev"].arrow:after, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="prev"].arrow:after, .campaigns-block .campaigns-item:nth-child(4n+3) .btn.arrow:after, .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="next"].arrow:after, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="next"].arrow:after, .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="prev"].arrow:after, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="prev"].arrow:after {
  content: url("../img/arrow-right.svg");
}
.campaigns-block .campaigns-item:nth-child(4n+1) a:not(.btn), .campaigns-block .campaigns-item:nth-child(4n+3) a:not(.btn) {
  text-decoration: none;
  color: #fff !important;
}
.campaigns-block .campaigns-item:nth-child(4n+1) a:not(.btn):hover, .campaigns-block .campaigns-item:nth-child(4n+3) a:not(.btn):hover {
  color: #017260 !important;
}
.campaigns-block .campaigns-item:nth-child(4n+1) {
  border-color: #2a333f;
  background: #2a333f;
}
.campaigns-block .campaigns-item:nth-child(4n+1) li:before {
  content: url("../img/li-g-w.svg");
}
.campaigns-block .campaigns-item:nth-child(4n+1) .btn, .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="next"], .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="next"], .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="prev"], .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="prev"] {
  background: #017260;
  color: #fff;
  border-color: #017260;
}
.campaigns-block .campaigns-item:nth-child(4n+1) .btn:hover, .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="next"]:hover, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="next"]:hover, .campaigns-block .campaigns-item:nth-child(4n+1) .post-navigation [rel="prev"]:hover, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+1) [rel="prev"]:hover {
  background: #01a58b;
  border-color: #01a58b;
}
.campaigns-block .campaigns-item:nth-child(4n+3) {
  background: #017260;
  border-color: #017260;
}
.campaigns-block .campaigns-item:nth-child(4n+3) li:before {
  content: url("../img/li-white.svg");
}
.campaigns-block .campaigns-item:nth-child(4n+3) .campaigns-item-image {
  background: #2a333f;
}
.campaigns-block .campaigns-item:nth-child(4n+3) .btn, .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="next"], .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="next"], .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="prev"], .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="prev"] {
  background: #2a333f;
  color: #fff;
  border-color: #2a333f;
}
.campaigns-block .campaigns-item:nth-child(4n+3) .btn:hover, .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="next"]:hover, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="next"]:hover, .campaigns-block .campaigns-item:nth-child(4n+3) .post-navigation [rel="prev"]:hover, .post-navigation .campaigns-block .campaigns-item:nth-child(4n+3) [rel="prev"]:hover {
  background: #000;
  border-color: #000;
}
.campaigns-block .campaigns-item-image {
  width: 114px;
  height: 114px;
  overflow: hidden;
  background: #017260;
  padding: 27px;
  text-align: center;
  border-radius: 12px;
  margin-top: -57px;
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-item-image {
    margin-top: -40px;
    padding: 15px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .campaigns-block .campaigns-item-image {
    margin-top: -35px;
    padding: 10px;
    width: 70px;
    height: 70px;
  }
}
.campaigns-block .campaigns-item-image img {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-item-image img {
    width: 50px;
    height: 50px;
  }
}
.campaigns-block .campaigns-item-info {
  margin-bottom: 20px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .campaigns-block .campaigns-item-info {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .campaigns-block .campaigns-item-info {
    padding-top: 25px;
  }
}
.campaigns-block .btn, .campaigns-block .post-navigation [rel="next"], .post-navigation .campaigns-block [rel="next"], .campaigns-block .post-navigation [rel="prev"], .post-navigation .campaigns-block [rel="prev"] {
  width: 100%;
  min-width: auto;
  background: transparent;
  color: #2a333f;
  border-color: #000;
}
.campaigns-block .btn:hover, .campaigns-block .post-navigation [rel="next"]:hover, .post-navigation .campaigns-block [rel="next"]:hover, .campaigns-block .post-navigation [rel="prev"]:hover, .post-navigation .campaigns-block [rel="prev"]:hover {
  border-color: #017260;
}
.campaigns-block .btn.arrow:after, .campaigns-block .post-navigation [rel="next"].arrow:after, .post-navigation .campaigns-block [rel="next"].arrow:after, .campaigns-block .post-navigation [rel="prev"].arrow:after, .post-navigation .campaigns-block [rel="prev"].arrow:after {
  content: url("../img/arrow-blue.svg");
}
#table {
  border-collapse: collapse;
  max-width: 100%;
  position: relative;
  color: #2a333f;
  overflow-y: auto;
}
#table tbody td {
  font-size: 18px;
  font-weight: 600;
  padding: 17px 10px;
  position: relative;
  vertical-align: middle;
}
#table thead {
  vertical-align: bottom;
}
#table thead, #table tbody {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  #table thead, #table tbody {
    width: 1024px;
  }
}
@media (max-width: 768px) {
  #table thead, #table tbody {
    width: 768px;
  }
}
@media (max-width: 660px) {
  #table thead, #table tbody {
    width: 660px;
  }
}
#table .titleRow ~ tr:nth-child(odd) td {
  background: #dffced;
}
#table .titleRow td {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 24px;
  color: #017260;
  cursor: pointer;
}
#table .titleRow span {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjcyNCAwLjM5MDYyNUw3Ljk5OTk2IDYuMTE0NjNMMi4yNzU5NiAwLjM5MDYyNUwwLjM5MDYyNSAyLjI3NTk2TDcuOTk5OTYgOS44ODUyOUwxNS42MDkzIDIuMjc1OTZMMTMuNzI0IDAuMzkwNjI1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center center;
  width: 40px;
  height: 30px;
  display: inline-block;
  float: right;
  cursor: pointer;
}
#table thead th {
  font-size: 32px;
  font-weight: 600;
}
#table thead th > div {
  background: #f1f1f1;
  border-radius: 12px 12px 0 0;
  padding: 27px;
}
#table thead span {
  font-size: 16px;
  font-weight: 400;
}
#table thead a {
  display: block;
  margin: 23px 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#table thead a:hover {
  background: #01a58b;
}
#table .t1, #table .t2, #table .t4, #table .t6 {
  width: 346px;
}
#table tr.titleRow td {
  background: #fff !important;
}
#table .hideRow {
  display: none;
}
#table .hide span {
  transform: rotate(180deg);
}
#table td:first-child ~ td {
  vertical-align: middle;
  text-align: center;
}
#table i {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MiA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjAwMDEgMC42MjkzOTVDOS41MTI1OCAwLjYyOTM5NSAwLjE2Njc0OCA5Ljk3NTIzIDAuMTY2NzQ4IDIxLjQ2MjdDMC4xNjY3NDggMzIuOTUwMiA5LjUxMjU4IDQyLjI5NjEgMjEuMDAwMSA0Mi4yOTYxQzMyLjQ4NzYgNDIuMjk2MSA0MS44MzM0IDMyLjk1MDIgNDEuODMzNCAyMS40NjI3QzQxLjgzMzQgOS45NzUyMyAzMi40ODc2IDAuNjI5Mzk1IDIxLjAwMDEgMC42MjkzOTVaTTE2LjgzNTUgMzAuNjU2NUw5LjEwMDA4IDIyLjkzNzdMMTIuMDQxNyAxOS45ODc3TDE2LjgzMTMgMjQuNzY5TDI3Ljg2MDUgMTMuNzM5OEwzMC44MDYzIDE2LjY4NTZMMTYuODM1NSAzMC42NTY1WiIgZmlsbD0iIzAwOTg0NiIvPgo8L3N2Zz4K) no-repeat center center;
  background-size: 100% auto;
}
#table s {
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MyA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzMxMzkgNi4yNjg2MUMtMS4zOTE1IDE0LjM5MTUgLTEuMzkxNSAyNy42MDg1IDYuNzMxMzkgMzUuNzMxNEMxNC44NTQzIDQzLjg1NDMgMjguMDcxMyA0My44NTQzIDM2LjE5NDIgMzUuNzMxNEM0NC4zMTcxIDI3LjYwODUgNDQuMzE3MSAxNC4zOTE1IDM2LjE5NDIgNi4yNjg2MUMyOC4wNzEzIC0xLjg1NDI4IDE0Ljg1NDMgLTEuODU0MjggNi43MzEzOSA2LjI2ODYxWk0zMC4zMDE2IDE1LjEwNzRMMjQuNDA5MSAyMUwzMC4zMDE2IDI2Ljg5MjZMMjcuMzU1MyAyOS44Mzg4TDIxLjQ2MjggMjMuOTQ2M0wxNS41NzAyIDI5LjgzODhMMTIuNjIzOSAyNi44OTI2TDE4LjUxNjUgMjFMMTIuNjIzOSAxNS4xMDc0TDE1LjU3MDIgMTIuMTYxMkwyMS40NjI4IDE4LjA1MzdMMjcuMzU1MyAxMi4xNjEyTDMwLjMwMTYgMTUuMTA3NFoiIGZpbGw9IiMyQTMzM0YiLz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 680px) {
  #table tbody td {
    padding: 8px 4px;
  }
  #table i, #table s {
    width: 22px;
    height: 22px;
  }
  #table thead th > div {
    padding: 15px 10px;
  }
  #table thead span {
    display: block;
    text-align: center;
  }
  #table .titleRow td, #table thead th {
    font-size: 18px;
  }
  #table tbody td {
    font-size: 14px;
  }
  #table .t3, #table .t5 {
    width: 5px;
    padding: 0;
  }
}
@media only screen and (max-width: 580px) {
  #table tbody td {
    font-size: 13px;
  }
}
.best-plan-block {
  margin: 80px 0;
}
@media (max-width: 1366px) {
  .best-plan-block {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .best-plan-block {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .best-plan-block {
    margin: 30px 0;
  }
}
.best-plan-block .pricing-top-info {
  margin-bottom: 30px;
}
.best-plan-block .pricing-top-info-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .best-plan-block .pricing-top-info-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.best-plan-block .pricing-top-info-box .pricing-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  margin-right: 35px;
  color: #2a333f;
}
@media (max-width: 768px) {
  .best-plan-block .pricing-top-info-box .pricing-subtitle {
    margin: 0 auto 15px;
    text-align: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.best-plan-block .pricing-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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.best-plan-block .pricing-items > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .best-plan-block .pricing-items > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .best-plan-block .pricing-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.best-plan-block .pricing-item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  margin-top: 55px;
  position: relative;
  box-shadow: 0px 175px 70px rgba(0, 0, 0, 0.01), 0px 99px 59px rgba(0, 0, 0, 0.05), 0px 44px 44px rgba(0, 0, 0, 0.09), 0px 11px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 35px 36px 45px;
  min-height: 605px;
  border: 3px solid #f1f1f1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  .best-plan-block .pricing-item {
    min-height: 520px;
    padding: 35px 20px 35px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item {
    min-height: 450px;
    padding: 35px 20px 25px;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item {
    padding: 35px 15px 20px;
    min-height: auto;
    margin-top: 0;
  }
}
.best-plan-block .pricing-item.popular {
  border: 3px solid #ffb800;
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item.popular {
    margin-top: 35px;
  }
}
.best-plan-block .pricing-item.popular .popular-box {
  z-index: 1;
  opacity: 1;
}
.best-plan-block .pricing-item .popular-box {
  overflow: hidden;
  vertical-align: middle;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  top: -54px;
  right: 30px;
  position: absolute;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #ffb800;
}
@media (max-width: 1366px) {
  .best-plan-block .pricing-item .popular-box {
    width: 80px;
    height: 80px;
    top: -40px;
    right: 15px;
  }
}
.best-plan-block .pricing-item .popular-box .popular-box-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
}
@media (max-width: 1366px) {
  .best-plan-block .pricing-item .popular-box .popular-box-title {
    font-size: 14px;
  }
}
.best-plan-block .pricing-item .pricing-item-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
  color: #2a333f;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item .pricing-item-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .pricing-item-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .best-plan-block .pricing-item .pricing-item-title {
    font-size: 24px;
  }
}
.best-plan-block .pricing-item .pricing-item-price-box {
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item .pricing-item-price-box {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .pricing-item-price-box {
    margin-bottom: 25px;
  }
}
.best-plan-block .pricing-item .pricing-item-price-box .pricing-item-price {
  font-weight: 700;
  font-size: 96px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #009847;
  margin: 0 16px;
}
@media (max-width: 1366px) {
  .best-plan-block .pricing-item .pricing-item-price-box .pricing-item-price {
    margin: 0 10px;
    font-size: 64px;
  }
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item .pricing-item-price-box .pricing-item-price {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .pricing-item-price-box .pricing-item-price {
    font-size: 52px;
  }
}
@media (max-width: 480px) {
  .best-plan-block .pricing-item .pricing-item-price-box .pricing-item-price {
    font-size: 48px;
  }
}
.best-plan-block .pricing-item .pricing-item-price-box .money {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  color: #2a333f;
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item .pricing-item-price-box .money {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .pricing-item-price-box .money {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .best-plan-block .pricing-item .pricing-item-price-box .money {
    font-size: 20px;
  }
}
.best-plan-block .pricing-item .text li {
  padding-left: 17px;
  font-weight: 500;
  font-size: 20px;
  line-height: 21px;
  color: #333;
}
@media (max-width: 1024px) {
  .best-plan-block .pricing-item .text li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .text li {
    font-size: 16px;
  }
}
.best-plan-block .pricing-item .text li:before {
  width: 7px;
  height: 7px;
  background: #009847;
  top: 7px;
  content: '';
  border-radius: 50%;
}
.best-plan-block .pricing-item .pricing-item-top {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .best-plan-block .pricing-item .pricing-item-top {
    margin-bottom: 20px;
  }
}
.best-plan-block .toggle-button {
  display: flex;
  align-items: center;
  position: relative;
}
.best-plan-block .label-left, .best-plan-block .label-right {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #2a333f;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.best-plan-block .label-left {
  margin-right: 22px;
  opacity: 1;
}
.best-plan-block .label-right {
  margin-left: 22px;
  opacity: 0.5;
}
.best-plan-block .checkbox {
  display: none;
}
.best-plan-block .check-control {
  position: relative;
  width: 48px;
  height: 26px;
  background-color: #d6d8e3;
  border-radius: 13px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
.best-plan-block .bullet {
  position: absolute;
  width: 19px;
  height: 19px;
  left: 6px;
  top: calc(50% - 10px);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}
.best-plan-block .checkbox:checked + .check-control .bullet {
  transform: translateX(18px);
}
.best-plan-block .checkbox:checked + .check-control {
  background-color: #017260;
}
.best-plan-block .checkbox:checked ~ .label-left {
  opacity: 0.5;
}
.best-plan-block .checkbox:checked ~ .label-right {
  opacity: 1;
}
.best-plan-block .checkbox:not(:checked) ~ .label-left {
  opacity: 1;
}
.best-plan-block .checkbox:not(:checked) ~ .label-right {
  opacity: 0.5;
}
.pricing-block {
  margin: 80px 0;
}
@media (max-width: 1366px) {
  .pricing-block {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .pricing-block {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .pricing-block {
    margin: 30px 0;
  }
}
.pricing-block .pricing-table-info {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .pricing-block .pricing-table-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pricing-block .pricing-table-info {
    margin-bottom: 30px;
  }
}
.header-top-block-form {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .header-top-block-form {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .header-top-block-form {
    padding: 40px 0;
  }
}
.header-top-block-form .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.header-top-block-form .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.header-top-block-form .header-form-block {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-flex-basis: 468px;
  -moz-flex-basis: 468px;
  -ms-flex-preferred-size: 468px;
  flex-basis: 468px;
}
.header-top-block-form .header-form-block .form-block-title {
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  padding: 18px;
  background: #017260;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .header-top-block-form .header-form-block .form-block-title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .header-form-block .form-block-title {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .header-top-block-form .header-form-block .form-block-title {
    font-size: 24px;
  }
}
.header-top-block-form .header-form-block form {
  padding: 28px 45px 41px;
}
@media (max-width: 1366px) {
  .header-top-block-form .header-form-block form {
    padding: 25px 25px;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .header-form-block form {
    padding: 25px 15px;
  }
}
.header-top-block-form .header-form-block .btn, .header-top-block-form .header-form-block .post-navigation [rel="next"], .post-navigation .header-top-block-form .header-form-block [rel="next"], .header-top-block-form .header-form-block .post-navigation [rel="prev"], .post-navigation .header-top-block-form .header-form-block [rel="prev"] {
  width: 100%;
  padding: 15.5px 18px 15.5px 5px;
  font-size: 20px;
}
.header-top-block-form .header-form-block div.wpcf7 .btn-wrapper.message-icon:after {
  right: calc(50% - 75px);
}
@media (max-width: 768px) {
  .header-top-block-form .header-form-block div.wpcf7 .btn-wrapper.message-icon:after {
    right: calc(50% - 70px);
  }
}
.header-top-block-form .header-form-block .btn-wrapper {
  width: 100%;
}
.header-top-block-form .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper {
    margin: 0 auto 30px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.header-top-block-form .text-wrapper .text {
  max-width: 730px;
  color: #fff;
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper .text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper .text br {
    display: none;
  }
}
.header-top-block-form .text-wrapper .text li {
  color: #fff;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper .text li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .text-wrapper .text li {
    font-size: 16px;
  }
}
.header-top-block-form .text-wrapper .text li:before {
  content: url("../img/li-white.svg");
  transform: scale(1.5);
}
.header-top-block-form .text-wrapper .text h1 {
  font-size: 96px;
  line-height: 1.04;
  color: inherit;
}
@media (max-width: 1366px) {
  .header-top-block-form .text-wrapper .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .text-wrapper .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .header-top-block-form .text-wrapper .text h1 {
    font-size: 32px;
  }
}
.header-top-block-form .text-wrapper .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .header-top-block-form .text-wrapper .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .text-wrapper .text p {
    line-height: 1.4;
  }
}
.header-top-block-form .bottom-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .header-top-block-form .bottom-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .bottom-wrapper {
    display: block;
    text-align: center;
  }
}
.header-top-block-form .bottom-wrapper .short-text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  max-width: 310px;
  margin: 10px 20px 10px 0;
}
@media (max-width: 768px) {
  .header-top-block-form .bottom-wrapper .short-text {
    font-size: 16px;
    margin: 20px 0;
    max-width: 100%;
    display: block;
  }
}
.header-top-block-form .bottom-wrapper .btn, .header-top-block-form .bottom-wrapper .post-navigation [rel="next"], .post-navigation .header-top-block-form .bottom-wrapper [rel="next"], .header-top-block-form .bottom-wrapper .post-navigation [rel="prev"], .post-navigation .header-top-block-form .bottom-wrapper [rel="prev"] {
  margin: 10px 20px 10px 0;
}
@media (max-width: 768px) {
  .header-top-block-form .bottom-wrapper .btn, .header-top-block-form .bottom-wrapper .post-navigation [rel="next"], .post-navigation .header-top-block-form .bottom-wrapper [rel="next"], .header-top-block-form .bottom-wrapper .post-navigation [rel="prev"], .post-navigation .header-top-block-form .bottom-wrapper [rel="prev"] {
    margin: 10px 10px 10px 0;
  }
}
.header-top-block-form .bottom-wrapper .icon {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .header-top-block-form .bottom-wrapper .icon {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .header-top-block-form .bottom-wrapper .icon {
    margin: 0;
  }
}
.header-top-block-form .bottom-wrapper .icon img {
  max-height: 140px;
  width: auto;
}
@media (max-width: 768px) {
  .header-top-block-form .bottom-wrapper .icon img {
    margin: 20px auto 15px;
  }
}
.home-header-top-block {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home-header-top-block:before {
  background-image: url("../img/home-top-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  content: '';
  height: auto;
  min-height: 523px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.home-header-top-block .text-wrapper-box {
  padding: 80px 0 40px;
}
@media (max-width: 1366px) {
  .home-header-top-block .text-wrapper-box {
    padding: 60px 0 40px;
  }
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 50px 0 40px;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .text-wrapper-box {
    padding: 40px 0;
  }
}
.home-header-top-block .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper {
    margin: 0 auto 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.home-header-top-block .text-wrapper .text {
  max-width: 730px;
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper .text {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper .text br {
    display: none;
  }
}
.home-header-top-block .text-wrapper .text li {
  font-size: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper .text li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .text-wrapper .text li {
    font-size: 16px;
  }
}
.home-header-top-block .text-wrapper .text li:before {
  transform: scale(1.5);
}
.home-header-top-block .text-wrapper .text h1 {
  font-size: 80px;
  line-height: 1.2;
  color: inherit;
  font-weight: 500;
}
@media (max-width: 1366px) {
  .home-header-top-block .text-wrapper .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .text-wrapper .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .home-header-top-block .text-wrapper .text h1 {
    font-size: 32px;
  }
}
.home-header-top-block .text-wrapper .text p {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .home-header-top-block .text-wrapper .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .text-wrapper .text p {
    line-height: 1.4;
  }
}
.home-header-top-block .home-header-image {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
}
@media (max-width: 1366px) {
  .home-header-top-block .home-header-image {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 1024px) {
  .home-header-top-block .home-header-image {
    text-align: right;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home-header-top-block .home-header-image img {
  filter: drop-shadow(0px 12px 27px rgba(0, 0, 0, 0.15)) drop-shadow(0px 49px 49px rgba(0, 0, 0, 0.13)) drop-shadow(0px 110px 66px rgba(0, 0, 0, 0.08)) drop-shadow(0px 195px 78px rgba(0, 0, 0, 0.02));
  object-fit: contain;
}
@media (max-width: 1024px) {
  .home-header-top-block .home-header-image img {
    margin: 0 auto;
  }
}
.home-header-top-block .bottom-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .home-header-top-block .bottom-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .bottom-wrapper {
    display: block;
    text-align: center;
  }
}
.home-header-top-block .bottom-wrapper .short-text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  max-width: 310px;
  margin: 10px 20px 10px 0;
}
@media (max-width: 768px) {
  .home-header-top-block .bottom-wrapper .short-text {
    font-size: 16px;
    margin: 20px 0;
    max-width: 100%;
    display: block;
  }
}
.home-header-top-block .bottom-wrapper .btn, .home-header-top-block .bottom-wrapper .post-navigation [rel="next"], .post-navigation .home-header-top-block .bottom-wrapper [rel="next"], .home-header-top-block .bottom-wrapper .post-navigation [rel="prev"], .post-navigation .home-header-top-block .bottom-wrapper [rel="prev"] {
  margin: 10px 20px 10px 0;
}
@media (max-width: 768px) {
  .home-header-top-block .bottom-wrapper .btn, .home-header-top-block .bottom-wrapper .post-navigation [rel="next"], .post-navigation .home-header-top-block .bottom-wrapper [rel="next"], .home-header-top-block .bottom-wrapper .post-navigation [rel="prev"], .post-navigation .home-header-top-block .bottom-wrapper [rel="prev"] {
    margin: 10px 10px 10px 0;
  }
}
.home-header-top-block .bottom-wrapper .icon {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .home-header-top-block .bottom-wrapper .icon {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .home-header-top-block .bottom-wrapper .icon {
    margin: 0;
  }
}
.home-header-top-block .bottom-wrapper .icon img {
  max-height: 140px;
  width: auto;
}
@media (max-width: 768px) {
  .home-header-top-block .bottom-wrapper .icon img {
    margin: 20px auto 15px;
  }
}
.home-header-top-block .title {
  display: block;
  line-height: 1.2;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home-header-top-block .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .home-header-top-block .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.home-header-top-block .swiper-slide {
  height: auto;
}
.home-header-top-block .swiper-slide img {
  max-height: 90px;
  width: auto;
}
.home-header-top-block .home-header-top-slider {
  background: rgba(1, 114, 96, .95);
  padding: 31px 0;
}
#dialog-content {
  border-radius: 5px;
  max-width: 940px;
}
#dialog-content h3, #dialog-content .post .post-title, .post #dialog-content .post-title {
  margin-bottom: 10px;
}
#dialog-content h5 {
  margin-bottom: 25px;
}
#dialog-content .comment-block {
  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: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 600px;
  margin: 20px auto 0;
  gap: 20px;
}
@media (max-width: 768px) {
  #dialog-content .comment-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
#dialog-content .comment-block .image {
  width: 100px;
  height: 100px;
}
#dialog-content .comment-block .pop_up_comm {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#dialog-content .comment-block .pop_up_comm p {
  margin-bottom: 0;
}
#dialog-content .comment-block .pop_up_comm p strong {
  font-size: 24px;
}
.header-top-block {
  position: relative;
  z-index: 0;
  padding: 215px 0 50px;
}
@media (max-width: 1366px) {
  .header-top-block {
    padding: 130px 0 50px;
  }
}
@media (max-width: 768px) {
  .header-top-block {
    padding: 40px 0;
  }
}
.header-top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.header-top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.header-top-block .text {
  max-width: 730px;
  color: #fff;
}
@media (max-width: 768px) {
  .header-top-block .text {
    text-align: center;
    margin: 0 auto;
  }
}
.header-top-block .text li {
  color: #fff;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 1024px) {
  .header-top-block .text li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header-top-block .text li {
    font-size: 16px;
  }
}
.header-top-block .text li:before {
  content: url("../img/li-white.svg");
  transform: scale(1.5);
}
.header-top-block .text h1 {
  font-size: 96px;
  line-height: 1.04;
  color: inherit;
}
@media (max-width: 1366px) {
  .header-top-block .text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .header-top-block .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .header-top-block .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .header-top-block .text h1 {
    font-size: 32px;
  }
}
.header-top-block .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .header-top-block .text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header-top-block .text p {
    line-height: 1.4;
  }
}
.header-top-block .bottom-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 25px;
  margin-bottom: 85px;
}
@media (max-width: 1366px) {
  .header-top-block .bottom-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .header-top-block .bottom-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .header-top-block .bottom-wrapper {
    display: block;
    text-align: center;
  }
}
.header-top-block .bottom-wrapper .short-text {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  max-width: 310px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .header-top-block .bottom-wrapper .short-text {
    font-size: 16px;
    margin: 20px 0;
    max-width: 100%;
    display: block;
  }
}
.header-top-block .bottom-wrapper .icon {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .header-top-block .bottom-wrapper .icon {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .header-top-block .bottom-wrapper .icon {
    margin: 0;
  }
}
.header-top-block .bottom-wrapper .icon img {
  max-height: 140px;
  width: auto;
}
@media (max-width: 768px) {
  .header-top-block .bottom-wrapper .icon img {
    margin: 20px auto 15px;
  }
}
.header-top-block .text-wrapper.center {
  text-align: center;
}
.header-top-block .text-wrapper.center .text {
  max-width: 1022px;
  margin: 0 auto;
}
.header-top-block .text-wrapper.center .text h1 {
  font-size: 64px;
}
@media (max-width: 1024px) {
  .header-top-block .text-wrapper.center .text h1 {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .header-top-block .text-wrapper.center .text h1 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .header-top-block .text-wrapper.center .text h1 {
    font-size: 32px;
  }
}
.header-top-block .text-wrapper.center .bottom-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.header-top-block .title {
  display: block;
  line-height: 1.2;
  font-size: 24px;
  color: #017260;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .header-top-block .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .header-top-block .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.header-top-block .swiper-slide {
  height: auto;
}
.header-top-block .swiper-slide img {
  max-height: 90px;
  width: auto;
}
.left-right-text-block .left-info-box {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media (max-width: 1366px) {
  .left-right-text-block .left-info-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .left-right-text-block .left-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.left-right-text-block .right-info-box {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
}
@media (max-width: 1366px) {
  .left-right-text-block .right-info-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .left-right-text-block .right-info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.tpl-ppc-landing header .header-buttons {
  display: none;
}
.tpl-ppc-landing .left-right-block .left-right-item .left-right-info h2 {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .tpl-ppc-landing .header-top-block .text-wrapper {
    display: block;
  }
}
.tpl-ppc-landing .header-top-block .text {
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-ppc-landing .header-top-block .text h2 {
  line-height: 1.14;
  font-weight: 700;
  color: inherit;
}
@media (min-width: 1366px) {
  .tpl-ppc-landing .header-top-block .text h2 {
    font-size: 70px;
  }
}
.tpl-ppc-landing .header-top-block .text p {
  line-height: 1.33;
}
@media (min-width: 1024px) {
  .tpl-ppc-landing .header-top-block .text p {
    font-size: 24px;
  }
}
.tpl-ppc-landing .header-top-block .form-text {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  background: rgba(0, 152, 70, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  color: #fff;
  position: relative;
  padding: 45px 40px;
  margin-left: 3%;
}
@media (max-width: 1024px) {
  .tpl-ppc-landing .header-top-block .form-text {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 480px;
    margin: 40px auto 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tpl-ppc-landing .header-top-block .form-text {
    padding: 65px 15px 25px;
  }
}
.tpl-ppc-landing .header-top-block .form-text .form-icon {
  width: 152px;
  height: 152px;
  -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;
  position: absolute;
  text-align: center;
  right: -54px;
  top: -47px;
}
@media (max-width: 1600px) {
  .tpl-ppc-landing .header-top-block .form-text .form-icon {
    right: -30px;
    top: -30px;
    width: 122px;
    height: 122px;
  }
}
@media (max-width: 768px) {
  .tpl-ppc-landing .header-top-block .form-text .form-icon {
    width: 92px;
    height: 92px;
    right: -20px;
  }
}
@media (max-width: 480px) {
  .tpl-ppc-landing .header-top-block .form-text .form-icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    right: 50%;
  }
}
.tpl-ppc-landing .header-top-block .form-text .form-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tpl-ppc-landing .header-top-block .form-text h3, .tpl-ppc-landing .header-top-block .form-text .post .post-title, .post .tpl-ppc-landing .header-top-block .form-text .post-title {
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  padding-right: 70px;
}
@media (min-width: 1366px) {
  .tpl-ppc-landing .header-top-block .form-text h3, .tpl-ppc-landing .header-top-block .form-text .post .post-title, .post .tpl-ppc-landing .header-top-block .form-text .post-title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .tpl-ppc-landing .header-top-block .form-text h3, .tpl-ppc-landing .header-top-block .form-text .post .post-title, .post .tpl-ppc-landing .header-top-block .form-text .post-title {
    padding-right: 0;
  }
}
.tpl-ppc-landing .header-top-block .form-text input[type="text"], .tpl-ppc-landing .header-top-block .form-text input[type="email"], .tpl-ppc-landing .header-top-block .form-text input[type="tel"] {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.tpl-ppc-landing .header-top-block .form-text input[type="text"]::-webkit-input-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="email"]::-webkit-input-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="tel"]::-webkit-input-placeholder {
  color: #fff;
}
.tpl-ppc-landing .header-top-block .form-text input[type="text"]:-moz-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="email"]:-moz-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="tel"]:-moz-placeholder {
  color: #fff;
}
.tpl-ppc-landing .header-top-block .form-text input[type="text"]::-moz-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="email"]::-moz-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="tel"]::-moz-placeholder {
  color: #fff;
}
.tpl-ppc-landing .header-top-block .form-text input[type="text"]:-ms-input-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="email"]:-ms-input-placeholder, .tpl-ppc-landing .header-top-block .form-text input[type="tel"]:-ms-input-placeholder {
  color: #fff;
}
.tpl-ppc-landing .header-top-block .form-text .btn, .tpl-ppc-landing .header-top-block .form-text .post-navigation [rel="next"], .post-navigation .tpl-ppc-landing .header-top-block .form-text [rel="next"], .tpl-ppc-landing .header-top-block .form-text .post-navigation [rel="prev"], .post-navigation .tpl-ppc-landing .header-top-block .form-text [rel="prev"] {
  background: #fff;
  color: #222;
}
.tpl-ppc-landing .header-top-block .form-text .btn:hover, .tpl-ppc-landing .header-top-block .form-text .post-navigation [rel="next"]:hover, .post-navigation .tpl-ppc-landing .header-top-block .form-text [rel="next"]:hover, .tpl-ppc-landing .header-top-block .form-text .post-navigation [rel="prev"]:hover, .post-navigation .tpl-ppc-landing .header-top-block .form-text [rel="prev"]:hover {
  opacity: 0.8;
}
.tpl-ppc-landing .header-top-block .logos-slider {
  margin-top: 150px;
}
@media (max-width: 1366px) {
  .tpl-ppc-landing .header-top-block .logos-slider {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .tpl-ppc-landing .header-top-block .logos-slider {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .tpl-ppc-landing .header-top-block .logos-slider {
    margin-top: 25px;
  }
}
.tpl-ppc-landing .header-top-block .image img {
  opacity: 0.3;
}
.tpl-ppc-landing .top-list {
  background: #017260;
}
.tpl-ppc-landing .top-list .list {
  -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.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.tpl-ppc-landing .top-list .list > * {
  width: 33.3333333333%;
  margin: 0 0 0em;
}
@media (max-width: 600px) {
  .tpl-ppc-landing .top-list .list {
    -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.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
    text-align: center;
  }
  .tpl-ppc-landing .top-list .list > * {
    width: 100%;
    margin: 0 0 0em;
  }
}
.tpl-ppc-landing .top-list .list .text {
  margin-top: 100px;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 35px;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media (max-width: 1366px) {
  .tpl-ppc-landing .top-list .list .text {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .tpl-ppc-landing .top-list .list .text {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .tpl-ppc-landing .top-list .list .text {
    padding-left: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .tpl-ppc-landing .top-list .list .text {
    margin-top: 20px;
    padding: 0;
    border-left: none;
  }
}
@media (max-width: 480px) {
  .tpl-ppc-landing .top-list .list .text {
    margin-top: 25px;
  }
}
.tpl-ppc-landing .top-list .list .text h2 {
  line-height: 1;
  color: inherit;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 1366px) {
  .tpl-ppc-landing .top-list .list .text h2 {
    font-size: 96px;
  }
}
.tpl-ppc-landing .top-list .list .text p {
  max-width: 230px;
}
@media (max-width: 600px) {
  .tpl-ppc-landing .top-list .list .text p {
    max-width: 100%;
  }
}
.tpl-ppc-landing .faq-block > .flex {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .tpl-ppc-landing .faq-block > .flex {
    display: block;
  }
}
@media (max-width: 1366px) {
  .tpl-ppc-landing .faq-block .image {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
.tpl-ppc-landing .faq-block .faq-left {
  padding-right: 0;
  border-right: none;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
