@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=lato:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=lato:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+lato:ital,wght@0,400;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hos Grotesk";
  src: url("./fonts/HostGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Host Grotesk";
  src: url("./fonts/HostGrotesk-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  color: #FFFFFF;
  font-family: "Lato", lato-serif;
  font-size: 16px;
  background: #121212;
  overflow-anchor: none;
}
@media (min-width: 48em) {
  body {
    font-size: 18px;
  }
}

/* global selection */
::selection {
  background: #8CE3C2;
  color: #121212;
  text-shadow: none;
}

::-webkit-selection {
  background: #8CE3C2;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #8CE3C2;
  color: #fff;
  text-shadow: none;
}

a,
.link,
body a {
  font-family: "Host Grotesk";
  color: #8CE3C2;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease all;
  border-bottom: 2px solid transparent;
}
a:active, a:focus, a:hover,
.link:active,
.link:focus,
.link:hover,
body a:active,
body a:focus,
body a:hover {
  color: #E6FEEC;
  border-bottom: 2px solid #8CE3C2;
}
a:visited,
.link:visited,
body a:visited {
  color: #8CE3C2;
}
img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.main-wrapper {
  padding: 0 15px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (min-width: 23.4375em) {
  .main-wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 125em) {
  .main-wrapper {
    padding: 0 80px;
    max-width: 2100px;
  }
}

.main-wrapper-2 {
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 90em) {
  .main-wrapper-2 {
    padding: 0 100px;
  }
}
@media (min-width: 125em) {
  .main-wrapper-2 {
    padding: 0 180px;
  }
}

.cta {
  font-family: "Host Grotesk";
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s ease all;
  border-bottom: 2px solid transparent;
}
.cta::before {
  content: url(../images/arrow-cta.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 7px;
  transition: transform 0.3s ease;
}
.cta:hover {
  border-bottom: 2px solid #8CE3C2;
  color: #FFFFFF;
}
.cta:hover::before {
  transform: rotate(-90deg);
}

.nav {
  font-family: "Host Grotesk";
  font-size: 22px;
  font-weight: 400;
}

h1, .headline-large {
  font-family: "Host Grotesk";
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  padding-bottom: 2rem;
}
@media (min-width: 62em) {
  h1, .headline-large {
    font-size: 50px;
    line-height: 60px;
  }
}

.headline-medium, h2 {
  font-family: "Host Grotesk";
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .headline-medium, h2 {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 50px;
  }
}
@media (min-width: 125em) {
  .headline-medium, h2 {
    font-size: 80px;
    line-height: 90px;
  }
}

h3 {
  font-family: "Host Grotesk";
  font-size: 28px;
  font-weight: 300;
}
@media (min-width: 62em) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 125em) {
  h3 {
    font-size: 60px;
    line-height: 60px;
  }
}

.headline-small, h4 {
  font-family: "Host Grotesk";
  font-size: 20px;
  font-weight: 300;
}
@media (min-width: 48em) {
  .headline-small, h4 {
    font-weight: 300;
    font-size: 25px;
  }
}
@media (min-width: 125em) {
  .headline-small, h4 {
    font-size: 40px;
    line-height: 40px;
  }
}

.body-reg {
  font-family: "Host Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}
@media (min-width: 48em) {
  .body-reg {
    font-size: 18px;
  }
}
@media (min-width: 125em) {
  .body-reg {
    font-size: 25px;
  }
}

p, li {
  font-family: "Host Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 12px;
}
@media (min-width: 48em) {
  p, li {
    font-size: 18px;
  }
}
@media (min-width: 90em) {
  p, li {
    font-size: 20px;
    line-height: 130%;
  }
}
@media (min-width: 125em) {
  p, li {
    font-size: 22px;
    line-height: 142%;
  }
}

li {
  padding: 16px 24px 16px 0;
  margin-left: 28px;
  list-style-type: disc;
}
@media (min-width: 62em) {
  li {
    margin-left: 48px;
  }
}
@media (min-width: 90em) {
  li {
    margin-left: 64px;
    adding: 16px 24px 24px 0;
  }
}

.mint {
  background-color: #E6FEEC;
}
.mint .text {
  color: #121212;
}

.lime {
  background-color: #8CE3C2;
}
.lime .text {
  color: #121212;
}

.white {
  background-color: #FFFFFF;
}
.white .text {
  color: #121212;
}

.black {
  background-color: #121212;
}
.black .text {
  color: #FFFFFF;
}

.text-mint {
  color: #E6FEEC;
}

.text-lime {
  color: #8CE3C2;
}

.pad-t-60 {
  padding-top: 30px;
}
@media (min-width: 62em) {
  .pad-t-60 {
    padding-top: 60px;
  }
}
@media (min-width: 125em) {
  .pad-t-60 {
    padding-top: 80px;
  }
}

.pad-t-50 {
  padding-top: 50px;
}
@media (min-width: 62em) {
  .pad-t-50 {
    padding-top: 70px;
  }
}
@media (min-width: 125em) {
  .pad-t-50 {
    padding-top: 100px;
  }
}

.pad-t-30 {
  padding-top: 30px;
}
@media (min-width: 62em) {
  .pad-t-30 {
    padding-top: 50px;
  }
}

.pad-b-30 {
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .pad-b-30 {
    padding-bottom: 50px;
  }
}

.pad-b-50 {
  padding-bottom: 50px;
}
@media (min-width: 62em) {
  .pad-b-50 {
    padding-bottom: 70px;
  }
}

.pad-50 {
  padding: 30px 0;
}
@media (min-width: 62em) {
  .pad-50 {
    padding: 50px 0;
  }
}
@media (min-width: 125em) {
  .pad-50 {
    padding: 70px 0;
  }
}

.pad-30 {
  padding: 20px 0;
}
@media (min-width: 62em) {
  .pad-30 {
    padding: 30px 0;
  }
}
@media (min-width: 125em) {
  .pad-30 {
    padding: 50px 0;
  }
}

.pad-b-60 {
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .pad-b-60 {
    padding-bottom: 60px;
  }
}
@media (min-width: 125em) {
  .pad-b-60 {
    padding-bottom: 80px;
  }
}

.btn, .btn-container .btn {
  display: block;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  min-width: 155px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 125em) {
  .btn, .btn-container .btn {
    font-size: 25px;
  }
}
.btn:hover, .btn-container .btn:hover {
  border: none;
}
.btn span, .btn-container .btn span {
  position: relative;
  z-index: 1;
}

.btn.btn-lime, .btn-container .btn.btn-lime {
  color: #8CE3C2;
}
.btn.btn-lime:hover, .btn-container .btn.btn-lime:hover {
  color: #FFFFFF;
}

.btn.btn-black {
  color: #FFFFFF;
  z-index: 1;
}
.btn.btn-black:hover {
  color: #8CE3C2;
}

.btn.btn-white {
  color: #121212;
  z-index: 1;
}
.btn.btn-white:hover {
  color: #121212;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.input-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #8CE3C2;
  transition: width 0.8s ease;
  z-index: 0;
}
.input-wrapper:hover::before {
  width: 100%;
}
.input-wrapper:hover p input {
  color: #121212;
}
.input-wrapper input {
  position: relative;
  z-index: 1;
  background: transparent;
  border: none;
  color: #8CE3C2;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  cursor: pointer;
}
.input-wrapper p {
  padding: 0;
  text-align: center;
}
.input-wrapper.btn {
  padding: 4px 24px;
}
.input-wrapper > p > span {
  position: absolute !important;
  z-index: 1;
  left: 100%;
}

.load-more-wrap .btn {
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  background-color: #121212;
  border: 1px solid #8CE3C2;
  color: #8CE3C2;
}
.load-more-wrap .btn:hover {
  background-color: #8CE3C2;
  color: #121212;
}

#masthead .menuHolder_wrapper {
  position: fixed;
  z-index: 100;
  width: 100%;
}
#masthead.small-padding .menuHolder_wrapper {
  background-color: #121212;
  border-bottom: 2px solid #8CE3C2;
}
#masthead.small-padding .menuHolder {
  transition: padding 0.3s ease;
  padding: 10px 20px;
}
@media (min-width: 62em) {
  #masthead.small-padding .menuHolder {
    padding: 16px 20px;
  }
}
#masthead.hidden-header .menuHolder_wrapper {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

