@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, b, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, tt, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background: #E8E8E8;
  font-weight: normal;
  font-style: normal;
  color: #434343;
  font-family: "Tilda Sans VF";
  font-weight: normal;
  font-style: normal;
  background: url(../img/noise.png) center repeat;
}
body.fixed {
  overflow: hidden;
}

button, input {
  font-family: "Tilda Sans VF";
}

.wrapper {
  max-width: 1477px;
  margin: 0 auto;
}

.logo {
  width: 332px;
  height: 42px;
  background: url(/img/svg/logo.svg) center no-repeat;
}

header {
  position: fixed;
  top: 0px;
  padding: 30px 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.active {
  background: rgba(221, 221, 221, 0.5);
}

.main_section {
  padding-top: 194px;
}

.main_txt {
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 74px;
}
@media (min-width: 1200px) {
  .main_txt {
    font-size: 2.5rem;
  }
}

.main_txt_wrapper {
  width: 100%;
  position: relative;
}
.main_txt_wrapper .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_txt_wrapper .phones {
  position: absolute;
  bottom: 0;
  right: 10%;
  max-width: 30%;
  height: auto;
}

.grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 63px;
}

.grid_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 16px 20px 20px 24px;
  width: 100%;
  height: 138px;
  border-radius: 30px;
  border: 3px solid #434343;
}
.grid_item:nth-child(2) .grid_title {
  color: #839BEF;
}
.grid_item:nth-child(3) .grid_title {
  color: #FFB800;
}
.grid_item:nth-child(4) .grid_title {
  color: #007B14;
}
.grid_item.btn_callback {
  background: #FFB800;
  border-color: transparent;
  width: 463px;
  flex-shrink: 0;
  cursor: pointer;
}

