@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&family=Roboto:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

h1 {
  font: 700 35px/42px "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

h2 {
  font: 700 30px/35px "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 990px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font: 700 26px/28px "Roboto", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (min-width: 990px) {
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}

p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}

* {
  box-sizing: border-box;
}

body {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.inner {
  position: relative;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 810px) {
  .inner {
    padding: 0 30px;
  }
}
@media (min-width: 1340px) {
  .inner {
    margin: 0 auto;
    padding: 0;
    width: 1280px;
  }
}

@media (max-width: 782px) {
  #wpadminbar {
    overflow: hidden;
  }
}

header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background: #5EBCA2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.4s;
}
@media (min-width: 990px) {
  header {
    border-bottom: none;
  }
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  min-height: 60px;
  transition: all 0.4s;
}
@media (min-width: 990px) {
  header .inner {
    padding-top: 0;
    min-height: 100px;
  }
}
header .logo {
  width: auto;
  height: 28px;
  color: #fff;
}
@media (min-width: 990px) {
  header .logo {
    height: 30px;
  }
}
header .logo img, header .logo svg {
  display: block;
  width: auto;
  height: 100%;
  transition: all 0.4s;
}
header nav {
  display: none;
}
@media (min-width: 990px) {
  header nav {
    display: block;
    margin-left: auto;
  }
}
@media (min-width: 990px) {
  header nav ul {
    display: flex;
  }
}
header nav ul li {
  display: block;
  font: 500 25px/32px "Roboto", sans-serif;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (min-width: 990px) {
  header nav ul li {
    font-size: 16px;
    line-height: 21px;
  }
}
header nav ul li a {
  display: block;
  padding: 9px 15px;
  color: #fff;
  background: #5EBCA2;
  border-radius: 8px;
  transition: all 0.4s;
}
header nav ul li a:hover {
  color: #5EBCA2;
  background: #fff;
}
header nav ul li + li {
  margin: 2px 0 0;
}
@media (min-width: 990px) {
  header nav ul li + li {
    margin: 0 0 0 15px;
  }
}
header .language {
  display: none;
}
@media (min-width: 990px) {
  header .language {
    position: relative;
    display: block;
    margin-left: 15px;
    border-radius: 8px;
    transition: all 0.4s;
  }
}
@media (min-width: 990px) {
  header .language span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 32px 10px 15px;
    color: #fff;
    font: 500 16px/21px "Roboto", sans-serif;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
  }
}
header .language span svg {
  display: none;
}
@media (min-width: 990px) {
  header .language span svg {
    position: absolute;
    right: 14px;
    top: 17px;
    display: block;
    width: 10px;
    height: 10px;
    object-fit: contain;
  }
}
@media (min-width: 990px) {
  header .language ul {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
    padding: 40px 0 0;
    background: #5EBCA2;
    border-radius: 8px;
  }
}
@media (min-width: 990px) {
  header .language ul a {
    display: block;
    padding: 4px 32px 4px 15px;
    color: #fff;
    font: 500 16px/21px "Roboto", sans-serif;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s;
  }
}
@media (min-width: 990px) {
  header .language:hover {
    background: #5EBCA2;
  }
}
@media (min-width: 990px) {
  header .language:hover span {
    color: #fff;
  }
}
@media (min-width: 990px) {
  header .language:hover ul {
    display: block;
  }
}
header .mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 14px;
}
@media (min-width: 990px) {
  header .mobile-menu-toggle {
    display: none;
  }
}
header .mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: all 0.4s;
}

.scrolled header {
  border-bottom: none;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
@media (min-width: 990px) {
  .scrolled header {
    background: #fff;
  }
}
@media (min-width: 990px) {
  .scrolled header .inner {
    min-height: 60px;
  }
}
@media (min-width: 990px) {
  .scrolled header .logo {
    color: #5EBCA2;
  }
}
@media (min-width: 990px) {
  .scrolled header nav ul li a {
    color: #282828;
    background: #fff;
  }
}
@media (min-width: 990px) {
  .scrolled header nav ul li a:hover {
    color: #fff;
    background: #5EBCA2;
  }
}
.scrolled header .language span {
  color: #282828;
}
.scrolled header .language:hover span {
  color: #fff;
}

@media (max-width: 989px) {
  .mobile-menu-opened header {
    height: 100vh;
    border-bottom: none;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header nav {
    position: absolute;
    z-index: 3;
    left: 5px;
    top: 85px;
    display: block;
  }
}
@media (max-width: 989px) and (orientation: landscape) {
  .mobile-menu-opened header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 989px) and (orientation: landscape) {
  .mobile-menu-opened header nav ul li {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language {
    position: absolute;
    left: 20px;
    top: calc(100vh - 59px);
    display: flex;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language ul {
    display: flex;
    margin-left: 19px;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language span, .mobile-menu-opened header .language li {
    display: block;
    padding: 7px 13px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: left;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 8px;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language span {
    color: #5EBCA2;
    background: #fff;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language li {
    color: #fff;
    background: #5EBCA2;
  }
}
@media (max-width: 989px) {
  .mobile-menu-opened header .language li + li {
    margin-left: 19px;
  }
}
.mobile-menu-opened header .mobile-menu-toggle span:nth-child(1) {
  transform: rotate(-45deg) translate(-3px, 6px);
}
.mobile-menu-opened header .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.mobile-menu-opened header .mobile-menu-toggle span:nth-child(3) {
  transform: rotate(45deg) translate(-2px, -5px);
}

.admin-bar header {
  top: 46px;
  transition: all 0.4s;
}
@media (min-width: 783px) {
  .admin-bar header {
    top: 32px;
  }
}
.admin-bar.scrolled header {
  top: 0;
}
@media (min-width: 783px) {
  .admin-bar.scrolled header {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar.mobile-menu-opened header {
    height: calc(100vh - 46px);
  }
}
@media (min-width: 783px) and (max-width: 989px) {
  .admin-bar.mobile-menu-opened header {
    height: calc(100vh - 32px);
  }
}
@media (max-width: 782px) {
  .admin-bar.mobile-menu-opened .language {
    top: calc(100vh - 105px);
  }
}
@media (min-width: 783px) and (max-width: 989px) {
  .admin-bar.mobile-menu-opened .language {
    top: calc(100vh - 91px);
  }
}
@media (max-width: 782px) {
  .admin-bar.mobile-menu-opened.scrolled header {
    height: 100vh;
  }
}
@media (max-width: 989px) {
  .admin-bar.mobile-menu-opened.scrolled .language {
    top: calc(100vh - 59px);
  }
}

footer {
  background: #EAEAEA;
}
footer .inner {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 570px) {
  footer .inner {
    flex-direction: row;
    align-items: center;
  }
}
footer .copyright {
  margin: 45px 0 0;
  order: 2;
  color: #404849;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 570px) {
  footer .copyright {
    order: 1;
    margin: 0;
  }
}
footer .nav-wrapper {
  order: 1;
}
@media (min-width: 570px) {
  footer .nav-wrapper {
    order: 2;
    margin-left: auto;
  }
}
@media (min-width: 570px) {
  footer .nav-wrapper ul {
    display: flex;
  }
}
footer .nav-wrapper li + li {
  margin: 8px 0 0;
}
@media (min-width: 570px) {
  footer .nav-wrapper li + li {
    margin: 0 0 0 32px;
  }
}
footer .nav-wrapper a {
  color: #404849;
  font: 300 18px/25px "Roboto Condensed", sans-serif;
  text-decoration: underline;
  transition: all 0.4s;
}
footer .nav-wrapper a:hover {
  color: #005A5D;
}

.teaser-wrapper {
  background: #5EBCA2;
}
.teaser-wrapper .inner {
  background: url("../images/teaser.svg") no-repeat 17% 103%;
  background-size: 62% auto;
}
@media (min-width: 530px) {
  .teaser-wrapper .inner {
    background-position: 40% 103%;
    background-size: 280px auto;
  }
}
@media (min-width: 990px) {
  .teaser-wrapper .inner {
    padding-bottom: min(52%, 700px);
    height: 0;
    background-position: right center;
    background-size: auto;
  }
}
.teaser-wrapper .inner .teaser {
  padding: 130px 0px 245px !important;
}
@media (min-width: 990px) {
  .teaser-wrapper .inner .teaser {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50% 0 30px !important;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1340px) {
  .teaser-wrapper .inner .teaser {
    padding: 0 50% 0 0 !important;
  }
}
.teaser-wrapper h1 {
  margin: 0 0 27px;
  color: #282828;
}
@media (min-width: 1280px) {
  .teaser-wrapper h1 {
    margin: 0 0 20px;
  }
}
.teaser-wrapper p {
  margin: 20px 0;
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.services-wrapper {
  padding: 75px 0;
}
.services-wrapper .services {
  margin: 30px 0 0;
}
@media (min-width: 990px) {
  .services-wrapper .services {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 0 0;
  }
}
@media (min-width: 1280px) {
  .services-wrapper .services {
    flex-wrap: nowrap;
  }
}
.services-wrapper .services .service {
  margin: 50px 0 0;
}
@media (min-width: 990px) {
  .services-wrapper .services .service {
    flex: 1;
    padding-right: 7%;
    min-width: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .services-wrapper .services .service {
    min-width: 25%;
    max-width: 25%;
  }
}
.services-wrapper .services .service figure {
  display: flex;
  align-items: center;
  margin: 0 0 35px;
  height: 80px;
}
.services-wrapper .services .service figure img, .services-wrapper .services .service figure svg {
  display: block;
  width: auto;
  max-height: 100%;
}
.services-wrapper .services .service h3 {
  margin: 0 0 8px;
}
.services-wrapper .services .links {
  margin-top: 39px;
}
.services-wrapper .services .links li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
}
.services-wrapper .services .links li a {
  position: relative;
  display: inline-block;
  padding: 8px 10px 8px 37px;
  color: #005A5D;
  border-radius: 8px;
  transition: all 0.4s;
}
.services-wrapper .services .links li a svg {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 12px;
  height: auto;
  transform: translateY(-50%);
  transition: left 0.4s;
}
.services-wrapper .services .links li a:hover {
  color: #fff;
  background: #005A5D;
}
.services-wrapper .services .links li a:hover svg {
  left: 15px;
}
.services-wrapper .services .links li + li {
  margin-top: 10px;
}

.products-wrapper {
  position: relative;
  padding: 75px 0;
  border-top: 1px solid #EAEAEA;
}
.products-wrapper .products {
  margin-top: 90px;
}
@media (min-width: 990px) {
  .products-wrapper .products {
    display: flex;
    justify-content: space-between;
    margin: 53px 0 0;
  }
}
.products-wrapper .products .product {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
@media (min-width: 990px) {
  .products-wrapper .products .product {
    padding: 40px;
    width: 48.5%;
    min-width: 48.5%;
    max-width: 48.5%;
  }
}
.products-wrapper .products .product figure {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 40px;
  padding: 0 0 max(53%, 350px);
  border-radius: 20px;
  overflow: hidden;
}
.products-wrapper .products .product figure img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-wrapper .products .product h3 {
  position: relative;
  z-index: 2;
  margin: 0;
}
.products-wrapper .products .product p {
  position: relative;
  z-index: 2;
  margin: 20px 0 25px;
}
@media (min-width: 990px) {
  .products-wrapper .products .product p {
    margin: 20px 0 10px;
  }
}
.products-wrapper .products .product .links {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
}
@media (min-width: 990px) {
  .products-wrapper .products .product .links {
    display: flex;
    margin: auto 0 0 -20px;
  }
}
.products-wrapper .products .product .links li {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (min-width: 990px) {
  .products-wrapper .products .product .links li {
    margin: 10px 0 0 20px;
  }
}
.products-wrapper .products .product .links li a {
  display: inline-block;
  padding: 7px 11px;
  color: #282828;
  border: 2px solid #5EBCA2;
  border-radius: 8px;
  transition: all 0.4s;
}
@media (min-width: 990px) {
  .products-wrapper .products .product .links li a {
    display: block;
  }
}
.products-wrapper .products .product .links li a:hover {
  color: #fff;
  background: #5EBCA2;
}
.products-wrapper .products .product .links li + li {
  margin-top: 20px;
}
@media (min-width: 990px) {
  .products-wrapper .products .product .links li + li {
    margin-top: 10px;
  }
}
.products-wrapper .products .product::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 20px;
}
.products-wrapper .products .product::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #5EBCA2;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.4s;
}
.products-wrapper .products .product:hover::after {
  opacity: 1;
  transform: translate(10px, 10px);
}
.products-wrapper .products .product + .product {
  margin-top: 40px;
}
@media (min-width: 990px) {
  .products-wrapper .products .product + .product {
    margin-top: 0;
  }
}

.benefits-wrapper {
  padding: 75px 0 50px;
  background: #5EBCA2;
}
.benefits-wrapper h2 {
  color: #fff;
}
.benefits-wrapper .benefits {
  margin: 60px 0 50px;
}
@media (min-width: 990px) {
  .benefits-wrapper .benefits {
    display: flex;
    margin: 60px 0 0;
  }
}
@media (min-width: 990px) {
  .benefits-wrapper .benefits .benefit {
    flex: 1;
    padding-right: 7%;
  }
}
.benefits-wrapper .benefits .benefit figure {
  margin: 0 0 40px;
  height: 140px;
}
.benefits-wrapper .benefits .benefit figure img, .benefits-wrapper .benefits .benefit figure svg {
  width: auto;
  height: 100%;
}
.benefits-wrapper .benefits .benefit h3 {
  margin: 0 0 23px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}
.benefits-wrapper .benefits .benefit h4 {
  margin: 0 0 22px;
  color: #005A5D;
  font: 700 20px/26px "Roboto", sans-serif;
}
.benefits-wrapper .benefits .benefit p {
  color: #fff;
}
.benefits-wrapper .benefits .benefit + .benefit {
  margin: 50px 0 0;
}
@media (min-width: 990px) {
  .benefits-wrapper .benefits .benefit + .benefit {
    margin: 0;
  }
}

.partners-wrapper {
  padding: 75px 0 70px;
}
@media (min-width: 990px) {
  .partners-wrapper {
    padding: 75px 0 50px;
  }
}
.partners-wrapper .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -20px 0 0 -20px;
}
@media (min-width: 990px) {
  .partners-wrapper .partners {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 5px 0 0;
  }
}
.partners-wrapper .partners figure {
  margin: 20px 0 0 20px;
}
@media (min-width: 990px) {
  .partners-wrapper .partners figure {
    margin: 0;
  }
}

.contacts-wrapper {
  padding: 75px 0 75px;
  border-top: 1px solid #EAEAEA;
}
@media (min-width: 990px) {
  .contacts-wrapper .row {
    display: flex;
    justify-content: space-between;
    margin: 13px 0 0;
  }
}
.contacts-wrapper .row h2 {
  margin-bottom: 45px;
}
@media (min-width: 990px) {
  .contacts-wrapper .row .left {
    width: 30%;
  }
}
.contacts-wrapper .row .left p {
  margin: 42px 0 0;
  line-height: 28px;
}
@media (min-width: 990px) {
  .contacts-wrapper .row .left p {
    line-height: 33px;
  }
}
.contacts-wrapper .row .left p strong {
  font-weight: 400;
}
.contacts-wrapper .row .left p a {
  text-decoration: underline transparent;
  transition: all 0.4s;
}
.contacts-wrapper .row .left p a:hover {
  color: #005A5D;
  text-decoration: underline #005A5D;
}
.contacts-wrapper .row .left .links {
  margin-top: 44px;
}
.contacts-wrapper .row .left .links li + li {
  margin-top: 8px;
}
.contacts-wrapper .row .left .links a {
  color: #404849;
  font: 300 18px/25px "Roboto Condensed", sans-serif;
  text-decoration: underline;
  transition: all 0.4s;
}
.contacts-wrapper .row .left .links a:hover {
  color: #005A5D;
}
.contacts-wrapper .row .right {
  position: relative;
  margin: 72px 0 0;
  padding: 75px 0 0;
}
@media (min-width: 990px) {
  .contacts-wrapper .row .right {
    margin: 0;
    padding: 0;
    width: 62.5%;
    border: none;
  }
}
.contacts-wrapper .row .right::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: black;
  width: 100vw;
  height: 1px;
  background: #EAEAEA;
  transform: translateX(-50%);
}
@media (min-width: 990px) {
  .contacts-wrapper .row .right::before {
    display: none;
  }
}
.contacts-wrapper .row .right h2 {
  margin-bottom: 65px;
}
@media (min-width: 990px) {
  .contacts-wrapper .row .right h2 {
    margin-bottom: 45px;
  }
}
.contacts-wrapper form {
  display: block;
  margin: -12px 0 0;
}
@media (min-width: 570px) {
  .contacts-wrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.contacts-wrapper form label:not(.error) {
  display: block;
  margin: 21px 0 0;
}
@media (min-width: 570px) {
  .contacts-wrapper form label:not(.error) {
    width: 47%;
    margin: 20px 0 0;
  }
}
.contacts-wrapper form label:not(.error) span {
  display: block;
  margin: 0 0 3px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.contacts-wrapper form label:not(.error).wide {
  width: 100%;
}
.contacts-wrapper form label:not(.error) input[type=text] {
  display: block;
  width: 100%;
  padding: 10px;
  font: 300 18px/25px "Roboto Condensed", sans-serif;
  background: #fff;
  border: 2px solid #EAEAEA;
  border-radius: 10px;
  outline: none !important;
  transition: all 0.4s;
}
.contacts-wrapper form label:not(.error) input[type=text]:focus {
  border-color: #5EBCA2;
}
.contacts-wrapper form label:not(.error) input[type=text].error {
  color: #ED2926;
  border-color: #ED2926;
}
.contacts-wrapper form label:not(.error) textarea {
  display: block;
  width: 100%;
  height: 140px;
  padding: 10px;
  font: 300 18px/25px "Roboto Condensed", sans-serif;
  background: #fff;
  border: 2px solid #EAEAEA;
  border-radius: 10px;
  outline: none !important;
  transition: all 0.4s;
}
.contacts-wrapper form label:not(.error) textarea:focus {
  border-color: #5EBCA2;
}
.contacts-wrapper form label.error {
  display: block;
  margin: 5px 0 0;
  color: #ED2926;
  font: 300 14px/20px "Roboto Condensed", sans-serif;
}
.contacts-wrapper form .button-wrapper {
  display: flex;
  margin-top: 20px;
  width: 100%;
}
.contacts-wrapper form .button-wrapper .button {
  display: block;
  padding: 10px 20px;
  color: #282828;
  border: 2px solid #5EBCA2;
  border-radius: 8px;
  transition: all 0.4s;
}
.contacts-wrapper form .button-wrapper .button:hover {
  color: #fff;
  background: #5EBCA2;
}

.iframe {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.iframe h1 {
  margin: 0 30px 25px 0;
}
.iframe h2 {
  margin: 25px 0 5px;
}
.iframe p + p {
  margin-top: 18px;
}
.iframe ol, .iframe ul {
  margin: 18px 0;
}
.iframe ol li, .iframe ul li {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.iframe ol li + li, .iframe ul li + li {
  margin-top: 18px;
}
.iframe ol {
  margin-left: 30px;
  list-style-type: decimal;
}
.iframe-content {
  flex: 1;
  padding-right: 40px;
  width: 100%;
  overflow-y: scroll;
  scrollbar-color: #EAEAEA #5EBCA2;
}
.iframe-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.iframe-content::-webkit-scrollbar-thumb {
  background: #EAEAEA;
}
.iframe-content::-webkit-scrollbar-track {
  background: #5EBCA2;
}

.fancybox-slide--iframe,
.fancybox-slide--html {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .fancybox-slide--iframe,
.fancybox-slide--html {
    padding: 44px !important;
  }
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--html .fancybox-content {
  width: 100% !important;
  max-height: 100vh !important;
}
@media (min-width: 768px) {
  .fancybox-slide--iframe .fancybox-content,
.fancybox-slide--html .fancybox-content {
    width: 80% !important;
    max-height: calc(100vh - 88px) !important;
  }
}
@media (min-width: 990px) {
  .fancybox-slide--iframe .fancybox-content,
.fancybox-slide--html .fancybox-content {
    width: 60% !important;
    max-width: 1200px !important;
  }
}

.fancybox-button--close,
.fancybox-close-small {
  display: none !important;
}

button[data-fancybox-close] {
  position: absolute;
  right: 42px;
  top: 42px;
  display: block;
  color: #5EBCA2;
  background: none;
  border: none;
  transition: all 0.4s;
}
button[data-fancybox-close] svg {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.4s;
}
button[data-fancybox-close]:hover {
  color: #005A5D;
  transform: scale(1.2);
}

.fancybox-slide--html .iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}

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