@import url('');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
}

.wrapper {
  /* background: #15209e;
  background: linear-gradient(0deg, rgba(125, 125, 219, 1) 5%, rgb(9, 16, 99) 94%); */
  background: #f9f9f9;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex-grow: 1;
}

ul {
  list-style: none;
}

.container:not(.machine-header):not(.container-table) {
  padding: 3vh 0 3vh;
}

.container {
  /* width: 1400px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  /* Выравнивание по горизонтали */
  align-items: center;
}

header {
  background-color: #333;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 10px 0;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.table-header {
  background-color: #b9b9b9;
  padding: 20px 0px 20px;
  text-align: center;
}

.table-header h1 {

  text-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

header img {
  height: 60px;
  width: 60px;
}

header .orto-logo {
  object-fit: contain;
  padding-right: 20px;
}

header .logo {
  width: 20%;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 800;
  color: #067BC0;
}

.container-menu {
  background-color: #333;
  display: flex;
  justify-content: center;
  position: sticky;
  top: 0;
  padding: 10px 0;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
}

.container-menu nav {
  width: 60vw;
  margin: 0vw 20vw 0 15vw;
  margin-top: 20px;
}

@media (max-width:600px) {
  .container-menu nav {
    width: 100%;
    justify-content: space-evenly;
    padding: 0 3vw;
    margin: 20px 0 0 0;
  }

}

header nav ul {
  /* list-style: none; */
  display: flex;
  justify-content: space-between;
}

header nav ul li {
  display: inline-block;

}

.container-menu nav ul li a {
  color: #fff;
  font-size: clamp(0.5rem, calc(1vw + 0.5rem), 1.1rem);
  font-weight: 600;
  background: #333;
  padding: 3vh 1vw;
  transition: all 500ms ease;
}

/*header nav ul li.active::after {

}
*/

header nav ul li:not(.btn) a:hover {
  /* border-bottom: 5px solid #383fa5; */
  background: #242424;
}

header nav ul li.btn a {
  background: #383fa5;
  padding: 9px 17px;
  border-radius: 8px;
  transition: all 500ms ease;
}

header nav ul li.btn a:hover {
  background: #1a1561;

  cursor: pointer;
}

.quote-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3vh auto;
  height: fit-content;
  width: fit-content;
}


.quote-button a {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 3vh 3vw;
  background: #383fa5;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;

}



.quote-button a:hover {
  background: #1a1561;
}

@media (max-width:600px) {
  .quote-button {
    margin: 3vh auto;
  }

  .quote-button a {
    padding: 3vh 8vw;
    border-radius: 10px;
  }
}


.text-ob {
  font-size: 35px;
  padding: 70px 0 40px;
  font-weight: 800;
}


@media (max-width:600px) {
  .text-ob {
    padding: 5vh 0 2vh;
  }
}


.PM-18-container img {
  max-width: 100%;
}

.PM-18-info p {
  margin: 10px 0;
  padding: 5px;
  border: 1px solid #999;
}

.tan-img {
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  align-content: center;
  text-align: center;
  /* text-shadow: 0 1px 4px rgba(0, 0, 0, .7); */
  z-index: 10;
}

.tan-img img {
  padding: clamp(1dvh, calc(2dvh+1rem), 5dvh);
  width: 90dvw;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
}

@media (max-width:600px) {}

.box1-PM24 {
  width: 90%;
  height: 60vh;
  display: flex;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
  overflow: hidden;
}


.box1-VALK {
  width: 90%;
  height: min-content;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
  overflow: hidden;
}

.img-pm24 {
  /* cursor: pointer; */
  margin: 2vh;
  padding: 2vw;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.2s ease-out, transform-origin 0.2 ease-out;
}

.main-image-container {
  touch-action: none;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  width: 50vw;
  height: 100%;
  align-content: center;
  display: flex;
  justify-content: center;
  background: #3d3d3d;
  background: radial-gradient(circle, rgba(61, 61, 61, 1) 0%, rgba(156, 156, 156, 1) 100%);

}

