@charset "UTF-8";
.hidden {
  display: none !important
}

@media (min-width: 576px) {
  .hidden--query {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hidden--query {
    display: none !important
  }
}

@media (min-width: 992px) {
  .hidden--query {
    display: block !important
  }
}

.col {
  padding: 0 15px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

@media (min-width: 320px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.header {
  position: sticky;
  top: -50px;
  z-index: 1
}

@media (max-width: 990px) {
  .header {
    top: 0
  }
}

.header .main-container {
  padding: 0
}

@media (max-width: 1300px) {
  .header .main-container {
    max-width: 100%
  }
}

.header__info {
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 990px) {
  .header__info {
    display: none
  }
}

.header__info-item {
  display: flex;
  align-items: center;
  max-width: 25%;
  justify-content: center;
  width: 100%;
  height: 100%
}

.header__nav {
  background-color: #fff
}

.header__socials {
  display: flex;
  flex-direction: row
}

.header__social {
  transition: opacity .2s ease-in-out
}

.header__social:hover {
  opacity: .8
}

.header .banner-container {
  background-image: linear-gradient(0deg, #00918b 0, #00a881)
}

.header i {
  margin-right: 10px
}

.header .fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon_black.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.contact__text {
  text-decoration: none;
  color: #fff;
  font-family: FuturaFuturisC;
  margin-right: 20px
}

@media (max-width: 990px) {
  .contact__text {
    color: #161917;
    margin-bottom: 30px
  }
}

@media (max-width: 1300px) {
  .contact__text {
    margin-right: 0
  }
}

.contact__link {
  font-size: 16px;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  align-self: center;
  font-family: FuturaFuturisC;
  white-space: nowrap;
  transition: opacity .2s ease-in-out
}

.contact__link:hover {
  opacity: .8
}

@media (max-width: 1300px) {
  .contact__link {
    font-size: 14px
  }
}

@media (max-width: 990px) {
  .contact__link {
    color: #161917;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent
  }

  .contact__link:hover {
    opacity: 1;
    border-bottom: 2px solid #00a881
  }
}

.contact__container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px
}

@media (max-width: 450px) {
  .contact__container {
    flex-direction: column;
    align-items: center
  }
}

.contact__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media (max-width: 450px) {
  .contact__social {
    flex-direction: row;
    flex-wrap: nowrap
  }
}

.contact .phone-number {
  display: flex;
  gap: 5px
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1290px
}

.nav__logo {
  width: 100%;
  height: 50px;
  max-width: 280px;
  max-height: 100%
}

.nav__logo-container {
  padding: 15px;
  display: flex;
  align-items: center
}

@media (max-width: 990px) {
  .nav__logo {
    max-width: 91.666667%
  }
}

.nav__logo-link {
  max-width: 279px;
  display: inline-block;
  width: 100%
}

.nav__link {
  position: relative;
  font-family: FuturaFuturisC;
  font-size: 18px;
  color: #161917;
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap
}

@media (max-width: 1300px) {
  .nav__link {
    font-size: 16px
  }
}

@media (max-width: 990px) {
  .nav__link {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent
  }

  .nav__link:hover {
    border-bottom: 2px solid #00a881
  }

  .nav__link-active {
    border-bottom: 2px solid #00a881
  }
}

@media (min-width: 990px) {
  .nav__link:hover {
    color: #00a881
  }

  .nav__link:hover::after, .nav__link:hover::before {
    opacity: 1
  }

  .nav__link::after, .nav__link::before {
    opacity: 0;
    position: absolute
  }

  .nav__link-active, .nav__link::after, .nav__link::before {
    content: " ";
    max-width: 100%;
    width: calc(100% - 3px);
    transition: opacity .3s
  }

  .nav__link::after, .nav__link::before {
    height: 5px
  }

  .nav__link-active::before, .nav__link::before {
    background-color: #096151;
    bottom: -7px;
    left: 3px
  }

  .nav__link-active::after, .nav__link::after {
    background-color: #087360;
    bottom: -5px;
    left: 0
  }

  .nav__link-active::after, .nav__link-active::before {
    opacity: 1
  }
}

.nav__list {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none
}

@media (max-width: 990px) {
  .nav__list {
    padding: 5px 0;
    line-height: 1.5;
    flex-direction: column
  }
}

.nav__item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding: 20px 0;
  word-wrap: unset
}

.nav__item:nth-last-child(-n+2) {
  display: none
}

@media (max-width: 990px) {
  .nav__item:nth-last-child(-n+2) {
    display: inline-block
  }
}

@media (max-width: 990px) {
  .nav__item {
    padding: 5px 0;
    line-height: 1.5;
    margin: 0
  }
}

@media (max-width: 1300px) {
  .nav__item {
    margin-right: 15px
  }
}

@media (max-width: 990px) {
  .nav__item {
    margin-right: 0
  }
}

.nav__item:last-child {
  margin-right: 0
}

.nav__item:hover .nav__item-content {
  display: block;
  margin-top: 10px
}

@media (max-width: 990px) {
  .nav__item:hover .nav__item-content {
    margin-top: 0
  }
}

.nav__item-content {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  z-index: 1
}

.nav__item-content .nav__link-active::before {
  display: none
}

.nav__item-content .nav__link {
  padding: 10px 0;
  white-space: pre-line
}

.nav__item-content .nav__link:hover::after, .nav__item-content .nav__link:hover::before {
  opacity: 0
}

@media (max-width: 990px) {
  .nav__item-content .nav__link::after, .nav__item-content .nav__link::before {
    display: none
  }
}

@media (max-width: 990px) {
  .nav__item-content {
    display: block;
    position: relative;
    border: none;
    padding: 10px 0
  }
}

.arrow .input-toggle[type=checkbox]:checked + .menu-item-label {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.arrow input[type=checkbox] {
  display: none
}

.arrow ul {
  display: none;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-transform: translateX(-162px);
  transform: translateX(-162px)
}

@media (max-width: 1300px) {
  .arrow ul {
    -webkit-transform: translateX(-144px);
    transform: translateX(-144px)
  }
}

.arrow input[type=checkbox]:checked ~ ul {
  display: block
}

.icon {
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out
}

.has-social {
  display: flex;
  gap: 10px
}

@media (max-width: 1024px) {
  .has-social {
    gap: 5px
  }
}

.has-social a {
  text-decoration: none
}

.input-toggle {
  display: none
}

.hidden-menu {
  margin: auto
}

@media (max-width: 990px) {
  .hidden-menu {
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
}

.hidden-menu .contact__container, .hidden-menu label {
  display: none
}

@media (max-width: 990px) {
  .hidden-menu .contact__container, .hidden-menu label {
    display: flex
  }
}

.hidden-menu .contact__container {
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px
}

@media (max-width: 990px) {
  .hidden-menu {
    position: fixed;
    list-style: none;
    padding: 65px 20px 15px;
    top: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    height: 100%;
    right: -100%;
    transition: all .5s;
    z-index: 3;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }

  .hidden-menu ul {
    list-style: none
  }
}

@media (max-width: 990px) {
  .hidden-menu li {
    text-align: center
  }
}

.hidden-menu-ticker {
  top: 0;
  display: none
}

.btn-menu {
  display: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width: 990px) {
  .btn-menu {
    display: flex;
    align-items: center
  }
}

.btn-menu-close {
  position: fixed;
  display: inline-block;
  right: 0;
  top: 0;
  padding: 15px
}

.hidden-menu-ticker:checked ~ .hidden-menu {
  right: 0
}

.menu__social {
  text-decoration: none;
  margin-right: .25em
}

.menu__social-container {
  margin-left: 20px;
  display: flex
}

.menu-contact {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
  margin-bottom: 30px
}

.menu-contact:last-child {
  margin-top: 20px
}

.mob-btn {
  display: none
}

.mob-btn::after {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  top: 20%;
  left: 20%;
  background-image: url(/wp-content/themes/greeneufuture/img/icons/phone-handset_icon-icons.com_48252.png);
  background-size: contain;
  display: inline-block
}

@media (max-width: 600px) {
  .mob-btn {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    margin: 15px;
    z-index: 1;
    border-radius: 50%;
    background-color: #ff9c00;
    cursor: pointer
  }
}

.footer {
  padding: 32px 0 10px;
  background-image: url(../../img/footer.png);
  background-size: cover;
  display: block;
  line-height: 1.5
}

.footer .main-container {
  display: flex;
  padding: 0
}

@media (max-width: 1200px) {
  .footer .main-container {
    flex-direction: column
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  padding: 0 15px
}

@media (max-width: 1200px) {
  .footer__nav {
    align-items: center;
    max-width: 100%
  }
}

.footer__nav-social {
  display: flex;
  justify-content: space-between;
  width: 100%
}

@media (max-width: 770px) {
  .footer__nav-social {
    flex-direction: column;
    align-items: center
  }
}

@media (max-width: 1200px) {
  .footer__socials {
    margin-left: 20px
  }
}

.footer__social {
  display: flex;
  justify-content: space-between;
  gap: 5px
}

.footer__social a img {
  width: 30px;
  height: 30px
}

@media (max-width: 770px) {
  .footer__social {
    margin: 40px 0 15px
  }
}

.footer__email {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%
}

@media (max-width: 992px) {
  .footer__email {
    display: block;
    text-align: center
  }
}

.footer__link {
  font-family: FuturaFuturisC;
  font-size: 18px;
  text-decoration: none;
  color: #fff
}

.footer__link-active {
  border-bottom: 2px solid #00a881
}

.footer__link-policy {
  font-family: FuturaFuturisC;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding: 0 15px
}

@media (max-width: 992px) {
  .footer__link-policy {
    display: block;
    padding: 10px 10px 0
  }
}

.footer__contact {
  max-width: 41%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (max-width: 1200px) {
  .footer__contact {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%
  }
}

@media (max-width: 770px) {
  .footer__contact {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
  }
}

@media (max-width: 1200px) {
  .footer__contact-container {
    display: flex;
    flex-direction: row
  }
}

@media (max-width: 992px) {
  .footer__contact-container {
    flex-direction: column;
    align-items: baseline
  }
}

@media (max-width: 770px) {
  .footer__contact-container {
    flex-direction: row
  }
}

.footer__contact-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 9px;
  flex-direction: row;
  align-items: start;
  justify-content: end
}

@media (max-width: 1200px) {
  .footer__contact-menu {
    max-width: 35%;
    padding-left: 0
  }
}

@media (max-width: 992px) {
  .footer__contact-menu {
    justify-content: start
  }
}

@media (max-width: 770px) {
  .footer__contact-menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 0;
    width: inherit;
    max-width: 100%
  }
}

.footer__contact-menu .inner {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-between
}

@media (max-width: 1200px) {
  .footer__contact-menu .inner {
    margin-bottom: 15px;
    height: auto
  }
}

@media (max-width: 770px) {
  .footer__contact-menu .inner {
    flex-direction: column;
    align-items: center
  }
}

.footer__contact-menu .inner__num {
  display: flex;
  flex-direction: column
}

.footer__text {
  text-decoration: none;
  color: #fff;
  font-family: FuturaFuturisC
}

@media (max-width: 992px) {
  .footer__text {
    margin-bottom: 15px
  }
}

.footer__num {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: FuturaFuturisC;
  align-self: start;
  line-height: 1.5;
  margin-bottom: 2px;
  border-bottom: 2px solid transparent
}

.footer__num:hover {
  border-bottom: 2px solid #00a881;
  opacity: 1
}

.footer__list {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  list-style: none;
  border-top: 2px solid #0fa677;
  padding-top: 15px
}

@media (max-width: 992px) {
  .footer__list {
    display: none
  }
}

.footer__list li {
  padding: 20px 0;
  font-family: FuturaFuturisC;
  color: #fff
}

.footer__list li:last-child {
  margin: 0 auto
}

.footer__list li a {
  font-size: 16px
}

.footer__social-contact {
  text-decoration: none;
  margin-right: .25em
}

@media (max-width: 770px) {
  .ez {
    display: flex;
    flex-direction: row
  }
}

i {
  margin-right: 10px
}

.fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.site-content {
  width: 100%;
  margin: auto
}

.main-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (min-width: 576px) {
  .main-container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .main-container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .main-container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .main-container {
    max-width: 1290px
  }
}

.adminwrap-link {
  display: inline-block;
  border: 2px dashed #0d967e;
  padding: 6px 12px;
  cursor: pointer;
  font-family: FuturaFuturisC;
  transition: all .2s ease;
  color: #0d967e;
  text-decoration: none;
  font-weight: 500
}

.adminwrap-link:hover {
  background-color: rgba(13, 150, 126, .08);
  box-shadow: 0 0 0 3px rgba(13, 150, 126, .2)
}

.adminwrap-link::after {
  content: " ⓘ";
  font-size: .9em;
  opacity: .6
}

.accent-border {
  border: 2px dashed #0d967e;
  padding: 15px;
  font-family: FuturaFuturisC;
  font-size: 16px;
  line-height: 148%;
  color: #161917;
  position: relative;
  cursor: pointer;
  margin: 15px 0
}

.accent-border .accent {
  color: #0d967e;
  text-decoration: underline;
  font-weight: 700
}

@font-face {
  font-family: FuturaFuturisC;
  src: local("FuturaFuturisC"), url(../../fonts/FuturaFuturisC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: FuturaFuturisC-Bold;
  src: local("FuturaFuturisC-Bold"), url(../../fonts/FuturaFuturisC-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

ul {
  list-style: none
}

body {
  margin: 0
}

main {
  display: block
}

input, textarea {
  outline: 0
}

input[type=submit] {
  -webkit-appearance: none
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.form {
  position: relative
}

.form form {
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
  background-color: #01484e;
  padding: 60px 25px;
  box-sizing: border-box;
  position: relative
}

@media (max-width: 991px) {
  .form form {
    padding: 45px 25px
  }
}

@media (max-width: 767px) {
  .form form {
    padding: 60px 40px
  }
}

@media (max-width: 480px) {
  .form form {
    padding: 40px 25px
  }
}

.form form .label-field {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative
}

.form form .label-field div.error {
  position: absolute;
  bottom: -25px;
  color: red;
  margin-left: 15px
}

.form form .label-field span {
  display: block;
  width: 100%;
  font-family: FuturaFuturisC;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px
}

.form form .label-field input {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border: 2px solid #fff;
  background: 0 0;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  font-family: FuturaFuturisC;
  outline: 0
}

.form form .label-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::-moz-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-check-wrap {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px
}

.form form .label-check-wrap .label-check {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.form form .label-comment-area {
  margin-bottom: 30px
}

.form form .label-comment-area label[for=comment] textarea {
  display: block;
  width: 100%;
  resize: none;
  background: 0 0;
  border: 2px solid #fff;
  height: 130px;
  padding: 15px;
  color: #fff;
  font-family: FuturaFuturisC
}

.form form .label-comment-area label[for=comment] textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::-moz-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::placeholder {
  color: #fff;
  opacity: .5
}

.form .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center
}

.btn-wrap {
  display: block;
  flex-direction: column;
  align-items: center
}

@media (max-width: 576px) {
  .btn-wrap {
    display: flex
  }
}

.btn-wrap .btn-primary {
  margin-top: 40px;
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 0;
  transition: all .5s;
  outline: 0
}

@media (max-width: 480px) {
  .btn-wrap .btn-primary {
    margin-top: 20px
  }
}

.btn-wrap .btn-primary span {
  position: absolute;
  text-align: center;
  z-index: 0;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.btn-wrap .btn-primary:before {
  box-shadow: 0 2px 4px #c87c05;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.btn-wrap .btn-primary:after {
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  display: block;
  max-width: 264px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.btn-wrap .btn-primary:after, .btn-wrap .btn-primary:before {
  content: " ";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute
}

.btn-wrap .btn-primary:focus {
  box-shadow: none
}

.btn-wrap .btn-primary:hover:after {
  box-shadow: 0 7px 14px #014140
}

.btn-wrap .btn-primary:active span {
  height: 100%;
  box-shadow: inset 0 3px 20px rgba(0, 0, 0, .2)
}

.btn-wrap .btn-primary:active:after {
  opacity: 0
}

@media (min-width: 768px) {
  .btn-wrap .btn-primary {
    font-size: 20px
  }
}

.title {
  font-size: 50px;
  color: #fff;
  font-family: FuturaFuturisC;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97)
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, .title p {
  margin: 0;
  font-size: 50px;
  font-weight: 400
}

.title strong {
  font-family: FuturaFuturisC-Bold;
  color: #25eac3;
  font-size: 50px
}

.section-title {
  text-transform: uppercase;
  letter-spacing: normal;
  text-shadow: none;
  font-size: 30px;
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  line-height: 48px;
  margin-bottom: 65px;
  position: relative;
  margin-top: -10px
}

.section-title:after {
  content: " ";
  width: 221px;
  height: 3px;
  box-shadow: 10px 12px 30px #bebebe;
  background-color: #eb9949;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: none;
  transform: none
}

@media (max-width: 768px) {
  .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width: 768px) {
  .section-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px
  }
}

.text {
  font-family: FuturaFuturisC;
  font-size: 16px;
  color: #161917;
  line-height: 24px;
  letter-spacing: .4px
}

.text:last-child {
  margin-bottom: 0
}

.text--md {
  font-size: 20px;
  font-family: FuturaFuturisC-Bold;
  color: #161917
}

.pre-title {
  color: #fff;
  letter-spacing: 1.25px;
  line-height: 60px;
  text-shadow: 0 5px 9px rgba(1, 54, 59, .57);
  font-family: FuturaFuturisC;
  font-size: 43px;
  text-transform: uppercase
}

.pre-title--accent {
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97);
  color: #25eac3;
  font-family: FuturaFuturisC-Bold;
  font-size: 50px;
  line-height: 60px
}

.subtitle {
  font-family: FuturaFuturisC;
  color: #fff;
  font-size: 30px;
  letter-spacing: .75px
}

.modal-text--text {
  text-shadow: 0 5px 9px rgba(1, 54, 59, .57);
  color: #fff;
  font-family: FuturaFuturisC;
  font-size: 43px;
  letter-spacing: 1.25px;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
  z-index: 2
}

.btn {
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0;
  transition: all .5s;
  outline: 0;
  margin: 0 auto;
  cursor: pointer;
  background: 0 0;
  border: none
}

.btn .empty_div:before {
  content: none;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow.png);
  position: absolute;
  width: 160px;
  height: 113px;
  left: -170px;
  bottom: -20px
}

@media (min-width: 992px) {
  .btn .empty_div:before {
    content: ""
  }
}

.btn a {
  text-decoration: none
}

.btn span {
  position: absolute;
  text-align: center;
  z-index: 0;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.btn:before {
  box-shadow: 0 2px 4px #c87c05;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.btn:after {
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  display: block;
  max-width: 264px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.btn:after, .btn:before {
  content: " ";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute
}

.btn:focus {
  box-shadow: none
}

.btn:hover:after {
  box-shadow: 0 7px 14px #014140
}

.btn:active span {
  height: 100%;
  box-shadow: inset 0 3px 20px rgba(0, 0, 0, .2)
}

.btn:active:after {
  opacity: 0
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px
  }
}

.popup-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .popup-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.popup-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .popup-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.popup-modal .main-container .modal-form {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form {
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.popup-modal .main-container .modal-form .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
  gap: 15px
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.popup-modal .main-container .modal-form .content-side__pre-title {
  font-size: 26px;
  line-height: 36px
}

@media (max-width: 480px) {
  .popup-modal .main-container .modal-form .content-side__pre-title {
    font-size: 24px
  }
}

.popup-modal .main-container .modal-form .content-side__title {
  font-size: 60px;
  font-family: FuturaFuturisC-Bold
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side__title {
    font-size: 30px
  }
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side__subtitle {
    font-size: 20px;
    line-height: 26px
  }
}

.popup-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.popup-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

.hystmodal__opened, .hystmodal__shadow {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden
}

.hystmodal__shadow {
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  transition: opacity .15s ease;
  background-color: #000
}

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: .8
}

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 999;
  visibility: hidden
}

.hystmodal--active {
  opacity: 1
}

.hystmodal--active, .hystmodal--moved {
  pointer-events: auto;
  visibility: visible
}

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center
}

.hystmodal__window {
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: visible;
  transition: ease 0s, -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s, ease 0s;
  transition: transform .2s ease 0s, ease 0s, -webkit-transform .2s ease 0s;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  opacity: 0
}

@media (max-width: 768px) {
  .hystmodal__window {
    height: 100%;
    align-items: center;
    display: flex
  }
}

.hystmodal--active .hystmodal__window {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.hystmodal__close {
  background: 0 0;
  border: none;
  position: absolute;
  color: #f0f0f0;
  right: 15px;
  top: 0;
  font-size: 50px;
  cursor: pointer;
  opacity: .5;
  text-shadow: 0 1px 0 #fff;
  z-index: 2;
  outline: 0
}

@media (min-width: 770px) {
  .hystmodal__close {
    visibility: hidden;
    opacity: 0
  }
}

.partner-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .partner-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.partner-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .partner-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.partner-modal .main-container .modal-form {
  background-color: #37a088;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form {
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.partner-modal .main-container .modal-form .content-side {
  max-width: 60%;
  position: relative;
  margin-bottom: 0;
  width: 60%;
  display: flex;
  font-size: 28px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
  gap: 15px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.partner-modal .main-container .modal-form .content-side__title {
  font-size: 43px;
  font-weight: 500;
  text-shadow: none;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side__title {
    font-size: 30px
  }
}

.partner-modal .main-container .modal-form .content-side__subtitle {
  font-size: 36px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side__subtitle {
    font-size: 20px;
    line-height: 26px
  }
}

.partner-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.partner-modal .main-container .modal-form .form-side .form:before {
  content: none
}

.partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.partner-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

.hands-img {
  max-width: 410px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain
}

@media (min-width: 768px) and (max-width: 840px) {
  .hands-img {
    max-width: 100%
  }
}

@media screen and (max-width: 460px) {
  .hands-img {
    max-width: 100%
  }
}

.hands-img img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.consultation-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .consultation-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.consultation-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .consultation-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.consultation-modal .main-container .modal-form {
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form {
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.consultation-modal .main-container .modal-form .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px 0 100px;
  gap: 15px
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .content-side {
    width: 50%;
    padding: 0 15px
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.consultation-modal .main-container .modal-form .content-side__pre-title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  font-family: FuturaFuturisC-Bold;
  text-shadow: 0 15px 30px #074137;
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .consultation-modal .main-container .modal-form .content-side__pre-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px
  }
}

.consultation-modal .main-container .modal-form .content-side__pre-title strong {
  color: #161917
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .content-side__pre-title strong {
    color: #fff
  }
}

.consultation-modal .main-container .modal-form .content-side__subtitle {
  width: inherit
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .content-side__subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 26px
  }
}

.consultation-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.consultation-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .modal-bg {
    -o-object-position: center;
    object-position: center
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .modal-bg {
    -o-object-position: right center;
    object-position: right center
  }
}

.card {
  display: flex;
  flex-direction: row;
  gap: 25px
}

.card--item-center {
  align-items: center
}

@media (max-width: 768px) {
  .card--one-column-center {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

.card--column {
  flex-direction: column
}

.card__icon--center {
  text-align: center
}

.card__icon--center img {
  width: auto
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.card__content.content--text-center {
  text-align: center
}

@media (max-width: 550px) {
  .card__content.content .text {
    font-size: 14px
  }
}

.hero {
  min-height: 867px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
  overflow: hidden
}

.hero strong i {
  color: #fff
}

@media (max-width: 992px) {
  .hero {
    height: 667px
  }
}

@media (max-width: 992px) {
  .hero--add-form .main-container {
    max-width: 100%
  }
}

@media (max-width: 767px) {
  .hero--add-form .main-container {
    max-width: 540px
  }
}

.hero--add-form .main-container .title {
  margin-bottom: 10px
}

@media (max-width: 992px) {
  .hero--add-form .main-container .title h1 {
    font-size: 30px;
    line-height: 36px
  }

  .hero--add-form .main-container .title strong {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px
  }
}

@media (max-width: 992px) and (max-width: 480px) {
  .hero--add-form .main-container .title strong {
    font-size: 24px
  }
}

@media (max-width: 992px) {
  .hero--add-form .main-container .title strong i {
    color: #fff
  }
}

.hero--add-form .main-container .subtitle {
  margin: 0 0 15px 0
}

@media (max-width: 768px) {
  .hero--add-form .main-container .subtitle {
    font-size: 20px;
    line-height: 28px
  }
}

@media (max-width: 767px) {
  .hero--add-form .main-container .content {
    text-align: center
  }
}

@media (max-width: 768px) {
  .hero--add-form .form {
    margin-top: 50px
  }
}

@media (max-width: 768px) {
  .hero--add-form .form form {
    background-color: rgba(1, 72, 78, .8588235294)
  }
}

.hero--add-form .form .hystmodal__close {
  opacity: 0;
  visibility: hidden
}

.hero .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.hero .row .col {
  width: 100%
}

@media (max-width: 576px) {
  .hero .row .col .content {
    text-align: center
  }
}

.hero .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.hero .background .mob-img {
  display: none
}

@media (max-width: 480px) {
  .hero .background .mob-img {
    display: block
  }
}

.hero .background .tablet-img {
  display: none
}

@media (max-width: 992px) {
  .hero .background .tablet-img {
    display: block
  }
}

.hero .background .desk-img {
  display: none
}

@media (min-width: 769px) {
  .hero .background .desk-img {
    display: block
  }
}

.hero .background .hero-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  width: 100%;
  height: 100%
}

.hero .title {
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .hero .title h1 {
    font-size: 30px;
    line-height: 36px
  }

  .hero .title strong {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px
  }
}

.hero .subtitle {
  margin: 0 0 15px 0
}

@media (max-width: 768px) {
  .hero .subtitle {
    font-size: 20px;
    line-height: 28px
  }
}

.hero .btn-wrap .btn-primary {
  z-index: 0
}

.video-section {
  margin: 90px 0;
  position: relative
}

.video-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.video-section .background .banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: relative
}

.video-section .main-container .video-container {
  position: relative;
  padding-bottom: 39.55%;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 75%;
  margin: 0 auto
}

@media (max-width: 480px) {
  .video-section .main-container .video-container {
    width: 100%
  }
}

.video-section .main-container .video-container .play {
  background-image: url(/wp-content/themes/greeneufuture/img/play-button3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 80px;
  margin: -40px 0 0 -40px;
  outline: 0;
  padding: 0;
  width: 80px;
  top: 50%;
  left: 50%;
  position: absolute
}

.video-section .main-container .video-container img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  width: 100%
}

.video-section .main-container .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.banner {
  position: relative;
  padding: 70px 0
}

.banner .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.banner .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  min-height: 100%;
  position: relative
}

.banner__container {
  display: flex;
  align-items: center
}

@media (max-width: 992px) {
  .banner__container {
    flex-wrap: wrap
  }
}

.banner__text {
  display: flex;
  position: relative
}

.banner__text p {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  font-family: FuturaFuturisC;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 140px;
  letter-spacing: 1px;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .0097)
}

@media (max-width: 1200px) {
  .banner__text p {
    font-size: 23px;
    margin-right: 30px
  }
}

@media (max-width: 550px) {
  .banner__text p {
    font-size: 21px;
    margin-right: 30px;
    line-height: 35px
  }
}

@media (max-width: 480px) {
  .banner__text p {
    font-size: 19px;
    margin-right: 0;
    line-height: 31px
  }
}

.banner__text img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: -80px;
  right: 0
}

@media (max-width: 992px) {
  .banner__text img {
    display: none
  }
}

.banner__button {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 60px;
  max-width: 310px
}

@media (max-width: 1200px) {
  .banner__button {
    height: 50px;
    max-width: 250px
  }
}

.banner__button a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  letter-spacing: .5px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  display: flex;
  position: absolute;
  z-index: 9;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  outline: 0
}

@media (max-width: 1200px) {
  .banner__button a {
    font-size: 18px
  }
}

.simple-section {
  margin: 90px 0
}

.simple-section .section-title {
  text-align: center
}

@media (min-width: 768px) {
  .simple-section .box .text {
    text-align: center
  }
}

.simple-section .box strong {
  color: #019f7a;
  font-size: 18px
}

.col-lg-12 {
  width: 100%
}

.section_title {
  text-align: center
}

.section_title .title {
  font-family: FuturaFuturisC-Bold;
  font-size: 30px;
  color: #161917;
  line-height: 48px;
  margin-bottom: 55px;
  position: relative;
  word-break: break-word
}

.section_title .title::after {
  content: " ";
  width: 221px;
  height: 3px;
  box-shadow: 10px 12px 30px #bebebe;
  background-color: #eb9949;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.steps-section {
  margin: 90px 0
}

@media (max-width: 600px) {
  .steps-section .row {
    margin: 0
  }
}

section.steps-section .box {
  display: flex;
  justify-content: flex-end;
  counter-increment: section
}

@media (max-width: 990px) {
  section.steps-section .box {
    justify-content: flex-end
  }
}

section.steps-section .box:nth-child(2n) {
  justify-content: flex-start;
  text-align: right
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) {
    text-align: left
  }
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner {
    max-width: 100%
  }
}

section.steps-section .box:nth-child(2n) .inner:before {
  left: auto;
  right: -4px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner:before {
    left: 54px
  }
}

section.steps-section .box:nth-child(2n) .inner:after {
  left: auto;
  right: -7px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner:after {
    left: 51px
  }
}

section.steps-section .box:nth-child(2n) .inner .content {
  padding-right: 90px;
  padding-left: 0
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .content {
    padding-right: 0;
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .content {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box:nth-child(2n) .inner .text {
  padding-right: 90px;
  padding-left: 0;
  display: block;
  width: 100%
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text {
    padding-right: 0;
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box:nth-child(2n) .inner .text:before {
  content: url(../../img/step_2.png);
  left: auto;
  right: -58px;
  top: -29px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text:before {
    left: 0;
    content: url(../../img/step_3.png)
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    height: 124px
  }
}

section.steps-section .box:nth-child(2n) .inner .text:after {
  content: counter(section);
  position: absolute;
  right: -15px;
  top: 24px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text:after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text:after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box:first-child {
  margin-top: 35px
}

section.steps-section .box:first-child .inner .title:before {
  content: url(../../img/1_step.png)
}

@media (max-width: 600px) {
  section.steps-section .box:first-child .inner .title:before {
    content: url(../../img/step_3.png)
  }
}

section.steps-section .box:first-child .inner .title:after {
  top: 20px
}

@media (max-width: 990px) {
  section.steps-section .box:first-child .inner .title:after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:first-child .inner .title:after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box .inner {
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 180px;
  flex-direction: column
}

@media (max-width: 990px) {
  section.steps-section .box .inner {
    max-width: 100%
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner {
    padding-top: 150px;
    padding-bottom: 40px
  }
}

section.steps-section .box .inner::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 990px) {
  section.steps-section .box .inner::before {
    left: 54px
  }
}

section.steps-section .box .inner::after {
  content: "";
  position: absolute;
  top: calc(50% + 28px);
  left: -3px;
  border: 3px solid #fafafa;
  background-color: #000;
  border-radius: 100%;
  width: 4px;
  height: 4px
}

@media (max-width: 990px) {
  section.steps-section .box .inner::after {
    left: 51px
  }
}

section.steps-section .box .inner .text {
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  font-size: 20px;
  padding-left: 90px;
  display: block;
  width: 100%;
  margin: 0 0 15px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text {
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box .inner .text:before {
  content: url(../../img/step_3.png);
  width: 148px;
  height: 129px;
  display: block;
  position: absolute;
  left: -54px;
  top: -24px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text:before {
    left: 0
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    height: 124px
  }
}

section.steps-section .box .inner .text::after {
  content: counter(section);
  position: absolute;
  left: -12px;
  top: 29px;
  font-size: 48px;
  font-weight: 400;
  line-height: 18px;
  font-family: FuturaFuturisC;
  color: #2a2d2b
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text::after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text::after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box .inner p {
  font-size: 16px;
  color: #161917;
  font-family: FuturaFuturisC;
  line-height: 30px
}

section.steps-section .box .inner .content {
  padding-left: 90px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .content {
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .content {
    padding-left: 0;
    text-align: center
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(n) .inner::after, section.steps-section .box:nth-child(n) .inner::before {
    display: none
  }
}

section.steps-section .box:nth-last-child(1) .inner::after, section.steps-section .box:nth-last-child(1) .inner::before {
  display: none
}

p {
  margin-bottom: 0
}

.slider-section {
  margin: 90px 0;
  position: relative
}

.slider-section .preloader {
  transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden
}

.slider-section .slider-ready.preloader {
  opacity: 1;
  visibility: visible
}

.slider-section .text {
  color: #424442;
  font-family: FuturaFuturisC;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .4px;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s
}

@media (max-width: 992px) {
  .slider-section .title.section-title {
    text-align: center
  }

  .slider-section .title.section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width: 992px) {
  .slider-section .title.section-title {
    text-align: center
  }
}

@media (max-width: 992px) {
  .slider-section .section-title {
    text-align: center
  }

  .slider-section .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.slider-section .nav_svg {
  position: absolute;
  left: 10px;
  width: 850px;
  height: 160%;
  top: -100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all .4s
}

.slider-section .nav_svg svg {
  position: absolute;
  left: -50%;
  width: 100%;
  transition: all .4s
}

.slider-section .nav_svg svg circle.active {
  stroke: #161917;
  stroke-width: 6px
}

.slider-section .row {
  z-index: 10;
  padding: 45px 0;
  background-color: #f0f0f0
}

.slider-section .main-container {
  z-index: 0;
  position: relative
}

.slider-section .main-container.initial {
  position: initial
}

.slider-section .main-container.content {
  overflow: hidden
}

.slider-section .main-container.content .min-max .align {
  display: flex;
  align-items: center
}

.slider-section .col {
  z-index: 10
}

.slider-section .col-list .document_slider {
  margin-left: 60px;
  padding-left: 0
}

.slider-section .col-list .slider_nav {
  margin-left: 60px;
  padding-left: 0
}

.slider-section .document_slider {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  margin-top: 50px;
  max-width: 350px
}

.slider-section .document_slider .slick-arrow {
  background-color: transparent;
  border: 0;
  font-size: 0;
  padding: 0
}

.slider-section .document_slider img {
  padding: 0 15px;
  max-width: 360px;
  width: 100%;
  max-height: 330px;
  -o-object-fit: contain;
  object-fit: contain
}

.slider-section .document_slider .slick-track {
  display: flex
}

.slider-section .document_slider .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center
}

.slider-section .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  max-width: 350px;
  padding-left: 30px;
  align-items: center
}

.slider-section .slider_nav .document_name {
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 15px;
  text-align: center;
  align-self: center
}

.slider-section .slider_nav .document_name .rom {
  font-family: sans-serif;
  text-transform: none;
  font-weight: 600;
  color: #161917;
  font-size: 16px;
  margin-top: 5px
}

.slider-section .slider_nav .document_name .document_name_rom {
  font-family: sans-serif;
  text-transform: none;
  font-weight: 600
}

.slider-section .slider_nav .slick-list {
  padding: 0 !important;
  width: 80%
}

.slider-section .slider_nav .slick-list .slick-slide {
  text-align: center
}

.slider-section .slider_nav .slick-arrow {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 0;
  width: 21px;
  height: 14px;
  padding: 0
}

.slider-section .slide_navigation {
  padding-left: 35px
}

.slider-section .col-list .slide_navigation {
  padding-left: 180px
}

.slider-section .slider {
  min-width: 0
}

.slider-section .slick-track {
  display: flex;
  min-width: 0
}

.slider-section .slick-list {
  overflow: hidden
}

.slider-section .slick-next {
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow_next.png) 0 0 no-repeat
}

.slider-section .slick-prev {
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow_prev.png) 0 0 no-repeat
}

.slider-section .slick-dots li {
  margin: 0 5px
}

.slider-section .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #0d967e;
  border-radius: 50%;
  border: none
}

.slider-section .slick-dots li:before {
  content: " ";
  width: 100%;
  height: 3px;
  background: #0d967e
}

.slider-section .slick-dots li.slick-active button {
  background: red
}

.slider-section .documents_buttons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none
}

.slider-section .documents_buttons li {
  max-width: 50%;
  width: 100%;
  align-items: flex-start;
  display: flex;
  margin: 0 0 20px 0
}

.slider-section .documents_buttons li img {
  width: 20px;
  height: 20px
}

.slider-section .documents_buttons li span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  width: 100%;
  border: 2px dashed #0d967e;
  font-size: 20px;
  font-family: FuturaFuturisC;
  font-weight: 400;
  letter-spacing: .5px;
  color: #1e1e1e;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
  transition: all .5s;
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #424442;
  width: auto;
  justify-content: flex-start;
  max-width: none;
  line-height: 28px;
  padding: 15px 5px;
  border: 2px dashed transparent
}

.slider-section .documents_buttons li span:hover {
  border: 2px dashed #c1c1c1
}

.slider-section .documents_buttons li span .rom {
  font-family: sans-serif
}

.slider-section .documents_buttons li.active span {
  border: 2px dashed #0d967e
}

.slider-section .documents_buttons--column {
  flex-direction: column
}

.slider-section .documents_buttons--column li {
  max-width: none
}

@media (max-width: 992px) {
  .slider-section .documents_buttons--column li {
    max-width: 50%
  }
}

@media (max-width: 992px) {
  .slider-section .documents_buttons--column {
    flex-direction: row
  }
}

.slider-section .documents_buttons--slider2 li span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all .5s;
  font-size: 16px;
  gap: 0;
  padding: 0 12px;
  line-height: 22px;
  border: 2px dashed transparent
}

.slider-section .documents_buttons--slider2 li span .rom {
  font-family: sans-serif
}

.slider-section .documents_buttons--slider2 li.active span {
  border: 2px dashed #0d967e
}

.slick-dots {
  display: none;
  opacity: 0;
  visibility: hidden
}

@media screen and (max-width: 1200px) {
  .slider-section .decor_circle {
    display: none
  }

  .slider-section .main-container {
    max-width: 100%
  }

  .slider-section .main-container .nav_svg {
    z-index: 1;
    left: 50px
  }

  .slider-section .main-container .nav_svg svg {
    left: -60%
  }

  .slider-section .document_slider {
    padding-left: 0;
    max-width: 300px
  }

  .slider-section .slider_nav {
    padding-left: 0;
    max-width: 300px
  }

  .slider-section .col-list .slide_navigation {
    padding-left: 30px
  }

  .slider-section .slide_navigation {
    padding-left: 0
  }

  .slider-section .col-list .document_slider {
    margin-left: 0
  }

  .slider-section .col-list .slider_nav {
    margin-left: 0
  }

  .slider-section .documents_buttons li span {
    line-height: 24px
  }
}

@media screen and (max-width: 992px) {
  .slider-section .main-container .nav_svg {
    -webkit-transform: rotate(90deg) translateY(50%);
    transform: rotate(90deg) translateY(50%);
    left: 50%;
    min-width: 900px;
    height: 155%
  }

  .slider-section .main-container .nav_svg svg {
    left: 0
  }

  .slider-section .main-container .nav_svg svg circle.active {
    stroke: transparent;
    stroke-width: 0
  }

  .slider-section .document_slider {
    margin: 0 auto
  }

  .slider-section .col-list .slide_navigation {
    padding-left: 0
  }

  .slider-section .col-list .documents_buttons li {
    max-width: 50%
  }

  .slider-section .slider_nav {
    margin: 25px auto
  }

  .slider-section .slider_nav .document_name {
    margin-top: 0
  }

  .slider-section .col {
    flex: 0 0 100%;
    max-width: 100%
  }

  .slider-section .col-list .document_slider {
    margin: 0 auto
  }

  .slider-section .col-list .slider_nav {
    margin: 25px auto
  }
}

@media screen and (max-width: 550px) {
  .slider-section .main-container .nav_svg {
    display: none
  }

  .slider-section .col-list .documents_buttons li {
    max-width: 100%
  }

  .slider-section .documents_buttons li {
    max-width: 100%
  }

  .slider-section .documents_buttons li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
  }
}

.form-section {
  min-height: 630px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background-size: cover;
  margin: 90px 0
}

.form-section--remove-margin {
  margin-bottom: 0
}

.form-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.form-section .background .mob-img {
  display: none
}

@media (max-width: 480px) {
  .form-section .background .mob-img {
    display: block
  }
}

.form-section .background .tablet-img {
  display: none
}

@media (max-width: 992px) {
  .form-section .background .tablet-img {
    display: block
  }
}

.form-section .background .desk-img {
  display: none
}

@media (min-width: 769px) {
  .form-section .background .desk-img {
    display: block
  }
}

.form-section .background .form-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: relative
}

.form-section .main-container .form-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

.form-section .main-container .form-container--reverse {
  flex-direction: row-reverse
}

.form-section .main-container .form-container .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 30px
}

.form-section .main-container .form-container .content-side__title {
  font-size: 40px;
  line-height: 1.2
}

.form-section .main-container .form-container .content-side__title p {
  font-size: 40px
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title p {
    font-size: 30px
  }
}

.form-section .main-container .form-container .content-side__title strong {
  font-family: FuturaFuturisC-Bold;
  display: block;
  font-size: 40px
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title strong {
    font-size: 24px
  }
}

@media (max-width: 600px) {
  .form-section .main-container .form-container .content-side__title strong {
    font-size: 25px
  }
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title {
    font-size: 30px
  }
}

@media (max-width: 600px) {
  .form-section .main-container .form-container .content-side__title {
    font-size: 22px
  }
}

.form-section .main-container .form-container .content-side__subtitle {
  font-size: 24px;
  line-height: 30px;
  width: 100%
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__subtitle {
    font-size: 20px
  }
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.form-section .main-container .form-container .form-side {
  width: 32%;
  padding: 0 15px
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side .form form {
    background-color: rgba(1, 72, 78, .8588235294)
  }
}

.form-section .main-container .form-container .form-side .form .hystmodal__close {
  opacity: 0;
  visibility: hidden
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side .form {
    margin-top: 50px
  }
}

@media (max-width: 1200px) {
  .form-section .main-container .form-container .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side {
    width: 100%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container {
    max-width: 100%;
    height: 100%;
    flex-direction: column
  }
}

@media (max-width: 992px) {
  .form-section .main-container {
    max-width: 100%
  }
}

@media (max-width: 768px) {
  .form-section .main-container {
    max-width: 540px
  }
}

.slider__container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative
}

.slider__container .video-sliderbig {
  position: relative;
  z-index: 0
}

.slider__container .video-sliderbig .video-slider__arrow {
  height: 24px;
  width: 24px
}

.slider__container .video-sliderbig__item {
  width: 100%;
  height: 100%
}

.slider__container .video-sliderbig__item .gradient-style {
  background: linear-gradient(87.22deg, rgba(1, 72, 78, .99) 38.43%, rgba(11, 86, 88, .792976) 54.68%, rgba(50, 143, 128, 0) 99.93%);
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0
}

.slider__container .video-sliderbig__play-img {
  max-width: 410px
}

.slider__container .video-sliderbig__content {
  width: 100%;
  max-width: 50%;
  padding: 0 15px
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__content {
    max-width: 100%
  }
}

.slider__container .video-sliderbig__play {
  display: flex;
  justify-content: space-between
}

.slider__container .video-sliderbig__play-img {
  border-style: none;
  width: auto;
  height: auto;
  max-height: 100%;
  cursor: pointer
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__play-img {
    max-width: 220px
  }
}

.slider__container .video-sliderbig__title {
  font-weight: 400;
  font-size: 33px;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__title {
    font-size: 24px
  }
}

.slider__container .video-sliderbig__title::after {
  width: 100%;
  max-width: 225px;
  height: 3px;
  background-color: #eb9949;
  content: "";
  display: block;
  margin: 40px 0
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__title::after {
    margin: 20px 0
  }
}

.slider__container .video-sliderbig__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 148%;
  color: #fff
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__text {
    font-size: 18px
  }
}

.slider__container .video-sliderbig__button {
  background: #ff9c00;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  justify-content: center;
  color: #fff;
  flex: none;
  min-height: 46px;
  width: 100%;
  max-width: 310px;
  padding: 10px;
  text-align: center;
  align-self: center;
  flex-grow: 0;
  box-shadow: 0 0 1px rgba(117, 131, 142, .04), 0 2px 4px rgba(52, 60, 68, .16);
  border-radius: 28px;
  text-decoration: none;
  outline: 0;
  margin-top: 50px
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__button {
    margin-top: 25px
  }
}

.slider__container .video-sliderbig__button img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 10px
}

.slider__container .video-sliderbig__img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
  }
}

.slider__container .video-slider {
  max-width: 850px;
  width: 100%;
  padding: 0 45px;
  position: relative;
  margin-top: -100px
}

@media (max-width: 990px) {
  .slider__container .video-slider {
    margin-top: 10px
  }
}

.slider__container .video-slider__item {
  width: 100%;
  height: 100%;
  padding: 0 15px
}

.slider__container .video-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%
}

.slider__container .video-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  border: none;
  background-color: transparent
}

.slider__container .video-slider .slick-prev {
  background-image: url(../../img/icons/chevron-left.png);
  left: 5px
}

.slider__container .video-slider .slick-next {
  background-image: url(../../img/icons/chevron-right.png);
  right: 5px
}

.slider__container .flex-end-style {
  display: flex;
  justify-content: flex-end
}

.slider__container .flex-style {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 140px 0;
  top: 0;
  justify-content: space-between
}

@media (max-width: 990px) {
  .slider__container .flex-style {
    padding: 50px 0;
    justify-content: center;
    flex-wrap: wrap
  }
}

.slider__container .slick-list {
  overflow: hidden
}

.slider__container .slick-track {
  display: flex;
  align-items: center
}

.slider__container .slick-slide img {
  display: block
}

.modal-trigger:hover {
  cursor: pointer
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(30, 30, 30, .8);
  transition: .2s;
  z-index: 2
}

.modal-container {
  position: fixed;
  max-width: 780px;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 90%;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.no-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #000
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3em .4em;
  color: #333;
  font-size: 2em
}

.modal-close:hover {
  cursor: pointer
}

.modal--show {
  visibility: visible
}

.modal--show ~ .modal-overlay {
  visibility: visible;
  opacity: 1
}

.modal--show .modal-content {
  opacity: 1;
  transition: .8s
}

.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%
}

.youtube-container::after {
  padding-top: 56.25%;
  display: block;
  content: ""
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important
}

.country {
  overflow-x: hidden
}

.country__container input[type=radio] {
  display: none
}

.country__container {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 660px;
  z-index: 0
}

.country__title {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding: 0;
  font-family: FuturaFuturisC;
  text-decoration: none;
  text-transform: uppercase;
  color: #131515;
  letter-spacing: .75px;
  cursor: pointer;
  width: 20%;
  text-align: center;
  opacity: .5;
  position: relative;
  transition: opacity .4s ease-in-out;
  line-height: 60px;
  font-size: 16px;
  white-space: nowrap;
  z-index: 1;
  background-color: #fff;
  height: 60px
}

@media (max-width: 600px) {
  .country__title {
    width: 50%
  }
}

.country__title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 0;
  transition: all .4s ease-in-out
}

.country__title:hover {
  color: #087360;
  opacity: 1
}

.country__title:hover::after {
  opacity: 1
}

.country i {
  margin-right: 10px
}

.country .fa-phone:before {
  content: url(../../img/icons/213074_f095_icon.png);
  content: "";
  background-image: url(../../img/icons/213074_f095_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.country .fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon_gr.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.country .fa-skype:before {
  content: "";
  background-image: url(../../img/icons/213279_f17e_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.tabs__container {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  background-color: #fff;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.contact__content {
  display: none;
  width: 100vw;
  position: relative
}

.contact__content iframe {
  margin-top: -25px;
  right: 0;
  display: block
}

.contact__office {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff
}

.contact__office-img {
  width: 25%;
  padding: 5px
}

@media (max-width: 990px) {
  .contact__office-img {
    width: 50%;
    height: 200px
  }
}

@media (max-width: 768px) {
  .contact__office-img {
    width: 50%;
    min-height: 150px
  }
}

@media (max-width: 480px) {
  .contact__office-img {
    width: 100%;
    min-height: 150px
  }
}

.contact__office-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%
}

.communication {
  min-height: 740px;
  background-image: url(../../img/cnt_bg.png);
  background-position: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 220px;
  position: absolute
}

@media (max-width: 990px) {
  .communication {
    background-image: none;
    width: 100%;
    justify-content: end;
    padding: 0 15px;
    min-height: 0;
    height: 0
  }
}

.communication__info {
  max-width: 385px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-left: -75px
}

@media (max-width: 990px) {
  .communication__info {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px 15px 30px;
    margin-left: 0;
    margin-top: 0
  }

  .communication__info .btn-wrap {
    display: flex
  }
}

.communication__info .btn-primary {
  margin-top: 0
}

.communication__city {
  font-size: 30px;
  color: #161917;
  text-transform: uppercase;
  font-family: FuturaFuturisC;
  letter-spacing: .75px;
  margin-bottom: 20px
}

@media (max-width: 990px) {
  .communication__city {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px
  }
}

.communication__address {
  font-size: 20px;
  font-family: FuturaFuturisC;
  letter-spacing: .5px;
  line-height: 1.5;
  color: #161917;
  margin-bottom: 20px
}

@media (max-width: 990px) {
  .communication__address {
    text-align: center;
    margin-bottom: 10px
  }
}

.communication__map-link {
  position: absolute;
  right: 100px;
  top: 360px;
  width: 54px;
  height: 54px;
  display: flex;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer
}

@media (max-width: 990px) {
  .communication__map-link {
    top: 75px;
    right: 15px;
    align-items: center
  }
}

@media (max-width: 600px) {
  .communication__map-link {
    display: none
  }
}

.communication__map-img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.communication__contact {
  display: flex;
  flex-direction: row;
  align-items: center
}

@media (max-width: 990px) {
  .communication__contact {
    justify-content: center;
    margin-bottom: 10px;
    white-space: nowrap
  }
}

.communication__socials {
  margin-left: 20px;
  margin-bottom: 15px
}

.communication__social {
  text-decoration: none
}

.communication__num {
  margin-right: 12px;
  font-size: 20px;
  font-family: FuturaFuturisC;
  color: #0e9870;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: color .2s;
  cursor: pointer;
  margin-bottom: 15px
}

@media (max-width: 990px) {
  .communication__num {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
  }
}

.communication__num:hover {
  color: #161917
}

.communication__mail {
  font-size: 20px;
  font-family: FuturaFuturisC;
  color: #161917;
  letter-spacing: .5px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .2s;
  cursor: pointer
}

.communication__mail:hover {
  color: #00a881
}

@media (max-width: 990px) {
  .communication__mail {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
  }
}

.communication__social-img {
  width: 18px;
  height: 18px
}

.tabs__info {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 990px) {
  .tabs__info {
    margin: 0 auto
  }
}

#city-1:checked ~ .tabs__info .content__1 {
  display: block
}

#city-1:checked ~ #label__1 {
  color: #087360;
  opacity: 1
}

#city-1:checked ~ #label__1:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-2:checked ~ .tabs__info .content__2 {
  display: block
}

#city-2:checked ~ #label__2 {
  color: #087360;
  opacity: 1
}