.trigger {
  z-index: 2;
  border-radius: 8px;
}
@media (min-width: 62em) {
  .trigger {
    display: none;
  }
}

.bars {
  width: 45px;
  cursor: pointer;
}

.bars .line {
  fill: none;
  stroke: #E6FEEC;
  stroke-width: 4;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}

.bars .line.top {
  stroke-dasharray: 40 172;
}

.bars .line.middle {
  stroke-dasharray: 40 111;
}

.bars .line.bottom {
  stroke-dasharray: 40 172;
}

.bars.active .top {
  stroke-dashoffset: -132px;
}

.bars.active .middle {
  stroke-dashoffset: -71px;
}

.bars.active .bottom {
  stroke-dashoffset: -132px;
}

.header-inner {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
}

.menuHolder_wrapper {
  background: linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%);
}

.menuHolder {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  transition: padding 0.3s ease;
  padding: 14px 20px;
  width: 100%;
}
@media (min-width: 62em) {
  .menuHolder {
    padding: 24px 20px;
  }
}
.menuHolder .logo-wrapper {
  width: 36px;
}
@media (min-width: 62em) {
  .menuHolder .logo-wrapper {
    width: 68px;
  }
}
@media (min-width: 125em) {
  .menuHolder .logo-wrapper {
    width: 100px;
  }
}
.menuHolder .logo-wrapper a {
  border: none;
}
.menuHolder .logo-wrapper a:hover {
  border: none;
}
@media (min-width: 125em) {
  .menuHolder .logo-wrapper a img {
    width: 106px;
  }
}
.menuHolder .headerWrapper {
  display: none;
  align-items: center;
}
@media (min-width: 62em) {
  .menuHolder .headerWrapper {
    display: flex;
  }
}
.menuHolder .header-1 {
  display: flex;
  align-items: center;
  gap: 42px;
}
@media (min-width: 125em) {
  .menuHolder .header-1 {
    gap: 64px;
  }
}
.menuHolder .headerLink {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  line-height: 145%;
  font-size: 22px;
}
@media (min-width: 125em) {
  .menuHolder .headerLink {
    font-size: 35px;
  }
}
.menuHolder .headerLink svg {
  width: 18px;
  height: 17px;
}
@media (min-width: 125em) {
  .menuHolder .headerLink svg {
    width: 24px;
    height: 24px;
  }
}
.menuHolder .headerLink:hover svg {
  transition: transform 0.3s ease;
  stroke: #8CE3C2;
}
.menuHolder .headerLink:hover svg path {
  fill: #8CE3C2;
}
.menuHolder .has-submenu-0 {
  position: relative;
}
.menuHolder .has-submenu-0:hover .submenu {
  display: flex !important;
  flex-direction: column;
}
.menuHolder .has-submenu-0 .submenu {
  position: absolute;
  min-width: 250px;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.menuHolder .has-submenu-0 .submenu.hide {
  display: none;
}
.menuHolder .has-submenu-0 .submenu img {
  width: 30px;
}
.menuHolder .has-submenu-0 .submenu .link-holder {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 30px 42px 30px 30px;
  min-width: 250px;
  margin-top: -2px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menuHolder .has-submenu-0 .submenu .link-holder a {
  border: none;
}
.menuHolder .has-submenu-0 .submenu .headerLink {
  color: #121212;
  line-height: 90%;
}
.menuHolder .has-submenu-0 .submenu .headerLink:hover {
  font-weight: 700;
}
.menuHolder .has-submenu-0 .submenu .headerLink svg {
  display: none;
}
.menuHolder .has-submenu-0 .submenu .link-holder:has(.has-submenu-1) {
  /* Стили для .link-holder, если внутри есть .has-menu-1 */
  flex-direction: row;
}
.menuHolder .has-submenu-1 .submenu {
  position: relative;
  min-width: 220px;
  max-width: 250px;
  top: auto;
  left: auto;
  transform: none;
}
@media (min-width: 125em) {
  .menuHolder .has-submenu-1 .submenu {
    max-width: 500px;
  }
}
.menuHolder .has-submenu-1 .submenu .link-holder {
  padding: 8px 18px 0 0px;
}
@media (min-width: 125em) {
  .menuHolder .has-submenu-1 .submenu .link-holder {
    padding: 8px 24px 0;
  }
}
.menuHolder .has-submenu-1 > .headerLink:first-of-type {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 125em) {
  .menuHolder .has-submenu-1 > .headerLink:first-of-type {
    font-size: 35px;
    padding: 8px 24px 0;
  }
}

.submenu.hide {
  display: none;
}

.ddMenu {
  position: absolute;
  width: 100%;
  background-color: #121212;
  transition: 0.3s ease;
  top: -1500px;
  z-index: 9;
}
@media (min-width: 62em) {
  .ddMenu {
    display: none;
  }
}
.ddMenu.active {
  display: block;
  top: 70px;
  left: 0;
  transition: 0.6s ease;
  height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 62em) {
  .ddMenu.active {
    display: none;
  }
}
.ddMenu li {
  display: flex;
}
.ddMenu .menu__box {
  padding: 20px 25px;
}
.ddMenu .menu-item {
  padding: 12px 0px;
}
.ddMenu .mob-arrow {
  display: none;
}
.ddMenu .has-submenu-0 > .headerLink:first-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ddMenu .has-submenu-0 .link-arrow-mob {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ddMenu .has-submenu-0 .mob-arrow {
  display: flex;
  width: 70%;
  padding: 10px 20px;
  justify-content: flex-end;
}
.ddMenu .submenu {
  padding-top: 12px;
  padding-left: 20px;
}
.ddMenu .submenu .headerLink {
  font-size: 16px;
}
.ddMenu .submenu .has-submenu-1 > .headerLink:first-of-type {
  font-size: 16px;
  font-weight: 800;
}
.ddMenu .submenu .has-submenu-1 .mob-arrow {
  display: none;
}
.ddMenu .submenu .submenu {
  padding: 6px 0 0;
}
.ddMenu .submenu .submenu .menu-item {
  padding: 4px 0;
}
.ddMenu .headerLink {
  width: 100%;
  color: #FFFFFF;
  font-size: 22px;
  text-align: left;
}
@media (min-width: 125em) {
  .ddMenu .headerLink {
    font-size: 35px;
  }
}
.ddMenu .headerLink .arrow-before {
  display: none;
}
.ddMenu .contacts-hader {
  border-top: 2px solid #8CE3C2;
  padding: 20px 30px;
}
.ddMenu .contacts-hader .connect-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ddMenu .contacts-hader .connect-title img {
  width: 20px;
  transform: rotate(-90deg);
}
.ddMenu .contacts-hader .connect-title p {
  font-size: 22px;
}
.ddMenu .contacts-hader .social-media {
  padding-top: 26px;
  display: flex;
  gap: 25px;
  align-items: baseline;
}
.ddMenu .submenu img {
  display: none;
}
@media (min-width: 62em) {
  .ddMenu .submenu img {
    display: block;
  }
}

@media (min-width: 62em) {
  .mob-arrow {
    display: none !important;
  }
}

.contentHolder {
  padding-bottom: 45px;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 62em) {
  .contentHolder {
    padding-bottom: 75px;
  }
}
@media (min-width: 125em) {
  .contentHolder {
    padding-bottom: 100px;
  }
}
.contentHolder .main-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  align-content: flex-start;
  width: 100%;
}
.contentHolder .title-holder {
  display: flex;
  align-items: flex-start;
}
@media (min-width: 62em) {
  .contentHolder .title-holder {
    max-width: 60%;
  }
}
.contentHolder .title-holder b {
  color: #8CE3C2;
  font-weight: 600;
}
.contentHolder .arrow-fat-green {
  padding: 10px 0;
}
@media (min-width: 62em) {
  .contentHolder .arrow-fat-green {
    padding: 10px;
  }
}
@media (min-width: 125em) {
  .contentHolder .arrow-fat-green {
    padding: 18px 24px 0 0;
    scale: 1.8;
  }
}
.contentHolder .sub-title-holder a {
  font-weight: 600;
  color: #FFFFFF;
  border-bottom: 2px solid #8CE3C2;
  padding: 5px;
}
@media (min-width: 100em) {
  .contentHolder .sub-title-holder a {
    font-size: 25px;
  }
}
@media (min-width: 125em) {
  .contentHolder .sub-title-holder a {
    font-size: 35px;
  }
}
.contentHolder .sub-title-holder a:hover {
  color: #8CE3C2;
  border-bottom: 2px solid #8CE3C2;
}
@media (min-width: 62em) {
  .contentHolder .sub-title-holder {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .contentHolder .sub-title-holder p {
    font-size: 20px;
    color: #FFFFFF;
  }
}
@media (min-width: 62em) and (min-width: 100em) {
  .contentHolder .sub-title-holder p {
    font-size: 25px;
  }
}
@media (min-width: 62em) and (min-width: 125em) {
  .contentHolder .sub-title-holder p {
    font-size: 35px;
  }
}
.contentHolder .sub-title-holder p {
  padding: 0;
}

#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

.header-inner.second-header {
  height: 30vh;
}
@media (min-width: 62em) {
  .header-inner.second-header {
    height: 20vh;
    min-height: 150px;
  }
}
@media (min-width: 125em) {
  .header-inner.second-header {
    height: 20vh;
  }
}
.header-inner.second-header .arrow-fat-green {
  display: none;
}

.header-inner.third-header {
  height: 60vh;
}
@media (min-width: 62em) {
  .header-inner.third-header {
    height: 50vh;
    min-height: 500px;
  }
}
@media (min-width: 125em) {
  .header-inner.third-header {
    height: 64vh;
    min-height: 640px;
  }
}
.header-inner.third-header .arrow-fat-green {
  display: none;
}

footer {
  background-color: #121212;
  border-top: 2px solid #8CE3C2;
  padding: 30px 0;
}
@media (min-width: 62em) {
  footer {
    padding: 64px 0 84px;
  }
}
footer .footer-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  footer .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .footer-inner .footer-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-inner .footer-title img {
  width: 20px;
  transform: rotate(-90deg);
}
footer .footer-inner .footer-title p {
  font-size: 28px;
  padding: 0;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-title p {
    font-size: 30px;
  }
}
@media (min-width: 125em) {
  footer .footer-inner .footer-title p {
    font-size: 40px;
  }
}
footer .footer-inner .footer-chunk {
  width: fit-content;
  max-width: 520px;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-chunk {
    max-width: 520px;
  }
}
footer .footer-inner .footer-chunk-1 {
  order: 4;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-chunk-1 {
    order: 1;
  }
}
footer .footer-inner .footer-chunk-2 {
  order: 0;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-chunk-2 {
    order: 2;
  }
}
footer .footer-inner .footer-chunk-3 {
  order: 3;
}
footer .footer-inner .footer-contact, footer .footer-inner .footer-links, footer .footer-inner .social-media {
  padding-top: 20px;
  padding-bottom: 32px;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-contact, footer .footer-inner .footer-links, footer .footer-inner .social-media {
    padding-left: 36px;
    padding-top: 34px;
    padding-left: 36px;
  }
}
footer .footer-inner .social-media {
  display: flex;
  gap: 25px;
  align-items: baseline;
}
footer .footer-inner .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-inner .footer-contact .address-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  min-width: 288px;
}
@media (min-width: 48em) {
  footer .footer-inner .footer-contact .address-row {
    flex-direction: row;
  }
}
footer .footer-inner .footer-contact .address-row p {
  font-family: "Host Grotesk";
  font-size: 18px;
  font-weight: 500;
  color: #8CE3C2;
  line-height: 85%;
}
@media (min-width: 125em) {
  footer .footer-inner .footer-contact .address-row p {
    font-size: 25px;
  }
}
footer .footer-inner .footer-contact .address-row a {
  font-family: "Host Grotesk";
  font-size: 18px;
  font-weight: 400;
  line-height: 85%;
  color: #FFFFFF;
}
@media (min-width: 125em) {
  footer .footer-inner .footer-contact .address-row a {
    font-size: 25px;
  }
}
footer .footer-inner .footer-contact .address-row a::visited {
  color: #FFFFFF;
}
footer .footer-inner .footer-links-container {
  display: flex;
  flex-direction: column;
  gap: 26px 30px;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-links-container {
    flex-direction: row;
  }
}
footer .footer-inner .footer-links-container .privacy-policy {
  display: none;
}
@media (min-width: 62em) {
  footer .footer-inner .footer-links-container .privacy-policy {
    display: flex;
    padding-top: 34px;
  }
}
footer .footer-inner .footer-links-container a:visited {
  color: #FFFFFF;
}
footer .footer-inner .footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px 30px;
}
@media (min-width: 48em) {
  footer .footer-inner .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

.footer-links a, .privacy-policy a {
  font-family: "Host Grotesk";
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  white-space: nowrap;
  color: #FFFFFF;
}
@media (min-width: 125em) {
  .footer-links a, .privacy-policy a {
    font-size: 25px;
  }
}

.privacy-policy {
  flex-direction: column;
  gap: 26px;
  padding-top: 30px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom {
  order: 5;
  display: flex;
  flex-direction: column;
  gap: 26px;
  border-top: 2px solid #8CE3C2;
  padding: 0px 20px 0;
}
@media (min-width: 62em) {
  .footer-bottom {
    display: none;
  }
}
.footer-bottom a {
  text-decoration: underline;
}

.footer-form-section {
  border-top: 2px solid #8CE3C2;
  margin-top: 96px;
}

.form-intro {
  padding: 95px 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 62em) {
  .form-intro {
    flex-direction: row;
  }
}
.form-intro .logo {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.form-intro .logo .img-wrapper img {
  width: 100%;
  height: 100%;
}
.form-intro .moto-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-intro .moto-text .moto {
  font-family: "Host Grotesk";
  font-size: 44px;
  font-weight: 700;
  line-height: 90%;
  padding-bottom: 0;
}
@media (min-width: 62em) {
  .form-intro .moto-text .moto {
    font-size: 62px;
  }
}
.form-intro .moto-text .moto-sub {
  font-family: "Host Grotesk";
  font-size: 23px;
  font-weight: 700;
  line-height: 85%;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media (min-width: 62em) {
  .form-intro .moto-text .moto-sub {
    font-size: 33px;
  }
}
.form-intro h4 {
  font-size: 28px;
  padding-top: 42px;
}
@media (min-width: 62em) {
  .form-intro h4 {
    font-size: 30px;
    padding-top: 0;
  }
}
@media (min-width: 125em) {
  .form-intro h4 {
    font-size: 40px;
  }
}

.footer-form-inner {
  padding: 56px 0 60px;
}
.footer-form-inner form {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .footer-form-inner form {
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: flex-end;
  }
}
.footer-form-inner .form-group {
  width: 100%;
}
@media (min-width: 62em) {
  .footer-form-inner .form-group {
    width: 35%;
  }
}
.footer-form-inner .form-group p {
  padding: 0;
}
.footer-form-inner .form-group input, .footer-form-inner .form-group textarea {
  background-color: #121212;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: "Lato", lato-serif;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 125em) {
  .footer-form-inner .form-group input, .footer-form-inner .form-group textarea {
    font-size: 25px;
  }
}
.footer-form-inner .form-group input::placeholder, .footer-form-inner .form-group textarea::placeholder {
  color: #FFFFFF;
  font-family: "Lato", lato-serif;
  font-size: 18px;
}
@media (min-width: 125em) {
  .footer-form-inner .form-group input::placeholder, .footer-form-inner .form-group textarea::placeholder {
    font-size: 25px;
  }
}
.footer-form-inner .form-group input:focus, .footer-form-inner .form-group textarea:focus {
  outline: none;
  border-color: #8CE3C2;
  color: #8CE3C2;
}
.footer-form-inner .btn-container {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 46px;
}
.footer-form-inner .btn-container .btn {
  border-radius: 0;
  background-color: transparent;
}

.form-group.form-check {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}
.form-group.form-check p {
  display: flex;
  width: 100%;
}
.form-group.form-check p input {
  width: 20px !important;
  height: 20px;
  margin-right: 12px;
}
.form-group.form-check p a {
  margin-left: 12px;
}
.form-group.form-check p .wpcf7-list-item {
  margin: 0;
}
.form-group.form-check label {
  display: flex;
  align-items: center;
}

select {
  background-color: #121212;
  color: #FFFFFF;
  border: none;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* место под стрелку */
}

.custom-select-wrapper::after {
  content: "▼";
  position: absolute;
  top: 60%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #FFFFFF;
}

.services-section.white select, .services-section.lime select, .services-section.mint select {
  color: #121212;
  border: none;
}
.services-section.white .custom-select-wrapper::after, .services-section.lime .custom-select-wrapper::after, .services-section.mint .custom-select-wrapper::after {
  color: #121212;
}

.services-section.white select {
  background-color: #FFFFFF;
}

.services-section.lime select {
  background-color: #8CE3C2;
}

.services-section.mint select {
  background-color: #E6FEEC;
}

.partners-logos {
  padding: 0 25px 0 0;
}
@media (min-width: 62em) {
  .partners-logos {
    padding: 0 50px 0 0;
  }
}
.partners-logos .main-wrapper-2 {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}
.partners-logos .swiper-button-next {
  position: absolute;
  color: white;
  border-radius: 80px;
  font-weight: 600;
  border: 1px solid white;
  min-height: 24px;
  min-width: 24px;
  height: 24px;
  width: 24px;
  top: 51%;
  right: -4%;
}
@media (min-width: 48em) {
  .partners-logos .swiper-button-next {
    min-height: 32px;
    min-width: 32px;
    right: -1%;
  }
}
@media (min-width: 62em) {
  .partners-logos .swiper-button-next {
    min-height: 36px;
    min-width: 36px;
    right: -4%;
  }
}
@media (min-width: 90em) {
  .partners-logos .swiper-button-next {
    right: 0%;
  }
}
@media (min-width: 125em) {
  .partners-logos .swiper-button-next {
    min-height: 42px;
    min-width: 42px;
    right: 5%;
  }
}
.partners-logos .swiper-button-next::after {
  font-size: 12px;
}
@media (min-width: 62em) {
  .partners-logos .swiper-button-next::after {
    font-size: 18px;
  }
}
.partners-logos .swiper {
  min-width: 100%;
  text-align: center;
}

.partners-logos-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
.partners-logos-inner .partner-logo {
  align-content: center;
}
.partners-logos-inner .partner-logo.arrow {
  align-content: center;
  max-width: 30px;
}
.partners-logos-inner .partner-logo.arrow img {
  width: 100%;
}

.video-section {
  padding: 45px 0;
}
@media (min-width: 62em) {
  .video-section {
    padding: 66px 0;
    margin: auto;
    text-align: center;
  }
  .video-section img {
    width: 100%;
    height: auto;
  }
}

.big-section {
  padding: 45px 0;
}
@media (min-width: 62em) {
  .big-section {
    padding: 66px 0;
  }
}
.big-section .big-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 62em) {
  .big-section .big-section-inner {
    flex-direction: row;
  }
}
.big-section .big-section-inner .font-lime {
  color: #8CE3C2;
}
.big-section .big-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 62em) {
  .big-section .big-left {
    align-items: center;
    gap: 36px;
    width: auto;
  }
}
.big-section .big {
  font-family: "Host Grotesk";
  font-size: 114px;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 77.5em) {
  .big-section .big {
    font-size: 195px;
  }
}
@media (min-width: 125em) {
  .big-section .big {
    font-size: 20rem;
  }
}
.big-section .triple {
  font-family: "Host Grotesk";
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 62em) {
  .big-section .triple {
    font-size: 40px;
  }
}
@media (min-width: 125em) {
  .big-section .triple {
    font-size: 3.8rem;
  }
}
.big-section .big-text {
  max-width: 510px;
}
@media (min-width: 77.5em) {
  .big-section .big-text {
    padding: 0 34px;
    max-width: 45%;
  }
}
@media (min-width: 90em) {
  .big-section .big-text {
    padding: 0 34px;
    max-width: 55%;
  }
}

.myplayicon, .myplayiconwhite {
  cursor: none;
}

#anim_cursor, #anim_cursor_white {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  display: none;
}
#anim_cursor.visible, #anim_cursor_white.visible {
  display: block;
}
#anim_cursor svg, #anim_cursor_white svg {
  width: 35px;
  height: 35px;
}

.myplayicon2 {
  cursor: none;
}

#anim_play {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 100;
  display: none;
}
#anim_play.visible {
  display: block;
}
#anim_play svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 61.99em) {
  #anim_play {
    display: none !important;
  }
}

.error-section {
  height: 100vh;
  background: url("../images/starsky.webp");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
}

.columns-title-text-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 62em) {
  .columns-title-text-inner {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    padding: 50px 0;
  }
}
@media (min-width: 77.5em) {
  .columns-title-text-inner {
    padding: 65px 0;
  }
}
@media (min-width: 62em) {
  .columns-title-text-inner h3 {
    font-size: 32px;
  }
}

.columns-title-text-title {
  padding-bottom: 0px;
  text-align: left;
}
@media (min-width: 62em) {
  .columns-title-text-title {
    max-width: 43%;
    padding-bottom: 0px;
    line-height: 110%;
  }
}

.columns-title-text-text {
  text-align: left;
}
@media (min-width: 62em) {
  .columns-title-text-text {
    width: 100%;
    max-width: 55%;
  }
}

.carousel-section {
  position: relative;
}
.carousel-section .swiper {
  width: 100%;
  height: 100%;
}
.carousel-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
}
@media (min-width: 48em) {
  .carousel-section .swiper-slide {
    height: 410px;
  }
}
.carousel-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-section .swiper-slide {
  width: 80%;
}
@media (min-width: 35em) {
  .carousel-section .swiper-slide {
    width: 70%;
  }
}
@media (min-width: 62em) {
  .carousel-section .swiper-slide {
    width: 42%;
  }
}
.carousel-section .swiper-pagination {
  position: relative;
  margin: 16px 0 0 16px;
  width: max-content;
}
.carousel-section .pagination-arrow-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.carousel-section .pagination-arrow-container .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3764705882);
}
.carousel-section .pagination-arrow-container .swiper-pagination-bullet-active {
  background: #8CE3C2;
}
.carousel-section .arrows-navigation {
  display: flex;
  flex-direction: row;
  margin: 0 16px;
  gap: 16px;
}
.carousel-section .swiper-button-next, .carousel-section .swiper-button-prev {
  position: relative;
  background: none;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  min-width: auto;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0 0 0;
}
.carousel-section .swiper-button-next svg, .carousel-section .swiper-button-prev svg {
  height: 13px;
  width: 17px;
}
.carousel-section .swiper-button-next::after, .carousel-section .swiper-button-prev::after {
  display: none;
}

