*, body {
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

button {
  cursor: pointer;
}

section, header, footer {
  padding-left: clamp(2rem, -0.5313rem + 6.75vw, 5.375rem);
  padding-right: clamp(2rem, -0.5313rem + 6.75vw, 5.375rem);
}

h1 {
  font-family: "Martel Sans";
  font-style: normal;
  font-weight: 600;
  font-size: clamp(2.625rem, 0.0938rem + 6.75vw, 6rem);
  line-height: 1.2;
  background: linear-gradient(180deg, #293239 0.01%, #5D6A74 90.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-size: clamp(2.625rem, 1.5938rem + 2.75vw, 4rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

p {
  font-size: clamp(1rem, 0.625rem + 1vw, 1.5rem);
  font-weight: 400;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  color: #FFF;
  padding-top: 24px;
}
header .logo {
  object-fit: contain;
  width: 189px;
}
header nav {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1079px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
header nav ul li {
  color: #293239;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
}
header .mobile {
  display: none;
  align-items: center;
  gap: 10px;
}
header .mobile a {
  color: #293239;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 128.571% */
  text-decoration: none;
}
header .desktop {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .desktop a {
  color: var(--Supportive-dodoria, #D33030);
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  header .menu_icon {
    display: none;
  }
}
header .intro_mobile_nav {
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translate(-50%, 55px);
  width: 90%;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: all ease-in-out 600ms;
  max-height: 0;
  color: #313C50;
}
header .intro_mobile_nav nav {
  display: block;
}
header .intro_mobile_nav nav ul {
  padding: 0;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
header .intro_mobile_nav nav ul li {
  cursor: pointer;
}
header .intro_mobile_nav--open {
  border: 1px solid #ebebeb;
  max-height: 100vh;
  transition: all ease-in-out 600ms;
}
@media screen and (max-width: 1200px) {
  header .desktop {
    display: none;
  }
  header .mobile {
    display: flex;
  }
}

#home {
  padding-top: clamp(3.5rem, 0.875rem + 7vw, 7rem);
  background-image: url("/public/images/hero_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 500px;
}
#home .main_wrapper {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  display: grid;
  grid-template-columns: 864fr 612fr;
  gap: 24px;
}
#home .main_wrapper .main {
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-self: flex-end;
}
#home .main_wrapper .main button {
  border-radius: 9999px;
  border: none;
  color: #FFF;
  background: #007FE8;
  width: fit-content;
  display: flex;
  padding: 8px 12px 8px 24px;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1200px) {
  #home .main_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #home .main_wrapper .main {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  #home {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 600px) {
  #home {
    padding-bottom: 200px;
  }
}

#about_company {
  padding-top: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  display: flex;
  flex-direction: column;
  gap: 64px;
  background: #293239;
  color: white;
  background-image: url("/public/images/globe.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
#about_company .text, #about_company .text_bot {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  display: block;
  max-width: 864px;
}
#about_company .text p, #about_company .text_bot p {
  max-width: 605px;
}
#about_company .text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#about_company .text_bot {
  align-self: flex-end;
}
#about_company .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#about_company .cards .card {
  width: 100%;
  background-size: cover;
  aspect-ratio: 1;
  border-radius: 24px;
}
@media screen and (max-width: 1200px) {
  #about_company .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  #about_company .cards .card {
    aspect-ratio: unset;
    height: 306px;
    background-position: center top;
  }
}
@media screen and (max-width: 600px) {
  #about_company .cards .card {
    height: 206px;
  }
}

#service {
  padding-top: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 1.625rem + 5vw, 6rem);
}
#service h2 {
  background: linear-gradient(180deg, #293239 0%, #728B9F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#service .text {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 861px;
}
#service img {
  display: block;
  width: 100%;
  margin-top: 64px;
}

#industries {
  padding-top: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-left: clamp(2rem, -0.5313rem + 6.75vw, 5.375rem);
  padding-right: clamp(2rem, -0.5313rem + 6.75vw, 5.375rem);
  padding-top: 0;
}
#industries .text {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  width: fit-content;
  margin-left: auto;
}

#advantages {
  padding-top: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  background: #293239;
  color: white;
}
#advantages h2 {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
}
#advantages .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: clamp(2rem, 0.5rem + 4vw, 4rem);
}
#advantages .cards .card {
  display: grid;
  grid-template-columns: 1fr 64px;
  gap: 32px;
  border-radius: 24px;
  background: #2E3941;
  padding: 48px;
}
#advantages .cards .card .num {
  border-radius: var(--Surface-border-radius---radius-s-rounded, 9999px);
  background: #007FE8;
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
#advantages .cards .card p {
  font-size: clamp(1.5rem, 1.125rem + 1vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
#advantages .cards .card span {
  grid-column: span 2;
  font-size: clamp(1rem, 0.625rem + 1vw, 1.5rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  #advantages .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  #advantages .cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

#contacts {
  background: linear-gradient(180deg, #FFF 0%, #DDE1E9 100%);
  padding-top: clamp(3.5rem, 1.625rem + 5vw, 6rem);
  padding-bottom: clamp(3.5rem, 1.625rem + 5vw, 6rem);
}
#contacts .main_wrapper {
  padding-left: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  padding-right: clamp(0rem, -5.9063rem + 15.75vw, 7.875rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#contacts .main_wrapper .left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#contacts .main_wrapper .left .mail_top {
  color: #293239;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Martel Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#contacts .main_wrapper .left .contacts_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#contacts .main_wrapper .left .contacts_wrapper a {
  color: var(--Supportive-dodoria, #D33030);
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
#contacts .main_wrapper .left .contacts_wrapper .address {
  color: #758694;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px; /* 141.667% */
}
#contacts .main_wrapper .left .contacts_wrapper .nav, #contacts .main_wrapper .left .contacts_wrapper .contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#contacts .main_wrapper .left .contacts_wrapper .nav p, #contacts .main_wrapper .left .contacts_wrapper .contacts p {
  color: #293239;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
#contacts .main_wrapper .left .contacts_wrapper .nav span {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contacts .main_wrapper .left .contacts_wrapper {
    display: none;
  }
}
#contacts .main_wrapper form {
  border-radius: 24px;
  padding: 48px;
  background: #FFF;
  background-image: url("/public/images/form_bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contacts .main_wrapper form input {
  border-radius: 9999px;
  border: 1px solid rgba(99, 120, 153, 0.3);
  background: #FFF;
  padding: 20px 48px;
}
#contacts .main_wrapper form input::placeholder {
  color: #293239;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
#contacts .main_wrapper form input:focus {
  outline: none;
}
#contacts .main_wrapper form .phone-input {
  display: flex;
  align-items: center;
  border: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: var(--Surface-border-radius---radius-s-rounded, 9999px);
  border: 1px solid rgba(99, 120, 153, 0.3);
  background: #FFF;
}
#contacts .main_wrapper form .phone-input .tel-input-wrapper {
  padding: 20px 24px;
  border-right: 1px solid #EAE9ED;
}
#contacts .main_wrapper form .phone-input input {
  padding: 0;
  padding-left: 24px;
  border: none;
  background: none;
  width: 95%;
}
#contacts .main_wrapper form .phone-input input:focus {
  outline: none;
}
#contacts .main_wrapper form .phone-input .custom_select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #293239;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#contacts .main_wrapper form .phone-input .custom_select .flag {
  width: 24px;
  height: 24px;
  border: 1px solid #EAE9ED;
  border-radius: 4px;
  background-size: auto 160%;
  background-position: center;
}
#contacts .main_wrapper form .phone-input .custom_select .shevron {
  cursor: pointer;
  width: 16px;
}
#contacts .main_wrapper form .phone-input .custom_options {
  max-height: 0;
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 100ms;
}
#contacts .main_wrapper form .phone-input .custom_options .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#contacts .main_wrapper form .phone-input .custom_select--open .custom_options {
  max-height: 100vh;
  padding: 12px;
  border: 1px solid #28ADFF;
}
#contacts .main_wrapper form .phone-input .custom_select--open .shevron {
  transform: rotate(180deg);
}
#contacts .main_wrapper form .phone-input img {
  width: 32px;
  height: 24px;
}
#contacts .main_wrapper form .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
#contacts .main_wrapper form .bottom .pp {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-items: flex-start;
  color: #293239;
  align-items: center;
}
#contacts .main_wrapper form .bottom .pp .custom_checkbox {
  user-select: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  display: flex;
  align-self: center;
  justify-content: space-around;
  border-radius: 4px;
  background: #007FE8;
  cursor: pointer;
}
#contacts .main_wrapper form .bottom .pp .custom_checkbox img {
  width: 80%;
}
#contacts .main_wrapper form .bottom .pp input {
  display: none;
}
#contacts .main_wrapper form .bottom .btns {
  display: flex;
}
#contacts .main_wrapper form .bottom .btns button {
  border: none;
  border-radius: 9999px;
  background: #007FE8;
  padding: 16px 12px 16px 44px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1200px) {
  #contacts .main_wrapper form .bottom {
    flex-direction: column;
    gap: 12px;
  }
  #contacts .main_wrapper form .bottom .btns button {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 32px;
  }
}
@media screen and (max-width: 1200px) {
  #contacts .main_wrapper form {
    background-image: unset;
  }
}
@media screen and (max-width: 1200px) {
  #contacts .main_wrapper {
    grid-template-columns: 1fr;
  }
  #contacts .main_wrapper form {
    padding: 24px;
  }
}
#contacts .main_wrapper .contacts_wrapper--mobile {
  display: none;
  margin-top: 56px;
}
#contacts .main_wrapper .contacts_wrapper--mobile a {
  color: var(--Supportive-dodoria, #D33030);
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
}
#contacts .main_wrapper .contacts_wrapper--mobile .address {
  color: #758694;
  font-family: "Martel Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
#contacts .main_wrapper .contacts_wrapper--mobile .nav, #contacts .main_wrapper .contacts_wrapper--mobile .contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contacts .main_wrapper .contacts_wrapper--mobile .nav p, #contacts .main_wrapper .contacts_wrapper--mobile .contacts p {
  color: #293239;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
#contacts .main_wrapper .contacts_wrapper--mobile .nav span {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #contacts .main_wrapper .contacts_wrapper--mobile {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

footer {
  background: #DDE1E9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}

/*# sourceMappingURL=styles.css.map */
