@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

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

body {
  background: rgb(12, 17, 29);
  font-family: "Raleway", sans-serif;
}

.container {
  width: 100%;
  max-width: 1454px;
  padding: 0 15px;
  gap: 10px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}
input,
textarea {
  border: none;
  outline: none;
}
button {
  transition: all 0.4s ease;
}

.main_hero {
  width: 100%;
  padding-bottom: 90px;
  background: url(../assets/images/main-hero.png);
  background-size: cover;
  background-position: center;
}

.page_header {
  width: 100%;
  min-height: 100vh;
  background: url(../assets/images/sec-hero.png);
  background-size: cover;
  background-position: top;
  padding-bottom: 250px;
  overflow: hidden;
}

header {
  padding-top: 22px;
}

nav {
  border-radius: 500px;
  height: 84px;
  box-shadow: 0px 1px 4px 0px rgba(38, 40, 46, 0.37);
  backdrop-filter: blur(4px);
  background: rgba(11, 202, 202, 0.09);
  padding: 0 22px 0 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}

.header {
  padding: 15px;
}

.nav_left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 20px;
}
.nav_menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav_menu p {
  color: rgb(206, 207, 210);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
}
.nav_menu p:hover,
.footer_menu p:hover {
  text-decoration: underline;
}

.nav_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border: none;
  cursor: pointer;
}

.line_btn {
  background: transparent;
  box-sizing: border-box;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  box-shadow: 0px 0px 0px 2px rgba(28, 255, 255, 0.17),
    0px 1.33px 2.67px 0px rgba(29, 255, 255, 0.55);
}
.nav_right .main_btn {
  height: 40px;
}

.nav_right .bg_btn {
  height: 40px;
  padding: 0 10px;
}

.bg_btn {
  box-sizing: border-box;
  border-radius: 85.05px;

  box-shadow: 0px 0px 0px 5.1px rgba(28, 255, 255, 0.17),
    0px 1.7px 3.4px 0px rgba(29, 255, 255, 0.55);
  background: linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) -175%,
      rgba(74, 240, 255, 0.5) 140%
    ),
    rgb(25, 98, 100);
  height: 40px;
  padding: 0 54px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  gap: 5px;
  background: url(../assets/icons/bl-btn-bg.svg),
    linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) -175%,
      rgba(74, 240, 255, 0.5) 140%
    ),
    rgb(25, 98, 100);
  background-position: center;
  background-size: cover;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.52px;
  letter-spacing: 0%;
  transition: all 0.4s ease;
  text-align: center;
}
.bg_btn:hover {
  background: linear-gradient(
    180deg,
    rgba(18, 40, 55, 0) -175%,
    rgba(74, 240, 255, 0.9) 140%
  );
  transition: all 0.4s ease;
}
.line_btn:hover {
  transition: all 0.4s ease;
  background: rgba(74, 240, 255, 0.5);
}

.lang_toggler {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.lang_toggler p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;

  letter-spacing: 0%;
  text-align: center;
}

.main_header_content {
  margin: 130px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_rec {
  display: flex;
  align-items: center;
  gap: 5px;
  box-sizing: border-box;
  border-radius: 66.67px;
  padding: 5.33px 21.33px 5.33px 10.67px;
  box-shadow: 0px 0px 0px 4px rgba(28, 255, 255, 0.17),
    0px 1.33px 2.67px 0px rgba(29, 255, 255, 0.55);
  background: linear-gradient(rgba(27, 51, 52, 0.3), rgba(27, 51, 52, 0.3)),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0.16) 100%
    );

  margin-bottom: 8px;
}

.header_rec div {
  box-sizing: border-box;
  border-radius: 66.67px;

  background: linear-gradient(
      180deg,
      rgba(18, 40, 55, 0) -175%,
      rgba(74, 240, 255, 0.5) 140%
    ),
    rgb(25, 98, 100);
  height: 32.33px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_rec div p {
  color: rgb(211, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;

  letter-spacing: 0%;
  text-align: center;
}

.header_rec h4 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0%;
  text-align: center;
}

.header_title h1 {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.4)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 94px;
  font-weight: 600;
  line-height: 111px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 4px;
}

.header_title p {
  background: linear-gradient(
    180deg,
    rgb(234, 234, 234),
    rgba(234, 234, 234, 0.6)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 28px;
}

.header_socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.header_social {
  border-radius: 41.4px;

  height: 64.58px;
  display: flex;
  align-items: center;
  padding: 0 27px;
  gap: 5px;
  backdrop-filter: blur(16.56px);
  background: rgba(255, 255, 255, 0.1);
}

.header_social p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 14.9px;
  font-weight: 400;
  line-height: 18.21px;
  letter-spacing: 0%;
  text-align: left;
}

.main_header_btm h4 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.about_us_block {
  padding-top: 30px;
  padding-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about_left {
  position: relative;
}

.block_title {
  position: relative;
  z-index: 5;
}

.block_title h4 {
  color: rgb(19, 200, 203);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.block_title h2 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
  line-height: 130%;
  margin: 7px 0 20px;
}

.block_title p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
}

.left p,
.left h4,
.left h2 {
  text-align: left;
}

.about_left {
  position: relative;
}
.about_right {
  width: 50%;
  padding-top: 110px;
}

.about_right p {
  color: rgb(218, 218, 218);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}

.about_adress {
  display: flex;
  align-items: start;
  gap: 130px;
  margin: 27px 0 40px;
}

.about_adress_item p {
  margin-bottom: 12px;
}

.about_adress_item h4 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0%;
  text-align: left;
}

.about_adress_item div {
  display: flex;
  align-items: start;
  gap: 10px;
}

.downl_block {
  display: flex;
  border-radius: 20px;
  padding: 27px 17px 30px;
  /* box-shadow: 0px 202.83px 490.55px 0px rgba(255, 255, 255, 0.17); */
  background: rgb(255, 255, 255, 0.05);

  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.downl_block_text {
  display: flex;
  align-items: start;
  gap: 13px;
}

.downl_block_text h4 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 600;
  margin-top: -3px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 11px;
}

.downl_block_text p {
  color: rgb(177, 181, 195);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about_left img {
  cursor: pointer;
  max-width: 500px;
  width: 100%;
}

.w_offer_title {
  margin-bottom: 53px;
}
.w_offer_title div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.w_offer_title h2 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -2.5px;
  text-align: left;
}

.w_offer_title h2 span {
  color: rgb(11, 202, 202);
}

.w_offer_title p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: -0.66px;
  text-align: center;
}

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

.w_offer_card_w {
  max-width: 654px;
  width: 50%;
}

.w_offer_card_w h3 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 23px;
}

.w_offer_card {
  border-radius: 40px;

  background: rgb(255, 255, 255, 0.05);

  padding: 57px 36px 52px 42px;
}

.w_offer_card div {
  margin-bottom: 20px;
  display: flex;
  align-items: start;
  gap: 14px;
}

.w_offer_card p {
  color: rgb(240, 240, 240);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.66px;
  text-align: left;
}

.w_offer_cards {
  margin-bottom: 42px;
}

.geo_locations {
  padding: 86px 0 107px;
}
.geo_locations .block_title {
  margin-bottom: 86px;
}

.geo_map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.geo_map {
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
}

.tarifs_cards {
  padding: 72px 0 93px;
  background: url(../assets/images/tarif-bg.png);

  background-size: cover;
}

/*  */
.activation_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 33px;
  max-width: 1274px;
  margin: 0 auto;
  margin-top: 46px;
}

.activation_card {
  width: 100%;
  padding: 22px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.05);
}

.activation_card_top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 31px;
}
.date_input {
  text-indent: 10px !important;
  padding-right: 10px;
  padding-left: 0;
}

.activation_card_top_desc h4 {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
}

.activation_card_top_desc p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 7px;
}

.activation_card_top_desc div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.activation_card_top_desc h3 {
  color: rgb(255, 255, 255);
  font-family: Outfit;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.68px;
  text-align: left;
}
.activation_card_top_desc span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
  padding-bottom: 3px;
}

.activation_card_option {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 20px;
}
.activation_card_option p {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 18px;
  font-weight: 500;
  line-height: 27.13px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 3px;
}

