@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "Open sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open sans"),
    url("./OpenSans/OpenSans-Regular.woff") format("woff2"),
    url("./OpenSans/OpenSans-Regular.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.3;
  list-style: none;
  letter-spacing: 0.02em;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  overflow-anchor: none;
}
body,
body a {
  color: #000;
}
a {
  background-color: transparent;
}
body.scroll-off {
  overflow: hidden;
}
h1,
p {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
img {
  border-style: none;
}
section {
  padding: 70px 0 0 !important;
}
body {
  margin: 0;
  background: #f0f1f4;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
main {
  padding-top: 80px;
}
.dark_theme,
.dark_theme .section_title {
  color: #fff;
}
.dark_theme,
.dark_theme .header {
  background: #1b1b1b;
}
.dark_theme .banner_buttons a,
.dark_theme .banner_subtitle,
.dark_theme .descriptions_title {
  color: #fff;
}
.dark_theme .header_right ul a {
  color: #fff;
  opacity: 0.5;
}
.dark_theme .header_right .open_modal span {
  background: #1b1b1b !important;
  color: #fff;
}
.banner_img > * {
  max-width: 1000px;
}
.dark_theme,
.dark_theme .section_title {
  color: #fff;
}
/* header */
.header {
  background: #f0f1f4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}
.header.out {
  transform: translateY(-100%);
}
.center {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;

  padding: 10px 20px 0;
  width: calc(100% - 40px);
}
.header .header_container {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header_logo,
.header_right .open_modal span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
}
.header_logo {
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
.header_logo p {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  display: none;
}

.header .header_container > *,
.header_right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_right ul a {
  padding: 20px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  text-decoration: none;
}
.header_logo svg {
  max-height: 60px;
  width: auto;
}
button {
  cursor: pointer;
  border: 0;
  background: 0 0;
}
.header_right .open_modal {
  max-width: 250px;
  position: relative;
  background: linear-gradient(to right, #8951ff, #4a88ff);
  padding: 2px;
  border-radius: 8px;
  margin: 0 20px 0 30px;
  display: none;
}
.header_right .open_modal span {
  line-height: 22px;
  text-align: center;
  background: #f0f1f4;
  padding: 13px 28px;
  display: block;
  border-radius: 6px;
  transition: 0.3s;
}
.center_mob {
  padding: 0 !important;
  width: 100% !important;
}
.header_burger_container {
  line-height: 0;
  padding: 16px 8px 16px 13px;
}
.header_burger {
  width: 24px;
  height: 18px;
  background: 0 0;
  border: 0;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.header_burger--one,
.header_burger--three,
.header_burger--two {
  position: absolute;
  display: block;
  height: 2px;
  background: #000;
  border-radius: 2px;
  right: 0;
  transition: all 0.3s ease-in-out;
  transform-origin: 95%;
  width: 100%;
}
.header_burger--one {
  top: 0;
}
.header_burger--two {
  top: calc(50% - 1px);
}
.header_burger--three {
  bottom: 0;
}
.dn_mob {
  display: none !important;
}

/* header */

/* banner */
#banner {
  background-size: cover;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  padding: 10px 0 20px !important;
}
.banner_buttons a {
  border: 1px solid #666;
  box-sizing: border-box;
  color: #000;
  margin: 10px 0 0;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.3s;
}
.banner_buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
.banner_buttons > * {
  width: 100%;
}

#banner .center,
.banner_buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .center {
  display: block;
  flex-direction: row-reverse;
}
.banner_img > * {
  max-width: 100%;
}

.banner_img {
  transform: translateX(-7%);
  flex: 0 1 50%;
  max-width: 50%;
  display: none;
  transform: none;
  text-align: center;
  max-width: 100%;
}
.banner_img.active {
  display: block;
}
#banner .banner {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 40px);
  max-width: 100%;
  padding: 30px 0 0;
  margin: 0 auto;
}
#banner h1 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 26px;
  line-height: 32px;
}
.banner_subtitle {
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2f2f2f;
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}
.banner_buttons > * {
  padding: 20px 40px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 16px;
  line-height: 19px;
}
.gradient_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s;
}
.gradient_btn::after,
.gradient_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.gradient_btn::before {
  background: linear-gradient(78.05deg, #4a88ff 0, #8951ff 100%);
  opacity: 0;
  visibility: hidden;
}
.gradient_btn::after {
  background: linear-gradient(78.05deg, #8951ff 0, #4a88ff 100%);
}
.gradient_btn span {
  position: relative;
  color: #fff;
  z-index: 2;
}
/* banner */

/* descriptions */
#descriptions {
  padding: 20px 0;
}
#descriptions .center {
  max-width: 970px;
}
.descriptions_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.descriptions_item {
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  padding: 0;
  border-radius: 0;
}
.descriptions_item > * {
  position: inherit;
  z-index: 2;
}
.descriptions_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* descriptions */

/* about */
#about .center {
  max-width: 1170px;
  margin-right: unset;
  margin-left: unset;
  padding: unset;
  width: unset;
}
#about .section_text,
.descriptions_text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 500;
  opacity: 0.5;
  font-size: 14px;
  line-height: 17px;
}
#about {
  background: linear-gradient(180deg, #f0f1f4 0, #dbe9ff 100%);
  padding: 40px 0 20px;
}
.section_subtitle {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  color: #4992ff;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.section_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}
#about .section_text {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
}
.dark_theme #about {
  background: linear-gradient(180deg, #1b1b1b 0, #00328b 100%);
}
.dark_theme #about .section_text,
.dark_theme .descriptions_text {
  color: #fff;
  opacity: 0.5;
}
.aim {
  background: linear-gradient(264.1deg, #7572ff 0, #1956f2 100%);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 320px 0 0;
  box-sizing: border-box;
}
.aim::before {
  content: "";
  background-image: url(./imgs/aim.png);
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 20px 20px 0 0;
}
.aim_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.aim_text {
  max-width: 100%;
  padding: 20px;
  max-width: 350px;
}

.aim_text p:not(.aim_title) {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: 500;
  opacity: 0.85;
  font-size: 16px;
  line-height: 20px;
}
.aim_text button {
  padding: 14px 28px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  background: #fff;
  border-radius: 8px;
  transition: 0.3s;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
}
.about_advantages {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  gap: 10px;
}
.about_advantages_item {
  background: #fff;
  border-radius: 20px 15px;
  padding: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #666;
  font-weight: 500;
  padding: 20px;
  font-size: 14px;
  line-height: 17px;
}
.about_advantages_title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* about */

/* advantages */

#advantages {
  background: linear-gradient(180deg, #dbe9ff 0, #f0f1f4 100%);
  padding: 35px 0;
}
#advantages .section_subtitle {
  margin-bottom: 15px;
}
.dark_theme #advantages {
  background: linear-gradient(180deg, #00328b 0, #1b1b1b 100%);
}
#advantages .section_title {
  margin-bottom: 20px;
}
.advantages {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  color: #2f2f2f;
}
.advantages .section_text {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 17px;
}
.advantages_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  margin-top: 20px;
}
.advantages_item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 15px 0;
  text-align: center;
}
.advantages_item:first-child {
  padding-top: 20px;
}
.advantages_item svg {
  max-width: 50px;
  margin: 0 auto;
  height: auto;
}
.advantages_item--title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #4992ff;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 15px;
}
.advantages_item--text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.advantages button.open_modal {
  margin: 25px auto 0;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  min-width: 100%;
}
/* advantages */
/* why */
#why {
  padding: 20px 0;
}
.why_list {
  display: block;
  margin-top: 40px;
}
.why_item {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}
.why_item + .why_item {
  margin-top: 10px;
}
.why_item svg {
  max-width: 50px;
  height: auto;
}
.why_item--title {
  margin: 20px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
#partners button,
.why_item--text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 20px;
  color: #2f2f2f;
  font-weight: 500;
}
#why .section_text {
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 17px;
  color: #666;
  font-weight: 500;
}
#why .section_subtitle {
  margin-bottom: 15px;
}
/* why */
/* consultation */
#consultation {
  padding: 0;
}
.consultation_container {
  background-size: cover;
  background-image: url(./imgs/consult.png);
  background-position: center 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: auto;
  max-width: 1170px;
  margin: 0 auto;
  padding: 35px 0 0;
  border-radius: 20px;
}
.consultation_inner2 {
  display: none;
}
.consultation_inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  gap: 38px;
}
.consultation_inner2 {
  height: 32px;
}
#career .section_subtitle {
  color: rgba(255, 255, 255, 0.5);
}
#career .section_title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
#career .section_title + p,
.consultation_text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 17px;
}
.consultation_text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}
.consultation_text--title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
}
.consultation_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  color: #fff;
}
.consultation_text:first-child {
  margin-bottom: 47px;
}
.consultation_form {
  background: #fff;
  padding: 30px 20px 20px;
  border-radius: 20px 20px 0 0;
  box-shadow: none;
  z-index: 2;
}
.form_row {
  position: relative;
  background: #fff;
}
.form_row .submit.disabled {
  background: rgba(0,0,0,.5);
  pointer-events: none;
}
.gradient_btn.disabled, .gradient_btn:disabled {
  background: linear-gradient(78.05deg,#8951ff 0,#4a88ff 100%);
  opacity: .5;
  pointer-events: none;
}
.form_row + .form_row {
  margin-top: 10px;
}
.form_row input:not([type="file"]) {
  width: 100%;
  background: 0 0;
  border: 1px solid #cecece;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 20px;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #666;
  font-weight: 400;
}
.form_row label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #666;
  font-weight: 400;
  letter-spacing: 0.005em;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.3s;
}
.field_error {
  position: absolute;
  display: none;
}
.attention {
  padding: 7px 15px;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  opacity: 0.5;
}
.form_row .submit {
  width: 100%;
  border-radius: 8px;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  margin: 10px 0 20px;
}
/* consultation */

