body {
  font-family: Poppins, sans-serif;
  font-style: normal;
  margin: 0;
  padding: 0;
  max-width: 1750px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  body {
    font-family: Manrope, sans-serif;
  }
}

h2 {
  font-size: clamp(1.75rem, 1.4859rem + 1.1268vw, 2.5rem);
  font-weight: 500;
  line-height: 38px;
  margin: 0;
  margin-bottom: 24px;
  margin-right: 20px;
}

.block_num {
  color: #85B375;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
  display: block;
  margin-bottom: clamp(0.125rem, -0.2087rem + 1.4239vw, 1.5rem);
}

.intro {
  background-image: url("../../public/images/Graident_5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.intro .intro_main {
  padding-bottom: 0;
  position: relative;
  z-index: 100;
}
.intro .intro_main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 22px clamp(1.0625rem, -0.1039rem + 4.9765vw, 4.375rem);
}
.intro .intro_main header .logo {
  object-fit: contain;
  width: clamp(8.375rem, 6.5704rem + 7.6995vw, 13.5rem);
}
.intro .intro_main header nav {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 1079px) {
  .intro .intro_main header nav {
    display: none;
  }
}
.intro .intro_main header nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
}
.intro .intro_main header nav ul li {
  cursor: pointer;
}
.intro .intro_main header .phone {
  color: rgb(255, 255, 255);
  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;
  text-decoration: none;
}
.intro .intro_main header .phone a {
  text-decoration: none;
  color: #FF0000;
}
.intro .intro_main header .phone a:visited {
  color: #FF0000;
}
.intro .intro_main header .phone:hover, .intro .intro_main header .phone :visited {
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .intro .intro_main header .menu_icon {
    display: none;
  }
}
.intro .intro_main header .intro_mobile_nav {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 55px);
  width: 90%;
  background: #FFF;
  border-radius: 20px;
  box-sizing: border-box;
  overflow-y: hidden;
  transition: max-height ease-in-out 600ms;
  max-height: 0;
  border-color: #F5F5F5;
}
.intro .intro_main header .intro_mobile_nav nav {
  display: block;
}
.intro .intro_main header .intro_mobile_nav nav ul {
  padding: 0;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.intro .intro_main header .intro_mobile_nav nav ul li {
  cursor: pointer;
  color: #000;
}
.intro .intro_main header .intro_mobile_nav--open {
  max-height: 100px;
  transition: max-height ease-in-out 600ms;
}
.intro .intro_main h1 {
  font-weight: 500;
  line-height: clamp(2.875rem, 1.8627rem + 4.3192vw, 5.75rem);
  max-width: 1127px;
  margin: 0;
  font-size: clamp(2.5rem, 1.934rem + 2.4151vw, 4.5rem);
  margin-top: clamp(11.25rem, 12.7465rem - 6.385vw, 7rem);
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-left: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-right: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
}
.intro .intro_main .intro_info {
  flex-direction: column;
  display: flex;
  gap: 32px;
  padding: 0 clamp(1.0625rem, -0.1039rem + 4.9765vw, 4.375rem);
  margin-top: 5px;
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-left: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-right: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
}
.intro .intro_main .intro_info p {
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-weight: 300;
  line-height: normal;
  max-width: 571px;
}
.intro .intro_main .intro_info button {
  border: none;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: white;
  color: #4E46B4;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  color: white;
  border-radius: 12px;
  background: #000;
  backdrop-filter: blur(2px);
}
.intro .intro_main .intro_info button:hover {
  background: #c7cae1;
}
@media screen and (min-width: 1080px) {
  .intro .intro_main .intro_info button {
    width: 160px;
  }
}
.intro .intro_bottom_img img {
  position: absolute;
  right: 0;
  top: 343px;
}
@media screen and (max-width: 1200px) {
  .intro .intro_bottom_img img {
    top: 620px;
    width: 78%;
  }
}
@media screen and (max-width: 800px) {
  .intro .intro_bottom_img img {
    top: 620px;
    width: 110%;
  }
}

.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-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  margin-top: 172px;
  border: none;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 800px) {
  .about_company {
    margin-top: 272px;
  }
}
.about_company .block_num {
  color: #6BA2CC;
}
.about_company_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  border-radius: var(--paddings-gaps-p-6, 24px);
}
.about_company_main h3 {
  font-size: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
  font-weight: 400;
}
.about_company_main p {
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  font-weight: 400;
}