.benefit {
  border: 2px solid #8CE3C2;
  border-radius: 10px;
  padding: 40px 32px 32px;
  width: 100%;
}
@media (min-width: 48em) {
  .benefit {
    width: calc(33% - 18px);
  }
}
.benefit h4 {
  padding: 24px 0 12px;
}
.benefit p {
  padding: 0;
}

.benefits-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media (min-width: 48em) {
  .benefits-wrapper {
    gap: 50px 20px;
  }
}

.vacancy {
  border: 2px solid #8CE3C2;
  padding: 32px;
  width: 100%;
}
.vacancy h4 {
  padding-bottom: 16px;
}
.vacancy .location-job {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 0 32px;
}
.vacancy p {
  padding: 0;
}

.vacancies-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 50px;
}

.big-banner-color {
  background-color: #E6FEEC;
  padding: 30px 0;
}
@media (min-width: 48em) {
  .big-banner-color {
    padding: 50px 0;
  }
}
@media (min-width: 62em) {
  .big-banner-color {
    padding: 75px 0;
  }
}
@media (min-width: 77.5em) {
  .big-banner-color {
    padding: 100px 0;
  }
}
.big-banner-color-inner {
  text-align: center;
  color: #121212;
}
.big-banner-color-inner .text-holder {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .big-banner-color-inner .text-holder {
    padding-bottom: 50px;
  }
}
.big-banner-color-inner .btn {
  margin: 0 auto;
}