.VALKK {
  background: radial-gradient(circle, rgba(62, 84, 194, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.img-pm24.is-zoomed {
  transform: scale(2.5);
}

.container-map {
  display: inline-block;
  justify-self: space-evenly;
  margin: 0 10vw;
}

.container-contacts {
  margin: 5vh auto;
  display: flex;
}

@media (max-width:600px) {
  .container-map {
    display: block;
    margin: 2vh auto;


  }

  .container-contacts {
    flex-direction: column;
  }

  .container-map iframe {
    width: 80vw;
    height: 80vw;
  }
}

.text-map {
  display: inline-block;
  justify-items: center;
  align-self: flex-start;
  height: 100%;
}

.text-contacts {
  margin: 2vh 10vw;
  font-size: 1.2rem;
  font-weight: normal;
}


.main-image-container:hover img {
  transform: scale(2.5);
  /* Increase this number for higher magnification */
  transition: transform 0.05s ease-out;
  /* Snappy movement when tracking the cursor */
}

@media (max-width:600px) {
  .box1-PM24 {
    flex-direction: column;
    height: fit-content;
    width: 100%;
    border-radius: 0;
    box-shadow: unset;
  }

  .img-pm24 {
    padding: unset;
    margin: 2vw;
    width: 100%;
    object-fit: contain;
    height: 30vh;
  }

  .main-image-container {
    width: 100%;
    justify-content: center;
  }
}


.box1-VALK .img-pm24 {
  padding: 2vh;
  width: 39vw;
  max-height: 100%;
  object-fit: contain;
  background: #3e54c2;
  background: radial-gradient(circle, rgba(62, 84, 194, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.machine-header {
  font-size: clamp(1rem, 3vw + 1rem, 3rem);
  font-weight: 900;
  text-align: center;
  padding: 3vh 0 0;
}

/* @media (max-width:600px) {
  .machine-header {
    padding: 3vh 0 0;
  }
} */

.PM-24-description {
  position: relative;
  display: flex;

  flex-direction: column;
  /* flex-grow: 1; */
  /* justify-content: space-between; */
  width: 60vw;
}

@media (max-width:600px) {
  .PM-24-description {
    width: unset;
  }
}

.yt-links {

  display: flex;
  justify-content: space-evenly;
  margin: 0 8vw;
  margin-top: auto;
}

._link {
  align-items: center;
  display: flex;
  width: 50%;
  justify-content: center;
}

._link a {
  padding: 2vh 0;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  transition: all 300ms ease;
}

.link-img {
  display: inline-block;
  height: 50px;
  width: 50px;
  margin: 1vw;
}

.link-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: all 500ms ease;
}

._link a:hover {
  color: #383fa5;
}

._link:hover img {
  transform: scale(1.1);
}

.gallery {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1vh;
  /* margin-top: auto; */
  margin-bottom: 2vh;
  /* gap: 30px; */
}

.short-text {
  margin: 2vw 2vw 1vw;
  font-size: clamp(0.8rem, calc(0.9vw + 0.1rem), 1.5rem);
  line-height: 1.5;
  text-indent: 2em;

  a {
    display: block;
    /* Crucial step: allows vertical margins to work */
    margin: 0 auto;
    padding: 2vh 2vw;
    justify-self: center;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 250ms ease-in-out;
  }

  a:hover {
    transform: scale(1.05);
    color: #383fa5;
  }
}

.gal {
  overflow: hidden;
  align-content: center;
  justify-content: center;
  display: flex;
  height: 160px;
  width: 160px;
  /* border: 5px solid #000000; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);

  transition: all 500ms ease;
  opacity: 0.8;
}

.gal img {
  width: 100%;
  width: 20vw;
  /* max-height: 100%; */
  object-fit: contain;
  object-fit: cover;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.gal:hover {
  opacity: 1;
  transform: scale(1.2);
}

.list-description {
  margin: 0 5vw 0 7vw;
}

.list-description li {
  font-size: 1.1rem;
  padding: 1vh;
}

.list-description li::marker {
  content: '✔';
  color: #383fa5;
  font-size: 1.2em;
}

.trub li::marker {
  content: none;
}

.documentation {
  display: flex;
  align-items: center;
}

.documentation a {
  padding: 2vh 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  transition: all 200ms ease;
}

.documentation a:hover {
  color: #383fa5;
}

.doc-img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 2vw;
}

.doc-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 500ms ease;
}

.documentation:hover img {
  transform: scale(1.2);
}

.tth {
  margin: 0 auto;
}

.container-table {
  padding: 0vh 0 3vh;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  width: 30vw;
  font-size: 1.1rem;
}

.column-center {
  text-align: center;
}

table th:not(.column-center),
td:not(.column-center) {
  padding-left: 1vw;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.footer {
  background-color: #333;
  padding: 5vh 0 5vh;
  font-size: clamp(0.5rem, calc(1vw + 0.5rem), 1.1rem);
  font-weight: 600;
}

.footer a {
  /* color: #fff; */
  color: #ccc;
}

.footer nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.footer nav ul li {
  display: inline-block;
  align-content: center;
  text-align: center;
  width: 30vw;
}

@media (max-width:600px) {
  .gallery {
    margin: 0 1vw;
    margin-top: 1vh;
    flex-wrap: wrap;
    order: -1;
  }

  .gal {
    margin: 1vw 0;
    height: 30vw;
    width: 30vw;
    display: flex;
  }

  .gal img {
    width: 100%;
  }

  .short-text {
    font-size: 1rem;
    margin: 3vh 5vw;

    a {
      margin-top: 2vh;
      text-align: center;
      border: #000000 solid 1px;
      background: #ccc;
    }
  }

  .c-img {
    margin: 0 15vw;
    width: unset;
  }

  @media (max-width:600px) {
    .c-img {
      flex-direction: column;
      gap: 2vh;
    }
  }

  .list-description li {
    font-size: 1rem;
  }

  td,
  th {
    font-size: 0.85rem;
    width: 45vw;
  }

  table {
    width: 100%;
  }
}

.detail {
  display: flex;
  flex-direction: column;

  h1 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.2rem;
    margin: 0 15vw;
    line-height: 1.5;
    /* text-indent: 2em; */
  }
}

@media (max-width:600px) {
  .detail {
    p {
      font-size: 1.1rem;
      margin: 0 5vw;
    }
  }
}



summary {
  display: flex;
  text-align: center;
  justify-self: center;
  font-size: 1.8rem;
  font-weight: 600;
  justify-content: center;
  padding: 3vh 3vw;
  margin: 0 auto;

  &:hover {
    cursor: pointer;
    color: #3e54c2;
  }
}

details {

  b {
    text-indent: 2em;
  }

  h1 {
    align-self: center;
    justify-self: center;
  }
}

@media (max-width:600px) {
  summary {
    font-size: 1.3rem;
  }

  details img {
    width: 60vw;
    justify-self: center;
  }

}



.construction {
  display: block;
  flex-direction: column;

  b {
    text-indent: 2em;
  }

  h1 {
    align-self: center;
    justify-self: center;
  }


  img:not(.c-img1) {
    float: right;
    margin-left: 10px;
    margin-right: 20vw;
  }

  .c-img1 {
    margin: 0 5vw;
  }

  .c-last {
    margin-left: auto;
  }

  .construction-specs {
    margin: 2vh auto;
    font-size: 1.8rem;
  }
}

.container-info {
  margin: 1vh auto 3vh auto;

  p {
    font-size: 1.2rem;
    align-self: center;
    justify-self: center;
  }
}

@media (max-width:600px) {

  .construction {
    img {
      width: 60vw;
      justify-self: center;
    }

    .construction-specs {
      font-size: 1.6rem;
    }
  }

  .container-info {
    text-align: center;

  }


}



#blurform {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  align-content: center;
  text-align: center;
  z-index: 100;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}

#formContainer {
  position: fixed;
  height: fit-content;
  width: 55vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: white;
  padding: 20px; */
  border: 3px solid #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background: #fff;
  /* background-color: #383fa5; */
  /* border-radius: 20px; */
  padding: 40px;
}

#formContainer h1 {
  font-size: 1.2rem;
  text-align: center;
}


.submit {
  width: 10vw;
  height: 5vh;
  cursor: pointer;
  align-self: center;
  text-transform: uppercase;
  font-weight: 800;
}

@media (max-width:600px) {
  .submit {
    width: 50vw;
  }
}

textarea {
  font-size: 1.3rem;
}

@media (max-width:600px) {
  #formContainer {
    width: 90vw;
    height: 80vh;
  }
}

