@media (min-width: 1500px) {
  body {
    margin: 0 auto;
    padding: 0;
  }

  /* header, */
  #section1,
  #section6,
  #section7,
  footer {
    width: 100%;
    position: relative;
    background-color: #0e123b;
    box-sizing: border-box;
  }

  #section1 .wrapper,
  #section6 .wrapper,
  #section7 .wrapper,
  footer .wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #section5 {
    position: relative;
    box-sizing: border-box;
  }
}

@media (max-width: 1440px) {
  #section3 .numbers-container div {
    padding: 0;
  }

  #section3 .numbers-container div p {
    padding-left: 25px;
    padding-right: 15px;
  }

  #section3 .numbers-container div p:first-child {
    padding-top: 35px;
    padding-bottom: 80px;
  }

  #section3 .numbers-container div p:nth-child(2) {
    width: 150px;
  }

  #section3 .numbers-container div p:last-child {
    padding-bottom: 25px;
    line-height: 22px;
  }

  #section6,
  #section7 {
    padding: 20px 10px 20px 10px;
  }

  .wrapper.form-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 1200px) {
  #section3 .numbers-container div {
    width: 200px;
  }
}

@media (max-width: 1024px) {
  body {
    padding: 0;
  }

  header,
  footer,
  #section1,
  #section5,
  #section6,
  #section7 {
    display: flex;
    flex-direction: column;
  }

  header .logo {
    margin-bottom: 70px;
  }

  #section1 img {
    width: 85px;
  }

  #section3 {
    display: flex;
    flex-direction: column;
  }

  #section2 div.mainImgHolder {
    width: 250px;
  }

  #section3 .numbers-container {
    overflow-x: scroll;
  }

  #section3 .numbers-container {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
  }

  #section3 .numbers-container::-webkit-scrollbar {
    display: none;
  }

  #section3 .numbers-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #section3 .numbers-container div {
    min-width: 230px;
  }

  #section3 .numbers-container div:last-child {
    margin-right: 30px;
  }

  #section5 .products-container {
    grid-template-columns: 1fr 1fr;
  }

  #section6 p:first-child {
    font-size: 46px;
    padding: 100px 20px 0 20px;
  }

  #section7 .imgTechnologiesContainer {
    column-gap: 10px;
  }

  footer {
    padding: 0 20px 0 20px;
  }


  @supports (-moz-appearance: none) {
    footer p.copyright {
      margin-right: -215px;
    }
  }

  /* FORM */
  .contact-container {
    display: grid;
    justify-content: space-between;
    gap: 20px;
    padding: 0 30px 20px 30px;
  }

  .contact-info {
    max-width: fit-content;
  }

  .contact-info p:nth-child(3) {
    margin-bottom: 10px;
  }

  .contact-info p {
    max-width: fit-content;
    margin: 0 0 35px 0;
  }

  .contact-form input:not([name="privacy"]),
  .contact-form textarea {
    width: 100%;
  }

  #section2 .imgHolderContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 20px;
    padding: 0 20px;
  }

  #section2 {
    margin-bottom: 40px;
  }

  #section2 p {
    margin-bottom: 10px;
  }

  #section2 h2 {
    margin-bottom: 0;
    line-height: 1.2;
  }

  #section2 div.imgHolderContainer {
    gap: 0;
  }

}

@media (max-width: 994px) {
  #section2 div.imgHolderContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 20px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  #section7 .imgTechnologiesContainer {
    grid-template-columns: repeat(5, 1fr);
  }

  header .logo {
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {

  #section2 .imgHolderContainer,
  #section3 .numbers-container {
    padding: 0 20px;
    gap: 20px;
  }

  #section1 h2 {
    font-size: 40px;
    padding-bottom: 5px;
  }

  #section1 p {
    font-size: 20px;
  }

  #section1 .wrapper div span {
    font-size: 25px;
  }

  #section2 div.mainImgHolder {
    width: 250px;
  }

  #section6 .wrapper {
    padding: 0;
  }

  #section6 p:first-child {
    font-size: 36px;
    padding: 100px 10px 0 10px;
  }

  #section6 span.diff-text::after {
    bottom: 5px;
  }

  #section6 span.diff-text {
    display: none;
  }

  #section7 .imgTechnologiesContainer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }

  #section7 h2 {
    padding: 50px 0 30px 0;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  html {
    scrollbar-width: none;
  }

  #section2 .mainImgHolderContainer {
    margin-bottom: 20px;
  }

  #section2 div.mainImgHolder {
    width: 100%;
    padding: 0 10px;
  }

  #section2 .mainImgHolderContainer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  #section2 div.mainImgHolder:not(:last-child) {
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  #section4 {
    padding: 0 20px;
  }

  header h2 {
    font-size: 40px;
  }

  header p {
    font-size: 20px;
  }

  header .logo {
    margin-bottom: 40px;
  }


}

@media (max-width: 600px) {
  #section5 .products-container {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    width: 100%;
  }

  #section5 .products-container .product-card {
    height: 150px;
    padding: 0;
    border-radius: 0;
  }

  header {
    aspect-ratio: 1 / 1;
    background-position: right -100px top;
    padding: 40px 20px 20px 20px;

  }
}

