.phone-banner {
    position: fixed; /* Фіксує плашку, щоб вона не прокручувалася */
    top: 40px; /* Відступ зверху */
    right: 50px; /* Відступ з правого боку */
    background-color: rgba(0, 182, 146, 1); /* Жовтий фон */
    padding: 10px 25px;
    border-radius: 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    z-index: 1000; /* Щоб плашка була поверх іншого контенту */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); /* Тінь для гарного вигляду */
}

/* Стиль для телефонних номерів */
.phone-link {
    color: #fff; /* Білий текст */
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Стиль для іконки трубки */
.phone-icon {
    width: 16px; /* Розмір іконки */
    vertical-align: middle;
    margin-right: 5px;
}

/* Адаптація для мобільних */
@media (max-width: 768px) {
    .phone-banner {
        top: 10px;
        right: 15px;
        padding: 5px 10px;
    }
    .phone-link {
        font-size: 12px;
    }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.header {
  height: 100vh;
  background: url(../img/header-bg.jpg) bottom right/cover no-repeat;
}
.header .text {
  padding-top: 100px;
  color: #fff;
}
.header .text .lang {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 20px;
  width: 150px;
  margin-bottom: 30px;
}
.header .text .lang a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.header .text .lang a:hover {
  text-decoration: underline;
}
.header .text .lang .active {
  color: #46B385;
  font-weight: bold;
}
.header .text .lang p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.header .text .logo img {
  width: 400px;
  margin-bottom: 100px;
}
.header .text h1 {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 50px;
}
.header .text .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-bottom: 60px;
}
.header .text .items .item {
  display: flex;
  align-items: center;
}
.header .text .items .item img {
  width: 15px;
  margin-right: 10px;
}
.header .text .items .item p {
  margin: 0;
  font-size: 22px;
}

@media (max-height: 780px) {
  .header .text {
    padding-top: 50px;
  }
  .header .text .logo img {
    margin-bottom: 50px;
  }
  .header .text h1 {
    margin-bottom: 30px;
  }
}
.a-btn {
  background-color: #fff;
  color: #46B385;
  text-decoration: none;
  padding: 20px 60px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  border: 2px solid #fff;
  transition: 0.3s all;
}
.a-btn:hover {
  border: 2px solid #fff;
  background-color: #46B385;
  color: #fff;
}

.a-btn-green {
  background-color: #46B385;
  color: #fff;
  border: 2px solid #46B385;
}
.a-btn-green:hover {
  background-color: #fff;
  border: 2px solid #46B385;
  color: #46B385;
}

.title {
  text-align: center;
  margin-bottom: 35px;
}
.title h3 {
  color: rgba(70, 179, 133, 0.15);
  font-weight: 900;
  font-size: 70px;
  text-transform: uppercase;
}
.title h2 {
  text-transform: uppercase;
  margin-top: -50px;
  color: rgb(26, 107, 73);
  font-weight: 800;
  font-size: 50px;
}

.about {
  background: url(../img/bg-1.jpg) center center/cover no-repeat;
  padding-top: 100px;
  padding-bottom: 170px;
}
.about .content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.about .content p {
  margin-bottom: 50px;
  text-align: left;
  font-size: 18px;
}

.characteristics {
  background: url(../img/bg-2.jpg) center bottom/cover no-repeat;
  padding: 70px 0;
  position: relative;
}
.characteristics .content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.characteristics .content .img {
  width: 400px;
}
.characteristics .content .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.characteristics .content .left .text {
  border-bottom: 6px solid #46B385;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  padding-right: 60px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2);
}
.characteristics .content .left .text h4 {
  font-weight: bold;
  font-size: 18px;
}
.characteristics .content .left .text .p {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.characteristics .content .left .text .p p {
  margin: 0;
  background-color: #46B385;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 2px 5px;
  border-radius: 5px;
}
.characteristics .content .left .text .ar {
  width: 150px;
  margin-left: 30px;
  margin-right: -130px;
}
.characteristics .content .left .text-left {
  margin-left: 70px;
}
.characteristics .content .left .text-left-2 {
  margin-left: 105px;
}
.characteristics .bottom {
  text-align: center;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
.characteristics .bottom h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.characteristics .pattern {
  position: absolute;
  background-color: #46B385;
  width: 100%;
  bottom: 0;
  height: 230px;
  z-index: 1;
}
.characteristics .img-pattern-1 {
  position: absolute;
  right: 0;
  top: 25%;
  width: 150px;
}

.advantages {
  padding: 100px 0;
  background: url(../img/bg-3.jpg) center top/cover no-repeat;
}
.advantages .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.advantages .content .p {
  color: #46B385;
  font-weight: 600;
  font-size: 20px;
}
.advantages .content .items {
  margin-top: 35px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
}
.advantages .content .items .item {
  display: flex;
}
.advantages .content .items .item img {
  background-color: #46B385;
  padding: 10px;
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-right: 20px;
}
.advantages .content .items .item .txt h3 {
  font-weight: bold;
  font-size: 20px;
}

.branding {
  padding-top: 100px;
  background: url(../img/bg-4.jpg) center bottom/cover no-repeat;
}
.branding .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.branding .content .text {
  width: 50%;
  padding: 0 150px;
  padding-right: 100px;
  padding-bottom: 70px;
  color: #fff;
}
.branding .content .text .title {
  margin-bottom: 60px;
  color: #fff;
}
.branding .content .text .title h2 {
  color: #fff;
}
.branding .content .text .title h3 {
  color: rgba(255, 255, 255, 0.15);
}
.branding .content .text .items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.branding .content .text .items .item h3 {
  font-weight: bold;
  font-size: 22px;
}
.branding .content .img {
  width: 50%;
}
.branding .content .img img {
  width: 100%;
}

.branding-bottom {
  background-color: #46B385;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}
.branding-bottom h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 1750px) {
  .branding .content .text .title {
    margin-bottom: 150px;
  }
  .branding .content .text .title h2 {
    color: #46B385;
  }
  .branding .content .text .title h3 {
    color: rgba(70, 179, 133, 0.15);
  }
}
@media (max-width: 1580px) {
  .branding .content .text .title {
    margin-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .branding .content .text .title {
    margin-bottom: 90px;
  }
  .branding .content .text {
    padding-bottom: 30px;
  }
  .branding .content .text {
    width: 57%;
  }
  .branding .content .img {
    width: 43%;
  }
}
@media (max-width: 1240px) {
  .branding .content .text .title {
    margin-bottom: 70px;
  }
  .branding .content .text .items .item p {
    font-size: 15px;
  }
  .title h2 {
    font-size: 40px;
  }
  .title h3 {
    font-size: 60px;
  }
}
.bg-6 {
  background: url(../img/bg-5.jpg) center center/cover no-repeat;
}

.fields-of-application {
  padding-top: 100px;
  padding-bottom: 100px;
}
.fields-of-application .content {
  text-align: center;
}
.fields-of-application .content .items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 30px;
  margin-top: 70px;
  margin-bottom: 50px;
}
.fields-of-application .content .items .item {
  text-align: left;
}
.fields-of-application .content .items .item img {
  width: 90px;
  margin-bottom: 20px;
}
.fields-of-application .content .items .item h3 {
  font-weight: bold;
  font-size: 18px;
}

.clients {
  padding: 100px 0;
  text-align: center;
}
.clients .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  margin: 50px 0;
}
.clients .items .item img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #46B385;
}

.contact {
  padding-top: 100px;
}
.contact .content {
  background: url(../img/bg-6.jpg) center center/cover no-repeat;
  display: flex;
}
.contact .content .text {
  width: 35%;
  padding: 100px;
  color: #fff;
}
.contact .content .text h3 {
  font-weight: bold;
  font-size: 22px;
}
.contact .content .text a {
  color: #fff;
  display: block;
  font-size: 20px;
  text-decoration: none;
  margin: 5px 0;
  color: rgb(243, 255, 7);
  font-weight: 600;
}
.contact .content .text p {
  font-size: 20px;
  margin: 0;
}
.contact .content .text .social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.contact .content .text .social img {
  width: 35px;
  border-radius: 10px;
}
.contact .content iframe {
  width: 65%;
  height: auto;
}

.footer {
  text-align: center;
  padding: 50px 0;
}
.footer .iso img {
  width: 70px;
  margin-bottom: 15px;
}
.footer .iso p {
  margin-bottom: 15px;
}
.footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .header .text .logo img {
    width: 250px;
  }
  .header .text h1 {
    font-size: 35px;
  }
  .header .text .items .item p {
    font-size: 20px;
  }
  .branding {
    padding-top: 50px;
    background: url(../img/bg-4-m.jpg) center bottom/cover no-repeat;
  }
  .branding .content {
    flex-direction: column;
  }
  .branding .content .text {
    width: 100%;
  }
  .branding .content .img {
    width: 100%;
  }
  .branding .content .text .title h3 {
    color: rgba(255, 255, 255, 0.15);
  }
  .branding .content .text .title h2 {
    color: #fff;
  }
  .fields-of-application .content .items {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .fields-of-application .content .items .item h3 {
    margin: 0;
  }
  .contact .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    background: #46B385;
  }
  .contact .content .text {
    width: 100%;
    padding: 50px;
  }
  .contact .content iframe {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 991px) {
  .title h3 {
    font-size: 45px;
    white-space: nowrap;
  }
  .title h2 {
    font-size: 30px;
    margin-top: -35px;
  }
  .header {
    height: auto;
    background: url(../img/header-bg-m.jpg) bottom right/cover no-repeat;
    padding-bottom: 200px;
  }
  .characteristics .content .left .text {
    padding: 20px;
    padding-right: 40px;
  }
  .characteristics .content .img {
    width: 320px;
  }
  .characteristics .img-pattern-1 {
    width: 100px;
    top: 1%;
  }
  .characteristics .content .left .text .p p {
    font-size: 16px;
  }
  .advantages .content .p {
    font-size: 18px;
  }
  .advantages .content .items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .branding .content .text .title {
    margin-bottom: 45px;
  }
  .clients .items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about .content p {
    font-size: 16px;
  }
  .characteristics .content {
    display: flex;
  }
  .characteristics .content .block {
    width: 100%;
  }
  .characteristics .content .left .text {
    padding: 20px;
    width: 100%;
  }
  .characteristics .content .left .text-left, .characteristics .content .left .text {
    margin: 0;
  }
  .branding .content .text {
    padding: 20px;
  }
  .contact {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .a-btn {
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 15px;
  }
  .header {
    background: url(../img/header-bg-mobile.jpg) bottom center/cover no-repeat;
    padding-bottom: 400px;
  }
  .header .text {
    text-align: center;
  }
  .header .text h1 {
    font-size: 29px;
  }
  .header .text .items {
    text-align: left;
  }
  .header .text .items .item p {
    font-size: 16px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .characteristics .img-pattern-1 {
    display: none;
  }
  .characteristics .content .left .text .ar {
    display: none;
  }
  .characteristics .content .img {
    position: relative;
    z-index: 5;
    margin-left: -35px;
    margin-bottom: -20px;
  }
  .characteristics .content .left .text .p {
    gap: 7px;
  }
  .characteristics .content .left .text .p p {
    font-size: 12px;
  }
  .characteristics .content .left .text h4 {
    font-size: 16px;
  }
  .characteristics .bottom {
    margin-top: 35px;
  }
  .advantages {
    padding: 50px 0;
  }
  .advantages .content .items .item img {
    width: 70px;
    height: 70px;
  }
  .advantages .content .items {
    margin-bottom: 35px;
  }
  .advantages .content .p {
    font-size: 16px;
  }
  .branding {
    padding-top: 35px;
  }
  .fields-of-application {
    padding: 50px 0;
  }
  .fields-of-application .content .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .fields-of-application .content .items .item {
    text-align: center;
  }
  .fields-of-application .content .items .item h3 {
    font-size: 15px;
  }
  .characteristics {
    padding: 50px 0;
  }
  .clients {
    padding: 50px 0;
  }
  .clients .items {
    display: flex;
    overflow-x: scroll;
  }
  .clients .items .item img {
    width: 150px;
  }
  .contact .content .text {
    padding: 35px 20px;
  }
  .contact .content .text h3 {
    font-size: 20px;
  }
  .contact .content .text a, .contact .content .text p {
    font-size: 16px;
  }
  .footer {
    padding: 30px 0;
  }
  .branding .content .text .items {
    text-align: center;
  }
}
.modal-success {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 41vh;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: end;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  border-bottom: none;
}

.modal-content {
  max-width: 700px;
  width: 100%;
}

.modal-body {
  padding-top: 0;
}
.modal-body h3 {
  font-weight: bold;
  font-size: 24px;
}
.modal-body .input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-bottom: 1px solid #46B385;
  padding: 10px 0;
}
.modal-body .a-btn {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */