.footer__wrapper { 
    display: flex;
    justify-content: space-between;
align-items: flex-start;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.footer__element {
    width: 25%;
}



.language-switcher select {
  appearance: none; /* убирает стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 14px;
  font-family: Manrope, sans-serif;
  color: #303030;
  cursor: pointer;

  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.language-switcher select:hover {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.4);
}

.language-switcher option {
  background: #fff;
  color: #303030;
  padding: 8px;
  font-size: 14px;
}

.language-switcher option:hover {
  background: #007bff;
  color: #fff;
}

.header {
    padding: 1rem;
}

.hero-section img {
    width: 100%;
}

.header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.header__button {
    padding: 8px 30px;
    background-color: #303030;
    border-radius: 3rem;
        color:  #FFFFFF;
        font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
transition: background 0.5s ease, color 0.5s ease;
}

.header__button:hover {
      background: #bbb1b1;
        color: rgb(0, 0, 0);
}

.header-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__wrapper__low {
    display: flex;
    justify-content: space-between;
}

.img__logo {
    width: 90px;
    height: 30px;
}

.nav-item {
    padding: 0 10px;
}

.hero__title {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 50px;
line-height: 100%;
letter-spacing: -1%;
color:  rgba(48, 48, 48, 1);
}

.nav-link {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
      position: relative;
  display: inline-block;
  padding: 5px 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.lang-icon-wrapper:hover {
  animation: pulse 1s infinite;
}

.hero__text {
    color: #FFFFFF;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 26px;
    line-height: 112.00000000000001%;
    letter-spacing: 0%;
}

.hero__title {
    color: #FFFFFF;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 70px;
    line-height: 100%;
    letter-spacing: 0%;
}

.hero-section {
    display: flex;
        align-items: center;
    justify-content: flex-start;
        padding-left: 4rem;
    position: relative;
    background-image: linear-gradient(180deg, #ffffff 0%, rgba(245, 245, 247, 0) 100%),
        linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 20%)    
    ,url("../images/123572471 1 (1).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 850px;
}

.hero__wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}

.about-section {
    position: relative;
    background-image: url("../images/europe4.png");
    background-repeat: no-repeat;
    background-size: contain;
  background-position: right;
    height: 850px;
    margin-block: 4rem;
}

.about__wrapper {
       width: 40%;
    padding: 4rem;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.about__wrapper-span {
    width: 34%;
    display: flex
;
    flex-direction: column;
    gap: 5px;
justify-content: space-between;
    align-items: center;
}

.about__span {
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}


.about__title {
font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 50px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -1%;
color: rgba(48, 48, 48, 1);
}


.about__wrapper-advantages {
        width: 50%;
    display: flex
;
    flex-wrap: wrap;
    gap: 4rem;
}

.about__span-bigger {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.about__subtitle {
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;

}

.about__title__not-main {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 22px;
line-height: 100%;
letter-spacing: 0%;
}

.about__list-element {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
}

.our-partners-section {
        display: flex
;
    align-items: center;
    justify-content: center;
position: relative;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;
}

.partners__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product__title {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 40px;
leading-trim: NONE;
line-height: 65px;
letter-spacing: -1%;
text-align: center;
color:rgba(0, 0, 0, 1);
}

.product-section {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 4rem;
}

.product__card__span {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: rgba(0, 0, 0, 1);
}

.product__card__text {
    margin-left: 2rem;
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 19px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:  rgba(0, 0, 0, 0.5);
}


.product__subtitle {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 52px;
letter-spacing: -4%;
color:rgba(0, 0, 0, 1);
}

.product__wrapper__inside {
        display: flex
;
    flex-direction: column;
    gap: 3rem;
}

.product__wrapper {
    border-radius: 20px;
    padding-top: 2rem;
    padding-left: 2rem;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

.products__wrapper__for-all {
    display: flex;
    justify-content: space-between;
}

.partners__title {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.product__cards__wrapper {
    width: 35%;
    display: flex
;
    flex-direction: column;
    gap: 3rem;
}

.product__card-wrapper__image {
    display: flex
;
    gap: 1rem;
    align-items: center;
}

.feedback-section {
        display: flex
;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 10rem;
}

.feedback__wrapper {
    display: flex;
        justify-content: space-around;
        width: 100%;
}

.feedback__title {
        margin-left: 2rem;
        font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 50px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}

.feedback__card {
display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
}

.feedback__card-rating__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: rgba(216, 50, 50, 1);
    border-radius: 41px;
}

.feedback__card-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #000000 1px;
}


.feedback__card-ratin__span { 
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 16px;
color: rgba(255, 240, 88, 1);
line-height: 24px;
letter-spacing: 0%;
}

.product__button {
    background-color:  rgba(253, 0, 0, 1);
opacity: 1;
border-radius: 125px;
padding-top: 8px;
padding-right: 30px;
padding-bottom: 8px;
padding-left: 30px;
font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
color: rgba(255, 255, 255, 1);
 transition: background 0.5s ease, color 0.5s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #007bff; /* цвет underline */
  transition: width 0.3s ease;
}

.nav-link:hover {
  color: #007bff;
}

.nav-link:hover::after {
  width: 100%;
}

.product__button:hover {
      background: #0056b3;
  color: #ff0;
}

.technologies-section {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
        align-items: center;
        gap: 2rem;
}

.technologies__title {
    font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 50px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 0, 0, 1);
}

