@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

* {
  outline: none !important;
}

p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.valid {
  border-color: green !important;
}

.nomob {
  display: block;
}

.onlymob {
  display: none;
}

.nopadl {
  padding-left: 0;
}

.nopadr {
  padding-right: 0;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}
body {
  /* padding-right: 0 !important; */
}
body.modal-open {
  /* padding-right: 17px !important; */
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
  display: none;
}
.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.onlyxs {
  display: none;
}
.container {
  width: 100%;
  max-width: 1245px;
}
.portfolio_preview::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 54%;
  left: 0px;
  top: -21%;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
  z-index: 100;
  opacity: 0.9;
}

@media screen and (min-width: 1500px) {
  .container {
    max-width: 1660px;
  }
  .menu_main_area {
    max-width: 1660px !important;
  }
  .services_list_big .service_item:nth-child(even) .service_desc {
    margin-left: 90px !important;
    width: 100% !important;
    max-width: 450px !important;
  }

  .services_list_big .service_item:nth-child(even) .service_img {
    width: 1080px !important;
  }
}

.intro_section {
  height: 100vh;
  height: 100dvh;
  position: relative;
  background-color: #00ffd1;
  background-image: url(../img/top_img.png);
  background-position: 50% 60px;
  background-size: auto 97vh;
  background-repeat: no-repeat;
}

header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 35px;
}

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

.logo img {
  width: 100%;
  max-width: 110px;
}

.header_top {
  display: flex;
  gap: 15px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: none;
  background: #000;
  border-radius: 8px;
  min-height: 50px;
  min-width: 170px;
  /* Let’s talk */
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.header_fixed .button:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
}

