* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

h2 {
  text-align: center;
  font-size: 52px;
  line-height: 1.23;
  font-weight: 600;
  color: #2d2e2d;
  margin-bottom: 40px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

body {
  font-family: "Roboto", Arial, sans-serif;
}

form {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 21px;
}

.header {
  height: 10vh;
}
.navbar {
  z-index:100;
}

.top-header {
  height: 70px;
  background-color: #212529;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  color: #9FA2A4;
  z-index: 99;
}

.top-header-bools {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 2fr 1fr;
  grid-auto-rows: 70px;
  align-items: center;
  text-align: center;
  z-index: 1;
}

.acent_color {
  color: #ffc107;
}

.dropdown-menu[data-bs-popper] {
  left: 80%;
}

.main_offer {
  height: 100%;
  background-size: cover;
}

.img-overlay {
  width: 100%;
  height: 100%;
  /* background-image: -webkit-linear-gradient(top, rgba(9, 47, 51, 0.8), rgba(8, 29, 31, 0.7)), url(../images/main.jpg); */
  background-size: cover;
}

.navbar-collapse {
  flex-grow: 0;
}

.Heading1 {
  color: #f9f9f9;
  text-align: center;
  padding: 20vh 0;
  background-image: -webkit-linear-gradient(top, rgba(18, 19, 18, 0.8), rgba(0, 0, 0, 0.6)), url(../images/main_img.jpg);
  background-size: cover;
}

.Heading2 {
  color: #f9f9f9;
  text-align: center;
  padding: 20vh 0;
  background-image: -webkit-linear-gradient(top, rgba(18, 19, 18, 0.8), rgba(0, 0, 0, 0.6)), url(../images/new.jpg);
  background-size: cover;
}

.Heading1 > h1 {
  font-weight: 700;
  font-size: 70px;
  margin: 10px 0px 30px;
}

.Heading1 > p {
  font-weight: 700;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px 30px 10px;
}

.Heading1 > span {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.Heading2 > h1 {
  font-weight: 700;
  font-size: 70px;
  margin: 10px 0px 30px;
}

.Heading2 > p {
  font-weight: 700;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px 30px 10px;
}

.Heading2 > span {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.arrow {
  position: relative;
  margin-top: 50px;
  font-size: 60px;
  color: #e6e6e6;
  animation: 1s linear 1s infinite alternate arrow_down;
}

.technic_park {
  display: grid;
  grid-template-columns: 2fr 3fr;
  border: 4px solid #ffc107;
  padding-top: 50px;
  margin-bottom: 100px;
  background-color: #FEFEFE;
}

.technic_park_img > img {
  width: 90%;
}

.technic_park_text {
  padding-left: 20%;
}

.technic_park_text > p {
  font-size: 20px;
}

.action {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  text-align: center;
  margin: 50px;
}

.action_type {
  font-size: 20px;
}

@keyframes arrow_down {
  0% {
    top: 0px;
  }
  100% {
    top: 40px;
  }
}
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
}

.Company {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  background-color: #EDEDED;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 60px;
}

.separ {
  height: 3px;
  max-width: 100px;
  width: 100%;
  background-color: #ffc107;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.Company .text {
  margin: 40px 0;
}

.Team {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 60px;
}
.Team .text {
  display: grid;
  grid-template-columns: 3fr 4fr 3fr;
  margin-bottom: 100px;
}
.Team_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  text-align: center;
  padding-bottom: 60px;
}
.Team .photo {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.Team .photo img {
  width: 100%;
  position: relative;
  border-radius: 50%;
}
.Team .name {
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 5px;
}
.Team .role {
  font-size: 14px;
  line-height: 1.55;
  color: #7a7a7a;
}
.Team .role_descript {
  text-align: center;
  max-width: 60%;
  font-size: 14px;
  line-height: 1.55;
  display: inline-block;
  margin: 0 auto;
  font-weight: 300;
}

.Features {
  /* margin-bottom: 100px; */
  /* padding-bottom: 40px; */
  height: auto;
}
.Features h2 {
  margin-top: 60px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.features_img {
  background-image: -webkit-linear-gradient(top, rgba(18, 19, 18, 0.5), rgba(0, 0, 0, 0.3)), url(../images/Projects/f_8.webp);
  background-size: cover;
}

.features_bools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  background-image: -webkit-linear-gradient(top, rgba(18, 19, 18, 1), rgba(0, 0, 0, 1));
  padding: 50px;
}

.features_bools_item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 5px;
  padding: 30px;
}

.item_icon {
  font-size: 3em;
  color: #ffc107;
}

.item_txt > h4 {
  font-size: 1.3em;
  color: #ffc107;
  margin-bottom: 1em;
}

.item_txt > p {
  font-size: 1.1em;
  color: #ededed;
}

.Features_form {
  display: grid;
  max-width: 80%;
  grid-template-columns: 4fr 2fr;
  grid-column-gap: 20px;
  margin: 80px auto 40px auto;
}
.Features_form_text {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
}

.btn {
  margin: 20px 0 60px 0;
  --bs-btn-padding-x: 60px;
  --bs-btn-padding-y: 0.5em;
  --bs-btn-font-size: 1.2em;
  --bs-btn-border-radius: 0px;
  --bs-btn-font-weight: 600;
  --bs-btn-hover-bg: none;
  --bs-btn-border-width: 4px;

}

.Projects {
  padding-top: 150px;
  text-align: center;
  /* background-color: #EDEDED; */
}
.Projects .description {
  max-width: 50%;
  margin: 0 auto 50px auto;
  font-size: 24px;
  font-weight: 300;
}
.Projects .container {
  margin: 80px 0;
  display: grid;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  padding: 0;
}
.Projects .container img {
  width: 100%;
  max-height: 100%;
  position: relative;
}
.Projects_text {
  background-color: #F0F0F0;
  padding-top: 60px;
  padding-left: 40px;
  text-align: left;
}
.Projects_text .heading {
  font-size: 30px;
  line-height: 1.45;
  font-weight: 300;
}
.Projects_text .acent {
  font-weight: 700;
  font-size: 20px;
}
.Projects_text ul {
  font-size: 20px;
  font-weight: 300;
}


.Partners {
  background-color: #F0F0F0;
  height: auto;
  padding: 160px 0;
}

.Partners .text {
  display: grid;
  grid-template-columns: 3fr 4fr 3fr;
  margin-bottom: 50px;
}

.Partners_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  max-width: 80%;
  margin: 60px auto;
  align-items: center;
  grid-auto-rows: auto;
}