/* partners */
#partners {
  padding: 60px 0 20px;
}
.partners_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0;
  padding: 20px 0;
  grid-gap: 30px;
}
.partners_list .partners_item,
.team_content {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  position: relative;
}
.partners_list .partners_item {
  height: 130px;
  border-radius: 0;
}
.partners_list .partners_item:last-child {
  border-bottom: none;
}
.partners_list .partners_item svg {
  max-width: 210px;
  height: auto;
}
.partners_list .partners_item:nth-child(2n):after,
.partners_list .partners_item:nth-child(n + 3):before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #cecece;
  opacity: 0.3;
  top: -15px;
  left: 0;
}

/* partners */

/* career */
.career_top {
  padding: 40px 10px 50px;
  background: linear-gradient(78.05deg, #8951ff 0, #4a88ff 100%);
  border-radius: 20px 20px 0 0;
}
.career_container {
  padding: 30px 10px 10px;
  transform: translateY(-20px);
  background: #fff;
  border-radius: 10px;
}
.career_list {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
}
.single_career_block {
  display: flex;
  align-items: center;
  position: relative;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.single_career_block:first-child {
  padding-top: 0;
}
.single_career_block:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background-color: #f0f1f4;
}
.single_career_block img {
  margin: 0 0 20px;
  width: 62px;
  height: 62px;
}
.career_form {
  background: linear-gradient(78.05deg, #8951ff 0, #4a88ff 100%);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.career_form--button button,
.career_form--text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.career_form--text {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.career_form--text .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.career_form--button {
  margin: 30px 0 0;
  width: 100%;
}
.career_form--text .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.career_form--button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
  font-size: 16px;
  line-height: 20px;
}
/* career */

/* team */
#team {
  padding: 0;
}
#team > .center {
  display: grid;
  grid-template-areas:
    "img"
    "content";
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
}
.team_content {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  position: relative;
  grid-area: content;
  padding: 20px;
  flex-direction: column;
  background: #fff;
}
.team_content > * {
  text-align: center;
  margin-left: auto;
}
.team_content--text p {
  color: #666;
}
.team_content--text p + p {
  margin-top: 20px;
}
.team_content .section_title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}
.team_content .section_title {
  color: #000;
}
.team_content .section_subtitle {
  margin-bottom: 15px;
}
.team_img {
  background-image: url("./imgs/team.png");
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
  grid-area: img;
  height: 280px;
}
/* team */

/* modal */
.modal {
  position: fixed;
  top: 0;
  right: -1500px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.modal,
.modal.active {
  transition: none;
}
.modal {
  display: block;
}
.modal.active {
  right: 0;
  left: 0;
  z-index: 9999;
}
.modal .close_modal {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.modal .form,
.modal form {
  max-width: 850px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 120px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: -100px 0 200px rgb(0 0 0 / 35%);
  border-radius: 20px 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal .form,
.modal form {
  max-width: 700px;
  padding: 90px 100px;
}
.modal form .section_title {
  margin: 0 0 20px;
  text-align: left;
  color: #000;
}
.modal,
.modal.active {
  transition: all 0.36s ease;
}
button,
input {
  overflow: visible;
}
/* modal */

/* mobile theme */
.mobile_theme_switcher {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border: 1px solid #f0f1f4;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 4px;
  margin: 20px 0;
}
.mobile_menu {
  position: fixed;
  top: 0;
  right: -1500px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  overflow: auto;
}
.mobile_menu,
.mobile_theme_switcher > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_theme_switcher > div {
  text-align: center;
  padding: 8px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
.dark_theme .footer_logo,
.dark_theme .footer_menu .footer_menu_item--title,
.dark_theme .footer_menu ul li a:hover,
.dark_theme .mobile_theme_switcher > div {
  color: #fff;
}
.dark_theme .mobile_theme_switcher > div.active {
  background: #fff;
  color: #000;
}
.mobile_theme_switcher > div.active {
  background: #000;
  color: #fff;
}
.dark_theme .footer_socials svg path,
.footer_socials li:hover svg path {
  fill: #fff;
}
.dark_theme .footer_socials li {
  background: #2f2f2f;
}
.dark_theme #partners .partners_list .partners_item svg path:not(.colored) {
  fill: #fff;
  transition: 0.3s;
}
.dark_theme .footer_logo path:not(.colored),
.dark_theme .header_logo path:not(.colored) {
  fill: #fff;
}
.dark_theme .mobile_theme_switcher > div.active {
  background: #fff;
  color: #000;
}
.dark_theme .header_burger--one,
.dark_theme .header_burger--three,
.dark_theme .header_burger--two,
.menu_opened .header_right .open_modal span {
  background: #fff;
}
.menu_opened,
.modal_opened {
  overflow: hidden;
}
.menu_opened header {
  z-index: 999;
  background: #fff;
}
.mobile_menu_container {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1500px;
  padding: 80px 0 0;
  box-sizing: border-box;
  background: #fff;
}
.mobile_menu .center {
  height: 100%;
  position: relative;
}
.dark_theme .mobile_menu_container {
  background: #1b1b1b;
}
.mobile_menu_container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu_container .menu li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #666;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
}
.mobile_order {
  position: absolute;
  bottom: 35px;
  padding: 19px;
  font-size: 18px;
  line-height: 22px;
  left: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
/* mobile theme */

/* menu opened */
.menu_opened .mobile_menu {
  right: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.menu_opened .mobile_menu_container {
  right: 0;
  left: 0;
}
.header_burger.open .header_burger--one {
  transform: rotate(-45deg);
}
.header_burger.open .header_burger--two {
  opacity: 0;
}
.header_burger.open .header_burger--three {
  transform: rotate(45deg);
}
/* menu opened */

/* footer */
.file-upload-wrap.file-upload .drag-text .file,
.footer_top,
.footer_top > * {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer_top {
  padding: 50px 0 30px;
  display: block;
}
.footer_menu_item ul,
.footer_socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_socials {
  margin-top: 30px;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 10px !important;
}
.footer_logo {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  flex-direction: column;
}
.footer_logo svg {
  margin-bottom: 30px;
}
.footer_logo p {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer_menu_item ul,
.footer_socials {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  justify-content: space-between;
}
.footer_socials {
  margin-top: 40px;
}
.footer_socials li {
  width: 48px;
  height: 48px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s;
  border-radius: 15px;
}
.footer_socials li + li {
  /* margin-left: 23px; */
}
.footer_menu {
  display: grid;
  gap: 20px;
  padding: 35px 0;
  padding: 30px 0 20px;
  grid-template-columns: repeat(1, 1fr);
  font-family: "Open sans", sans-serif;
}
.footer_menu_item--title,
.modal .form .section_title + p,
.modal form .section_title + p {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.footer_menu_item--title {
  font-size: 14px;
  line-height: 19px;
}
.copyright,
.footer_menu_item ul li a {
  font-style: normal;
  letter-spacing: 0.02em;
  color: #666;
  font-family: "Open Sans", sans-serif;
  padding: 10px 0;
  font-weight: 400;
}
.footer_menu_item ul li a {
  display: block;
  position: relative;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  line-height: 19px;
}
.d_none {
  display: none !important;
}
.footer_socials li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 24px;
}
.footer_socials li:hover {
  background: #07f;
}
.footer_socials li:hover svg path {
  fill: #fff;
}
.file-upload-wrap::before,
.footer_menu_item ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.footer_menu_item ul li a:before {
  background-image: url("./imgs/arrow-icon.png");
  width: 17px;
  height: 16px;
  right: 14px;
  opacity: 0.25;
}
/* footer */
@media (min-width: 428px) {
  section {
    padding: 85px 0 0 !important;
  }
  .header .header_container {
    min-height: 80px;
  }
  #banner h1 {
    font-size: 30px;
    line-height: 37px;
  }
  .banner_subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  .banner_buttons {
    margin-top: 40px;
  }
  .gradient_btn {
    font-size: 20px;
    line-height: 24px;
  }
  /* descriptions */
  #descriptions {
    padding: 40px 0 20px;
  }
  .descriptions_title {
    font-size: 22px;
    line-height: 27px;
  }
  .descriptions_text {
    font-size: 16px;
    line-height: 20px;
  }
  .section_subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .descriptions_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  /* descriptions */
  .section_title {
    font-size: 24px;
    line-height: 30px;
  }
  /* about */
  #about .section_text {
    font-size: 16px;
    line-height: 20px;
  }
  .aim {
    padding: 428px 0 0;
  }
  .aim_text {
    padding: 30px 20px;
    max-width: 100%;
  }
  .aim::before {
    background-image: url(./imgs/img428.png);
    height: 428px;
  }
  .aim_title {
    font-size: 24px;
    line-height: 30px;
  }
  .aim_text p:not(.aim_title) {
    font-size: 18px;
    line-height: 22px;
  }
  .about_advantages_title {
    font-size: 18px;
    line-height: 22px;
  }
  .about_advantages_item {
    font-size: 16px;
    line-height: 20px;
  }
  /* about */
  /* advantages */
  .advantages_item {
    padding: 20px 0;
  }
  .advantages_item--title {
    margin: 15px 10px;
  }
  .advantages .section_text {
    font-size: 16px;
    line-height: 22px;
  }
  .advantages_item--title {
    font-size: 18px;
    line-height: 22px;
  }
  .advantages_item--text {
    font-size: 16px;
    line-height: 22px;
  }
  .advantages button.open_modal {
    font-size: 20px;
    line-height: 24px;
    margin: 20px auto 0;
  }
  /* advantages */
  #why .section_text {
    font-size: 16px;
    line-height: 20px;
  }
  /* consultation */
  .consultation_container {
    padding-top: 50px;
  }
  .consultation_text--title {
    font-size: 30px;
    line-height: 37px;
  }
  .consultation_text {
    font-size: 18px;
    line-height: 22px;
  }
  .consultation_text:first-child {
    margin-bottom: 0;
  }
  .form_row .submit {
    font-size: 20px;
    line-height: 25px;
  }
  /* consultation */
  /* partners */
  #partners {
    padding: 60px 0 0;
  }
  #partners .section_subtitle {
    margin-bottom: 15px;
  }
  /* partners */
  /* career */
  .career_top {
    padding: 40px 20px 60px;
  }
  #career .section_title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
  }
  .career_container {
    padding: 40px 10px 10px;
  }
  #career .section_title + p {
    font-size: 16px;
    line-height: 20px;
  }
  .career_list {
    margin: 0 0 25px;
  }
  .career_form--text {
    font-size: 18px;
    line-height: 20px;
  }
  .career_form--button button {
    font-size: 20px;
    line-height: 24px;
  }
  #career .section_subtitle {
    margin-bottom: 15px;
  }
  /* career */
  /* team */
  .team_img {
    background-image: url(./imgs/team428.png);
    height: 388px;
  }
  #team .section_subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .team_content {
    font-size: 16px;
    line-height: 20px;
  }
  #team {
    padding: 20px 0 0;
  }
  /* team */
  /* footer */
  .footer_socials {
    margin-top: 30px;
  }
  .footer_menu_item--title {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_top {
    padding: 50px 0 20px;
  }
  .footer_menu_item ul li a {
    padding: 14px 0;
  }
  .footer_menu_item--title {
    margin-bottom: 30px;
  }
  /* footer */
}

@media (min-width: 768px) {
  /* header */
  .header_right .open_modal {
    display: block;
  }
  .header .header_container {
    min-height: 90px;
  }
  .header_logo svg {
    max-height: 90px;
  }
  /* header */
  /* banner */
  #banner h1 {
    font-size: 36px;
    line-height: 44px;
  }
  #banner .banner {
    max-width: 70%;
    padding: 50px 15px 0 0;
  }
  .banner_subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .banner_buttons > * {
    width: calc(50% - 10px);
  }
  .banner_buttons a {
    margin-left: 20px;
  }
  .banner_buttons a {
    margin-top: 0;
  }
  /* banner */
  .section_subtitle {
    font-size: 24px;
    line-height: 33px;
  }
  .section_title {
    font-size: 30px;
    line-height: 37px;
  }
  /* about */
  #about .center {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  #about .section_text {
    font-size: 18px;
    line-height: 22px;
  }
  .aim_text {
    padding: 0;
    max-width: 350px;
  }
  .aim_text button {
    width: unset;
  }
  .aim::before {
    display: none;
  }
  .aim {
    background-image: url(./imgs/aim768.png),
      linear-gradient(264.1deg, #7572ff 0, #1956f2 100%);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 60px;
    min-height: unset;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 25px;
  }
  .consultation_container {
    background-image: url(./imgs/consult768.png);
  }
  /* about */
  /* descriptions */
  .descriptions_text {
    font-size: 18px;
    line-height: 22px;
  }
  .descriptions_title {
    font-size: 24px;
    line-height: 30px;
  }
  .descriptions_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about_advantages {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    gap: 10px;
  }
  /* descriptions */
  /* advantages */
  .advantages {
    padding: 35px;
  }
  .advantages_item:first-child {
    padding-top: 15px;
  }
  .advantages_item {
    text-align: left;
  }
  .advantages_item svg {
    margin: unset;
  }
  .section_title {
    margin-bottom: 25px;
  }
  .advantages_list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
    gap: 20px;
  }
  .advantages_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
    gap: 20px;
  }
  #advantages {
    padding: 30px 0;
  }
  /* advantages */
  /* why */
  .why_list {
    display: grid;
    margin-top: 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .why_item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .why_item + .why_item {
    margin-top: 0;
  }
  #why .section_title {
    margin-bottom: 15px;
  }
  #why .section_text {
    font-size: 18px;
    line-height: 22px;
  }
  .why_item {
    padding: 40px;
  }
  .why_item svg {
    max-width: 70px;
    height: auto;
  }
  .why_item--title {
    margin-top: 30px;
  }
  #why {
    padding: 30px 0;
  }
  /* why */
  .center {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  /* consultation */
  #consultation {
    padding: 30px 30px 0;
  }
  .consultation_inner {
    display: unset;
  }
  .consultation_form {
    margin: 0 auto;
    border-radius: 20px;
  }
  .consultation_text p:first-child {
    margin-bottom: 25px;
  }

  .consultation_text p {
    margin-bottom: 68px;
  }
  .consultation_text--title {
    font-size: 48px;
    line-height: 59px;
  }
  .form_row .submit {
    font-size: 18px;
    line-height: 22px;
  }
  .attention {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 0;
  }
  .consultation_text {
    font-size: 24px;
    line-height: 30px;
  }
  .consultation_container {
    padding: 104px 90px 100px;
  }
  .consultation_text {
    padding: 0;
  }
  .consultation_form {
    padding: 70px 70px 42px;
  }
  /* consultation */
  /* partners */
  .partners_list {
    padding: 30px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
  }
  .partners_list .partners_item:nth-child(2n):after {
    height: 100%;
    width: 1px;
    top: 0;
  }
  .partners_item:last-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .partners_list .partners_item {
    height: 160px;
  }
  /* partners */
  /* career */
  .career_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    margin: 0 0 25px;
  }
  .career_form {
    padding: 30px;
  }
  .career_form--text .title {
    margin-bottom: 5px;
  }
  .career_form--button button {
    font-size: 24px;
    line-height: 30px;
  }
  .career_form--text {
    font-size: 14px;
    line-height: 17px;
  }
  .career_container {
    border-radius: 20px;
  }
  .career_container {
    padding: 35px 10px 10px;
  }
  .single_career_block p {
    margin: 0 auto;
  }
  .single_career_block:first-child {
    padding-top: 15px;
  }
  .career_top {
    padding-top: 35px;
  }
  #career .section_title {
    font-size: 30px;
    line-height: 37px;
  }
  .career_top {
    padding-bottom: 55px;
  }
  /* career */
  /* team */
  #team {
    padding: 10px 0 0;
  }
  .team_content {
    padding: 30px;
  }
  #team .section_subtitle {
    font-size: 24px;
    line-height: 33px;
  }
  /* team */
  /* footer */
  .footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer_logo p {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
  }
  .footer_socials li {
    margin-right: 5px;
  }
  .footer_socials li:last-child {
    margin-right: 0;
  }
  .footer_logo {
    flex-direction: row;
  }
  .footer_logo svg {
    margin-bottom: 0;
  }
  .footer_socials {
    margin-top: 0;
  }
  .footer_socials {
    border: none;
  }
  /* footer */
}
@media (min-width: 900px) {
  section {
    padding: 95px 0 0 !important;
  }
  #banner {
    padding: 0 !important;
  }
}
@media (min-width: 1366px) {
  section {
    padding: 100px 0 0 !important;
  }
  .section_title {
    font-size: 36px;
    line-height: 44px;
  }
  /* header */
  .header .header_container {
    min-height: 100px;
  }
  .header .header_right ul {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .header_right ul a {
    font-size: 18px;
    line-height: 22px;
  }
  .theme_switcher {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cecece;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 3px;
  }
  .dn_mob {
    display: flex !important;
  }
  .header_burger_container {
    display: none;
  }
  .theme_switcher > div {
    line-height: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .theme_switcher > div.active {
    background: #fff;
    border-radius: 6px;
  }
  .theme_switcher > div svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .theme_switcher > div {
    line-height: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .theme_switcher > div + div {
    margin-left: 4px;
  }
  /* header */
  /* banner */
  section {
    padding: 95px 0 0 !important;
  }
  #banner {
    margin: 125px 0 0;
    padding: 0 !important;
  }
  #banner .banner {
    padding: 0 15px 0 0;
  }
  .banner_img > * {
    max-width: unset;
    object-fit: none;
  }
  .banner_img {
    max-width: 50%;
  }
  #banner .center {
    display: flex;
  }
  .banner_buttons > * {
    width: unset;
    font-size: 16px;
    line-height: 20px;
  }
  #banner h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .banner_subtitle {
    font-size: 24px;
    line-height: 29px;
  }
  /* banner */
  .gradient_btn {
    padding: 20px 40px;
  }
  /* descriptions */
  #descriptions {
    padding: 0 0 60px;
  }
  .descriptions_item {
    padding: 0 25px 0;
  }
  .descriptions_title {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 20px;
  }
  .descriptions_list {
    grid-template-columns: repeat(4, 1fr);
  }
  .consultation_inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 70px;
    padding: 0 90px;
  }
  /* descriptions */
  /* about */
  .aim {
    margin-top: 60px;
    padding: 0 100px;
    min-height: 600px;
  }
  #about .section_subtitle {
    margin-bottom: 10px;
  }
  #about .section_title {
    margin-bottom: 30px;
  }
  #about .aim_title {
    font-size: 36px;
    line-height: 44px;
  }
  .aim_text button {
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
  }
  .about_advantages_item {
    padding: 30px;
  }
  .about_advantages_title {
    margin-bottom: 25px;
  }
  .about_advantages_title {
    font-size: 24px;
    line-height: 29px;
  }
  .about_advantages_item {
    font-size: 18px;
    line-height: 22px;
  }
  #about {
    padding: 40px 0 40px;
  }
  /* about */
  /* advantages */
  .advantages {
    padding: 50px 100px;
  }
  .advantages_list {
    margin-top: 60px;
  }
  .advantages_item svg {
    max-width: 80px;
  }
  .advantages_item--title {
    margin: 20px 0;
  }
  .advantages button.open_modal {
    width: 570px;
    min-width: unset;
  }
  .advantages_list {
    gap: 100px;
  }
  .advantages_item:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background: #f0f1f4;
    border-radius: 8px;
    right: -48px;
    top: 0;
  }
  .advantages_item:not(:last-child):before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    background: #f0f1f4;
    border-radius: 8px;
    right: -48px;
    top: 0;
  }
  .advantages button.open_modal {
    margin-top: 50px;
  }
  #advantages {
    padding: 5px 0;
  }
  /* advantages */
  /* why */
  #why .section_text {
    font-size: 24px;
    line-height: 29px;
  }
  .why_list {
    margin-top: 70px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .why_item:last-child {
    grid-column-start: 3;
  }
  #why {
    padding: 55px 0;
  }
  /* why */
  /* partners */
  #partners {
    padding: 100px 0 0;
  }
  .partners_list {
    padding: 75px 0 50px;
    grid-template-columns: repeat(6, 1fr);
  }
  .partners_list .partners_item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    border-right: 1px solid rgba(206, 206, 206, 0.3);
  }
  .partners_list .partners_item:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
    border-right: 1px solid rgba(206, 206, 206, 0.3);
  }
  .partners_list .partners_item:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 7;
  }
  .partners_list .partners_item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    border-right: 1px solid rgba(206, 206, 206, 0.3);
  }
  .partners_list .partners_item:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 6;
  }
  .partners_item:nth-child(n + 3):before {
    display: none;
  }
  .partners_list .partners_item:nth-child(2n):after {
    display: none;
  }
  /* partners */
  /* career */
  .career_container {
    padding: 25px 100px 70px;
  }
  #career .section_title {
    font-size: 36px;
    line-height: 44px;
  }
  #career .section_title + p {
    font-size: 18px;
    line-height: 22px;
  }
  .single_career_block:first-child {
    padding-top: 60px;
  }
  .career_form--button button {
    font-size: 18px;
    line-height: 22px;
  }
  .career_form--text {
    font-size: 18px;
    line-height: 22px;
  }
  .career_form--text .title {
    margin-bottom: 10px;
  }
  .single_career_block {
    flex-direction: row;
    font-size: 24px;
    line-height: 33px;
    padding: 60px 0;
  }
  .single_career_block img {
    margin: 0 50px 0;
  }
  .single_career_block p {
    margin: unset;
    text-align: left;
  }
  .career_list {
    row-gap: 0;
    margin: 0 0 50px;
  }
  .career_form {
    padding: 70px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .career_form--button button {
    width: 300px;
  }
  .career_form--button {
    margin: 0;
    width: unset;
  }
  .career_form--text {
    text-align: left;
  }
  .single_career_block img {
    width: 90px;
    height: 90px;
  }
  /* career */
  /* team */
  #team > .center {
    display: grid;
    grid-template-areas:
      "img"
      "content";
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  .team_img {
    grid-area: unset;
  }
  .team_content {
    grid-area: unset;
  }
  .team_content .section_title {
    font-size: 30px;
    line-height: 37px;
  }
  .team_content {
    font-size: 18px;
    line-height: 22px;
  }
  #team {
    padding: 50px 0 0;
  }
  /* team */
  /* consultation */
  .consultation_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 15px;
  }
  .consultation_container {
    background-image: url(./imgs/consult1440.png);
  }
  .consultation_container::after {
    content: url(./imgs/arrow_top.png);
    position: absolute;
    top: -50px;
    left: 38%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .consultation_container::before {
    content: url(./imgs/arrow_bottom.png);
    position: absolute;
    bottom: -50px;
    left: 30%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .consultation_inner2 {
    display: none;
  }
  /* consultation */
  /* footer */
  .footer_menu {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 35px 0;
  }
  .footer_top {
    padding: 40px 0 30px;
  }
  .footer_socials li {
    margin-right: 10px;
  }
  .footer_socials li svg {
    max-width: 22px;
  }
  /* footer */
}
@media (min-width: 1700px) {
  .center {
    max-width: 1470px;
  }
  .banner_img > * {
    max-width: 833px;
    object-fit: contain;
  }
}
@media (min-width: 1920px) {
  .center {
    max-width: 1470px;
  }
  .header .center {
    max-width: 1470px;
  }
  .header .header_container {
    min-height: 110px;
  }
  .section_title {
    font-size: 48px;
    line-height: 59px;
  }
  /* banner */
  #banner {
    padding: 50px 0 85px !important;
    margin-bottom: 0;
  }
  #banner .center {
    max-width: 1470px;
  }
  #banner h1 {
    font-size: 64px;
    line-height: 79px;
  }
  .banner_subtitle {
    font-size: 24px;
    line-height: 29px;
  }
  .section_title {
    margin-bottom: 35px;
  }
  #banner .banner {
    max-width: 50%;
  }
  .banner_img > * {
    max-width: 1000px;
  }
  .banner_img {
    max-width: 50%;
  }
  .banner_buttons > * {
    font-size: 24px;
    line-height: 30px;
  }
  #banner .banner {
    padding: 0;
  }
  /* banner */
  /* descriptions */
  #descriptions .center {
    max-width: 1530px;
  }
  #descriptions {
    padding: 0;
  }
  .descriptions_title {
    font-size: 36px;
    line-height: 44px;
  }
  .descriptions_text {
    font-size: 24px;
    line-height: 29px;
  }
  .descriptions_item {
    padding: 0 30px 35px;
  }
  /* descriptions */
  /* about */
  #about {
    padding-top: 125px;
  }
  #about .center {
    max-width: 1470px;
  }
  #about .section_title {
    margin-bottom: 35px;
  }
  #about .section_subtitle {
    margin-bottom: 15px;
  }
  #about .section_text {
    font-size: 24px;
    line-height: 29px;
  }
  .aim {
    height: 735px;
    margin-top: 100px;
    margin-bottom: 0;
  }
  .aim_text {
    max-width: 535px;
  }
  #about .aim_title {
    font-size: 48px;
    line-height: 59px;
  }
  .aim_text p:not(.aim_title) {
    font-size: 30px;
    line-height: 37px;
  }
  .aim_text button {
    font-size: 18px;
    line-height: 22px;
  }
  .aim_text button {
    margin-top: 50px;
  }
  .about_advantages {
    margin-top: 50px;
    gap: 20px;
  }
  .about_advantages_item {
    padding: 50px;
  }
  .about_advantages_title {
    font-size: 30px;
    line-height: 37px;
  }
  .about_advantages_item {
    font-size: 24px;
    line-height: 29px;
  }
  .about_advantages_title {
    margin-bottom: 25px;
  }
  /* about */
  /* advantages */
  .advantages {
    padding: 50px;
  }
  .advantages_list {
    margin-top: 75px;
    gap: 100px;
  }
  .advantages_item--title {
    margin: 20px 0;
  }
  .advantages_item svg {
    max-width: 100px;
  }
  .advantages {
    padding: 50px 150px;
  }
  .advantages .section_text {
    font-size: 22px;
    line-height: 27px;
  }
  .advantages_item--title {
    font-size: 24px;
    line-height: 29px;
  }
  .advantages_item--text {
    font-size: 22px;
    line-height: 27px;
  }
  .advantages button.open_modal {
    margin-top: 50px;
  }
  .advantages button.open_modal {
    font-size: 24px;
    line-height: 29px;
  }
  /* advantages */
  /* why */
  #why .section_text {
    font-size: 30px;
    line-height: 37px;
  }
  .why_item svg {
    max-width: 100px;
  }
  .why_item--title {
    margin: 30px 0 20px;
  }
  .why_item--title {
    font-size: 24px;
    line-height: 29px;
  }
  .why_item--text {
    font-size: 22px;
    line-height: 27px;
  }
  #why {
    padding: 100px 0;
  }
  #why .section_title {
    margin-bottom: 35px;
  }
  /* why */
  /* consultation */
  #consultation {
    padding: 0 50px 0;
  }
  .consultation_container {
    max-width: 100%;
    padding: 103px 0;
  }
  .consultation_text p:first-child {
    margin-bottom: 35px;
  }
  .consultation_text--title {
    font-size: 64px;
    line-height: 78px;
  }
  .consultation_text {
    font-size: 30px;
    line-height: 37px;
  }
  .consultation_form {
    padding: 100px;
  }
  .form_row input:not([type="file"]) {
    padding: 20px;
  }
  .form_row .submit {
    font-size: 24px;
    line-height: 29px;
  }
  /* consultation */
  /* partners */
  #partners {
    padding: 100px 0 0;
  }
  .partners_list {
    padding: 55px 0 100px;
  }
  .partners_list .partners_item {
    height: 240px;
  }
  #partners .section_subtitle {
    margin-bottom: 15px;
  }
  /* partners */
  /* career */
  .career_container {
    padding: 35px 150px 70px;
  }
  #career .section_title {
    font-size: 48px;
    line-height: 59px;
  }
  #career .section_title + p {
    font-size: 30px;
    line-height: 37px;
  }
  .single_career_block img {
    max-width: 90px;
    max-height: 90px;
  }
  .career_form--button button {
    width: 400px;
    font-size: 24px;
    line-height: 29px;
  }
  .career_form--text .title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }
  .career_form--text {
    font-size: 30px;
    line-height: 37px;
  }
  .career_form {
    padding: 80px 70px;
  }
  .single_career_block:first-child {
    padding-top: 60px;
  }
  .career_list {
    margin: 0 0 20px;
  }
  #career .center {
    max-width: 1770px;
  }
  /* career */
  /* team */
  #team .center {
    max-width: 1770px;
  }
  .team_content {
    padding: 122px 100px;
  }
  .team_img {
    background-image: url(./imgs/team.jpeg);
    height: 870px;
  }
  #team .section_subtitle {
    font-size: 36px;
    line-height: 49px;
  }
  .team_content .section_title {
    font-size: 44px;
    line-height: 54px;
  }
  .team_content .section_title {
    margin-bottom: 60px;
    color: #000;
  }
  .team_content--text p {
    font-size: 28px;
    line-height: 34px;
  }
  .team_content--text p + p {
    margin-top: 30px;
  }
  .team_content p {
    text-align: left;
    margin-left: 0;
  }
  /* team */
  /* footer */
  .footer_menu_item--title {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_menu_item ul li a,
  .copyright p {
    font-size: 16px;
    line-height: 22px;
  }
  .footer_socials li {
    width: 72px;
    height: 72px;
  }
  .footer_socials li svg {
    max-width: 32px;
  }
  .footer_socials li {
    margin-right: 20px;
  }
  footer .center {
    max-width: 1770px;
  }
  /* footer */
}
@media (max-width: 320px) {
  .mobile_theme_switcher {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
    margin: 10px 0;
  }
}
@media (max-height: 500px) {
  .mobile_order {
    position: relative;
    bottom: auto;
    margin: 10px 0 25px;
    left: auto;
    right: auto;
    width: 100%;
  }
}
@media (max-height: 500px) {
  .mobile_menu_container {
    overflow: scroll;
  }
}
@media (max-width: 1366px) {
  .descriptions_title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .modal .form,
  .modal form {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 105px 20px 20px;
    overflow: scroll;
  }
}
