@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');


*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
    --color1: #654321; 
    --color2: #18c318;

    --color4: #111;
    --white: #fff;

    --bg1: rgb(55 60 12 / 92%);

    --rgb1:  rgb(23 94 6 / 50%);

  }

body{
    direction: ltr;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    line-height: 1.2;
    direction: ltr !important;
}


img{
  max-width: 100%;
}

ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

li, p{
padding: 10px 0;
}

a {
  text-decoration: none;
}


.container{
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}

.titleBlock{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  position: relative;
  z-index: 1;
}

.titleBlock h5{
  font-size: clamp(22px,5vw,35px);
  line-height: 40px;
  font-weight: 800;
  color: var(--color1);
  margin-top: -10px;
  margin-bottom: 16px;
  text-transform: capitalize;
  filter: drop-shadow(2px 4px 6px var(--white));
  -webkit-filter: drop-shadow(2px 4px 6px var(--white));
}

.titleBlock h5::after {
  content: "";
  background-image: url(galleryarchive/other-dir/liana-0699445d123e0c.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  padding: 19px 0 0;
  margin: 18px auto 0;
}




.navig-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  z-index: 3;
}
.navig {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f9fa;
  border-radius: 59px;
  padding: 10px 40px;
  margin-top:  18px;
}
.navig ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.navig ul li {
  margin: 0 10px;
}
.navig ul li a {
  text-decoration: none;
  color: var(--color1);
  padding: 10px 18px;
  border-radius: 59px;
  transition: all 0.2s ease;
}
.navig ul li a:hover {
  background-color: #e7e7e7;
  color: var(--color2);
}
.navig-toggler {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
}
.navig-toggler svg {
  width: 65px;
  transition: width 0.15s ease-in-out;
}
.navig-toggler.clicked svg {
  width: 75px;
}
.collapse {
  display: none;
  flex-direction: column;
  text-align: center;
}
.collapse.show {
  display: flex;
}

.navigMob{
  display: none !important;
}


.jungHero{
  position: relative;
  background: url(galleryarchive/background/bg-light-0699445d123aa7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 127px 11px;
  animation: change-background 15s linear infinite;
}

.jungHero:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}