.hs-input {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #000000;
  /* border: 2px solid #e6e7e8 !important; */
  padding: 13.5px 10px !important;
  border-radius: 5px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  width: 100% !important;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.container-description {
  display: flex;
}

.container-list {
  display: inline-block;
  width: 50vw;
}

.video-yt {
  display: inline-block;
  border: 2px solid #000000;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
}

form label {
  padding-bottom: 3px;
  font-size: 1.2rem;
  color: #000000;
  /* color:#fff; */
}

@media (max-width:600px) {
  form label {
    font-size: 1rem;
    font-weight: 600;
  }

  .container-description {
    flex-direction: column;
  }

  .container-list {
    width: 90%;
  }

  .video-yt {
    width: 80vw;
    margin: 2vh 0 0 0;
  }

  .video-yt iframe {
    width: 100%;
    height: 30vh;
  }
}


.X {
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1vh;
  right: 1%;
  top: 1%;
  cursor: pointer;
  color: #000000;
  background: #fff;
  /* color: #fff;
  background: #383fa5; */
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
  display: none;
  padding: 20px;

  &:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    transform: translateY(-25%);
  }
}

.menu-dropdown-icon {
  &:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    /* background: #fff; */
    background: #333;
    /* color: #333; */
    color: #fff;
  }
}