@media (max-width: 480px) {

  header .wrapper{
    max-width: 340px;
  }

  header h2 {
    font-size: 34px;
  }

  header p {
    font-size: 16px;
  }

  header .logo {
    max-width: 200px;
    margin-bottom: 20px;
  }

  header .language-links {
    margin-right: 10px;
  }

  section {
    margin-bottom: 50px;
  }

  .wrapper {
    padding: 0;
  }

  #section1 .wrapper div {
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px;
  }

  #section1 h2 {
    font-size: 34px;
  }

  #section1 p {
    font-size: 18px;
  }

  #section1 img {
    width: 55px;
  }

  #section2 h2,
  #section3 h2,
  #section4 h2,
  #section5 h2,
  #section7 h2 {
    font-size: 28px;
  }

  #section2 {
    display: block;
    overflow-x: hidden;
    /* margin-right: -10px; */
  }

  #section2 p {
    font-size: 18px;
  }

  #section2>div.imgHolderContainer {
    overflow-x: auto;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 0;
    gap: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    width: 100%;
  }

  #section2>div.imgHolderContainer::-webkit-scrollbar {
    display: none;
  }

  #section2 div.imgHolder {
    width: 190px;
    height: 100px;
    background-color: rgba(2, 130, 252, 0.1);
    border-radius: 15px;
    display: grid;
    justify-content: center;
    justify-items: center;
    align-content: center;
  }

  #section2 div.imgHolder img {
    width: 70%;
  }

  #section2 div.imgHolder:last-child,
  #section2 div.imgHolder:nth-child(6) {
    margin-right: 10px;
  }

  #section2 h2,
  #section3 h2,
  #section4 h2,
  #section5 h2 {
    line-height: 30px;
  }

  #section3 .numbers-container div p:nth-child(2) {
    line-height: 26px;
  }

  #section3 .numbers-container div p:last-child {
    line-height: 20px;
  }

  #section3 .numbers-container div {
    min-width: 190px;
  }

  #section3 .numbers-container {
    /* margin-right: -10px; */
    overflow-x: auto;
    width: 100%;
  }

  #section3 .numbers-container div:last-child {
    margin-right: 10px;
  }

  #section3 {
    overflow-x: hidden;
    /* margin-right: -10px; */
  }

  #section4 {
    gap: 20px;
  }

  #section4 p.content__container__text {
    font-size: 28px;
  }

  .content {
    font-size: 28px;
  }

  #section5 {
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 0;
  }

  #section5 .products-container div img {
    padding-bottom: 10px;
  }

  #section6 {
    margin-top: 0;
    padding: 20px;
  }

  #section6 p:first-child {
    font-size: 26px;
    padding: 100px 10px 0 10px;
  }

  #section6 p:last-child {
    font-size: 16px;
  }

  #section7 {
    margin-bottom: 0;
    margin-top: 0;
  }

  #section7 .imgTechnologiesContainer {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    column-gap: 0;
    padding-bottom: 30px;
    row-gap: 15px;
  }

  #section7 h2 {
    padding: 40px 0 40px 0;
  }

  #section7 .imgTechnologiesContainer img {
    width: 110px;
  }

  footer {
    padding: 80px 10px 0 10px;
  }

  footer p.copyright {
    float: none;
    margin-right: 0;
    margin-top: 50px;
    transform: unset;
    transform-origin: unset;
    text-align: center;
    width: 100%;
  }

  footer div.imgWrapper {
    padding-top: 0;
    margin-top: 30px;
  }

  .buttons-wrapper {
    display: grid;
  }

  /* FORM */
  header.form-header {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .contact-container {
    padding: 0 0 20px 0;
  }

  .contact-info h2 {
    font-size: 26px;
  }

  .formSubmit {
    display: grid;
    gap: 25px;
    margin-top: 15px;
  }

  .modal-content {
    padding: 40px 25px;
  }

  .contact-form input:not([name="privacy"]),
  .contact-form textarea {
    width: 95%;
  }

  #privacyModal h2,
  #emailError h2,
  #emailSuccess h2 {
    font-size: 26px;
  }

  .second-part-h2 {
    padding-top: 25px;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 380px) {
  #section2 div.imgHolder {
    width: 160px;
    height: 80px;
  }

  #section3 .numbers-container div {
    min-width: 160px;
    height: 320px;
    border-radius: 30px;
  }

  #section3 .numbers-container div p:first-child {
    font-size: 40px;
  }

  #section3 .numbers-container div p:nth-child(2) {
    font-size: 18px;
    width: 120px;
  }

  #section3 .numbers-container div p:last-child {
    font-size: 14px;
  }

  #section6 {
    padding-right: 30px;
    padding-left: 30px;
  }

  #section6 p:first-child {
    font-size: 28px;
  }

  /* FORM */
  .contact-form input:not([name="privacy"]),
  .contact-form textarea {
    width: 90%;
  }
}