@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 {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {

  flex-grow: 1;

}


.main div:not(.fullscreen-bg):not(.tan):not(.container-menu):not(.prod-img):not(.prod-text):not(.prod-content):not(.img-seq) {
  background: #f9f9f9;
}


.main div:not(.fullscreen-bg):not(.container-menu):not(#formContainer):not(.prod-img) {
  z-index: 2;
}

ul {
  list-style: none;
}

.container {
  /* width: 1400px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* background: #f9f9f9; */
  display: flex;

  justify-content: center;
  /* Выравнивание по горизонтали */
  align-items: center;
}

header {
  background-color: #333;
  display: flex;
  gap: 5vw;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 10px 0;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  font-size: clamp(0.5rem, calc(1vw + 0.5rem), 1rem);
  font-weight: 500;
}

.last {
  margin-bottom: 5vh;
}

.container-head p {
  color: #fff;
  width: 18vw;
}

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: 50%;
  margin-top: 20px;
}

@media (max-width:600px) {
  .container-menu nav {
    width: 100%;
    justify-content: space-evenly;
    padding: 0 3vw;
  }
}

.container-menu nav ul:not(.dropp) {
  /* list-style: none; */
  display: flex;
  justify-content: space-between;
}

.container-menu 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 {

}
*/

/* .container-menu nav ul li:not(.active):not(.btn) a:hover {
  border-bottom: 5px solid #383fa5;
} */

.container-menu nav ul li.btn a {
  background: #383fa5;
  padding: 9px 17px;
  border-radius: 8px;
  transition: all 500ms ease;
}

.container-menu nav ul li:not(.btn) a:hover {
  /* border-bottom: 5px solid #383fa5; */
  background: #242424;
}

.container-menu nav ul li.btn a:hover {
  background: #1a1561;
}

.swiper-wrapper {
  /* background: rgba(21, 21, 21, .3); */
  max-height: 500px;

}

.swiper {
  background-image: url(/img/2443.jpg);
}

.swiper-slide {
  height: 100vh;
}

.fullscreen-bg {
  min-height: 300px;
  height: 50vh;
  width: 100%;
  z-index: 6;
}

@media (max-width:600px) {
  .fullscreen-bg {
    height: 30vh;
  }
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 0;
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

.tan {
  min-height: 300px;
  left: 0;
  top: 80px;
  width: 100%;
  height: 43vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  align-content: center;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
}

.tan p {
  font-weight: 600;
  font-size: clamp(1.5rem, 2vw + 0.5rem, 5rem);
  line-height: 1.5;
  color: #fff;
  padding: 0px 100px 0px;
}

@media (max-width:600px) {

  .tan {
    text-align: center;
    align-content: unset;
    height:27vh;

  }


  .tan p {
    margin-top: 7vh;
    padding: 0 3vw;
  }
}

#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;
}

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;
  }
}


.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; */
}

.text-ob {
  font-size: clamp(1rem, calc(2vw + 1rem), 2.2rem);
  padding: 60px 0 50px;
  font-weight: 800;
  text-align: center;
}

.prod-table {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 2vh auto;
  width: 96vw;
  flex-direction: column;
  background: #f9f9f9;
  margin-top: auto;
}


/* 
.diecut img {
  padding-top: 2vh;
  width: 100%;
  height: 27vh;
  object-fit: contain;
  border-bottom: 5px solid #000000;
  /* background: #3e54c2;
  background: radial-gradient(circle,rgba(62, 84, 194, 1) 0%, rgba(0, 0, 0, 1) 100%); 
} */



.PM-18-container img {
  max-width: 100%;
}

.PM-18-info p {
  margin: 10px 0;
  padding: 5px 10px 5px 10px;
  border: 1px solid #999;
}

.PM-18-info h1 {
  margin: 10px 0;
  padding: 5px 10px 5px 10px;
  border: 1px solid #999;
}

.PM-18-info h2 {
  margin: 10px 0;
  padding: 5px 10px 5px 10px;
  border: 1px solid #999;
}

.prod-content {
  position: relative;
  /* width: clamp(150px, calc(26vw + 1rem), 40vw); */
  width: 80%;
  /* width: 30vw; */
  margin: 1vh auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
  z-index: 20;
  /* overflow: hidden; */
  display: flex;
  /* Add this line */
  /* Add this line */
  /* Add this line */
  justify-self: center;
  height: 18vh;
}



@media (max-width:600px) {

  .image_hide {
    display: none;
  }
}

.prod-content a {
  display: flex;
  justify-content: space-between;
  height: fit-content;
  width: 100%;
  align-self: center;
}

