body {
  font-family: "Tomorrow", sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
}

h2 {
  color: var(--Main-bulma, #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 100% */
  font-size: clamp(1.75rem, 1.568rem + 0.7767vw, 2.5rem);
}

button {
  cursor: pointer;
}

.block_num {
  color: #6E40BB;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
  font-weight: 600;
  line-height: 24px;
}

header {
  background-color: #000;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 22px clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
}
header .logo {
  object-fit: contain;
  width: clamp(8.375rem, 6.5704rem + 7.6995vw, 13.5rem);
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
header nav {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 1079px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
header nav ul li {
  cursor: pointer;
}
header .phone {
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  font-weight: 600;
  line-height: 18px;
  text-wrap: nowrap;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  display: flex;
  align-items: center;
  gap: 4px;
}
header .phone a {
  text-decoration: none;
  color: #FF0000;
  font-weight: 600;
  line-height: 18px;
  text-wrap: nowrap;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
}
header .phone:hover, header .phone :visited {
  color: #000;
}
@media screen and (min-width: 1080px) {
  header .menu_icon {
    display: none;
  }
}
header .intro_mobile_nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55px);
  width: 90%;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: max-height ease-in-out 600ms;
  max-height: 0;
  color: white;
  background-color: #000000;
  border-color: #000;
  transition: all ease-in-out 600ms;
}
header .intro_mobile_nav nav {
  display: block;
}
header .intro_mobile_nav nav ul {
  padding: 0;
  margin: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  color: white;
}
header .intro_mobile_nav nav ul li {
  padding-left: 5px;
}
@media screen and (min-width: 400px) {
  header .intro_mobile_nav nav ul li {
    padding-left: 20px;
  }
}
header .intro_mobile_nav--open {
  max-height: 100vh;
  border: 1px solid #9b008c;
  transition: all ease-in-out 600ms;
}

.intro {
  background: #000;
  color: #FFF;
  padding-top: 364px;
  background-image: url("../../public/images/LooperGroup.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 750px) {
  .intro {
    padding-top: 230px;
  }
}
.intro .intro_main {
  padding-bottom: clamp(2.625rem, 1.8817rem + 3.1715vw, 5.6875rem);
}
.intro .intro_main .intro_wrapper {
  padding-left: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  padding-right: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.intro .intro_main .intro_wrapper h1 {
  font-size: clamp(1.875rem, 1.7233rem + 0.6472vw, 2.5rem);
  font-weight: 500;
  line-height: normal;
  max-width: 1300px;
  margin: 0;
}
.intro .intro_main .intro_wrapper .intro_info {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1080px) {
  .intro .intro_main .intro_wrapper .intro_info {
    justify-content: space-between;
    flex-direction: unset;
  }
}
.intro .intro_main .intro_wrapper .intro_info p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.intro .intro_main .intro_wrapper .intro_info button {
  border: none;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: #6E40BB;
  border-radius: 4px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1080px) {
  .intro .intro_main .intro_wrapper .intro_info button {
    width: 160px;
  }
}

.about_company {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  margin: 0;
  padding: 0;
  padding-left: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  background: #F5F5F5;
  background-repeat: no-repeat;
  background-position: top right;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .about_company {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
.about_company_main .text {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  border-radius: var(--paddings-gaps-p-6, 24px);
}
@media screen and (max-width: 750px) {
  .about_company_main .text {
    margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  }
}
.about_company_main .text p {
  max-width: 520px;
  margin-bottom: 40px;
  font-weight: 500;
}
.about_company_main .text p:nth-child(3) {
  margin-top: 48px;
}
.about_company_main .text h2 {
  font-size: clamp(1.75rem, 1.568rem + 0.7767vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
}
.about_company .imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 400px;
}
.about_company .imgs div {
  background-size: cover;
}
.about_company .imgs .img_1 {
  grid-column: span 2;
  background-image: url("../../public/images/1.jpg");
}
@media screen and (max-width: 750px) {
  .about_company .imgs .img_1 {
    background-position: center -35px;
  }
}
.about_company .imgs .img_2 {
  background-image: url("../../public/images/2.jpg");
  background-position: center;
}
.about_company .imgs .img_3 {
  background-image: url("../../public/images/3.jpg");
}

.service {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  padding-top: 0;
}
.service_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-bottom: 0;
}
.service_main h2 {
  margin-bottom: clamp(1.5rem, 1.1056rem + 1.6828vw, 3.125rem);
}
.service_main h3 {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
}
.service_main h3 span {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-style: normal;
  font-weight: 400;
}
.service_main_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service_main_top p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  max-width: 968px;
  margin: 0 auto;
  margin-top: 15px;
}
.service_main h4 {
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
}
.service_main_industries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
  row-gap: 21px;
}
.service_main_industries_item {
  border-radius: 24px;
  border: 1px solid #FC4B4B;
  border: 1.5px solid #E2E2E2;
  border-radius: 16px;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  padding: 0 0 clamp(1rem, 0.6479rem + 1.5023vw, 2rem) clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
}
.service_main_industries_item_number {
  border-radius: 12px;
  color: #4EB4FF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  width: fit-content;
  font-size: clamp(1.25rem, 1.0739rem + 0.7512vw, 1.75rem);
}
.service_main_industries_item p {
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  font-weight: 500;
  display: block;
  max-width: 50%;
  margin: 0;
  white-space: pre-line;
}
@media screen and (min-width: 1020px) {
  .service_main_industries_item p {
    max-width: 90%;
  }
}
@media screen and (min-width: 1020px) {
  .service_main_industries {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_main_industries_item {
    background-size: auto 70%;
  }
}
@media screen and (min-width: 1200px) {
  .service_main_industries {
    grid-template-columns: repeat(3, 1fr);
  }
  .service_main_industries_item {
    background-size: auto 80%;
  }
}
.service_main_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  row-gap: 10px;
}
.service_main_bottom p {
  margin: 0;
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service_main_bottom button {
  border: none;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: #6E40BB;
  border-radius: 4px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: var(--Surface-border-radius---radius-s-md, 12px);
  background: #4EB4FF;
}
@media screen and (min-width: 1020px) {
  .service_main_bottom button {
    max-width: 292px;
  }
}

.advantages {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  background: #F5F5F5;
}
.advantages .advantages_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.advantages .advantages_main .advantages_main_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 780px) {
  .advantages .advantages_main .advantages_main_items {
    grid-template-columns: 1fr;
  }
}
.advantages .advantages_main .advantages_main_items_item {
  background: #FFF;
  border-radius: 16px;
  padding: 32px;
}
.advantages .advantages_main .advantages_main_items_item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.application_form {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  background-image: url("../../public/images/LooperGroup_form.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
.application_form .block_num {
  color: #6E40BB;
}
.application_form_main {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-bottom: 0;
  border-radius: 24px;
}
.application_form_main_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.application_form_main_top h2 {
  text-wrap: nowrap;
}
.application_form_main_top P {
  display: none;
  max-width: 580px;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  max-width: 411px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .application_form_main_top P {
    margin: 0;
    margin-top: 20px;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .application_form_main_top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.application_form_main_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.application_form_main_bottom p {
  max-width: 800px;
  align-self: end;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  max-width: 411px;
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom p {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 850px) {
  .application_form_main_bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.application_form_main_bottom form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  height: fit-content;
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom form {
    margin-top: 20px;
  }
}
.application_form_main_bottom form input {
  border-radius: 12px;
  border: 1.5px solid #E2E2E2;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 17px;
  height: 58px;
  box-sizing: border-box;
}
.application_form_main_bottom form input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form #mail {
    grid-column: span 2;
  }
}
.application_form_main_bottom form button {
  border: none;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: #6E40BB;
  border-radius: 4px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form button {
    grid-column: span 2;
  }
}
.application_form_main_bottom img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom img {
    bottom: -47%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 117%;
    position: absolute;
  }
}
@media screen and (max-width: 1040px) {
  .application_form_main_bottom img {
    bottom: -38%;
  }
}
@media screen and (max-width: 870px) {
  .application_form_main_bottom img {
    bottom: -30%;
  }
}
@media screen and (max-width: 730px) {
  .application_form_main_bottom img {
    bottom: -150px;
  }
}
@media screen and (max-width: 600px) {
  .application_form_main_bottom img {
    width: 150%;
    bottom: -25%;
  }
}
@media screen and (max-width: 500px) {
  .application_form_main_bottom img {
    width: 150%;
    bottom: -10%;
  }
}
@media screen and (max-width: 400px) {
  .application_form_main_bottom img {
    width: 150%;
    bottom: -54px;
  }
}

.contacts {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  background-image: url("../../public/images/LooperGroup_footer.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #000000;
  background-color: #000;
  color: #FFF;
}
@media screen and (max-width: 1000px) {
  .contacts {
    background-size: cover;
  }
}
.contacts_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.contacts_main .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .contacts_main .top img {
    display: none;
  }
}
.contacts_main .top h2 {
  color: #FFF;
}
.contacts_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
}
.contacts_main ul li {
  padding: 0;
}
@media screen and (max-width: 1250px) {
  .contacts_main ul {
    display: grid;
    text-align: left;
  }
}
.contacts_main_contacts li span {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: clamp(0.75rem, 0.6893rem + 0.2589vw, 1rem);
  font-weight: 600;
  color: #595D62;
}
.contacts_main_contacts li p {
  font-weight: 500;
  margin: 0;
  text-wrap: nowrap;
}
.contacts_main_contacts li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: wrap;
  color: #FFF;
  text-decoration: none;
}
.contacts_main_contacts li a:visited {
  color: #FFF;
}
.contacts_main_contacts li:first-child p {
  font-size: 24px;
}
.contacts_main_contacts li:nth-child(2) {
  font-size: clamp(1.375rem, 1.3447rem + 0.1294vw, 1.5rem);
}
.contacts_main_contacts li:last-child span {
  text-align: right;
}
@media screen and (max-width: 1250px) {
  .contacts_main_contacts li:last-child span {
    text-align: left;
  }
}
.contacts_main_contacts li:last-child p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-wrap: wrap;
}
.contacts_main_nav {
  padding: 8px 0px;
  border-radius: 4px;
  margin-top: 40px;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .contacts_main_nav {
    display: none;
  }
}
.contacts_main_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts_main_nav ul .border {
  height: 46px;
  width: 1px;
  background: #F5F5F5;
}
.contacts_main_nav ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  width: -webkit-fill-available;
  text-align: center;
}
.contacts_main_nav ul li:first-child {
  width: 360px;
}
.contacts_main_nav ul li img {
  padding-top: 4px;
}

footer {
  padding: 10px clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  gap: 10px;
  background: #000;
  color: #878787;
}
footer .footer_wrapper {
  padding: 0 clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  display: flex;
  justify-content: space-between;
}
footer p {
  position: relative;
  font-size: clamp(0.8125rem, 0.8277rem - 0.0647vw, 0.75rem);
  margin-left: 0;
}
@media screen and (max-width: 780px) {
  footer p span {
    display: none;
  }
}
footer p:last-child {
  text-wrap: nowrap;
}

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