.technologies__subtitle {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(134, 134, 139, 1);
}


.ety__title {
    font-family: Raleway;
font-weight: 700;
font-style: Bold;
font-size: 70px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(255, 255, 255, 1);
}

.ety__subtitle {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: rgba(255, 255, 255, 1);
}

.technologies-block {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.technologies-block img {
        border-top-left-radius: 20px;
          border-top-right-radius: 20px;
}

.w50{
    width: 50%;
}

.flex-1-2 {
        display: flex
;
    justify-content: space-around;
    gap: 1rem;
}

.flex-2-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

.tech__wrapper-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;

}

.tech__wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tech__wrapper-text h3 {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 26px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: -4%;
color: rgba(0, 0, 0, 1);
}

.tech__wrapper-text p {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 45px;
letter-spacing: -4%;
color: rgba(0, 0, 0, 0.5);
}

.technologies-block img {
    width: 100%;
}

.ety-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    background-image: url("../images/razmytye-ludi-v-ofise 1 (1).jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 1000px;

    text-align: center;
    color: #fff;
    overflow: hidden; /* чтобы псевдоэлемент не вылезал */
}

.ety-section::before {
    content: "";
    position: absolute;
    inset: 0; /* равен top:0; right:0; bottom:0; left:0 */
    background: rgba(0, 0, 0, 0.55); /* степень затемнения */
    z-index: 1;
}

.ety-section > * {
    position: relative;
    z-index: 2; /* чтобы текст и кнопка были выше overlay */
}

.eti__title {
    font-family: Raleway;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.ety__subtitle {
    font-family: Manrope;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.accordion {
  max-width: 800px;
  margin: 50px auto;
}

.accordion-item {
    width: 700px;
    border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);

}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s;
  font-family: Manrope;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;

}

