@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap");
@font-face {
  font-family: "Aleg";
  src: url("../fonts/AlegreyaSans-Regular.woff") format("woff"), url("../fonts/AlegreyaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aleg";
  src: url("../fonts/AlegreyaSans-Medium.woff") format("woff"), url("../fonts/AlegreyaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Aleg";
  src: url("../fonts/AlegreyaSans-Light.woff") format("woff"), url("../fonts/AlegreyaSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aleg";
  src: url("../fonts/AlegreyaSans-Bold.woff") format("woff"), url("../fonts/AlegreyaSans-Bold.woff") format("woff2");
  font-weight: bold;
  font-style: normal;
}
html {
  max-width: 100%;
  position: relative;
  scroll-behavior: smooth;
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  *,
*::before,
*::after {
    font-size: 16px;
  }
}

body {
  font-family: "Aleg", sans-serif, arial;
  font-size: 20px;
  color: #0F0F10;
  min-height: 100vh;
  line-height: normal;
}

@media (max-width: 575px) {
  .iti--container {
    max-height: 300px;
    top: calc(50% - 150px) !important;
  }
}

a {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

p {
  margin: 0;
}

svg {
  display: block;
  flex: 0 0 auto;
}

img {
  vertical-align: top;
  max-width: 100%;
  user-select: none;
  object-fit: cover;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Aleg", sans-serif, arial;
}
button:not([disabled]):hover, button:not([disabled]):focus, button:not([disabled]):active {
  box-shadow: none;
  outline: none;
}

ul, li {
  list-style: none;
}

input, textarea {
  outline: none;
  font-family: "Aleg", sans-serif, arial;
}

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

body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.6);
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }
}

body.shadow::before {
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    overflow: scroll;
  }
}
.breadcrumbs a {
  position: relative;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .breadcrumbs a {
    min-width: max-content;
  }
}
@media (max-width: 575px) {
  .breadcrumbs a {
    font-size: 10px;
  }
}
.breadcrumbs a::after {
  content: "—";
  padding-left: 8px;
  color: #8A8A8A;
}
.breadcrumbs p {
  color: #8A8A8A;
}
@media (max-width: 991px) {
  .breadcrumbs p {
    min-width: max-content;
  }
}
@media (max-width: 575px) {
  .breadcrumbs p {
    font-size: 10px;
  }
}
.breadcrumbs:has(+ .collection_page__main) {
  margin-bottom: 30px;
}

.section_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section_titles {
    margin-bottom: 30px;
  }
}
.section_titles__title {
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 991px) {
  .section_titles__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section_titles__title {
    font-size: 24px;
  }
}
.section_titles__link {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .section_titles__link {
    display: none;
  }
}
.section_titles__link p {
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s ease-in-out;
}
.section_titles__link--img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  width: 33px;
  height: 33px;
  border-radius: 100%;
}
.section_titles__link--img svg {
  transform: rotate(180deg);
  width: 12px;
  fill: #fff;
}
.section_titles:has(+ .hit_sales_tab) {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .section_titles:has(+ .hit_sales_tab) {
    margin-bottom: 0;
  }
}

.page_title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 40px;
  max-width: 908px;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  min-width: 320px;
}
@media (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#preloader .counter {
  display: flex;
  align-items: center;
  font-size: 200px;
  font-weight: bold;
  z-index: 10;
  font-family: Aleg;
  transition: ease-in-out 0.8s;
  position: relative;
  transform: translateX(-2000px) translateY(2000px);
}
@media (max-width: 991px) {
  #preloader .counter {
    font-size: 75px;
  }
}
#preloader .counter::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 0 20px 20px #fff;
  z-index: 3;
}
@media (max-width: 991px) {
  #preloader .counter::before {
    box-shadow: inset 0 0 10px 10px #fff;
  }
}
#preloader .counter .digit-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin: 0 2px;
}
@media (max-width: 991px) {
  #preloader .counter .digit-container {
    width: 50px;
  }
}
#preloader .counter .digit-container .digits {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.2s ease-out;
}
#preloader .counter .digit-container .digit {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2b2b2b;
  font-size: 220px;
}
@media (max-width: 991px) {
  #preloader .counter .digit-container .digit {
    font-size: 75px;
  }
}
#preloader .counter .percent {
  margin-left: 6px;
  font-size: 32px;
}
#preloader .stripes {
  position: absolute;
  inset: 0;
  display: flex;
}
#preloader .stripes .stripe {
  flex: 1;
  background: #fff;
  transform-origin: top;
  transition: transform 1.5s ease-in-out;
}
#preloader.done .stripe {
  transform: scaleY(0);
}

.op_header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
}

.header {
  padding-top: 27px;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  z-index: 2;
}
.header_left img:nth-of-type(2) {
  display: none;
}
@media (max-width: 575px) {
  .header_left img:nth-of-type(2) {
    display: inline-block;
  }
}
.header_left img:nth-of-type(1) {
  display: inline-block;
}
@media (max-width: 575px) {
  .header_left img:nth-of-type(1) {
    display: none;
  }
}
.header_right {
  font-size: 16px;
  display: flex;
  gap: 60px;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .header_right {
    display: none;
  }
}
.header_right--nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header_right--nav a {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.header_right--nav a:nth-of-type(5)::before {
  display: none;
}
.header_right--nav--open {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  height: 30px;
}
.header_right--nav--open--list {
  position: absolute;
  top: 30px;
  left: -20px;
  width: max-content;
  min-width: 237px;
  background-color: #fff;
  border-radius: 4px;
  color: #0F0F10;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0px 20px;
}
.header_right--nav--open:hover .header_right--nav--open--list {
  max-height: 1000px;
  padding: 20px;
}
.header_right--nav--open span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #fff;
}
.header_right--contacts--city {
  color: #C6C6C6;
  font-size: 14px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}
.header_right--contacts svg {
  width: 7px;
  height: 4px;
}
.header_right--languech {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_right--languech--tab {
  cursor: pointer;
}
.header_burger_button {
  display: flex;
  flex-direction: column;
  width: 28px;
  height: 20px;
  justify-content: space-between;
  display: none;
}
@media (max-width: 991px) {
  .header_burger_button {
    display: flex;
  }
}
.header_burger_button span {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 100%;
}

.header_right--nav .slot_link .projects_show_all--slot span {
  font-size: 16px;
}

.header_right--nav--open--list a {
  font-size: 16px;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#preloader.done .stripe {
  transform: scaleY(0);
}

.white_header {
  position: initial;
  top: 0;
  z-index: 3;
  width: 100%;
}
.white_header .header {
  padding-top: 27px;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0F0F10;
  z-index: 2;
}
.white_header .header_left img:nth-of-type(2) {
  display: none;
}
@media (max-width: 575px) {
  .white_header .header_left img:nth-of-type(2) {
    display: inline-block;
  }
}
.white_header .header_left img:nth-of-type(1) {
  display: inline-block;
}
@media (max-width: 575px) {
  .white_header .header_left img:nth-of-type(1) {
    display: none;
  }
}
.white_header .header_right {
  font-size: 16px;
  display: flex;
  gap: 60px;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .white_header .header_right {
    display: none;
  }
}
.white_header .header_right--nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.white_header .header_right--nav a {
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
}
.white_header .header_right--nav a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  transform: translateX(-110%);
  background-color: #0F0F10;
  bottom: 0px;
  transition: 0.3s ease-in-out;
}
.white_header .header_right--nav a:hover::before {
  transform: translateX(0%);
}
.white_header .header_right--nav a:nth-of-type(5)::before {
  display: none;
}
.white_header .header_right--nav--open {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  cursor: pointer;
  height: 30px;
}
.white_header .header_right--nav--open--list {
  position: absolute;
  top: 30px;
  left: -20px;
  width: max-content;
  min-width: 237px;
  background-color: #fff;
  border-radius: 4px;
  color: #0F0F10;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  padding: 0px 20px;
  border: solid 1px #0F0F10;
  opacity: 0;
}
.white_header .header_right--nav--open:hover .header_right--nav--open--list {
  max-height: 1000px;
  padding: 20px;
  opacity: 1;
}
.white_header .header_right--nav--open span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #0F0F10;
}
.white_header .header_right--contacts--city {
  color: #C6C6C6;
  font-size: 14px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}
.white_header .header_right--contacts svg {
  width: 7px;
  height: 4px;
}
.white_header .header_right--languech {
  display: flex;
  align-items: center;
  gap: 10px;
}
.white_header .header_right--languech--tab {
  cursor: pointer;
}
.white_header .header_burger_button {
  display: flex;
  flex-direction: column;
  width: 28px;
  height: 20px;
  justify-content: space-between;
  display: none;
}
@media (max-width: 991px) {
  .white_header .header_burger_button {
    display: flex;
  }
}
.white_header .header_burger_button span {
  display: block;
  background-color: #0F0F10;
  height: 2px;
  width: 100%;
}

.breadcrums {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .breadcrums {
    padding-bottom: 10px;
    overflow-x: auto;
  }
}
.breadcrums .container {
  overflow-x: auto;
  display: flex;
}
.breadcrums a {
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  align-content: center;
}
.breadcrums a:not(:first-child) {
  color: #868686;
}
.breadcrums a:not(:last-child)::after {
  content: " — ";
  margin: 0 5px;
}

.main_banner {
  width: 100%;
  height: 100dvh;
  background-image: url();
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3607843137);
  box-shadow: inset 0px 50px 100px 0px;
  z-index: 1;
}
.main_banner_container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 991px) {
  .main_banner_container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
  }
}
@media (max-width: 575px) {
  .main_banner_container {
    gap: 30px;
  }
}
.main_banner_container__left {
  font-family: Aleg;
  font-weight: 500;
  font-style: Medium;
  font-size: 72px;
  line-height: 1.1;
  margin-right: 60px;
}
@media (max-width: 1199px) {
  .main_banner_container__left {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main_banner_container__left {
    font-size: 36px;
  }
}
.main_banner_container__right {
  font-size: 24px;
  max-width: 367px;
}
@media (max-width: 1199px) {
  .main_banner_container__right {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .main_banner_container__right {
    font-size: 18px;
  }
}

.projects {
  padding-top: 150px;
}
@media (max-width: 575px) {
  .projects {
    padding-top: 120px;
  }
}
.projects h2 {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .projects h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.projects_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .projects_block {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.projects_block__item {
  max-width: calc(50% - 30px);
}
@media (max-width: 575px) {
  .projects_block__item {
    max-width: 100%;
    width: 100%;
  }
}
.projects_block__item--img {
  overflow: hidden;
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1220/850;
  width: 100%;
}
.projects_block__item--img img {
  user-select: none;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575px) {
  .projects_block__item--img {
    display: none !important;
    width: 100%;
  }
}
.projects_block__item--img--size {
  position: absolute;
  bottom: 70px;
  left: 20px;
  padding: 3px 13px;
  background-color: #fff;
  border-radius: 26px;
  font-weight: 500;
  align-content: center;
  font-size: 16px;
}
.projects_block__item--img--size sup {
  font-size: 12px;
}
@media (max-width: 575px) {
  .projects_block__item--img--size sup {
    font-size: 8px;
  }
}
.projects_block__item--img--mob {
  width: 100%;
  display: none;
  position: relative;
}
@media (max-width: 575px) {
  .projects_block__item--img--mob {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .projects_block__item--img--mob img {
    width: 100%;
  }
}
.projects_block__item--img--mob--size {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 3px 13px;
  background-color: #fff;
  border-radius: 26px;
  font-weight: 500;
  align-content: center;
  font-size: 14px;
}
.projects_block__item--title {
  margin: 0px !important;
  margin-top: 20px !important;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .projects_block__item--title {
    font-size: 22px !important;
  }
}
.projects_block__item--title .projects_show_all--slot {
  max-height: 29px !important;
}
@media (max-width: 991px) {
  .projects_block__item--title .projects_show_all--slot {
    max-height: max-content !important;
  }
}
.projects_block__item--title span {
  font-size: 26px !important;
}
@media (max-width: 991px) {
  .projects_block__item--title span:nth-of-type(2) {
    display: none;
    font-size: 22px !important;
  }
}
@media (max-width: 991px) {
  .projects_block__item--title span {
    font-size: 22px !important;
  }
}
.projects_block__item--main {
  max-width: 100%;
  width: 100%;
}
.projects_block__item--main .projects_block__item--img {
  max-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1220/600;
}
.projects_block__item--main .projects_block__item--img img {
  user-select: none;
  object-fit: cover;
}
.projects_show_all {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  gap: 5px;
}
.projects_show_all svg {
  width: 17px;
  height: 17px;
}

.project_manager {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .project_manager {
    padding-top: 120px;
  }
}
.project_manager__block {
  display: flex;
  justify-content: space-between;
}
.project_manager__block--left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1007px;
}
@media (max-width: 991px) {
  .project_manager__block--left {
    align-items: flex-start;
  }
}
.project_manager__block--left--title {
  font-weight: 500;
  font-size: 46px;
  max-width: 1007px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .project_manager__block--left--title {
    font-size: 30px;
  }
}
.project_manager__block--left--manager {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: -50px;
}
@media (max-width: 1199px) {
  .project_manager__block--left--manager {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .project_manager__block--left--manager {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .project_manager__block--left--manager {
    margin-right: 0;
  }
}
.project_manager__block--left--manager--img {
  width: 111px;
  height: 111px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  .project_manager__block--left--manager--img {
    width: 75px;
    height: 75px;
  }
}
.project_manager__block--left--manager--name p:nth-of-type(1) {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .project_manager__block--left--manager--name p {
    font-size: 18px;
  }
}
.project_manager__block--left--manager--name p:nth-of-type(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #8E8E8E;
}
@media (max-width: 575px) {
  .project_manager__block--left--manager--name p {
    font-size: 14px;
  }
}
.project_manager__block--right .animated-circle {
  align-items: flex-end;
}
.project_manager__block--right .start {
  margin-top: 0px;
}
.project_manager__block--right .weBtKaWU_1 {
  stroke-dasharray: 308 500;
  stroke-dashoffset: 309;
  animation: weBtKaWU_draw_1 1700ms linear 0ms infinite, weBtKaWU_fade 1700ms linear 0ms infinite;
}

.about_service {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .about_service {
    padding-top: 120px;
    gap: 30px;
  }
}
.about_service__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  color: #8E8E8E;
}
.about_service__design-construction {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .about_service__design-construction {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
}
.about_service__design-construction--left {
  font-weight: 500;
  font-size: 46px;
  width: 367px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about_service__design-construction--left {
    font-size: 30px;
    margin-bottom: 0px;
    width: 100%;
  }
}
.about_service__design-construction--right p {
  margin-bottom: 30px;
}
.about_service__design-construction--right a {
  margin-left: 0px;
}

.section_video {
  padding-top: 150px;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .section_video {
    padding-top: 120px;
    height: auto;
  }
}
.section_video__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .advantages {
    padding-top: 120px;
  }
}
.advantages_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .advantages_top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.advantages_top__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  max-width: 580px;
}
@media (max-width: 991px) {
  .advantages_top__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .advantages_top__title {
    font-size: 30px;
  }
}
.advantages_top__desc {
  max-width: 473px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .advantages_top__desc p {
    font-size: 16px;
  }
}
.advantages_top__desc p:nth-of-type(1) {
  margin-bottom: 30px;
}
.advantages img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.advantages img:nth-of-type(1) {
  display: inline-block;
}
@media (max-width: 575px) {
  .advantages img:nth-of-type(1) {
    display: none;
  }
}
.advantages img:nth-of-type(2) {
  display: none;
}
@media (max-width: 575px) {
  .advantages img:nth-of-type(2) {
    display: inline-block;
  }
}
.advantages_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .advantages_list {
    flex-direction: column;
    margin-bottom: 46px;
  }
}
.advantages_list li p {
  font-weight: 300;
  font-size: 80px;
}
@media (max-width: 575px) {
  .advantages_list li p {
    font-size: 52px;
  }
}
.advantages_list li span {
  font-weight: 400;
  font-size: 20px;
  display: block;
  max-width: 260px;
}
@media (max-width: 575px) {
  .advantages_list li span {
    font-size: 16px;
    max-width: 100%;
  }
}
.advantages_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .advantages_bottom {
    gap: 90px;
  }
}
@media (max-width: 991px) {
  .advantages_bottom {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.advantages_bottom__left {
  max-width: 368px;
}
.advantages_bottom__right {
  position: relative;
  background-color: #0D2839;
  color: #fff;
  padding: 60px;
  max-width: 687px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .advantages_bottom__right {
    font-size: 22px;
    padding: 30px;
  }
}
.advantages_bottom__right svg {
  position: absolute;
  fill: #fff;
  z-index: 5455;
  width: 300px;
  height: 300px;
  right: 0px;
  top: 5px;
  opacity: 0.1;
}
@media (max-width: 1199px) {
  .advantages_bottom__right svg {
    width: 247px;
    height: 247px;
    bottom: 0;
    top: auto;
  }
}
.advantages_bottom__right span {
  color: #0EBAB9;
}

.get_catalog {
  background-color: #0D2839;
  position: relative;
  width: 100%;
  z-index: 0;
}
.get_catalog .get_catalog_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
  max-width: 807px;
  z-index: -1;
}
@media (max-width: 991px) {
  .get_catalog .get_catalog_bg {
    display: none;
  }
}
.get_catalog .get_catalog_bg_mob {
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .get_catalog .get_catalog_bg_mob {
    display: block;
    bottom: 0;
    right: 0px;
  }
}
.get_catalog .container {
  padding: 120px 0px;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .get_catalog .container {
    padding: 120px 15px 120px 15px;
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .get_catalog .container {
    padding: 120px 15px 0px 15px;
  }
}
.get_catalog .dark_blue__form {
  max-width: 678px;
}
.get_catalog .dark_blue__form form {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.get_catalog .dark_blue__form form .blue_button {
  width: 154px;
}
@media (max-width: 575px) {
  .get_catalog .dark_blue__form form .blue_button {
    width: 100%;
  }
}

.dark_blue__form form {
  max-width: 460px;
}
.dark_blue__form .dark_blue__form--title {
  font-weight: 500;
  font-size: 46px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .dark_blue__form .dark_blue__form--title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.dark_blue__form .dark_blue__form--desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .dark_blue__form .dark_blue__form--desc {
    font-size: 16px;
  }
}
.dark_blue__form input {
  background-color: rgba(13, 40, 57, 0);
  border: none;
  border-bottom: solid 1px #C4C4C4;
  padding-bottom: 10px;
  color: #C4C4C4;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.dark_blue__form input::placeholder {
  color: #C4C4C4;
}

.select_phone__country {
  display: flex;
  position: relative;
  padding-left: 0px;
  border-bottom: solid 1px #C4C4C4;
  padding-bottom: 10px;
}
.select_phone__country--block--left {
  cursor: pointer;
  position: absolute;
  max-height: 12px;
  overflow: hidden;
  width: 20px;
  margin-right: 5px;
  transition: 0.3s;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.select_phone__country--block--left.open {
  max-height: 100px;
}
.select_phone__country--block--left--item {
  flex-shrink: 0;
  width: 20px;
  display: block;
  height: 12px;
  cursor: pointer;
  border-radius: 2px;
  border: solid 1px #C4C4C4;
  order: 2;
}
.select_phone__country--block--left--item.active {
  order: 0;
}
.select_phone__country--block--left--item img {
  width: 20px;
  height: 12px;
  position: relative;
  margin-bottom: 20px;
}
.select_phone__country--block--arrow {
  margin-right: 11px;
  flex-shrink: 0;
  cursor: pointer;
}
.select_phone__country--block--arrow.open {
  transform: scaleY(-1);
}
.select_phone__country--block--arrow svg {
  width: 9px;
  height: 9px;
  fill: #fff;
}
.select_phone__country input {
  display: none;
}
.select_phone__country input.active {
  font-size: 16px;
  color: #C4C4C4;
  display: block;
  border-bottom: none;
  padding-bottom: 0px;
}

.blue_button {
  background-color: #0EBAB9;
  color: #fff;
  padding: 19px 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 3px;
  text-wrap: nowrap;
  max-width: max-content;
  text-transform: uppercase !important;
}
@media (max-width: 575px) {
  .blue_button {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.person {
  margin-top: 11px;
  /* Галочка при активном чекбоксе */
}
@media (max-width: 575px) {
  .person {
    font-size: 14px !important;
  }
}
.person a {
  font-size: 18px;
}
@media (max-width: 575px) {
  .person a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .person {
    margin-top: 10px;
  }
}
.person * {
  flex-shrink: 0;
  text-wrap: nowrap;
}
.person input {
  display: none;
}
.person label {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #C4C4C4;
  gap: 3px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .person label {
    font-size: 14px;
  }
}
.person label a {
  display: inline;
  text-wrap: nowrap;
}
.person .person_fix_chekbox {
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
}
.person .person_fix_chekbox.active {
  box-shadow: 0px 0px 2px 2px #FF0000;
}
.person input[type=checkbox]:checked + label .person_fix_chekbox::after {
  content: "✔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #C4C4C4;
}

.happy_client {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .happy_client {
    padding-top: 120px;
  }
}
.happy_client__title {
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .happy_client__title {
    font-size: 30px;
  }
}
.happy_client__desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 60px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .happy_client__desc {
    font-size: 16px;
  }
}
.happy_client__block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .happy_client__block {
    flex-direction: column;
  }
}
.happy_client__block--left {
  width: 473px;
}
@media (max-width: 991px) {
  .happy_client__block--left {
    width: 100%;
  }
}
.happy_client__block--left--item {
  margin-bottom: 60px;
}
.happy_client__block--left--item--user {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.happy_client__block--left--item--user--img {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 100px;
}
.happy_client__block--left--item--user--info--point {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #8E8E8E;
}
@media (max-width: 575px) {
  .happy_client__block--left--item--user--info {
    font-size: 14px;
  }
}
.happy_client__block--left--item--user--info--name {
  font-size: 26px;
}
@media (max-width: 575px) {
  .happy_client__block--left--item--user--info--name {
    font-size: 20px;
  }
}
.happy_client__block--left--coment {
  font-size: 20px;
}
@media (max-width: 575px) {
  .happy_client__block--left--coment {
    font-size: 16px;
  }
}
.happy_client__block--right {
  width: fit-content;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .happy_client__block--right {
    display: none;
  }
}
.happy_client__block--right img {
  flex-shrink: 0;
  max-width: 293px;
  object-fit: contain;
}
.happy_client__block--right img:nth-of-type(1) {
  margin-top: 56px;
  margin-right: 39px;
}
.happy_client__block--right--mob {
  width: fit-content;
  margin: 0 auto;
  display: none;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .happy_client__block--right--mob {
    display: flex;
  }
}
.happy_client__block--right--mob img {
  flex-shrink: 0;
  max-width: 293px;
  object-fit: contain;
}
.happy_client__block--right--mob img:nth-of-type(1) {
  margin-top: 29px;
  margin-right: 12px;
}

.main_bottom__bg {
  margin-top: 150px;
  height: 603px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .main_bottom__bg {
    height: 403px;
    margin-top: 120px;
  }
}
@media (max-width: 575px) {
  .main_bottom__bg {
    height: 335px;
  }
}

.bottom_main {
  padding-right: 230px;
}
@media (max-width: 991px) {
  .bottom_main {
    padding-right: 100px;
  }
}
@media (max-width: 575px) {
  .bottom_main {
    padding-right: 0px;
  }
}

.callback_form {
  padding-bottom: 120px;
}
.callback_form__left--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .callback_form__left--title {
    font-size: 30px;
  }
}
.callback_form__left--subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .callback_form__left--subtitle {
    font-size: 16px;
  }
}
.callback_form .select_phone__country input.active {
  color: #8E8E8E;
}

.callback_form__right {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .callback_form__right {
    flex-direction: column;
    gap: 30px;
  }
}
.callback_form__right .blue_button_mob {
  display: none;
  min-width: max-content;
}
@media (max-width: 991px) {
  .callback_form__right .blue_button_mob {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .callback_form__right .blue_button_mob {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .callback_form__right .bottom_form {
    max-width: max-content;
  }
}
@media (max-width: 575px) {
  .callback_form__right .bottom_form {
    max-width: 100%;
    width: 100%;
  }
}
.callback_form__right .bottom_form__top {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  .callback_form__right .bottom_form__top {
    flex-direction: column;
    width: 100%;
  }
}
.callback_form__right .bottom_form__top .blue_button {
  width: max-content;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .callback_form__right .bottom_form__top .blue_button {
    width: 100%;
    display: none;
  }
}
.callback_form__right .bottom_form__top .select_phone__country {
  display: flex;
  position: relative;
  padding-left: 0px;
  border-bottom: solid 1px #0F0F10;
  padding-bottom: 10px;
  width: 252px;
  height: max-content;
}
@media (max-width: 991px) {
  .callback_form__right .bottom_form__top .select_phone__country {
    width: 100%;
  }
}
.callback_form__right .bottom_form__top .select_phone__country--block--left {
  cursor: pointer;
  position: absolute;
  max-height: 12px;
  overflow: hidden;
  width: 20px;
  margin-right: 5px;
  transition: 0.3s;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.callback_form__right .bottom_form__top .select_phone__country--block--left.open {
  max-height: 100px;
}
.callback_form__right .bottom_form__top .select_phone__country--block--left--item {
  flex-shrink: 0;
  width: 20px;
  display: block;
  height: 12px;
  cursor: pointer;
  border-radius: 2px;
  border: solid 1px #C4C4C4;
  order: 2;
}
.callback_form__right .bottom_form__top .select_phone__country--block--left--item.active {
  order: 0;
}
.callback_form__right .bottom_form__top .select_phone__country--block--left--item img {
  width: 20px;
  height: 12px;
  position: relative;
  margin-bottom: 20px;
}
.callback_form__right .bottom_form__top .select_phone__country--block--arrow {
  margin-right: 11px;
  flex-shrink: 0;
  cursor: pointer;
}
.callback_form__right .bottom_form__top .select_phone__country--block--arrow.open {
  transform: scaleY(-1);
}
.callback_form__right .bottom_form__top .select_phone__country--block--arrow svg {
  width: 9px;
  height: 9px;
  fill: #010101;
}
.callback_form__right .bottom_form__top .select_phone__country input.active {
  display: block;
  border: none;
  padding-bottom: 0px;
}
.callback_form__right .person {
  margin-top: 20px;
  /* Галочка при активном чекбоксе */
}
@media (max-width: 991px) {
  .callback_form__right .person {
    margin-top: 50px !important;
  }
}
.callback_form__right .person * {
  flex-shrink: 0;
  text-wrap: nowrap;
}
.callback_form__right .person input {
  display: none;
}
.callback_form__right .person label {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  color: #C4C4C4;
  gap: 3px;
  align-items: center;
}
@media (max-width: 991px) {
  .callback_form__right .person label {
    font-size: 14px;
  }
}
.callback_form__right .person label a {
  display: inline;
  text-wrap: nowrap;
}
.callback_form__right .person .person_fix_chekbox {
  width: 16px;
  height: 16px;
  border: solid 1px #010101;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
}
.callback_form__right .person input[type=checkbox]:checked + label .person_fix_chekbox::after {
  content: "✔";
  position: absolute;
  color: #010101;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #C4C4C4;
}

.VcGdHIcI_0 {
  stroke-dasharray: 244 246;
  stroke-dashoffset: 245;
}

.start {
  margin-top: -242px;
  margin-right: -16px;
  position: relative;
  z-index: 2;
}

.start .VcGdHIcI_0 {
  animation: VcGdHIcI_draw_0 1700ms linear 0ms infinite, VcGdHIcI_fade 1700ms linear 0ms infinite;
}

@keyframes VcGdHIcI_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes VcGdHIcI_fade {
  0% {
    stroke-opacity: 1;
  }
  87.5% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes VcGdHIcI_draw_0 {
  25% {
    stroke-dashoffset: 245;
  }
  45.833333333333336% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animated-circle {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.weBtKaWU_0 {
  stroke-dasharray: 400 402;
  stroke-dashoffset: 401;
  animation: weBtKaWU_draw_0 1700ms linear 0ms infinite, weBtKaWU_fade 1700ms linear 0ms infinite;
}

.weBtKaWU_1 {
  stroke-dasharray: 108 110;
  stroke-dashoffset: 109;
  animation: weBtKaWU_draw_1 1700ms linear 0ms infinite, weBtKaWU_fade 1700ms linear 0ms infinite;
}

.weBtKaWU_2 {
  stroke-dasharray: 16 18;
  stroke-dashoffset: 17;
  animation: weBtKaWU_draw_2 1700ms linear 0ms infinite, weBtKaWU_fade 1700ms linear 0ms infinite;
}

.weBtKaWU_3 {
  stroke-dasharray: 101 103;
  stroke-dashoffset: 102;
  animation: weBtKaWU_draw_3 1700ms linear 0ms infinite, weBtKaWU_fade 1700ms linear 0ms infinite;
}

@keyframes weBtKaWU_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes weBtKaWU_fade {
  0% {
    stroke-opacity: 1;
  }
  69.23076923076923% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes weBtKaWU_draw_0 {
  7.6923076923076925% {
    stroke-dashoffset: 401;
  }
  43.589743589743584% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes weBtKaWU_draw_1 {
  13.675213675213675% {
    stroke-dashoffset: 109;
  }
  49.57264957264956% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes weBtKaWU_draw_2 {
  19.65811965811966% {
    stroke-dashoffset: 17;
  }
  55.55555555555555% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes weBtKaWU_draw_3 {
  25.641025641025646% {
    stroke-dashoffset: 102;
  }
  61.53846153846154% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.animate_scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}

.animate_scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.slot_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px auto;
  max-width: max-content;
}
.slot_link .projects_show_all--slot {
  display: block;
  max-height: 20px;
  overflow: hidden;
}
.slot_link span {
  display: block;
  transition: 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .slot_link span {
    font-size: 16px;
  }
}
.slot_link:hover span {
  transform: translateY(-100%);
}
.slot_link svg {
  width: 14px;
  height: 14px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 16px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}
.iti--separate-dial-code .iti__flag {
  border: solid 1px #C1C3C5;
  border-radius: 1px;
}

.iti__arrow {
  width: 9px;
  height: 9px;
  background-image: url("../img/mainpage/gray_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding: 0px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.1s ease-in-out;
}

.iti__arrow--up {
  transform: scaleY(-1);
}

.callback_form .select_phone__country {
  padding-left: 0px;
}
.callback_form .iti__arrow {
  background-image: url("../img/mainpage/black_arrow.png");
}

.iti__country-list {
  margin-top: 40px;
  margin-bottom: 0px;
}

.iti__country-list--dropup {
  margin-top: 0px;
  margin-bottom: 40px;
}

.main_banner_container .iti__country-list {
  color: #000;
}

.input_wrapper.show {
  position: relative;
}
.input_wrapper.show::before {
  content: "Поле обязательно для заполнения";
  position: absolute;
  top: 25px;
  left: 0;
  color: #FF0000;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  height: 50px;
}
@media (max-width: 575px) {
  .input_wrapper.show::before {
    font-size: 14px;
    margin-top: 10px;
  }
}

.blue_button {
  cursor: pointer;
}
.blue_button.slot_link {
  margin: 0px 0px;
}
.blue_button .projects_show_all--slot span {
  font-size: 15px !important;
}

.ready_projects .projects {
  padding: 0px;
}
.ready_projects .projects h2 {
  margin-bottom: 0px;
}
.ready_projects__tabs {
  display: flex;
  padding-top: 67px;
  gap: 60px;
  margin-bottom: 60px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 991px) {
  .ready_projects__tabs {
    padding-top: 30px;
    overflow-x: auto;
    gap: 30px;
  }
}
.ready_projects__tabs .slot_link {
  margin: 0px;
}
.ready_projects__tabs--item {
  width: max-content;
  flex-shrink: 0;
  text-wrap: nowrap;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.ready_projects__tabs--item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0EBAB9;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-210%);
  transition: 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .ready_projects__tabs--item {
    font-size: 16px;
  }
}
.ready_projects__tabs--item.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0EBAB9;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0%);
}
.ready_projects .slot_link svg {
  transform: rotate(135deg);
}
.ready_projects .callback_form {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .ready_projects .callback_form {
    padding-top: 120px;
  }
}

.ready_inner {
  height: 1441px;
  background-size: 140%;
}
@media (max-width: 991px) {
  .ready_inner {
    height: 100vh;
    background-size: 120vh;
  }
}
.ready_inner .breadcrums {
  padding-top: 180px;
  position: relative;
  z-index: 4;
  width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}
.ready_inner .breadcrums::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}
@media (max-width: 991px) {
  .ready_inner .breadcrums {
    overflow-y: hidden;
    overflow-x: hidden;
    padding-top: 140px;
    padding-bottom: 30px;
  }
  .ready_inner .breadcrums .container {
    padding-left: 0px;
  }
  .ready_inner .breadcrums .container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
  }
}
.ready_inner .breadcrums a {
  font-weight: 300;
  color: #fff;
}
.ready_inner .breadcrums a:last-child {
  color: #C6C6C6;
}
.ready_inner .main_banner_container {
  height: 100%;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .ready_inner .main_banner_container {
    padding-bottom: 60px;
  }
}
.ready_inner .main_banner_container__left {
  max-width: 900px;
}
.ready_inner .main_banner_container__right {
  display: flex;
  gap: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .ready_inner .main_banner_container__right {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 30px;
  }
}
.ready_inner .main_banner_container__right--item {
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.ready_inner .main_banner_container__bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 800px;
  margin-top: auto;
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .ready_inner .main_banner_container__bottom {
    font-size: 16px;
  }
}
.ready_inner .main_banner_container__bottom p {
  font-size: 20px;
}
@media (max-width: 991px) {
  .ready_inner .main_banner_container__bottom p {
    font-size: 16px;
  }
}
.ready_inner .main_banner_container__bottom .project_manager__block--left--manager--name p:nth-of-type(2) {
  color: #C6C6C6 !important;
}

.advantages_project {
  padding-top: 125px;
  max-width: 900px;
}
@media (max-width: 991px) {
  .advantages_project {
    padding-top: 120px;
  }
}
.advantages_project__pre {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #868686;
  margin-bottom: 4px;
}
.advantages_project__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .advantages_project__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .advantages_project__text {
    font-size: 16px;
  }
}

.gallery_project {
  padding-top: 150px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991px) {
  .gallery_project {
    padding-top: 60px;
    gap: 10px;
  }
}
.gallery_project img {
  width: calc(50% - 15px);
}
@media (max-width: 991px) {
  .gallery_project img {
    width: 100%;
  }
}
.gallery_project img:nth-of-type(1), .gallery_project img:nth-of-type(2), .gallery_project img:nth-of-type(7), .gallery_project img:nth-of-type(10), .gallery_project img:nth-of-type(11), .gallery_project img:nth-of-type(16), .gallery_project img:nth-of-type(17) {
  width: 100%;
}

.ready_inner__container .callback_form {
  padding-top: 120px;
}

.ready_next__project {
  height: 600px;
  width: 100%;
  background-image: url();
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .ready_next__project {
    display: none;
  }
}
.ready_next__project::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3607843137);
  box-shadow: inset 0px 50px 100px 0px;
  z-index: 1;
}
.ready_next__project--container {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ready_next__project--container--left p {
  color: #fff;
  max-width: 678px;
}
.ready_next__project--container--left p:nth-of-type(1) {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 60px;
}
.ready_next__project--container--left p:nth-of-type(2) {
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
}
.ready_next__project--container--right {
  margin-top: -175px;
  margin-left: 190px;
  width: fit-content;
}
.ready_next__project--container--right .project_manager__block--right {
  transform: rotate(270deg);
}
.gallery_project .animate_scroll {
  transform: scale(0.95);
  filter: brightness(0);
}
.gallery_project .animate_scroll.visible {
  transform: scale(1);
  filter: brightness(1);
}

.main_banner {
  position: relative;
}

.main_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  opacity: var(--overlay-opacity, 0);
  transition: opacity 0.1s linear;
  pointer-events: none;
}

.design .breadcrums {
  padding-top: 180px;
  position: relative;
  z-index: 4;
}
.design .breadcrums a {
  font-weight: 300;
  color: #fff;
}
.design .breadcrums a:last-child {
  color: #C6C6C6;
}
.design .main_banner_container {
  height: 100%;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.design .main_banner_container__left {
  max-width: 900px;
}
.design .main_banner_container__right {
  margin-top: auto;
  display: flex;
  gap: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .design .main_banner_container__right {
    flex-direction: column;
    gap: 10px;
  }
}
.design .main_banner_container__right--item {
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.design .main_banner_container .select_phone__country {
  border-bottom: solid 1px #fff;
}
.design .main_banner_container .select_phone__country--block--arrow svg {
  fill: #fff;
}
.design .main_banner_container .select_phone__country input {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.design .main_banner_container .select_phone__country input::placeholder {
  color: #fff;
}
.design .main_banner_container .person_fix_chekbox {
  border: solid 1px #C4C4C4;
}
@media (max-width: 575px) {
  .design .main_banner_container .bottom_form {
    max-width: 281px;
  }
}

.steps {
  padding-top: 150px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .steps {
    padding-top: 120px;
  }
}
.steps_title {
  font-weight: 500;
  font-size: 46px;
}
@media (max-width: 575px) {
  .steps_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.steps_subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 60px;
}
.steps_block {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .steps_block {
    flex-direction: column;
  }
}
.steps_block__item {
  height: 500px;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 40px);
}
.steps_block__item--num {
  font-weight: 700;
  font-size: 30px;
  color: #0EBAB9;
  padding-left: 39px;
  position: relative;
  margin-bottom: 10px;
}
.steps_block__item--num::before {
  width: 30px;
  height: 1px;
  background-color: #0EBAB9;
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
}
.steps_block__item--title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media (max-width: 575px) {
  .steps_block__item--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.steps_block__item--text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .steps_block__item--text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.steps_block__item--list {
  min-height: 164px;
  margin-top: auto;
}
.steps_block__item--list li {
  padding-left: 10px;
  position: relative;
}
.steps_block__item--list li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #0F0F10;
  left: 0px;
  top: 10px;
}
.steps_block__item--list li:nth-of-type(1) {
  margin-top: 9px;
}

.meeting_block {
  padding: 150px 0px !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .meeting_block {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .meeting_block {
    padding: 60px 20px !important;
  }
}
.meeting_block__left img {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .meeting_block__left img {
    width: 220px;
    height: 220px;
  }
}
.meeting_block__left--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.meeting_block__left--job {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #8E8E8E;
}
@media (max-width: 991px) {
  .meeting_block__left--job {
    margin-bottom: 60px;
  }
}
.meeting_block__left .dark_blue__form--title--mob {
  display: none;
}
@media (max-width: 991px) {
  .meeting_block__left .dark_blue__form--title--mob {
    display: block;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 34px;
  }
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--title {
    display: none;
  }
}
.meeting .dark_blue__form--desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.meeting .dark_blue__form--desc p {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--desc p {
    margin-top: 20px;
  }
}

.dark_blue__form--list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 113px;
}
@media (max-width: 991px) {
  .dark_blue__form--list {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.dark_blue__form--list--item {
  align-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 575px) {
  .dark_blue__form--list--item {
    font-size: 16px;
  }
}
.dark_blue__form--list--line {
  height: 78px;
  width: 1px;
  background-color: #565D62;
}
@media (max-width: 991px) {
  .dark_blue__form--list--line {
    width: 100%;
    height: 1px;
  }
}

.tech_project {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .tech_project {
    padding-top: 120px;
  }
}
.tech_project__block--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .tech_project__block--title {
    font-size: 30px;
  }
}
.tech_project__block--text {
  max-width: 900px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .tech_project__block--text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.get_callback {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .get_callback {
    margin-bottom: 120px;
  }
}
.get_callback .get_callback__block {
  display: flex;
  gap: 60px;
}
.get_callback .get_callback__block--left .get_callback__block--right {
  display: none;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left .get_callback__block--right {
    display: block;
  }
}
.get_callback .get_callback__block--left--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .get_callback .get_callback__block--left--title {
    font-size: 30px;
  }
}
.get_callback .get_callback__block--left--button {
  display: flex;
  gap: 33px;
  height: 54px;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left--button .blue_button {
    max-width: 100%;
  }
}
.get_callback .get_callback__block--left--button .project_manager__block--right .animated-circle {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0px;
  width: auto;
  transform: rotate(270deg);
  margin-left: 300px;
  margin-top: -125px;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left--button .project_manager__block--right .animated-circle {
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
    height: 167px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--right {
    display: none;
  }
}
.get_callback .get_callback__block--right--item {
  margin-bottom: 30px;
}
.get_callback .get_callback__block--right--item p:nth-of-type(1) {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  padding-bottom: 14px;
}
@media (max-width: 575px) {
  .get_callback .get_callback__block--right--item p:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.complectation_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
.complectation_subtitle {
  max-width: 900px;
  margin-bottom: 60px;
  font-size: 22px;
}
@media (max-width: 575px) {
  .complectation_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.complectation_block {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .complectation_block {
    flex-direction: column;
    gap: 30px;
  }
}
.complectation_block__item--title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .complectation_block__item--title {
    font-size: 22px;
  }
}

.handle_open__title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 33px;
}
.handle_open__block {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .handle_open__block {
    gap: 0px;
    flex-direction: column;
  }
}
.handle_open__block__item {
  cursor: pointer;
  margin-bottom: 20px;
  width: calc(50% - 30px);
}
@media (max-width: 991px) {
  .handle_open__block__item {
    width: 100%;
  }
}
.handle_open__block__item--inner {
  position: relative;
  border-top: solid 1px #C4C4C4;
  border-bottom: solid 1px #C4C4C4;
  padding: 7px 10px 10px 10px;
  margin-bottom: 20px;
}
.handle_open__block__item--inner::before {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #0F0F10;
}
@media (max-width: 575px) {
  .handle_open__block__item--inner::before {
    width: 20px;
  }
}
.handle_open__block__item--inner::after {
  position: absolute;
  content: "";
  right: 24px;
  top: calc(50% - 14px);
  width: 2px;
  height: 30px;
  background-color: #0F0F10;
  transition: 0.5s ease-in-out;
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 575px) {
  .handle_open__block__item--inner::after {
    height: 20px;
    top: calc(50% - 9px);
    right: 19px;
  }
}
.handle_open__block__item--inner p:nth-of-type(1) {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
}
.handle_open__block__item--inner p:nth-of-type(2) {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #C4C4C4;
}
.handle_open__block__item--toggle {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  padding: 0px 0px;
}
.handle_open__block__item--toggle li {
  padding-left: 20px;
  position: relative;
}
.handle_open__block__item--toggle li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #0F0F10;
  top: 10px;
  left: 0px;
}
.handle_open__block__item.open .handle_open__block__item--inner::after {
  opacity: 0;
  transform: scaleY(0);
}
.handle_open__block__item.open .handle_open__block__item--toggle {
  max-height: 400px;
  padding: 10px 0px;
}

.design_handle__open .handle_open__block__item {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .design_handle__open .handle_open__block__item:nth-of-type(1) .handle_open__block__item--inner {
    border-bottom: 0px;
  }
}
.design_handle__open .handle_open__block__item--inner {
  margin-bottom: 0px;
}

.supervision_section {
  margin-top: 150px;
  background-color: #0D2839;
  padding: 120px 0px;
  color: #fff;
}
@media (max-width: 575px) {
  .supervision_section {
    margin-top: 120px;
    padding: 60px 0px;
  }
}

.supervision_top {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.supervision_top img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .supervision_top {
    flex-direction: column;
  }
}
.supervision_top__left--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .supervision_top__left--title {
    font-size: 30px;
  }
}
.supervision_top__left--desc {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 575px) {
  .supervision_top__left--desc {
    font-size: 16px;
  }
}
.supervision_middle {
  margin-bottom: 60px;
}
.supervision_middle__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 35px;
}
.supervision_middle__block {
  flex-wrap: wrap;
  display: flex;
  row-gap: 30px;
  column-gap: 60px;
}
@media (max-width: 991px) {
  .supervision_middle__block {
    column-gap: 40px;
  }
}
.supervision_middle__block--item {
  width: calc(33.333% - 40px);
}
@media (max-width: 991px) {
  .supervision_middle__block--item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .supervision_middle__block--item {
    width: 100%;
    font-size: 16px;
  }
}
.supervision_middle__block--item--num {
  font-weight: 700;
  font-size: 30px;
  color: #0EBAB9;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.supervision_middle__block--item--num::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0EBAB9;
  left: 0px;
  top: 50%;
}
.supervision_video {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .supervision_video {
    height: 345px;
  }
}
.supervision_video .supervision_video__absolute {
  position: absolute;
  display: flex;
  top: calc(50% - 113px);
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 131px;
}
@media (max-width: 991px) {
  .supervision_video .supervision_video__absolute {
    top: 37px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    padding-left: 30px;
  }
}
.supervision_video__title {
  font-weight: 400;
  font-size: 36px;
  max-width: 285px;
}
@media (max-width: 991px) {
  .supervision_video__title {
    font-size: 29px;
  }
}
.supervision_video__play {
  z-index: 2;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  top: 0;
  right: 0;
}
.supervision_video__play::before {
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 500px;
  width: 225px;
  height: 225px;
  background-color: rgba(14, 186, 185, 0.9294117647);
  animation: growLoop 2s ease-in-out infinite;
}
@media (max-width: 575px) {
  .supervision_video__play::before {
    animation: growLoopMob 2s ease-in-out infinite;
  }
}
@media (max-width: 991px) {
  .supervision_video__play {
    width: 119px;
    height: 119px;
  }
}
.supervision_video__play--item {
  background-color: #0EBAB9;
  width: 151px;
  height: 151px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .supervision_video__play--item {
    width: 79px;
    height: 79px;
  }
}
.supervision_video__play--item svg {
  width: 61px;
  height: 69px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .supervision_video__play--item svg {
    width: 32px;
    height: 37px;
  }
}

.magic {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .magic {
    padding-top: 120px;
  }
}

.magic_block .animated-circle {
  margin-left: -227px;
}
@media (max-width: 991px) {
  .magic_block .animated-circle {
    margin-left: 0px;
  }
}
.magic_block__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .magic_block__title {
    font-size: 30px;
  }
}
.magic_block__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 70px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .magic_block__subtitle {
    font-size: 16px;
  }
}
.magic_block__advantages {
  display: flex;
  gap: 30px;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .magic_block__advantages {
    flex-direction: column;
  }
}
.magic_block__advantages--item {
  width: 260px;
}
.magic_block__advantages--line {
  height: 72px;
  width: 1px;
  background-color: #C9C9C9;
}
@media (max-width: 991px) {
  .magic_block__advantages--line {
    width: 100%;
    height: 1px;
  }
}
.magic_block__bottom {
  height: 603px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.magic_block__bottom .project_manager__block--right {
  margin-bottom: -150px;
}
@media (max-width: 991px) {
  .magic_block__bottom {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .magic_block__bottom {
    height: 335px;
  }
}

@keyframes growLoop {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 225px;
    height: 225px;
  }
}
@keyframes growLoopMob {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 150px;
    height: 150px;
  }
}
.dark_form__block {
  display: flex;
  width: 100%;
  gap: 60px !important;
}
.dark_form__block > * {
  width: calc(50% - 30px) !important;
}
@media (max-width: 575px) {
  .dark_form__block > * {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .dark_form__block {
    flex-direction: column;
  }
}

.bottom_form__width {
  max-width: 100% !important;
}

.dark_blue__form--width {
  max-width: 793px !important;
}

.get_catalog .dark_blue__form form .blue_button__design {
  width: max-content;
}

.design .breadcrums {
  padding-top: 180px;
  position: relative;
  z-index: 4;
}
.design .breadcrums a {
  font-weight: 300;
  color: #fff;
}
.design .breadcrums a:last-child {
  color: #C6C6C6;
}
.design .main_banner_container {
  height: 100%;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
}
.design .main_banner_container__left {
  max-width: 900px;
}
.design .main_banner_container__right {
  margin-top: auto;
  display: flex;
  gap: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .design .main_banner_container__right {
    flex-direction: column;
    gap: 10px;
  }
}
.design .main_banner_container__right--item {
  text-wrap: nowrap;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.design .main_banner_container .select_phone__country {
  border-bottom: solid 1px #fff;
}
.design .main_banner_container .select_phone__country--block--arrow svg {
  fill: #fff;
}
.design .main_banner_container .select_phone__country input {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.design .main_banner_container .select_phone__country input::placeholder {
  color: #fff;
}
.design .main_banner_container .person_fix_chekbox {
  border: solid 1px #C4C4C4;
}
@media (max-width: 575px) {
  .design .main_banner_container .bottom_form {
    max-width: 281px;
  }
}

.steps {
  padding-top: 150px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .steps {
    padding-top: 120px;
  }
}
.steps_title {
  font-weight: 500;
  font-size: 46px;
}
@media (max-width: 575px) {
  .steps_title {
    font-size: 30px;
  }
}
.steps_subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 60px;
  margin-top: 30px;
}
.steps_block {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}
@media (max-width: 991px) {
  .steps_block {
    flex-direction: column;
  }
}
.steps_block__item {
  height: 500px;
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.333% - 40px);
}
.steps_block__item--num {
  font-weight: 700;
  font-size: 30px;
  color: #0EBAB9;
  padding-left: 39px;
  position: relative;
  margin-bottom: 10px;
}
.steps_block__item--num::before {
  width: 30px;
  height: 1px;
  background-color: #0EBAB9;
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
}
.steps_block__item--title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 33px;
}
@media (max-width: 575px) {
  .steps_block__item--title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.steps_block__item--text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .steps_block__item--text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.steps_block__item--list {
  min-height: 164px;
  margin-top: auto;
}
.steps_block__item--list li {
  padding-left: 10px;
  position: relative;
}
.steps_block__item--list li::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 6px;
  background-color: #0F0F10;
  left: 0px;
  top: 10px;
}
.steps_block__item--list li:nth-of-type(1) {
  margin-top: 9px;
}

.meeting_block {
  padding: 150px 0px !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .meeting_block {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .meeting_block {
    padding: 60px 20px !important;
  }
}
.meeting_block__left img {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .meeting_block__left img {
    width: 220px;
    height: 220px;
  }
}
.meeting_block__left--name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.meeting_block__left--job {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #8E8E8E;
}
@media (max-width: 991px) {
  .meeting_block__left--job {
    margin-bottom: 60px;
  }
}
.meeting_block__left .dark_blue__form--title--mob {
  display: none;
}
@media (max-width: 991px) {
  .meeting_block__left .dark_blue__form--title--mob {
    display: block;
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 34px;
  }
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--title {
    display: none;
  }
}
.meeting .dark_blue__form--desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.meeting .dark_blue__form--desc p {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .meeting .dark_blue__form--desc p {
    margin-top: 20px;
  }
}

.dark_blue__form--list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
  margin-bottom: 113px;
}
@media (max-width: 991px) {
  .dark_blue__form--list {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.dark_blue__form--list--item {
  align-content: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 575px) {
  .dark_blue__form--list--item {
    font-size: 16px;
  }
}
.dark_blue__form--list--line {
  height: 78px;
  width: 1px;
  background-color: #565D62;
}
@media (max-width: 991px) {
  .dark_blue__form--list--line {
    width: 100%;
    height: 1px;
  }
}

.tech_project {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .tech_project {
    padding-top: 120px;
  }
}
.tech_project__block--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .tech_project__block--title {
    font-size: 30px;
  }
}
.tech_project__block--text {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .tech_project__block--text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.tech_project__gallery {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 60px;
}

.get_callback {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .get_callback {
    margin-bottom: 120px;
  }
}
.get_callback .get_callback__block {
  display: flex;
  gap: 60px;
}
.get_callback .get_callback__block--left .get_callback__block--right {
  display: none;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left .get_callback__block--right {
    display: block;
  }
}
.get_callback .get_callback__block--left--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .get_callback .get_callback__block--left--title {
    font-size: 30px;
  }
}
.get_callback .get_callback__block--left--button {
  display: flex;
  gap: 33px;
  height: 54px;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left--button .blue_button {
    max-width: 100%;
  }
}
.get_callback .get_callback__block--left--button .project_manager__block--right .animated-circle {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0px;
  width: auto;
  transform: rotate(270deg);
  margin-left: 300px;
  margin-top: -125px;
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--left--button .project_manager__block--right .animated-circle {
    margin-left: 0px;
    margin-top: 0px;
    transform: rotate(0deg);
    height: 167px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .get_callback .get_callback__block--right {
    display: none;
  }
}
.get_callback .get_callback__block--right--item {
  margin-bottom: 30px;
}
.get_callback .get_callback__block--right--item p:nth-of-type(1) {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  padding-bottom: 14px;
}
@media (max-width: 575px) {
  .get_callback .get_callback__block--right--item p:nth-of-type(1) {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.complectation_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
.complectation_subtitle {
  max-width: 900px;
  margin-bottom: 60px;
  font-size: 22px;
}
@media (max-width: 575px) {
  .complectation_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.complectation_block {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .complectation_block {
    flex-direction: column;
    gap: 30px;
  }
}
.complectation_block__item--title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .complectation_block__item--title {
    font-size: 22px;
  }
}

.supervision_section {
  margin-top: 150px;
  background-color: #0D2839;
  padding: 120px 0px;
  color: #fff;
}
@media (max-width: 575px) {
  .supervision_section {
    margin-top: 120px;
    padding: 60px 0px;
  }
}

.supervision_top {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}
.supervision_top img {
  border-radius: 5px;
}
@media (max-width: 991px) {
  .supervision_top {
    flex-direction: column;
  }
}
.supervision_top__left--title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .supervision_top__left--title {
    font-size: 30px;
  }
}
.supervision_top__left--desc {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 575px) {
  .supervision_top__left--desc {
    font-size: 16px;
  }
}
.supervision_middle {
  margin-bottom: 60px;
}
.supervision_middle__title {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  margin-bottom: 35px;
}
.supervision_middle__block {
  flex-wrap: wrap;
  display: flex;
  row-gap: 30px;
  column-gap: 60px;
}
@media (max-width: 991px) {
  .supervision_middle__block {
    column-gap: 40px;
  }
}
.supervision_middle__block--item {
  width: calc(33.333% - 40px);
}
@media (max-width: 991px) {
  .supervision_middle__block--item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 575px) {
  .supervision_middle__block--item {
    width: 100%;
    font-size: 16px;
  }
}
.supervision_middle__block--item--num {
  font-weight: 700;
  font-size: 30px;
  color: #0EBAB9;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.supervision_middle__block--item--num::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #0EBAB9;
  left: 0px;
  top: 50%;
}
.supervision_video {
  position: relative;
}
@media (max-width: 991px) {
  .supervision_video {
    height: 345px;
  }
}
.supervision_video .supervision_video__absolute {
  position: absolute;
  display: flex;
  top: calc(50% - 113px);
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 131px;
}
@media (max-width: 991px) {
  .supervision_video .supervision_video__absolute {
    top: 37px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 21px;
    padding-left: 30px;
  }
}
.supervision_video__title {
  font-weight: 400;
  font-size: 36px;
  max-width: 285px;
}
@media (max-width: 991px) {
  .supervision_video__title {
    font-size: 29px;
  }
}
.supervision_video__play {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .supervision_video__play {
    width: 119px;
    height: 119px;
  }
}
.supervision_video__play--item {
  background-color: #0EBAB9;
  width: 151px;
  height: 151px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .supervision_video__play--item {
    width: 79px;
    height: 79px;
  }
}
.supervision_video__play--item svg {
  width: 61px;
  height: 69px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .supervision_video__play--item svg {
    width: 32px;
    height: 37px;
  }
}

.magic {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .magic {
    padding-top: 120px;
  }
}

.magic_block .animated-circle {
  margin-left: -227px;
}
@media (max-width: 991px) {
  .magic_block .animated-circle {
    margin-left: 0px;
  }
}
.magic_block__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .magic_block__title {
    font-size: 30px;
  }
}
.magic_block__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .magic_block__subtitle {
    font-size: 16px;
  }
}
.magic_block__advantages {
  display: flex;
  gap: 30px;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .magic_block__advantages {
    flex-direction: column;
  }
}
.magic_block__advantages--item {
  width: 260px;
}
.magic_block__advantages--line {
  height: 72px;
  width: 1px;
  background-color: #C9C9C9;
}
@media (max-width: 991px) {
  .magic_block__advantages--line {
    width: 100%;
    height: 1px;
  }
}
.magic_block__bottom {
  height: 603px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.magic_block__bottom .project_manager__block--right {
  margin-bottom: -150px;
}
@media (max-width: 991px) {
  .magic_block__bottom {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .magic_block__bottom {
    height: 335px;
  }
}

.architecture .handle_open__block {
  flex-direction: column;
  gap: 0px;
}
.architecture .handle_open__block__item {
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .architecture .handle_open__block__item .handle_open__subtitle {
    overflow: hidden;
    max-height: 0px;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 991px) {
  .architecture .handle_open__block__item.open .handle_open__subtitle {
    overflow: hidden;
    max-height: 1000px;
  }
}
.architecture .handle_open__block__item--inner {
  padding: 30px 10px 30px 10px;
  gap: 0px;
  margin-bottom: -1px;
  gap: 106px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .architecture .handle_open__block__item--inner {
    flex-direction: column;
    gap: 0px;
    margin-bottom: -1px;
  }
}
.architecture .handle_open__block__item--inner p:nth-of-type(1) {
  min-width: 311px;
}
.architecture .handle_open__block__item--inner::before {
  top: 45px;
}
.architecture .handle_open__block__item--inner::after {
  top: 30px;
}
@media (max-width: 575px) {
  .architecture .handle_open__block__item--inner::after {
    top: 36px;
  }
}
.architecture .handle_open__block__item--inner div {
  max-width: 686px;
}
.architecture .handle_open__block__item--inner div ul {
  margin-top: 20px;
}
.architecture .handle_open__block__item--inner div ul span {
  display: block;
  margin-bottom: 20px;
}

.architecture_tech_project {
  padding-bottom: 150px;
}
@media (max-width: 575px) {
  .architecture_tech_project {
    padding-bottom: 0px;
  }
}

.architecture .handle_open__block__item--toggle {
  margin-top: 0 !important;
}
.architecture .open .handle_open__block__item--toggle {
  margin-top: 20px !important;
}

.architecture_tech_project .animated-circle {
  padding-right: 227px;
}
@media (max-width: 991px) {
  .architecture_tech_project .animated-circle {
    padding-right: 20px;
  }
}

.project_slider {
  width: 100%;
}
.project_slider .swiper-slide a {
  width: 100%;
}

.aboutus .breadcrums {
  padding-top: 200px;
}

.main_banner_container__left--flex {
  width: 100%;
  display: flex;
  gap: 160px;
}
@media (max-width: 991px) {
  .main_banner_container__left--flex {
    flex-direction: column;
    gap: 30px;
  }
}
.main_banner_container__left--flex p {
  max-width: 367px;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 575px) {
  .main_banner_container__left--flex p {
    font-size: 16px;
  }
}

.team {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .team {
    padding-top: 120px;
  }
}
.team .team_block__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .team .team_block__title {
    font-size: 30px;
  }
}
.team .team_block__subtitle {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 60px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .team .team_block__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.team .team_block__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  width: 100%;
  row-gap: 116px;
}
.team .team_block__list--item {
  width: calc(25% - 45px);
}
@media (max-width: 991px) {
  .team .team_block__list--item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 575px) {
  .team .team_block__list--item {
    width: 100%;
  }
}
.team .team_block__list--item img {
  width: 100%;
  margin-bottom: 30px;
}
.team .team_block__list--item--name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.team .team_block__list--item--job {
  color: #8E8E8E;
}

.tech_project__block--title {
  max-width: 900px;
}

.tech_project__block--desc {
  max-width: 900px;
}

.goteam {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .goteam {
    padding-top: 120px;
    padding-top: 120px;
  }
}
.goteam .goteam_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .goteam .goteam_title {
    font-size: 30px;
  }
}
.goteam .goteam_block {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .goteam .goteam_block {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.goteam .goteam_block__desc {
  max-width: 580px;
}
.goteam .goteam_block__button {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .tech_project__gallery {
    gap: 10px;
    justify-content: flex-start;
  }
}
@media (max-width: 1199px) {
  .tech_project__gallery {
    gap: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  .tech_project__gallery a {
    flex-shrink: 0;
  }
}
.tech_project__gallery a img {
  width: 100%;
}

.aboutus_tech_project .animated-circle {
  padding-right: 227px;
}
@media (max-width: 991px) {
  .aboutus_tech_project .animated-circle {
    padding-right: 20px;
  }
}

.about_partners {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .about_partners {
    padding-top: 80px;
  }
}
.about_partners__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .about_partners__title {
    font-size: 30px;
  }
}
.about_partners__block {
  display: flex;
  width: 100%;
  gap: 60px;
}
@media (max-width: 991px) {
  .about_partners__block {
    gap: 30px;
    flex-direction: column;
  }
}
.about_partners__block--item {
  flex: 1 1 25%;
}
.about_partners__block--item p:nth-of-type(1) {
  font-weight: 300;
  font-size: 80px;
}
@media (max-width: 575px) {
  .about_partners__block--item p:nth-of-type(1) {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .about_partners__block--item p:nth-of-type(2) {
    font-size: 16px;
  }
}

.partners_step .steps_block__item {
  height: max-content;
}

.if_partners {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .if_partners {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.if_partners .if_partners__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .if_partners .if_partners__title {
    font-size: 30px;
  }
}
.if_partners .if_partners__subtitle {
  margin-bottom: 70px;
  max-width: 900px;
}
@media (max-width: 575px) {
  .if_partners .if_partners__subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.if_partners .if_partners__block {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .if_partners .if_partners__block {
    flex-direction: column;
  }
}
.if_partners .if_partners__block--line {
  height: 72px;
  width: 1px;
  background-color: #C9C9C9;
}
@media (max-width: 991px) {
  .if_partners .if_partners__block--line {
    width: 100%;
    height: 1px;
    display: none;
  }
}
@media (max-width: 575px) {
  .if_partners .if_partners__block--item p {
    font-size: 16px;
  }
}
.if_partners .if_partners__block--item p:nth-of-type(1) {
  font-weight: 500;
  font-size: 34px;
}
@media (max-width: 575px) {
  .if_partners .if_partners__block--item p:nth-of-type(1) {
    font-size: 26px;
  }
}

.get_callback__blue {
  background-color: #0D2839;
  color: #fff;
  padding-bottom: 150px;
}

.partners_complectation {
  padding-top: 150px;
}
@media (max-width: 575px) {
  .partners_complectation {
    padding-top: 120px;
  }
}
@media (max-width: 575px) {
  .partners_complectation .complectation_title {
    font-size: 30px;
  }
}
.partners_complectation .handle_open__block__item--inner {
  flex-direction: column;
  gap: 0px;
}
.partners_complectation .handle_open__block__item--inner p {
  font-weight: 500;
}
@media (max-width: 575px) {
  .partners_complectation .handle_open__block__item--inner p {
    max-width: 268px;
    min-width: 200px !important;
  }
}

.cases {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .cases {
    padding-top: 120px;
  }
}
.cases_title {
  max-width: 900px;
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cases_title {
    font-size: 30px;
  }
}
.cases_subtitle {
  max-width: 900px;
  margin-bottom: 96px;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 575px) {
  .cases_subtitle {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.cases_block {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cases_block {
    gap: 10px;
  }
}
.cases_block__item {
  padding: 30px;
  border: solid 1px #D1D1D1;
  border-radius: 4px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .cases_block__item {
    font-size: 16px;
  }
}
.cases_block__item--top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.cases_block__item--top p:nth-of-type(1) {
  margin-bottom: 6px !important;
}
.cases_block__item--top p:nth-of-type(2) {
  color: #8E8E8E;
}
.cases_block__item p:nth-of-type(1) {
  margin-bottom: 30px;
}

.magic_block__bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.handle_open__partners .handle_open__block__item--toggle {
  margin-top: 0px !important;
}
.handle_open__partners .open .handle_open__block__item--toggle {
  margin-top: 20px !important;
}

.politic {
  padding-top: 150px;
}

.politic_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .politic_title {
    font-size: 30px;
  }
}

.politic_text {
  margin-bottom: 50px;
}

.contacts {
  margin-bottom: 162px;
}
@media (max-width: 991px) {
  .contacts {
    margin-bottom: 120px;
  }
}
.contacts_title {
  font-weight: 500;
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 67px;
}
@media (max-width: 991px) {
  .contacts_title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.contacts_block {
  display: flex;
  gap: 225px;
}
@media (max-width: 991px) {
  .contacts_block {
    flex-direction: column;
    gap: 30px;
  }
}
.contacts_block__left--city {
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  display: flex;
  gap: 3px;
  align-items: center;
  margin-bottom: 10px;
}
.contacts_block__left--city svg {
  width: 12px;
  height: 7px;
  fill: #0F0F10;
}
.contacts_block__left--addres {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contacts_block__left--addres {
    font-size: 16px;
  }
}
.contacts_block__left--phone {
  display: block;
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contacts_block__left--phone {
    font-size: 30px;
  }
}
.contacts_block__left--mail {
  display: block;
  margin-bottom: 30px;
}
.contacts_block__right--item {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.contacts_block__right--item--left {
  color: #8E8E8E;
}
.contacts_block__right--item--right--inner {
  gap: 40px;
  display: flex;
}
@media (max-width: 991px) {
  .contacts_block__right--item--right--inner {
    flex-direction: column;
    gap: 21px;
  }
}
.contacts_block__right--item--right--inner div {
  display: flex;
  gap: 10px;
}
.contacts_block__right--item--right--inner div svg {
  width: 26px;
  height: 26px;
}

.contacts_form {
  padding-bottom: 150px;
}
.contacts_form__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 10px;
  max-width: 800px;
}
@media (max-width: 575px) {
  .contacts_form__title {
    font-size: 30px;
  }
}
.contacts_form__subtitle {
  margin-bottom: 30px;
}

.contacts_form_form .blue_button {
  margin-top: 10px;
}
.contacts_form_form__top {
  display: flex;
  gap: 60px;
}
.contacts_form_form__top .input_wrapper {
  flex-shrink: 0;
}
.contacts_form_form__top .input_wrapper::before {
  font-size: 14px;
}
.contacts_form_form__top .input_wrapper:nth-of-type(3) {
  width: 100%;
  flex-shrink: 1;
}
@media (max-width: 991px) {
  .contacts_form_form__top .input_wrapper input {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contacts_form_form__top {
    gap: 30px;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.contacts_form_form__top input {
  color: #8E8E8E;
  padding-bottom: 10px;
}
.contacts_form_form__top input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #8E8E8E;
}
.contacts_form_form__top .no_border {
  border: none;
}
.contacts_form_form__top--item {
  border: none;
  border-bottom: solid 1px #0F0F10;
}
.contacts_form_form__top--item:nth-of-type(3) {
  width: 100%;
}
.contacts_form_form__top .select_phone__country--block--left input {
  border: none;
  width: max-content;
}
.contacts_form_form__top .select_phone__country--block--arrow svg {
  fill: #000;
}
.contacts_form_form .person {
  margin-top: 75px;
}
.contacts_form .person_fix_chekbox {
  border: solid 1px #C4C4C4;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contacts_form .person label {
    font-size: 14px;
    flex-wrap: nowrap;
  }
}

.contacts_form .iti__arrow {
  width: 9px;
  height: 9px;
  background-image: url("/img/mainpage/black_arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding: 0px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.1s ease-in-out;
}
.contacts_form .active {
  border: none;
  border-bottom: solid 1px #0F0F10;
}
.contacts_form .select_phone__country {
  border-bottom: solid 1px #0F0F10;
}

.contacts_form__comment {
  width: 100% !important;
}

.mob_menu__modal {
  width: 100%;
  height: 100%;
  padding: 22px 20px;
  font-weight: 500;
  position: fixed;
  top: -100%;
  background: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
.mob_menu__modal.active {
  top: 0px;
}
@media (max-width: 575px) {
  .mob_menu__modal {
    padding-top: 40px;
  }
}
.mob_menu__modal--top {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-bottom: 62px;
}
.mob_menu__modal--top--lang {
  display: flex;
  gap: 12px;
}
.mob_menu__modal--top--close svg {
  width: 20px;
  height: 20px;
}
.mob_menu__modal--list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mob_menu__modal--list li a {
  display: flex;
  font-size: 22px;
  align-items: center;
  gap: 10px;
}
.mob_menu__modal--list li a svg {
  width: 14px;
  height: 14px;
}
.mob_menu__modal--bottom {
  display: flex;
  margin-top: auto;
  max-width: 375px;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 575px) {
  .mob_menu__modal--bottom {
    gap: initial;
    justify-content: space-between;
  }
}
.mob_menu__modal--bottom--contacts--city {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #A9A9A9;
  align-items: center;
}
.mob_menu__modal--bottom--contacts--city svg {
  width: 7px;
  height: 4px;
}
.mob_menu__modal--bottom--contacts--phone {
  font-size: 20px;
}
.mob_menu__modal--bottom--mail {
  font-size: 16px;
}

@media (max-width: 575px) {
  .fancybox__slide {
    padding: 0px;
  }
  .fancybox__slide::before {
    display: none;
  }
}

#city .is-close-btn {
  --f-button-color: #0F0F10;
  --f-button-hover-color: #0F0F10;
  --f-button-bg: rgba(255, 255, 255, 0);
  top: 20px;
  right: 20px;
}
#city .is-close-btn svg {
  width: 28px;
  height: 30px;
}
@media (max-width: 575px) {
  #city .is-close-btn {
    top: 32px;
    right: 10px;
  }
}

.city_choose {
  width: 794px;
  padding: 60px;
}
@media (max-width: 575px) {
  .city_choose {
    height: 100%;
    width: 100%;
    padding: 40px 20px;
  }
}
.city_choose__title {
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .city_choose__title {
    font-size: 26px;
  }
}
.city_choose__tabs {
  display: flex;
  gap: 32px;
  margin-bottom: 62px;
}
@media (max-width: 575px) {
  .city_choose__tabs {
    gap: 30px;
  }
}
.city_choose__tabs--tab {
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .city_choose__tabs--tab {
    font-size: 16px;
  }
}
.city_choose__tabs--tab.active {
  border-bottom: solid 2px #0EBAB9;
}
.city_choose__city--list {
  flex-direction: column;
  gap: 20px;
  font-weight: 500;
  display: none;
}
@media (max-width: 575px) {
  .city_choose__city--list {
    gap: 15px;
  }
}
.city_choose__city--list.active {
  display: flex;
}
.city_choose__city--list li {
  cursor: pointer;
}
.city_choose__city--list li.active {
  color: #0EBAB9;
}

.footer {
  background-color: #0D2839;
  padding: 31px 0px 20px;
}

.footer_block {
  padding-bottom: 30px;
  border-bottom: solid 1px #707070;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 991px) {
  .footer_block {
    flex-direction: column;
  }
}
.footer_block__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .footer_block__item {
    margin-bottom: 15px;
  }
}
.footer_block__item .footer_right--contacts--phone {
  margin-top: -15px;
  display: block;
}
.footer_block__item .footer_tab_lang {
  margin-bottom: 5px;
}
.footer_block__item .footer_tab_lang a {
  margin-right: 12px;
}
@media (max-width: 991px) {
  .footer_block__item .footer_tab_lang a {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.footer_block__item li {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer_block__item li {
    font-size: 16px;
  }
}
.footer_block__item li .header_right--contacts--city svg {
  width: 7px;
  height: 4px;
}
.footer_block__item--social svg {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .footer_block__item--social svg {
    margin-bottom: 60px;
    margin-top: 20px;
  }
}
.footer_block__item--logo {
  margin-bottom: 15px;
}
.footer_block__item--logo img:nth-of-type(1) {
  display: inline-block;
}
@media (max-width: 575px) {
  .footer_block__item--logo img:nth-of-type(1) {
    display: none;
  }
}
.footer_block__item--logo img:nth-of-type(2) {
  display: none;
}
@media (max-width: 575px) {
  .footer_block__item--logo img:nth-of-type(2) {
    display: inline-block;
  }
}
.footer_block__item--last a {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer_block__item--last a svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.footer_bottom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer_bottom__left {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .footer_bottom__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.footer_bottom__left li {
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #C4C4C4;
}
.footer_bottom__left li a {
  font-size: 16px;
}
.footer_bottom__right {
  display: flex;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #fff;
  align-items: center;
}
.footer_bottom__right svg {
  width: 70px;
  height: 10px;
}

.resume {
  max-width: 800px;
  padding: 60px;
}
.resume .input_wrapper.show::before {
  content: "Поле обязательно для заполнения";
  position: absolute;
  top: 24px;
  left: 0;
  color: #FF0000;
  font-size: 18px;
  margin-top: 15px;
  width: 100%;
  height: 50px;
}
.resume .input_wrapper.show:nth-of-type(3)::before {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .resume .input_wrapper.show:nth-of-type(3)::before {
    margin-top: 15px;
  }
}
.resume .input_wrapper.show:nth-of-type(4)::before {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .resume .input_wrapper.show:nth-of-type(4)::before {
    margin-top: 15px;
  }
}
.resume_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .resume_title {
    font-size: 30px;
  }
}
.resume_form {
  color: #8E8E8E;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.resume_form__top {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 60px;
}
@media (max-width: 575px) {
  .resume_form__top {
    flex-direction: column;
  }
}
.resume_form__top > * {
  border: none;
  width: calc(50% - 20px);
  padding-bottom: 10px;
  border-bottom: solid 1px #333;
}
@media (max-width: 575px) {
  .resume_form__top > * {
    width: 100%;
  }
}
.resume_form__top .custom_input__file {
  display: flex;
  cursor: pointer;
}
.resume_form__top .custom_input__file input {
  display: none;
}
.resume_form__top .custom_input__file label {
  width: 40px;
  height: 40px;
  padding: 11px;
  border: solid 1px #0F0F10;
  display: flex;
  border-radius: 40px;
  cursor: pointer;
}
.resume_form__top .custom_input__file label svg {
  width: 18px;
  height: 18px;
}
.resume_form__top .custom_input__file--right {
  margin-left: 10px;
}
.resume_form__top .custom_input__file--right p {
  color: #0F0F10;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.resume_form__top .custom_input__file--right p:nth-of-type(2) {
  color: #8E8E8E;
  line-height: 1.3;
}
.resume_form__top .phone {
  border: none;
}
.resume_form__top .input_wrapper:last-child {
  width: 100%;
  margin-bottom: 63px;
}
.resume_form__top input {
  border: none;
  color: #8E8E8E;
}
.resume_form__top input::placeholder {
  color: #8E8E8E;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.resume_form .iti__selected-flag {
  padding-bottom: 10px;
}
.resume_form .iti__arrow {
  background-image: url("../img/mainpage/black_arrow.png");
}
.resume_form .person {
  margin-bottom: 10px;
  margin-top: 0px;
}
.resume_form .person label {
  align-items: center;
}
.resume_form .person label a:nth-last-of-type(2) {
  text-decoration: underline;
}

.person_fix_chekbox--white {
  border: solid 1px #0F0F10 !important;
}

.person label a {
  text-decoration: underline;
  cursor: pointer;
}

.thanks_for_order {
  padding: 60px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 575px) {
  .thanks_for_order {
    font-size: 16px;
    padding: 30px 20px;
  }
}
.thanks_for_order__title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .thanks_for_order__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.thanks_for_order__subtitle {
  margin-bottom: 60px;
}
.thanks_for_order__block {
  display: flex;
  gap: 150px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .thanks_for_order__block {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .thanks_for_order__block {
    width: 80%;
  }
}
.thanks_for_order .project_manager__block--right {
  height: 33px;
  transform: rotate(270deg);
  width: max-content;
}
@media (max-width: 575px) {
  .thanks_for_order .project_manager__block--right {
    position: absolute;
    height: 33px;
    transform: rotate(0deg);
    width: max-content;
    top: 211px;
    right: 30px;
  }
}
.thanks_for_order .project_manager__block--right .animated-circle {
  width: 33px;
}
.thanks_for_order .blue_button {
  text-transform: uppercase;
}

.cookie {
  max-width: 800px;
  padding: 60px;
}
@media (max-width: 575px) {
  .cookie {
    padding: 30px 20px;
  }
}
.cookie_title {
  font-weight: 500;
  font-size: 46px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cookie_title {
    font-size: 30px;
  }
}
.cookie_subtitle {
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .cookie_subtitle {
    font-size: 16px;
  }
}
.cookie .blue_button {
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .fancybox__content {
    height: 100vh;
    width: 100vw;
    padding: 20px;
  }
}