@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

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

input {
  outline: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"); }
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"); }
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Oswald-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Oswald-bold-2.woff2") format("woff2"); }
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Oswald-Bold.woff2") format("woff2"); }
@font-face {
  font-family: "Lyon";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/LyonTextOSFWeb-Regular.woff2") format("woff2"); }
.wrapper {
  width: 100%;
  max-width: 1420px;
  padding: 0 20px;
  margin: 0 auto; }

header {
  width: 100%;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transition: ease-in-out 0.3s;
  z-index: 2; }
  header .btn {
    border: 2px transparent solid; }
  header.scroll {
    background: #44546A;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    opacity: 0.9; }
    header.scroll .btn:hover {
      border: 2px #C44427 solid; }
    header.scroll .header {
      padding: 12px 0; }
    header.scroll .contacts_line {
      height: 0;
      overflow: hidden;
      opacity: 0;
      pointer-events: none;
      z-index: -1;
      padding: 0; }

.btn {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 800;
  padding: 13px 22px;
  border-radius: 26px;
  background: #C44427;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  width: fit-content;
  border: none;
  outline: none;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  display: flex; }
  .btn:hover {
    background: #44546A; }

.btn_small {
  padding: 12px 24px;
  font-size: 15px; }

.menu_btn {
  width: 42px;
  height: 42px;
  background-image: url("../img/burger-menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: unset;
  display: none; }

.contacts_line {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 40px;
  background: #44546A;
  transition: ease-in-out 0.3s;
  opacity: 1;
  z-index: 1;
  display: flex;
  align-items: center; }
  .contacts_line .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .contacts_line .wrapper a {
      transition: ease-in-out 0.3s; }
      .contacts_line .wrapper a:hover {
        color: #F47B60; }
  .contacts_line .left_side {
    display: flex;
    align-items: center;
    gap: 31px; }
    .contacts_line .left_side > *:before {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 8px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .contacts_line .left_side .address, .contacts_line .left_side .email {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.68); }
    .contacts_line .left_side .address:before {
      background-image: url("../img/location_icon_white.svg"); }
    .contacts_line .left_side .email:before {
      background-image: url("../img/email_icon_white.svg"); }
  .contacts_line .right_side {
    display: flex;
    align-items: center;
    gap: 16px; }
    .contacts_line .right_side a {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.68); }

.header {
  padding: 33px 0; }
  .header .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .header .logo {
    width: 143px;
    height: 70px;
    margin-right: 38px; }
    .header .logo img {
      max-width: 100%;
      object-position: center;
      object-fit: contain; }
  .header .phone {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    border-radius: 22px;
    background: #44546A;
    padding: 4px 17px 4px 4px;
    text-wrap: nowrap;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(5, 72, 81, 0.35);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.169px;
    transition: ease-in-out 0.3s; }
    .header .phone:before {
      content: "";
      display: block;
      width: 35px;
      min-width: 35px;
      height: 35px;
      background: #C44427 url("../img/phone_icon_white.svg") no-repeat center;
      border-radius: 50%;
      margin-right: 6px; }
    .header .phone:hover {
      background-color: #C44427; }
  .header .menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 26px; }
    .header .menu ul {
      display: flex;
      align-items: center;
      gap: 26px; }
      .header .menu ul li a {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #ffffff;
        font-size: 16px;
        font-style: normal;
        line-height: 16px;
        font-weight: 600;
        transition: ease-in-out 0.3s; }
        .header .menu ul li a:hover {
          color: #F47B60; }

.hero_main {
  height: auto;
  min-height: 100vh;
  background: url("../img/hero_background_1.webp") no-repeat center center;
  background-size: cover;
  padding-top: 168px;
  padding-bottom: 48px;
  display: flex;
  align-items: stretch;
  border-bottom: 4px #C44427 solid;
  position: relative; }
  .hero_main:before {
    content: "";
    background: linear-gradient(270deg, rgba(46, 54, 64, 0) 0%, #2E3640 100%);
    display: block;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .hero_main:after {
    content: "";
    opacity: 0.8656;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    display: block;
    width: 100%;
    height: 100%;
    max-height: 458px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .hero_main .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    margin-top: 158px; }
  .hero_main span {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 18px; }
  .hero_main h1 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -3.758px;
    margin-bottom: 25px;
    max-width: 668px; }
  .hero_main p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.092px;
    margin-bottom: 36px;
    max-width: 536px; }
  .hero_main .btn {
    padding: 20px 28px; }

.hero_inner {
  height: auto;
  min-height: 100vh;
  background: url("../img/inner_hero_bg.webp") no-repeat center center;
  background-size: cover;
  padding-top: 158px;
  padding-bottom: 48px;
  display: flex;
  align-items: stretch;
  border-bottom: 4px #C44427 solid;
  position: relative; }
  .hero_inner .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    margin-top: 198px;
    text-align: center; }
  .hero_inner span {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 18px; }
  .hero_inner h1 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -3.758px;
    margin-bottom: 25px;
    max-width: 730px; }
  .hero_inner p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.092px;
    margin-bottom: 36px;
    max-width: 536px; }
  .hero_inner .btn {
    padding: 20px 28px; }

.content_block {
  background-image: url("../img/background_1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0; }
  .content_block .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px; }
    .content_block .wrapper .img_block {
      width: 100%;
      max-width: 668px;
      overflow-x: hidden;
      text-align: center; }
      .content_block .wrapper .img_block img {
        border-radius: 20px;
        max-width: 100%;
        object-fit: contain;
        object-position: center; }
    .content_block .wrapper .text_content {
      max-width: 612px;
      width: 100%; }
  .content_block.reverse .wrapper {
    flex-direction: row-reverse; }
    .content_block.reverse .wrapper .img_block {
      max-width: 612px; }
    .content_block.reverse .wrapper .text_content {
      max-width: 668px; }

.certificates .inner_content_page .content_block {
  padding-top: 0; }
  .certificates .inner_content_page .content_block .img_block {
    text-align: center;
    border: 1px #cccccc solid;
    border-radius: 24px;
    padding: 24px; }
    .certificates .inner_content_page .content_block .img_block img {
      max-width: 280px; }

.open_jobs_positions,
.certifications {
  padding: 60px 0; }
  .open_jobs_positions .open_job,
  .certifications .open_job {
    padding: 42px 38px;
    border-radius: 24px;
    border: 1px #44546A solid;
    margin-bottom: 32px; }
    .open_jobs_positions .open_job:last-child,
    .certifications .open_job:last-child {
      margin-bottom: 0; }
  .open_jobs_positions h2,
  .certifications h2 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.11;
    letter-spacing: -1.167px;
    margin-bottom: 42px;
    text-align: center; }
  .open_jobs_positions .job_link,
  .certifications .job_link {
    margin: 32px 0 0; }
  .open_jobs_positions .job_title,
  .certifications .job_title {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 28px;
    line-height: 1.11;
    letter-spacing: -1.167px;
    margin-bottom: 16px; }
  .open_jobs_positions p,
  .certifications p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px; }
    .open_jobs_positions p:last-of-type,
    .certifications p:last-of-type {
      margin-bottom: 0; }
  .open_jobs_positions ul,
  .certifications ul {
    margin: 28px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%; }
    .open_jobs_positions ul li,
    .certifications ul li {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #000;
      font-size: 17px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.2;
      width: 100%;
      position: relative;
      padding-left: 28px;
      text-align: left; }
      .open_jobs_positions ul li:before,
      .certifications ul li:before {
        content: "";
        display: block;
        width: 21px;
        height: 21px;
        background-image: url("../img/li_item.svg");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 0; }
  @media only screen and (max-width: 1300px) {
    .open_jobs_positions,
    .certifications {
      padding: 0 0 60px; }
      .open_jobs_positions .open_job,
      .certifications .open_job {
        padding: 32px 24px; }
      .open_jobs_positions .job_title,
      .certifications .job_title {
        font-size: 24px; } }

.text_content span {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #C44427;
  font-size: 17px;
  letter-spacing: -0.1px;
  display: block;
  margin-bottom: 22px; }
.text_content h2 {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 45px;
  line-height: 1.11;
  letter-spacing: -1.167px;
  margin-bottom: 16px; }
.text_content p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: justify; }
  .text_content p:last-of-type {
    margin-bottom: 0; }
  .text_content p strong {
    font-weight: 800; }
.text_content ul {
  margin: 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%; }
  .text_content ul li {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    width: calc(50% - 6px);
    position: relative;
    padding-left: 28px;
    text-align: left; }
    .text_content ul li:before {
      content: "";
      display: block;
      width: 21px;
      height: 21px;
      background-image: url("../img/li_item.svg");
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0; }
.text_content .btn {
  margin-top: 26px; }

.carbon-steel-desulfurization .text_content,
.abrasives .text_content,
.careers .text_content,
.stainless-steel-desulfurization .text_content {
  text-align: left; }
  .carbon-steel-desulfurization .text_content span,
  .abrasives .text_content span,
  .careers .text_content span,
  .stainless-steel-desulfurization .text_content span {
    text-align: center; }
  .carbon-steel-desulfurization .text_content h2,
  .abrasives .text_content h2,
  .careers .text_content h2,
  .stainless-steel-desulfurization .text_content h2 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 35px;
    line-height: 1.11;
    letter-spacing: -1.167px;
    margin-bottom: 16px;
    text-align: center; }
  .carbon-steel-desulfurization .text_content h3,
  .abrasives .text_content h3,
  .careers .text_content h3,
  .stainless-steel-desulfurization .text_content h3 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 28px;
    line-height: 1.11;
    letter-spacing: -1.167px;
    margin-bottom: 16px; }
  .carbon-steel-desulfurization .text_content ul li,
  .abrasives .text_content ul li,
  .careers .text_content ul li,
  .stainless-steel-desulfurization .text_content ul li {
    width: 100%; }