.cardstype-section {
  position: relative;
}
.cardstype-section.black-bg {
  background: #121212;
}
.cardstype-section .cardstype-section-inner {
  display: flex;
  flex-direction: column;
}
.cardstype-section .cards-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
@media (min-width: 62em) {
  .cardstype-section .cards-section-header {
    padding-bottom: 50px;
  }
}
@media (min-width: 125em) {
  .cardstype-section .cards-section-header {
    padding-bottom: 60px;
  }
}
.cardstype-section .cards-section-header h2.headline-medium {
  padding-bottom: 0;
}
.cardstype-section .cards-section-header a.btn-view-all {
  display: flex;
  align-items: center;
  justify-content: right;
  border: none;
  font-size: 12px;
}
@media (min-width: 62em) {
  .cardstype-section .cards-section-header a.btn-view-all {
    gap: 32px;
    font-size: 16px;
    justify-content: space-between;
  }
}
.cardstype-section .cards-section-header a.btn-view-all span {
  display: none;
}
@media (min-width: 62em) {
  .cardstype-section .cards-section-header a.btn-view-all span {
    display: block;
  }
}
.cardstype-section .cards-section-header a.btn-view-all:hover {
  border: none;
}
.cardstype-section .cards-section-header a.btn-view-all .svg-holder {
  width: 43px;
  height: 43px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cardstype-section .cards-section-header a.btn-view-all:hover .svg-holder {
  background: #8CE3C2;
  border: 1px solid #8CE3C2;
}
.cardstype-section .cards-section-header a.btn-view-all:hover .svg-holder svg path {
  fill: #121212;
}
.cardstype-section .cards-section-header a.btn-view-all.btn-white .svg-holder {
  border: 1px solid #121212;
}
.cardstype-section .cards-section-header a.btn-view-all.btn-white .svg-holder svg path {
  fill: #121212;
}
.cardstype-section .cards-section-header a.btn-view-all.btn-white:hover .svg-holder {
  background: #121212;
  border: 1px solid #121212;
}
.cardstype-section .cards-section-header a.btn-view-all.btn-white:hover .svg-holder svg path {
  fill: #8CE3C2;
}
.cardstype-section .cardstype-net {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 62em) {
  .cardstype-section .cardstype-net {
    gap: 40px;
  }
}
@media (min-width: 77.5em) {
  .cardstype-section .cardstype-net {
    gap: 40px 42px;
  }
}
.cardstype-section .cardstype-net-item {
  width: 100%;
  height: 260px;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: none;
  position: relative;
}
@media (min-width: 48em) {
  .cardstype-section .cardstype-net-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 62em) {
  .cardstype-section .cardstype-net-item {
    width: calc(33.3% - 28px);
  }
}
@media (min-width: 125em) {
  .cardstype-section .cardstype-net-item {
    aspect-ratio: 3/2;
    height: auto;
  }
}
.cardstype-section .cardstype-net-item:hover {
  border-bottom: none;
}
.cardstype-section .cardstype-net-item:hover img {
  transform: scale(1.45);
}
.cardstype-section .cardstype-net-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.cardstype-section .cardstype-net-item .cardstype-net-text {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  bottom: 0;
  padding: 44px 26px 22px;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
}
.cardstype-section .cardstype-net-item .cardstype-net-text .cta {
  width: fit-content;
  padding-top: 0;
  border-bottom: none;
}
.cardstype-section .cardstype-net-item .cardstype-net-text .cta:hover {
  border-bottom: none;
}
@media (min-width: 125em) {
  .cardstype-section .cardstype-net-item .cardstype-net-text .cta {
    font-size: 25px;
  }
}
.cardstype-section .cardstype-net-item .cardstype-net-text p.cta {
  padding: 0;
}
.cardstype-section .cardstype-net-item .cardstype-net-text .headline-small {
  font-weight: 600;
  padding-bottom: 4px;
}
.cardstype-section .services-net {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .cardstype-section .services-net {
    gap: 1.2rem;
  }
}
@media (min-width: 125em) {
  .cardstype-section .services-net {
    gap: 1.6rem;
  }
}
.cardstype-section .services-net .pill-item {
  padding: 12px 16px;
  border-radius: 85px;
  font-weight: 400;
  font-size: 14px;
  border: 2px solid #8CE3C2;
}
@media (min-width: 62em) {
  .cardstype-section .services-net .pill-item {
    font-size: 18px;
    font-weight: 600;
    padding: 1.2rem 2rem;
  }
}
@media (min-width: 125em) {
  .cardstype-section .services-net .pill-item {
    font-size: 2.5rem;
    padding: 1.8rem 2.2rem;
  }
}
.cardstype-section .services-net .pill-item:hover {
  border: 2px solid #8CE3C2;
  background-color: #8CE3C2;
  color: #121212;
}

.page-numbers.current {
  color: #121212;
  background-color: #8CE3C2;
  padding: 4px 10px;
  border-radius: 4px;
  border-bottom: 2px solid #121212;
}

.services-section, .mint {
  background-color: #E6FEEC;
}
.services-section .headline-medium, .mint .headline-medium {
  color: #121212;
}
.services-section .pagination, .mint .pagination {
  color: #8CE3C2;
}

.sectors-section, .lime {
  background-color: #8CE3C2;
}
.sectors-section .headline-medium, .lime .headline-medium {
  color: #121212;
}
.sectors-section .pagination, .lime .pagination {
  color: #8CE3C2;
}

.white {
  background-color: #FFFFFF;
}
.white .headline-medium {
  color: #121212;
}
.white .pagination {
  color: #121212;
}

.black {
  background-color: #121212;
}
.black .headline-medium {
  color: #FFFFFF;
}

/* Контейнер-сетка */
.work-net {
  /* браузер сам подберёт число колонок */
  column-gap: 24px;
  column-width: 280px;
  /* Карточка — должна быть "цельной", не разрезаемой колонками */
  /* Блок с картинкой под соотношение сторон */
  /* Чтобы изображение заполняло «рамку» по соотношению */
  /* Соотношения сторон через aspect-ratio */
  /* Адаптив (опционально) */
}
@media (min-width: 62em) {
  .work-net {
    column-width: 330px;
    column-gap: 48px;
  }
}
@media (min-width: 77.5em) {
  .work-net {
    column-gap: 48px;
    column-width: 550px;
  }
}
.work-net .work-item {
  display: inline-block; /* важно для column layout */
  width: 100%;
  margin: 0 0 64px;
  break-inside: avoid;
  border-bottom: none;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}
.work-net .work-item:hover {
  border-bottom: none;
}
.work-net .work-item:hover img {
  transform: scale(1.25);
  transition: transform 1s ease;
}
.work-net .client-name {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
}
@media (min-width: 62em) {
  .work-net .client-name {
    padding: 24px 0;
  }
}
.work-net .work-text-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 62em) {
  .work-net .work-text-main {
    gap: 16px;
  }
}
.work-net .work-text-main p {
  padding: 0;
}
.work-net .work-text-main .work-text-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 62em) {
  .work-net .work-text-main .work-text-title {
    font-size: 32px;
  }
}
.work-net .work-text-main .work-text-excerpt {
  color: #FFFFFF;
  font-size: 16px;
}
@media (min-width: 62em) {
  .work-net .work-text-main .work-text-excerpt {
    font-size: 20px;
  }
}
.work-net .img-holder {
  width: 100%;
  overflow: hidden;
}
.work-net .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.work-net img {
  transition: transform 0.8s ease;
}
.work-net .img-holder.ratio-1 {
  aspect-ratio: 1/1;
}
.work-net .img-holder.ratio-15 {
  aspect-ratio: 3/2;
}
@media (max-width: 900px) {
  .work-net .work-net {
    column-width: 260px;
    column-gap: 20px;
  }
}
@media (max-width: 600px) {
  .work-net { /* одна колонка */ }
  .work-net .work-net {
    column-width: 100%;
  }
}
.work-net .sectors-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.work-net .sectors-line .small-pill {
  padding: 4px 10px;
  border-radius: 85px;
  font-weight: 600;
  border: 1px solid #8CE3C2;
}
.work-net .sectors-line .small-pill p {
  padding: 0;
  font-size: 14px;
}
.work-net .sectors-line .small-pill:hover {
  border: 1px solid #8CE3C2;
  background-color: #8CE3C2;
  color: #121212;
}
.work-net .sectors-line a {
  padding: 0;
  border-bottom: none;
}
.work-net .view-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  color: #FFFFFF;
  padding: 0;
  border-bottom: none;
}
.work-net .view-more svg {
  width: 8px;
  height: 13px;
}
.work-net .view-more:hover {
  border-bottom: none;
}
.work-net .view-more:hover svg path {
  fill: #121212;
}