.lang_current {
  transition: 0.1s;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

.lang_select:hover .lang_current {
  background: #000;
  color: #fff;
}

.open_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 8px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.open_nav:hover {
  background-color: #000;
}

.open_nav:hover img {
  filter: invert(1);
}
.hello_section {
  padding-top: 28vw;
  padding-bottom: 200px;
  pointer-events: none;
  position: relative;
}
.hello_section > span.label2 {
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: calc(50% - 200px) -130px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1000px;
  background-size: 1240px auto;
}
.hello_section > span.label1 {
  height: 22vw;
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 67vw auto;
  z-index: -1;
}
.hello_text {
  max-width: 510px;
  margin-left: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.customers_section {
  background-repeat: no-repeat;
  padding-bottom: 220px;
  padding-top: 120px;
  background-position: top left;
  background-size: 83% auto;
}
@media screen and (min-width: 1700px) {
  .customers_section {
    background-position: left center;
    background-size: auto 91%;
  }
}
.cutsomers_list {
  max-width: 1245px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.customer_item {
  width: calc(100% / 6);
}
.works_section {
  padding-bottom: 120px;
  padding-top: 220px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 72vw auto;
}
.works_wrp {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.works_item {
  display: flex;
}

.work_img {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  width: 50%;
  flex: none;
}

.work_desc {
  width: 50%;
  padding-left: 100px;
  flex: none;
  align-self: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.works_item:nth-child(even) .work_img {
  order: 2;
}

.works_item:nth-child(even) .work_desc {
  padding-right: 100px;
}

.work_desc h2 {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  color: #000000;
}

.work_desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

.read_more {
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap: 30px;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.read_more img {
  transition: 0.1s;
  position: relative;
  left: 0;
}

.read_more:hover img {
  left: 4px;
}
a.works_item:hover .read_more img {
  left: 4px;
  filter: brightness(0);
}

.see_all {
  margin-top: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  font-size: 15px;
  color: black;
  font-weight: bold;
  border-radius: 8px;
  border: 1px solid black;
  transition: 0.1s;
}

.see_all:hover {
  background-color: #00ffd1;
  color: #000;
  border-color: #00ffd1;
}
.statistics_section {
  position: relative;
  margin-bottom: 140px;
}

.statistics_section > img {
  width: 100%;
  height: auto;
}

.statistics_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.statistics_item {
  position: relative;
  text-align: center;
}

.statistics_item > p {
  margin: 0;
  line-height: 1;
  color: #00ffd1;
  font-size: 100px;
  font-weight: bold;
}

.statistics_item > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: black;
  font-weight: bold;
}
.services_section {
  position: relative;
  padding-top: 180px;
}
.services_section > img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  pointer-events: none;
}
.service_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service_desc {
  flex: 1;
}

.service_img {
  position: relative;
  height: 170px;
  transition: 0.1s;
}

.services_list_big .service_img {
  position: relative;
  transition: 0.1s;
  width: 570px;
  height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services_section .flex {
  margin-bottom: -100px;
}

.services_section .flex > div {
  margin-bottom: 100px;
}

.service_img img {
  position: absolute;
  top: -180px;
  left: -160px;
  pointer-events: none;
}

.service_title {
  color: black;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
}

.service_desc {
  font-size: 15px;
  margin-bottom: 30px;
  color: black;
  line-height: 1.6;
}

.service_more {
  font-size: 15px;
  color: black;
  display: flex;
  align-items: center;
  gap: 26px;
  font-weight: bold;
  transition: 0.1s;
}

.service_more img {
  position: relative;
  left: 0;
  transition: 0.1s;
}

.service_card:hover .service_more img {
  left: 6px;
  filter: brightness(0);
}

.service_img img {
  transition: 0.1s;
}
.location_section_wrp {
  padding-top: 130px;
  padding-bottom: 105px;
}
.location_heading {
  position: relative;
  margin-bottom: 120px;
}
.location_heading > img {
  max-width: 100%;
  height: auto;
}
.location_heading::before {
  content: "";
  background-image: url(../img/pin.png);
  height: 1314px;
  position: absolute;
  display: block;
  width: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-position: calc(50% + 388px) 0;
}
.locations_list {
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  justify-content: center;
}

.loaction_item > p {
  margin-bottom: 15px;
  font-size: 30px;
  color: black;
  font-weight: 900;
  line-height: 1.2;
}

.loaction_item ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 15px;
  color: black;
}

.loaction_item a {
  color: inherit;
  text-decoration: underline;
}

.loaction_item a:hover {
  text-decoration: none;
}

.loaction_item li span {
  font-weight: 900;
  width: 32px;
  display: inline-block;
}
.map {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 100%;
  height: auto;
  display: block;
}
.contact_section {
  position: relative;

  padding-bottom: 140px;
}
.contact_section::before {
  content: "";
  background-image: url(../img/contact.png);
  height: 813px;
  width: 100%;
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: -130px;
  background-repeat: no-repeat;
  background-position: calc(50% + 520px);
}
.contact_section > img {
  max-width: 100%;
  margin-bottom: 70px;
}

.contact_section h2 {
  font-size: 90px;
  color: black;
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.contact_section form {
  max-width: 430px;
  width: 100%;
}

.contact_section form input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  font-size: 16px;
  color: black;
  background: transparent;
}

.pressing {
  padding-left: 24px;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 40px;
  color: black;
  opacity: 0.4;
  transition: 0.1s;
  position: relative;
}

.pressing a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}

.pressing a:hover {
  text-decoration: none;
}

.pressing::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid black;
  border-radius: 2px;
  left: 0;
  top: 3px;
}

.pressing.pressed {
  opacity: 1;
}

.pressing.pressed::before {
  border-width: 5px;
}

.send_form {
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  color: black;
  font-weight: bold;
  width: 100%;
  max-width: 195px;
  height: 50px;
  border: 1px solid black;
  border-radius: 8px;
  transition: 0.1s;
}

.send_form:hover {
  background-color: #000;
  color: #fff;
}
::placeholder {
  color: #000;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #000;
}

:focus::placeholder {
  color: transparent;
}
footer {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}

.footer_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  max-width: 100%;
}

.footer_logo {
  max-width: 160px;
  height: auto;
  width: 100%;
}

.foot_nav p {
  margin-bottom: 29px;
  color: #00ffd1;
  font-size: 15px;
  font-weight: 900;
}

.foot_nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.foot_nav ul a {
  color: #000;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}

.foot_nav ul a:hover {
  text-decoration: underline;
}

.foot_nav span {
  display: block;
  line-height: 1.3;
  font-size: 12px;
  color: black;
}

.foot_social {
  gap: 14px;
  display: flex;
}

.foot_social a {
  width: 50px;
  height: 50px;
  border: 1px solid black;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_social a img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.1s;
}

.foot_social a:hover {
  background-color: #00ffd1;
  border-color: #00ffd1;
}
.dis {
  pointer-events: none;
  opacity: 0.4;
}
.lang_others {
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  display: none;
}

.lang_select {
  position: relative;
}

.lang_others a {
  transition: 0.1s;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  background-color: #000;
  color: #00ffd1;
}

.lang_select:hover .lang_others {
  display: flex;
}

.lang_select:hover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: calc(100% + 30px);
}

.lang_others a:hover {
  background-color: #000;
  color: #fff;
}
.menu_main {
  position: fixed;
  z-index: 900;
  background: black;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  padding-top: 210px;
  padding-bottom: 70px;
  opacity: 0;
  pointer-events: none;
  transition: 0.1s ease;
  display: flex;
  flex-direction: column;
}

.menu_main_area {
  max-width: 1225px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu_main_flex {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}

.menu_main_list li a img:nth-child(1) {
  max-width: 100%;
  height: auto;
  transition: 0.1s;
}

.menu_main_list li a {
  position: relative;
  display: flex;
}

.menu_main_list li a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 100%;
  height: auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.1s;
}

.menu_main_list li a:hover img:nth-child(1) {
  opacity: 0;
}

.menu_main_list li a:hover img:nth-child(2) {
  opacity: 1;
}

.menu_main_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.menu_main_flex .foot_social a {
  border-color: #fff;
}

.menu_main_flex .foot_social a img {
  filter: invert(1);
}

.menu_main_flex .foot_social a:hover {
  background-color: #00ffd1;
  border-color: #00ffd1;
}

.menu_main_flex .foot_social a:hover img {
  filter: invert(0);
}
.menu_opened header {
  /* filter: invert(1); */
}
.menu_opened header .logo {
  filter: invert(1);
}
.menu_opened header {
  background-color: #000000 !important;
}

.menu_opened .open_nav {
  border-color: #fff;
}
.menu_opened .open_nav img {
  filter: brightness(0) invert(1);
}
.menu_opened .header_top .button {
  border: 1px solid #fff !important;
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.menu_opened .lang_current {
  border: 1px solid #fff;
  color: #fff;
}
.menu_opened .header_top .button:hover {
  border-color: #00ffd1 !important;
  background-color: #00ffd1 !important;
  color: black !important;
}
.menu_opened .lang_others a {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.menu_opened .lang_others a:hover {
  background-color: #fff !important;
  color: black !important;
}
.menu_opened .open_nav {
  background-size: 22px !important;
}
.menu_opened .open_nav:hover {
  background-color: #00ffd1 !important;
  border-color: #00ffd1 !important;
  background-image: url(../img/cross_menu.svg);
}
.menu_opened .open_nav:hover img {
  filter: brightness(0) !important;
}

.menu_opened .lang_select:hover .lang_current {
  border-color: #00ffd1 !important;
  background-color: #00ffd1 !important;
  color: #000 !important;
}
.menu_opened .lang_select:hover .lang_others a {
  border-color: #00ffd1 !important;
  background-color: #00ffd1 !important;
  color: #000 !important;
}

.menu_opened .menu_main {
  opacity: 1;
  pointer-events: all;
}

.menu_opened .header_top button:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
}
.menu_opened .open_nav img {
  opacity: 0;
}
.menu_opened .open_nav {
  background-image: url(../img/menu_close.svg);
  border-color: #fff;
}
.header_fixed header {
  position: fixed;
  background-color: #fff;
  padding: 19px 0;
  top: 0;
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.1);
}
.logo img:nth-child(2) {
  display: none;
}
.header_fixed .logo img {
  display: none;
}

.header_fixed .header_top .button {
  background-color: #00ffd1;
  color: #000;
}

.header_fixed .logo img:nth-child(2) {
  display: block;
  position: relative;
  top: -6px;
}
.thanks_text {
  background: black;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 9px;
  display: none;
}
.works_section_inline > img {
  max-width: 78%;
  height: auto;
  margin-bottom: 90px;
  pointer-events: none;
}

.works_section_inline {
  background-image: none;
  padding-top: 160px;
}

.works_section_inline .works_wrp {
  flex-direction: inherit;
  gap: 100px 35px;
}

.works_section_inline .works_item {
  width: calc(33.3% - 24px);
  flex-direction: column;
  gap: 40px;
  display: flex;
  flex-direction: column;
  flex: none;
}

.works_section_inline .work_img {
  height: 400px;
  width: 100%;
  order: 1 !important;
}

.works_section_inline .work_desc {
  order: 2 !important;
  padding: 0 !important;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.works_categories {
  margin-bottom: 50px;
  display: flex;
  gap: 14px;
}

.works_categories li {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 34px;
  background-color: #f5f5f5;
  transition: 0.1s;
  cursor: pointer;
  border-radius: 6px;
  font-size: 12px;
  color: black;
  font-weight: bold;
}

.works_categories li.active {
  background-color: #00ffd1;
}

.work_img {
  position: relative;
}

.work_img span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #00ffd1;
  color: #000;
  font-weight: bold;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.1;
}

.portfolio_preview {
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.portfolio_preview_img {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  transform: translateY(0px);
}
.portfolio_desc {
  padding-top: 90px;
}

.portfolio_desc h1 {
  margin: 0;
  margin-bottom: 100px;
  font-size: 112px;
  color: black;
  font-weight: 900;
  line-height: 1.1;
}
.desc_area {
  align-items: flex-end;
}

.goal_desc {
  padding-bottom: 250px;
}

.goal_label {
  float: right;
  position: relative;
  left: -10px;
  pointer-events: none;
}

.goal_desc p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
  margin: 0;
}
.portfolio_content .flex {
  gap: 90px 0;
}

.portfolio_content img {
  max-width: 100%;
  height: auto;
}

.portfolio_content p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
}

.portfolio_content blockquote {
  color: #00ffd1;
  padding: 0;
  border: none;
  margin: 0;
  font-size: 45px;
  line-height: 1.4;
}

.portfolio_content {
  margin-top: -150px;
  padding-bottom: 90px;
}
.case_process + .portfolio_content {
  margin-top: -60px;
}
.col-md-12 + .col-md-12 {
  margin-top: -70px;
}

.col-md-12 + .col-md-12 p {
  padding-top: 70px;
}
.images_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 30px;
}

.image {
  display: block;
  background-position: center;
  background-size: cover;
  width: calc(50% - 4px);
}

.image::before {
  content: "";
  display: block;
  padding-top: 56%;
}
.portfolio_content .col-md-12 img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.results {
  margin-top: 80px;
}

.results > img {
  max-width: 100%;
  height: auto;
}
.results + .portfolio_content {
  margin-top: 50px;
}

.row.flex.numbers p {
  color: #00ffd1;
  line-height: 1;
  font-weight: 900;
  font-size: 150px;
  margin-bottom: 30px;
}

.row.flex.numbers span {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}
.video_ex::before {
  content: "";
  background-image: url(../img/play.svg);
  padding-top: 56%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.1s;
  background-size: 16%;
}
.video_ex {
  display: block;
  background-position: center;
  background-size: cover;
}

.video_ex:hover::before {
  opacity: 0.8;
}
.cases_more > img {
  max-width: 100%;
  height: auto;
  margin-bottom: -80px;
}

.more_flex {
  gap: 40px 15px;
  display: flex;
}

.more_flex .works_item {
  flex-direction: column;
  flex: 1;
  gap: 30px;
}

.more_flex .works_item .work_img {
  width: 100%;
  min-height: 260px;
}

.more_flex .works_item .work_desc {
  width: 100%;
  padding: 0;
  order: 2;
}

.more_flex .works_item .work_desc h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.more_flex .works_item .work_desc p {
  font-size: 14px;
}

.more_flex .works_item .work_desc .read_more {
  margin-top: 20px;
}

.cases_more {
  position: relative;
  margin-bottom: 100px;
}
.services_list_big {
  padding-top: 120px;
}
.services_list_big > img {
  max-width: 80%;
  display: block;
  margin-bottom: 100px;
  margin-top: 50px;
}
.services_main_flex {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.services_list_big {
  overflow: hidden;
  padding-bottom: 250px;
  margin-bottom: -100px;
}

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

.services_list_big .service_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
}

.services_list_big .services_main_flex .service_desc {
  max-width: 405px;
  margin: 0 auto;
}

.services_list_big .services_main_flex .service_desc h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 45px;
  color: black;
  font-weight: 800;
}

.services_list_big .services_main_flex .service_desc p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.5;
}

.services_list_big .services_main_flex .service_desc a {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 15px;
  color: black;
  font-weight: 800;
}

.services_list_big .services_main_flex .service_desc a img {
  transition: 0.1s;
  left: 0;
  position: relative;
}

.services_list_big .services_main_flex .service_desc a:hover img {
  left: 5px;
  filter: brightness(0);
}

.services_list_big .service_item:nth-child(even) .service_img {
  order: 2;
}
.case_process > img {
  max-width: 100%;
  height: auto;
}
.customer_item img {
  max-width: 100%;
  height: auto;
}

.statistics_section + .location_section_wrp {
  padding: 0;
}

.backButton {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  background: black;
  color: #fff;
  border: none;
  padding: 8px 30px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 9px;
  transition: 0.1s;
  display: none;
}

.backButton:hover {
  opacity: 0.6;
}

.intro_section {
  padding-top: 160px;
}
.intro_section .container {
  max-width: 100%;
  padding: 0;
}
.intro_section .container .row {
  margin: 0;
}
.intro_section .container .row > div {
  padding: 0;
}

.intro_section video {
  width: 100%;
  height: calc(100vh - 160px);
  height: calc(100dvh - 160px);
  object-position: center;
  object-fit: cover;
}

.intro_section {
  background-image: none;
}
p:empty {
  display: none;
}

.top_neg {
  top: -160px;
  transition: 0.3s;
}
.menu_main_flex::before {
  content: "";
  display: flex;
  flex: 0.1;
}

@media screen and (min-width: 768px) {
  .menu_main_list li:nth-child(3) {
    margin-top: 16px;
    margin-bottom: 7px;
  }

  .menu_main_list li:nth-child(2) {
    margin-top: -5px;
  }

  .menu_main_list li:nth-child(1) img:nth-child(2) {
    margin-top: -11px;
  }

  .menu_main_list li:nth-child(2) img:nth-child(2) {
    margin-top: -14px;
  }
  .more_flex > div {
    max-width: 600px;
  }
  .cs .menu_main_list li:nth-child(3) {
    margin-top: -8px;
    margin-bottom: -20px;
  }
}

.works_section_inline .work_desc p {
  flex: 1;
}
/* new hello */

.section.hello_section_new {
  position: relative;
  z-index: 100;
  display: block;
  margin-top: -50px;
}

.section.hello_section_new > img {
  max-width: calc(100% - 40px);
  display: block;
  margin-bottom: 50px;
}

.section {
  float: left;
  width: 100%;
}

.about_new_text {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

/* why us - new section */

.section.why_us_section {
  position: relative;
  padding-top: 200px;
  margin-bottom: 90px;
  margin-top: 50px;
}

.section.why_us_section > img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: calc(100% - 140px);
}

.why_text p {
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 33px;
}

.why_text span {
  font-size: 15px;
  color: black;
  line-height: 1.6;
}

.section.why_us_section .flex {
  margin-bottom: -80px;
}

.section.why_us_section .flex > div {
  margin-bottom: 80px;
}
.menu_main_list li a > span {
  display: none !important;
}
.mobile_button {
  display: none;
}
.spacer_mobile {
  display: none;
}

.case_study_inner_wrp img {
  max-width: 100%;
  height: auto;
}
.case_study_intro {
  padding-top: 100px;
}
.case_study_intro h1 {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 67px;
  line-height: 1.4;
}
.case_study_intro p {
  margin: 0;
  margin-bottom: 60px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: bold;
}
.case_study_inner_wrp {
  overflow: hidden;
}
.case_study_inner_wrp .row {
  margin-left: -8px;
  margin-right: -8px;
}
.case_study_inner_wrp .row > div {
  padding-left: 8px;
  padding-right: 8px;
}
.case_study_inner_wrp .box > div {
  margin-bottom: 16px;
}
.case_study_inner_wrp .box {
  margin-bottom: -16px;
}
.case_goal_text h2 {
  margin: 0;
  font-size: 45px;
  margin-bottom: 50px;
  font-weight: 900;
}
.case_goal_text p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.case_goal_text {
  max-width: 520px;
}
.case_solution {
  padding: 100px 0;
}
.col-md-6:nth-child(2) .case_goal_text {
  padding-left: 90px;
}
.case_goal {
  padding: 100px 0;
}
.case_seo {
  padding: 85px 0;
  font-size: 15px;
  line-height: 1.5;
}
.case_seo .content h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 45px;
  color: black;
  font-weight: bold;
  margin-bottom: 40px;
}
.case_seo ul {
  padding-left: 22px;
  list-style-type: disc;
}
.case_img_main {
  background-position: center;
  background-size: cover;
  height: 550px;
}
.case_img_main.smaller {
  margin-bottom: 16px;
  height: 267px;
}
.case_img_main.smaller:last-child {
  margin: 0;
}
.case_logo_main {
  padding: 120px 0;
}
.case_logo_main img {
  max-width: 100%;
  height: auto;
}
body.cs .lang_others > a:nth-child(2) {
  display: none;
}

body > div:last-child {
  pointer-events: none;
  opacity: 0.00893;
}

.foot_nav p.development {
    color: black;
    font-weight: normal;
    font-size: 13px;
    margin-top: 30px;
    opacity: .5;
}

.foot_nav p.development a {
    color: inherit;
}

.foot_nav p.development a:hover {
    text-decoration: underline;
}

.video_wrp {position: relative;height: 100%;min-height: 330px;}

.video_wrp video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.case_study_intro .video_wrp {
    min-height: 460px;
}
.vertical-images .video_wrp {
    min-height: 1200px;
}
.case_photos {
	margin-top: 120px;
}