.activation_card_option span {
  color: rgb(255, 255, 255);
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.activation_card_option img {
  margin-top: 9px;
}
.activation_card .line_btn {
  width: 100%;
  height: 55px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
}

.prem_card {
  border-radius: 20px;
  position: relative;
  background: rgb(25, 98, 100);
}

.prem_card h4,
.prem_card p,
.prem_card h3,
.prem_card span {
  color: #fff;
}

.white_btn {
  border-radius: 10px;
  width: 100%;
  height: 55px;
  color: rgb(25, 98, 100);
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  background: rgb(255, 255, 255);
  border: 1px solid transparent;
}
.white_btn:hover {
  transition: all 0.4s ease;
  background: rgb(25, 98, 100);
  color: #fff;
  border: 1px solid #fff;
}

.tariff_title h3 {
  color: rgb(21, 29, 72);
  font-family: Raleway;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 14px;
}

.brands_block {
  padding-top: 80px;
  padding-bottom: 140px;
  background: url(../assets/images/brands-bg.png);
  background-position: center;
  background-size: cover;
}

.brands_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brands_con_title h4 {
  font-family: Montserrat;
  font-size: 54px;
  font-weight: 500;
  line-height: 72.06px;
  letter-spacing: -2%;
  text-align: left;
  color: rgb(255, 255, 255);
  margin-bottom: 11px;
}

.brands_con_title h4 span {
  color: rgb(11, 202, 202);
}

.brands_con_title p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 31.76px;
  letter-spacing: -2%;
  text-align: left;
}

.brends_list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 50px 35px;
}

.header_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 150px;
}