.prod-img img {
  width: 100%;
  height: 100%;
  /* background: #3d3d3d;
  background: radial-gradient(circle, rgba(61, 61, 61, 1) 0%, rgba(156, 156, 156, 1) 100%); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: contain;
  pointer-events: none;

}

.img-seq {
  width: 50%;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-evenly;
  height: fit-content;
}

.prod-img {
  height: 15vh;
  display: inline-block;
  /* height: 40vh; */
  background: #fff;
  /*border-bottom: 5px solid #000000;*/

}

.img-seq a {
  display: flex;
  justify-content: space-evenly;
  height: fit-content;
  width: 100%;
}

@media (max-width:600px) {
  .prod-img {
    height: 12vh;
  }

  .prod-content {
    width: 90%;
    height: 13vh;
    margin: 1vw auto;
  }

  .prod-img img {
    margin: 0;
  }

}

/* .boxmaker img {
  padding-top: 2vh;
  width: 100%;
  height: 27vh;
  object-fit: contain;
  border-bottom: 5px solid #000000;
 
} */

.prod-img:hover img {
  z-index: 25;
  /* position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8); */
  transform: scale(1.2);
  cursor: pointer;
}


.prod-content h2 {
  /* padding: 2vw; */
  padding: 1vw;
  text-align: center;
}

.prod-text {
  display: flex;
  /* Make it a flex container */
  justify-content: center;
  order: -1;
  margin: 1vh auto;
  /* Allow this section to expand */
  /* Add some padding for aesthetics */
  background: #fff;
  align-items: center;
  width: 50%;
}

.prod-content h2 {
  transition: all 500ms ease;
}

.prod-content:hover h2 {
  color: #383fa5;
}

.prod-text .btn {
  display: flex;
  text-align: center;
  margin-bottom: 0;
  align-self: center;
}

.prod-text .btn a {

  padding: 1.2vw 2vw 1.2vw 2vw;
  background: #383fa5;
  border-radius: 10px;
  font-weight: 550;
  text-transform: uppercase;
  font-size: clamp(0.5rem, calc(1vw + 0.4rem), 1.1rem);
  transition: all 500ms ease;
  color: #fff;
}

@media (max-width:600px) {
  .prod-text .btn a {
    padding: 3vw;
  }
}

.prod-text .btn a:hover {
  background: #1a1561;
}

.prod-text h2 {
  color: #000000;
  font-size: clamp(0.8rem, calc(1vw + 0.5rem), 1.5rem);

}

.prod-text p {
  font-size: clamp(0.5rem, calc(1vw + 0.5rem), 1.1rem);
  margin: 1vh 2vw;
}

.box1-PM24 {
  width: 90%;
  height: min-content;
  display: flex;
  border-radius: 10px;
  box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .25);
  overflow: hidden;
}

.box1-PM24 img {
  width: 50%;
  /* or any custom size */
  max-height: 100%;
  object-fit: contain;
  background: #3d3d3d;
  background: radial-gradient(circle, rgba(61, 61, 61, 1) 0%, rgba(156, 156, 156, 1) 100%);
}

.list-description {
  padding: 20px;
}

.list-description li {
  padding: 10px;

}

.list-description li::marker {
  content: '✔';
  /* Use an emoji as a bullet */
  color: #383fa5;
  font-size: 1.2em;
}

.tth {
  padding-bottom: 40px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.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%;
}

.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;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.description {
  width: 80%;
  margin: 50px auto;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
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 {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;

  a {
    text-decoration: none;
    padding: 1.5em 3em;
    display: block;
  }

  &:hover {
    background: #f0f0f0;
  }

  >ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    &:before,
    &:after {
      content: "";
      display: table;
    }

    &:after {
      clear: both;
    }

    >li {
      margin: 0;
      padding-bottom: 0;
      list-style: none;
      width: 25%;
      background: none;
      float: left;

      a {
        color: #777;
        padding: .2em 0;
        width: 95%;
        display: block;
        border-bottom: 1px solid #ccc;
      }
    }

    &.normal-sub {
      width: 300px;
      left: auto;
      padding: 10px 20px;

      >li {
        width: 100%;

        a {
          border: 0;
          padding: 1em 0;
        }
      }
    }
  }
}







/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon {
    &:before {
      display: block;
    }
  }
  .menu {
    > ul {
      display: none;
      > li {
        width: 100%;
        float: none;
        display: block;
        a {
          padding: 1.5em;
          width: 100%;
          display: block;
        }
        > ul {
          position: relative;
          &.normal-sub {
            width: 100%;
          }
          > li {
            float: none;
            width: 100%;
            margin-top: 20px;
            &:first-child {
              margin: 0;
            }
            > ul {
              position: relative;
              > li {
                float: none;
              }
            }
          }
        }
      }
    }
    .show-on-mobile {
      display: block;
    }
  }
}
*/

@view-transition {
  navigation: auto;
}

::view-transition-group(root) {
  animation-duration: 1s;
}

@media (max-width:600px) {

  .image_hide {
    display: none;
  }
}