#city-2:checked ~ #label__2:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-3:checked ~ .tabs__info .content__3 {
  display: block
}

#city-3:checked ~ #label__3 {
  color: #087360;
  opacity: 1
}

#city-3:checked ~ #label__3:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-4:checked ~ .tabs__info .content__4 {
  display: block
}

#city-4:checked ~ #label__4 {
  color: #087360;
  opacity: 1
}

#city-4:checked ~ #label__4:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-5:checked ~ .tabs__info .content__5 {
  display: block
}

#city-5:checked ~ #label__5 {
  color: #087360;
  opacity: 1
}

#city-5:checked ~ #label__5:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-5:checked ~ .contact__office {
  display: flex
}

.blog {
  padding: 100px 0
}

@media (max-width: 575px) {
  .blog {
    padding: 70px 0
  }
}

.blog__content {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 100px 20px;
  margin-bottom: 100px
}

@media (max-width: 767px) {
  .blog__content {
    grid-template-columns:1fr
  }
}

@media (max-width: 575px) {
  .blog__content {
    grid-gap: 60px;
    margin-bottom: 50px
  }
}

.blog__item {
  display: flex;
  flex-direction: column
}

.blog .item__img {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 990px) {
  .blog .item__img {
    height: 260px
  }
}

@media (max-width: 575px) {
  .blog .item__img {
    height: 160px
  }
}

.blog .item__content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px
}

@media (max-width: 575px) {
  .blog .item__content {
    padding-top: 30px
  }
}

.blog .item__content a {
  text-decoration: none
}

.blog .item__content a:hover {
  color: #0056b3;
  text-decoration: underline
}

.blog .item__title {
  font-family: FuturaFuturisC, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4em;
  color: #000;
  margin: 0
}

@media (max-width: 575px) {
  .blog .item__title {
    font-size: 24px
  }
}

.blog .item__title::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #eb9949;
  margin: 20px 0
}

@media (max-width: 575px) {
  .blog .item__title::after {
    margin: 10px 0 20px 0
  }
}

.blog .item__date {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-family: FuturaFuturisC, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.48em;
  color: #161917;
  margin-bottom: 50px
}

@media (max-width: 575px) {
  .blog .item__date {
    margin-bottom: 40px
  }
}

.blog .item__date img {
  width: 20px;
  height: 20px;
  display: block
}

@media (max-width: 575px) {
  .blog .item__date img {
    width: 18px;
    height: 18px
  }
}

.blog .item__link {
  max-width: 310px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background: #ff9c00;
  box-shadow: 0 4px 4px #c07701;
  border-radius: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  padding: 13px;
  margin-top: auto
}

@media (max-width: 575px) {
  .blog .item__link {
    max-width: 265px;
    font-size: 18px;
    padding: 9px;
    margin: auto auto 0 auto
  }
}

.post-section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 767px) {
  .post-section .content {
    text-align: center
  }
}

@media (max-width: 767px) {
  .post-section .content {
    max-width: 540px;
    margin: 0 auto
  }
}

.post-section .post__hero {
  position: relative;
  margin-bottom: 100px
}

@media (max-width: 991px) {
  .post-section .post__hero .main-container {
    max-width: 100%;
    margin: 0 -15px
  }
}

.post-section .post__hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 50, 118, .4), rgba(0, 50, 118, .4));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.post-section .post__hero-content {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media (min-width: 768px) {
  .post-section .post__hero-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
  }
}

@media (min-width: 992px) {
  .post-section .post__hero-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0
  }
}

@media (min-width: 1200px) {
  .post-section .post__hero-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.post-section .post__hero-title {
  font-size: 50px;
  color: #fff;
  font-family: FuturaFuturisC;
  line-height: 60px;
  margin-top: -120px;
  letter-spacing: 1px;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97)
}

@media (max-width: 991px) {
  .post-section .post__hero-title {
    font-size: 30px;
    line-height: 36px
  }
}

.post-section .post__hero-time {
  margin-top: 20px;
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #fff
}

.post-section .post__img {
  display: block;
  width: 100%;
  min-height: 867px;
  -o-object-fit: cover;
  object-fit: cover
}

.post-section .post h2, .post-section .post h3, .post-section .post ol, .post-section .post p, .post-section .post ul, .post-section .post__text {
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: 400
}

.post-section .post h2, .post-section .post__titleH2 {
  font-size: 26px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin: 20px 0
}

.post-section .post h3, .post-section .post__titleH3 {
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin: 16px 0
}

.post-section .post p, .post-section .post__paragraph {
  font-size: 16px;
  line-height: 148%;
  color: #161917;
  margin-bottom: 20px;
  margin-top: 20px
}

.post-section .post p a, .post-section .post__paragraph a {
  color: #007bff;
  text-decoration: none
}

.post-section .post p a:hover, .post-section .post__paragraph a:hover {
  color: #0056b3;
  text-decoration: underline
}

.post-section .post ul, .post-section .post__list-ul {
  list-style-type: none;
  padding-left: 0
}

.post-section .post ul li, .post-section .post__list-ul li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #161917;
  margin-bottom: 15px;
  padding-left: 30px
}

.post-section .post ul li::before, .post-section .post__list-ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icons/li.png);
  background-size: cover
}

.post-section .post ol, .post-section .post__list-ol {
  list-style-type: none;
  padding-left: 0
}

.post-section .post ol li, .post-section .post__list-ol li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #161917;
  margin-bottom: 15px;
  padding-left: 30px;
  counter-increment: li
}

.post-section .post ol li::before, .post-section .post__list-ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  color: #0c8d76;
  content: counter(li) " ."
}

.post-section .post__table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-spacing: 2px;
  border-color: grey
}

@media (max-width: 560px) {
  .post-section .post__table {
    width: 1180px !important;
    max-width: initial
  }
}

.post-section .post__table_row {
  border: 1px solid #ddd;
  padding: 5px
}

.post-section .post__table_cell {
  border: 1px solid #ddd;
  padding: 5px
}

.post-section .table__wrapper {
  width: 100%;
  display: block;
  overflow-x: auto
}

.post-section .other__title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin: 0 auto 70px;
  max-width: 220px;
  width: 100%
}

.post-section .other__title:after {
  position: absolute;
  content: "";
  width: 220px;
  height: 3px;
  bottom: -30px;
  left: 0;
  background-color: #eb9949
}

.post-section .other__news {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 20px;
  padding: 0
}

@media (max-width: 991px) {
  .post-section .other__news {
    display: grid;
    grid-template-columns:1fr 1fr
  }
}

@media (max-width: 768px) {
  .post-section .other__news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

.post-section .other__news-item {
  max-width: 420px;
  width: 100%
}

.post-section .other__news-item a {
  text-decoration: none;
  color: #161917
}

.post-section .other__news-item-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-style: none;
  width: auto;
  max-width: 100%
}

.post-section .other__news-item-title {
  color: #000;
  position: relative;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 40px;
  margin-top: 26px;
  text-transform: initial
}

.post-section .other__news-item-title:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  left: 0;
  bottom: -20px;
  background-color: #eb9949
}

.post-section .other__news-item-date {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 148%;
  color: #161917;
  gap: 12px;
  margin-bottom: 20px
}

.post-section .other__news-item-date img {
  width: 20px;
  height: 20px;
  display: block
}

.post-section .with-img {
  display: flex;
  gap: 40px;
  margin: 30px 0
}

@media (max-width: 992px) {
  .post-section .with-img {
    flex-direction: column
  }
}

.post-section .with-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.blog-table-simple {
  overflow-x: auto;
  margin: 1.5em auto;
  padding-bottom: 15px
}

.blog-table-simple::-webkit-scrollbar {
  height: 5px;
  width: 5px
}

.blog-table-simple::-webkit-scrollbar-track {
  background: 0 0
}

.blog-table-simple::-webkit-scrollbar-thumb {
  background-color: #0c8d76;
  border-radius: 4px;
  border: 2px solid transparent
}

.blog-table-simple table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  color: #222;
  table-layout: auto
}

@media (min-width: 768px) {
  .blog-table-simple table {
    font-size: 18px
  }
}

.blog-table-simple table thead tr {
  border: 1px solid #ddd
}

.blog-table-simple table thead tr th {
  color: #222;
  font-family: FuturaFuturisC-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-top: none;
  text-align: left;
  padding: 10px;
  white-space: nowrap
}

@media (min-width: 768px) {
  .blog-table-simple table thead tr th {
    padding: 20px 30px
  }
}

.blog-table-simple table tbody tr {
  border: 1px solid #ddd
}

.blog-table-simple table tbody tr td {
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: none;
  word-break: break-word;
  white-space: nowrap;
  font-family: FuturaFuturisC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  padding: 10px
}

@media (min-width: 768px) {
  .blog-table-simple table tbody tr td {
    padding: 20px 30px
  }
}

.blog-table-simple table tbody tr td:first-child {
  color: #222;
  font-family: FuturaFuturisC-Bold;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-top: none;
  font-size: 14px
}

.blog-table-simple table td, .blog-table-simple table th {
  min-width: calc(50% - 30px)
}

@media (min-width: 576px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 240px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 150px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 105px
  }
}

@media (min-width: 768px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 330px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 210px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 150px
  }
}

@media (min-width: 992px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 450px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 290px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 210px
  }

  .blog-table-simple .cols-5 td, .blog-table-simple .cols-5 th {
    min-width: 162px
  }
}

@media (min-width: 1290px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 615px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 400px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 292.5px
  }

  .blog-table-simple .cols-5 td, .blog-table-simple .cols-5 th {
    min-width: 228px
  }

  .blog-table-simple .cols-6 td, .blog-table-simple .cols-6 th {
    min-width: 185px
  }
}

.thanks {
  min-height: 840px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fafafa
}

.thanks__social {
  width: 18px;
  height: 18px
}

.thanks .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.thanks .col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 992px) {
  .thanks .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
}

.thanks img.tnx {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.thanks .tnx_message span {
  color: #09846e;
  font-size: 90px;
  letter-spacing: 2.25px;
  font-family: FuturaFuturisC
}

.thanks .tnx_message p.main {
  text-shadow: 3px 4px 10px rgba(0, 1, 0, .2);
  color: #161917;
  font-family: FuturaFuturisC;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 25px
}

.thanks .tnx_message p.second {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  font-family: FuturaFuturisC;
  color: #161917
}

.thanks .phone_tabs {
  max-width: 540px;
  height: 180px;
  width: 100%;
  padding: 20px 15px;
  border: 3px dotted #019f7a;
  margin-top: 40px;
  position: relative
}

.thanks .phone_tabs:after {
  content: " ";
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #019f7a;
  z-index: -1
}

.thanks .phone_tabs .country_wrap {
  position: relative;
  height: 25px;
  width: 100%;
  display: block;
  margin-bottom: 10px
}

.thanks .phone_tabs .country_wrap ul.country_list {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  max-width: 200px;
  background-color: #fafafa;
  transition: all .3s
}

.thanks .phone_tabs .country_wrap ul.country_list li {
  font-size: 18px;
  font-family: FuturaFuturisC;
  color: #161917;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color .2s
}

.thanks .phone_tabs .country_wrap ul.country_list li p {
  display: inline-block;
  vertical-align: super
}

.thanks .phone_tabs .country_wrap ul.country_list li img {
  margin-right: 10px;
  height: 30px;
  width: 40px
}

.thanks .phone_tabs .country_wrap ul.country_list li:hover {
  color: #00a881
}

.thanks .phone_tabs .country_wrap ul.country_list li.select {
  display: none !important
}

.thanks .phone_tabs .country_wrap ul.country_list li.selected {
  display: block !important
}

.thanks .phone_tabs .country_wrap ul.country_list li:not(:first-child) {
  display: none
}

.thanks .phone_tabs .country_wrap ul.country_list li:first-child {
  position: relative;
  padding-right: 25px
}

.thanks .phone_tabs .country_wrap ul.country_list li:first-child:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/greeneufuture/img/icons/c_arrow.png);
  background-position: right center;
  background-repeat: no-repeat
}

.thanks .phone_tabs .country_wrap ul.country_list.open {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.thanks .phone_tabs .phones_tab {
  flex-wrap: wrap;
  flex-direction: column;
  display: none
}

.thanks .phone_tabs .phones_tab div {
  margin-top: 5px
}

.thanks .phone_tabs .phones_tab a {
  max-width: 50%;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-family: FuturaFuturisC;
  color: #3d3f3d;
  letter-spacing: .45px;
  text-decoration: none;
  margin-top: 5px;
  transition: color .2s
}

.thanks .phone_tabs .phones_tab a:first-child {
  margin-top: 20px
}

.thanks .phone_tabs .phones_tab a i {
  margin-right: 2px;
  color: #09846e
}

.thanks .phone_tabs .phones_tab a:hover {
  color: #00a881
}

.thanks .phone_tabs .phones_tab.show {
  display: flex
}

@media (max-width: 1500px) {
  div.error img.error {
    height: 80%
  }

  div.thanks img.tnx {
    height: 70%
  }
}

@media (max-width: 1200px) {
  div.error img.error {
    height: 65%
  }

  div.error .error_message p.main {
    font-size: 30px;
    line-height: 38px
  }

  div.error .error_message p.second {
    font-size: 18px;
    line-height: 28px
  }

  div.thanks img.tnx {
    height: 55%
  }

  div.thanks .tnx_message p.main {
    font-size: 30px;
    line-height: 38px
  }

  div.thanks .tnx_message p.second {
    font-size: 18px;
    line-height: 28px
  }
}

@media (max-width: 1024px) {
  div.error, div.thanks {
    padding: 100px 0;
    min-height: auto
  }
}

@media (max-width: 991px) {
  div.error {
    min-height: auto;
    padding: 100px 0
  }

  div.error img.error {
    display: none
  }

  div.error .error_message {
    text-align: center
  }

  div.error a.btn {
    margin: 0 auto
  }

  div.thanks {
    min-height: auto;
    padding: 100px 0
  }

  div.thanks img.tnx {
    display: none
  }

  div.thanks .tnx_message {
    text-align: center
  }

  div.thanks .phone_tabs {
    margin: 40px auto 0 auto
  }
}

@media (max-width: 768px) {
  div.error .error_message span.oops {
    font-size: 60px
  }

  div.thanks .tnx_message span {
    font-size: 50px
  }
}

@media (max-width: 480px) {
  div.thanks .phone_tabs {
    height: auto
  }

  div.thanks .phone_tabs .phones_tab a {
    max-width: 100%
  }
}

.error {
  min-height: 840px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fafafa
}

@media (max-width: 991px) {
  .error {
    min-height: auto;
    padding: 100px 0
  }
}

.error__img {
  position: absolute;
  right: 0;
  bottom: 0
}

@media (max-width: 1200px) {
  .error__img {
    height: 65%
  }
}

@media (max-width: 1500px) {
  .error__img {
    height: 80%
  }
}

@media (max-width: 1200px) {
  .error__img {
    height: 65%
  }
}

@media (max-width: 991px) {
  .error__img {
    display: none
  }
}

.error__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.error__content .col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 992px) {
  .error__content .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

.error__text-main {
  text-shadow: 3px 4px 10px rgba(0, 1, 0, .2);
  color: #161917;
  font-family: FuturaFuturisC;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 25px
}

@media (max-width: 1200px) {
  .error__text-main {
    font-size: 30px;
    line-height: 38px
  }
}

.error__text-second {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  font-family: FuturaFuturisC;
  color: #161917
}

@media (max-width: 1200px) {
  .error__text-second {
    font-size: 18px;
    line-height: 28px
  }
}

.error .btn-wrap {
  display: flex
}

@media (min-width: 992px) {
  .error .btn-wrap {
    align-items: flex-start
  }
}

.oops {
  color: #09846e;
  font-size: 90px;
  letter-spacing: 2.25px;
  font-family: FuturaFuturisC
}

.politic {
  padding: 30px 0 50px;
  min-height: 700px;
  font-family: FuturaFuturisC;
  color: #161917;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .45px;
  text-decoration: none;
  position: relative
}

.politic__h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  margin: .67em 0;
  font-weight: 500;
  line-height: 1.2
}

.politic__h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.2
}

.politic__text {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0
}

.politic__list {
  padding: 0 0 0 40px;
  list-style: disc;
  margin-top: 0;
  margin-bottom: 1rem
}

.politic__list li {
  margin-bottom: 5px
}

.politic__list p {
  margin-bottom: 10px
}

.politic__list p a {
  color: #161917
}

.politic__list p a:hover {
  text-decoration: underline
}

.politic a {
  text-decoration: none;
  color: #019f7a
}

.politic table {
  border-spacing: 0
}

.politic table tr:nth-child(1) {
  text-align: center
}

.politic table tr td {
  padding: 16px 16px 20px 16px;
  border: 1px solid #000;
  width: 50%;
  vertical-align: top
}

.politic table tr td ul {
  padding: 20px 0 0 40px
}

.politic [id]:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden
}

.comments {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.comments__wrapper {
  display: grid;
  grid-template-columns:1fr;
  grid-gap: 10px
}

.comments__wrapper .title {
  text-align: center
}

.comments__wrapper .title.section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.comments__item {
  color: #f5fffa;
  padding: 8px 12px;
  background: #22a486;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
  .comments__item {
    padding: 6px 8px
  }
}

.comments__inner {
  border: 1px solid #f5fffa;
  padding: 10px 25px;
  min-height: 200px
}

@media (max-width: 767px) {
  .comments__inner {
    padding: 8px 12px
  }
}

.comments__author {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px
}

.comments__author::after {
  content: url(../../img/icons/user.svg);
  width: 30px;
  height: 30px
}

.comments__text {
  font-size: 16px;
  line-height: 24px
}

@media (max-width: 767px) {
  .comments__text {
    font-size: 14px;
    line-height: 18px
  }
}

.consultant {
  position: relative;
  margin: -60px 0
}

@media (max-width: 991px) {
  .consultant .main-container {
    max-width: 100%
  }
}

.consultant__container {
  background-image: url(/wp-content/themes/greeneufuture/img/cons.jpg);
  background-size: cover;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

@media (max-width: 1200px) {
  .consultant__container {
    flex-wrap: wrap
  }
}

@media (max-width: 991px) {
  .consultant__container img {
    margin-right: 0;
    margin-bottom: 15px;
    height: 80px
  }
}

.consultant__content {
  font-size: 30px;
  font-family: FuturaFuturisC;
  color: #fff;
  line-height: 42px;
  margin-right: 75px;
  letter-spacing: .9px;
  position: relative
}

.consultant__content:after {
  content: url(/wp-content/themes/greeneufuture/img/icons/arr1.png);
  background: url(/wp-content/themes/greeneufuture/img/icons/arr1.png);
  position: absolute;
  display: block;
  right: -150px;
  bottom: -70px
}

@media (max-width: 1200px) {
  .consultant__content:after {
    display: none
  }
}

@media (max-width: 1200px) {
  .consultant__content {
    margin-right: 0
  }
}

@media (max-width: 991px) {
  .consultant__content {
    text-align: center;
    margin-bottom: 25px;
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .consultant__content {
    font-size: 20px;
    line-height: 28px
  }
}

.consultant__content strong {
  color: #2a2b2b;
  margin: 0
}

.consultant__btn {
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  text-decoration: none;
  z-index: 0;
  padding: 0;
  transition: all .5s;
  outline: 0;
  position: relative;
  cursor: pointer
}

@media (max-width: 767px) {
  .consultant__btn {
    font-size: 16px
  }
}

.consultant__btn:before {
  content: " ";
  box-shadow: 0 2px 4px #c87c05;
  border-radius: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.consultant__btn:after {
  content: " ";
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  border-radius: 30px;
  display: block;
  max-width: 264px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.consultant__btn span {
  position: absolute;
  z-index: 9;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.multiple-section {
  margin: 90px 0
}

.multiple-section--bg-grey {
  padding: 32px;
  background: #f0f0f0
}

@media (max-width: 768px) {
  .multiple-section--bg-grey {
    padding: 32px 15px
  }
}

.multiple-section .section-title--text-center {
  text-align: center
}

.multiple-section .section-title--text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.multiple-section .title-section {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0
}

.multiple-section .title-section--margin-none {
  margin: 0
}

.multiple-section .title-section__subtext {
  text-align: center;
  font-size: 20px;
  line-height: 24px
}

.multiple-section .content-section .card__icon img {
  width: auto
}

.multiple-section .content-section .only-text-section--text-center {
  text-align: center
}

.multiple-section .content-section .only-text-section strong {
  color: #019f7a;
  font-size: 18px;
  font-family: FuturaFuturisC-Bold;
  margin-top: 15px;
  display: block
}

.multiple-section .content-section .card-container {
  display: grid;
  grid-template:auto/repeat(3, 1fr);
  gap: 30px 30px;
  margin-top: 20px
}

.multiple-section .content-section .card-container--four-column {
  display: grid;
  grid-template:auto/repeat(4, 1fr);
  gap: 30px 30px
}

@media (max-width: 992px) {
  .multiple-section .content-section .card-container--four-column {
    grid-template:auto/repeat(2, 1fr)
  }
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container--four-column {
    grid-template:auto/repeat(1, 1fr)
  }
}

.multiple-section .content-section .card-container--two-column {
  display: grid;
  grid-template:auto/repeat(2, 1fr);
  gap: 30px 30px
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container--two-column {
    grid-template:auto/repeat(1, 1fr)
  }
}

.multiple-section .content-section .card-container--one-column {
  display: grid;
  grid-template:auto/repeat(1, 1fr);
  gap: 30px 30px
}

@media (max-width: 991px) {
  .multiple-section .content-section .card-container {
    grid-template:auto/repeat(2, 1fr)
  }
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container {
    grid-template:auto/repeat(1, 1fr);
    text-align: center
  }
}

.multiple-section .content-section .combined-section {
  display: grid;
  grid-template:auto/1fr 2fr;
  gap: 0 30px;
  grid-template-areas:"a b"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section.grid30-70 {
  grid-template:auto/2fr 3fr;
  grid-template-areas:"a b"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section.grid30-70 {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section.grid30-70--reverse {
  grid-template:auto/3fr 2fr;
  grid-template-areas:"b a"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section.grid30-70--reverse {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section--reverse {
  grid-template:auto/2fr 1fr;
  grid-template-areas:"b a"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section--reverse {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section__image {
  grid-area: a;
  width: 100%;
  height: 100%
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section__image {
    display: none;
    opacity: 0;
    visibility: hidden
  }
}

.multiple-section .content-section .combined-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.multiple-section .content-section .combined-section__body {
  grid-area: b;
  display: flex;
  flex-direction: column;
  height: 100%
}

.multiple-section .content-section .combined-section__body .paragraph-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%
}

.multiple-section .content-section .combined-section__body .list-content .list {
  list-style: none
}

.multiple-section .content-section .combined-section__body .list-content .list__item {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative
}

.multiple-section .content-section .combined-section__body .list-content .list__item:last-child {
  margin: 0
}

.multiple-section .content-section .combined-section__body .list-content .list__item strong {
  text-decoration: underline
}

.multiple-section .content-section .combined-section__body .list-content .list__item:before {
  content: url(/wp-content/themes/greeneufuture/img/icons/li.png);
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px
}

.multiple-section .content-section .combined-section__body .additional-text-content {
  margin: 0 0 20px 0
}

.multiple-section .content-section .combined-section__body .additional-text-content:last-child {
  margin: 0
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text {
  word-wrap: break-word
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text:last-child {
  margin: 20px 0 0 0
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text b {
  font-family: FuturaFuturisC;
  font-weight: 400;
  font-size: 20px
}

.form {
  position: relative
}

.form form {
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
  background-color: #01484e;
  padding: 60px 25px;
  box-sizing: border-box;
  position: relative
}

@media (max-width: 991px) {
  .form form {
    padding: 45px 25px
  }
}

@media (max-width: 767px) {
  .form form {
    padding: 60px 40px
  }
}

@media (max-width: 480px) {
  .form form {
    padding: 40px 25px
  }
}

.form form .label-field {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative
}

.form form .label-field div.error {
  position: absolute;
  bottom: -25px;
  color: red;
  margin-left: 15px
}

.form form .label-field span {
  display: block;
  width: 100%;
  font-family: FuturaFuturisC;
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px
}

.form form .label-field input {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border: 2px solid #fff;
  background: 0 0;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  font-family: FuturaFuturisC;
  outline: 0
}

.form form .label-field input::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::-moz-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-field input::placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-check-wrap {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px
}

.form form .label-check-wrap .label-check {
  display: flex;
  gap: 15px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.form form .label-comment-area {
  margin-bottom: 30px
}

.form form .label-comment-area label[for=comment] textarea {
  display: block;
  width: 100%;
  resize: none;
  background: 0 0;
  border: 2px solid #fff;
  height: 130px;
  padding: 15px;
  color: #fff;
  font-family: FuturaFuturisC
}

.form form .label-comment-area label[for=comment] textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::-moz-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::-ms-input-placeholder {
  color: #fff;
  opacity: .5
}

.form form .label-comment-area label[for=comment] textarea::placeholder {
  color: #fff;
  opacity: .5
}

.form .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center
}

.btn-wrap {
  display: block;
  flex-direction: column;
  align-items: center
}

@media (max-width: 576px) {
  .btn-wrap {
    display: flex
  }
}

.btn-wrap .btn-primary {
  margin-top: 40px;
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 0;
  transition: all .5s;
  outline: 0
}

@media (max-width: 480px) {
  .btn-wrap .btn-primary {
    margin-top: 20px
  }
}

.btn-wrap .btn-primary span {
  position: absolute;
  text-align: center;
  z-index: 0;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.btn-wrap .btn-primary:before {
  box-shadow: 0 2px 4px #c87c05;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.btn-wrap .btn-primary:after {
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  display: block;
  max-width: 264px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.btn-wrap .btn-primary:after, .btn-wrap .btn-primary:before {
  content: " ";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute
}

.btn-wrap .btn-primary:focus {
  box-shadow: none
}

.btn-wrap .btn-primary:hover:after {
  box-shadow: 0 7px 14px #014140
}

.btn-wrap .btn-primary:active span {
  height: 100%;
  box-shadow: inset 0 3px 20px rgba(0, 0, 0, .2)
}

.btn-wrap .btn-primary:active:after {
  opacity: 0
}

@media (min-width: 768px) {
  .btn-wrap .btn-primary {
    font-size: 20px
  }
}

.title {
  font-size: 50px;
  color: #fff;
  font-family: FuturaFuturisC;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97)
}

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6, .title p {
  margin: 0;
  font-size: 50px;
  font-weight: 400
}

.title strong {
  font-family: FuturaFuturisC-Bold;
  color: #25eac3;
  font-size: 50px
}

.section-title {
  text-transform: uppercase;
  letter-spacing: normal;
  text-shadow: none;
  font-size: 30px;
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  line-height: 48px;
  margin-bottom: 65px;
  position: relative;
  margin-top: -10px
}

.section-title:after {
  content: " ";
  width: 221px;
  height: 3px;
  box-shadow: 10px 12px 30px #bebebe;
  background-color: #eb9949;
  position: absolute;
  bottom: -30px;
  left: 0;
  -webkit-transform: none;
  transform: none
}

@media (max-width: 768px) {
  .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width: 768px) {
  .section-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px
  }
}

.text {
  font-family: FuturaFuturisC;
  font-size: 16px;
  color: #161917;
  line-height: 24px;
  letter-spacing: .4px
}

.text:last-child {
  margin-bottom: 0
}

.text--md {
  font-size: 20px;
  font-family: FuturaFuturisC-Bold;
  color: #161917
}

.pre-title {
  color: #fff;
  letter-spacing: 1.25px;
  line-height: 60px;
  text-shadow: 0 5px 9px rgba(1, 54, 59, .57);
  font-family: FuturaFuturisC;
  font-size: 43px;
  text-transform: uppercase
}

.pre-title--accent {
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97);
  color: #25eac3;
  font-family: FuturaFuturisC-Bold;
  font-size: 50px;
  line-height: 60px
}

.subtitle {
  font-family: FuturaFuturisC;
  color: #fff;
  font-size: 30px;
  letter-spacing: .75px
}

.modal-text--text {
  text-shadow: 0 5px 9px rgba(1, 54, 59, .57);
  color: #fff;
  font-family: FuturaFuturisC;
  font-size: 43px;
  letter-spacing: 1.25px;
  line-height: 60px;
  text-transform: uppercase;
  position: relative;
  z-index: 2
}

.btn {
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 0;
  transition: all .5s;
  outline: 0;
  margin: 0 auto;
  cursor: pointer;
  background: 0 0;
  border: none
}

.btn .empty_div:before {
  content: none;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow.png);
  position: absolute;
  width: 160px;
  height: 113px;
  left: -170px;
  bottom: -20px
}

@media (min-width: 992px) {
  .btn .empty_div:before {
    content: ""
  }
}

.btn a {
  text-decoration: none
}

.btn span {
  position: absolute;
  text-align: center;
  z-index: 0;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.btn:before {
  box-shadow: 0 2px 4px #c87c05;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.btn:after {
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  display: block;
  max-width: 264px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.btn:after, .btn:before {
  content: " ";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute
}

.btn:focus {
  box-shadow: none
}

.btn:hover:after {
  box-shadow: 0 7px 14px #014140
}

.btn:active span {
  height: 100%;
  box-shadow: inset 0 3px 20px rgba(0, 0, 0, .2)
}

.btn:active:after {
  opacity: 0
}

@media (max-width: 768px) {
  .btn {
    font-size: 16px
  }
}

.popup-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .popup-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.popup-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .popup-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.popup-modal .main-container .modal-form {
  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form {
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.popup-modal .main-container .modal-form .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
  gap: 15px
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.popup-modal .main-container .modal-form .content-side__pre-title {
  font-size: 26px;
  line-height: 36px
}

@media (max-width: 480px) {
  .popup-modal .main-container .modal-form .content-side__pre-title {
    font-size: 24px
  }
}

.popup-modal .main-container .modal-form .content-side__title {
  font-size: 60px;
  font-family: FuturaFuturisC-Bold
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side__title {
    font-size: 30px
  }
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .content-side__subtitle {
    font-size: 20px;
    line-height: 26px
  }
}

.popup-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .popup-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .popup-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.popup-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

.hystmodal__opened, .hystmodal__shadow {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden
}

.hystmodal__shadow {
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  transition: opacity .15s ease;
  background-color: #000
}

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: .8
}

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 999;
  visibility: hidden
}

.hystmodal--active {
  opacity: 1
}

.hystmodal--active, .hystmodal--moved {
  pointer-events: auto;
  visibility: visible
}

.hystmodal__wrap {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center
}

.hystmodal__window {
  box-sizing: border-box;
  margin: 0;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: visible;
  transition: ease 0s, -webkit-transform .2s ease 0s;
  transition: transform .2s ease 0s, ease 0s;
  transition: transform .2s ease 0s, ease 0s, -webkit-transform .2s ease 0s;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  opacity: 0
}

@media (max-width: 768px) {
  .hystmodal__window {
    height: 100%;
    align-items: center;
    display: flex
  }
}

.hystmodal--active .hystmodal__window {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.hystmodal__close {
  background: 0 0;
  border: none;
  position: absolute;
  color: #f0f0f0;
  right: 15px;
  top: 0;
  font-size: 50px;
  cursor: pointer;
  opacity: .5;
  text-shadow: 0 1px 0 #fff;
  z-index: 2;
  outline: 0
}

@media (min-width: 770px) {
  .hystmodal__close {
    visibility: hidden;
    opacity: 0
  }
}

.partner-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .partner-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.partner-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .partner-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.partner-modal .main-container .modal-form {
  background-color: #37a088;
  padding: 40px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form {
    width: 100%;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.partner-modal .main-container .modal-form .content-side {
  max-width: 60%;
  position: relative;
  margin-bottom: 0;
  width: 60%;
  display: flex;
  font-size: 28px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px;
  gap: 15px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.partner-modal .main-container .modal-form .content-side__title {
  font-size: 43px;
  font-weight: 500;
  text-shadow: none;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side__title {
    font-size: 30px
  }
}

.partner-modal .main-container .modal-form .content-side__subtitle {
  font-size: 36px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .content-side__subtitle {
    font-size: 20px;
    line-height: 26px
  }
}

.partner-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .partner-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.partner-modal .main-container .modal-form .form-side .form:before {
  content: none
}

.partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .partner-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.partner-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

.hands-img {
  max-width: 410px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain
}

@media (min-width: 768px) and (max-width: 840px) {
  .hands-img {
    max-width: 100%
  }
}

@media screen and (max-width: 460px) {
  .hands-img {
    max-width: 100%
  }
}

.hands-img img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.consultation-modal {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media (min-width: 770px) {
  .consultation-modal .hystmodal__close {
    opacity: 0;
    visibility: hidden
  }
}

.consultation-modal .main-container {
  position: relative
}

@media (max-width: 1350px) {
  .consultation-modal .main-container {
    max-width: 100%;
    padding: 0
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container {
    height: 100%;
    padding: 0
  }
}

.consultation-modal .main-container .modal-form {
  width: 100%;
  padding: 70px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form {
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 90px 0
  }
}

.consultation-modal .main-container .modal-form .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 0 15px 0 100px;
  gap: 15px
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .content-side {
    width: 50%;
    padding: 0 15px
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.consultation-modal .main-container .modal-form .content-side__pre-title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  font-family: FuturaFuturisC-Bold;
  text-shadow: 0 15px 30px #074137;
  margin-bottom: 30px
}

@media (max-width: 991px) {
  .consultation-modal .main-container .modal-form .content-side__pre-title {
    font-size: 30px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px
  }
}

.consultation-modal .main-container .modal-form .content-side__pre-title strong {
  color: #161917
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .content-side__pre-title strong {
    color: #fff
  }
}

.consultation-modal .main-container .modal-form .content-side__subtitle {
  width: inherit
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .content-side__subtitle {
    width: 100%;
    font-size: 20px;
    line-height: 26px
  }
}

.consultation-modal .main-container .modal-form .form-side {
  padding: 0 15px
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .form-side {
    width: 100%;
    margin-top: 20px
  }
}

.consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
  opacity: .5;
  visibility: visible;
  position: absolute
}

@media (max-width: 992px) {
  .consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
    right: 10px;
    top: -3px;
    font-size: 45px
  }
}

@media (max-width: 770px) {
  .consultation-modal .main-container .modal-form .form-side .form .hystmodal__close {
    opacity: 0
  }
}

.consultation-modal .main-container .modal-form .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 990px) {
  .consultation-modal .main-container .modal-form .modal-bg {
    -o-object-position: center;
    object-position: center
  }
}

@media (max-width: 768px) {
  .consultation-modal .main-container .modal-form .modal-bg {
    -o-object-position: right center;
    object-position: right center
  }
}

.card {
  display: flex;
  flex-direction: row;
  gap: 25px
}

.card--item-center {
  align-items: center
}

@media (max-width: 768px) {
  .card--one-column-center {
    flex-direction: column;
    align-items: center;
    text-align: center
  }
}

.card--column {
  flex-direction: column
}

.card__icon--center {
  text-align: center
}

.card__icon--center img {
  width: auto
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.card__content.content--text-center {
  text-align: center
}

@media (max-width: 550px) {
  .card__content.content .text {
    font-size: 14px
  }
}

@charset "UTF-8";
.hidden {
  display: none !important
}

@media (min-width: 576px) {
  .hidden--query {
    display: none !important
  }
}

@media (min-width: 768px) {
  .hidden--query {
    display: none !important
  }
}

@media (min-width: 992px) {
  .hidden--query {
    display: block !important
  }
}

.col {
  padding: 0 15px
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px
}

@media (min-width: 320px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.header {
  position: sticky;
  top: -50px;
  z-index: 1
}

@media (max-width: 990px) {
  .header {
    top: 0
  }
}

.header .main-container {
  padding: 0
}

@media (max-width: 1300px) {
  .header .main-container {
    max-width: 100%
  }
}

.header__info {
  padding: 0 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media (max-width: 990px) {
  .header__info {
    display: none
  }
}

.header__info-item {
  display: flex;
  align-items: center;
  max-width: 25%;
  justify-content: center;
  width: 100%;
  height: 100%
}

.header__nav {
  background-color: #fff
}

.header__socials {
  display: flex;
  flex-direction: row
}

.header__social {
  transition: opacity .2s ease-in-out
}

.header__social:hover {
  opacity: .8
}

.header .banner-container {
  background-image: linear-gradient(0deg, #00918b 0, #00a881)
}

.header i {
  margin-right: 10px
}

.header .fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon_black.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.contact__text {
  text-decoration: none;
  color: #fff;
  font-family: FuturaFuturisC;
  margin-right: 20px
}

@media (max-width: 990px) {
  .contact__text {
    color: #161917;
    margin-bottom: 30px
  }
}

@media (max-width: 1300px) {
  .contact__text {
    margin-right: 0
  }
}

.contact__link {
  font-size: 16px;
  padding: 0 5px;
  color: #fff;
  text-decoration: none;
  align-self: center;
  font-family: FuturaFuturisC;
  white-space: nowrap;
  transition: opacity .2s ease-in-out
}

.contact__link:hover {
  opacity: .8
}

@media (max-width: 1300px) {
  .contact__link {
    font-size: 14px
  }
}

@media (max-width: 990px) {
  .contact__link {
    color: #161917;
    font-size: 16px;
    margin-bottom: 5px;
    border-bottom: 2px solid transparent
  }

  .contact__link:hover {
    opacity: 1;
    border-bottom: 2px solid #00a881
  }
}

.contact__container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px
}

@media (max-width: 450px) {
  .contact__container {
    flex-direction: column;
    align-items: center
  }
}

.contact__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media (max-width: 450px) {
  .contact__social {
    flex-direction: row;
    flex-wrap: nowrap
  }
}

.contact .phone-number {
  display: flex;
  gap: 5px
}

.nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1290px
}

.nav__logo {
  width: 100%;
  height: 50px;
  max-width: 280px;
  max-height: 100%
}

.nav__logo-container {
  padding: 15px;
  display: flex;
  align-items: center
}

@media (max-width: 990px) {
  .nav__logo {
    max-width: 91.666667%
  }
}

.nav__logo-link {
  max-width: 279px;
  display: inline-block;
  width: 100%
}

.nav__link {
  position: relative;
  font-family: FuturaFuturisC;
  font-size: 18px;
  color: #161917;
  text-decoration: none;
  transition: color .2s;
  white-space: nowrap
}

@media (max-width: 1300px) {
  .nav__link {
    font-size: 16px
  }
}

@media (max-width: 990px) {
  .nav__link {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 18px;
    display: inline-block;
    border: 2px solid transparent
  }

  .nav__link:hover {
    border-bottom: 2px solid #00a881
  }

  .nav__link-active {
    border-bottom: 2px solid #00a881
  }
}

@media (min-width: 990px) {
  .nav__link:hover {
    color: #00a881
  }

  .nav__link:hover::after, .nav__link:hover::before {
    opacity: 1
  }

  .nav__link::after, .nav__link::before {
    opacity: 0;
    position: absolute
  }

  .nav__link-active, .nav__link::after, .nav__link::before {
    content: " ";
    max-width: 100%;
    width: calc(100% - 3px);
    transition: opacity .3s
  }

  .nav__link::after, .nav__link::before {
    height: 5px
  }

  .nav__link-active::before, .nav__link::before {
    background-color: #096151;
    bottom: -7px;
    left: 3px
  }

  .nav__link-active::after, .nav__link::after {
    background-color: #087360;
    bottom: -5px;
    left: 0
  }

  .nav__link-active::after, .nav__link-active::before {
    opacity: 1
  }
}

.nav__list {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none
}

@media (max-width: 990px) {
  .nav__list {
    padding: 5px 0;
    line-height: 1.5;
    flex-direction: column
  }
}

.nav__item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding: 20px 0;
  word-wrap: unset
}

.nav__item:nth-last-child(-n+2) {
  display: none
}

@media (max-width: 990px) {
  .nav__item:nth-last-child(-n+2) {
    display: inline-block
  }
}

@media (max-width: 990px) {
  .nav__item {
    padding: 5px 0;
    line-height: 1.5;
    margin: 0
  }
}

@media (max-width: 1300px) {
  .nav__item {
    margin-right: 15px
  }
}

@media (max-width: 990px) {
  .nav__item {
    margin-right: 0
  }
}

.nav__item:last-child {
  margin-right: 0
}

.nav__item:hover .nav__item-content {
  display: block;
  margin-top: 10px
}

@media (max-width: 990px) {
  .nav__item:hover .nav__item-content {
    margin-top: 0
  }
}

.nav__item-content {
  display: none;
  position: absolute;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 10px 10px;
  z-index: 1
}

.nav__item-content .nav__link-active::before {
  display: none
}

.nav__item-content .nav__link {
  padding: 10px 0;
  white-space: pre-line
}

.nav__item-content .nav__link:hover::after, .nav__item-content .nav__link:hover::before {
  opacity: 0
}

@media (max-width: 990px) {
  .nav__item-content .nav__link::after, .nav__item-content .nav__link::before {
    display: none
  }
}

@media (max-width: 990px) {
  .nav__item-content {
    display: block;
    position: relative;
    border: none;
    padding: 10px 0
  }
}

.arrow .input-toggle[type=checkbox]:checked + .menu-item-label {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.arrow input[type=checkbox] {
  display: none
}

.arrow ul {
  display: none;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  -webkit-transform: translateX(-162px);
  transform: translateX(-162px)
}

@media (max-width: 1300px) {
  .arrow ul {
    -webkit-transform: translateX(-144px);
    transform: translateX(-144px)
  }
}

.arrow input[type=checkbox]:checked ~ ul {
  display: block
}

.icon {
  color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out
}

.has-social {
  display: flex;
  gap: 10px
}

@media (max-width: 1024px) {
  .has-social {
    gap: 5px
  }
}

.has-social a {
  text-decoration: none
}

.input-toggle {
  display: none
}

.hidden-menu {
  margin: auto
}

@media (max-width: 990px) {
  .hidden-menu {
    overflow-y: scroll;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
  }
}

.hidden-menu .contact__container, .hidden-menu label {
  display: none
}

@media (max-width: 990px) {
  .hidden-menu .contact__container, .hidden-menu label {
    display: flex
  }
}

.hidden-menu .contact__container {
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px
}

@media (max-width: 990px) {
  .hidden-menu {
    position: fixed;
    list-style: none;
    padding: 65px 20px 15px;
    top: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    height: 100%;
    right: -100%;
    transition: all .5s;
    z-index: 3;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }

  .hidden-menu ul {
    list-style: none
  }
}

@media (max-width: 990px) {
  .hidden-menu li {
    text-align: center
  }
}

.hidden-menu-ticker {
  top: 0;
  display: none
}

.btn-menu {
  display: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media (max-width: 990px) {
  .btn-menu {
    display: flex;
    align-items: center
  }
}

.btn-menu-close {
  position: fixed;
  display: inline-block;
  right: 0;
  top: 0;
  padding: 15px
}

.hidden-menu-ticker:checked ~ .hidden-menu {
  right: 0
}

.menu__social {
  text-decoration: none;
  margin-right: .25em
}

.menu__social-container {
  margin-left: 20px;
  display: flex
}

.menu-contact {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 9px;
  margin-bottom: 30px
}

.menu-contact:last-child {
  margin-top: 20px
}

.mob-btn {
  display: none
}

.mob-btn::after {
  content: "";
  position: relative;
  width: 30px;
  height: 30px;
  top: 20%;
  left: 20%;
  background-image: url(/wp-content/themes/greeneufuture/img/icons/phone-handset_icon-icons.com_48252.png);
  background-size: contain;
  display: inline-block
}

@media (max-width: 600px) {
  .mob-btn {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 50px;
    margin: 15px;
    z-index: 1;
    border-radius: 50%;
    background-color: #ff9c00;
    cursor: pointer
  }
}

.footer {
  padding: 32px 0 10px;
  background-image: url(../../img/footer.png);
  background-size: cover;
  display: block;
  line-height: 1.5
}

.footer .main-container {
  display: flex;
  padding: 0
}

@media (max-width: 1200px) {
  .footer .main-container {
    flex-direction: column
  }
}

.footer__nav {
  display: flex;
  flex-direction: column;
  padding: 0 15px
}

@media (max-width: 1200px) {
  .footer__nav {
    align-items: center;
    max-width: 100%
  }
}

.footer__nav-social {
  display: flex;
  justify-content: space-between;
  width: 100%
}

@media (max-width: 770px) {
  .footer__nav-social {
    flex-direction: column;
    align-items: center
  }
}

@media (max-width: 1200px) {
  .footer__socials {
    margin-left: 20px
  }
}

.footer__social {
  display: flex;
  justify-content: space-between;
  gap: 5px
}

.footer__social a img {
  width: 30px;
  height: 30px
}

@media (max-width: 770px) {
  .footer__social {
    margin: 40px 0 15px
  }
}

.footer__email {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%
}

@media (max-width: 992px) {
  .footer__email {
    display: block;
    text-align: center
  }
}

.footer__link {
  font-family: FuturaFuturisC;
  font-size: 18px;
  text-decoration: none;
  color: #fff
}

.footer__link-active {
  border-bottom: 2px solid #00a881
}

.footer__link-policy {
  font-family: FuturaFuturisC;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding: 0 15px
}

@media (max-width: 992px) {
  .footer__link-policy {
    display: block;
    padding: 10px 10px 0
  }
}

.footer__contact {
  max-width: 41%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (max-width: 1200px) {
  .footer__contact {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%
  }
}

@media (max-width: 770px) {
  .footer__contact {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
  }
}

@media (max-width: 1200px) {
  .footer__contact-container {
    display: flex;
    flex-direction: row
  }
}

@media (max-width: 992px) {
  .footer__contact-container {
    flex-direction: column;
    align-items: baseline
  }
}

@media (max-width: 770px) {
  .footer__contact-container {
    flex-direction: row
  }
}

.footer__contact-menu {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-bottom: 9px;
  flex-direction: row;
  align-items: start;
  justify-content: end
}

@media (max-width: 1200px) {
  .footer__contact-menu {
    max-width: 35%;
    padding-left: 0
  }
}

@media (max-width: 992px) {
  .footer__contact-menu {
    justify-content: start
  }
}

@media (max-width: 770px) {
  .footer__contact-menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 0;
    width: inherit;
    max-width: 100%
  }
}

.footer__contact-menu .inner {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-between
}

@media (max-width: 1200px) {
  .footer__contact-menu .inner {
    margin-bottom: 15px;
    height: auto
  }
}

@media (max-width: 770px) {
  .footer__contact-menu .inner {
    flex-direction: column;
    align-items: center
  }
}

.footer__contact-menu .inner__num {
  display: flex;
  flex-direction: column
}

.footer__text {
  text-decoration: none;
  color: #fff;
  font-family: FuturaFuturisC
}

@media (max-width: 992px) {
  .footer__text {
    margin-bottom: 15px
  }
}

.footer__num {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-family: FuturaFuturisC;
  align-self: start;
  line-height: 1.5;
  margin-bottom: 2px;
  border-bottom: 2px solid transparent
}

.footer__num:hover {
  border-bottom: 2px solid #00a881;
  opacity: 1
}

.footer__list {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  list-style: none;
  border-top: 2px solid #0fa677;
  padding-top: 15px
}

@media (max-width: 992px) {
  .footer__list {
    display: none
  }
}

.footer__list li {
  padding: 20px 0;
  font-family: FuturaFuturisC;
  color: #fff
}

.footer__list li:last-child {
  margin: 0 auto
}

.footer__list li a {
  font-size: 16px
}

.footer__social-contact {
  text-decoration: none;
  margin-right: .25em
}

@media (max-width: 770px) {
  .ez {
    display: flex;
    flex-direction: row
  }
}

i {
  margin-right: 10px
}

.fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.site-content {
  width: 100%;
  margin: auto
}

.main-container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (min-width: 576px) {
  .main-container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .main-container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .main-container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .main-container {
    max-width: 1290px
  }
}

.adminwrap-link {
  display: inline-block;
  border: 2px dashed #0d967e;
  padding: 6px 12px;
  cursor: pointer;
  font-family: FuturaFuturisC;
  transition: all .2s ease;
  color: #0d967e;
  text-decoration: none;
  font-weight: 500
}

.adminwrap-link:hover {
  background-color: rgba(13, 150, 126, .08);
  box-shadow: 0 0 0 3px rgba(13, 150, 126, .2)
}

.adminwrap-link::after {
  content: " ⓘ";
  font-size: .9em;
  opacity: .6
}

.accent-border {
  border: 2px dashed #0d967e;
  padding: 15px;
  font-family: FuturaFuturisC;
  font-size: 16px;
  line-height: 148%;
  color: #161917;
  position: relative;
  cursor: pointer;
  margin: 15px 0
}

.accent-border .accent {
  color: #0d967e;
  text-decoration: underline;
  font-weight: 700
}

@font-face {
  font-family: FuturaFuturisC;
  src: local("FuturaFuturisC"), url(../../fonts/FuturaFuturisC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: FuturaFuturisC-Bold;
  src: local("FuturaFuturisC-Bold"), url(../../fonts/FuturaFuturisC-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

ul {
  list-style: none
}

body {
  margin: 0
}

main {
  display: block
}

input, textarea {
  outline: 0
}

input[type=submit] {
  -webkit-appearance: none
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.hero {
  min-height: 867px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
  overflow: hidden
}

.hero strong i {
  color: #fff
}

@media (max-width: 992px) {
  .hero {
    height: 667px
  }
}

@media (max-width: 992px) {
  .hero--add-form .main-container {
    max-width: 100%
  }
}

@media (max-width: 767px) {
  .hero--add-form .main-container {
    max-width: 540px
  }
}

.hero--add-form .main-container .title {
  margin-bottom: 10px
}

@media (max-width: 992px) {
  .hero--add-form .main-container .title h1 {
    font-size: 30px;
    line-height: 36px
  }

  .hero--add-form .main-container .title strong {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px
  }
}

@media (max-width: 992px) and (max-width: 480px) {
  .hero--add-form .main-container .title strong {
    font-size: 24px
  }
}

@media (max-width: 992px) {
  .hero--add-form .main-container .title strong i {
    color: #fff
  }
}

.hero--add-form .main-container .subtitle {
  margin: 0 0 15px 0
}

@media (max-width: 768px) {
  .hero--add-form .main-container .subtitle {
    font-size: 20px;
    line-height: 28px
  }
}

@media (max-width: 767px) {
  .hero--add-form .main-container .content {
    text-align: center
  }
}

@media (max-width: 768px) {
  .hero--add-form .form {
    margin-top: 50px
  }
}

@media (max-width: 768px) {
  .hero--add-form .form form {
    background-color: rgba(1, 72, 78, .8588235294)
  }
}

.hero--add-form .form .hystmodal__close {
  opacity: 0;
  visibility: hidden
}

.hero .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

.hero .row .col {
  width: 100%
}

@media (max-width: 576px) {
  .hero .row .col .content {
    text-align: center
  }
}

.hero .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.hero .background .mob-img {
  display: none
}

@media (max-width: 480px) {
  .hero .background .mob-img {
    display: block
  }
}

.hero .background .tablet-img {
  display: none
}

@media (max-width: 992px) {
  .hero .background .tablet-img {
    display: block
  }
}

.hero .background .desk-img {
  display: none
}

@media (min-width: 769px) {
  .hero .background .desk-img {
    display: block
  }
}

.hero .background .hero-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  width: 100%;
  height: 100%
}

.hero .title {
  margin-bottom: 10px
}

@media (max-width: 768px) {
  .hero .title h1 {
    font-size: 30px;
    line-height: 36px
  }

  .hero .title strong {
    display: inline-block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px
  }
}

.hero .subtitle {
  margin: 0 0 15px 0
}

@media (max-width: 768px) {
  .hero .subtitle {
    font-size: 20px;
    line-height: 28px
  }
}

.hero .btn-wrap .btn-primary {
  z-index: 0
}

.video-section {
  margin: 90px 0;
  position: relative
}

.video-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.video-section .background .banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: relative
}

.video-section .main-container .video-container {
  position: relative;
  padding-bottom: 39.55%;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 75%;
  margin: 0 auto
}

@media (max-width: 480px) {
  .video-section .main-container .video-container {
    width: 100%
  }
}

.video-section .main-container .video-container .play {
  background-image: url(/wp-content/themes/greeneufuture/img/play-button3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 80px;
  margin: -40px 0 0 -40px;
  outline: 0;
  padding: 0;
  width: 80px;
  top: 50%;
  left: 50%;
  position: absolute
}

.video-section .main-container .video-container img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  width: 100%
}

.video-section .main-container .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.banner {
  position: relative;
  padding: 70px 0
}

.banner .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.banner .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  min-height: 100%;
  position: relative
}

.banner__container {
  display: flex;
  align-items: center
}

@media (max-width: 992px) {
  .banner__container {
    flex-wrap: wrap
  }
}

.banner__text {
  display: flex;
  position: relative
}

.banner__text p {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  font-family: FuturaFuturisC;
  text-transform: uppercase;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 140px;
  letter-spacing: 1px;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .0097)
}

@media (max-width: 1200px) {
  .banner__text p {
    font-size: 23px;
    margin-right: 30px
  }
}

@media (max-width: 550px) {
  .banner__text p {
    font-size: 21px;
    margin-right: 30px;
    line-height: 35px
  }
}

@media (max-width: 480px) {
  .banner__text p {
    font-size: 19px;
    margin-right: 0;
    line-height: 31px
  }
}

.banner__text img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: -80px;
  right: 0
}

@media (max-width: 992px) {
  .banner__text img {
    display: none
  }
}

.banner__button {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 60px;
  max-width: 310px
}

@media (max-width: 1200px) {
  .banner__button {
    height: 50px;
    max-width: 250px
  }
}

.banner__button a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  letter-spacing: .5px;
  color: #fff;
  text-decoration: none;
  padding: 0;
  display: flex;
  position: absolute;
  z-index: 9;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  outline: 0
}

@media (max-width: 1200px) {
  .banner__button a {
    font-size: 18px
  }
}

.simple-section {
  margin: 90px 0
}

.simple-section .section-title {
  text-align: center
}

@media (min-width: 768px) {
  .simple-section .box .text {
    text-align: center
  }
}

.simple-section .box strong {
  color: #019f7a;
  font-size: 18px
}

.col-lg-12 {
  width: 100%
}

.section_title {
  text-align: center
}

.section_title .title {
  font-family: FuturaFuturisC-Bold;
  font-size: 30px;
  color: #161917;
  line-height: 48px;
  margin-bottom: 55px;
  position: relative;
  word-break: break-word
}

.section_title .title::after {
  content: " ";
  width: 221px;
  height: 3px;
  box-shadow: 10px 12px 30px #bebebe;
  background-color: #eb9949;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.steps-section {
  margin: 90px 0
}

@media (max-width: 600px) {
  .steps-section .row {
    margin: 0
  }
}

section.steps-section .box {
  display: flex;
  justify-content: flex-end;
  counter-increment: section
}

@media (max-width: 990px) {
  section.steps-section .box {
    justify-content: flex-end
  }
}

section.steps-section .box:nth-child(2n) {
  justify-content: flex-start;
  text-align: right
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) {
    text-align: left
  }
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner {
    max-width: 100%
  }
}

section.steps-section .box:nth-child(2n) .inner:before {
  left: auto;
  right: -4px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner:before {
    left: 54px
  }
}

section.steps-section .box:nth-child(2n) .inner:after {
  left: auto;
  right: -7px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner:after {
    left: 51px
  }
}

section.steps-section .box:nth-child(2n) .inner .content {
  padding-right: 90px;
  padding-left: 0
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .content {
    padding-right: 0;
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .content {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box:nth-child(2n) .inner .text {
  padding-right: 90px;
  padding-left: 0;
  display: block;
  width: 100%
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text {
    padding-right: 0;
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box:nth-child(2n) .inner .text:before {
  content: url(../../img/step_2.png);
  left: auto;
  right: -58px;
  top: -29px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text:before {
    left: 0;
    content: url(../../img/step_3.png)
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    height: 124px
  }
}

section.steps-section .box:nth-child(2n) .inner .text:after {
  content: counter(section);
  position: absolute;
  right: -15px;
  top: 24px
}

@media (max-width: 990px) {
  section.steps-section .box:nth-child(2n) .inner .text:after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(2n) .inner .text:after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box:first-child {
  margin-top: 35px
}

section.steps-section .box:first-child .inner .title:before {
  content: url(../../img/1_step.png)
}

@media (max-width: 600px) {
  section.steps-section .box:first-child .inner .title:before {
    content: url(../../img/step_3.png)
  }
}

section.steps-section .box:first-child .inner .title:after {
  top: 20px
}

@media (max-width: 990px) {
  section.steps-section .box:first-child .inner .title:after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box:first-child .inner .title:after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box .inner {
  max-width: 50%;
  width: 100%;
  position: relative;
  min-height: 180px;
  flex-direction: column
}

@media (max-width: 990px) {
  section.steps-section .box .inner {
    max-width: 100%
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner {
    padding-top: 150px;
    padding-bottom: 40px
  }
}

section.steps-section .box .inner::before {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 990px) {
  section.steps-section .box .inner::before {
    left: 54px
  }
}

section.steps-section .box .inner::after {
  content: "";
  position: absolute;
  top: calc(50% + 28px);
  left: -3px;
  border: 3px solid #fafafa;
  background-color: #000;
  border-radius: 100%;
  width: 4px;
  height: 4px
}

@media (max-width: 990px) {
  section.steps-section .box .inner::after {
    left: 51px
  }
}

section.steps-section .box .inner .text {
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  font-size: 20px;
  padding-left: 90px;
  display: block;
  width: 100%;
  margin: 0 0 15px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text {
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text {
    padding-left: 0;
    text-align: center
  }
}

section.steps-section .box .inner .text:before {
  content: url(../../img/step_3.png);
  width: 148px;
  height: 129px;
  display: block;
  position: absolute;
  left: -54px;
  top: -24px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text:before {
    left: 0
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    height: 124px
  }
}

section.steps-section .box .inner .text::after {
  content: counter(section);
  position: absolute;
  left: -12px;
  top: 29px;
  font-size: 48px;
  font-weight: 400;
  line-height: 18px;
  font-family: FuturaFuturisC;
  color: #2a2d2b
}

@media (max-width: 990px) {
  section.steps-section .box .inner .text::after {
    left: 42px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .text::after {
    left: 50%;
    top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

section.steps-section .box .inner p {
  font-size: 16px;
  color: #161917;
  font-family: FuturaFuturisC;
  line-height: 30px
}

section.steps-section .box .inner .content {
  padding-left: 90px
}

@media (max-width: 990px) {
  section.steps-section .box .inner .content {
    padding-left: 150px
  }
}

@media (max-width: 600px) {
  section.steps-section .box .inner .content {
    padding-left: 0;
    text-align: center
  }
}

@media (max-width: 600px) {
  section.steps-section .box:nth-child(n) .inner::after, section.steps-section .box:nth-child(n) .inner::before {
    display: none
  }
}

section.steps-section .box:nth-last-child(1) .inner::after, section.steps-section .box:nth-last-child(1) .inner::before {
  display: none
}

p {
  margin-bottom: 0
}

.slider-section {
  margin: 90px 0;
  position: relative
}

.slider-section .preloader {
  transition: opacity .3s ease, visibility .3s ease;
  opacity: 0;
  visibility: hidden
}

.slider-section .slider-ready.preloader {
  opacity: 1;
  visibility: visible
}

.slider-section .text {
  color: #424442;
  font-family: FuturaFuturisC;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .4px;
  font-weight: 400;
  cursor: pointer;
  transition: all .5s
}

@media (max-width: 992px) {
  .slider-section .title.section-title {
    text-align: center
  }

  .slider-section .title.section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

@media (max-width: 992px) {
  .slider-section .title.section-title {
    text-align: center
  }
}

@media (max-width: 992px) {
  .slider-section .section-title {
    text-align: center
  }

  .slider-section .section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.slider-section .nav_svg {
  position: absolute;
  left: 10px;
  width: 850px;
  height: 160%;
  top: -100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  transition: all .4s
}

.slider-section .nav_svg svg {
  position: absolute;
  left: -50%;
  width: 100%;
  transition: all .4s
}

.slider-section .nav_svg svg circle.active {
  stroke: #161917;
  stroke-width: 6px
}

.slider-section .row {
  z-index: 10;
  padding: 45px 0;
  background-color: #f0f0f0
}

.slider-section .main-container {
  z-index: 0;
  position: relative
}

.slider-section .main-container.initial {
  position: initial
}

.slider-section .main-container.content {
  overflow: hidden
}

.slider-section .main-container.content .min-max .align {
  display: flex;
  align-items: center
}

.slider-section .col {
  z-index: 10
}

.slider-section .col-list .document_slider {
  margin-left: 60px;
  padding-left: 0
}

.slider-section .col-list .slider_nav {
  margin-left: 60px;
  padding-left: 0
}

.slider-section .document_slider {
  display: flex;
  justify-content: center;
  padding-left: 30px;
  margin-top: 50px;
  max-width: 350px
}

.slider-section .document_slider .slick-arrow {
  background-color: transparent;
  border: 0;
  font-size: 0;
  padding: 0
}

.slider-section .document_slider img {
  padding: 0 15px;
  max-width: 360px;
  width: 100%;
  max-height: 330px;
  -o-object-fit: contain;
  object-fit: contain
}

.slider-section .document_slider .slick-track {
  display: flex
}

.slider-section .document_slider .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center
}

.slider-section .slider_nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  max-width: 350px;
  padding-left: 30px;
  align-items: center
}

.slider-section .slider_nav .document_name {
  font-family: FuturaFuturisC-Bold;
  color: #161917;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 15px;
  text-align: center;
  align-self: center
}

.slider-section .slider_nav .document_name .rom {
  font-family: sans-serif;
  text-transform: none;
  font-weight: 600;
  color: #161917;
  font-size: 16px;
  margin-top: 5px
}

.slider-section .slider_nav .document_name .document_name_rom {
  font-family: sans-serif;
  text-transform: none;
  font-weight: 600
}

.slider-section .slider_nav .slick-list {
  padding: 0 !important;
  width: 80%
}

.slider-section .slider_nav .slick-list .slick-slide {
  text-align: center
}

.slider-section .slider_nav .slick-arrow {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-size: 0;
  width: 21px;
  height: 14px;
  padding: 0
}

.slider-section .slide_navigation {
  padding-left: 35px
}

.slider-section .col-list .slide_navigation {
  padding-left: 180px
}

.slider-section .slider {
  min-width: 0
}

.slider-section .slick-track {
  display: flex;
  min-width: 0
}

.slider-section .slick-list {
  overflow: hidden
}

.slider-section .slick-next {
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow_next.png) 0 0 no-repeat
}

.slider-section .slick-prev {
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/greeneufuture/img/icons/arrow_prev.png) 0 0 no-repeat
}

.slider-section .slick-dots li {
  margin: 0 5px
}

.slider-section .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #0d967e;
  border-radius: 50%;
  border: none
}

.slider-section .slick-dots li:before {
  content: " ";
  width: 100%;
  height: 3px;
  background: #0d967e
}

.slider-section .slick-dots li.slick-active button {
  background: red
}

.slider-section .documents_buttons {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none
}

.slider-section .documents_buttons li {
  max-width: 50%;
  width: 100%;
  align-items: flex-start;
  display: flex;
  margin: 0 0 20px 0
}

.slider-section .documents_buttons li img {
  width: 20px;
  height: 20px
}

.slider-section .documents_buttons li span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
  width: 100%;
  border: 2px dashed #0d967e;
  font-size: 20px;
  font-family: FuturaFuturisC;
  font-weight: 400;
  letter-spacing: .5px;
  color: #1e1e1e;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer;
  transition: all .5s;
  display: flex;
  gap: 5px;
  font-size: 16px;
  color: #424442;
  width: auto;
  justify-content: flex-start;
  max-width: none;
  line-height: 28px;
  padding: 15px 5px;
  border: 2px dashed transparent
}

.slider-section .documents_buttons li span:hover {
  border: 2px dashed #c1c1c1
}

.slider-section .documents_buttons li span .rom {
  font-family: sans-serif
}

.slider-section .documents_buttons li.active span {
  border: 2px dashed #0d967e
}

.slider-section .documents_buttons--column {
  flex-direction: column
}

.slider-section .documents_buttons--column li {
  max-width: none
}

@media (max-width: 992px) {
  .slider-section .documents_buttons--column li {
    max-width: 50%
  }
}

@media (max-width: 992px) {
  .slider-section .documents_buttons--column {
    flex-direction: row
  }
}

.slider-section .documents_buttons--slider2 li span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: all .5s;
  font-size: 16px;
  gap: 0;
  padding: 0 12px;
  line-height: 22px;
  border: 2px dashed transparent
}

.slider-section .documents_buttons--slider2 li span .rom {
  font-family: sans-serif
}

.slider-section .documents_buttons--slider2 li.active span {
  border: 2px dashed #0d967e
}

.slick-dots {
  display: none;
  opacity: 0;
  visibility: hidden
}

@media screen and (max-width: 1200px) {
  .slider-section .decor_circle {
    display: none
  }

  .slider-section .main-container {
    max-width: 100%
  }

  .slider-section .main-container .nav_svg {
    z-index: 1;
    left: 50px
  }

  .slider-section .main-container .nav_svg svg {
    left: -60%
  }

  .slider-section .document_slider {
    padding-left: 0;
    max-width: 300px
  }

  .slider-section .slider_nav {
    padding-left: 0;
    max-width: 300px
  }

  .slider-section .col-list .slide_navigation {
    padding-left: 30px
  }

  .slider-section .slide_navigation {
    padding-left: 0
  }

  .slider-section .col-list .document_slider {
    margin-left: 0
  }

  .slider-section .col-list .slider_nav {
    margin-left: 0
  }

  .slider-section .documents_buttons li span {
    line-height: 24px
  }
}

@media screen and (max-width: 992px) {
  .slider-section .main-container .nav_svg {
    -webkit-transform: rotate(90deg) translateY(50%);
    transform: rotate(90deg) translateY(50%);
    left: 50%;
    min-width: 900px;
    height: 155%
  }

  .slider-section .main-container .nav_svg svg {
    left: 0
  }

  .slider-section .main-container .nav_svg svg circle.active {
    stroke: transparent;
    stroke-width: 0
  }

  .slider-section .document_slider {
    margin: 0 auto
  }

  .slider-section .col-list .slide_navigation {
    padding-left: 0
  }

  .slider-section .col-list .documents_buttons li {
    max-width: 50%
  }

  .slider-section .slider_nav {
    margin: 25px auto
  }

  .slider-section .slider_nav .document_name {
    margin-top: 0
  }

  .slider-section .col {
    flex: 0 0 100%;
    max-width: 100%
  }

  .slider-section .col-list .document_slider {
    margin: 0 auto
  }

  .slider-section .col-list .slider_nav {
    margin: 25px auto
  }
}

@media screen and (max-width: 550px) {
  .slider-section .main-container .nav_svg {
    display: none
  }

  .slider-section .col-list .documents_buttons li {
    max-width: 100%
  }

  .slider-section .documents_buttons li {
    max-width: 100%
  }

  .slider-section .documents_buttons li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center
  }
}

.form-section {
  min-height: 630px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background-size: cover;
  margin: 90px 0
}

.form-section--remove-margin {
  margin-bottom: 0
}

.form-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.form-section .background .mob-img {
  display: none
}

@media (max-width: 480px) {
  .form-section .background .mob-img {
    display: block
  }
}

.form-section .background .tablet-img {
  display: none
}

@media (max-width: 992px) {
  .form-section .background .tablet-img {
    display: block
  }
}

.form-section .background .desk-img {
  display: none
}

@media (min-width: 769px) {
  .form-section .background .desk-img {
    display: block
  }
}

.form-section .background .form-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: relative
}

.form-section .main-container .form-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative
}

.form-section .main-container .form-container--reverse {
  flex-direction: row-reverse
}

.form-section .main-container .form-container .content-side {
  position: relative;
  max-width: 60%;
  width: 60%;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  gap: 30px
}

.form-section .main-container .form-container .content-side__title {
  font-size: 40px;
  line-height: 1.2
}

.form-section .main-container .form-container .content-side__title p {
  font-size: 40px
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title p {
    font-size: 30px
  }
}

.form-section .main-container .form-container .content-side__title strong {
  font-family: FuturaFuturisC-Bold;
  display: block;
  font-size: 40px
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title strong {
    font-size: 24px
  }
}

@media (max-width: 600px) {
  .form-section .main-container .form-container .content-side__title strong {
    font-size: 25px
  }
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__title {
    font-size: 30px
  }
}

@media (max-width: 600px) {
  .form-section .main-container .form-container .content-side__title {
    font-size: 22px
  }
}

.form-section .main-container .form-container .content-side__subtitle {
  font-size: 24px;
  line-height: 30px;
  width: 100%
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side__subtitle {
    font-size: 20px
  }
}

@media (max-width: 992px) {
  .form-section .main-container .form-container .content-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .content-side {
    width: 100%;
    max-width: 100%;
    text-align: center
  }
}

.form-section .main-container .form-container .form-side {
  width: 32%;
  padding: 0 15px
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side .form form {
    background-color: rgba(1, 72, 78, .8588235294)
  }
}

.form-section .main-container .form-container .form-side .form .hystmodal__close {
  opacity: 0;
  visibility: hidden
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side .form {
    margin-top: 50px
  }
}

@media (max-width: 1200px) {
  .form-section .main-container .form-container .form-side {
    width: 50%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container .form-side {
    width: 100%
  }
}

@media (max-width: 768px) {
  .form-section .main-container .form-container {
    max-width: 100%;
    height: 100%;
    flex-direction: column
  }
}

@media (max-width: 992px) {
  .form-section .main-container {
    max-width: 100%
  }
}

@media (max-width: 768px) {
  .form-section .main-container {
    max-width: 540px
  }
}

.slider__container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative
}

.slider__container .video-sliderbig {
  position: relative;
  z-index: 0
}

.slider__container .video-sliderbig .video-slider__arrow {
  height: 24px;
  width: 24px
}

.slider__container .video-sliderbig__item {
  width: 100%;
  height: 100%
}

.slider__container .video-sliderbig__item .gradient-style {
  background: linear-gradient(87.22deg, rgba(1, 72, 78, .99) 38.43%, rgba(11, 86, 88, .792976) 54.68%, rgba(50, 143, 128, 0) 99.93%);
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0
}

.slider__container .video-sliderbig__play-img {
  max-width: 410px
}

.slider__container .video-sliderbig__content {
  width: 100%;
  max-width: 50%;
  padding: 0 15px
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__content {
    max-width: 100%
  }
}

.slider__container .video-sliderbig__play {
  display: flex;
  justify-content: space-between
}

.slider__container .video-sliderbig__play-img {
  border-style: none;
  width: auto;
  height: auto;
  max-height: 100%;
  cursor: pointer
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__play-img {
    max-width: 220px
  }
}

.slider__container .video-sliderbig__title {
  font-weight: 400;
  font-size: 33px;
  line-height: 160%;
  text-transform: uppercase;
  color: #fff
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__title {
    font-size: 24px
  }
}

.slider__container .video-sliderbig__title::after {
  width: 100%;
  max-width: 225px;
  height: 3px;
  background-color: #eb9949;
  content: "";
  display: block;
  margin: 40px 0
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__title::after {
    margin: 20px 0
  }
}

.slider__container .video-sliderbig__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 148%;
  color: #fff
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__text {
    font-size: 18px
  }
}

.slider__container .video-sliderbig__button {
  background: #ff9c00;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  justify-content: center;
  color: #fff;
  flex: none;
  min-height: 46px;
  width: 100%;
  max-width: 310px;
  padding: 10px;
  text-align: center;
  align-self: center;
  flex-grow: 0;
  box-shadow: 0 0 1px rgba(117, 131, 142, .04), 0 2px 4px rgba(52, 60, 68, .16);
  border-radius: 28px;
  text-decoration: none;
  outline: 0;
  margin-top: 50px
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__button {
    margin-top: 25px
  }
}

.slider__container .video-sliderbig__button img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 10px
}

.slider__container .video-sliderbig__img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%
}

@media (max-width: 990px) {
  .slider__container .video-sliderbig__img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
  }
}

.slider__container .video-slider {
  max-width: 850px;
  width: 100%;
  padding: 0 45px;
  position: relative;
  margin-top: -100px
}

@media (max-width: 990px) {
  .slider__container .video-slider {
    margin-top: 10px
  }
}

.slider__container .video-slider__item {
  width: 100%;
  height: 100%;
  padding: 0 15px
}

.slider__container .video-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%
}

.slider__container .video-slider .slick-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0;
  border: none;
  background-color: transparent
}

.slider__container .video-slider .slick-prev {
  background-image: url(../../img/icons/chevron-left.png);
  left: 5px
}

.slider__container .video-slider .slick-next {
  background-image: url(../../img/icons/chevron-right.png);
  right: 5px
}

.slider__container .flex-end-style {
  display: flex;
  justify-content: flex-end
}

.slider__container .flex-style {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 140px 0;
  top: 0;
  justify-content: space-between
}

@media (max-width: 990px) {
  .slider__container .flex-style {
    padding: 50px 0;
    justify-content: center;
    flex-wrap: wrap
  }
}

.slider__container .slick-list {
  overflow: hidden
}

.slider__container .slick-track {
  display: flex;
  align-items: center
}

.slider__container .slick-slide img {
  display: block
}

.modal-trigger:hover {
  cursor: pointer
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(30, 30, 30, .8);
  transition: .2s;
  z-index: 2
}

.modal-container {
  position: fixed;
  max-width: 780px;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 90%;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.no-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #000
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3em .4em;
  color: #333;
  font-size: 2em
}

.modal-close:hover {
  cursor: pointer
}

.modal--show {
  visibility: visible
}

.modal--show ~ .modal-overlay {
  visibility: visible;
  opacity: 1
}

.modal--show .modal-content {
  opacity: 1;
  transition: .8s
}

.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%
}

.youtube-container::after {
  padding-top: 56.25%;
  display: block;
  content: ""
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important
}

.country {
  overflow-x: hidden
}

.country__container input[type=radio] {
  display: none
}

.country__container {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  margin-top: 20px;
  min-height: 660px;
  z-index: 0
}

.country__title {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  padding: 0;
  font-family: FuturaFuturisC;
  text-decoration: none;
  text-transform: uppercase;
  color: #131515;
  letter-spacing: .75px;
  cursor: pointer;
  width: 20%;
  text-align: center;
  opacity: .5;
  position: relative;
  transition: opacity .4s ease-in-out;
  line-height: 60px;
  font-size: 16px;
  white-space: nowrap;
  z-index: 1;
  background-color: #fff;
  height: 60px
}

@media (max-width: 600px) {
  .country__title {
    width: 50%
  }
}

.country__title:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 0;
  transition: all .4s ease-in-out
}

.country__title:hover {
  color: #087360;
  opacity: 1
}

.country__title:hover::after {
  opacity: 1
}

.country i {
  margin-right: 10px
}

.country .fa-phone:before {
  content: url(../../img/icons/213074_f095_icon.png);
  content: "";
  background-image: url(../../img/icons/213074_f095_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.country .fa-envelope:before {
  content: "";
  background-image: url(../../img/icons/213132_f0e0_icon_gr.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.country .fa-skype:before {
  content: "";
  background-image: url(../../img/icons/213279_f17e_icon.png);
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px
}

.tabs__container {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  background-color: #fff;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}

.contact__content {
  display: none;
  width: 100vw;
  position: relative
}

.contact__content iframe {
  margin-top: -25px;
  right: 0;
  display: block
}

.contact__office {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff
}

.contact__office-img {
  width: 25%;
  padding: 5px
}

@media (max-width: 990px) {
  .contact__office-img {
    width: 50%;
    height: 200px
  }
}

@media (max-width: 768px) {
  .contact__office-img {
    width: 50%;
    min-height: 150px
  }
}

@media (max-width: 480px) {
  .contact__office-img {
    width: 100%;
    min-height: 150px
  }
}

.contact__office-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%
}

.communication {
  min-height: 740px;
  background-image: url(../../img/cnt_bg.png);
  background-position: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 520px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 220px;
  position: absolute
}

@media (max-width: 990px) {
  .communication {
    background-image: none;
    width: 100%;
    justify-content: end;
    padding: 0 15px;
    min-height: 0;
    height: 0
  }
}

.communication__info {
  max-width: 385px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-left: -75px
}

@media (max-width: 990px) {
  .communication__info {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 15px 15px 30px;
    margin-left: 0;
    margin-top: 0
  }

  .communication__info .btn-wrap {
    display: flex
  }
}

.communication__info .btn-primary {
  margin-top: 0
}

.communication__city {
  font-size: 30px;
  color: #161917;
  text-transform: uppercase;
  font-family: FuturaFuturisC;
  letter-spacing: .75px;
  margin-bottom: 20px
}

@media (max-width: 990px) {
  .communication__city {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px
  }
}

.communication__address {
  font-size: 20px;
  font-family: FuturaFuturisC;
  letter-spacing: .5px;
  line-height: 1.5;
  color: #161917;
  margin-bottom: 20px
}

@media (max-width: 990px) {
  .communication__address {
    text-align: center;
    margin-bottom: 10px
  }
}

.communication__map-link {
  position: absolute;
  right: 100px;
  top: 360px;
  width: 54px;
  height: 54px;
  display: flex;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer
}

@media (max-width: 990px) {
  .communication__map-link {
    top: 75px;
    right: 15px;
    align-items: center
  }
}

@media (max-width: 600px) {
  .communication__map-link {
    display: none
  }
}

.communication__map-img {
  border-style: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.communication__contact {
  display: flex;
  flex-direction: row;
  align-items: center
}

@media (max-width: 990px) {
  .communication__contact {
    justify-content: center;
    margin-bottom: 10px;
    white-space: nowrap
  }
}

.communication__socials {
  margin-left: 20px;
  margin-bottom: 15px
}

.communication__social {
  text-decoration: none
}

.communication__num {
  margin-right: 12px;
  font-size: 20px;
  font-family: FuturaFuturisC;
  color: #0e9870;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-decoration: none;
  transition: color .2s;
  cursor: pointer;
  margin-bottom: 15px
}

@media (max-width: 990px) {
  .communication__num {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
  }
}

.communication__num:hover {
  color: #161917
}

.communication__mail {
  font-size: 20px;
  font-family: FuturaFuturisC;
  color: #161917;
  letter-spacing: .5px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color .2s;
  cursor: pointer
}

.communication__mail:hover {
  color: #00a881
}

@media (max-width: 990px) {
  .communication__mail {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
  }
}

.communication__social-img {
  width: 18px;
  height: 18px
}

.tabs__info {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 990px) {
  .tabs__info {
    margin: 0 auto
  }
}

#city-1:checked ~ .tabs__info .content__1 {
  display: block
}

#city-1:checked ~ #label__1 {
  color: #087360;
  opacity: 1
}

#city-1:checked ~ #label__1:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-2:checked ~ .tabs__info .content__2 {
  display: block
}

#city-2:checked ~ #label__2 {
  color: #087360;
  opacity: 1
}

#city-2:checked ~ #label__2:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-3:checked ~ .tabs__info .content__3 {
  display: block
}

#city-3:checked ~ #label__3 {
  color: #087360;
  opacity: 1
}

#city-3:checked ~ #label__3:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-4:checked ~ .tabs__info .content__4 {
  display: block
}

#city-4:checked ~ #label__4 {
  color: #087360;
  opacity: 1
}

#city-4:checked ~ #label__4:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-5:checked ~ .tabs__info .content__5 {
  display: block
}

#city-5:checked ~ #label__5 {
  color: #087360;
  opacity: 1
}

#city-5:checked ~ #label__5:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #087360;
  opacity: 1
}

#city-5:checked ~ .contact__office {
  display: flex
}

.blog {
  padding: 100px 0
}

@media (max-width: 575px) {
  .blog {
    padding: 70px 0
  }
}

.blog__content {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 100px 20px;
  margin-bottom: 100px
}

@media (max-width: 767px) {
  .blog__content {
    grid-template-columns:1fr
  }
}

@media (max-width: 575px) {
  .blog__content {
    grid-gap: 60px;
    margin-bottom: 50px
  }
}

.blog__item {
  display: flex;
  flex-direction: column
}

.blog .item__img {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 990px) {
  .blog .item__img {
    height: 260px
  }
}

@media (max-width: 575px) {
  .blog .item__img {
    height: 160px
  }
}

.blog .item__content {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px
}

@media (max-width: 575px) {
  .blog .item__content {
    padding-top: 30px
  }
}

.blog .item__content a {
  text-decoration: none
}

.blog .item__content a:hover {
  color: #0056b3;
  text-decoration: underline
}

.blog .item__title {
  font-family: FuturaFuturisC, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4em;
  color: #000;
  margin: 0
}

@media (max-width: 575px) {
  .blog .item__title {
    font-size: 24px
  }
}

.blog .item__title::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #eb9949;
  margin: 20px 0
}

@media (max-width: 575px) {
  .blog .item__title::after {
    margin: 10px 0 20px 0
  }
}

.blog .item__date {
  display: flex;
  align-items: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  font-family: FuturaFuturisC, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.48em;
  color: #161917;
  margin-bottom: 50px
}

@media (max-width: 575px) {
  .blog .item__date {
    margin-bottom: 40px
  }
}

.blog .item__date img {
  width: 20px;
  height: 20px;
  display: block
}

@media (max-width: 575px) {
  .blog .item__date img {
    width: 18px;
    height: 18px
  }
}

.blog .item__link {
  max-width: 310px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background: #ff9c00;
  box-shadow: 0 4px 4px #c07701;
  border-radius: 30px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  padding: 13px;
  margin-top: auto
}

@media (max-width: 575px) {
  .blog .item__link {
    max-width: 265px;
    font-size: 18px;
    padding: 9px;
    margin: auto auto 0 auto
  }
}

.post-section .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (max-width: 767px) {
  .post-section .content {
    text-align: center
  }
}

@media (max-width: 767px) {
  .post-section .content {
    max-width: 540px;
    margin: 0 auto
  }
}

.post-section .post__hero {
  position: relative;
  margin-bottom: 100px
}

@media (max-width: 991px) {
  .post-section .post__hero .main-container {
    max-width: 100%;
    margin: 0 -15px
  }
}

.post-section .post__hero::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 50, 118, .4), rgba(0, 50, 118, .4));
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}

.post-section .post__hero-content {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

@media (min-width: 768px) {
  .post-section .post__hero-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
  }
}

@media (min-width: 992px) {
  .post-section .post__hero-content {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0
  }
}

@media (min-width: 1200px) {
  .post-section .post__hero-content {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.post-section .post__hero-title {
  font-size: 50px;
  color: #fff;
  font-family: FuturaFuturisC;
  line-height: 60px;
  margin-top: -120px;
  letter-spacing: 1px;
  text-shadow: 0 5px 10px rgba(1, 54, 59, .97)
}

@media (max-width: 991px) {
  .post-section .post__hero-title {
    font-size: 30px;
    line-height: 36px
  }
}

.post-section .post__hero-time {
  margin-top: 20px;
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #fff
}

.post-section .post__img {
  display: block;
  width: 100%;
  min-height: 867px;
  -o-object-fit: cover;
  object-fit: cover
}

.post-section .post h2, .post-section .post h3, .post-section .post ol, .post-section .post p, .post-section .post ul, .post-section .post__text {
  font-family: FuturaFuturisC;
  font-style: normal;
  font-weight: 400
}

.post-section .post h2, .post-section .post__titleH2 {
  font-size: 26px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin: 20px 0
}

.post-section .post h3, .post-section .post__titleH3 {
  font-size: 22px;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
  margin: 16px 0
}

.post-section .post p, .post-section .post__paragraph {
  font-size: 16px;
  line-height: 148%;
  color: #161917;
  margin-bottom: 20px;
  margin-top: 20px
}

.post-section .post p a, .post-section .post__paragraph a {
  color: #007bff;
  text-decoration: none
}

.post-section .post p a:hover, .post-section .post__paragraph a:hover {
  color: #0056b3;
  text-decoration: underline
}

.post-section .post ul, .post-section .post__list-ul {
  list-style-type: none;
  padding-left: 0
}

.post-section .post ul li, .post-section .post__list-ul li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #161917;
  margin-bottom: 15px;
  padding-left: 30px
}

.post-section .post ul li::before, .post-section .post__list-ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(../../img/icons/li.png);
  background-size: cover
}

.post-section .post ol, .post-section .post__list-ol {
  list-style-type: none;
  padding-left: 0
}

.post-section .post ol li, .post-section .post__list-ol li {
  position: relative;
  font-size: 16px;
  line-height: 150%;
  color: #161917;
  margin-bottom: 15px;
  padding-left: 30px;
  counter-increment: li
}

.post-section .post ol li::before, .post-section .post__list-ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  color: #0c8d76;
  content: counter(li) " ."
}

.post-section .post__table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow-x: auto;
  border-spacing: 2px;
  border-color: grey
}

@media (max-width: 560px) {
  .post-section .post__table {
    width: 1180px !important;
    max-width: initial
  }
}

.post-section .post__table_row {
  border: 1px solid #ddd;
  padding: 5px
}

.post-section .post__table_cell {
  border: 1px solid #ddd;
  padding: 5px
}

.post-section .table__wrapper {
  width: 100%;
  display: block;
  overflow-x: auto
}

.post-section .other__title {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin: 0 auto 70px;
  max-width: 220px;
  width: 100%
}

.post-section .other__title:after {
  position: absolute;
  content: "";
  width: 220px;
  height: 3px;
  bottom: -30px;
  left: 0;
  background-color: #eb9949
}

.post-section .other__news {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  list-style-type: none;
  grid-gap: 20px;
  padding: 0
}

@media (max-width: 991px) {
  .post-section .other__news {
    display: grid;
    grid-template-columns:1fr 1fr
  }
}

@media (max-width: 768px) {
  .post-section .other__news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
  }
}

.post-section .other__news-item {
  max-width: 420px;
  width: 100%
}

.post-section .other__news-item a {
  text-decoration: none;
  color: #161917
}

.post-section .other__news-item-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-style: none;
  width: auto;
  max-width: 100%
}

.post-section .other__news-item-title {
  color: #000;
  position: relative;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 40px;
  margin-top: 26px;
  text-transform: initial
}

.post-section .other__news-item-title:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 3px;
  left: 0;
  bottom: -20px;
  background-color: #eb9949
}

.post-section .other__news-item-date {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 148%;
  color: #161917;
  gap: 12px;
  margin-bottom: 20px
}

.post-section .other__news-item-date img {
  width: 20px;
  height: 20px;
  display: block
}

.post-section .with-img {
  display: flex;
  gap: 40px;
  margin: 30px 0
}

@media (max-width: 992px) {
  .post-section .with-img {
    flex-direction: column
  }
}

.post-section .with-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.blog-table-simple {
  overflow-x: auto;
  margin: 1.5em auto;
  padding-bottom: 15px
}

.blog-table-simple::-webkit-scrollbar {
  height: 5px;
  width: 5px
}

.blog-table-simple::-webkit-scrollbar-track {
  background: 0 0
}

.blog-table-simple::-webkit-scrollbar-thumb {
  background-color: #0c8d76;
  border-radius: 4px;
  border: 2px solid transparent
}