.accordion-header:hover {
  background: rgba(0, 0, 0, 0.05);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
  font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(0, 0, 0, 0.5);
}
.faq{
margin-block: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.faq__header-wrapper {
        display: flex
;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.faq__title {
    font-family: Manrope;
font-weight: 800;
font-style: ExtraBold;
font-size: 50px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;

}

.faq__title-grey {
font-family: Manrope;
font-weight: 800;
font-style: ExtraBold;
font-size: 50px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 0, 0, 0.4);
}

.faq__header_desc {
font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
color: rgba(0, 0, 0, 0.4);
}

.mobile-hide {
    display: none;
}

.footer {
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem;
}

.footer__element {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.footer__list {
    display: flex
;
    flex-direction: column;
    gap: 1rem;
}

.logos__wrapper {
    display: flex;
    gap: 1rem;
}

.footer__list li a, li address {
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(63, 106, 139, 1);
}

.footer__wrapper__low p {
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 150%;
letter-spacing: 0%;
}

.footer__element h3 {
    font-family: Manrope;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: rgba(0, 0, 0, 1);
}

.feedback__wrapper {
  margin: 0 auto;
}

.feedback__card {
  margin: 2rem; /* отступы между карточками */
}

.footer__element p { 
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 700px) {
    .header__nav {
        display: none;
    }

    .hero__title {
        font-size: 40px;
    }

    .hero__text {
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .w50 {
        width: 100%;
    }

    .flex-2-column {
        width: 100%;
    }

    .footer__element:first-child {
        width: 100%;
        margin-bottom: 2rem;
    }
    
    .about__wrapper-advantages {
        width: 100%; 
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    }
    
    .feedback-section {
        margin-bottom: 5rem;
    }

    .mobile-hide {
        display: block;
        width: 100%;
    }

    .about-section {
        background-image: unset;
        height: unset;
    }

.product-section {
    padding: 1rem;
}

    .product__cards__wrapper {
        width: unset;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    }

    .accordion-item {
    width: 100%;
}

    .products__wrapper__for-all {
        flex-direction: column;
        gap: 1rem;
    }
    
    .technologies-section {
        padding: 2rem;
    }

    .our-partners-section {
        height: 500px;
    }

    .ety-section {
        display: none;
    }
    
.footer__wrapper {
    flex-wrap: wrap;
}

    .faq {
        margin-block: 0;
        margin-top: 2rem;
        padding: 1rem;
    }

    .footer {
        padding: 2rem;
    }

    .product__subtitle {
        font-size: 22px;
    line-height: 30px;
    }

    .partners__title {
        font-size: 25px;
    }

    .flex-mobile {
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    }

    .flex-mobile img {
        width: 80%;
    }
    
    .product__wrapper__inside {
            gap: 2rem;
    }
    
    .product__wrapper {
        padding: 1rem;
    padding-bottom: 0rem;
    }

    .about__wrapper{
        width: 100%;
    padding: 0 0 0 2rem;
    box-sizing: border-box;
    }

    .about-section {
        margin-block: 2rem;
    }

    .technologies__title {
        font-size: 26px;
    }

    .technologies__subtitle {
        font-size: 20px;
    }

    .tech__wrapper-text {
        padding: 1rem;
    }

    .flex-1-2 {
        flex-direction: column;
    }

    .hero-section {
            padding-inline: 1rem;
    background-image: url("../images/123572471 1 (1).jpg");
        height: 500px;
    }

    .hero__button-wrapper {
        display: flex
;
    flex-direction: column;
    gap: 1rem;
    }
}

.lang-icon-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.lang-icon-wrapper select {
  position: absolute;
  inset: 0;
  opacity: 0; /* робимо прозорим */
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.navbar {
        display: flex;
    align-items: center;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.modal.active {
  display: block;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.modal__content {
  position: relative;
  max-width: 500px;
  margin: 100px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: 10000;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.modal__content h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.modal__content form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.modal__content label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
  display: block;
}

.modal__content input,
.modal__content textarea {
  width: 100%;
    padding: 12px 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.modal__content input:focus,
.modal__content textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.2);
  outline: none;
}

.modal__content textarea {
  resize: vertical;
  min-height: 80px;
}



.modal__content button[type="submit"] {
  background: #007bff;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}

.modal__content button[type="submit"]:hover {
  background: #0056b3;
}



.footer__element {
    width:50%;
}

@media (min-width: 1000px) and (max-width:1300px) {
    .about-section {
        height: 650px;
    }

    .product__img{
        width: 70%;
    }
}