.fon_p {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.ne_scroll{
        scroll-behavior: smooth;
      transition: all 0.25s ease-in;
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; /* Для отключения инерции в Safari на iOS */
        touch-action: pan-y;

}

.slideshow-container {
      position: relative;
      scroll-behavior: smooth;
      transition: all 0.25s ease-in;
      -ms-overflow-style: none;
      scrollbar-width: none;
      scroll-snap-type: x mandatory;
      overscroll-behavior: none;
      -webkit-overflow-scrolling: touch; /* Для отключения инерции в Safari на iOS */
        touch-action: pan-y;
    }

.mySlides {
      display: none;
    }

.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #443a3a;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    left: -5%;
    text-decoration: none;
    display: block;
    }

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #443a3a;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
    right: -5%;
    border-radius: 3px 0 0 3px;
    display: block;
}

.shadow2 {
    overflow: hidden;
    height: 2rem;
    width: 100%;
    position: absolute;
}

.shadow2:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 133px/12px;
    box-shadow: 0px 6px 10px 4px #00000080;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #3d3c3c;
  font-size: 2rem;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0%;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  background-color: rgba(255 255 255 / 76%);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.active, .dot:hover {
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #555;
    pointer-events: auto;
    -webkit-appearance: none;
}



/*input*/
input {
  background: 0;
  border: 0;
  outline: none;
  transition: padding 0.3s 0.2s ease;

  &:focus {
    padding-bottom: 5px;
  }

  // sibling magic ;o
  &:focus + .line {
    &:after {
      transform: scaleX(1);
    }
  }
}

.field {
  position: relative;

  .line {
    width: 100%;
    height: 3px;
    bottom: -8px;
    background: #bdc3c7;

    &:after {
      content: " ";
      position: absolute;
      float: right;
      width: 100%;
      height: 3px;

      transform: scalex(0);
      transition: transform 0.3s ease;

      background: #1abc9c;
    }
  }
}


.text-ar{
    background: none;
    color: #c6c6c6;
    padding: 10px 10px 10px 5px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c6c6c6;
}

main{
    font-size: 1.5rem;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch; /* Для отключения инерции в Safari на iOS */
    overflow: hidden;
}

.botns_menu{
    padding: 1.2rem;
}

.nav_menu{
    -webkit-box-shadow: 0px 0px 16px 2px rgba(80, 149, 195, 0.26) inset;
    -moz-box-shadow: 0px 0px 16px 2px rgba(80, 149, 195, 0.26) inset;
    box-shadow: 0px 0px 16px 2px rgba(80, 149, 195, 0.26) inset;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 1.5em;
    margin-inline: 1em;
}

.slideshow-container {
        position: relative;
        width: max-content;
    }

    .mySlides {
        transition: transform 0.5s ease;
        display: none;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    /* Show the first slide by default */
    .mySlides:first-child {
        display: block;
    }

    /* Slide from left to right */
    .slide.left {
        transform: translateX(-100%);
    }

    /* Slide from right to left */
    .slide.right {
        transform: translateX(100%);
    }

    /* Ensure images are visible */
    .mySlides img {
        height: auto;
        max-height: 750px;

    }
@media screen and (max-width: 1205px) {
        .botns_menu {
            border-right: none;
            padding: 1.2rem;
        }
}


.slideshow-container.fullscreen {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.95);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .slideshow-container.fullscreen .mySlides img {
        max-height: 80vh;
        max-width: 90vw;
        object-fit: contain;
    }

    .close-fullscreen {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 36px;
        color: white;
        cursor: pointer;
        z-index: 10000;
    }
.slideshow-container.fullscreen .prev {
    width: 2em;
    text-align: center;
    font-size: 10px;
    left: 10em;
}

.slideshow-container.fullscreen .next {
    width: 2em;
    text-align: center;
    font-size: 10px;
    right: 10em;
}

.slideshow-container.fullscreen .numbertext {
        position: absolute;
        top: 1em;
        left: 1em;

    }

@media screen and (min-width: 	800px) {
    .slideshow-container.fullscreen .prev {
        width: 2em;
        text-align: center;
        font-size: 10px;
        position: absolute;
    }

    .slideshow-container.fullscreen .next {
        width: 2em;
        text-align: center;
        font-size: 10px;
        position: absolute;

    }

}


@media screen and (max-width: 	1200px) {
    .slideshow-container.fullscreen .numbertext {
        position: absolute;
        top: 1em;
        left: 1em;

    }

    .botns_menu{
            font-size: 10px;
            align-items: center;
            text-align: center;
                align-content: center;
    }
    .div_caracteristicas_adicionales{

    }

    .numbertext {
        color: #3d3c3c;
        font-size: 1rem;
        padding: 8px 12px;
        border: 1px solid rgba(255, 255, 255, .25);
        border-radius: 20px;
        background-color: rgba(255 255 255 / 76%);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
        width: max-content;
        position: inherit;
        margin: 1em;
        margin-inline: 0;

    }
    .prev{
        position: static;
        width: 2em;
        text-align: center;
        font-size: 10px;
    }

    .next{
        position: static;
        width: 2em;
        text-align: center;
        font-size: 10px;
    }





    .slideshow-container {
            position: relative;
        }

        .mySlides {
            width: 100%;
            transition: transform 0.5s ease;
            display: none;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        /* Show the first slide by default */
        .mySlides:first-child {
            display: block;
        }

        /* Slide from left to right */
        .slide.left {
            transform: translateX(-100%);
        }

        /* Slide from right to left */
        .slide.right {
            transform: translateX(100%);
        }

        /* Ensure images are visible */
        .mySlides img {
            height: auto;
            max-height: 500px;
            width: 100%;

        }
}