.blog-table-simple table {
  font-size: 14px;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  color: #222;
  table-layout: auto
}

@media (min-width: 768px) {
  .blog-table-simple table {
    font-size: 18px
  }
}

.blog-table-simple table thead tr {
  border: 1px solid #ddd
}

.blog-table-simple table thead tr th {
  color: #222;
  font-family: FuturaFuturisC-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-top: none;
  text-align: left;
  padding: 10px;
  white-space: nowrap
}

@media (min-width: 768px) {
  .blog-table-simple table thead tr th {
    padding: 20px 30px
  }
}

.blog-table-simple table tbody tr {
  border: 1px solid #ddd
}

.blog-table-simple table tbody tr td {
  border: 1px solid #ddd;
  border-bottom: none;
  border-top: none;
  word-break: break-word;
  white-space: nowrap;
  font-family: FuturaFuturisC, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  padding: 10px
}

@media (min-width: 768px) {
  .blog-table-simple table tbody tr td {
    padding: 20px 30px
  }
}

.blog-table-simple table tbody tr td:first-child {
  color: #222;
  font-family: FuturaFuturisC-Bold;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-top: none;
  font-size: 14px
}

.blog-table-simple table td, .blog-table-simple table th {
  min-width: calc(50% - 30px)
}

@media (min-width: 576px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 240px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 150px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 105px
  }
}