.Partners_content .item {
  padding: 20px;
  background-color: #fefefe;
  border: 4px solid #fefefe;
}

.Partners_content .item:hover {
  border: 4px solid #ffc107;
  transition: 0.2s;
}

.Partners_content img {
  width: 80%;
  position: relative;
}

.Partners_content h4 {
  padding: 20px 0;
  font-size: 24px;
}

.Materials_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  max-width: 80%;
  margin: 60px auto;
  align-items: center;
  grid-auto-rows: auto;
}

.Materials_content .item {
  padding: 20px;
  background-color: #fefefe;
  border: 4px solid #fefefe;
}

.Materials_content .item:hover {
  border: 4px solid #ffc107;
  transition: 0.2s;
}

.Materials_content img {
  width: 80%;
  position: relative;
}

.Materials_content h4 {
  padding: 20px 0;
  font-size: 24px;
}

.Akcii {
  display: grid;
  max-width: 100%;
  grid-template-columns: 1fr 1fr;
  background-color: #FEFEFE;
  padding: 150px 0;
}
.Akcii_text {
  padding-left: 50px;
  padding-top: 100px;
}
.Akcii_text p {
  font-size: 20px;
  margin: 40px 0;
  font-weight: 300;
}
.Akcii h2 {
  text-align: left;
  font-size: 42px;
  line-height: 1.23;
}

.Akcii img {
  max-width: 100%;
  position: relative;
}

