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

h2 {
  font-size: clamp(1.75rem, 1.4859rem + 1.1268vw, 2.5rem);
  margin: 0;
  margin-bottom: 24px;
  margin-right: 10px;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 38px;
  margin-top: 24px;
}

.block_num {
  color: #1100FF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-size: clamp(1.25rem, 1.162rem + 0.3756vw, 1.5rem);
}

.header_wrapper {
  background: #EAEDF8;
}
.header_wrapper header {
  display: none;
  padding: 22px clamp(1.0625rem, -0.1039rem + 4.9765vw, 4.375rem);
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.header_wrapper header .logo {
  object-fit: contain;
  width: clamp(6.0625rem, 5.9867rem + 0.3236vw, 6.375rem);
}
.header_wrapper header nav {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (max-width: 1079px) {
  .header_wrapper header nav {
    display: none;
  }
}
.header_wrapper header nav ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
.header_wrapper header nav ul li {
  cursor: pointer;
  color: var(--Main-bulma, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 128.571% */
}
.header_wrapper header .phone {
  text-wrap: nowrap;
  font-size: clamp(0.875rem, 0.831rem + 0.1878vw, 1rem);
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_wrapper header .phone a {
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  color: #000;
}
.header_wrapper header .phone:hover, .header_wrapper header .phone :visited {
  color: #000;
}
@media screen and (min-width: 1080px) {
  .header_wrapper header .menu_icon {
    display: none;
  }
}
.header_wrapper 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: all ease-in-out 600ms;
  max-height: 0;
  color: #313C50;
}
.header_wrapper header .intro_mobile_nav nav {
  display: block;
}
.header_wrapper header .intro_mobile_nav nav ul {
  padding: 0;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.header_wrapper header .intro_mobile_nav nav ul li {
  cursor: pointer;
}
.header_wrapper header .intro_mobile_nav--open {
  border: 1px solid #ebebeb;
  max-height: 100vh;
  transition: all ease-in-out 600ms;
}

.intro {
  background-position: left bottom;
  background-repeat: no-repeat;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .intro {
    flex-direction: column;
  }
  .header_wrapper header .intro_mobile_nav nav ul {
    justify-content:start
  }
}
.intro .intro_main_wrapper {
  background-image: url("../../public/images/bg_intro_gradient.jpg");
  width: -webkit-fill-available;
  padding: 22px clamp(1.0625rem, -0.1039rem + 4.9765vw, 4.375rem);
  padding-bottom: 42px;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro .intro_main {
  padding-bottom: 0;
  margin-right: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  margin-left: clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.intro .intro_main h1 {
  max-width: 1300px;
  margin: 0;
  font-size: clamp(2.5rem, 1.9235rem + 2.4595vw, 4.875rem);
  max-width: 554px;
  font-style: normal;
  color: #000;
  font-size: 78px;
  font-style: normal;
  font-weight: 400;
  line-height: 92px; /* 117.949% */

}
.intro .intro_main .intro_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.intro .intro_main .intro_info p {
  line-height: normal;
  font-size: clamp(1.125rem, 1.0947rem + 0.1294vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 24.3px */
  max-width: 777px;
  color: #000;

font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.intro .intro_main .intro_info button {
  border: none;
  border-radius: 4px;
  border-radius: 12px;
  border-radius: 32px;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: #282828;
  backdrop-filter: blur(2px);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border-radius: var(--Surface-border-radius---radius-s-md, 12px);
  background: #282828;
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 1080px) {
  .intro .intro_main .intro_info button {
    width: 160px;
  }
}
.intro .intro_bottom_img {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
.intro .intro_bottom_img img {
  display: block;
  margin: 0 auto;
  height: clamp(11.8125rem, 7.3011rem + 19.2488vw, 24.625rem);
}

.about_company_wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.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;
}
@media screen and (min-width: 768px) {
  .about_company {
    padding-bottom: 0;
  }
}
.about_company_main {
  border-radius: 12px;
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
@media screen and (min-width: 768px) {
  .about_company_main {
    padding-right: 0;
    padding-bottom: 0;
  }
}
.about_company_main h2 {
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.375rem, 1.1019rem + 1.165vw, 2.5rem);
  color: #282828;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 100% */
}
.about_company_main h3 {
  margin-top: 48px;
  font-size: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
  color: #282828;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.about_company_main p {
  font-size: clamp(1rem, 0.8786rem + 0.5178vw, 1.5rem);
  font-weight: 300;
  color: #313C50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1080px) {
  .about_company_main p {
    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;
  background-image: url("../../public/images/2 VIDEO.jpg");
  background-size: cover;
}
.service_main {
  border-radius: 32px;
  background: #FFF;
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
.service_main_top .title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* align-items: center; */
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .service_main_top .title {
    flex-direction: column;
    gap: 8px;
  }
}
.service_main_top h2 {
  /* color: #313C50; */
  align-self: normal;
  color: #282828;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 100% */
margin-bottom: 0;
margin-top:10px;
}
.service_main_top p {
  /* max-width: 968px; */
  margin: 0;
  color: var(--Main-bulma, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  display: block;
  height: fit-content;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 93.75% */
  color: #282828;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-bottom: 38px;
}
.service_main_top p span {
  margin-top: 30px;
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
  color: var(--Main-bulma, #000);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #282828;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service_main h4 {
  font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
}
.service_main_industries {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 21px;
  row-gap: 21px;
}
.service_main_industries_item {
  border-radius: 12px;
  height: clamp(9.625rem, 6.8641rem + 11.7799vw, 21rem);
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% 100%;
  padding: 0 0 clamp(1rem, 0.6479rem + 1.5023vw, 2rem) clamp(1rem, 0.6479rem + 1.5023vw, 2rem);
  grid-column: span 6;
}
.service_main_industries_item p {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .service_main_industries_item {
    border-radius: 6px;
  }
}
.service_main_industries_item.five {
  grid-column: span 6;
}
@media screen and (min-width: 500px) {
  .service_main_industries_item {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) {
  .service_main_industries_item.one, .service_main_industries_item.two, .service_main_industries_item.three {
    grid-column: span 2;
  }
  .service_main_industries_item.four, .service_main_industries_item.five {
    grid-column: span 3;
  }
}
.service_main_industries_item_number {
  border-radius: 12px;
  font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
  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;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .service_main_industries_item p {
    white-space: pre-line;
  }
}
.service_main .service_goods_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: clamp(1.5rem, 1.1359rem + 1.5534vw, 3rem);
  gap: 20px;
}
.service_main .service_goods_block .item {
  border-radius: 16px;
  border-radius: var(--Surface-border-radius---radius-s-lg, 16px);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
  padding-bottom: 25px;
  background-image: url("../../public/images/docks.jpg");
  background-size: cover;
  height: clamp(12.25rem, 10.5813rem + 7.1197vw, 19.125rem);
}
.service_main .service_goods_block .item p {
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  align-self: flex-end;
  color: white;
  color: #FFF;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 93.75% */
margin-bottom: 0;
}
.service_main .service_goods_block h2 {
  color: #282828;
  font-size: clamp(1.25rem, 1.068rem + 0.7767vw, 2rem);
  font-style: normal;
  font-weight: 500;
  /* line-height: normal; */
  display: block;
  height: fit-content;
  align-self: end;
}
#email {
  grid-column: 1 / span 2
}
@media screen and (max-width: 900px) {
  #email {
    grid-column: 1 / span 1
  }
  .service_main .service_goods_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .service_main .service_goods_block img {
    width: 255px;
    align-self: end;
  }
  .intro .intro_main h1 {
    color: var(--Main-bulma, #000);
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 46px; /* 115% */

  }
  .contacts_main_contacts li:last-child p {
    text-align: left !important;
  }
}
.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;
  font-weight: 700;
  color: #282828;
font-family: Poppins;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.service_main_bottom a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  border-radius: 12px;
  border-radius: 32px;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  background: #282828;
  backdrop-filter: blur(2px);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border-radius: var(--Surface-border-radius---radius-s-md, 12px);
  background: #282828;
  backdrop-filter: blur(2px);
}
@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;
  border-bottom: 1px solid #B1D8FF;
}
.advantages .advantages_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  border-radius: 12px;
}
.advantages .advantages_main .advantages_main_items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
}
.advantages .advantages_main .advantages_main_items h3 {
  color: #313C50;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.advantages .advantages_main .advantages_main_items p {
  color: #313C50;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantages_main h2 {
  color: #282828;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 100% */
}
@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: 12px;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(0deg, #E9EDF8 0%, #E9EDF8 100%), #E9EDF8;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .advantages .advantages_main .advantages_main_items_item {
    border-radius: 6px;
  }
}
.advantages .advantages_main .advantages_main_items_item img {
  width: clamp(2rem, 1.7573rem + 1.0356vw, 3rem);
  height: clamp(2rem, 1.7573rem + 1.0356vw, 3rem);
  padding: 8px;
  border-radius: 16px;
  background: #FFF;
}

.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;
  overflow: hidden;
  position: relative;
  background-image: url("../../public/images/Container.png");
  background-repeat: no-repeat;
  background-position: right 80%;
}
@media screen and (max-width: 800px) {
  .application_form {
    padding-bottom: 200px;
    background-position: right 90%;
    background-size: contain;
  }
}
.application_form_main {
  padding: clamp(1.5rem, 0.9718rem + 2.2535vw, 3rem) clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
  background-repeat: no-repeat;
}
.application_form_main_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  align-items: end;
}
.application_form_main_top img {
  height: 128px;
  position: absolute;
  top: 165px;
  right: -96px;
}
@media screen and (max-width: 400px) {
  .application_form_main_top img {
    right: -115px;
  }
}
@media screen and (min-width: 800px) {
  .application_form_main_top img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .application_form_main_top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.application_form_main_top h2 {
  text-wrap: nowrap;
  color: var(--Main-bulma, #000);
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 100% */
}
.application_form_main_top P {
  max-width: 550px;
  margin: 0 auto;
  color: var(--Main-bulma, #000);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
margin-bottom: 25px;
line-height: 26px; /* 162.5% */
}
@media screen and (max-width: 1200px) {
  .application_form_main_top P {
    margin: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .application_form_main_top P {
    margin-bottom: 20px;
  }
}
.application_form_main_bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
  .application_form_main_bottom {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 400px) {
  .application_form_main_bottom {
    padding-bottom: 120px;
  }
}
.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 (min-width: 768px) {
  .application_form_main_bottom form {
    max-width: 800px;
  }
}
@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;
  color: #313C50;
}
.application_form_main_bottom form input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.application_form_main_bottom form input::placeholder {
  color: #313C50;
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form #mail {
    grid-column: span 2;
  }
}
.application_form_main_bottom form button {
  border: none;
  border-radius: 4px;
  border-radius: 12px;
  border-radius: 32px;
  backdrop-filter: blur(2px);
  height: 50px;
  padding: 0 24px;
  width: 100%;
  border-radius: 12px;
  background: #282828;
  backdrop-filter: blur(2px);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border-radius: var(--Surface-border-radius---radius-s-md, 12px);
  background: var(--Main-bulma, #000);
}
@media screen and (min-width: 600px) {
  .application_form_main_bottom form button {
    grid-column: span 2;
  }
}
.application_form_main_bottom img {
  margin: 0 auto;
  max-width: 90%;
}

.contacts {
  padding: clamp(2.625rem, 2.493rem + 0.5634vw, 3rem) clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-bottom: 2px solid #E3EBF4;
  border: none;
  background-image: url("../../public/images/footer.png");
  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: 768px) {
  .contacts_main_top img {
    display: none;
  }
}
.contacts_main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
  gap: 10px;
}
.contacts_main ul li {
  padding: 0;
}
@media screen and (max-width: 1250px) {
  .contacts_main ul {
    display: grid;
    text-align: left;
  }
}
.contacts_main_contacts {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contacts_main_contacts {
    margin-top: 10px;
  }
}
.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 {
  color: #000;
  font-weight: 500;
  margin: 0;
  text-wrap: nowrap;
  text-decoration: none;
  font-size: clamp(1.375rem, 1.3447rem + 0.1294vw, 1.5rem);
}
.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;
  text-align: right;
  max-width: 500px;
}
.contacts_main_top h2 {
  color: var(--Main-bulma, #000);
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 100% */
}
.contacts_main_nav {
  padding: 8px 48px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  margin-top: 40px;
  align-items: center;
  color: #000;
}
.contacts_main_nav li {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contacts_main_nav {
    display: none;
  }
}
.contacts_main_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
}
.contacts_main_nav ul .border {
  height: 46px;
  width: 1px;
  background: #313C50;
}
.contacts_main_nav ul li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contacts_main_nav ul li img {
  padding-top: 4px;
}

footer {
  color: #595D62;
  background: #000000;
  padding: 10px clamp(1.25rem, 0.1056rem + 4.8826vw, 4.5rem);
  border-top: 1px solid #4E596B;
}
footer .footer_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(1rem, 0.2958rem + 3.0047vw, 3rem);
}
@media screen and (max-width: 780px) {
  footer p span {
    display: none;
  }
  .advantages,.application_form,.about_company {
    padding-left: 0;
    padding-right: 0;
  }
  .about_company_main h3 {
    font-size: 24px;
  }
  .intro img {
    max-height: 201px;
    object-fit: cover;
  }
}
footer p:first-child {
  text-transform: uppercase;
}
footer p:last-child {
  text-wrap: nowrap;
}

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