@media (min-width: 768px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 330px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 210px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 150px
  }
}

@media (min-width: 992px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 450px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 290px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 210px
  }

  .blog-table-simple .cols-5 td, .blog-table-simple .cols-5 th {
    min-width: 162px
  }
}

@media (min-width: 1290px) {
  .blog-table-simple .cols-2 td, .blog-table-simple .cols-2 th {
    min-width: 615px
  }

  .blog-table-simple .cols-3 td, .blog-table-simple .cols-3 th {
    min-width: 400px
  }

  .blog-table-simple .cols-4 td, .blog-table-simple .cols-4 th {
    min-width: 292.5px
  }

  .blog-table-simple .cols-5 td, .blog-table-simple .cols-5 th {
    min-width: 228px
  }

  .blog-table-simple .cols-6 td, .blog-table-simple .cols-6 th {
    min-width: 185px
  }
}

.thanks {
  min-height: 840px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fafafa
}

.thanks__social {
  width: 18px;
  height: 18px
}

.thanks .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.thanks .col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 992px) {
  .thanks .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }
}

.thanks img.tnx {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.thanks .tnx_message span {
  color: #09846e;
  font-size: 90px;
  letter-spacing: 2.25px;
  font-family: FuturaFuturisC
}

.thanks .tnx_message p.main {
  text-shadow: 3px 4px 10px rgba(0, 1, 0, .2);
  color: #161917;
  font-family: FuturaFuturisC;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 25px
}

.thanks .tnx_message p.second {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  font-family: FuturaFuturisC;
  color: #161917
}

.thanks .phone_tabs {
  max-width: 540px;
  height: 180px;
  width: 100%;
  padding: 20px 15px;
  border: 3px dotted #019f7a;
  margin-top: 40px;
  position: relative
}

.thanks .phone_tabs:after {
  content: " ";
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #019f7a;
  z-index: -1
}

.thanks .phone_tabs .country_wrap {
  position: relative;
  height: 25px;
  width: 100%;
  display: block;
  margin-bottom: 10px
}

.thanks .phone_tabs .country_wrap ul.country_list {
  padding: 10px;
  margin: 0;
  list-style-type: none;
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  max-width: 200px;
  background-color: #fafafa;
  transition: all .3s
}

.thanks .phone_tabs .country_wrap ul.country_list li {
  font-size: 18px;
  font-family: FuturaFuturisC;
  color: #161917;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color .2s
}

.thanks .phone_tabs .country_wrap ul.country_list li p {
  display: inline-block;
  vertical-align: super
}

.thanks .phone_tabs .country_wrap ul.country_list li img {
  margin-right: 10px;
  height: 30px;
  width: 40px
}

.thanks .phone_tabs .country_wrap ul.country_list li:hover {
  color: #00a881
}

.thanks .phone_tabs .country_wrap ul.country_list li.select {
  display: none !important
}

.thanks .phone_tabs .country_wrap ul.country_list li.selected {
  display: block !important
}

.thanks .phone_tabs .country_wrap ul.country_list li:not(:first-child) {
  display: none
}

.thanks .phone_tabs .country_wrap ul.country_list li:first-child {
  position: relative;
  padding-right: 25px
}

.thanks .phone_tabs .country_wrap ul.country_list li:first-child:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/greeneufuture/img/icons/c_arrow.png);
  background-position: right center;
  background-repeat: no-repeat
}

.thanks .phone_tabs .country_wrap ul.country_list.open {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
}

.thanks .phone_tabs .phones_tab {
  flex-wrap: wrap;
  flex-direction: column;
  display: none
}

.thanks .phone_tabs .phones_tab div {
  margin-top: 5px
}

.thanks .phone_tabs .phones_tab a {
  max-width: 50%;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-family: FuturaFuturisC;
  color: #3d3f3d;
  letter-spacing: .45px;
  text-decoration: none;
  margin-top: 5px;
  transition: color .2s
}

.thanks .phone_tabs .phones_tab a:first-child {
  margin-top: 20px
}

.thanks .phone_tabs .phones_tab a i {
  margin-right: 2px;
  color: #09846e
}

.thanks .phone_tabs .phones_tab a:hover {
  color: #00a881
}

.thanks .phone_tabs .phones_tab.show {
  display: flex
}

@media (max-width: 1500px) {
  div.error img.error {
    height: 80%
  }

  div.thanks img.tnx {
    height: 70%
  }
}

@media (max-width: 1200px) {
  div.error img.error {
    height: 65%
  }

  div.error .error_message p.main {
    font-size: 30px;
    line-height: 38px
  }

  div.error .error_message p.second {
    font-size: 18px;
    line-height: 28px
  }

  div.thanks img.tnx {
    height: 55%
  }

  div.thanks .tnx_message p.main {
    font-size: 30px;
    line-height: 38px
  }

  div.thanks .tnx_message p.second {
    font-size: 18px;
    line-height: 28px
  }
}

@media (max-width: 1024px) {
  div.error, div.thanks {
    padding: 100px 0;
    min-height: auto
  }
}

@media (max-width: 991px) {
  div.error {
    min-height: auto;
    padding: 100px 0
  }

  div.error img.error {
    display: none
  }

  div.error .error_message {
    text-align: center
  }

  div.error a.btn {
    margin: 0 auto
  }

  div.thanks {
    min-height: auto;
    padding: 100px 0
  }

  div.thanks img.tnx {
    display: none
  }

  div.thanks .tnx_message {
    text-align: center
  }

  div.thanks .phone_tabs {
    margin: 40px auto 0 auto
  }
}

@media (max-width: 768px) {
  div.error .error_message span.oops {
    font-size: 60px
  }

  div.thanks .tnx_message span {
    font-size: 50px
  }
}

@media (max-width: 480px) {
  div.thanks .phone_tabs {
    height: auto
  }

  div.thanks .phone_tabs .phones_tab a {
    max-width: 100%
  }
}

.error {
  min-height: 840px;
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fafafa
}

@media (max-width: 991px) {
  .error {
    min-height: auto;
    padding: 100px 0
  }
}

.error__img {
  position: absolute;
  right: 0;
  bottom: 0
}

@media (max-width: 1200px) {
  .error__img {
    height: 65%
  }
}

@media (max-width: 1500px) {
  .error__img {
    height: 80%
  }
}

@media (max-width: 1200px) {
  .error__img {
    height: 65%
  }
}

@media (max-width: 991px) {
  .error__img {
    display: none
  }
}

.error__content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.error__content .col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width: 992px) {
  .error__content .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
}

.error__text-main {
  text-shadow: 3px 4px 10px rgba(0, 1, 0, .2);
  color: #161917;
  font-family: FuturaFuturisC;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 25px
}

@media (max-width: 1200px) {
  .error__text-main {
    font-size: 30px;
    line-height: 38px
  }
}

.error__text-second {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  font-family: FuturaFuturisC;
  color: #161917
}

@media (max-width: 1200px) {
  .error__text-second {
    font-size: 18px;
    line-height: 28px
  }
}

.error .btn-wrap {
  display: flex
}

@media (min-width: 992px) {
  .error .btn-wrap {
    align-items: flex-start
  }
}

.oops {
  color: #09846e;
  font-size: 90px;
  letter-spacing: 2.25px;
  font-family: FuturaFuturisC
}

.politic {
  padding: 30px 0 50px;
  min-height: 700px;
  font-family: FuturaFuturisC;
  color: #161917;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: .45px;
  text-decoration: none;
  position: relative
}

.politic__h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  margin: .67em 0;
  font-weight: 500;
  line-height: 1.2
}

.politic__h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.2
}

.politic__text {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0
}

.politic__list {
  padding: 0 0 0 40px;
  list-style: disc;
  margin-top: 0;
  margin-bottom: 1rem
}

.politic__list li {
  margin-bottom: 5px
}

.politic__list p {
  margin-bottom: 10px
}

.politic__list p a {
  color: #161917
}

.politic__list p a:hover {
  text-decoration: underline
}

.politic a {
  text-decoration: none;
  color: #019f7a
}

.politic table {
  border-spacing: 0
}

.politic table tr:nth-child(1) {
  text-align: center
}

.politic table tr td {
  padding: 16px 16px 20px 16px;
  border: 1px solid #000;
  width: 50%;
  vertical-align: top
}

.politic table tr td ul {
  padding: 20px 0 0 40px
}

.politic [id]:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden
}

.comments {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.comments__wrapper {
  display: grid;
  grid-template-columns:1fr;
  grid-gap: 10px
}

.comments__wrapper .title {
  text-align: center
}

.comments__wrapper .title.section-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.comments__item {
  color: #f5fffa;
  padding: 8px 12px;
  background: #22a486;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
  .comments__item {
    padding: 6px 8px
  }
}

.comments__inner {
  border: 1px solid #f5fffa;
  padding: 10px 25px;
  min-height: 200px
}

@media (max-width: 767px) {
  .comments__inner {
    padding: 8px 12px
  }
}

.comments__author {
  display: flex;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px
}

.comments__author::after {
  content: url(../../img/icons/user.svg);
  width: 30px;
  height: 30px
}


.comments__text {
  font-size: 16px;
  line-height: 24px
}

@media (max-width: 767px) {
  .comments__text {
    font-size: 14px;
    line-height: 18px
  }
}

.consultant {
  position: relative;
  margin: -60px 0
}

@media (max-width: 991px) {
  .consultant .main-container {
    max-width: 100%
  }
}

.consultant__container {
  background-image: url(/wp-content/themes/greeneufuture/img/cons.jpg);
  background-size: cover;
  padding: 50px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative
}

@media (max-width: 1200px) {
  .consultant__container {
    flex-wrap: wrap
  }
}

@media (max-width: 991px) {
  .consultant__container img {
    margin-right: 0;
    margin-bottom: 15px;
    height: 80px
  }
}

.consultant__content {
  font-size: 30px;
  font-family: FuturaFuturisC;
  color: #fff;
  line-height: 42px;
  margin-right: 75px;
  letter-spacing: .9px;
  position: relative
}

.consultant__content:after {
  content: url(/wp-content/themes/greeneufuture/img/icons/arr1.png);
  background: url(/wp-content/themes/greeneufuture/img/icons/arr1.png);
  position: absolute;
  display: block;
  right: -150px;
  bottom: -70px
}

@media (max-width: 1200px) {
  .consultant__content:after {
    display: none
  }
}

@media (max-width: 1200px) {
  .consultant__content {
    margin-right: 0
  }
}

@media (max-width: 991px) {
  .consultant__content {
    text-align: center;
    margin-bottom: 25px;
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .consultant__content {
    font-size: 20px;
    line-height: 28px
  }
}

.consultant__content strong {
  color: #2a2b2b;
  margin: 0
}

.consultant__btn {
  max-width: 310px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  font-family: FuturaFuturisC;
  color: #fff;
  text-decoration: none;
  z-index: 0;
  padding: 0;
  transition: all .5s;
  outline: 0;
  position: relative;
  cursor: pointer
}

@media (max-width: 767px) {
  .consultant__btn {
    font-size: 16px
  }
}

.consultant__btn:before {
  content: " ";
  box-shadow: 0 2px 4px #c87c05;
  border-radius: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-image: linear-gradient(0deg, #bd7401 0, #de9401 50%, #ffb400)
}

.consultant__btn:after {
  content: " ";
  box-shadow: 0 10px 8px #014140;
  background-color: transparent;
  border-radius: 30px;
  display: block;
  max-width: 264px;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  transition: all .5s
}

.consultant__btn span {
  position: absolute;
  z-index: 9;
  background-color: #ff9c00;
  width: 100%;
  height: 95%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height .2s
}

.multiple-section {
  margin: 90px 0
}

.multiple-section--bg-grey {
  padding: 32px;
  background: #f0f0f0
}

@media (max-width: 768px) {
  .multiple-section--bg-grey {
    padding: 32px 15px
  }
}

.multiple-section .section-title--text-center {
  text-align: center
}

.multiple-section .section-title--text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.multiple-section .title-section {
  display: flex;
  flex-direction: column;
  margin: 0 0 40px 0
}

.multiple-section .title-section--margin-none {
  margin: 0
}

.multiple-section .title-section__subtext {
  text-align: center;
  font-size: 20px;
  line-height: 24px
}

.multiple-section .content-section .card__icon img {
  width: auto
}

.multiple-section .content-section .only-text-section--text-center {
  text-align: center
}

.multiple-section .content-section .only-text-section strong {
  color: #019f7a;
  font-size: 18px;
  font-family: FuturaFuturisC-Bold;
  margin-top: 15px;
  display: block
}

.multiple-section .content-section .card-container {
  display: grid;
  grid-template:auto/repeat(3, 1fr);
  gap: 30px 30px;
  margin-top: 20px
}

.multiple-section .content-section .card-container--four-column {
  display: grid;
  grid-template:auto/repeat(4, 1fr);
  gap: 30px 30px
}

@media (max-width: 992px) {
  .multiple-section .content-section .card-container--four-column {
    grid-template:auto/repeat(2, 1fr)
  }
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container--four-column {
    grid-template:auto/repeat(1, 1fr)
  }
}

.multiple-section .content-section .card-container--two-column {
  display: grid;
  grid-template:auto/repeat(2, 1fr);
  gap: 30px 30px
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container--two-column {
    grid-template:auto/repeat(1, 1fr)
  }
}

.multiple-section .content-section .card-container--one-column {
  display: grid;
  grid-template:auto/repeat(1, 1fr);
  gap: 30px 30px
}

@media (max-width: 991px) {
  .multiple-section .content-section .card-container {
    grid-template:auto/repeat(2, 1fr)
  }
}

@media (max-width: 767px) {
  .multiple-section .content-section .card-container {
    grid-template:auto/repeat(1, 1fr);
    text-align: center
  }
}

.multiple-section .content-section .combined-section {
  display: grid;
  grid-template:auto/1fr 2fr;
  gap: 0 30px;
  grid-template-areas:"a b"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section.grid30-70 {
  grid-template:auto/2fr 3fr;
  grid-template-areas:"a b"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section.grid30-70 {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section.grid30-70--reverse {
  grid-template:auto/3fr 2fr;
  grid-template-areas:"b a"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section.grid30-70--reverse {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section--reverse {
  grid-template:auto/2fr 1fr;
  grid-template-areas:"b a"
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section--reverse {
    grid-template:auto/1fr;
    grid-template-areas:"b"
  }
}

.multiple-section .content-section .combined-section__image {
  grid-area: a;
  width: 100%;
  height: 100%
}

@media (max-width: 992px) {
  .multiple-section .content-section .combined-section__image {
    display: none;
    opacity: 0;
    visibility: hidden
  }
}

.multiple-section .content-section .combined-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.multiple-section .content-section .combined-section__body {
  grid-area: b;
  display: flex;
  flex-direction: column;
  height: 100%
}

.multiple-section .content-section .combined-section__body .paragraph-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%
}

.multiple-section .content-section .combined-section__body .list-content .list {
  list-style: none
}

.multiple-section .content-section .combined-section__body .list-content .list__item {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative
}

.multiple-section .content-section .combined-section__body .list-content .list__item:last-child {
  margin: 0
}

.multiple-section .content-section .combined-section__body .list-content .list__item strong {
  text-decoration: underline
}

.multiple-section .content-section .combined-section__body .list-content .list__item:before {
  content: url(/wp-content/themes/greeneufuture/img/icons/li.png);
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px
}

.multiple-section .content-section .combined-section__body .additional-text-content {
  margin: 0 0 20px 0
}

.multiple-section .content-section .combined-section__body .additional-text-content:last-child {
  margin: 0
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text {
  word-wrap: break-word
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text:last-child {
  margin: 20px 0 0 0
}

.multiple-section .content-section .combined-section__body .additional-text-content .additional-text b {
  font-family: FuturaFuturisC;
  font-weight: 400;
  font-size: 20px
}

/*# sourceMappingURL=main.min.css.map */