.Contacts {
  background-color: #EDEDED;
  padding: 120px 0;
  text-align: center;
}
.Contacts .descr {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 60%;
  margin: 0 auto;
}
.Contacts form {
  max-width: 50%;
  margin: 0 auto;
  background-color: inherit;
  text-align: left;
}
.Contacts form .type {
  font-size: 20px;
  font-weight: 300;
}
.Contacts .form-control {
  border: none;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  padding: 1.2em 0;
  background-color: inherit;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.Contacts_text {
  font-size: 24px;
  margin-top: 40px;
}
.Contacts_content {
  padding: 80px 0 0 0;
}
.Contacts_content p {
  font-size: 24px;
  font-weight: 300;
}
.Contacts_content .number {
  font-size: 40px;
  font-weight: 800;
}
.Contacts .links {
  display: block;
  max-width: 150px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}
.Contacts .links a {
  font-size: 42px;
  color: #ffc107;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
.popup_body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup_content {
  width: 50%;
  background-color: #fff;
  color: #000;
  padding: 30px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}
.popup_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup_title {
  font-size: 40px;
  /*margin-bottom: 30px */
}
.popup_close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 20px;
}
.popup_text form {
  background-color: inherit;
  margin: 10px;
}
.popup_text form .form-control {
  border: none;
  border-bottom: 1px solid #8c8c8c;
  border-radius: 0;
  padding: 0.8em 0;
  font-size: 1.2em;
  margin-bottom: 30px;
}
.popup_big_text {
  font-size: 20px;
}
.popup_big_text_2 {
  font-size: 20px;
  margin-top: 20px;
}
.popup .btn {
  margin: 20px 0 30px 0;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup:target .popup_content {
  opacity: 1;
  transform: translate(0px, 0px);
}

.fix {
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .Services_container .content h3 {
    font-size: 30px;
  }
  .Services_form_text {
    font-size: 18px;
  }

  .technic_park {
    grid-template-columns: none;
  }
}
@media screen and (max-width: 768px) {
  .Services_container {
    grid-template-columns: none;
  }
  .Services_container .box3 {
    grid-column: 1;
    grid-row: 4;
  }
  .Services_container .box4 {
    grid-column: 1;
    grid-row: 3;
  }
  .Services_container .box7 {
    grid-column: 1;
    grid-row: 8;
  }
  .Services_container .box8 {
    grid-column: 1;
    grid-row: 7;
  }
  .Services_form {
    grid-template-columns: none;
  }
  .Services_form_text {
    font-size: 16px;
  }
  .Team_content {
    grid-template-columns: none;
    grid-row-gap: 50px;
  }
  .WhyUs_content {
    grid-template-columns: 1fr 1fr;
  }
  .Projects .container {
    grid-template-columns: none;
  }
  .Projects .container .box_3 {
    grid-column: 1;
    grid-row: 4;
  }
  .Projects .container .box_4 {
    grid-column: 1;
    grid-row: 3;
  }
  .Projects .container .box_7 {
    grid-column: 1;
    grid-row: 8;
  }
  .Projects .container .box_8 {
    grid-column: 1;
    grid-row: 7;
  }
  .Partners_content {
    grid-template-columns: 1fr 1fr;
  }
  .Akcii {
    grid-template-columns: none;
  }
  .popup_content {
    width: 70%;
  }
  .technic_park_text {
    padding-left: 10%;
  }

  .features {
    grid-template-columns: none;
  }
  .features_bools {
    grid-template-columns: none;
  }

  .Features_form {
    grid-template-columns: none;
  }

  .features_bools {
  padding: 20px;
  }

  .Contacts_content > .number {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 560px) {
  .Heading1 {
    padding: 10vh 0;
  }
  .Heading1 h1 {
    font-size: 50px;
  }
  .Heading1 p {
    font-size: 28px;
  }
  .Heading1 span {
    display: inline-block;
    max-width: 80%;
  }
  h2 {
    font-size: 40px;
  }
  .Company {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .Team .text {
    grid-template-columns: 1fr 7fr 1fr;
  }
  .Projects .description {
    max-width: 80%;
    font-size: 20px;
  }
  .Certificates {
    grid-template-columns: none;
    grid-row-gap: 30px;
    padding: 30px;
  }
  .Contacts .descr {
    font-size: 20px;
    max-width: 90%;
  }
  .Contacts form {
    max-width: 90%;
  }
  .Contacts_content > .number {
    font-size: 24px;
  }
  .WhyUs_content {
    grid-template-columns: none;
  }
  .WhyUs_content_item {
    margin: 0 auto;
  }
  .Projects_text ul {
    font-size: 18px;
  }
  .Akcii_text p {
    font-size: 18px;
  }
  .popup_content {
    width: 90%;
  }
  .popup_title {
    font-size: 30px;
  }
  .Services_container {
    grid-auto-rows: auto;
  }

  .Partners_content {
    grid-template-columns: none;
  }
  .Akcii h2 {
    font-size: 24px;
  }
  .Materials_content {
    grid-template-columns: none;
  }
  .text {
    font-size: 16px;
  }
  
  .Partners .text {
  grid-template-columns: 1fr 5fr 1fr;
  }

  .top-header-bools {
    grid-template-columns: none;
    font-size: larger;
  }

  .phone-hidden {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */