@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kelly+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

/* 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.
*/

html {
scroll-behavior: smooth;
}

  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;
    transition: 1s;
  }

  a:hover {
    opacity: 0.7;
    transition: .3s;
  }


/**
* 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;
  }

   *,
  *::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: 18px;
    line-height: normal;
    font-family: "Inter", sans-serif;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  body {
    width: 100%;
    height: 100%;
    background: #ffffff;
    font-size: 18px;
    font-family: "Exo 2", sans-serif; 
    overflow-x: hidden;
  }

  a {
    text-decoration: none;
}

  .button:hover {
    transition: 1s;
  }
  
  .button {
    transition: 1s;
  }

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

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 128rem;
    margin: 0 auto;
    margin-top: 26px;
    border-bottom: 1px solid #E9EFF2;
    padding-bottom: 26px;
    margin-bottom: 60px;
}





  
.container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
  padding: 0 12px;
  position: relative;
}

.main-nav {
    padding: 18px;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

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

.main_wrapper_header{
    display: flex;
    gap: 252px;
    align-items: center;
}

.main-nav a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
}

@media (max-width: 1280px) {
  .main-nav a {
    font-size: 18px;
  }}

.main-nav__item a:hover {
  color: #fff;
}

.main-nav__link_eng{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .main-nav__link_eng {
    font-size: 18px;
  }}



.logo-link img {
    max-width: 95px;
    width: 100%;
}


section.section_main {
  background: linear-gradient(45deg, #000000ab, #00000075), url(/wp-content/uploads/2025/03/fonts-scaled.webp);
  background-position: 10% 25%;
  background-size: cover;
}

section.section_main.section_main_two{
  background: linear-gradient(45deg, #000000ab, #00000075), url(/wp-content/uploads/2025/03/nebo_dark-cmyk-scaled.webp);
  background-position: 10% 25%;
  background-size: cover;
}

@media (max-width: 991px) {
  section.section_main {
    background: linear-gradient(45deg, #000000ab, #00000075), url(/wp-content/uploads/2025/03/fon.webp);
  background-position: 45% 25%;
  background-size: cover;
  }}

.block_main {
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  margin: 0 auto;
  gap: 242px;
}

.section_main_two .block_main{
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .section_main_two .block_main {
    flex-direction: column-reverse;
  }}



@media (max-width: 1024px) {
  .block_main {
    gap: 150px;
  }}

@media (max-width: 991px) {
  .block_main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0;
    gap: 0;
  }}





.header-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.main_text{
  margin: 0 auto;
  margin-top: 190px;
}

@media (max-width: 1280px) {
  .main_text {
    margin-top: 100px;
  }}

@media (max-width: 991px) {
  .main_text {
    margin-top: 88px;
  }}

.box_main_images{
  margin: 0 auto;
}

.owl-stage {
  background: #e9e9e8;
}

.box_main_images img {
  max-width: 222px;
  width: 100%;
  z-index: 5;
  position: relative;
  bottom: -148px;
}

.section_main_two .box_main_images img{
  bottom: -175px;
}

@media (max-width: 1280px) {
  .section_main_two .box_main_images img {
    bottom: -82px;
  }}

@media (max-width: 991px) {
  .section_main_two .box_main_images img {
    bottom: -82px;
  }}

@media (max-width: 1280px) {
  .box_main_images img {
    max-width: 160px;
    bottom: -112px;
  }}

@media (max-width: 991px) {
  .box_main_images img {
    max-width: 114px;
    bottom: -82px;
  }}

.box_main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 991px) {
  .box_main {
    gap: 0;
  }}


h1.main_text_title {
  margin: 0;
  color: #fff;
  font-size: 145px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 26px;
}

@media (max-width: 1440px) {
  h1.main_text_title {
    font-size: 135px;
    
  }}

@media (max-width: 1366px) {
  h1.main_text_title {
    font-size: 125px;
    
  }}

@media (max-width: 1280px) {
  h1.main_text_title {
    font-size: 110px;
    
  }}


@media (max-width: 1024px) {
  h1.main_text_title {
    font-size: 80px;
    
  }}

@media (max-width: 991px) {
  h1.main_text_title {
    font-size: 60px;
    text-align: center;
  }}

h2.main_text_title {
  margin: 0;
  color: #fff;
  font-size: 137px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 26px;
}

@media (max-width: 1440px) {
  h2.main_text_title {
    font-size: 124px;
    
  }}

@media (max-width: 1366px) {
  h2.main_text_title {
    font-size: 117px;
    
  }}

@media (max-width: 1280px) {
  h2.main_text_title {
    font-size: 80px;
    
  }}


@media (max-width: 1024px) {
  h2.main_text_title {
    font-size: 80px;
    
  }}

@media (max-width: 991px) {
  h2.main_text_title {
    font-size: 60px;
    text-align: center;
  }}







.main_text_description {
  color: #fff;
  font-size: 25px;
  max-width: 650px;
  font-weight: 400;
  padding-left: 10px;
}

@media (max-width: 1280px) {
  .main_text_description {
    font-size: 22px;
  }} 

@media (max-width: 1024px) {
  .main_text_description {
    font-size: 20px;
  }} 


@media (max-width: 991px) {
  .main_text_description {
    font-size: 20px;
    text-align: center;
    padding: 0;
    min-height: 96px;
  }}


p.main_text_description span{
  text-transform: uppercase;
}

.main.button {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

@media (max-width: 1280px) {
  .main.button {
    margin: 0;
  }}


@media (max-width: 1024px) {
  .main.button {
    margin: 0;
  }}


@media (max-width: 991px) {
  .main.button {
    margin: 0 auto;
    padding-top: 20px;
  }}


.nav_link--contact_2 {
  background: #0f9ae1c2;
  font-size: 15px;
  width: 280px;
  padding: 16px 30px;
  border-radius: 50px;
  color: #fff;
}

@media (max-width: 1280px) {
  .nav_link--contact_2 {
    font-size: 14px;
    width: 218px;
    padding: 13px 16px;
  }}

@media (max-width: 1024px) {
  .nav_link--contact_2 {
    font-size: 12px;
    width: 180px;
    padding: 10px 9px;
  }}



section.advantages{
  background: #E9E9E8;
  padding: 180px 0 146px 0;
}

@media (max-width: 1366px) {
  section.advantages {
    padding: 140px 0;
  }}


@media (max-width: 1280px) {
  section.advantages {
    padding: 118px 0 54px 0;
  }}

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

.block_advantages {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (max-width: 991px) {
  .block_advantages {
   flex-wrap: wrap;
  }}


.box_advantages_text{
  position: relative;
    z-index: 3;
}

@media (max-width: 991px) {
  .box_advantages_text {
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }}

.box_advantages_images{
    position: absolute;
    right: 0;
    top: -114px;
    z-index: 2;
}

@media (max-width: 1024px) {
  .box_advantages_images {
    max-width: 495px;
    right: 0;
    z-index: 2;
  }}

@media (max-width: 991px) {
  .box_advantages_images {
    margin: 0 auto;
    position: relative;
    right: 0;
    top: 0;
    z-index: 2;
  }}



.box_advantages_images img{
    max-width: 595px;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 1366px) {
  .box_advantages_images img {
    max-width: 554px;
  }}

@media (max-width: 1280px) {
  .box_advantages_images img {
    max-width: 500px;
  }}

@media (max-width: 991px) {
  .box_advantages_images img {
    max-width: 300px;
  }}



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


h2.text_advantages_title {
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  h2.text_advantages_title {
    font-size: 22px;
  }}

@media (max-width: 1024px) {
  h2.text_advantages_title {
    font-size: 20px;
  }}

@media (max-width: 991px) {
  h2.text_advantages_title {
    font-size: 15px;
    font-weight: 400;
    align-items: baseline;
  }}

h2.text_advantages_title strong{
  color: #0C3866;
  font-size: 90px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  border-bottom: 4px solid #C99A4E;
  padding: 0 15px 0 5px;
}

.text_title{
  font-size: 25px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  h2.text_advantages_title strong {
    font-size: 70px;
  }}

@media (max-width: 1024px) {
  h2.text_advantages_title strong {
    font-size: 60px;
  }}

@media (max-width: 991px) {
  h2.text_advantages_title strong {
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #C99A4E;
    padding: 0;
  }}

.text_advantages_title_p {
  margin: 0;
  position: relative;
  top: 10px;
}

@media (max-width: 1024px) {
  .text_advantages_title_p {
    top: 0;
  }}

@media (max-width: 991px) {
  .text_advantages_title_p {
    top: 0;
  }}


.text_advantages_description {
  max-width: 700px;
  font-size: 25px;
  padding-left: 10px;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .text_advantages_description {
    font-size: 22px;
  }}

@media (max-width: 1024px) {
  .text_advantages_description {
    font-size: 20px;
  }}

@media (max-width: 991px) {
  .text_advantages_description {
    font-size: 15px;
    padding-left: 0;
  }}


section.groza {
  background: url(/wp-content/uploads/2025/03/nebo_dark-cmyk-scaled.webp);
  background-position: 10% 25%;
  background-size: cover;
}

@media (max-width: 991px) {
  section.groza {
    background: url(/wp-content/uploads/2025/03/nebo_dark-cmyk-1.webp);
    background-position: 45% 25%;
    background-size: cover;
  }}

.block_groza{
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 100px;
}

@media (max-width: 991px) {
  .block_groza {
    flex-wrap: wrap;
  }}

h2.text_groza_title {
  margin: 0;
  color: #fff;
  font-size: 140px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  margin-bottom: 26px;
}

@media (max-width: 1366px) {
  h2.text_groza_title {
      font-size: 126px;
    }}

@media (max-width: 1280px) {
  h2.text_groza_title {
    font-size: 100px;

    }}

@media (max-width: 1024px) {
  h2.text_groza_title {
      font-size: 80px;
    }}

@media (max-width: 991px) {
  h2.text_groza_title {
    font-size: 62px;
    text-align: center;
  }}



p.text_groza_description {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  max-width: 600px;
  padding-left: 15px;
}

@media (max-width: 1280px) {
  p.text_groza_description {
    font-size: 22px;
  }}

@media (max-width: 1024px) {
  p.text_groza_description {
    font-size: 20px;
  }}

p.text_groza_description span{
  text-transform: uppercase;
}

.groza_button {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: flex-end;
  position: relative;
  bottom: 296px;
}

@media (max-width: 1366px) {
  .groza_button{
    bottom: 266px;
  }}  

@media (max-width: 1280px) {
  .groza_button{
    bottom: 216px;
  }}  

@media (max-width: 1024px) {
    .groza_button{
      bottom: 250px;
    }}  


@media (max-width: 991px) {
      .groza_button{
        bottom: -45px;
      }}


.box_groza_images img{
    margin: 0 auto;
    max-width: 222px;
    width: 100%;
    position: relative;
    bottom: 150px;
    z-index: 5;
}

@media (max-width: 1366px) {
  .box_groza_images img{
    bottom: 140px;
  }}

  @media (max-width: 1280px) {
    .box_groza_images img{
      max-width: 160px;
      bottom: 108px;
    }}

@media (max-width: 991px) {
  .box_groza_images img{
    max-width: 114px;
    bottom: -92px;
  }}

@media (max-width: 991px) {
  .block_groza {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }}

section.rule{
  background: #E9E9E8;
  position: relative;

}

section.rule::before {
  content: '';
  display: block;
  width: 600px;
  height: 100%;
  position: absolute;
  background: url(/wp-content/uploads/2025/03/block_04_images-scaled.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 130px;
  left: 0;
}

@media (max-width: 991px) {
  section.rule::before {
    max-width: 250px;
    width: 100%;
    top: -84px;
    z-index: 3;
  }}

.block_rule {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 185px;
}

@media (max-width: 1366px) {
  .block_rule {
    padding-bottom: 100px;
  }}

@media (max-width: 991px) {
  .block_rule {
    padding-bottom: 50px;
  }}

h2.text_rule_title {
  margin: 0;
  color: #0C3866;
  font-size: 90px;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
  padding: 68px 0 88px 0;
  position: relative;
  z-index: 5;
}

.text_rule_title span{
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  h2.text_rule_title {
    font-size: 80px;
  }}

@media (max-width: 1280px) {
  h2.text_rule_title {
    font-size: 70px;
  }}

@media (max-width: 1024px) {
  h2.text_rule_title {
    font-size: 70px;
  }}

@media (max-width: 991px) {
  h2.text_rule_title {
    font-size: 35px;
    padding: 0 0 28px 0;
  }}

.h2.text_rule_title span {
  text-transform: uppercase;
}

.block_rule_column {
  display: flex;
  gap: 140px;
}

@media (max-width: 1024px) {
  .block_rule_column {
    flex-direction: column;
    gap: 0;
  }}


@media (max-width: 991px) {
  .block_rule_column {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0;
  }}

.box_rule_left {
  background: #0C4074;
  color: #fff;
  border-radius: 20px;
  padding: 16px 45px 10px 45px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1280px) {
  .box_rule_left {
    height: 334px;
  }}


@media (max-width: 991px) {
  .box_rule_left {
    border-radius: 20px;
    padding: 8px 24px 11px 24px;
    height: 196px;
  }}


.box_rule_right {
  background: #0C4074;
  color: #fff;
  border-radius: 20px;
  padding: 37px 45px 10px 45px;
  position: relative;
  right: 0;
  bottom: -60px;
}

@media (max-width: 1280px) {
  .box_rule_right {
    height: 334px;
  }}


@media (max-width: 991px) {
  .box_rule_right {
    border-radius: 20px;
    padding: 20px 24px 14px 24px;
    height: 196px;
    bottom: -17px;
  }}


.box_rule_top {
  display: flex;
  align-items: center;
  gap: 27px;
}


.box_rule_top img{
    max-width: 160px;
    width: 100%;
}

@media (max-width: 1366px) {
  .box_rule_top img {
    max-width: 136px;
  }}

@media (max-width: 1280px) {
  .box_rule_top img {
    max-width: 110px;
  }}

@media (max-width: 991px) {
  .box_rule_top img {
    max-width: 90px;
  }}

.right img{
  max-width: 260px;
    width: 100%;
}

@media (max-width: 1366px) {
  .right img {
    max-width: 228px;
  }}

@media (max-width: 1280px) {
  .right img {
    max-width: 180px;
  }}

@media (max-width: 991px) {
  .right img {
    max-width: 145px;
  }}

h3.title_rule {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  max-width: 300px;
}

@media (max-width: 1280px) {
  h3.title_rule {
    font-size: 22px;
  }}

@media (max-width: 1024px) {
  h3.title_rule {
    max-width: 700px;
    font-size: 22px;
  }}

@media (max-width: 991px) {
    h3.title_rule {
      font-size: 14px;
    }}

.description_rule {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  max-width: 530px;
}

@media (max-width: 1280px) {
   .description_rule {
    font-size: 18px;
  }}

@media (max-width: 1024px) {
   .description_rule {
    max-width: 1000px;
    font-size: 18px;
  }}

@media (max-width: 991px) {
  .description_rule {
      font-size: 10px;
    }}



.product{
  background-position: 10% 25%;
  background-size: cover;
  background-image: linear-gradient(rgb(57 83 120 / 36%), rgb(57 84 122 / 77%)), url(/wp-content/uploads/2025/03/sun-sunlight-bright-outdoor-sky-scaled.webp);
}

.section__polygon::before {
  content: '';
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2%);
  display: block;
  width: 100%;
  height: 100px;
  background-color: #E9E9E8;
  position: relative;
  z-index: 1;
  top: -2px;
}

@media (max-width: 1280px) {
  .section__polygon::before {
    clip-path: polygon(0 0, 100% 0, 140% 100%, 0 2%);
    height: 80px;
  }}

@media (max-width: 991px) {
  .section__polygon::before {
    clip-path: polygon(0 0, 100% 0, 222% 100%, 0 2%);
    height: 80px;
  }}


.section__polygon::after {
  content: '';
  clip-path: polygon(0 0, 100% 98%, 100% 100%, 0 100%);
  display: block;
  width: 100%;
  height: 100px;
  background-color: #E9E9E8;
  position: relative;
  z-index: 3;
  top: 2px;
}

@media (max-width: 1280px) {
  .section__polygon::after {
    clip-path: polygon(0 0, 140% 98%, 100% 100%, 0 100%);
    height: 80px;
  }}

@media (max-width: 991px) {
  .section__polygon::after {
    clip-path: polygon(0 0, 222% 98%, 100% 100%, 0 100%);
    height: 80px;
  }}


.section_main.section__polygon::before{
  display: none;
}

.product.section__polygon::after{
  display: none;
}


.block_product {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 146px;
  padding: 156px 0px;
}

@media (max-width: 1366px) {
  .block_product {
    padding: 80px 20px;
  }}

@media (max-width: 1280px) {
  .block_product {
    gap: 50px;
    padding: 80px 0px;
  }}

@media (max-width: 1024px) {
  .block_product {
    gap: 50px;
    padding: 0 0 30px 0;
  }}

@media (max-width: 991px) {
  .block_product {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 90px;
  }}

.box_product {
  margin: 0 auto;
  display: flex;
  align-items: end;
  gap: 54px;
}

@media (max-width: 1024px) {
  .box_product {
    flex-direction: column;
    align-self: baseline;
  }}

@media (max-width: 991px) {
  .box_product {
    flex-wrap: wrap;
    gap: 0;
  }}


.box_product_nebo {
  background: rgb(29 43 106 / 50%);
  border: 1px solid #D7A02B;
  border-radius: 20px;
  min-height: 490px;
  max-width: 480px;
  width: 100%;
  padding: 50px 30px;
}

@media (max-width: 1366px) {
  .box_product_nebo {
    padding: 30px 10px;
    min-height: 474px;
  }}

@media (max-width: 1280px) {
  .box_product_nebo {
    padding: 36px 5px;
    min-height: 452px;
  }}

  @media (max-width: 1024px) {
    .box_product_nebo {
      border-radius: 20px;
      padding: 20px;
      min-height: 415px;
    }}

@media (max-width: 991px) {
  .box_product_nebo {
    padding: 20px;
    border-radius: 20px;
    padding: 30px 10px;
    
  }}



.box_product .product_bottle {
  margin: 0 auto;
  max-width: 158px;
  width: 100%;
  position: relative;
  bottom: -60px;
}


@media (max-width: 1366px) {
  .box_product .product_bottle {
    max-width: 150px;
    bottom: -56px;
  }}

@media (max-width: 1280px) {
  .box_product .product_bottle {
    max-width: 130px;
    bottom: -46px;
  }}

@media (max-width: 1024px) {
  .box_product .product_bottle {
    max-width: 130px;
    bottom: 0px;
  }}

@media (max-width: 991px) {
  .box_product .product_bottle {
    max-width: 100px;
    bottom: 0px;
  }}

.box_product_nebo_top {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 20px 26px 30px;
}

.box_product_nebo_top img{
  margin: 0;
  max-width: 54px;
  width: 100%;
  
}

h3.title_product {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Exo 2", sans-serif;
  line-height: 1;
}

.compound {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .compound {
    font-size: 15px;
  }}

li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 8px
}

@media (max-width: 991px) {
  li {
    font-size: 15px;
  }}

li::marker{
  color: #C99A4E;
}

.compound_hey {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .compound_hey {
    font-size: 15px;
  }}

.compound_hey strong{
  color: #C99A4E;
}



















.post-how-it-work__title {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}


.post-how-it-work__title p{
  margin: 8px auto;
}

.sharing-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
	max-width: 470px;
	gap: 16px;
	align-items: center;
}

.hero__main-img {
  position: absolute;
  right: -20%;
  top: 120px;
  max-width: 500px;
  width: 100%;
  height: 375px;
  border-radius: 8px;
  object-fit: cover;
}


@media (max-width: 768px) {
  .hero__main-img {
    height: auto;
  }}

.sharing-box__media {
    width: 62px;
    height: 62px;
    display: block;
}

.sharing-box__media--vk {
    background: url(/wp-content/uploads/2024/12/viber-icon.svg);
}

.sharing-box__media--tg {
	background: url(/wp-content/uploads/2024/06/tg-icon.svg)
}

.hero .sharing-box__button {
	padding: 20px 30px;
}

.about-section {
  background: #F7F7F7;
  padding: 50px 0;
}

.hero-section {
  margin-bottom: 80px;
  padding-top: 80px;
}
.about-section__title {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 20px;
}

.about-slider__item--img {
    border-radius: 10px 10px 0 0;
}

.about-slider__item {
    max-width: 310px;
	margin-bottom: 60px;
}

.about-slider__item-desc-wrapper {
    background: #FFF;
    padding: 40px 40px 30px 30px;
    position: relative;
    min-height: 141px;
    border-radius: 0 0 10px 10px;
}

.about-slider__item-desc {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.about-slider__item-icon {
    position: absolute;
    top: -25px;
}

.about-slider {
    display: flex;
    justify-content: space-between;
}

.about-section__content {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.48px;
}

.history__title {
    margin: 0;
    color: #000;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 60px;
}

.history {
    padding: 70px 0;
}

.history-gallery__img:first-child {
    grid-row: span 2;
	height: 100%;
}

.history-gallery__wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
	gap: 0 15px;
}

.how-it-work__wrapper--color {
  background: linear-gradient(272deg, #16412f, #098257);
  position: relative;
  min-height: 540px;
}

.how-it-work__wrapper--image {
  background-position: right top;
  background-repeat: no-repeat;
  padding: 60px 0;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}

.how-it-work__title {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 30px;
}

.how-it-work__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 30px 18px 30px;
  background: #ffda18;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 8px;
}

.how-it-work__item {
  border-radius: 6px;
  background: #FFF;
  display: flex;
  padding: 24px;
  max-width: 470px;
  width: 100%;
  box-sizing: border-box;
  gap: 24px;
  align-items: center;
}

.how-it-work__item-desc {
	margin: 0;
	color: #000;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.how-it-work__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.students__title {
    margin: 0;
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
	margin-bottom: 40px;
}

.students {
  padding: 0;
  margin: 80px 0;
}

.students-gallery {
	margin-bottom: 80px;
}

.students__desc {
  margin: 0;
  border-radius: 6px;
  background: #d6e4de;
  padding: 28px 50px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.48px;
  max-width: 890px;
  box-sizing: border-box;
}

.students__desc p {
  margin: 0;
  font-size: 20px;
}

.students__main-image {
  border-radius: 8px;
  max-width: 900px;
  height: 500px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: -1;
  top: -40px;
  object-fit: cover;
}

.wpcf7-response-output {
	line-height: 1;
    font-size: 13px;
    text-align: center;
}

.contact__wrapper--color {
    background: #E9E9E8;
    position: relative;
    min-height: 540px;
}

.contact__wrapper--image {
    background-position: right top;
    background-repeat: no-repeat;
    padding: 80px 0;
    min-height: 540px;
    display: flex;
    flex-direction: column;
}

.contact__title {
    margin: 0;
    color: #FFF;
    font-family: Manrope;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 16px;
}

.contact__disc {
    margin: 0;
    color: #FFF;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
}

.footer-column {
    width: 48%;
}

footer .sharing-box {
   margin-bottom: 36px;	
}

.copywrite {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

footer#contacts {
  background: #E9E9E8;
}

.footer-wrapper__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

.footer_text_title {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 30px 0;
}

.footer_title {
  font-size: 42px;
  text-transform: uppercase;
  color: #022243;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 1366px) {
  .footer_title {
    font-size: 36px;
  }}

@media (max-width: 1280px) {
  .footer_title {
    font-size: 30px;
  }}

@media (max-width: 1024px) {
  .footer_title {
    font-size: 30px;
  }}

@media (max-width: 991px) {
  .footer_title {
    font-size: 20px;
  }}

.footer_description{
  font-size: 25px;
  color: #022243;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .footer_description {
    font-size: 20px;
  }}

@media (max-width: 1024px) {
  .footer_description {
    font-size: 20px;
  }}


@media (max-width: 991px) {
  .footer_description {
    font-size: 16px;
  }}





@media(max-width: 991px) {
  .footer-wrapper__inner {
    flex-wrap: wrap;
    flex-direction: column;
  }}

footer .sharing-box__media--tg {
    background: url(/wp-content/uploads/2024/06/tg-icon-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

footer .sharing-box__media--vk {
   
    background-size: contain;
    background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

footer .sharing-box__button {
	color: #000;
	font-family: Manrope;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	border-radius: 24px;
	background: #F1F1F1;
	padding: 13px 20px;
}

.header-logo__img {
  margin-left: 34px;
  height: 50px;
}

.wpcf7 {
    border-radius: 6px;
    background: #FFF;
    width: 100%;
    padding: 20px;
}

.wpcf7 p {
	margin: 0;
	position: relative;
}

form .wpcf7-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 30px 18px 30px;
  background: #ffda17;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto;
  min-width: 100%;
  position: relative;
  border-radius: 8px;
  border: none;
}
.wpcf7-spinner {
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
}

.wpcf7-form-control {
    color: #999;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 13px 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #E6E6E6;
	margin-bottom: 12px;
}

@media screen and (max-width: 1240px) {
.about-section__content {
    max-width: 802px;
}}

@media screen and (max-width: 1240px) {
.header-logo__img {
    margin-left: 4%;
}}

@media screen and (max-width: 991px) {
main {
    display: block;
	}
}

@media screen and (max-width: 1080px) {
.about-slider {
    overflow-x: scroll;
	gap: 10px;
	}
}

@media screen and (max-width: 991px) {
.hero__main-img {
	position: inherit;
}}



@media screen and (max-width: 991px) {
.hero__main-img {
	margin-bottom: 16px;
	}
}

@media screen and (max-width: 991px) {
.sharing-box ul li:first-child {
	min-width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.sharing-box ul {
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
	background-position: -150% top;

	}
}

@media screen and (max-width: 991px) {
.hero__title {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
	}
}

@media screen and (max-width: 991px) {
.hero__desc {
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
	padding: 16px;
    background-position: right top;
	}
}

@media screen and (max-width: 991px) {
.about-section__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item {
	min-width: 250px;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item--img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	}
}

@media screen and (max-width: 991px) {
.about-slider__item-desc-wrapper {
	padding: 40px 20px 20px 20px;
	}
}

@media screen and (max-width: 991px) {
.about-section__content {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
	}
}

@media screen and (max-width: 991px) {
.history-gallery__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
	}
}

@media screen and (max-width: 991px) {
    .header-logo__img {
        margin-left: 0;
    }
}


@media screen and (max-width: 991px) {
.history__title {
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__wrapper--image {
	padding: 30px 0 40px 0;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__item {
	gap: 16px;
	padding: 12px;
	width: 100%;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__items-wrapper {
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
	text-align: left;
	}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	}
}

@media screen and (max-width: 991px) {
.history {
    padding: 30px 0 40px 0;
	}
}

@media screen and (max-width: 991px) {
.about-section {
    padding: 30px 0;
	}
}

@media screen and (max-width: 991px) {
.hero-section {
    margin-bottom: 30px;
	}
}









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

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



.switch-none {
	display: block;
}



.logo {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 18px;
  color: #154331;
  text-transform: uppercase;
  position: relative;
}


@media (max-width: 768px) {
  .logo {
    font-size: 14px;
  }}


  @media (max-width: 375px) {
    .logo {
      font-size: 10px;
    }}



@media (max-width: 768px) {
  .logo:before {
    width: 42px;
    height: 42px;
  }}


.logo span {
  border-radius: 4px;
}

a.logo-link {
  display: inline-block;
}

a.logo-link:hover {
  display: flex;
  opacity: 1;
}

header {
  display: flex;
  justify-content: center;
  background-color: #151E41;
  position: relative;
}



nav.breadcrumbs {
  font-size: 16px;
  color: #fff;
}



.expert-review-button {
  display: inline-block;
  padding: .45em 1.1em;
  background: #ffda18;
  color: #000;
  white-space: nowrap;
  font-size: .95em;
  border-radius: 3px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  font-weight: 500;
}

.expert-review-expert-bio-name {
  color: #000000;
  font-weight: 700;
}

.expert-review-expert-bio__avatar img {
  max-width: 100%;
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-review {
  background: #e5e5e5;
  border-radius: 4px;
  margin: 2em 0;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand .expert-review-faq-item__answer {
  border-color: #d6e4de;
}

.expert-review-faq-item__question.js-expert-review-faq-item-question {
  font-family: "Manrope", sans-serif;
}

.expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:after, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item:before {
  background: #d6e4de;
}


.expert-review-faq--style-style-2 .expert-review-faq-item {
  border: 1px solid #d6e4de;
}

.expert-review-faq-item__question.js-expert-review-faq-item-question {
    color: #d6e4de;
}






.menu__burger{
	display: none;
}

/* @media(max-width:1100px){
.burger_box{
    display: block;
    position: absolute;
    top: 34%;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.mobile__burger{
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    top: 50%;
}

span.mobile__burger.active {
    height: 0;
    z-index: 5;
}

.mobile__burger:before, .mobile__burger::after{
    content:'';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: ease all .3s;
}

.mobile__burger:before{
    top: 9px;
}

.mobile__burger::after{
    bottom: 9px;
}

span.mobile__burger.active:before {
    transform: rotate(45deg);
    top: 0;
}

span.mobile__burger.active::after {
    transform: rotate(-45deg);
    top: 0;
}

.main_wrapper_header {
    position: absolute;
    top: -200px;
    width: 100%;
    right: 0;
    z-index: 2;
    justify-content: center;
    align-items: anchor-center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #151E41;
    transition: ease all .5s;
    padding: 10px;
}

.logo-link{
  z-index: 3;
}

.main_wrapper_header.active {
    top: 0;
    padding-top: 100px;
}
} */


.owl-dots {
  background: #e9e9e8;
  margin-top: 0 !important;
}