.header_left .header_title h1,
.header_left .header_title p {
  text-align: left;
}
.header_left .header_title h1 {
  background: linear-gradient(
    0deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0.5)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 60px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -2%;
  text-align: left;
  margin: 23px 0 33px;
}
.header_left .header_title p {
  background: linear-gradient(
    180deg,
    rgb(234, 234, 234),
    rgba(234, 234, 234, 0.7)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 40px;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header_img {
  position: absolute;
  right: 0;
  top: 33px;
  z-index: 1;
}

.block_title.left p {
  max-width: 644px;
}

.sec_block {
  padding-top: 106px;
}

.sec_block .block_title {
  margin-bottom: 47px;
}

footer {
  background: rgb(24, 33, 44);
  padding: 76px 0 20px;
  margin-top: 200px;
}

.footer_top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 25px;
}

.footer_logo img {
  width: 195px;
  margin-bottom: 20px;
}

footer p {
  color: rgb(230, 230, 230);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.footer_socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.footer_socials a {
  width: 42.97px;
  height: 42.97px;
  background: rgb(11, 202, 202);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.footer_socials a:hover {
  background: rgb(3, 130, 130);
}

.footer_menu h5 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer_menu p {
  color: rgb(206, 207, 210);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.footer_right,
.footer_descs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer_right .bg_btn {
  height: 49.33px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;
}

.footer_descs a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.footer_descs a span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

.footer_btm {
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.footer_btm_left {
  display: flex;
  flex-direction: column;
}

.footer_btm_left a {
  color: rgb(11, 202, 202);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 35.48px;
  letter-spacing: -2%;
  text-align: center;
}
.footer_btm_left a:hover {
  text-decoration-line: underline;
}

.copyright p {
  margin-top: 30px;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 35.48px;
  letter-spacing: -2%;
  text-align: center;
}

.cases_block {
  padding: 80px 0 200px;
  background: url(../assets/images/cases-bg.png);
  background-size: cover;
  background-position: center;
}

.cases_list {
  position: relative;
  margin-top: 30px;
}

.case_card {
  width: 100%;
  max-width: 330px;
}
.case_card h5 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.66px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.case_card_img {
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
.case_card_image {
  width: 100%;
}

.case_card p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.66px;
  text-align: center;
}

.case_link {
  width: 47.01px;
  height: 47.01px;
  background: rgba(80, 80, 80, 0.52);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.case_card:hover .case_link {
  transition: all 0.4s ease;
  background: rgb(11, 202, 202);
}

.cases_list {
  position: relative;
  width: 100%;
}

.swiper_pagination {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  width: 10.03px !important;
  height: 10.03px !important;
  cursor: pointer;
  background: rgb(184, 184, 184) !important;
  border-radius: 50%;
  transition: all 0.4s ease;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  border-radius: 5px !important;
  width: 23.41px !important;
  background: rgb(11, 202, 202) !important;
  transition: all 0.4s ease;
}

.main_footer {
  margin-top: 0;
}
.how_we_work {
  padding: 50px 0 120px;
  position: relative;
}

.comp_list {
  height: 272px;
  width: 100%;
  max-width: 1782px;
  margin: 0 auto;
  margin-bottom: 31px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 17px;
  position: relative;
}
.comp_list_car {
  width: 100%;
  position: relative;
}
.comp_list_car .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comp_list_bg {
  position: absolute;
  width: 100%;
  left: 0;
}

.mob_menu {
  width: 100%;
  background: rgb(18, 26, 44);
  padding: 20px 10px;
  height: 100vh;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  transform: translateX(100%);
}
.visible_mob_menu {
  transition: all 0.4s ease;
  transform: translateX(0);
}
.exit_btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.exit_btn img {
  width: 30px;
}

.mob_menu .nav_menu,
.mob_nav_actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;
}
.mob_nav_actions {
  margin-top: 30px;
  align-items: center;
}
.mob_nav_actions button {
  height: 45px;
  width: 100%;
  font-size: 17px;
}
.mob_nav_actions a {
  width: 100%;
}

.mob_menu_btn {
  display: none;
}
.mob_menu_btn img {
  width: 25px;
}

.lang_toggler_wrapper {
  position: relative;
  display: inline-block;
}

.lang_dropdown {
  position: absolute;
  top: 100%;
  left: -5px;
  background: rgb(11, 67, 67);
  width: 88px;
  display: none;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 10;

  border-radius: 5px;
  top: 28px;
}
.lang_toggler {
  user-select: none;
}
.arrow_icon {
  transition: transform 0.3s ease;
}

.lang_toggler_wrapper.active .arrow_icon {
  transform: rotate(180deg);
}
.lang_dropdown,
.lang_toggler_wrapper {
  z-index: 22;
}
.lang_dropdown li {
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lang_dropdown li img,
.lang_flag {
  width: 23px;
}

.lang_dropdown li:hover {
  background: rgb(14, 84, 84);
}

.lang_toggler_wrapper.active .lang_dropdown {
  display: block;
}
.footer_btm {
  position: relative;
  border-bottom: none;
}
.footer_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

/*  */
.footer_lang_toggler {
  position: relative;
  width: fit-content;
  box-sizing: border-box;
  border: 0.35px solid rgb(11, 202, 202);
  border-radius: 5.31px;
  padding: 6px 10px;
  box-shadow: 0px 1.06px 17.33px 1.59px rgba(0, 0, 0, 0.06);
}
.flang_selected div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.flang_selected p {
  font-size: 12.73px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}

.flang_dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgb(24, 33, 44);
  border: 0.35px solid rgb(11, 202, 202);
  border-radius: 5px;
  margin-top: 6px;
  list-style: none;
  padding: 5px 0;
  display: none;
  z-index: 10;
  min-width: 100%;
}

.flang_dropdown li {
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 12.73px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.flang_selected {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.flang_dropdown li:hover {
  background-color: rgb(11, 202, 202);
}

.footer_lang_toggler.active .flang_dropdown {
  display: block;
}

.flang_arrow {
  transition: transform 0.3s ease;
}

.footer_lang_toggler.active .flang_arrow {
  transform: rotate(180deg);
}

.work_cards_top {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 50px;
}
.work_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.work_card1 {
  background: url(../assets/images/shape.png);
  background-position: center;
  background-size: cover;
  width: 359.42px;
  height: 438.87px;
  border-radius: 18.92px;
  box-shadow: 0px 18.92px 37.83px 0px rgba(203, 203, 203, 0.05);

  padding-top: 46px;
}
.work_card1 p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 25.73px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 32px;
}
.work_card1 span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 13.62px;
  font-weight: 500;
  line-height: 16.65px;
  letter-spacing: 0%;
  text-align: center;
}
.work_card1 img {
  width: 190px;
}
.work_card2 {
  width: 376.04px;
  height: 459.17px;
  border-radius: 19.79px;
  padding-top: 23px;
  background: url(../assets/images/shape-2.png);
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}
.work_card2 img {
  width: 273px;
  margin-right: -50px;
}
.work_card2 p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 26.92px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 21px;
  margin-top: 60px;
}
.work_card2 span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 14.25px;
  font-weight: 500;
  line-height: 17.42px;
  letter-spacing: 0%;
  text-align: center;
}
.work_card3 {
  border-radius: 13.58px;

  box-shadow: 0px 13.58px 27.17px 0px rgba(203, 203, 203, 0.05);
  background: url(../assets/images/shape.png);
  background-position: center;
  background-size: cover;
  width: 258.08px;
  height: 315.13px;
  padding-top: 33px;
  margin-bottom: 46px;
}
.work_card3 img {
  width: 135.83px;
}
.work_card3 p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 18.47px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 23px;
}
.work_card3 span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 9.78px;
  font-weight: 500;
  line-height: 11.95px;
  letter-spacing: 0%;
  text-align: center;
}

.work_cards_btm {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-right: 55px;
}
.work_card4 {
  background: url(../assets/images/shape-3.png);
  background-position: center;
  background-size: cover;
  width: 558.13px;
  height: 438.58px;
  border-radius: 19px;
  padding-top: 46px;
}
.work_card4 img {
  width: 370.5px;
}
.work_card4 p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 25.73px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 14px;
}
.work_card4 span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 13.62px;
  font-weight: 500;
  line-height: 16.65px;
  letter-spacing: 0%;
  text-align: center;
}
.work_card5 {
  border-radius: 19.79px 19.79px 0px 0px;
  width: 350.04px;
  height: 364.17px;
  background: url(../assets/images/shape-4.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.work_card5 img {
  width: 300px;
  margin-right: -50px;
  margin-top: -25px;
  margin-bottom: 14px;
}

.card_5_desc {
  border-radius: 7.92px;
  padding: 12px 10px 12px 16px;
  box-shadow: 0px 0.82px 1.96px 0px rgba(0, 0, 0, 0.05),
    0px 44.33px 49.88px 0px rgba(0, 0, 0, 0.22);
  background: rgb(25, 98, 100);
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -15px;
}
.card_5_desc p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 19px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 6px;
}
.card_5_desc span {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 12.67px;
  font-weight: 500;
  line-height: 17.42px;
  letter-spacing: 0%;
  text-align: center;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #0000008e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transition: all 0.4s ease;
  transform: translateY(100%);
}
.active_overlay {
  transition: all 0.4s ease;
  transform: translateY(0);
}
.main_modal {
  max-width: 800px;
  width: 100%;
  height: 500px;
  padding: 30px;
  border-radius: 14px;
  background: #000;
  margin: 0 auto;
}
.modal_exit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal_exit img {
  cursor: pointer;
  width: 20px;
}
.modal_content {
  margin-top: 20px;
}
.modal_content iframe {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
#map {
  width: 100%;
}

.tooltip {
  position: absolute;
  border-radius: 8.44px;

  background: rgb(255, 255, 255);

  pointer-events: none;

  width: 173.78px;
  height: 104.54px;
  z-index: 1;
  padding: 12.67px 16.89px 12.67px 16.89px;
  display: none;
}
.tooltip_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15px;
}
.tooltip_arrow img {
  margin-bottom: -18px;
}

.tooltip h5 {
  color: rgb(52, 64, 84);
  font-family: Inter;
  font-size: 10.49px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 6px;
}
.tooltip p {
  color: rgb(102, 112, 133);
  font-family: Montserrat;
  font-size: 10.49px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.tooltip p span {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.centre {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Logo styles */
.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 160px;
  height: auto;
  max-width: 100%;
  transition: all 0.3s ease;
}
/* @media only screen and (max-width: 1550px) {
  .container,
  .geo_map {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_title h1 {
    font-size: 80px;
  }
  .header_social {
    padding: 0 20px;
  }
  .about_left img {
    width: 120%;
    top: 130px;
  }
  .brends_list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px 20px;
  }
  .header_left .header_title h1 br {
    display: none;
  }
  .header_left .header_title h1 {
    max-width: 60%;
  }
  .contacts_header .header_left {
    width: 50%;
  }
  .contacts_header .header_left .header_title h1 {
    max-width: 100%;
  }
} */

@media only screen and (max-width: 1550px) {
  .container {
    max-width: 1150px;
  }
  nav {
    height: 66px;
  }
  .logo img {
    width: 140px;
    max-width: 140px;
  }
  .nav_menu {
    gap: 15px;
  }
  .nav_menu p {
    font-size: 12px;
  }
  .bg_btn {
    height: 48px;
    padding: 0 43px;
    font-size: 14px;
  }
  nav .main_btn {
    font-size: 11px;
    height: 48px;
  }
  .case_link img {
    width: 15px;
  }
  .nav_right {
    gap: 17px;
  }
  .nav_right .line_btn,
  .nav_right .bg_btn {
    height: 40px;
  }
  .lang_toggler p,
  .lang_dropdown li {
    font-size: 13px;
  }
  .lang_toggler img {
    font-size: 13px;
  }
  header {
    padding-top: 18px;
  }
  .main_header_content {
    margin: 100px 0;
  }
  .header_rec div {
    height: 26px;
    font-size: 13px;
  }
  .header_rec h4 {
    font-size: 13px;
  }
  .header_rec img {
    width: 17px;
  }
  .header_title h1 {
    font-size: 74px;
    line-height: 87px;
  }
  .header_title p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  .header_socials {
    gap: 21px;
  }
  .header_social {
    height: 51px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .header_social p {
    font-size: 12px;
    line-height: 14px;
  }
  .header_social img {
    width: 30px;
  }
  .main_header_btm h4 {
    font-size: 14px;
  }
  .main_hero {
    padding-bottom: 70px;
  }
  .block_title h4 {
    font-size: 16px;
  }
  .block_title h2 {
    font-size: 47px;
    line-height: 42px;
    margin-bottom: 15px;
  }
  .block_title p {
    font-size: 14px;
    line-height: 24px;
  }
  .about_left img {
    width: 677px;
    top: 100px;
  }
  .about_right p {
    font-size: 14.25px;
    font-weight: 400;
    line-height: 20.58px;
  }
  .about_adress {
    margin: 20px 0 32px;
  }
  .about_us_block {
    padding-bottom: 50px;
  }
  .about_adress_item h4 {
    font-size: 26.91px;
    font-weight: 600;
    line-height: 34.04px;
  }
  .downl_block {
    padding: 22px 14px;
    margin-bottom: 48px;
  }
  .downl_block_text h4 {
    font-size: 19px;
    font-weight: 600;
    line-height: 25.33px;
    margin-bottom: 8px;
  }
  .downl_block_text p {
    font-size: 13px;
    line-height: 19px;
  }
  .downl_block_img {
    width: 42.07px;
  }
  .downl_block_text {
    gap: 9px;
  }
  .downl_block_text img {
    width: 16px;
  }
  .w_offer_title img {
    width: 125px;
  }
  .w_offer_title div {
    gap: 28px;
  }
  .w_offer_title h2 {
    font-size: 41.16px;
    font-weight: 500;
    line-height: 39.58px;
    letter-spacing: -1.98px;
  }
  .w_offer_title p {
    font-size: 14.25px;
    font-weight: 400;
    line-height: 26.12px;
  }
  .w_offer_title {
    margin-bottom: 40px;
  }
  .w_offer_card_w h3 {
    font-size: 31.66px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 18px;
  }
  .w_offer_card_w {
    max-width: 517.71px;
  }
  .w_offer_cards {
    gap: 40px;
    margin-bottom: 33px;
  }
  .w_offer_card p {
    font-size: 15.83px;
    font-weight: 400;
    line-height: 18.21px;
  }
  .w_offer_card img {
    width: 20px;
  }
  .w_offer_card {
    padding: 40px 30px;
  }
  .geo_map {
    max-width: 1250px;
  }
  .geo_locations .block_title {
    margin-bottom: 67px;
  }
  .tarifs_cards {
    padding: 57px 0 85px;
  }
  .activation_cards {
    max-width: 1050px;
  }
  .brends_list {
    gap: 40px 26px;
  }
  .brends_list img {
    width: 38px;
  }
  .brands_con_title h4 {
    font-size: 42.75px;
    font-weight: 500;
    line-height: 57.04px;
  }
  .brands_con_title p {
    font-size: 15.83px;
    font-weight: 400;
    line-height: 25.14px;
  }
  .brands_block {
    padding: 60px 0 100px;
  }
  .activation_card_top_desc h4 {
    font-size: 20px;
  }
  .activation_card_top img {
    width: 76px;
  }
  .activation_card_top {
    gap: 18px;
  }
  .activation_card_option p {
    font-size: 14px;
    line-height: 20px;
  }
  .activation_card_option span {
    font-size: 12px;
    line-height: 15.04px;
  }
  .activation_card_top_desc p {
    font-size: 12px;
    line-height: 13px;
  }
  .activation_card_top_desc h3 {
    font-size: 31px;
  }
  .activation_card .line_btn {
    height: 43px;
    font-size: 12.67px;
    font-weight: 500;
    line-height: 13.46px;
  }
  .white_btn {
    height: 43.54px;
    font-size: 15.83px;
    font-weight: 500;
    line-height: 13.46px;
  }
  .case_card h5 {
    font-size: 17px;
  }
  .case_card_img {
    display: flex;
  }
  .case_link {
    width: 37.22px;
    height: 37.22px;
  }
  .case_card p {
    font-size: 12.67px;
    font-weight: 400;
    line-height: 17.42px;
  }
  .swiper_pagination {
    margin-top: 40px;
  }
  .footer_logo img {
    width: 155px;
    margin-bottom: 16px;
  }
  footer p {
    font-size: 12px;
    line-height: 19px;
  }
  .footer_socials {
    margin-top: 25px;
    gap: 16px;
  }
  .footer_socials a {
    width: 34.01px;
    height: 34.01px;
  }
  .footer_socials a img {
    transform: scale(0.8);
  }
  .footer_menu h5 {
    font-size: 15.83px;
    font-weight: 500;
    line-height: 19px;
    margin: 24px 0;
  }
  .footer_menu p {
    font-size: 12.67px;
    margin-bottom: 13px;
  }
  .footer_right .bg_btn {
    height: 40px;
    padding: 0 33px;
    margin-bottom: 24px;
  }
  .footer_descs a {
    margin-bottom: 21px;
  }
  .footer_descs a span {
    font-size: 15.83px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
  }
  .footer_btm_left img {
    width: 168.59px;
  }
  .footer_btm_left a {
    font-size: 14.25px;
    font-weight: 300;
    line-height: 28.09px;
  }
  .footer_btm {
    padding-bottom: 15px;
  }
  footer {
    padding-bottom: 14px;
    padding-top: 70px;
  }
  .copyright p {
    font-size: 14.25px;
    font-weight: 300;
    line-height: 28.09px;
    margin-top: 23px;
  }
  .cases_block {
    padding-bottom: 155px;
    padding-top: 62px;
  }

  .header_left {
    padding-top: 120px;
  }

  .header_left .header_title h1 {
    font-size: 47.5px;
    font-weight: 600;
    line-height: 50.67px;
    margin: 18px 0 24px;
  }
  .header_left .header_title p {
    font-size: 15.83px;
    font-weight: 400;
    line-height: 24.54px;
    margin-bottom: 34px;
  }
  .header_img {
    top: 26px;
  }
  footer {
    margin-top: 180px;
  }
  .sec_block {
    padding-top: 80px;
  }
}


@media only screen and (max-width: 1000px) {
  .nav_left .nav_menu {
    display: none;
  }
  .header_socials {
    flex-wrap: wrap;
    gap: 20px;
  }
  .header_title h1 {
    line-height: 80px;
  }
  br {
    display: none;
  }
  .about_us_block {
    flex-direction: column;
    gap: 20px;
  }
  .about_left,
  .about_right {
    width: 100%;
    padding-top: 0;
  }
  .about_left img {
    width: 100%;
    position: static;
    margin-left: -33px;
  }
  .w_offer_cards {
    flex-direction: column;
    gap: 40px;
  }
  .w_offer_card_w {
    width: 100%;
    max-width: none;
  }
  .w_offer,
  .tarifs_cards {
    padding-left: 20px;
    padding-right: 20px;
  }
  .activation_cards {
    display: flex;
    flex-direction: column;
  }
  .brands_con {
    flex-direction: column;
    gap: 30px;
  }
  .comp_list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .comp_list {
    height: auto;
    padding: 30px 0;
  }
  .case_card {
    margin: 0 auto;
  }
  .footer_top {
    flex-direction: column;
  }
  .footer_right,
  .footer_descs {
    align-items: start;
  }
}

@media only screen and (max-width: 768px) {
  .work_cards_top,
  .work_cards_btm {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }

  .work_card {
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .work_card2 {
    margin: 0;
  }

  .work_cards_btm {
    padding-right: 0;
  }
}

@media only screen and (max-width: 550px) {
  .footer_right {
    margin-top: 20px;
  }
  .mob_menu_btn {
    display: flex;
  }
  footer {
    margin-top: 50px;
  }
  .header_left .header_title h1 {
    text-align: left !important;
  }
  .container,
  .geo_map {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .logo img {
    width: 80px;
    max-width: 80px;
  }
  nav .nav_right {
    display: none;
  }
  nav {
    height: auto;
    padding: 10px 30px;
  }
  .main_header_content {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .header_rec {
    width: 100%;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 50px;
    border: 1px;
  }
  .header_title h1 {
    margin-top: 20px;
    font-size: 30px;
    line-height: 140%;
    text-align: center !important;
  }
  .header_title h1 br {
    display: none;
  }
  .header_title p {
    font-size: 16px;
    line-height: 130%;
  }

  header a .bg_btn {
    width: 100%;
  }
  .main_header_btm h4 {
    font-size: 16px;
    line-height: 120%;
    margin-top: 15px;
  }
  .header_social {
    height: 50px;
  }
  .about_us_block {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .block_title h2 {
    font-size: 25px;
    line-height: 130%;
  }
  .block_title.left p {
    padding: 0;
  }
  .about_adress {
    flex-direction: column;
    gap: 20px;
  }
  .downl_block_text {
    flex-direction: column;
  }

  .bg_btn {
    padding-left: 0;
    padding-right: 0;
  }
  .center a,
  .center button {
    width: 100%;
  }
  .w_offer_title div {
    flex-direction: column;
    gap: 10px;
  }

  .w_offer_title h2 {
    font-size: 27px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .w_offer_title p {
    font-size: 16px;
    line-height: 130%;
  }
  .w_offer_card_w h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .w_offer_card {
    padding: 30px 20px;
    padding-bottom: 10px;
    border-radius: 20px;
  }
  .w_offer_card p {
    font-size: 17px;
  }
  .tarifs_cards {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .activation_card_top {
    flex-direction: column;
    align-items: start;
  }
  .activation_card_top img {
    width: 50px;
  }
  .brends_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .brands_con_title h4 {
    font-size: 30px;
    line-height: 130%;
  }
  .brands_con_title p {
    line-height: 130%;
    font-size: 16px;
  }
  .brands_block {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .cases_block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .footer_btm {
    flex-direction: column;
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.686);
    gap: 15px;
  }
  .footer_right a button,
  .footer_right a {
    width: 100%;
  }
  .block_title h4 {
    font-size: 15px;
  }
  .sec_block {
    padding-top: 30px;
  }
  .header_img {
    position: static;
  }
  .header_left a,
  .header_left .bg_btn {
    width: 100%;
  }
  .main_header_content a,
  .main_header_content .bg_btn {
    width: 100%;
  }
  .main_hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header_img {
    position: static;
  }
  .header_left {
    padding-top: 60px;
  }
  .header_left .header_title h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .header_left .header_title p {
    font-size: 17px;
    line-height: 130%;
  }
  .header_content {
    flex-direction: column;
    gap: 30px;
  }
  .header_left a,
  .header_left button {
    width: 100%;
  }
  .header_img {
    width: 100% !important;
  }
  .page_header {
    padding-bottom: 100px;
  }

  footer {
    padding-top: 40px;
  }
  .footer_logo img {
    width: 140px;
  }
  .footer_descs a span {
    font-size: 16px;
  }
  .footer_descs a {
    margin-bottom: 16px;
  }
  .nav_menu p {
    font-size: 18px;
  }
  .header_rec h4,
  .header_rec div p {
    font-size: 11px;
  }
  .bg_btn {
    font-size: 16px !important;
  }
  .activation_card {
    padding: 20px;
  }
  .geo_locations {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .work_cards_btm {
    margin: 0;
    padding: 0;
  }
  .work_card {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin: 0;
  }
  .work_card1 p,
  .work_card2 p,
  .work_card3 p,
  .work_card4 p {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .work_card2 span,
  .work_card3 span,
  .work_card4 span {
    font-size: 13px;
  }
  .work_card4 img {
    width: 100%;
  }
  .work_card5 {
    gap: 20px;
    padding-bottom: 20px;
  }
  .card_5_desc {
    margin: 0;
  }
  .how_we_work {
    padding: 40px 0 70px;
  }
  .flang_dropdown {
    padding: 0;
  }
  .comp_list .swiper-slide a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comp_list .swiper-slide a img {
    width: 80%;
  }
  .main_modal {
    width: 100%;
    padding: 20px 10px;
  }
  .main_modal iframe {
    height: 300px;
  }
  #tooltip {
    display: none !important;
  }
  .tooltip_list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .tooltip_list .tooltip {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    position: static;
    padding: 10px;
  }
  .tooltip h5 {
    font-size: 13px;
    margin-top: 2px;
  }
  /* .header_rec {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .header_rec div {
    margin: 0 20px;
  } */
   .work_card5 img {
    margin-top: 0;
    margin-right: 0;
   }
}

/* Extra small screens */
@media only screen and (max-width: 400px) {
  .logo img {
    width: 80px;
    max-width: 80px;
  }
}
