/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/* Text-level semantics
  ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

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

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
  ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

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

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

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

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
  ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Exo 2";
  font-display: swap;
  src: url("../fonts/exo-2-black.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Exo 2";
  font-display: swap;
  src: url("../fonts/exo-2-bold.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Exo 2";
  font-display: swap;
  src: url("../fonts/exo-2-medium.woff2") format("woff2");
}

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Exo 2";
  font-display: swap;
  src: url("../fonts/exo-2-regular.woff2") format("woff2");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  font-family: "Roboto", "Arial", sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background: #0C0C0C;
  zoom: 0.8;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  height: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header,
.wrapper .footer {
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

/* @media screen and (min-width: 1024px) {
	.container {
		padding: 0 4rem;
	}
} */

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.container {
		padding: 0 2rem;
	}
}

@media screen and (max-width: 639px) {
	.container {
		padding: 0 0.8rem
	}
}

.hero__image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .hero__image {
    max-width: 800px;
	}
}

@media screen and (max-width: 800px) {
  .hero__image {
    max-width: 600px;
	}
}

@media screen and (max-width: 700px) {
  .hero__image {
    max-width: 90%;
	}
}


.header__menu {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 1100px) {
  .header__menu {
    gap: 30px;
    display: none;
  }}

.header__menu li a, .header__menu li {
    color: #B5FF5B;
    text-transform: capitalize;
    font-family: Unbounded;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 26px;
}


@media (max-width: 1100px) {
  header .container {
    justify-content: space-between;
    padding: 16px 8px;
    border-bottom: 3px solid #b5ff5b;

  }}




header {
  margin: 40px 0;
}


@media (max-width: 1100px) {
  header {
    margin: 0;
  }}

  section.hero {
    padding: 20px 0 0;
}


.hero .button {
  max-width: 420px;
  width: 100%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/2025/02/rectangle-9-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px auto;
  font-family: Unbounded;
}

@media (max-width: 600px) {
  section.hero {
    padding: 40px 0 0;
  }}

.screen__nav {
    display: flex;
    position: fixed;
    top: 30%;
    left: 2%;
    flex-direction: column;
    color: #ffffff;
    font-size: 20px;
    display: none;
}

.header__logo-img {
  width: 80px;
  height: 80px;
}

@media (max-width: 1100px) {
  .header__logo-img {
    width: 65px;
    height: auto;
  }}


  .hero__heading {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 120px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0;
    margin-bottom: 20px;
}



@media (max-width: 600px) {
  .hero__heading {
    font-size: 120px;
  }}



  
@media (max-width: 450px) {
  .hero__heading {
   font-size: 60px;
  }}





  .hero__subheading {
    color: #B5FF5B;
    text-align: center;
    font-family: Unbounded;
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}




@media screen and (max-width: 700px) {
  .hero__subheading {
    font-size: 48px;
	}
}



@media screen and (max-width: 450px) {
  .hero__subheading  {
    font-size: 34px;
	}
}

.hero__subheading p {
  color: #B5FF5B;
  text-align: center;
  font-family: Unbounded;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 37px;
}


@media screen and (max-width: 1024px) {
  .hero__subheading p {
    font-size: 34px;
	}
}




@media screen and (max-width: 450px) {
  .hero__subheading p {
    font-size: 22px;
    margin-bottom: 12px;
        padding-left: 12px;
        text-align: left;
	}
}




.button {
    width: 169px;
    height: 83px;
    display: block;
    margin: 0 auto;
    background: url(/img/button-background.svg);
}

.button {
  max-width: 420px;
  width: 100%;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/wp-content/uploads/2025/02/rectangle-9-3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px auto;
  font-family: Unbounded;
}

.hero__image-wrapper {
 
  margin-top: -10px;
  margin-bottom: 175px;
}


@media (max-width: 1100px) {
  .hero__image-wrapper {
    position: inherit;
      margin-bottom: 80px;
  }}





  .hero__image-wrapper::before {
    content: '';
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -35px;
    background: url(/img/blur.webp);
    background-size: cover;
    background-position: -3% 82%;
    z-index: -1;
}


@media (max-width: 1100px) {
  .hero__image-wrapper::before {
    content: '';
    width: 100%;
    min-height: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -35px;
    background: url(/img/blur.webp);
    background-size: cover;
    z-index: -1;
  }}



.who-we-are__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 58px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 65px;
}


@media screen and (max-width: 700px) {
  .who-we-are__title {
    font-size: 44px;
	}
}


@media screen and (max-width: 991px) {
  .screen__nav {
   padding: 0;
   display: none !important;
}
}


.who-we-are__item {
  width: 48%;
  max-width: 100%;
  height: 250px;
  border-radius: 50.773px;
  border-top: 1.269px solid #F6FFE2;
  border-right: 1.269px solid #f6ffe26e;
  border-bottom: 1.269px solid #0c0c0c;
  border-left: 1.269px solid #f6ffe2b0;
  box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
  background: rgba(49, 57, 36, 0.14);
  backdrop-filter: blur(25.386402130126953px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 16px;
}


@media screen and (max-width: 600px) {
  .who-we-are__item {
    width: 100%;
    height: 200px;
}
}

@media screen and (max-width: 600px) {
 #projects .who-we-are__item {

    height: 240px;
}
}


.who-we-are__item b {
  color: #B5FF5B;
  text-align: center;
  font-family: Unbounded;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}


@media screen and (max-width: 1024px) {
  .who-we-are__item b {
    font-size: 25px;
	}
}



.who-we-are__item span {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.who-we-are__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
}


@media (max-width: 1100px) {
  .who-we-are__wrapper {
    padding: 0 16px;
  }}

.who-we-are__item:nth-child(3), .who-we-are__item:nth-child(4) {
  margin-top: -50px;
}


@media (max-width: 700px) {
  .who-we-are__item:nth-child(2), .who-we-are__item:nth-child(3), .who-we-are__item:nth-child(4) {
    margin-top: -80px;
  }}

.who-we-are {
    margin-bottom: 184px;
}


@media (max-width: 700px) {
.who-we-are {
    margin-bottom: 150px;
  }}

.advantages h2 {
  color: #FFF;
  font-family: Unbounded;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 65px;
}







.advantages__item {
  max-width: 49%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px){
.advantages__item {
  max-width: 100%;
  height: 100%;
  }}

.advantages__item-title {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  max-width: 100%;

}


@media (max-width: 500px) {
  .advantages__item-title {
    font-size: 22px;
  }}


  .advantages__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 18px;
}

.advantages__item-title {
    margin-bottom: 25px;
}

.geo__title {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 65px;
}




.advantages {
    margin-bottom: 170px;
}

.geo__img {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 120px;
  transition: .3s;
  cursor: pointer;
}

.geo__img:hover {
  filter: grayscale(0);
  transition: .3s;
}


.projects__title {
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 130px;
}


@media screen and (max-width: 700px) {
  .projects__title {
    margin-bottom: 80px;
  }
}

.advantages__item span {
  color: rgb(188 188 188 / 62%);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: Unbounded;
}

.projects__item {
    border-radius: 50.773px;
    border-top: 1.269px solid #F6FFE2;
    border-right: 1.269px solid #f6ffe26e;
    border-bottom: 1.269px solid #0c0c0c;
    border-left: 1.269px solid #f6ffe2b0;
    box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
    background: rgba(49, 57, 36, 0.14);
    backdrop-filter: blur(25.386402130126953px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}









.projects__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 20px;
  grid-template-rows: repeat(4, 210px);
  margin-bottom: 30px;
  padding: 0 16px;
}



@media (max-width: 991px) {
  .projects__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }}



  @media (max-width: 765px) {
    .projects__wrapper {
      grid-template-columns: repeat(1, 1fr);
    }}





.projects__item img {
    width: 131px;
    height: auto;
}

.span--3 {
    grid-row: span 3;
}

.span--2 {
    grid-row: span 2;
}