.news-net {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
@media (min-width: 62em) {
  .news-net {
    gap: 48px 32px;
    justify-content: space-between;
  }
}
@media (min-width: 77.5em) {
  .news-net {
    gap: 64px 48px;
  }
}
.news-net .news-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4039215686);
}
@media (min-width: 38.75em) {
  .news-net .news-item {
    width: calc(50% - 12px);
  }
}
@media (min-width: 62em) {
  .news-net .news-item {
    width: calc(33.3% - 32px);
    max-width: none;
  }
}
.news-net .news-item p {
  padding: 0;
}
.news-net .news-item .img-holder {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 7/4;
}
.news-net .news-item .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.news-net .news-item .news-text {
  display: flex;
  padding: 12px;
}
@media (min-width: 62em) {
  .news-net .news-item .news-text {
    padding: 24px;
  }
}
.news-net .news-item .news-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-net .news-item .headline-small {
  color: #FFFFFF;
}
.news-net .news-item .excerpt {
  color: #FFFFFF;
  font-weight: 400;
}
.news-net .news-item .services-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0px;
}
@media (min-width: 62em) {
  .news-net .news-item .services-line {
    margin-bottom: 24px;
  }
}
.news-net .news-item .services-line .small-pill {
  padding: 4px 10px;
  border: 1px solid #8CE3C2;
  border-radius: 4px;
}
.news-net .news-item .services-line .small-pill p {
  font-size: 14px;
}