.af_series {
  padding: 120px 0;
  background-image: url("../img/background_af_series_block.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .af_series .wrapper {
    max-width: 1730px; }
  .af_series .text_content {
    text-align: center;
    max-width: 620px;
    width: 100%;
    margin: 0 auto 52px; }
  .af_series .cards_links {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 11px; }
    .af_series .cards_links .card_item {
      display: flex;
      flex: 1;
      background: #ffffff;
      border-radius: 20px;
      position: relative;
      min-height: 415px;
      transition: ease-in-out 0.3s;
      overflow: hidden; }
      .af_series .cards_links .card_item > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: ease-in-out 0.3s;
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 132px;
        padding: 0 42px 42px; }
      .af_series .cards_links .card_item svg {
        margin-bottom: 26px; }
        .af_series .cards_links .card_item svg path {
          transition: ease-in-out 0.3s; }
      .af_series .cards_links .card_item h3 {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000000;
        text-align: center;
        font-size: 28px;
        line-height: 1.26;
        letter-spacing: -0.2px;
        margin-bottom: 30px;
        transition: ease-in-out 0.3s; }
      .af_series .cards_links .card_item p {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 400;
        display: -webkit-box;
        color: #FFF;
        text-align: center;
        font-size: 18px;
        line-height: 1.46;
        letter-spacing: 0.1px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 30px;
        opacity: 0; }
      .af_series .cards_links .card_item .btn {
        background: #ffffff;
        color: #C44427; }
      .af_series .cards_links .card_item:hover {
        background: #C44427; }
        .af_series .cards_links .card_item:hover > div {
          top: 42px; }
        .af_series .cards_links .card_item:hover h3 {
          color: #ffffff; }
        .af_series .cards_links .card_item:hover p {
          opacity: 1; }
        .af_series .cards_links .card_item:hover svg path {
          fill: #ffffff; }

.global_impact {
  background-image: url("../img/background_1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0; }
  .global_impact .wrapper {
    max-width: 1730px; }
  .global_impact .text_content {
    text-align: center;
    max-width: 628px;
    margin: 0 auto 60px; }
  .global_impact .cards_links {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 11px; }
    .global_impact .cards_links .card_item {
      display: flex;
      flex: 1;
      height: 280px;
      flex-direction: column;
      position: relative;
      overflow: hidden;
      padding: 0 28px;
      border-radius: 25px;
      background: #000000; }
      .global_impact .cards_links .card_item img {
        max-width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-position: center;
        object-fit: cover;
        z-index: 0;
        transition: ease-in-out 0.3s; }
      .global_impact .cards_links .card_item h3 {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        text-align: center;
        font-size: 30px;
        line-height: 1.26;
        letter-spacing: -0.3px;
        z-index: 2;
        margin-top: 160px;
        transition: ease-in-out 0.3s;
        margin-bottom: 100px; }
      .global_impact .cards_links .card_item .btn {
        z-index: 2;
        margin: 0 auto; }
      .global_impact .cards_links .card_item:before {
        content: "";
        display: block;
        width: 100%;
        height: 140px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1; }
      .global_impact .cards_links .card_item:hover h3 {
        margin-top: 92px;
        margin-bottom: 27px; }
      .global_impact .cards_links .card_item:hover .btn {
        bottom: 0; }
      .global_impact .cards_links .card_item:hover img {
        opacity: 0.6; }
      .global_impact .cards_links .card_item:hover:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 100%);
        height: 100%; }

.af_series_benefits {
  background-image: url("../img/benefits_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0; }
  .af_series_benefits .text_content {
    text-align: center;
    max-width: 634px;
    margin: 0 auto 60px; }
    .af_series_benefits .text_content span, .af_series_benefits .text_content h2, .af_series_benefits .text_content p {
      color: #ffffff; }
  .af_series_benefits .cards_links {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 60px; }
    .af_series_benefits .cards_links .card_item {
      display: flex;
      flex: 1;
      flex-direction: column;
      padding: 42px;
      border-radius: 25px;
      background: #ffffff;
      align-items: center; }
      .af_series_benefits .cards_links .card_item span {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #C44427;
        text-align: center;
        font-size: 17px;
        letter-spacing: -0.1px;
        display: block;
        margin-bottom: 29px; }
      .af_series_benefits .cards_links .card_item img {
        width: 40px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 24px; }
      .af_series_benefits .cards_links .card_item h3 {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000000;
        text-align: center;
        font-size: 30px;
        line-height: 1.26;
        letter-spacing: -0.3px;
        z-index: 2;
        margin-bottom: 16px; }
      .af_series_benefits .cards_links .card_item p {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #000;
        text-align: center;
        font-size: 16px;
        line-height: 1.56;
        letter-spacing: -0.2px; }

.green_innovation {
  background-image: url("../img/factory_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 720px;
  border-bottom: 4px solid #C44427;
  overflow: hidden; }
  .green_innovation:before {
    content: "";
    display: block;
    background: linear-gradient(270deg, rgba(48, 80, 128, 0) 0%, #305080 100%);
    width: 100%;
    max-width: 900px;
    height: 100%;
    position: absolute;
    left: 420px;
    top: 0;
    z-index: 0; }
  .green_innovation:after {
    content: "";
    display: block;
    background: #305080;
    width: 420px;
    max-width: 1100px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  .green_innovation .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    position: relative; }
    .green_innovation .wrapper span {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 400;
      display: block;
      margin-bottom: 22px;
      color: #FFF;
      font-size: 17px;
      letter-spacing: -0.1px; }
    .green_innovation .wrapper h2 {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #FFF;
      font-size: 45px;
      line-height: 1.11;
      letter-spacing: -1.167px;
      margin-bottom: 22px;
      max-width: 600px; }
    .green_innovation .wrapper p {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #FFF;
      font-size: 18px;
      line-height: 1.6;
      max-width: 600px;
      margin-bottom: 30px; }
  .green_innovation.reverse {
    background-position: calc(100% - 340px) center; }
    .green_innovation.reverse .wrapper {
      align-items: flex-end;
      text-align: left; }
      .green_innovation.reverse .wrapper > * {
        width: 100%;
        max-width: 600px; }
    .green_innovation.reverse:before {
      background: linear-gradient(90deg, rgba(48, 80, 128, 0) 0%, #305080 100%);
      right: 420px;
      left: unset; }
    .green_innovation.reverse:after {
      right: 0;
      left: unset; }

.quote_block {
  background-color: #ffffff;
  background-image: url("../img/background_1.webp"), url("../img/quote_bg.webp");
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding: 120px 0 120px; }
  .quote_block p {
    position: relative;
    padding-top: 56px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-size: 47px;
    line-height: 1.3;
    letter-spacing: -0.601px;
    max-width: 1180px;
    margin: 0 auto 100px; }
    .quote_block p:before {
      content: "";
      display: block;
      width: 33px;
      height: 26px;
      background-image: url("../img/quote_icon.svg");
      margin-bottom: 29px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0; }
  .quote_block span {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.075px;
    margin-bottom: 12px;
    display: block; }
  .quote_block small {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.336px;
    display: block; }

.contact_form {
  background-color: #ffffff;
  padding: 120px 0 0; }
  .contact_form .wrapper {
    padding-bottom: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    position: relative; }
    .contact_form .wrapper:after {
      content: "";
      display: block;
      width: 686px;
      height: 526px;
      position: absolute;
      left: 20px;
      bottom: -100px;
      background-image: url("../img/contact_block_bg.webp");
      z-index: 0; }
    .contact_form .wrapper > div {
      flex: 1;
      position: relative;
      z-index: 1; }
  .contact_form .text_content {
    max-width: 634px;
    margin-bottom: 53px; }
  .contact_form .contact_rows {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .contact_form .contact_row span {
    display: flex;
    align-items: center;
    color: #C44427;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.187px; }
    .contact_form .contact_row span:before {
      content: "";
      display: block;
      width: 19px;
      height: 19px;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 9px; }
  .contact_form .contact_row p, .contact_form .contact_row a {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 28px;
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.225px; }
  .contact_form .location span:before {
    background-image: url("../img/location_icon_orange.svg"); }
  .contact_form .phone span:before {
    background-image: url("../img/phone_icon_orange.svg"); }
  .contact_form .email span:before {
    background-image: url("../img/email_icon_orange.svg"); }
  .contact_form .right_side {
    max-width: 600px; }
    .contact_form .right_side h3 {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #000;
      text-align: center;
      font-size: 32px;
      letter-spacing: -0.53px;
      margin-bottom: 39px; }
    .contact_form .right_side form {
      display: flex;
      gap: 17px;
      flex-direction: column;
      width: 100%;
      max-width: 600px; }
    .contact_form .right_side .form_row {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100%; }
    .contact_form .right_side .form_field {
      display: flex;
      flex-direction: column;
      flex: 1;
      width: 100%; }
      .contact_form .right_side .form_field.required label:after {
        content: "*";
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #C44427; }
      .contact_form .right_side .form_field label {
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #000;
        font-size: 16px;
        font-style: normal;
        letter-spacing: -0.094px;
        margin-bottom: 10px;
        padding-left: 6px; }
      .contact_form .right_side .form_field input[type="text"],
      .contact_form .right_side .form_field input[type="email"],
      .contact_form .right_side .form_field input[type="tel"] {
        border-radius: 12px;
        background-color: #EEF1F5;
        height: 70px;
        border: none;
        outline: none;
        padding-left: 48px;
        background-image: url("../img/profile_icon.svg");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 20px center;
        font-size: 22px;
        box-sizing: border-box;
        width: 100%; }
        .contact_form .right_side .form_field input[type="text"]#email,
        .contact_form .right_side .form_field input[type="email"]#email,
        .contact_form .right_side .form_field input[type="tel"]#email {
          background-image: url("../img/email_icon_orange.svg"); }
        .contact_form .right_side .form_field input[type="text"]#phone,
        .contact_form .right_side .form_field input[type="email"]#phone,
        .contact_form .right_side .form_field input[type="tel"]#phone {
          background-image: url("../img/phone_icon_orange.svg"); }
      .contact_form .right_side .form_field textarea {
        box-sizing: border-box;
        border-radius: 12px;
        background-color: #EEF1F5;
        height: 160px;
        border: none;
        outline: none;
        padding: 16px 20px 20px 48px;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 20px 20px;
        font-size: 22px;
        width: 100%; }
        .contact_form .right_side .form_field textarea#message {
          background-image: url("../img/message_icon.svg"); }
    .contact_form .right_side .checkbox-container {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 400;
      display: flex;
      align-items: center;
      font-size: 16px;
      color: #000000; }
      .contact_form .right_side .checkbox-container input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        min-width: 20px;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 3px;
        margin-right: 8px;
        cursor: pointer;
        position: relative; }
      .contact_form .right_side .checkbox-container input[type="checkbox"]:checked {
        border-color: #F47B60;
        background-color: #fff; }
      .contact_form .right_side .checkbox-container input[type="checkbox"]:checked::after {
        content: "";
        position: absolute;
        top: 0;
        left: 5px;
        width: 4px;
        height: 10px;
        border: solid #F47B60;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
      .contact_form .right_side .checkbox-container a {
        color: #000000;
        text-decoration: underline; }
    .contact_form .right_side .btn {
      width: 100%;
      text-align: center;
      justify-content: center; }

footer {
  background-image: url("../img/footer_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 0; }
  footer .footer_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 120px; }
    @media only screen and (max-width: 920px) {
      footer .footer_menu {
        gap: 16px;
        text-align: center;
        flex-direction: column; } }
    footer .footer_menu li a {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #FFF;
      font-size: 18px;
      font-style: italic;
      letter-spacing: 0.3px;
      transition: ease-in-out 0.3s; }
      footer .footer_menu li a:hover {
        color: #C44427; }
  footer .bottom_section {
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .bottom_section img {
      width: 143px;
      height: 70px;
      object-position: center;
      object-fit: contain; }
    footer .bottom_section p {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #FFF;
      text-align: center;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.2px; }
      footer .bottom_section p b {
        font-weight: 600; }
    footer .bottom_section .social_networks {
      display: flex;
      align-items: center;
      gap: 12px; }
      footer .bottom_section .social_networks a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px #ffffff solid;
        width: 28px;
        height: 28px;
        transition: ease-in-out 0.3s; }
        footer .bottom_section .social_networks a img {
          width: 12px;
          height: 12px;
          object-fit: contain;
          object-position: center; }
        footer .bottom_section .social_networks a:hover {
          border-color: #F47B60; }
    footer .bottom_section .links_block a {
      font-family: "Inter", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: #FFF;
      text-align: center;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.2px;
      padding: 0 12px;
      transition: ease-in-out 0.3s; }
      footer .bottom_section .links_block a:hover {
        color: #F47B60; }
    @media only screen and (max-width: 920px) {
      footer .bottom_section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 0;
        gap: 20px; } }

.inner_content_page {
  background-image: url("../img/inner_content_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .inner_content_page .content_block {
    background: none;
    padding: 60px 0; }

.simple_text_block {
  padding: 60px 0; }
  .simple_text_block.center {
    text-align: center; }

.form_field.has-error input,
.form_field.has-error textarea {
  border-color: #ef4444 !important;
  background-color: #fef2f2; }

.error-message {
  color: #ef4444;
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px; }

.error-message::before {
  content: "⚠";
  font-size: 16px; }

.form-error-message {
  background: #fef2f2;
  border: 1px solid #ef4444;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ef4444;
  animation: slideDown 0.3s ease; }

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.form-success-message {
  text-align: center;
  padding: 40px;
  background: #f0fdf4;
  border: 2px solid #10b981;
  border-radius: 10px;
  animation: fadeIn 0.5s ease; }

.form-success-message svg {
  margin: 0 auto 20px;
  display: block; }

.form-success-message h3 {
  color: #10b981;
  font-size: 24px;
  margin-bottom: 10px; }

.form-success-message p {
  color: #666;
  font-size: 16px; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95); }
  to {
    opacity: 1;
    transform: scale(1); } }
.btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
  position: relative; }

.btn.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
.checkbox-container input[type="checkbox"].error {
  outline: 2px solid #ef4444; }

@media only screen and (max-width: 1300px) {
  .menu_btn {
    display: block; }
    .menu_btn.close_btn {
      background-image: url("../img/cross.svg"); }

  header {
    background: #44546A;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(66, 68, 90, 0.35);
    opacity: 0.9;
    justify-content: flex-end; }
    header .header {
      padding: 12px 0; }
      header .header .logo {
        margin-right: auto; }
      header .header .menu {
        position: fixed;
        right: -400px;
        top: 130px;
        width: 100%;
        max-width: 300px;
        background-color: #44546A;
        height: 100%;
        flex-direction: column;
        transition: ease-in-out 0.3s;
        padding-top: 40px;
        pointer-events: unset;
        opacity: 0; }
        header .header .menu ul {
          flex-direction: column;
          width: calc(100% - 20px);
          gap: 0; }
          header .header .menu ul li {
            border-bottom: 1px #999999 solid;
            width: 100%; }
            header .header .menu ul li a {
              text-align: right;
              text-decoration: none;
              display: block;
              padding: 16px 0; }
        header .header .menu.open {
          right: 0;
          pointer-events: unset;
          opacity: 1; }
    header.scroll .header .menu {
      top: 90px; }

  .text_content h2 {
    font-size: 38px; }

  .af_series .cards_links .card_item h3 {
    font-size: 22px; }

  .af_series_benefits .cards_links {
    gap: 20px; }
    .af_series_benefits .cards_links .card_item {
      padding: 20px 12px; }

  .quote_block {
    padding-bottom: 120px;
    background-image: url(../img/quote_bg.webp);
    background-position: top center; }
    .quote_block p {
      font-size: 28px;
      margin-bottom: 60px; }

  .green_innovation.reverse {
    background-position: center center; } }
@media only screen and (max-width: 1100px) {
  .af_series .cards_links {
    gap: 16px;
    flex-wrap: wrap; }
    .af_series .cards_links .card_item {
      flex: unset;
      width: calc(50% - 8px);
      background: #C44427;
      min-height: unset; }
      .af_series .cards_links .card_item:last-child {
        width: 100%; }
      .af_series .cards_links .card_item svg path {
        fill: #ffffff; }
      .af_series .cards_links .card_item h3 {
        color: #ffffff; }
      .af_series .cards_links .card_item p {
        opacity: 1; }
      .af_series .cards_links .card_item div {
        left: unset;
        padding: 42px 42px 42px 42px;
        top: unset !important;
        position: relative; }

  .global_impact .cards_links {
    flex-wrap: wrap; }
    .global_impact .cards_links .card_item {
      flex: unset;
      width: calc(50% - 6px);
      padding: 16px;
      height: auto; }
      .global_impact .cards_links .card_item img {
        width: 100%; }
      .global_impact .cards_links .card_item h3 {
        margin-top: 92px;
        margin-bottom: 27px; }
      .global_impact .cards_links .card_item:before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, #000 100%);
        height: 100%; } }
@media only screen and (max-width: 920px) {
  header {
    opacity: 1; }
    header .header .logo {
      width: 100px;
      height: 49px; }
    header .header .menu {
      top: 110px; }
    header .contacts_line .wrapper {
      justify-content: flex-end; }
      header .contacts_line .wrapper .left_side {
        display: none; }
    header.scroll .header .menu {
      top: 70px; }

  .hero_main {
    align-items: center; }
    .hero_main h1 {
      font-size: 56px; }
    .hero_main .wrapper {
      margin-top: 0; }

  .hero_inner {
    align-items: center;
    justify-content: center; }
    .hero_inner h1 {
      font-size: 56px; }
    .hero_inner .wrapper {
      margin-top: 0; }

  .content_block .wrapper {
    flex-direction: column !important;
    gap: 36px; }
    .content_block .wrapper .text_content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }

  .af_series_benefits .cards_links {
    flex-wrap: wrap; }
    .af_series_benefits .cards_links .card_item {
      flex: unset;
      width: calc(50% - 10px); }

  .contact_form .wrapper {
    gap: 42px;
    flex-direction: column;
    align-items: center; }
    .contact_form .wrapper:after {
      display: none; }

  footer {
    padding-top: 60px; }
    footer .footer_menu {
      margin-bottom: 60px; }
    footer .bottom_section {
      padding: 30px 0;
      gap: 20px; }

  .green_innovation.reverse .wrapper > * {
    margin: 0 auto;
    text-align: center; }
    .green_innovation.reverse .wrapper > * .btn {
      margin: 0 auto; } }
@media only screen and (max-width: 600px) {
  .content_block,
  .af_series,
  .global_impact,
  .af_series_benefits,
  .green_innovation,
  .quote_block,
  .contact_form {
    padding: 60px 0 !important; }

  h2 {
    font-size: 28px !important; }

  h3 {
    font-size: 22px !important; }

  header .header .logo {
    width: 70px;
    height: 35px; }
  header .header .menu {
    top: 100px; }
  header .header .phone {
    font-size: 13px; }
    header .header .phone:before {
      width: 25px;
      min-width: 25px;
      height: 25px;
      background-size: 12px 12px; }
  header.scroll .header .menu {
    top: 60px; }

  .hero_main .wrapper, .hero_inner .wrapper {
    justify-content: center;
    text-align: center;
    align-items: center; }
  .hero_main h1, .hero_inner h1 {
    font-size: 42px; }

  .af_series .cards_links .card_item {
    width: 100%; }
    .af_series .cards_links .card_item div {
      padding: 20px 10px; }

  .global_impact .cards_links .card_item {
    width: 100%; }

  .af_series_benefits .cards_links .card_item {
    width: 100%; }

  .green_innovation .wrapper {
    text-align: center;
    align-items: center; }
  .green_innovation:before {
    display: none; }
  .green_innovation:after {
    width: 100%;
    left: 0;
    right: unset;
    opacity: 0.7; }

  .contact_form .right_side {
    width: 100%; }
    .contact_form .right_side .form_row {
      flex-direction: column;
      gap: 17px; }

  footer {
    padding-top: 60px; }
    footer .footer_menu {
      margin-bottom: 60px;
      flex-wrap: wrap;
      gap: 16px;
      text-align: center;
      flex-direction: column; }
    footer .bottom_section {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 30px 0;
      gap: 20px; }

  .text_content ul {
    flex-direction: column; }
    .text_content ul li {
      width: 100%; } }

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