/*! 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 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  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] {
  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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-display: swap;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1605px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 760px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  position: absolute;
  top: 28px;
  z-index: 4;
  width: 100%;
}
@media (max-width: 1280px) {
  .header {
    top: 16px;
  }
}
@media (max-width: 760px) {
  .header {
    top: 12px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1280px) {
  .header_logo {
    width: 153px;
    height: 40px;
  }
}
@media (max-width: 760px) {
  .header_logo {
    width: 123px;
    height: 32px;
  }
}
.header_right {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .header_right {
    gap: 8px;
  }
}
.header_link {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 4px 4px 4px 32px;
  border-radius: 100px;
  background: #FFFFFF;
}
@media (max-width: 1280px) {
  .header_link {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 5px);
    flex-direction: column;
    border-radius: 40px;
    padding: 40px;
    width: calc(100% - 64px);
    gap: 24px;
    display: none;
  }
}
@media (max-width: 760px) {
  .header_link {
    gap: 16px;
    border-radius: 28px;
    padding: 24px;
    width: calc(100% - 40px);
  }
}
.header_link.active {
  display: flex;
}
.header_link a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #033124;
  transition: 0.2s ease;
}
@media (max-width: 1280px) {
  .header_link a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 1280px) {
  .header_link a {
    font-size: 20px;
    line-height: 26px;
  }
}
.header_link a:hover {
  color: #9DEA56;
}
.header_link a:active {
  color: #BBF189;
}
.header .custom-select {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header .custom-select:hover .select-btn .arrow-icon {
  background: #9DEA56;
}
.header .custom-select .select-btn {
  width: 158px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
  background: white;
  border: none;
  padding: 4px 4px 4px 10px;
  border-radius: 100px;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #033124;
}
@media (max-width: 1280px) {
  .header .custom-select .select-btn {
    height: 50px;
    width: 126px;
    font-size: 12px;
    line-height: 16px;
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .header .custom-select .select-btn {
    height: 40px;
    width: 111px;
  }
}
.header .custom-select .select-btn .selected-language {
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 1280px) {
  .header .custom-select .select-btn .selected-language {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1280px) {
  .header .custom-select .select-btn .selected-language {
    font-size: 11px;
    line-height: 15px;
  }
}
.header .custom-select .select-btn .arrow-icon {
  background-color: #1d3124;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (max-width: 1280px) {
  .header .custom-select .select-btn .arrow-icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 760px) {
  .header .custom-select .select-btn .arrow-icon {
    width: 34px;
    height: 34px;
  }
}
.header .custom-select .select-btn .arrow-icon svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: transform 0.3s ease;
}
.header .custom-select .select-btn.open .arrow-icon svg {
  transform: rotate(180deg);
}
.header .custom-select .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  padding: 12px 32px;
  width: 100%;
  display: none;
  z-index: 100;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1280px) {
  .header .custom-select .select-dropdown {
    border-radius: 20px;
    padding: 16px 20px;
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .header .custom-select .select-dropdown {
    border-radius: 16px;
    padding: 12px 20px;
    gap: 12px;
  }
}
.header .custom-select .select-dropdown .option {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #033124;
  cursor: pointer;
  transition: background 0.2s;
}
@media (max-width: 760px) {
  .header .custom-select .select-dropdown .option {
    font-size: 16px;
    line-height: 22px;
  }
}
.header .custom-select .select-dropdown .option.active {
  color: #9DEA56;
}
.header .custom-select .select-dropdown.show {
  display: flex;
}
.header .link {
  width: 253px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #9DEA56;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #033124;
  padding: 4px 4px 4px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .header .link {
    font-size: 12px;
    line-height: 16px;
    width: 219px;
    height: 46px;
    gap: 16px;
    padding: 4px 4px 4px 28px;
  }
}
@media (max-width: 760px) {
  .header .link {
    font-size: 11px;
    line-height: 15px;
    width: 189px;
    height: 40px;
    gap: 12px;
    padding: 3px 3px 3px 20px;
    margin: auto;
  }
}
.header .link .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #033124;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .header .link .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 760px) {
  .header .link .icon {
    width: 34px;
    height: 34px;
  }
}
.header .link .icon svg {
  width: 20px;
  height: 20px;
}
.header .link:hover {
  background: #BBF189;
  color: #272D2C;
}
.header .link:hover .icon {
  background: #FFFFFF;
}
.header .link:hover .icon svg path {
  stroke: #272D2C;
}
.header_phone {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .header_phone {
    font-size: 22px;
    line-height: 28px;
    margin-right: 83px;
  }
}
@media (max-width: 760px) {
  .header_phone {
    display: none;
  }
}
.header .burger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #9DEA56;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 1280px) {
  .header .burger {
    display: flex;
  }
}
@media (max-width: 760px) {
  .header .burger {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 760px) {
  .header .burger svg {
    width: 24px;
    height: 24px;
  }
}
.header .burger .icon_two {
  display: none;
}
.header .burger.active .icon_one {
  display: none;
}
.header .burger.active .icon_two {
  display: block;
}

.home {
  background-image: url("../images/home_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  padding: 232px 0 144px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home {
    padding: 396px 0 40px 0;
    background-position: center;
    border-radius: 0 0 40px 40px;
  }
}
@media (max-width: 760px) {
  .home {
    padding: 152px 0 100px 0;
    background-position: center;
    border-radius: 0 0 28px 28px;
  }
}
.home::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(214.3deg, rgba(39, 45, 44, 0.4) 17.08%, rgba(39, 45, 44, 0) 40.11%);
}
@media (max-width: 760px) {
  .home::before {
    background: linear-gradient(214.3deg, rgba(39, 45, 44, 0.4) 17.08%, rgba(39, 45, 44, 0.8) 40.11%);
    z-index: 3;
  }
}
.home .container {
  position: relative;
}
@media (max-width: 1024px) {
  .home .container {
    position: static;
  }
}
.home_text {
  position: relative;
  z-index: 3;
}
.home_img {
  position: absolute;
  top: -147px;
  right: -300px;
  width: 1019px;
  height: 602px;
}
@media (max-width: 1024px) {
  .home_img {
    width: 704px;
    height: 416px;
    top: -17px;
    right: -14px;
  }
}
@media (max-width: 760px) {
  .home_img {
    width: 423px;
    height: 250px;
    top: -29px;
    right: -63px;
    z-index: 2;
  }
}
.home .link {
  width: 253px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #9DEA56;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #033124;
  padding: 4px 4px 4px 40px;
  display: flex;
  align-items: center;
  gap: 22px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .home .link {
    font-size: 17px;
    line-height: 23px;
    width: 238px;
    height: 64px;
    gap: 24px;
    padding: 4px 4px 4px 36px;
  }
}
@media (max-width: 760px) {
  .home .link {
    font-size: 16px;
    line-height: 22px;
    width: 219px;
    height: 60px;
    gap: 20px;
    padding: 3px 3px 3px 32px;
    margin: auto;
  }
}
.home .link .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #033124;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .home .link .icon {
    width: 57px;
    height: 57px;
  }
}
@media (max-width: 760px) {
  .home .link .icon {
    width: 54px;
    height: 54px;
  }
}
.home .link .icon svg {
  width: 28px;
  height: 28px;
}
.home .link:hover {
  background: #BBF189;
}
.home .link:hover .icon {
  background: #FFFFFF;
}
.home .link:hover .icon svg path {
  stroke: #272D2C;
}
.home h1 {
  font-weight: 400;
  font-size: 90px;
  line-height: 80px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 760px) {
  .home h1 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.home p {
  max-width: 700px;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin: 40px 0 52px 0;
}
@media (max-width: 1024px) {
  .home p {
    font-size: 22px;
    line-height: 28px;
    margin: 24px 0 40px 0;
  }
}
@media (max-width: 760px) {
  .home p {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 32px 0;
    text-align: center;
  }
}

.advantages {
  margin: 100px 0;
}
@media (max-width: 1280px) {
  .advantages {
    margin: 60px 0;
  }
}
@media (max-width: 760px) {
  .advantages {
    margin: 54px 0;
  }
}
.advantages_title {
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: #033124;
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .advantages_title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .advantages_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 32px;
  }
}
.advantages_in {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1280px) {
  .advantages_in {
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .advantages_in {
    gap: 8px;
    flex-direction: column;
  }
}
.advantages_block {
  flex: 1 1 calc(33.333% - 14px);
  padding: 36px;
  border: 2px solid #EBFBDD;
  background: #F6FDEF;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 1280px) {
  .advantages_block {
    flex: 1 1 calc(50% - 10px);
    border-radius: 24px;
    padding: 24px;
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .advantages_block {
    flex: 1;
    border-radius: 20px;
    gap: 16px;
  }
}
@media (max-width: 1280px) {
  .advantages_block.end_block {
    flex: 1 1 100%;
  }
}
.advantages_block .icon {
  border-radius: 12px;
  background: #033124;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 1280px) {
  .advantages_block .icon {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 760px) {
  .advantages_block .icon {
    width: 48px;
    height: 48px;
    margin: auto;
  }
}
@media (max-width: 760px) {
  .advantages_block .icon img {
    width: 32px;
    height: 32px;
  }
}
.advantages_block h6 {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #033124;
}
@media (max-width: 1280px) {
  .advantages_block h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 760px) {
  .advantages_block h6 {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}
.advantages_block ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1280px) {
  .advantages_block ul {
    gap: 12px;
  }
}
@media (max-width: 1280px) {
  .advantages_block ul {
    gap: 8px;
  }
}
.advantages_block ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #686C6C;
  position: relative;
  padding-left: 28px;
}
@media (max-width: 1280px) {
  .advantages_block ul li {
    font-size: 17px;
    line-height: 23px;
    padding-left: 24px;
  }
}
@media (max-width: 760px) {
  .advantages_block ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
  }
}
.advantages_block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 2px;
  background: #9DEA56;
}
@media (max-width: 1280px) {
  .advantages_block ul li::before {
    width: 12px;
    height: 2px;
    top: 11px;
  }
}

.work {
  border-radius: 60px;
  padding: 112px 0;
  background: #033124;
}
@media (max-width: 1280px) {
  .work {
    padding: 60px 0;
    border-radius: 40px;
  }
}
@media (max-width: 760px) {
  .work {
    border-radius: 28px;
  }
}
.work_in {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1280px) {
  .work_in {
    max-width: 704px;
  }
}
.work h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .work h3 {
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 760px) {
  .work h3 {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 34px;
  }
}
.work_blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .work_blocks {
    gap: 10px;
  }
}
.work .end_cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.work_block {
  display: flex;
  gap: 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .work_block {
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .work_block {
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
  }
}
.work .end_block .icon_in .line {
  display: none;
}
@media (max-width: 760px) {
  .work .end_block .icon_in .line {
    display: block;
  }
}
.work_number {
  width: 240px;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  .work_number {
    width: 228px;
  }
}
@media (max-width: 760px) {
  .work_number {
    width: 100%;
    display: flex;
    gap: 45px;
    height: 100%;
  }
}
.work_number .number {
  height: 85px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .work_number .number {
    height: 64px;
  }
}
@media (max-width: 760px) {
  .work_number .number {
    height: 45px;
  }
}
.work_number .number h6 {
  font-weight: 400;
  font-size: 140px;
  line-height: 120px;
  color: #1D463A;
}
@media (max-width: 1280px) {
  .work_number .number h6 {
    font-size: 110px;
    line-height: 90px;
  }
}
@media (max-width: 1280px) {
  .work_number .number h6 {
    font-size: 80px;
    line-height: 70px;
  }
}
.work_number span {
  display: block;
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin: 24px 0;
}
@media (max-width: 1280px) {
  .work_number span {
    font-size: 22px;
    line-height: 28px;
    margin: 16px 0;
  }
}
@media (max-width: 760px) {
  .work_number span {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 760px) {
  .work_number .icon_in {
    position: absolute;
    left: 0;
    top: 64px;
    height: 100%;
  }
}
.work_number .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EBFBDD;
}
@media (max-width: 1280px) {
  .work_number .icon {
    width: 40px;
    height: 40px;
  }
}
.work_number .line {
  margin-left: 25px;
  margin-top: 24px;
  height: 93px;
  width: 2px;
  background: #1D463A;
}
@media (max-width: 1280px) {
  .work_number .line {
    margin-left: 18px;
  }
}
@media (max-width: 760px) {
  .work_number .line {
    height: 100%;
    margin-top: 12px;
  }
}
.work_number_active .number h6 {
  color: #9DEA56;
}
.work_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1280px) {
  .work_cards {
    gap: 10px;
  }
}
@media (max-width: 760px) {
  .work_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding-left: 52px;
  }
}
.work_card {
  border-radius: 32px;
  padding: 8px;
  background: #1D463A;
}
@media (max-width: 1280px) {
  .work_card {
    padding: 6px;
    border-radius: 24px;
  }
}
.work_card img {
  border-radius: 24px;
  width: 100%;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .work_card img {
    border-radius: 18px;
    margin-bottom: 6px;
  }
}
.work_card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 16px 24px;
}
@media (max-width: 1280px) {
  .work_card p {
    font-size: 17px;
    line-height: 23px;
    padding: 12px 20px;
  }
}

.contact {
  padding: 112px 0;
}
@media (max-width: 1280px) {
  .contact {
    padding: 60px 0;
  }
}
@media (max-width: 1280px) {
  .contact {
    padding: 54px 0;
  }
}
.contact_in {
  max-width: 1280px;
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  margin: auto;
}
.contact_img {
  max-width: 570px;
}
@media (max-width: 1280px) {
  .contact_img {
    display: none;
  }
}
.contact_img img {
  width: 100%;
}
.contact_text {
  width: 630px;
}
@media (max-width: 1280px) {
  .contact_text {
    width: 100%;
  }
}
.contact_text h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  color: #033124;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .contact_text h3 br {
    display: none;
  }
}
@media (max-width: 760px) {
  .contact_text h3 br {
    display: block;
  }
}
@media (max-width: 1280px) {
  .contact_text h3 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .contact_text h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.contact .tabs .tab-buttons {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.contact .tabs .tab-buttons .tab-btn {
  white-space: nowrap;
  padding: 14px 20px;
  border-radius: 100px;
  border: 1px solid #EBFBDD;
  transition: background 0.3s;
  background: #F6FDEF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #033124;
  flex: 1;
}
@media (max-width: 760px) {
  .contact .tabs .tab-buttons .tab-btn span {
    display: none;
  }
}
@media (max-width: 760px) {
  .contact .tabs .tab-buttons .tab-btn svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1280px) {
  .contact .tabs .tab-buttons .tab-btn {
    flex: 1;
    padding: 12px;
    height: 46px;
  }
}
@media (max-width: 1280px) {
  .contact .tabs .tab-buttons .tab-btn {
    padding: 12px;
    height: 40px;
  }
}
.contact .tabs .tab-buttons .tab-btn.telegram_btn svg {
  border-radius: 5px;
  background: #3390EC;
}
.contact .tabs .tab-buttons .tab-btn.mail_btn.active svg path {
  stroke: #FFFFFF;
}
.contact .tabs .tab-buttons .tab-btn.active {
  background: #3390EC;
  color: #FFFFFF;
}
.contact .tabs .tab-contents .tab-content {
  display: none;
}
.contact .tabs .tab-contents .tab-content.active {
  display: block;
}
.contact .link {
  width: 279px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #9DEA56;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #033124;
  padding: 4px 4px 4px 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .contact .link {
    font-size: 17px;
    line-height: 23px;
    width: 262px;
    height: 64px;
    padding: 4px 4px 4px 36px;
  }
}
@media (max-width: 760px) {
  .contact .link {
    font-size: 16px;
    line-height: 22px;
    width: 244px;
    height: 60px;
    gap: 20px;
    padding: 3px 3px 3px 32px;
  }
}
.contact .link .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #033124;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .contact .link .icon {
    width: 57px;
    height: 57px;
  }
}
.contact .link .icon svg {
  width: 28px;
  height: 28px;
}
.contact .link:hover {
  background: #BBF189;
}
.contact .link:hover .icon {
  background: #FFFFFF;
}
.contact .link:hover .icon svg path {
  stroke: #272D2C;
}
.contact .tab_content form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact .tab_content input {
  width: 100%;
  border-radius: 100px;
  padding: 22px 32px;
  height: 70px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #272D2C;
  display: block;
  background: #F6FDEF;
  border: 2px solid #EBFBDD;
  transition: 0.2s ease;
}
.contact .tab_content input:hover {
  border: 2px solid #BBF189;
}
.contact .tab_content input:focus {
  border: 2px solid #9DEA56;
}
@media (max-width: 1280px) {
  .contact .tab_content input {
    height: 64px;
    font-size: 17px;
    line-height: 23px;
    padding: 20px 32px;
  }
}
@media (max-width: 760px) {
  .contact .tab_content input {
    height: 60px;
  }
}
.contact .tab_content input::-moz-placeholder {
  color: #7D9789;
}
.contact .tab_content input::placeholder {
  color: #7D9789;
}
.contact .tab_content input.error {
  border: 2px solid #FF4144;
}
.contact .tab_content .form_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
}
@media (max-width: 1280px) {
  .contact .tab_content .form_btns {
    margin-top: 12px;
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .contact .tab_content .form_btns {
    flex-direction: column-reverse;
    text-align: center;
    gap: 8px;
  }
}
.contact .tab_content .form_btns p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  max-width: 190px;
  color: #525756;
}
@media (max-width: 1280px) {
  .contact .tab_content .form_btns p {
    font-size: 12px;
    line-height: 16px;
    max-width: 250px;
  }
}

.contact_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(39, 45, 44, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
}
.contact_modal.show {
  display: flex;
}
.contact_modal_in {
  width: 492px;
  background: #FFFFFF;
  border-radius: 60px;
  padding: 36px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1280px) {
  .contact_modal_in {
    border-radius: 40px;
    padding: 32px;
    width: 384px;
  }
}
@media (max-width: 760px) {
  .contact_modal_in {
    padding: 28px;
    width: 320px;
  }
}
.contact_modal_in h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #033124;
}
@media (max-width: 1280px) {
  .contact_modal_in h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 1280px) {
  .contact_modal_in h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
.contact_modal_in p {
  padding-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #033124;
  max-width: 320px;
  margin: 12px auto 32px auto;
}


.contact_modal .close_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 40px;
  border-radius: 100px;
  background: #9DEA56;
}
@media (max-width: 1280px) {
  .contact_modal .close_btn {
    padding: 10px 40px;
  }
}
@media (max-width: 760px) {
  .contact_modal .close_btn {
    padding: 10px 40px;
  }
}

.footer {
  padding: 16px 0;
  background: #272D2C;
  border-radius: 60px 60px 0 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 24px 0;
    border-radius: 40px 40px 0 0;
  }
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer .container {
    gap: 78px;
  }
}
@media (max-width: 1024px) {
  .footer .container {
    gap: 55px;
  }
}
@media (max-width: 760px) {
  .footer .container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer_logo {
  width: 230px;
  height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer_logo {
    width: 153px;
    height: 40px;
  }
}
@media (max-width: 760px) {
  .footer_logo {
    margin-bottom: 8px;
  }
}
.footer_left {
  display: flex;
  align-items: center;
  gap: 219px;
}
@media (max-width: 1536px) {
  .footer_left {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .footer_left {
    gap: 78px;
  }
}
@media (max-width: 760px) {
  .footer_left {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_left span {
  font-weight: 400;
  font-size: 14px;
  color: #939696;
}
@media (max-width: 1024px) {
  .footer_left span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 760px) {
  .footer_left span {
    max-width: 320px;
    font-size: 11px;
    line-height: 15px;
  }
}
.footer_left ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .footer_left ul {
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .footer_left ul {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
}
.footer_left ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .footer_left ul a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 760px) {
  .footer_left ul a {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer_left ul a:hover {
  color: #9DEA56;
}
.footer_left ul a:active {
  color: #BBF189;
}
.footer_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 219px;
}
@media (max-width: 1536px) {
  .footer_right {
    gap: 100px;
  }
}
@media (max-width: 1280px) {
  .footer_right {
    gap: 16px;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 760px) {
  .footer_right {
    gap: 20px;
  }
}
.footer_logo_block {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .footer_logo_block {
    max-width: 170px;
  }
}
@media (max-width: 760px) {
  .footer_logo_block {
    max-width: 320px;
    align-items: center;
  }
}
.footer .phone_link {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 4px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .footer .phone_link {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 760px) {
  .footer .phone_link {
    font-size: 20px;
    line-height: 26px;
  }
}
.footer .phone_link:hover {
  color: #9DEA56;
}
.footer .phone_link:active {
  color: #BBF189;
}
.footer .mail_link {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 4px;
}
@media (max-width: 1024px) {
  .footer .mail_link {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .footer .mail_link {
    font-size: 14px;
  }
}
.footer .mail_link:hover {
  color: #9DEA56;
}
.footer .mail_link:active {
  color: #BBF189;
}
.footer .link {
  width: 253px;
  flex-shrink: 0;
  border-radius: 100px;
  background: #9DEA56;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #033124;
  padding: 4px 4px 4px 32px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .footer .link {
    font-size: 12px;
    line-height: 16px;
    width: 218px;
    gap: 16px;
    padding: 4px 4px 4px 27px;
  }
}
@media (max-width: 760px) {
  .footer .link {
    font-size: 11px;
    line-height: 15px;
    width: 189px;
    height: 40px;
    gap: 12px;
    padding: 3px 3px 3px 20px;
  }
}
.footer .link .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #033124;
  transition: 0.2s ease;
}
@media (max-width: 1024px) {
  .footer .link .icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 760px) {
  .footer .link .icon {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1024px) {
  .footer .link .icon svg {
    width: 20px;
    height: 20px;
  }
}
.footer .link:hover {
  background: #BBF189;
}
.footer .link:hover .icon {
  background: #FFFFFF;
}
.footer .link:hover .icon svg path {
  stroke: #272D2C;
}

.footer_bottom {
  padding: 10px;
  font-size: 14px;
  color: #d7d7df;
  font-weight: 400;
  text-align: left;
}