.call-to-action__sup-heading {
    color: #FFF;
    text-align: center;
    font-size: 16.887px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.361px;
    letter-spacing: 2.412px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.call-to-action__heading {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.482px;
  max-width: 1000px;
  text-transform: uppercase;
}

@media screen and (max-width: 500px) {
  .projects__item, .span--3 {
    grid-row: span 2;
    height: 400px;
  }
}

@media (max-width: 1100px) {
  .call-to-action__heading {
    font-size: 28px;
    max-width: 90%;
  }}


  @media (max-width: 500px) {
    .call-to-action__heading {
      font-size: 28px;
      max-width: 100%;
    }}






.projects {
    margin-bottom: 120px;
}

.button.button--transparent {
  background: url(/img/Btn.svg);
  color: #F8F8FD;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.container__wrapper {
  border-radius: 50px;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  background-image: url(/img/footer-background.webp);
  background-size: contain;
  position: relative;
 
}


@media (max-width: 991px) {
  .container__wrapper {
    padding: 0 40px;
  }}




  @media (max-width: 600px) {
    .container__wrapper {
      min-height: 570px;
      padding: 0 40px 40px;
      justify-content: end;
    }}


    @media (max-width: 400px) {
      .container__wrapper {
        min-height: 530px;
        padding: 0 20px 40px;
    }}
  



    .container__wrapper--dog::after {
      content: '';
      width: 870px;
      height: 658px;
      background-image: url(/img/dog.webp);
      position: absolute;
      bottom: 0;
      z-index: 0;
      left: 50%;
      transform: translateX(-50%);
      zoom: 74%;
  }



@media (max-width: 991px) {
  .container__wrapper--dog::after {
    content: '';
    width: 100%;
    height: 880px;
    background-image: url(/img/dog.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
  }}



  @media (max-width: 600px) {
    .container__wrapper--dog::after {
      content: '';
      width: 100%;
      height: 700px;
      background-image: url(/img/dog.webp);
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      z-index: 0;
      left: 50%;
      transform: translateX(-50%);
    }}

    @media (max-width: 450px) {
      .container__wrapper--dog::after {
        height: 670px;
      }}






  @media (max-width: 991px) {
    .container__wrapper--dog::before {
      content: '';
      width: 100%;
      height: 400px;
      background: linear-gradient(0deg, #000, #000000fc, #00000000);
      position: absolute;
      bottom: 0;
      z-index: 1;
      border-radius: 0 0 20px 20px;
      
    }}



    @media (max-width: 800px) {
      .container__wrapper--dog::before {
        height: 550px;
        
      }}







    @media (max-width: 500px) {
      .container__wrapper--dog::before {
        content: '';
        width: 100%;
        height: 440px;
        background: linear-gradient(0deg, #000, #000000fc, #000000fc, #000000fc, #000000fc, #000000fc, #03030300);
        position: absolute;
        bottom: 0;
        z-index: 1;
        border-radius: 0 0 20px 20px;
        
      }}




.container__wrapper > * {
    z-index: 1;
}

section.call-to-action {
  margin-bottom: 180px;
  margin-top: 200px;
}


@media (max-width: 1100px) {
  section.call-to-action {
    padding: 0 16px;
  }}



  @media (max-width: 450px) {
    section.call-to-action {
      padding: 0 16px;
        padding-top: 200px;
        margin-top: 0;
        overflow: hidden;
    }}




.footer__nav {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    border-bottom: 2px solid #ffffff3d;
    gap: 54px;
    padding-bottom: 44px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
  .footer__nav {
    gap: 30px;
  }}



.footer__nav li a {
    color: #B5FF5B;
    text-align: right;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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


@media (max-width: 991px) {
  .footer__wrapper {
    gap: 16px;
  }}




.footer__item p {
  max-width: 385px;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}



@media (max-width: 700px) {
  .footer__item p {
    width: 100%;
}}




.footer__item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}


@media (max-width: 700px) {
  .footer__item {
    gap: 6px;
}}
 
.footer__social {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 29px;
}

.geo__wrapper {
  position: relative;
  padding: 0 16px;
}
.geo__wrapper::before {
  content: '';
  width: 100%;
  height: 1120px;
  position: absolute;
  left: -65px;
  top: -320px;
  background: url(/img/blur-2.webp);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}


@media (max-width: 1100px) {
  .geo__wrapper::before {
    left: 0;
  }}


.who-we-are {
  position: relative;
}

.who-we-are::before {
  content: '';
  display: block;
  background: url(/img/chain-1.webp);
  background-size: contain;
}

.who-we-are::before {
    content: '';
    display: block;
    background: url(/img/chain-1.webp);
    background-size: contain;
    width: 100%;
    height: 1190px;
    position: absolute;
    background-repeat: no-repeat;
    top: -35px;
    left: 0;
    z-index: -1;
}

.advantages::before {
    content: '';
    display: block;
    background: url(/img/chain-2.webp);
    background-size: contain;
    width: 160px;
    height: 614px;
    position: absolute;
    background-repeat: no-repeat;
    top: -330px;
    right: 0;
    z-index: -1;
}

.advantages {
  position: relative;
}

footer {
  margin-bottom: 60px;
}

.projects {
  position: relative;
}

.projects::before {
    content: '';
    display: block;
    background: url(/img/chain-3.webp);
    background-size: contain;
    width: 100%;
    height: 1190px;
    position: absolute;
    background-repeat: no-repeat;
    top: -390px;
    left: 0;
    z-index: -1;
}

.projects::after {
    content: '';
    display: block;
    background: url(/img/chain-4.webp);
    background-size: contain;
    width: 560px;
    height: 809px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -418px;
    right: 0;
    z-index: -1;
}

.call-to-action {
    position: relative;
}

.call-to-action::after {
    content: '';
    display: block;
    background: url(/img/chain-5.webp);
    background-size: contain;
    width: 560px;
    height: 809px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -250px;
    left: 0;
    z-index: -1;
}

/* MOBILE */

@media screen and (max-width: 1080px) {
.advantages__wrapper {
align-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        grid-auto-rows: 1fr;
        margin-bottom: 40px;
  }
}



@media (max-width: 1100px) {
  footer {
    padding: 0 16px;
  }}


  @media screen and (max-width: 700px) {
    .who-we-are__title, .geo__title, .projects__title {
      font-size: 44px;
    }
  }


  @media screen and (max-width: 450px) {
    .who-we-are__title, .geo__title, .projects__title, .advantages h2  {
      font-size: 36px;
    }
  }
  
  

  /* Menu Burger START */
  .burger {
    width: 36px;
    height: 36px;
    border: none;
    background: url(/wp-content/themes/adogs/assets/menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.close {
  width: 24px;
  height: 24px;
  border: none;
  background: url(/wp-content/uploads/2025/02/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  display: block;
  margin-bottom: 35px;
}

@media screen and (min-width: 1100px) {
    .burger,
    .close {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .menu-wrapper,
    .header__button {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    #slider-students {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 1100px) {
    .menu-wrapper {
        display: none;
    }
}



@media screen and (max-width: 1100px) {
    .menu-wrapper {
      position: fixed;
      background: #fff;
      max-width: 100%;
      width: 100%;
      top: 0;
      z-index: 5;
      padding: 16px;
      align-items: baseline;
    }
}

@media screen and (max-width: 1100px) {
    .main-nav {
        flex-direction: column;
    }
}

@media screen and (max-width: 1100px) {
    .main-nav__item {
        ;
    }
}

@media screen and (max-width: 1100px) {
    .menu-wrapper:before {
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        top: 0;
        background: #0000008c;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
}

.switch-none {
    display: block;
}

@media screen and (max-width: 1100px) {
    .menu-wrapper {
        right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .switch-none.menu-wrapper {
        animation: ani 1.5s forwards;
    }
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1100px) {
    .main-nav {
      flex-direction: column;
      list-style: none;
      padding: 0;
      display: flex;
      gap: 16px;
      align-items: baseline;
    }
}

@media screen and (max-width: 1100px) {
    .main-nav__item {
        
    }
}

@media screen and (max-width: 1100px) {
    .menu-wrapper:before {
        content: "";
        position: absolute;
        display: block;
        left: -100%;
        top: 0;
        background: #0000008c;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
}

.switch-none {
    display: block;
}

@media screen and (max-width: 1100px) {
    .menu-wrapper {
      right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .switch-none.menu-wrapper {
      animation: ani 1.5s forwards;
      box-shadow: 0 30px 40px rgba(0, 0, 0, .1);
      background: rgba(49, 57, 36, 0.14);
      backdrop-filter: blur(25px);
    }
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



a.main-nav__item-link {
  display: flex;
  justify-content: end;
}

span.item-menu-mb {
  color: #b5ff5b;
  font-size: 18px;
}


/* Menu START END */

ul.footer__social.head-menu-mb {
  justify-content: start;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
ul.footer__social.head-menu-mb {

}
}

.call-to-action {
    margin-bottom: 180px;
    margin-top: 200px;
}



.mail-foo {
  display: flex;
  gap: 12px;
  color: #fff;
}


.mail-footert {
  color: #b4fe5b;
  font-size: 18px;
}

p {
  font-size: 12px;
}

.copywriter {
  text-align: center;
}

i.fa-brands.fa-telegram {
    color: #ffffff;
    font-size: 32px !important;
}


.back-to-top {
  font-size: 24px;
  color: #0c0c0c;
  background: #c0ff01;
  padding: 5px 10px;
  border-radius: 9px;
  cursor: pointer;
  margin: 0 auto;
  background: #c0ff0100;
  color: #c0ff01;
  font-size: 18px;
  font-family: Unbounded;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  width: fit-content;
  padding: 10px;
  border: 1px solid #c0ff01;
}


.back-to-top:hover {
  background: #333;
  text-decoration: none;
}


i.fa-brands.fa-telegram.back-to-top {
  bottom: 70px;
  background: inherit;
  right: 12px;
}

.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2px;
}

.form-item.form-item--small {
  width: 100%;
}

@media screen and (max-width: 1100px) {
	.form-item.form-item--small {
    width: 100%;
	}
}

.adogs-form input {
    width: 100%;
    background: #00000000;
    border: none;
    border-bottom: 1px solid #c0ff01;
    color: white;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c0ff01;
  color: white;
  border-radius: 12px;
  background: #bbbbbb17;
}

.form-item.form-item--big {
    width: 100%;
}

.adogs-form {
  max-width: 500px;
  margin: 0 auto;
}


.adogs-form p {
    margin: 0;
}

.form-item {
    margin-bottom: 1%;
}

.adogs-form input, .adogs-form textarea {
  padding: 16px;
  font-size: 16px;
  font-family: Unbounded;
  border-radius: 12px;
  background: #bbbbbb17;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    position: relative;
	cursor: pointer;
}

.adogs-form .wpcf7-spinner {
    position: relative;
    top: -30px;
    left: -15px;
}

section#geo {
  margin-bottom: 150px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #c0ff01;
  color: #111;
  font-size: 18px;
  font-family: Unbounded;
  font-weight: 500;
}


.hero__subheading.posttitle-head {
  font-size: 48px;
}



@media screen and (max-width: 1100px) {
  .hero__subheading.posttitle-head {
    font-size: 32px;
	}
}



.element-flags {
  display: flex;
  align-items: center;
  gap: 20px;
}


@media screen and (max-width: 1100px) {
.element-flags {
       gap: 10px;
	}
}


img.flags-images {
  width: 50px;
  border-radius: 8px;
  height: 36px;
  object-fit: cover;
}

.flags-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin-bottom: 60px;
}


@media screen and (max-width: 1100px) {
  .flags-block {
            grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
	}
}


.contry {
  color: #FFF;
  text-align: center;
  font-family: Unbounded;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
.contry {
    color: #FFF;
    text-align: left;
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    max-width: 100%;
	}
}

.partners-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin-bottom: 60px;
}

@media screen and (max-width: 1100px) {
  .partners-box {
    grid-template-columns: 1fr 1fr;
	}
}


img.logo-partners {
  max-width: 120px;
}

.box-logo {
  border-radius: 12px;
  background: #bbbbbb17;
  display: flex;
  align-items: center;
  justify-content: center;
}


img.icon-head {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

li.elem-menu {
  display: flex;
}


/* Удаляем старую анимацию ani и заменяем её новой */
@keyframes slideInTop {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1100px) {
  .switch-none.menu-wrapper {
    animation: slideInTop 0.5s ease forwards;
    /* display: block уже задан в классе .switch-none, но продублируем для надёжности */
    display: block;
  }
}

.lang_box {
  display: flex;
  gap: 16px;
}


ul.footer__social.head-tg-box {
  display: none;
}

@media screen and (max-width: 1100px) {
  ul.footer__social.head-tg-box {
    display: block;
  }
}



	

.screen__nav {
  display: none;
  position: fixed;
  top: 30%;
  left: 2%;
  flex-direction: column;
  color: #ffffff;
  font-size: 20px;
  z-index: 10;
  list-style: none;
  gap: 40px;
  margin: 0;
}

.screen__nav-circle {
  min-width: 8px;
  min-height: 8px;
  display: block;
  background: #ffffff;
  z-index: 5;
  position: relative;
  border-radius: 50%;
}

.active {
  background: #c0ff01;
  height: 40px;
  border-radius: 10px;
}