@keyframes change-background {
  0% {
    background: url(galleryarchive/background/bg-light-1699445d123ad6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  100% {
    background: url(galleryarchive/background/bg-light-2699445d123b11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


.jungHero-main{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 52px 0;
}

.jungHero-blockText, .jungHero-block-logo{
  flex: 1;
  margin: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.jungHero-blockText h4{
  color: var(--color1);
  -webkit-text-stroke: 0.1rem var(--color2);
  font-size: clamp(20px, 5vw, 35px);
}

.jungHero-btn{
  padding-top: 19px;
}

.jungHero-block-logo a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.jungHero-block-logo a h2{
  font-size: clamp(17px, 2.5vw, 25px);
  font-weight: 800;
  transition: .5s;
  display: flex;
  flex-direction: row;
}

.jungHero-block-logo a h2:hover{
  color: var(--color2);
}

.jungHero-block-logo a img{
  width: 138px;
  height: 138px;
  object-fit: contain;
}



.jungAbouts{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}

.jungAbouts-ovs{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.jungAbouts-ovs img{
  height: 321px;
  width: 100%;
  object-fit: contain;
}

.jungAbouts-main{
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding-bottom: 18px;
}

.jungAbouts-img,.jungAbouts-text{
  flex: 1;
  margin: 18px;
}


.jungAbouts-img-inner{
  position: relative;
  display: block;
  height: 321px;
  margin: auto;
  z-index: 1;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jungAbouts-img-inner::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 200px;
  width: 200px;
  background: var(--color1);
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.jungAbouts-img-inner::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 200px;
  width: 200px;
  background: var(--color1);
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.jungAbouts-img-inner:hover::after {
  right: -15px;
  top: -15px;
  background: var(--color1);
}
.jungAbouts-img-inner:hover::before {
  left: -15px;
  bottom: -15px;
  background: var(--color1);
}

.jungAbouts-img-inner img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
}

.jungAbouts-text p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 600;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jungAbouts-stat{
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}

.jungAbouts-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 5px;
  background: var(--color1);
  padding: 15px  19px;
  border-radius: 0px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
  padding-top: 19px;
}

.jungAbouts-block:hover {
   transform: translateY(-5px);
}

.jungAbouts-block h2 {
  color: var(--color1);
  -webkit-text-stroke: 0.1rem var(--white);
  font-size: clamp(20px, 5vw, 35px);
}

.jungAbouts-block img{
  width: 138px;
  height: 50px;
  object-fit: contain;
}

.jungAbouts-block p{
  font-size: clamp(17px, 2.5vw, 19px);
  color: var(--color2);
  font-weight: 800;
  padding: 0;
  text-transform: uppercase;
}


.jungPlayS{
  padding:  43px 18px;
  position: relative;
  background: url(galleryarchive/background/bg-light-3699445d123b39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.jungPlayS:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}

.jungPlayS-main{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 38px;
}

.jungPlayS-block{
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jungPlayS-box {
  background: var(--color1);
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: 0.2s linear;
}

.jungPlayS-box .jungPlayS-image {
  position: relative;
  overflow: hidden;
  transition: 0.2s linear;
  height: 321px;
}

.jungPlayS-box:hover {
  box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

.jungPlayS-box .jungPlayS-image img {
  transition: all 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jungPlayS-box:hover .jungPlayS-image img {
  transform: scale(1.3) rotate(5deg);
}


.jungPlayS-box .jungPlayS-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.jungPlayS-box .jungPlayS-content h4 {
  font-size: clamp(17px, 2.5vw, 19px);
  font-weight: 800;
  transition: .5s;
  text-transform: uppercase;
}

.jungPlayS-box .jungPlayS-content h4 a {
  transition: 0.2s linear;
  color: var(--color2);
}

.jungPlayS-box:hover .jungPlayS-content h4 a {
  color: var(--white);
}


.jungPlayS-box .jungPlayS-content p {
  line-height: 22px;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.jungPlayS-box .jungPlayS-btn a {
  font-size: 16px;
  color: var(--white);
  display: inline-block;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.2s linear;
  position: relative;
}
.jungPlayS-box .jungPlayS-btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 0;
  background: var(--color2);
  transition: 0.2s linear;
}
.jungPlayS-box .jungPlayS-btn a:hover::after {
  width: 100%;
}

.jungPlayS-box:hover .jungPlayS-btn a::after {
  width: 100%;
}

.jungPlayS-rating{
  display: flex;
  align-items: center;
  gap: 5px;
}

.jungPlayS-rating svg{
  fill: rgb(185, 185, 63);
  width: 32px;
  height: 32px;
}

.jungPlayS-rating  span{
  font-size: clamp(17px, 2.5vw, 19px);
  font-weight: 600;
  color: var(--white);
}



.jungPlaySTwoV{
  padding:  43px 18px;
  position: relative;
  background: url(galleryarchive/background/bg-light-3699445d123b39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.jungPlaySTwoV:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}

.jungPlaySTwoV-main{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 38px;
}

.jungPlaySTwoV-block {
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.jungPlaySTwoV-block .jungPlaySTwoV-img {
  position: relative;
  height: 321px;
}

.jungPlaySTwoV-block .jungPlaySTwoV-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.jungPlaySTwoV-block .jungPlaySTwoV-overlay {
  position: absolute;
  background-color: rgb(101 67 33 / 80%);
  display: grid;
  place-content: center;
  text-align: center;
  justify-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transition: 0.2s linear;
}

.jungPlaySTwoV-block .jungPlaySTwoV-overlay h4 a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s linear;
}

.jungPlaySTwoV-block .jungPlaySTwoV-overlay h4 a:hover {
  color: var(--color2);
}

.jungPlaySTwoV-block:hover .jungPlaySTwoV-overlay {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.jungPlaySTwoV-overlay h4{
  font-size: clamp(17px, 2.5vw, 19px);
  font-weight: 800;
  transition: .5s;
  text-transform: uppercase;
}

.jungPlaySTwoV-overlay h4 a{
  color: var(--color2);
  transition: 0.2s linear;
}

.jungPlaySTwoV-overlay h4 a:hover{
  color: var(--white);
}

.jungPlaySTwoV-rating{
  display: flex;
  align-items: center;
  gap: 5px;
  padding-top: 10px;
}

.jungPlaySTwoV-rating svg{
  fill: rgb(185, 185, 63);
  width: 32px;
  height: 32px;
}

.jungPlaySTwoV-rating  span{
  font-size: clamp(17px, 2.5vw, 19px);
  font-weight: 600;
  color: var(--white);
}

.jungPlaySTwoV-btn{
  padding-top: 19px;
}


.jung-say{
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
  position: relative;
}

.jung-say-Ovs{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.jung-say-Ovs img{
  height: 321px;
  width: 100%;
  object-fit: contain;
}

.jung-say-container{
  width: 100%;
  overflow: hidden;
  padding: 72px 0;
  position: relative;
}
.jung-say-block{
  display: flex;
  justify-content: space-evenly;
  width: 200%;
  transition: 1s;
}
#two:checked ~ .jung-say-block{
  margin-left: -100%;
}
 .jung-say-block .jung-say-blocks{
  width: calc(100% / 1 - 10px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 19px;
  justify-content: space-between;
}
.jung-say-block .jung-say-blocks .jung-say-box{
  width: calc(100% / 4 - 10px);
  background: var(--rgb1);
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 5px 10px var(--color2);
  transition: all 0.5s ease;
}
.jung-say-block .jung-say-blocks .jung-say-box:hover{
  transform: translateY(-15px);
}
.jung-say-blocks .jung-say-box .jung-say-contents{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.jung-say-blocks .jung-say-box .jung-say-contents .jung-say-img{
  height: 138px;
  width: 138px;
  border-radius: 50%;
  padding: 3px;
  background: var(--color2);
  margin-bottom:  14px;
}
.jung-say-box .jung-say-contents .jung-say-img img{
  height: 100%;
  width: 100%;
  border: 2px solid #ffff;
  border-radius: 50%;
  object-fit: cover;
}
.jung-say-box .jung-say-contents .jung-say-name{
  font-size: clamp(18px, 2.5vw, 20px);
  color: var(--color2);
  font-weight: 800;
  text-transform: uppercase;
}
.jung-say-name {
  color: #fff;
}
.jung-say-box .jung-say-contents .jung-say-tx{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 600;
  font-style: italic;
}

 .jung-say-container .button{
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 19px auto;
}
.jung-say-container .button label{
  height: 15px;
  width: 15px;
  border-radius: 19px;
  background: #fff;
  margin: 0 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.jung-say-container.button label.active{
  width: 35px;
}

.jung-say-container input[type="radio"]{
  display: none !important;
}

.jung-say-container #three,
.jung-say-container #four{
  display: none;
}

.jung-say-container .three,
.jung-say-container .four{
  display: none;
}


.jing-ga{
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
  position: relative;
}

.jing-ga-Ovs{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.jing-ga-Ovs img{
  height: 321px;
  width: 100%;
  object-fit: contain;
}

.jing-ga-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  position: relative;
  padding: 48px 0;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jing-ga-list {
  flex-basis: calc((100% - 10px) / 2);
}

.jing-gas-img {
  width: 100%;
  height: 321px;
  margin: 2px;
  object-fit: cover;
  cursor: pointer;
}

.modal {
  display: none;
  background-color: var(--rgb1);
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
}

.modal-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  max-width: 600px;
  max-height: 400px;
  width: 100%;
  height: 100%;
}

.modal-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: -35px;
  cursor: pointer;
}

.modal-item svg path {
  stroke: var(--white);
}

.jing-gas-img:hover {
  transform: scale(1.01);
}

.jing-gas-img {
  transition: all 150ms ease-in-out;
}

.modal-image {
  transition: all 150ms ease-in-out;
}

@keyframes animation {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

.modal-image {
  animation: animation 0.2s ease-in-out;
}


.jung-st{
  padding:  43px 18px;
  position: relative;
  background: url(galleryarchive/background/bg-light-5699445d123b5f.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.jung-st:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}

.jung-st-Ovs{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.jung-st-Ovs img{
  height: 209px;
  width: 100%;
  object-fit: contain;
}

.jung-st-mcd{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.jung-st-main, .jung-st-img-block{
  flex: 1;
  margin: 18px;
}

.jung-st-main{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.jung-st-block{
  display: flex;
}

 .jung-st-box {
  display: flex;
  background: var(--rgb1);
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
  padding: 18px;
  border-radius: 0px;
  align-items: center;
  gap: 7px;
}

.jung-st-img{
  width: 25%;
}

 .jung-st-box .jung-st-img img {
  object-fit: contain;
  width: 138px;
  height: 138px;
  display: block;
  margin: 0 auto;
  transition: 0.2s linear;
}

 .jung-st-box .jung-st-content {
  margin-top: 10px;
  width: 75%;
}

 .jung-st-box .jung-st-content h4  {
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 600;
  font-style: italic;
}

 .jung-st-box:hover .jung-st-img img {
  transform: rotateY(360deg) scale(1.1);
}

 .jung-st-box:hover .jung-st-content h4  {
  color: var(--color2);
}


.jung-st-img-block{
  position: relative;
  display: block;
  height: 534px;
  z-index: 1;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jung-st-img-block::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  height: 200px;
  width: 200px;
  background: var(--color1);
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.jung-st-img-block::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 200px;
  width: 200px;
  background: var(--color1);
  z-index: -1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.jung-st-img-block:hover::after {
  right: -15px;
  top: -15px;
  background: var(--color1);
}
.jung-st-img-block:hover::before {
  left: -15px;
  bottom: -15px;
  background: var(--color1);
}

.jung-st-img-block img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  object-fit: cover;
}


.jung-otprav{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
  position: relative;
}

.jung-otprav-main{
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.jung-otprav-block, .jung-otprav-img{
  flex: 1;
  margin: 18px;
}


.jung-otprav-block{
  position: relative;
  background: url(galleryarchive/background/bg-light-6699445d123b86.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
  width: 100%;
}

.jung-otprav-block:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}

.jung-otprav-block .form{
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 17px;
  position: relative;
  z-index: 1;
}

.jung-otprav-block-fields label{
  color: var(--white);
}

.jung-otprav-block-fields .input-input_panelcomponent{
  display: block;
  width: 100%;
  padding: 5px 11px;
  height: 40px;
  border-radius: 5px;
  box-shadow: unset !important;
  color: var(--white);
  background-color: var(--color4);
  font-weight: 600;
  outline: none;
  border: 2px dashed var(--color2);
  margin: 11px 0;
}


.jung-otprav-block-fields .input-input_panelcomponent::placeholder, .jung-otprav-block-fields .textarea-input_panelcomponent::placeholder{
  color: var(--white);
}


.jung-otprav-block-fields  .textarea-input_panelcomponent{
  display: block;
  width: 100%;
  padding: 5px 11px;
  height: 40px;
  border-radius: 5px;
  box-shadow: unset !important;
  color: var(--white);
  background-color: var(--color4);
  font-weight: 600;
  outline: none;
  border: 2px dashed var(--color2);
  margin: 11px 0;
}


.jung-otprav-block-check{
  display: flex;
  gap: 11px;
  padding-top: 5px;
  color: var(--white);
}

.jung-otprav-block-check a{
  text-decoration: underline;
  color: var(--color2);
}

.jung-otprav-block-btn{
  display: inline-block;
  padding: 18px 0;
}

.jung-otprav-block-btn button{
  border: none;
}


.jung-otprav-img img{
  width: 100%;
  object-fit: contain;
  height: 534px;
}



.jung-niz{
  padding:  21px 18px;
  background: var(--color1);
}

.jung-niz .titleBlock{
  padding-bottom: 11px;
}

.jung-niz-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.jung-niz-discla, .jung-niz-menu{
  flex: 1;
  margin: 18px;
}

.jung-niz-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.jung-niz-menu-inner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jung-niz-menu a img{
  width: 138px;
  height: 138px;
  object-fit: contain;
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
}

.jung-niz-discla{
  background: var(--color2);
  padding: 17px;
  margin: 15px 0 0 0;
  border-radius: 0px;
}

.jung-niz-discla-text p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 600;
  font-style: italic;
  padding: 0;
}

.jung-niz-copyB{
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
  padding: 18px 0;
}

.jung-niz-info-pol{
  padding-top: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.jung-niz-info-pol a, .jung-niz-menu-inner a{
  font-size: clamp(15px, 2.5vw, 17px);
  text-decoration: none;
  color: var(--white);
  padding: 5px 11px;
  transition: color .5s ease-in-out;
}

.jung-niz-info-pol a:hover, .jung-niz-menu-inner a:hover{
  color: var(--color2);
}

.jung-niz-copyB-title{
  display: flex;
  gap: 5px;
}

.jung-niz-discla-img img{
  object-fit: contain;
  width: 75px;
  height: 75px;
}

.jung-niz-copyB-title span{
  font-size: clamp(15px, 2.5vw, 16px);
  font-weight: 600 !important;
  color: var(--white) !important;
}

.jung-niz-copyB-title h2{
  font-size: clamp(15px, 2.5vw, 16px);
  font-weight: 800;
  color: var(--color2) !important;
}


.jung-AboutD{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}

.jung-AboutD-cd{
  display: flex;
  flex-direction: column;
}

.jung-AboutD-main{
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: row-reverse;
  padding-bottom: 18px;
}

.jung-AboutD-text,.jung-AboutD-image{
  flex: 1;
  margin: 18px;
}

.jung-AboutD-text p{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 600;
}

.jung-AboutD-image img{
  width: 100%;
  object-fit: contain;
  height: 534px;
}

.jung-AboutD-video video {
  width: 100%;
  height: 534px;
  object-fit: cover;
}

.jungPlaySTwoV1, .jungPlayS1{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}

.jungPlayS-mainT, .jungPlaySTwoV-mainT{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 38px;
}

.jung-igra{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}

.jung-igra-main {
  display: flex;
  flex-direction: column-reverse;
  gap: 48px;
  padding: 53px 0;
}

.jung-igra-main-inner{
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 0px;
}

.jung-igra-main-inner img{
  position: relative;
  z-index: 2;
  border-radius: 16px;
  width: 40%;
  margin: 48px;
  margin-inline: auto;
}

.jung-igra-content {
  color: var(--white);
  font-size: clamp(15px,2.5vw,16px);
}

.jung-igra-fram {
  width: 100%;
  padding: 28px;
  border-radius: 0px;
}

.jung-igra-fram iframe{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.jung-getT{
  position: relative;
  padding:  43px 18px;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}


.jung-getT-bl{
  position: relative;
  background: url(galleryarchive/background/bg-light-6699445d123b86.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
}

.jung-getT-bl:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}

.jung-getT-form{
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 17px;
  position: relative;
  z-index: 1;
}

.jung-getT-field label{
  color: var(--white);
}

.jung-getT-field input{
  display: block;
  width: 100%;
  padding: 5px 11px;
  height: 40px;
  border-radius: 5px;
  box-shadow: unset !important;
  color: var(--white);
  background-color: var(--color4);
  font-weight: 600;
  outline: none;
  border: 2px dashed var(--color2);
  margin: 11px 0;
}


.jung-getT-field input::placeholder, .jung-getT-field textarea::placeholder{
  color: var(--white);
}


.jung-getT-field  textarea{
  display: block;
  width: 100%;
  padding: 5px 11px;
  height: 40px;
  border-radius: 5px;
  box-shadow: unset !important;
  color: var(--white);
  background-color: var(--color4);
  font-weight: 600;
  outline: none;
  border: 2px dashed var(--color2);
  margin: 11px 0;
}


.jung-getT-check{
  display: flex;
  gap: 11px;
  padding-top: 5px;
  color: var(--white);
}

.jung-getT-check a{
  text-decoration: underline;
  color: var(--color2);
}

.jung-getT-check-btn{
  display: inline-block;
  padding: 18px 0;
}

.jung-getT-check button{
  border: none;
}




.jung-getT-adres{
  padding:  43px 18px;
  position: relative;
  background: url(galleryarchive/background/bg-light-3699445d123b39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.jung-getT-adres:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: var(--rgb1);
}


.jung-getT-adres-main{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}

.jung-getT-adres-block, .jung-getT-image{
  flex: 1;
  margin: 18px;
}

.jung-getT-adres-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.jung-getT-adress svg{
  fill: var(--color2);
  width: 50;
  height: 50;
  filter: drop-shadow(2px 4px 6px var(--color4));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color4));
}

.jung-getT-adres-content div, .jung-getT-adres-content a{
  font-size: clamp(15px, 2.5vw, 17px);
  color: var(--white);
  font-weight: 800;
  font-style: italic;
  transition: .5s;
  word-break: break-all;
}

.jung-getT-adres-content a:hover{
  color: var(--color2);
}

.jung-getT-adres-colum{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.jung-getT-image img{
  width: 100%;
  object-fit: contain;
  height: 534px;
}

.jung-getT-adress{
  width: 100%;
  background: var(--rgb1);
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
  padding: 17px;
  border-radius: 0px;
}

.jung-getT-adress-chTwo{
  display: flex;
  width: 100%;
  gap: 11px;
}

.chTone, .chTwo{
  flex: 1;
  background: var(--rgb1);
  filter: drop-shadow(2px 4px 6px var(--color2));
  -webkit-filter: drop-shadow(2px 4px 6px var(--color2));
  padding: 17px;
  border-radius: 0px;
}


.jung-posmotr{
  padding: 95px 95px;
  color: var(--white);
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);
}

.jung-posmotr-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  position: relative;
}

.jung-posmotr h1.jung-posmotr-title{
  font-size: clamp(22px,5vw,35px);
  line-height: 40px;
  font-weight: 800;
  color: var(--color1);
  margin-top: -10px;
  margin-bottom: 16px;
  text-transform: capitalize;
  filter: drop-shadow(2px 4px 6px var(--white));
  -webkit-filter: drop-shadow(2px 4px 6px var(--white));
}

.jung-posmotr h1.jung-posmotr-title::after{
  content: "";
  background-image: url(galleryarchive/other-dir/liana-0699445d123e0c.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  padding: 19px 0 0;
  margin: 18px auto 0;
}

.jung-posmotr h1,h2,h3{
    font-size: 19px;
    font-weight: 800;
    color: var(--white);
}

.jung-posmotr  a{
    text-decoration: underline;
    color: var(--white) !important;
    word-break: break-all;
}

.jung-posmotr ol li {
    color: var(--white) !important;
}

.jung-posmotr ul{
    list-style: disc !important;
    text-align: left;
    margin: 11px;
}


.button-1 {
  text-decoration: none;
  display: inline-block; 
  padding: 10px 18px;
  position: relative;
  border-radius: 0px;
  border: 2px solid var(--color1);
  color: var(--white);
  transition: .5s;
  background-color: var(--color2);
  }
  .button-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 2px solid rgba(0, 0, 0, 0);
    transition: .5s;
  }
  .button-1:hover:after {
    border-color: var(--white);
    border: 2px solid;
    border-radius: 0px;
  }

  .button-2{
    display: inline-block;
    padding: 5px 11px;
    background: var(--color2);
    color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.button-2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: inline-block;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    transform: translate(0,100%);
    transition: all .6s ease-in-out;
    opacity: 0;
}

.button-2:hover:before {
    opacity: 1;
    transform: translate( 0,-100%);
}

.button-3 {
  padding: 17px 19px;
  border-radius: 59px;
  border: 0;
  background-color: var(--color1);
  color: var(--white);
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  font-size: 16px;
  transition: all .5s ease;
  border: 2px solid var(--color2);
  display: inline-block;
}

.button-3:hover {
  letter-spacing: 3px;
  background-color: var(--color2);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--color2) 0px 7px 29px 0px;
}

.button-3:active {
  letter-spacing: 3px;
  background-color: var(--color2);
  color: hsl(0, 0%, 100%);
  box-shadow: var(--color2) 0px 7px 29px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

.button-4 {
  background: var(--color2);
  border: 0;
  border-radius: 14px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  outline: transparent;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  touch-action: manipulation;
}


.button-4:hover {
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 0 15px var(--color2);
}

.button-5 {
  border: 1.5px solid var(--color2);
  padding: 12px;
  font-size:  16px;
  color: var(--white);
  background-color: var(--color1);
  box-shadow: 3px 3px 6px var(--color4);
  transition: transform 0.2s ease-in-out;
}

.button-5:hover {
  background-color: var(--color2);
  color: var(--white);
  transform: scale(1.2);
}
  


@media (max-width: 992px){
  .navig{
    flex-direction: column;
  }

  .navig ul {
      display: none;
  }
  .navig-toggler {
      display: inline-block;
  }
  .navigMob{
    display: block !important;
  }

  .jungHero-main{
    flex-direction: column !important;
  }

  .jungAbouts-main{
    flex-direction: column !important;
  }

  .jungAbouts-stat{
    flex-direction: column !important;
  }

  .jungPlayS-main{
    grid-template-columns: repeat(2,1fr) !important;
  }

  .jungPlaySTwoV-block .jungPlaySTwoV-overlay {
      visibility: visible;
      opacity: 1;
      transform: translate(-50%, -50%) scale(1) !important;
  }

  .jungPlaySTwoV-main, .jungPlayS-mainT, .jungPlaySTwoV-mainT{
    grid-template-columns: repeat(2,1fr) !important;
  }

  .jung-st-mcd{
    flex-direction: column !important;
  }

  .jung-st-img-block{
    flex: auto;
  }

  .jung-otprav-main{
    flex-direction: column !important;
  }

  .jung-niz-main{
    flex-direction: column !important;
  }

  .jung-AboutD-main{
    flex-direction: column !important;
  }

  .jung-getT-adres-main{
    flex-direction: column !important;
  }

  .jung-getT-adress-chTwo{
    flex-direction: column !important;
  }
}

@media (max-width: 768px){
  .jungPlayS-main{
    grid-template-columns: repeat(1,1fr) !important;
  }

  .jungPlaySTwoV-main, .jungPlayS-mainT, .jungPlaySTwoV-mainT{
    grid-template-columns: repeat(1,1fr) !important;
  }

  .jung-say-block .jung-say-blocks .jung-say-box{
    margin: 20px 0 10px 0;
    width: calc(100% / 4 - 10px);
  }

  .jung-igra-main-inner img{
    width: 100%;
    margin: 0;
    margin-bottom:  30px;
    height: auto;
  }

}

@media screen and (max-width: 620px) {
  .jing-ga-list {
    flex-basis: calc((100% - 10px) / 1);
  }

  .modal-item {
    max-width: 90%;
  }
}


@media (max-width: 600px){
      .jung-posmotr{
        padding: 43px 43px;
    }

    .jung-say-block {
      width: 400%; 
      transition: 1s;
    }
  
    #one:checked ~ .jung-say-block {
      margin-left: 0;
    }
    #two:checked ~ .jung-say-block {
      margin-left: -100%;
    }
    #three:checked ~ .jung-say-block {
      margin-left: -200%;
    }
    #four:checked ~ .jung-say-block {
      margin-left: -300%;
    }
  
    .jung-say-container #three,
    .jung-say-container #four {
      display: block;
    }
  
    .jung-say-container .three,
    .jung-say-container .four {
      display: block;
    }

    .jung-st-box{
      flex-direction: column !important;
    }

    .jung-st-img, .jung-st-content{
      width: 100% !important;
    }
    
   
}

@media (max-width: 575px){
          
    button{
        width: 100%;
    }
    
    .jungAbouts-img-inner{
      height: auto;
    }

    .jungAbouts-img-inner{
      aspect-ratio: 4 / 5;
    }

    .jungPlayS-box .jungPlayS-image{
      height: auto;
    }

    .jung-st-img-block{
      height: auto;
    }

    .jung-niz-menu{
      flex-direction: column !important;
    }

    .jung-AboutD-image img{
      height: auto;
    }

    .jung-AboutD-video video{
      height: auto;
    }

    .jung-otprav-img img{
      height: auto;
    }

    .jung-getT-image img{
      height: auto;
    }
   
}



.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
  flex-direction: row;
  flex-wrap: wrap;

  a img {
    max-height: 50px;
    width: 100%;
    display: block;
    max-width: none;
    transition: 0.3s linear;
    
    &:hover,
    &:hover{
      transform: scale(0.96);
      opacity: 0.8;
    }
  }
}


.login-register-page {
  background: radial-gradient(circle, var(--color2) 0%, var(--color1) 100%);


 --color-primary: #373e98;
  --color-secondary: #f16775;
  --color-black-section: #12141c;
  --color-juice-peach: #fff6e9;
  --color-white-smoke: #f2f2f2;
  --grad-start: #18c318;
  --grad-end:  #654321;
  --testimonial-decor: rgba(56, 249, 215, 0.3);
  --portfolio-decorator: rgba(241, 103, 117, 0.2);

  .color-primary { color: var(--color-primary) !important; }
  .color-secondary { color: var(--color-secondary) !important; }

  .bg-primary { background-color: var(--color-primary) !important; }
  .bg-secondary { background-color: var(--color-secondary) !important; }
  .bg-black-section { background-color: var(--color-black-section); }
  .bg-juice-peach { background-color: var(--color-juice-peach); }
  .bg-white-smoke { background-color: var(--color-white-smoke); }

  .bg-gradient {
    background: linear-gradient(110deg, var(--grad-start), var(--grad-end)) !important;
  }


  position: relative;
  padding: 100px 0;
  

  .form-container{
      position: relative;
      width: 50%;
      height: 650px;
      border: 2px solid var(--grad-end);
      box-shadow: 0 0 25px var(--grad-end);
      overflow: hidden;
      margin: 0 auto;
      background: #25252b;
      color: #fff;


      p {
        font-size: 20px;
      }

      .button-1 {
        margin-top: 20px;
      }
  }
  .form-container .form-box{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }

  .form-box.Login{
      left: 0;
      padding: 0 40px;
      right: 0;
  }

  .form-box.Login .animation{
      transform: translateX(0%);
      transition: .7s;
      opacity: 1;
      transition-delay: calc(.1s * var(--S));
  }

  .form-container.active .form-box.Login .animation{
    transform: translateX(-120%);
    opacity: 0;
    transition-delay: calc(.1s * var(--D));
  }

  .form-box.Register{
   visibility: hidden;
    opacity: 0;
    pointer-events: none;
    right: 0;
    left: 0;
    padding: 0 60px;
    opacity: 0;
  }

  .form-box.Register .animation{
      transform: translateX(120%);
      transition: .7s ease;
      opacity: 0;
      filter: blur(10px);
      transition-delay: calc(.1s * var(--S));
  }

  .form-container.active .form-box.Register .animation{
      transform: translateX(0%);
      opacity: 1;
      filter: drop-shadow(2px 4px 6px black);
      transition-delay: calc(.1s * var(--li));
  }

  .form-box h2{
      font-size: 32px;
      text-align: center;
  }

  .form-box .input-box{
      position: relative;
      width: 100%;
      height: 50px;
      margin-top: 25px;
  }

  .input-box input{
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      outline: none;
      font-size: 16px;
      color: #fff;
      font-weight: 600;
      border-bottom: 2px solid #fff;
      padding-right: 23px;
      transition: .5s;
  }

  .input-box input:focus,
  .input-box input:valid{
    border-bottom: 2px solid #fff;
  }

  .input-box label{
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      font-size: 16px;
      color: #fff;
      transition: .5s;
  }

  .input-box input:focus ~ label,
  .input-box input:valid ~ label{
      top: -5px;
      color: #fff;
  }

  .input-box box-icon{
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 18px;
      transform: translateY(-50%);
      color: #fff;
  }

  .input-box input:focus ~ box-icon,
  .input-box input:valid ~ box-icon{
      color: #ff2770;
  }

  .regi-link{
      font-size: 14px;
      text-align: center;
      margin: 20px 0 10px;
  }

  .regi-link a{
      text-decoration: none;
      color: #ff2770;
      font-weight: 600;
  }

  .regi-link a:hover{
      text-decoration: underline;
  }

  .info-content{
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      display: flex;
      justify-content: center;
      flex-direction: column;
  }

  .info-content.Login{
      right: 0;
      text-align: right;
      padding: 0 40px 60px 40px;
  }

  .info-content.Login .animation{
      transform: translateX(0);
      transition: .7s ease;
      transition-delay: calc(.1s * var(--S));
      opacity: 1;
      filter: blur(0px);
  }

  .form-container.active .info-content.Login .animation{
      transform: translateX(120%);
      opacity: 0;
      filter: blur(10px);
      transition-delay: calc(.1s * var(--D));
  }
  
  .form-container.active .info-content.Register,
  .form-container.active .form-box.Register {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .form-container.active .form-box.Register {
    opacity: 1;
    transition-delay: calc(.1s * var(--li) + .6s);
  }

  .info-content.Register{
      left: 0;
      text-align: left;
      padding: 0 40px 60px 40px;
      pointer-events: none;
  }

  .info-content.Register .animation{
      transform: translateX(-120%);
      transition: .7s ease;
      opacity: 0;
      filter: blur(10PX);
      transition-delay: calc(.1s * var(--S));
  }

  .form-container.active .info-content.Register .animation{
      transform: translateX(0%);
      opacity: 1;
      filter: blur(0);
      transition-delay: calc(.1s * var(--li));
  }

  .info-content h2{
      text-transform: uppercase;
      font-size: 36px;
      line-height: 1.3;
  }

  .info-content p{
      font-size: 16px;
  }

  .form-container .curved-shape{
      position: absolute;
      right: 0;
      top: -5px;
      height: 650px;
      width: 850px;
      background: linear-gradient(55deg, var(--grad-start), var(--grad-end));
      /*transform: rotate(10deg) skewY(40deg);*/
      transform: rotate(10deg) skewY(40deg);
      transform-origin: bottom right;
      transition: .5s ease;
      transition-delay: 1.6s;
  }

  .form-container.active .curved-shape{
      transform: rotate(0deg) skewY(0deg);
      transition-delay: .5s;
  }

  .form-container .curved-shape2{
      position: absolute;
      left: 250px;
      top: 100%;
      height: 700px;
      width: 850px;
      background: #25252b;
      border-top: 3px solid var(--grad-end);
      transform: rotate(0deg) skewY(0deg);
      transform-origin: bottom left;
      transition: .5s ease;
      transition-delay: .5s;
  }

  .form-container.active .curved-shape2{
      transform: rotate(-11deg) skewY(-41deg);
      transition-delay: 0.8s;
  }

  .message-login, .message-signup {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    left: 60px;
    right: 60px;

  }
  .hidden {
    opacity: 0;
    visibility: hidden;
  }

  .policy-wrapper {
    display: flex;
    align-items: center;

    input {
      display: inline-flex;
      position: relative;
      width: 30px;
      height: 30px;
      margin-inline-end: 20px;
    }
    
     label {
      display: flex;
      position: relative;
      flex-wrap: wrap;
      top: 0 !important;
      color: inherit !important;
      transform: translate(0);
      margin: 0;
      filter: drop-shadow(2px 4px 6px black);
      color: #fff;
    }
  }
}

@media screen and (max-width:992px) {
  .login-register-page .form-container {
        width: 100%;
        height: auto;
        min-height: 650px;
    }

    .login-register-page .info-content
     {
      display: none;
    }

    .login-register-page .form-container .form-box {
        width: 100%;
        position: absolute; 
        top: 0; 
        left: 0;
        padding: 0 20px;
    }

    .login-register-page .form-box.Login .animation,
    .login-register-page .form-box.Register .animation {
        transition: .4s ease;
        transition-delay: calc(.05s * var(--S));
    }

    /* 5. Логіка зникнення Login */
    .login-register-page .form-container.active .form-box.Login .animation {
        transform: translateX(-120%);
        opacity: 0;
        filter: none !important; 
    }

    .login-register-page .form-container.active .form-box.Register .animation {
        transform: translateX(0%);
        filter: none !important;
        opacity: 1;
    
        transition-delay: calc((.05s * var(--li)) + 0.3s);
    }
    
 
     .login-register-page .form-box.Login .animation {
         transition-delay: calc((.05s * var(--S)) + 0.3s);
     }

     .form-box.Register {
      padding: 0 20px;
     }
}