.our-team-section {
  padding: 30px 0;
  background-color: white;
  color: #121212;
}
@media (min-width: 62em) {
  .our-team-section {
    padding: 100px 0;
  }
}
.our-team-section p {
  color: #121212;
}
.our-team-section .cardstype-net {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (min-width: 62em) {
  .our-team-section .cardstype-net {
    gap: 40px;
  }
}
.our-team-section .cardstype-net-item {
  width: 100%;
  border-radius: 5px;
  border-bottom: none;
  position: relative;
}
@media (min-width: 48em) {
  .our-team-section .cardstype-net-item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 62em) {
  .our-team-section .cardstype-net-item {
    width: calc(33% - 41px);
  }
}
.our-team-section .cardstype-net-item .person-image {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1.42;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.our-team-section .cardstype-net-item .cardstype-net-text {
  padding-top: 24px;
}
.our-team-section .cardstype-net-item .cardstype-net-text a {
  padding: 6px 50px 12px 6px;
}
.our-team-section .cardstype-net-item .cardstype-net-text a:hover {
  border-bottom: none;
}
@media (min-width: 125em) {
  .our-team-section .cardstype-net-item .cardstype-net-text a img {
    width: 42px;
  }
}
.our-team-section .cardstype-net-item .description {
  padding: 16px 0;
}

.num-stat-section .num-stat-net {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 36em) {
  .num-stat-section .num-stat-net {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 62em) {
  .num-stat-section .num-stat-net {
    gap: 40px;
  }
}
@media (min-width: 77.5em) {
  .num-stat-section .num-stat-net {
    gap: 80px;
  }
}
.num-stat-section .num-stat-card {
  display: flex;
  flex-direction: column;
}
@media (min-width: 36em) {
  .num-stat-section .num-stat-card {
    max-width: 45%;
  }
}
@media (min-width: 62em) {
  .num-stat-section .num-stat-card {
    width: calc(25% - 30px);
  }
}
@media (min-width: 77.5em) {
  .num-stat-section .num-stat-card {
    width: calc(25% - 60px);
  }
}
.num-stat-section .num-stat-card .headline-large {
  padding: 12px;
}
.num-stat-section .num-stat-card p {
  text-align: center;
}

.statistic-section-inner {
  display: flex;
  gap: 30px;
  align-items: stretch;
  flex-direction: column;
  max-width: 570px;
  margin: 0 auto;
}
@media (min-width: 62em) {
  .statistic-section-inner {
    flex-direction: row;
    gap: 30px;
    max-width: none;
  }
}
@media (min-width: 77.5em) {
  .statistic-section-inner {
    gap: 50px;
  }
}
.statistic-section-inner .stat-general {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 77.5em) {
  .statistic-section-inner .stat-right, .statistic-section-inner .stat-left {
    width: calc(40% - 50px);
  }
}
.statistic-section-inner .stat_card {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 30px 50px;
  justify-content: center;
}
.statistic-section-inner .stat_card.lime {
  background-color: #8CE3C2;
  color: #121212;
}
.statistic-section-inner .stat_card.mint {
  background-color: #E6FEEC;
  color: #121212;
}
.statistic-section-inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.statistic-section-inner .stat-center .image-wrapper {
  aspect-ratio: 1.7;
}
.statistic-section-inner .stat-right .image-wrapper {
  aspect-ratio: 1;
}

.full-image-section {
  height: auto;
}
@media (min-width: 62em) {
  .full-image-section {
    height: 100vh;
  }
}
.full-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section-content {
  position: relative;
}

.fullscreensize {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.fullscreensize iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullscreensize.video-open {
  z-index: 4;
}

.accordion-item {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 62em) {
  .accordion-item {
    padding-bottom: 36px;
    gap: 50px;
  }
}
.accordion-item .accordion-item-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.accordion-item .accordion-item-top h4 {
  width: min-content;
}
@media (min-width: 23.4375em) {
  .accordion-item .accordion-item-top h4 {
    width: auto;
  }
}
.accordion-item .accordion-item-top .img-wrapper {
  border-radius: 100px;
  border: 2px solid #FFFFFF;
  padding: 10px;
  height: 42px;
  width: 42px;
}
@media (min-width: 62em) {
  .accordion-item .accordion-item-top .img-wrapper {
    padding: 20px;
    height: auto;
    width: auto;
  }
}
.accordion-item .accordion-item-top .img-wrapper img {
  height: 16px;
  width: 20px;
  transform: rotate(90deg);
  transition: 600ms;
}
@media (min-width: 62em) {
  .accordion-item .accordion-item-top .img-wrapper img {
    height: 23px;
    width: 23px;
  }
}
.accordion-item .accordion-text {
  display: none;
  line-height: 138%;
}
.accordion-item.active .accordion-text {
  display: block;
}
.accordion-item.active .img-wrapper img {
  transform: rotate(0deg);
}

.breadcrumps-section .bardcrumps-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 48em) {
  .breadcrumps-section .bardcrumps-inner {
    flex-direction: row;
  }
}
.breadcrumps-section .breadcrumps {
  display: flex;
  gap: 12px;
}
.breadcrumps-section .services-for-works {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.breadcrumps-section .services-for-works a {
  margin-left: 6px;
  color: white;
  border-bottom: 2px solid #8CE3C2;
}
.breadcrumps-section .services-for-works a:hover {
  color: #8CE3C2;
}
.breadcrumps-section.white p, .breadcrumps-section.mint p, .breadcrumps-section.lime p {
  color: #121212;
}
.breadcrumps-section.white a, .breadcrumps-section.mint a, .breadcrumps-section.lime a {
  color: #121212;
  border-bottom: 2px solid #121212;
}
.breadcrumps-section.white a:hover, .breadcrumps-section.mint a:hover, .breadcrumps-section.lime a:hover {
  border-bottom: 2px solid #8CE3C2;
}
.breadcrumps-section.white a:visited, .breadcrumps-section.mint a:visited, .breadcrumps-section.lime a:visited {
  color: #121212;
}
.breadcrumps-section.white .breadcrumps, .breadcrumps-section.mint .breadcrumps, .breadcrumps-section.lime .breadcrumps {
  color: #121212;
}

.contact-section .contact-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 48em) {
  .contact-section .contact-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.contact-section .contact-inner .image-wrapper {
  width: 100%;
  order: 0;
  max-height: 676px;
}
@media (min-width: 48em) {
  .contact-section .contact-inner .image-wrapper {
    order: 2;
    width: calc(70% - 24px);
  }
}
@media (min-width: 62em) {
  .contact-section .contact-inner .image-wrapper {
    width: calc(60% - 24px);
  }
}
@media (min-width: 90em) {
  .contact-section .contact-inner .image-wrapper {
    width: calc(55% - 50px);
  }
}
.contact-section .contact-inner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .contact-inner form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-section .contact-inner form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-section .contact-inner form .form-group input, .contact-section .contact-inner form .form-group textarea {
  width: 100%;
  border: 2px solid #FFFFFF;
  border-radius: 0;
  padding: 8px 8px 12px 12px;
  background-color: transparent;
}
.contact-section .contact-inner form .form-group input::placeholder, .contact-section .contact-inner form .form-group textarea::placeholder {
  color: #FFFFFF;
}
.contact-section .contact-inner form .btn {
  background: transparent;
}
.contact-section .contact-inner .form-wrapper {
  order: 1;
}
@media (min-width: 62em) {
  .contact-section .contact-inner .form-wrapper {
    width: calc(40% - 24px);
  }
}
@media (min-width: 90em) {
  .contact-section .contact-inner .form-wrapper {
    width: calc(45% - 50px);
  }
}

.contact-inner form .hsfc-Step__Content {
  padding: 0 !important;
}

body [id="0ea7db80-c920-41cc-bffb-82a376e1bc07-r"][data-hsfc-id=Renderer] {
  --hsf-default-field-input__placeholder-color: rgba(255, 255, 255, 1) !important;
  --hsf-default-field-textarea__placeholder-color: rgba(255, 255, 255, 1) !important;
}

body [id=a7672c89-03c6-46da-9e52-12412721c31b-r][data-hsfc-id=Renderer] {
  --hsf-default-field-input__placeholder-color: rgba(255, 255, 255, 1) !important;
  --hsf-default-field-textarea__placeholder-color: rgba(255, 255, 255, 1) !important;
}

[data-hsfc-id=Renderer] .hsfc-TextareaField {
  margin-bottom: -4px !important;
}

[data-hsfc-id=Renderer] .hsfc-Row {
  align-items: end !important;
}

[data-hsfc-id=Renderer] .hsfc-ReCaptchaV2 {
  display: none !important;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
  color: rgb(140, 207, 163) !important;
}

.locations-section .locations {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 36em) {
  .locations-section .locations {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (min-width: 48em) {
  .locations-section .locations {
    flex-wrap: nowrap;
    gap: 30px;
    flex-direction: row;
  }
}
@media (min-width: 62em) {
  .locations-section .locations {
    gap: 70px;
  }
}
.locations-section .locations .location-card {
  max-width: 300px;
}
@media (min-width: 48em) {
  .locations-section .locations .location-card {
    width: calc(33% - 20px);
  }
}
.locations-section .locations .location-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.locations-section .locations .location-card h4 {
  padding: 20px 0;
}
@media (min-width: 62em) {
  .locations-section .locations .location-card h4 {
    padding: 24px 0;
  }
}
.locations-section .locations .location-card a {
  display: block;
}
.locations-section .locations .location-card .phone-number {
  color: #FFFFFF;
  padding-top: 8px;
}
.locations-section .locations .location-card .address {
  padding-top: 8px;
}
@media (min-width: 62em) {
  .locations-section .locations .location-card .address {
    padding-top: 24px;
  }
}

.tags-section .tags-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 62em) {
  .tags-section .tags-inner {
    flex-direction: row;
    gap: 48px;
    justify-content: space-between;
  }
}
.tags-section .tags-inner .intro-text-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 62em) {
  .tags-section .tags-inner .intro-text-wrapper {
    width: 80%;
  }
}
.tags-section .tags-inner .services-for-works {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
}
@media (min-width: 62em) {
  .tags-section .tags-inner .services-for-works {
    gap: 24px;
    width: 19%;
    min-width: 300px;
  }
}
.tags-section .tags-inner .service-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 62em) {
  .tags-section .tags-inner .service-links {
    gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.tags-section .tags-inner .service-links .small-pill {
  border: 1px solid #8CE3C2;
  padding: 4px 12px;
  border-radius: 85px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 62em) {
  .tags-section .tags-inner .service-links .small-pill {
    font-size: 14px;
  }
}

body [data-hsfc-id=Renderer] .hsfc-TextInput    {
    --hsf-default-field-input__placeholder-color: rgba(255, 255, 255, 1) !important;
    --hsf-default-field-textarea__placeholder-color: rgba(255, 255, 255, 1) !important;
}
body  [data-hsfc-id=Renderer] .hsfc-TextareaInput { 
    --hsf-default-field-input__placeholder-color: rgba(255, 255, 255, 1) !important;
    --hsf-default-field-textarea__placeholder-color: rgba(255, 255, 255, 1) !important;
}
  



[data-hsfc-id=Renderer]   .hsfc-TextareaField{
	    margin-bottom: -4px !important;
}

[data-hsfc-id=Renderer] .hsfc-Row{
	align-items: end !important;
}
[data-hsfc-id=Renderer] .hsfc-ReCaptchaV2{
	display: none !important;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{
color: rgba(140, 207, 163, 1.0) !important;

}