.menu img {
  width: 100%;
  height: 100%;
}

.drop {

  a {
    color: #fff;
    font-size: clamp(0.5rem, calc(1vw + 0.5rem), 1.1rem);
    font-weight: 600;
    background: #333;
    padding: 3vh 1vw;
    transition: all 500ms ease;
  }

  &:hover {
    background: #f0f0f0;
  }

  >ul {
    display: none;

    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 2vh;

    /* width: 100%; */
    width: 35%;
    background: #333;
    margin: 20px 0;
    padding: 0 2vw;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    &:before,
    &:after {
      content: "";
      display: block;
    }

    &:after {
      clear: both;
    }

    >li {
      flex-grow: 1;
      margin: 0;
      padding-bottom: 0;
      list-style: none;
      width: 100%;
      background: none;
      display: flex;

      a {
        color: #fff;
        text-align: center;
        padding: .2em 0;
        width: 95%;
        display: block;
        /* border-bottom: 1px solid #ccc; */
      }
    }


  }
}

.dropp {
  justify-content: space-evenly;
}

@media (max-width:600px) {
  .drop {
    >ul {
      width: 50%;
    }
  }

  .container-menu nav ul .contacts {
    display: none;
  }
}

@view-transition {
  navigation: auto;
}

::view-transition-group(root) {
  animation-duration: 1s;
}

.PM-18-info {
  width: 90%;
  height: min-content;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
}

.PM-18-info img {
  width: 50%;
}

.about {
  width: 80%;

  h1 {
    justify-self: center;
  }

  p {
    font-size: 1.3rem;
    align-self: center;
    line-height: 1.5;
    text-indent: 2em;
  }
}

.news {
  flex-direction: column;
}

.news_in {
  margin: 3vh 5vw;
}

.expo_2026 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 50px;
}

.expo_images {
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.expo_2026 img {
  width: 35%;
  display: inline-block;
}