.service {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  background: #F2EBE4;
  gap: 46px;
  border-bottom: 1px solid #E2E2E2;
}
.service .block_num {
  color: #F09C8B;
}
.service .top-flex {
  display: flex;
  justify-content: space-between;
  gap: 88px;
}
.service .top-flex p {
  height: fit-content;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .service .top-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.service .service_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  border-radius: 16px;
  background: #FFF;
}
.service .service_main .cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .service .service_main .cards {
    gap: 12px;
  }
}
.service .service_main .cards .card {
  padding: clamp(1rem, 0.7273rem + 1.1636vw, 2rem);
  grid-column: span 2;
  border-radius: 8px;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .service .service_main .cards .card {
    grid-column: span 3;
  }
}
@media screen and (max-width: 900px) {
  .service .service_main .cards .card {
    grid-column: span 6;
  }
}
.service .service_main .cards .card .card_main {
  display: flex;
  justify-content: space-between;
  height: -webkit-fill-available;
}
.service .service_main .cards .card .card_main .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service .service_main .cards .card .card_main .text h2, .service .service_main .cards .card .card_main .text p {
  margin: 0;
}
.service .service_main .cards .card .card_main .text p {
  color: var(--Main-bulma, #000);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: clamp(1rem, 0.9318rem + 0.2909vw, 1.25rem);
}
@media screen and (max-width: 1400px) {
  .service .service_main .cards .card .card_main img {
    width: 170px;
  }
}
@media screen and (max-width: 1300px) {
  .service .service_main .cards .card .card_main img {
    width: 135px;
  }
}
.service .service_main .cards .card span {
  color: var(--Main-bulma, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 8px;
}
.service .service_main .cards .card:nth-child(4), .service .service_main .cards .card:nth-child(5) {
  grid-column: span 3;
}
@media screen and (max-width: 900px) {
  .service .service_main .cards .card:nth-child(4), .service .service_main .cards .card:nth-child(5) {
    grid-column: span 6;
  }
}
.service .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
@media screen and (max-width: 1200px) {
  .service .bottom {
    flex-direction: column;
  }
}
.service .bottom p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.service .bottom button {
  border-radius: 12px;
  background: #000;
  backdrop-filter: blur(2px);
  color: var(--Main-gohan, #FFF);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 340px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .service .bottom button {
    width: 100%;
  }
}

.advantages {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
}
@media screen and (max-width: 1200px) {
  .advantages {
    background-image: unset;
  }
}
.advantages .advantages_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  padding-top: 0;
}
.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 {
  border-radius: 16px;
  background: #F9FBFC;
  padding: 32px;
  border-radius: 8px;
  background: #F2EBE4;
}
@media screen and (max-width: 1200px) {
  .advantages .advantages_main .advantages_main_items_item {
    padding: 24px 16px;
  }
}
.advantages .advantages_main .advantages_main_items_item h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1200px) {
  .advantages .advantages_main .advantages_main_items_item h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.advantages .advantages_main .advantages_main_items_item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.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/x.png"), url("../../public/images/blur.jpg");
  background-size: auto, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, center center;
  padding-bottom: 0;
  padding-bottom: 0;
  padding-bottom: clamp(2.625rem, 1.4366rem + 5.0704vw, 6rem);
}
.application_form_main {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  border-radius: 24px;
}
@media screen and (min-width: 1200px) {
  .application_form_main {
    padding-bottom: 0;
  }
}
.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 {
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .application_form_main_top P {
    margin: 0;
    margin-top: 20px;
  }
}
@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);
}
@media screen and (max-width: 1200px) {
  .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;
  z-index: 10;
}
@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: white;
  color: #4E46B4;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  color: #FFF;
  background: #000;
}
.application_form_main_bottom form button:hover {
  background: #c7cae1;
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form button {
    grid-column: span 2;
  }
}
.application_form_main_bottom form button:hover {
  background: #2e3042;
}
.application_form_main_bottom img {
  width: 100%;
  max-width: 463px;
  bottom: -100px;
  margin-top: -146px;
  margin-left: 159px;
}
@media screen and (max-width: 1300px) {
  .application_form_main_bottom img {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom img {
    bottom: -17%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 43%;
    position: absolute;
  }
}
@media screen and (max-width: 1040px) {
  .application_form_main_bottom img {
    bottom: -17%;
  }
}
@media screen and (max-width: 870px) {
  .application_form_main_bottom img {
    bottom: -17%;
  }
}
@media screen and (max-width: 730px) {
  .application_form_main_bottom img {
    bottom: -95px;
  }
}
@media screen and (max-width: 600px) {
  .application_form_main_bottom img {
    width: 100%;
    bottom: -100px;
  }
}

.contacts {
  padding-right: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  padding-left: clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  background-color: #000000;
}
.contacts_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.contacts_main h2 {
  color: #FFF;
}
.contacts_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  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 a {
  color: #FFF;
  font-weight: 500;
  margin: 0;
  text-wrap: nowrap;
  font-size: clamp(1.375rem, 1.3447rem + 0.1294vw, 1.5rem);
  cursor: pointer;
  text-decoration: unset;
}
.contacts_main_contacts li a:visited {
  color: #FFF;
}
.contacts_main_contacts li p {
  color: #FFF;
  font-weight: 500;
  margin: 0;
  text-wrap: nowrap;
}
.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 48px;
  border-radius: 4px;
  backdrop-filter: blur(6.0500001907px);
  margin-top: 40px;
  align-items: center;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(6.0500001907px);
}
@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: #000;
}
.contacts_main_nav ul li {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.contacts_main_nav ul li img {
  padding-top: 4px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding: 10px clamp(1.25rem, -0.9067rem + 9.2019vw, 7.375rem);
  gap: 10px;
  border-top: 1px solid #595D62;
  background: #000000;
  color: #878787;
}
footer p {
  position: relative;
  font-size: clamp(0.8125rem, 0.8277rem - 0.0647vw, 0.75rem);
}
@media screen and (max-width: 780px) {
  footer p span {
    display: none;
  }
}
footer p:last-child {
  text-wrap: nowrap;
}

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