.grid_title {
  color: #007B14;
  font-size: calc(1.3125rem + 0.75vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (min-width: 1200px) {
  .grid_title {
    font-size: 1.875rem;
  }
}

.gdt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 7px;
  width: 100%;
  margin-top: -20px;
}

.grid_number {
  color: #434343;
  font-size: calc(1.4375rem + 2.25vw);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (min-width: 1200px) {
  .grid_number {
    font-size: 3.125rem;
  }
}

.grid_txt {
  color: #434343;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.gibcb_title {
  color: #434343;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 1200px) {
  .gibcb_title {
    font-size: 2.5rem;
  }
}
.gibcb_title::after {
  content: "";
  width: 112px;
  height: 20px;
  background: url(../img/svg/arr.svg?v2) center no-repeat;
  margin-bottom: 10px;
}

.projects_section {
  margin-top: 30px;
}
.projects_section .wrapper {
  padding-top: 119px;
  position: relative;
}
.projects_section .wrapper .blue_arrow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.projects_section_title {
  color: #000;
  text-align: right;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 66px;
}
@media (min-width: 1200px) {
  .projects_section_title {
    font-size: 3.75rem;
  }
}
.projects_section_title .blue_frame {
  position: relative;
}
.projects_section_title .blue_frame::after {
  position: absolute;
  content: "";
  width: 125%;
  height: 100%;
  border-radius: 30px;
  background: #839BEF;
  left: 51%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.projects_section_title .transp_frame {
  position: relative;
}
.projects_section_title .transp_frame::after {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 30px;
  border: 3px solid #434343;
  z-index: -1;
}

.project_txt_item {
  padding: 30px 50px 20px 30px;
  border-radius: 30px;
  border: 3px solid #434343;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.projects_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.project_itm {
  width: calc(25% - 7px);
  height: 420px;
}

.project_item_title {
  color: #434343;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
@media (min-width: 1200px) {
  .project_item_title {
    font-size: 2.5rem;
  }
}

.project_item_txt {
  width: 100%;
  color: #434343;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 17px;
}

.open_project {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.open_project::after {
  content: "";
  width: 112px;
  height: 20px;
  background: url(../img/svg/arr.svg?v2) center no-repeat;
}

.project_presentation_item {
  cursor: pointer;
  border: 3px solid #434343;
  border-radius: 30px;
  overflow: hidden;
}
.project_presentation_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tabs_section {
  margin-top: 66px;
  overflow: hidden;
}

.tabs_title {
  color: #000;
  text-align: center;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .tabs_title {
    font-size: 3.75rem;
  }
}
.tabs_title .transp_frame {
  position: relative;
}
.tabs_title .transp_frame::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 105%;
  height: 100%;
  border-radius: 30px;
  border: 3px solid #434343;
  z-index: -1;
}
.tabs_title .yellow_frame {
  position: relative;
}
.tabs_title .yellow_frame::after {
  content: "";
  width: 125%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #FFB800;
  border-radius: 30px;
}

.tabs_wrapper {
  padding-top: 64px;
  margin-top: 25px;
  position: relative;
}
.tabs_wrapper .tabs_arrow {
  left: 8%;
  top: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.tabs_container {
  width: 100%;
  border-radius: 30px;
  border: 3px solid #434343;
  background: #1E1F23;
  height: 880px;
  padding: 79px 18px 49px 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tabs_container_title {
  color: #FFF;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .tabs_container_title {
    font-size: 3.75rem;
  }
}

.tabs_txt {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 10px;
}

.callback_arrow {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}

.tabs_switch_container {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.tabs_switch_item {
  height: 698px;
  border-radius: 30px;
  border: 3px solid #FFF;
  background: #434343;
  width: 154px;
  padding: 39px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tabs_switch_item img {
  width: 100%;
  height: auto;
  max-height: 563px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
}
.tabs_switch_item.active {
  width: 583px;
}
.tabs_switch_item.active img {
  opacity: 1;
  visibility: visible;
}
.tabs_switch_item.active .tabs_switch_item_title {
  transform: rotate(0deg);
  writing-mode: initial;
}

.tabs_switch_item_title {
  color: #FFF;
  font-family: Tilda Sans VF;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  text-transform: uppercase;
  writing-mode: tb-rl;
  text-align: start;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .tabs_switch_item_title {
    font-size: 2.5rem;
  }
}

.stages_section {
  padding-bottom: 50px;
  overflow: hidden;
  padding-top: 97px;
}
.stages_section .wrapper {
  position: relative;
}
.stages_section .wrapper .b_arrow {
  position: absolute;
  right: -368px;
  top: 60px;
  z-index: -1;
}

.stages_title {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .stages_title {
    font-size: 3.75rem;
  }
}
.stages_title span {
  position: relative;
}
.stages_title span::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  border-radius: 30px;
  background: #839BEF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stage_subtitle {
  color: #007B14;
  text-align: right;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.title_flex {
  margin-bottom: 55px;
}

.stage_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
}
.stage_item + .stage_item {
  margin-top: 50px;
}
.stage_item:nth-child(2) .stage_toggle {
  border-color: #839BEF;
}
.stage_item:nth-child(2) .stage_toggle::after {
  content: "";
  border-color: #839BEF;
  background: #FFB800;
}
.stage_item:nth-child(3) .stage_toggle {
  border-color: #007B14;
}
.stage_item:nth-child(3) .stage_toggle::after {
  content: "";
  border-color: #007B14;
  background: #839BEF;
}

.stage_number {
  color: #434343;
  font-size: calc(1.75rem + 6vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 311px;
}
@media (min-width: 1200px) {
  .stage_number {
    font-size: 6.25rem;
  }
}

.stage_toggle {
  border-radius: 40px;
  border: 7px solid #434343;
  width: 171px;
  height: 74px;
  position: relative;
  margin-bottom: -30px;
}
.stage_toggle::after {
  content: "";
  position: absolute;
  height: 74px;
  border-radius: 40px;
  border: 7px solid #434343;
  background: #007B14;
  width: 98px;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.stage_content {
  margin-bottom: -30px;
}
.stage_content span {
  color: #434343;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.stage_content p {
  color: #434343;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  margin-top: 11px;
}
@media (min-width: 1200px) {
  .stage_content p {
    font-size: 2.5rem;
  }
}

.stage_grid {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.stage_btn_center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 114px;
}

.stage_btn {
  width: 528px;
  height: 82px;
  color: #FFF;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  background: none;
  border-radius: 30px;
  border: 3px solid #434343;
  position: relative;
}
@media (min-width: 1200px) {
  .stage_btn {
    font-size: 2.5rem;
  }
}
.stage_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #007B14;
  position: absolute;
  right: -13px;
  top: -8px;
  z-index: -1;
}

.our_work_section {
  padding-top: 76px;
}

.our_work_title {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .our_work_title {
    font-size: 3.75rem;
  }
}
.our_work_title .yellow_shild {
  position: relative;
}
.our_work_title .yellow_shild::after {
  content: "";
  position: absolute;
  border-radius: 30px;
  width: 125%;
  height: 100%;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
  background: #FFB800;
  z-index: -1;
}
.our_work_title .blue_shild {
  position: relative;
}
.our_work_title .blue_shild::after {
  content: "";
  position: absolute;
  border-radius: 30px;
  width: 125%;
  height: 100%;
  top: 0;
  left: 47%;
  transform: translateX(-50%);
  background: #839BEF;
  z-index: -1;
}

.our_works_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 19px;
  margin-top: 60px;
}

.our_works_item {
  height: 420px;
  border-radius: 30px;
  border: 3px solid #434343;
  overflow: hidden;
}
.our_works_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_works_item.with_btn {
  background: #839BEF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.our_works_item.with_btn .our_works_btn_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.our_works_item.with_btn .stage_btn {
  color: #434343;
  position: relative;
}
.our_works_item.with_btn .stage_btn::after {
  background: #FFB800;
}
.our_works_item .our_works_item_title {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .our_works_item .our_works_item_title {
    font-size: 3.75rem;
  }
}

.our_works_item:nth-child(1) {
  grid-area: 1/1/2/3;
}

.our_works_item:nth-child(2) {
  grid-area: 1/3/2/4;
}

.our_works_item:nth-child(3) {
  grid-area: 1/4/2/5;
}

.our_works_item:nth-child(4) {
  grid-area: 2/1/3/3;
}

.our_works_item:nth-child(5) {
  grid-area: 2/3/3/5;
}

.prices_section {
  padding-top: 110px;
}

.prices_container {
  padding: 40px;
  background: #434343;
  border-radius: 30px;
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prices_grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
}

.prices_item {
  border-radius: 30px;
  border: 3px solid #FFF;
  background: #839BEF;
  padding: 67px 20px 50px 30px;
  height: 596px;
  width: 454px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.prices_item ul {
  margin-left: 35px;
}
.prices_item ul li {
  color: #FFF;
  font-family: Tilda Sans VF;
  font-size: calc(1.28125rem + 0.375vw);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #FFF;
}
@media (min-width: 1200px) {
  .prices_item ul li {
    font-size: 1.5625rem;
  }
}
.prices_item.orange {
  background: #FFB800;
  border-color: #FFB800;
}
.prices_item.orange .prices_item_price {
  background: #839BEF;
}
.prices_item.orange .prices_item_title {
  color: #434343;
}
.prices_item.orange ul li {
  color: #434343;
}

.prices_item_title {
  color: #FFF;
  font-size: calc(1.40625rem + 1.875vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .prices_item_title {
    font-size: 2.8125rem;
  }
}

.prices_item_price {
  border-radius: 30px;
  background: #FFB800;
  color: #FFF;
  font-size: calc(1.40625rem + 1.875vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  width: 368px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .prices_item_price {
    font-size: 2.8125rem;
  }
}

.price_txt_title {
  color: #FFF;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .price_txt_title {
    font-size: 3.75rem;
  }
}

.orange_line {
  width: 261.069px;
  height: 7px;
  background: #FFB800;
  margin: 30px 0;
}

.price_txt_block p {
  color: #FFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.partners_section {
  margin-top: 85px;
}

.partners_title {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .partners_title {
    font-size: 3.75rem;
  }
}
.partners_title .white_frame {
  position: relative;
}
.partners_title .white_frame::after {
  content: "";
  height: 100%;
  width: 110%;
  z-index: -1;
  background: white;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 30px;
}
.partners_title .orange_frame {
  position: relative;
}
.partners_title .orange_frame::after {
  content: "";
  height: 100%;
  width: 105%;
  z-index: -1;
  background: #FFB800;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 30px;
}

.partners_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43px;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.trust {
  border-radius: 30px;
  background: #839BEF;
  width: 596px;
  height: 82px;
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .trust {
    font-size: 3.75rem;
  }
}

.trust_callback {
  border-radius: 30px;
  border: 3px solid #434343;
  color: #FFF;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .trust_callback {
    font-size: 2.5rem;
  }
}

footer {
  margin-top: 112px;
  padding-bottom: 50px;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 85px;
  margin-top: 45px;
}

.contacts_title {
  color: #434343;
  font-size: calc(1.34375rem + 1.125vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contacts_title {
    font-size: 2.1875rem;
  }
}

.contacts_number {
  color: #434343;
  font-size: calc(1.34375rem + 1.125vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contacts_number {
    font-size: 2.1875rem;
  }
}

.contacts_mail {
  color: #434343;
  font-size: calc(1.34375rem + 1.125vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contacts_mail {
    font-size: 2.1875rem;
  }
}

.burger {
  width: 92px;
  height: 40px;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.burger span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 7px;
  background: #242424;
  transition: all 0.2s ease-in-out;
}
.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.burger span:nth-child(3) {
  top: auto;
  bottom: 0;
  width: 50%;
}
.burger:hover span:nth-child(3) {
  width: 100%;
}
.burger.active span:nth-child(1) {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  top: auto;
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
}

.fixed_menu {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #e8e8e8;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.fixed_menu .big_arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 250px;
  right: -20%;
}
.fixed_menu .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 259px;
  padding-bottom: 20px;
  height: 100%;
}
.fixed_menu .fixed_menu_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 100px;
}
.fixed_menu .fixed_menu_nav a {
  color: #000;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1200px) {
  .fixed_menu .fixed_menu_nav a {
    font-size: 3.75rem;
  }
}
.fixed_menu .fixed_menu_nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  border-radius: 30px;
  background: #839BEF;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.fixed_menu .fixed_menu_nav a:hover::after, .fixed_menu .fixed_menu_nav a.active::after {
  opacity: 1;
  width: 108%;
}
.fixed_menu.active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.fixed_menu_bottom_txt {
  color: #000;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fixed_menu_bottom_txt {
    font-size: 3.75rem;
  }
}
.fixed_menu_bottom_txt .transp_frame {
  position: relative;
}
.fixed_menu_bottom_txt .transp_frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 105%;
  border-radius: 30px;
  border: 3px solid #434343;
  z-index: -1;
}

.fixed_menu_bottom {
  width: 100%;
}

.fixed_menu_bottom_grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.fixed_menu_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 25px;
}

.fixed_menu_phone {
  color: #434343;
  font-size: calc(1.625rem + 4.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fixed_menu_phone {
    font-size: 5rem;
  }
}

.fixed_menu_mail {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .fixed_menu_mail {
    font-size: 3.75rem;
  }
}

/* modal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.modal__container {
  background: #FFB800;
  height: 647px;
  width: 600px;
  max-width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 47px;
  position: relative;
  gap: 20px;
}
.modal__container.tnx {
  background: #839BEF;
}

.tnx_txt {
  color: #000;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 1200px) {
  .tnx_txt {
    font-size: 3.75rem;
  }
}
.tnx_txt .yellow_frame {
  position: relative;
}
.tnx_txt .yellow_frame::after {
  content: "";
  width: 105%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #FFB800;
  border-radius: 30px;
}

.tnx_on {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.tnx_on .stage_toggle {
  margin-bottom: 0;
  border-color: white;
}
.tnx_on .stage_toggle::after {
  content: "";
  border-color: white;
}
.tnx_on .tnx_on_txt {
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.modal_title {
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .modal_title {
    font-size: 3.75rem;
  }
}

.modal_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
.modal_form input {
  width: 100%;
  height: 82px;
  border-radius: 30px;
  border: 3px solid #434343;
  background: none;
  text-align: center;
  color: #434343;
  font-size: calc(1.375rem + 1.5vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .modal_form input {
    font-size: 2.5rem;
  }
}
.modal_form input::-moz-placeholder {
  color: #434343;
}
.modal_form input::placeholder {
  color: #434343;
}

.modal_desc {
  color: #434343;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.modal_submit_btn {
  width: 100%;
  height: 82px;
  border-radius: 30px;
  background: #839BEF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #434343;
  font-size: calc(1.5rem + 3vw);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .modal_submit_btn {
    font-size: 3.75rem;
  }
}
.modal_submit_btn::after {
  content: "";
  width: 112px;
  height: 20px;
  background: url(../img/svg/arr.svg?v2) center no-repeat;
}

.close_modal {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* modal */
.move_circle {
  animation: move_circle 3.3s ease-in-out alternate infinite;
}

.move_circle_two {
  animation: move_circle 3.5s ease-in-out alternate infinite;
}

@keyframes move_circle {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-12.2%);
  }
}
.presentation_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 20;
  left: 0;
  top: 0;
  background: white;
  visibility: hidden;
  z-index: -5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.presentation_container.active {
  visibility: visible;
  z-index: 20;
  opacity: 1;
}
.presentation_container .presentation_slider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.presentation_container .presentation_slider_wrapper .presentation_progress_and_close {
  position: absolute;
  left: 20px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.presentation_container .presentation_slider_wrapper .close_presentation_wrap {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.presentation_container .presentation_slider_wrapper .close_presentation {
  width: 30px;
  height: 30px;
  background: url(../img/svg/close.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.presentation_container .presentation_slider {
  height: 100%;
}
.presentation_container .swiper-slide {
  width: auto !important;
}
.presentation_container .swiper-slide img {
  width: auto;
  height: 100% !important;
}
.presentation_container .swiper-scrollbar-drag {
  background-color: #FFB800;
  position: relative;
}
.presentation_container .swiper-scrollbar-drag:before {
  content: "";
  background-color: #FFB800;
  position: relative;
  left: -99vw;
  top: 0;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100vw;
  z-index: 999;
}
.presentation_container .swiper-horizontal > .swiper-scrollbar, .presentation_container .swiper-scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  width: 400px;
  overflow: hidden;
  position: relative;
  bottom: auto;
  top: auto;
}

[data-project] {
  cursor: pointer;
}

[data-micromodal-trigger] {
  cursor: pointer;
}

.mob {
  display: none;
}

.fixed_menu_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: auto;
}

@media screen and (max-width: 1520px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  .big_svg {
    max-width: 50%;
  }
  .main_section {
    overflow: hidden;
  }
  .gdt {
    margin-top: 0;
  }
  .grid_item {
    padding: 10px 15px;
  }
  .grid_txt {
    font-size: 14px;
  }
  .grid .grid_item.btn_callback {
    width: calc(33.3333333333% - 20px);
  }
  .grid_number {
    font-size: 30px;
  }
  .tabs_title, .projects_section_title, .tabs_container_title, .stages_title, .our_work_title, .our_works_item .our_works_item_title, .partners_title {
    font-size: 3rem;
  }
  .tabs_switch_item {
    width: 13.3333333333%;
  }
  .tabs_switch_item_title {
    font-size: 2rem;
  }
  .tabs_txt_container {
    flex-shrink: 0;
  }
  .prices_container {
    gap: 15px;
    padding: 20px;
  }
  .prices_item {
    width: 392px;
    padding: 20px;
    height: 550px;
  }
  .fixed_menu .fixed_menu_nav a, .fixed_menu_bottom_txt {
    font-size: 3rem;
  }
  .fixed_menu .wrapper {
    padding-top: 120px;
  }
  .projects_section .wrapper .blue_arrow {
    max-width: 50%;
    height: auto;
  }
  .tabs_wrapper .tabs_arrow {
    max-width: 50%;
  }
  .stages_section .wrapper .b_arrow {
    max-width: 64%;
    top: 11%;
    right: -30%;
  }
}
@media screen and (max-width: 1320px) {
  .big_svg {
    position: relative;
    z-index: 2;
  }
  .project_item_title {
    font-size: 20px;
    line-height: 1.2em;
  }
  .project_itm {
    height: 380px;
  }
  .tabs_title, .projects_section_title, .tabs_container_title, .stages_title, .our_work_title, .our_works_item .our_works_item_title, .partners_title {
    font-size: 2.4rem;
  }
  .tabs_switch_item_title {
    font-size: 1.5rem;
  }
  .tabs_switch_item.active {
    width: 463px;
  }
  .stage_content p {
    font-size: 1.7rem;
  }
  .stages_section .wrapper .b_arrow {
    top: 22%;
    right: -33%;
  }
  .prices_item_title {
    font-size: 2.2em;
  }
  .price_txt_title {
    font-size: 2.2rem;
  }
  .price_txt_block p br {
    display: none;
  }
  .prices_grid {
    gap: 15px;
  }
  .prices_item {
    width: 356px;
  }
  .partners_grid {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
  }
  .partners_grid img {
    width: calc(33.3333333333% - 10px);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .fixed_menu .fixed_menu_nav {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .fixed_menu_phone {
    font-size: 2.4rem;
  }
  .fixed_menu_mail {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1099px) and (min-width: 701px) {
  .main_section {
    padding-top: 135px;
    position: relative;
  }
  .main_txt_wrapper .phones {
    display: none;
  }
  .big_svg {
    max-width: 70%;
    -o-object-position: top;
       object-position: top;
    height: auto;
  }
  .prices_section {
    overflow: hidden;
  }
  .logo {
    height: 81px;
    width: 169px;
    background: url(../img/svg/mobile_logo.svg) center no-repeat;
  }
  .mob {
    display: initial;
  }
  .phones.mob {
    width: 250px;
    height: auto;
    position: absolute;
    right: -20px;
    top: 65px;
    z-index: -1;
  }
  .main_txt_wrapper .arrow {
    height: 300px;
    z-index: -1;
  }
  .main_txt {
    margin-top: 18px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    align-items: initial;
  }
  .grid .grid_item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .grid .grid_item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .grid .grid_item:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .grid .grid_item:nth-child(4) {
    grid-area: 4/1/5/2;
  }
  .grid .grid_item:nth-child(5) {
    grid-area: 1/2/5/3;
  }
  .grid .grid_item.btn_callback {
    height: auto;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .gibcb_title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  .grid_txt {
    text-align: end;
  }
  .projects_section {
    overflow: hidden;
  }
  /*     .tabs_title, .projects_section_title, .tabs_container_title, .stages_title, .our_work_title, .our_works_item .our_works_item_title, .partners_title{
          font-size: 26px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-transform: uppercase;
      } */
  .projects_section .wrapper {
    padding-top: 34px;
  }
  .projects_section .wrapper .blue_arrow {
    max-width: 46%;
    top: 0;
    z-index: -1;
  }
  .projects_grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .project_itm {
    width: calc(50% - 15px);
    height: 500px;
  }
  footer {
    overflow: hidden;
  }
  .project_item_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 87.5%;
  }
  /*     .project_itm{
          height: 420px;
      } */
  .tabs_container {
    padding: 18px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tabs_switch_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .tabs_right {
    width: 100%;
  }
  .tabs_switch_item.active {
    width: 100%;
  }
  .tabs_container_title {
    position: relative;
    z-index: 2;
  }
  .tabs_switch_item {
    width: 100%;
    height: 80px;
    padding: 18px;
  }
  .tabs_switch_item_title {
    transform: rotate(0);
    writing-mode: initial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
  }
  .tabs_switch_item img {
    height: 0;
  }
  .tabs_switch_item.active {
    height: 422px;
  }
  .tabs_switch_item.active img {
    height: 330px;
  }
  /*     .main_txt {
          font-size: 17px;
      } */
  .tabs_container_title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .tabs_txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .tabs_right .callback_arrow {
    display: none;
  }
  /*     .tabs_wrapper .tabs_arrow{
          width: 93%;
          max-width: 100%;
          left: 0;
          top: 80px;
      } */
  .tabs_txt {
    position: relative;
    z-index: 2;
  }
  .callback_arrow.mob {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .title_flex {
    gap: 20px;
  }
  .stages_title {
    text-align: start;
    flex-shrink: 0;
  }
  .stage_subtitle br {
    display: none;
  }
  .stages_section {
    padding-top: 50px;
  }
  .stage_grid {
    width: 100%;
  }
  .stage_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .stage_toggle {
    margin-bottom: 0;
  }
  .stage_number {
    justify-content: center;
  }
  .stage_content {
    margin-bottom: 0;
  }
  .stages_section .wrapper .b_arrow {
    top: auto;
    bottom: -20px;
    right: -42%;
  }
  .stage_btn_center {
    margin-top: 35px;
  }
  .stage_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .stage_content p {
    order: -1;
    margin-top: 0;
  }
  .our_work_section {
    padding-top: 50px;
  }
  .our_works_grid {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .our_works_item {
    width: calc(50% - 10px);
    height: 500px;
  }
  .presentation_container .swiper-horizontal > .swiper-scrollbar, .presentation_container .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 200px;
  }
  .prices_container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .prices_grid {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .prices_item {
    width: calc(50% - 10px);
  }
  .partners_section {
    margin-top: 50px;
  }
  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  section {
    overflow: hidden;
  }
  .fixed_menu .fixed_menu_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .fixed_menu .wrapper {
    gap: 15px;
    padding-top: 150px;
  }
  .fixed_menu_bottom_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .fixed_menu_phone {
    font-size: 2rem;
  }
  .fixed_menu_mail {
    font-size: 1.7rem;
  }
  .fixed_menu {
    overflow: hidden;
  }
  .fixed_menu .fixed_menu_nav a, .fixed_menu_bottom_txt {
    font-size: 1.5rem;
  }
  .fixed_menu_bottom_grid .grid_item.btn_callback {
    align-items: flex-start;
    justify-content: center;
  }
  .fixed_menu .big_arrow {
    bottom: 146px;
    right: -50%;
  }
  .modal__container {
    padding: 15px;
    height: 557px;
  }
  .close_modal {
    width: 25px;
    height: 25px;
  }
  .presentation_container .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none !important;
  }
  .swiper-backface-hidden .swiper-slide {
    max-width: none !important;
  }
  .stage_item {
    align-items: flex-start;
  }
  .stage_number {
    justify-content: flex-start;
  }
  .fixed_menu_container {
    padding-left: 10px;
  }
  .fixed_menu .wrapper {
    padding-bottom: 60px;
  }
  .fixed_menu_bottom_txt {
    position: relative;
    z-index: 2;
  }
  .fixed_menu_mail {
    font-size: 1.5rem;
  }
  .fixed_menu_contacts {
    width: 100%;
  }
  .price_txt_title br {
    display: none;
  }
  .price_txt_block {
    text-align: center;
  }
  .orange_line {
    margin: 30px auto;
  }
  .our_works_item .our_works_item_title {
    font-size: 2rem;
  }
  .modal__container {
    padding: 30px 20px;
  }
  .modal_title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .main_section {
    padding-top: 135px;
    position: relative;
  }
  .main_txt_wrapper .phones {
    display: none;
  }
  .big_svg {
    max-width: 70%;
    -o-object-position: top;
       object-position: top;
    height: auto;
  }
  .prices_section {
    overflow: hidden;
  }
  .logo {
    height: 81px;
    width: 169px;
    background: url(../img/svg/mobile_logo.svg) center no-repeat;
  }
  .mob {
    display: initial;
  }
  .phones.mob {
    width: 157px;
    height: auto;
    position: absolute;
    right: -80px;
    top: 65px;
    z-index: -1;
  }
  .main_txt_wrapper .arrow {
    height: 211px;
    z-index: -1;
  }
  .main_txt {
    margin-top: 18px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    align-items: initial;
  }
  .grid .grid_item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .grid .grid_item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .grid .grid_item:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .grid .grid_item:nth-child(4) {
    grid-area: 4/1/5/2;
  }
  .grid .grid_item:nth-child(5) {
    grid-area: 1/2/5/3;
  }
  .grid .grid_item.btn_callback {
    height: auto;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .gibcb_title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
  }
  .grid_txt {
    text-align: end;
  }
  .projects_section {
    overflow: hidden;
  }
  .tabs_title, .projects_section_title, .tabs_container_title, .stages_title, .our_work_title, .our_works_item .our_works_item_title, .partners_title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .projects_section .wrapper {
    padding-top: 34px;
  }
  .projects_section .wrapper .blue_arrow {
    max-width: 80%;
    top: 60px;
    z-index: -1;
  }
  .projects_grid {
    flex-wrap: wrap;
    gap: 30px;
  }
  .project_itm {
    width: 100%;
  }
  footer {
    overflow: hidden;
  }
  .project_item_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 87.5%;
  }
  .project_itm {
    height: 500px;
  }
  .tabs_container {
    padding: 18px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tabs_switch_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tabs_switch_item {
    width: 100%;
    height: 80px;
    padding: 18px;
  }
  .tabs_switch_item_title {
    transform: rotate(0);
    writing-mode: initial;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: uppercase;
  }
  .tabs_switch_item img {
    height: 0;
  }
  .tabs_switch_item.active {
    height: 422px;
  }
  .tabs_switch_item.active img {
    height: 330px;
  }
  .main_txt {
    font-size: 17px;
  }
  .tabs_container_title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .tabs_txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .tabs_right .callback_arrow {
    display: none;
  }
  .tabs_wrapper .tabs_arrow {
    width: 93%;
    max-width: 100%;
    left: 0;
    top: 80px;
  }
  .tabs_txt {
    position: relative;
    z-index: 2;
  }
  .callback_arrow.mob {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 10px;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .title_flex {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 15px;
  }
  .stages_title {
    text-align: end;
  }
  .stages_section {
    padding-top: 50px;
  }
  .stage_grid {
    width: 100%;
  }
  .stage_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .stage_toggle {
    margin-bottom: 0;
  }
  .stage_number {
    justify-content: center;
  }
  .stage_content {
    margin-bottom: 0;
  }
  .stages_section .wrapper .b_arrow {
    top: auto;
    bottom: 70px;
  }
  .stage_btn_center {
    margin-top: 35px;
  }
  .stage_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
  .stage_content p {
    order: -1;
    margin-top: 0;
  }
  .our_work_section {
    padding-top: 50px;
  }
  .our_works_grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .our_works_item {
    width: 100%;
    height: 360px;
  }
  .presentation_container .swiper-horizontal > .swiper-scrollbar, .presentation_container .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 200px;
  }
  .prices_container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .prices_grid {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .prices_item {
    width: 100%;
  }
  .partners_section {
    margin-top: 50px;
  }
  .footer_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  section {
    overflow: hidden;
  }
  .fixed_menu .fixed_menu_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .fixed_menu .wrapper {
    gap: 15px;
    padding-top: 150px;
  }
  .fixed_menu_bottom_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
  .fixed_menu_phone {
    font-size: 2rem;
  }
  .fixed_menu_mail {
    font-size: 1.7rem;
  }
  .fixed_menu {
    overflow: hidden;
  }
  .fixed_menu .fixed_menu_nav a, .fixed_menu_bottom_txt {
    font-size: 2.5rem;
  }
  .fixed_menu_bottom_grid .grid_item.btn_callback {
    align-items: flex-start;
    justify-content: center;
  }
  .fixed_menu .big_arrow {
    bottom: 56px;
    right: -50%;
  }
  .modal__container {
    padding: 15px;
    height: 557px;
  }
  .close_modal {
    width: 25px;
    height: 25px;
  }
  .presentation_container .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none !important;
  }
  .swiper-backface-hidden .swiper-slide {
    max-width: none !important;
  }
  .stage_item {
    align-items: flex-start;
  }
  .stage_number {
    justify-content: flex-start;
  }
  .fixed_menu_container {
    padding-left: 10px;
  }
  .fixed_menu .wrapper {
    padding-bottom: 60px;
  }
  .fixed_menu_bottom_txt {
    position: relative;
    z-index: 2;
  }
  .fixed_menu_mail {
    font-size: 1.5rem;
  }
  .fixed_menu_contacts {
    width: 100%;
  }
  .fixed_menu .big_arrow {
    pointer-events: none;
  }
  .stage_subtitle br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */
@media screen and (max-width: 1099px) and (min-width: 701px){
    .fixed_menu_contacts{
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }
    .fixed_menu .fixed_menu_nav a, .fixed_menu_bottom_txt{
        font-size: 2rem;
    }
}
@media screen and (max-width: 700px){
    .modal__container{
        padding: 30px 20px;
    }
    .modal_title {
        margin-top: 20px;
    }
}