@font-face {
    font-family: CambriaMath;
    src: url('fonts/Cambria.woff2');
}

@font-face {
    font-family: Actinia;
    src: url('fonts/Actinia-Regular.woff2');
}

@font-face {
    font-family: ActiniaBold;
    src: url('fonts/Actinia-Bold.woff2');
}

@font-face {
    font-family: Daray;
    src: url('fonts/Daray.woff2');
}

@font-face {
    font-family: ZonaProReg;
    src: url('fonts/ZonaProReg.woff2');
}

@font-face {
    font-family: ZonaProLight;
    src: url('fonts/ZonaProThin.woff2');
}

@font-face {
    font-family: Jura;
    src: url('fonts/Jura.woff2');
}

.fontsA {
    font-family: Actinia;
}

.fontsB {
    font-family: ActiniaBold;
}

.fontsC {
    font-family: CambriaMath;
}

.fontsMenu {
    font-family: Daray;
}

.fontsFooter {
    font-family: ZonaProLight;
}

.fontsTech {
    font-family: Jura;
}

body::-webkit-scrollbar {
    width: 1px;
}

body::-webkit-scrollbar-track {
    background: rgb(74, 74, 74);
}

body::-webkit-scrollbar-thumb {
    background-color: #848484;
    border-radius: 20px;
}

@media (min-width: 992px) { /* только для lg+, чтобы на мобиле осталось по клику */
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.bg-top {
    background: url(/assets/img/clouds.png), linear-gradient(#7ebcf2, #75cef9);
    /* background-image: url(/assets/img/clouds.png); */
    /* background-color: rgb(25, 117, 197); */
    /* background-position: 0 0; */
    background-repeat: repeat;
    background-size: 80%;
    animation-name: bg-top;
    animation-duration: 160s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 0px 0px 0px 150px;
    animation-fill-mode: forwards;
}

.bg-top2 {
    background: url(/assets/img/clouds.png), linear-gradient(#6bbaff5e, #3b90f900);
    /* background-image: url(/assets/img/clouds.png); */
    /* background-color: rgb(25, 117, 197); */
    /* background-position: 0 0; */
    background-repeat: repeat;
    background-size: 80%;
    animation-name: bg-top;
    animation-duration: 160s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 0px 0px 0px 150px;
    animation-fill-mode: forwards;
}

@keyframes bg-top {
    from {background-position: 0% 220%; }
    to {background-position: 300% 0%;}
}


.pagestartbanner {
    height: 50vw; 
    background: no-repeat right top/102% url('/assets/img/head7.webp'); 
    border-radius: 0px 0px 0px 150px;
}

.pagetbanner-investors {
    height: 60vw; 
    background: no-repeat 800% bottom/102% url('/assets/img/head7.webp'); 
    border-radius: 0px 0px 0px 0px;
}

.pagekurort {
    background: no-repeat left/cover url('/assets/img/visual/pageKurort2.webp'); 
    border-radius: 150px 0px 0px 0px;
}

.slide-right {
  transform: translateX(-350px);
  transition: transform 0.1s ease;
}

.infocard {
    margin: 1rem;
    padding: 1rem;
    border: 5px solid rgba(234, 199, 161, 0.48);
    background-color: #472626;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-around;
}

.infocardtxt {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-family: ZonaProReg;
    color:rgba(234, 199, 161, 0.52);
    text-align: right;
}

.infocardtxtBig {
    line-height: 5rem;
    font-size: 6rem;
    font-family: Actinia;
    color: #eac7a1;
    text-align: left;
}

.infocardtxtBig2 {
    line-height: 5rem;
    font-size: 7rem;
    font-family: CambriaMath;
    color: #eac7a1;
    text-align: center;
    -webkit-text-stroke: 2px #472626;
}

.topMenu {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: fixed;
    z-index: 999;
    padding-top: 0.5rem ;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgb(94 94 94 / 11%);
    transition: ease-in-out .3s;
  }

  .topMenu:hover {
    background: white;
    transition: ease-in-out .3s;
  }
  
  .topMenu a {
    font-family: ZonaProLight;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(32, 32, 32) !important;
    transition: ease-in-out .2s;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-bottom: 1px solid rgba(247, 171, 56, 0);
  }
  
  .topMenu a:hover {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: ease-in-out .2s;
    color: rgb(247 172 56) !important;
    border-bottom: 1px solid rgb(247 172 56);
  }
  
  .darkMenu {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #f8f8f8;
    position: fixed;
    z-index: 999;
    border-radius: 0px 0px 20px 20px;
  }
  
  .darkMenu a {
    font-family: ZonaProLight;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(32, 32, 32) !important;
    transition: ease-in-out .2s;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    border-bottom: 1px solid rgba(247, 171, 56, 0);
  }
  
  .darkMenu a:hover {
    transition: ease-in-out .2s;
    color: rgb(247 172 56) !important;
    border-bottom: 1px solid rgb(247 172 56);
  }
  
  .textMenuTop {
     font-size: 2.5rem;
     font-family: CambriaMath;
     color: #eac7a1;
     text-decoration: none;
  }
  
  .textMenuTop:hover {
     color: white;
  }
  
  .menuphone {
      font-size: 3rem;
      color: #472626;
      text-decoration: none;
      font-family: CambriaMath;
      background: #eac7a1;
      padding: 1rem;
      border-radius: 1.5rem
  }
  
  .menuphone:hover {
      color: #925454;
  }
  
  .menuDecor {
      
  }
  
  .footlinks {
    text-decoration: none;
  }
  .footlinks:hover {
    color: white;
  }
  
  .footlinksdom {
    text-decoration: none;
    color: #ab7e4e;
    transition: .2s ease-in-out;
  }
  .footlinksdom:hover {
    color: #daaf81;
    transition: .2s ease-in-out;
  }

  .button_top {
      width: 300px !important;
      position: absolute;
      top: 40%;
      right: 4%;
      padding: 13px;
      background: #472626f2;
      border: 3px solid #eac7a1;
      color: #eac7a1;
      border-radius: 30px;
      font-size: 1.3rem;
      font-family: CambriaMath;
      text-decoration: none;
      text-align: center;
      transition: .2s ease-in-out;
  }
  
  .button_top:hover {
      color: white;
      background-color: #733d3d;
      transition: .2s ease-in-out;
  }

  .image-container {
    position: relative;
    width: 100%;
    max-width: 800px;
  }

  .clickable-area {
    position: absolute;
    cursor: pointer;
  }

  .button0 {
    top: 40%; 
    left: 0.1%; 
    min-width: 7%;
  }

  .button1 {
    top: 70%; 
    left: 20%; 
    min-width: 7%;
  }
  .button2 {
    top: 24%; 
    left: 31%; 
    min-width: 7%;
  }
  .button3 {
    top: 53%; 
    left: 40.5%; 
    min-width: 7%;
  }

  .button4 { /* Покрытие крыши */
    top: 7%; 
    left: 50.5%; 
    min-width: 7%;
  }

  .button5 { /* Открытые балконы */
    top: 31%; 
    left: 67.5%; 
    min-width: 7%;
  }

  .button6 { /* Парковка */
    top: 81%; 
    left: 92.5%; 
    min-width: 7%;
  }

  .cross {
    animation-name: crossround;
    animation-iteration-count: infinite;
    animation-duration: 5s;
    transition: ease-in-out .2s;
    filter: drop-shadow(2px 2px 3px #000000);
  }

  .cross:hover {
    transition: ease-in-out .2s;
    animation-play-state: paused;
    filter: drop-shadow(2px 2px 15px #ffe943);
  }

  @keyframes crossround {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

  /* ОФОРМЛЕНИЕ ПЛАНИРОВОК */
  
  .plan-card {
    font-family: ZonaProReg;
    font-size: 1.5rem;
    transition: ease-in-out .3s;
  }

  .plan-card:hover {
    box-shadow: 1px 1px 25px rgb(187, 187, 187);
    transform: translateY(-5px);
    cursor: pointer;
    transition: ease-in-out .3s;
  }
  
  .button-floor {
    display: inline-block;
    padding: 13px;
    background: #ffffff00;
    border: 2px solid #ab7e4e;
    color: #472626;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: CambriaMath;
    text-decoration: none;
    text-align: center;
    transition: .2s ease-in-out;
    }
    
    .button-floor:hover {
    color: white; 
    background-color: #733d3d;
    border: 2px solid #733d3d;
    transition: .2s ease-in-out;
    }

  /* ОФОРМЛЕНИЕ КНОПОК */

  .round-btn {
    padding: 3rem;
    width: 18rem;
    height: 18rem;
    background-color: white;
    border: 1px solid #868686;
    border-radius: 50%;
    font-family: Actinia;
    font-size: 1.8rem;
    color: black;
    text-align: center;
    text-decoration: none;
    transition: ease-in-out .3s;
    cursor: pointer;
  }

  .round-btn:hover {
    border: 1px solid #f1f1f1;
    box-shadow: 2px 3px 10px 2px #e2e2e2;
    font-size: 1.9rem;
    transition: ease-in-out .3s;
  }

  .round-btn  img {
    transform: translateY(0px);
    transition: ease-in-out .3s
  }

  .round-btn:hover img {
    transform: translateY(-5px);
    transition: ease-in-out .3s
  }

  /* АНИМАЦИИ */

  .hidden-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .hidden-element.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .hidden-el-toleft {
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .hidden-el-toleft.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .hidden-el-toright {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .hidden-el-toright.visible {
    opacity: 1;
    transform: translateX(0);
  }

  .hidden-el-totop {
    opacity: 0;
    transform: translateY(-80px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }

  .hidden-el-totop.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .hidden-el-colorfull {
    filter: grayscale(100%);
    transition: filter 1s ease;
    border: solid 7px #d7d7d7;
  }
  
  .hidden-el-colorfull.visible {
    filter: grayscale(0%);
    border: solid 7px #fdf7e7;
    transition: all 1s ease;
    animation: neonbr 3s ease-in-out infinite;
  }


  @keyframes neonbr {
    0%, 100% {
        box-shadow:
        0 0 12px rgb(161 128 11 / 60%), 
        0 0 24px rgb(200 166 45 / 40%), 
        0 0 40px rgb(186 115 2 / 60%), 
        0 0 70px rgb(252 201 86 / 40%);
    }
    50% {
        box-shadow: 
        0 0 12px rgba(255, 255, 255, 0.6),
        0 0 24px rgba(255, 255, 255, 0.4),
        0 0 40px rgba(173, 216, 230, 0.6),
        0 0 70px rgba(173, 216, 230, 0.4);
    }
  }



  .textImg {
    background-color: #472626f2;
    width: 80%;
    height: 100%;
    margin: 10%;
    padding: 2rem;
    top: 0;
    position: absolute;
    color: #eac7a1;
    border: solid 3px #eac7a1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1.7rem;
    text-shadow: 1px 2px 0px black;
    font-family: CambriaMath;
    transition: .3s ease-in-out;
  }

  .linkedTxt:hover .textImg {
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
  }

    .linkedTxt:hover .plan-card {
    filter: grayscale(80%);
    transition: .3s ease-in-out;
  }

  .maplink {
    text-decoration: none;
    align-items: center; 
    height: 100%; 
    width: 100%; 
    position: absolute; 
    top: 0%; 
    left: 0%;
    background-color: none;
    transition: .3s ease-in-out;
  }

  .maplink:hover {
    background-color: #1a1a1a57;
    transition: .3s ease-in-out;
  }

   .maptext {
    opacity: 0;
    color: white;
    font-size: 2rem;
    font-family: ZonaProLight;
    transition: .3s ease-in-out;
   }

  .maplink:hover .maptext {
    opacity: 1;
    transition: .3s ease-in-out;
  }

  .adresslink {
    text-decoration: none;
    color: #66625e;
    border-bottom: solid 1px #66625e;
    font-size: 1.8rem;
    font-family: ZonaProLight;
    transition: .3s ease-in-out;
  }

  .adresslink:hover {
    color: #cfb55f;
    border-bottom: solid 1px #cfb55f;
    transition: .3s ease-in-out;
  }

    
    .hidden-el-rising {
        transform: translateY(30px);
        transition: 1.3s ease-in-out;
    }
    
    .hidden-el-rising.visible {
        transform: translateY(0px);
        transition: 1.3s ease-in-out;
    }
    
    .hidden-el-rising2 {
        transform: translateY(30px);
        width: 51% !important;
        height: 100%;
        background-color: #472626;
        transition: 1.3s ease-in-out;
      }

    .hidden-el-rising2.visible {
      transform: translateY(-200px);
      transition: 1s ease-in-out;
    }


  /* КОНТАКТЫ */

  .contactform {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.5px #ffffff;
    }

  input[type="contacts"] {
    border: none;
    text-align: center;
    border-bottom: solid 0.5px #ffffff8a;
    background: none !important; 
    color: white; 
    font-family: ZonaProLight;
    transition: ease-in-out 0.3s;
}

input[type="contacts"]:focus {
    font-family: ZonaProLight;
    outline: none !important;
    border: none;
    box-shadow: none;
    border-bottom: solid 0.5px white;
    transition: ease-in-out 0.3s;
}

input[type="contacts"]::placeholder {
    color: #ffffffc7;
}

input[type="contacts"]:focus::placeholder {
    color: transparent;
}

/* ДЛЯ ПРОЕКТНЫХ РЕШЕНИЙ */

.projectcard {
  position: absolute;
  background-color: #f3f3f3;
  width: 350px;
  /* border: solid 8px #693535; */
  border-radius: 30px;
  color: #212121;
  box-shadow: 5px 6px 8px #4c4c4c;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.projectcard.show {
  opacity: 1;
  visibility: visible;
}

/* ДЛЯ ВЫБОРА */
.floor_choosing {
  position: relative;
}

.floor_choosing path {
  opacity: 0;
  transition: .3s ease-in-out;
  position: relative;
}

.floor_choosing:hover path {
  opacity: 0.5;
  cursor: pointer;
  transition: .2s ease-in-out;
}

.floorcard {
  position: absolute;
  background-color: #472626;
  border: solid 8px #693535;
  /* background-color: #2a2647;
  border: solid 8px #3f396b; */
  padding: 30px;
  color: #eac7a1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.floorcard.show {
  opacity: 1;
  visibility: visible;
}

.floornum {
  font-family: Actinia;
  font-size: 4rem;
}

.floornum_text {
  font-size: 1.3rem;
  color: #ffffffde;
  font-family: CambriaMath;
}

.flooraparts {
  font-family: CambriaMath;
}

/* ДЛЯ АПАРТАМЕНТОВ */


.hoverback {
  opacity: 0;
  transition: .2s ease-in-out;
  fill:#efc826;
}

.hoverplane:hover {
  cursor: pointer;
  transition: .2s ease-in-out;
}

.hoverplane:hover .hoverback {
  opacity: 70%;
  transition: .2s ease-in-out;
  fill:#efc826;
}

.hoverplane.showmob .hoverback {
  opacity: 70%;
  transition: .2s ease-in-out;
  fill:#efc826;
}

.antresol {
  opacity: 0;
}

.hoverplane:hover .antresol {
  opacity: 1;
  transition: .2s ease-in-out;
}

.hoverplane.showmob .antresol {
  opacity: 1;
  transition: .2s ease-in-out;
}

.saleplane {
  cursor: pointer;
}

.bronplane {
  cursor: pointer;
}

.bronplane .hoverback {
  opacity: 70%;
  fill:#008eff !important;
  /* fill: #5db7ff !important; -- МЕНЕЕ ЯРКАЯ*/
}

.saleplane .hoverback {
  opacity: 70%;
  fill:#ff0000 !important;
  /* fill: #ff2f2f !important; -- МЕНЕЕ ЯРКАЯ */
}

.saleplane .antresol {
  opacity: 1;
}

.bronplane .antresol {
  opacity: 1;
}

/* МОДАЛКА */

.modal-closecross {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
  border: none;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwNjMgNzMyLjk4Ij48ZyBpZD0iYSIvPjxnIGlkPSJiIj48ZyBpZD0iYyI+PGNpcmNsZSBjeD0iMzQxLjUiIGN5PSIzNDIuNDgiIHI9IjM0MS41IiBzdHlsZT0iZmlsbDojZmZmOyIvPjxjaXJjbGUgY3g9Ijg5MC41IiBjeT0iNTYwLjQ4IiByPSIxNzIuNSIgc3R5bGU9ImZpbGw6I2ZmZjsiLz48Zz48cG9seWdvbiBwb2ludHM9IjU5Mi45OCA0Ljk1IDU4OC4wMiAwIDU4NC41MiAzLjUgNTgxLjAyIDAgMjMyIDM0OS4wMyAyMzEuOTUgMzQ4Ljk4IDIyNC40NSAzNTYuNDggNTc2Ljk4IDcwOSA1NzYuMDMgNzA5Ljk1IDU4MS4wMiA3MTQuOTUgNTg0LjUzIDcxMS40NSA1ODguMDIgNzE0Ljk1IDU5Mi45OCA3MTAgMjQwLjQ1IDM1Ny40OCA1OTIuOTggNC45NSIgc3R5bGU9ImZpbGw6I2I2ODY1YzsiLz48cG9seWdvbiBwb2ludHM9IjEwMDYuMSAzNTguMDggMTAwNi4xIDM0Ny40OCA0MTEuMTEgMzQ3LjQ4IDQxMS4xMSAzNTIuNDMgNDA2LjE2IDM1Mi40MyA0MDYuMTYgMzU4LjA4IDEwMDYuMSAzNTguMDgiIHN0eWxlPSJmaWxsOiNiNjg2NWM7Ii8+PC9nPjxwb2x5Z29uIHBvaW50cz0iNTc4Ljk4IDUuOTUgNTc0LjAyIDEgNTcwLjUyIDQuNSA1NjcuMDIgMSAyMTggMzUwLjAzIDIxNy45NSAzNDkuOTggMjEwLjQ1IDM1Ny40OCA1NjIuOTggNzEwIDU2Mi4wMyA3MTAuOTUgNTY3LjAyIDcxNS45NSA1NzAuNTMgNzEyLjQ1IDU3NC4wMiA3MTUuOTUgNTc4Ljk4IDcxMSAyMjYuNDUgMzU4LjQ4IDU3OC45OCA1Ljk1IiBzdHlsZT0iZmlsbDojZWFjN2ExOyIvPjxwb2x5Z29uIHBvaW50cz0iMTAwNi4xIDM2Ny4wOCAxMDA2LjEgMzU2LjQ4IDQxMS4xMSAzNTYuNDggNDExLjExIDM2MS40MyA0MDYuMTYgMzYxLjQzIDQwNi4xNiAzNjcuMDggMTAwNi4xIDM2Ny4wOCIgc3R5bGU9ImZpbGw6I2VhYzdhMTsiLz48L2c+PC9nPjwvc3ZnPg==") center / 8rem auto no-repeat;
}

.modal-closecross02 {
  width: 4rem;
  height: 6rem;
  font-size: 3rem;
  border: none;
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3MzYuOTUgNzE2Ljk1Ij48cGF0aCBzdHlsZT0iZmlsbDojYjY4NjVjIiBkPSJNNzM2Ljk1IDUuOTUgNzMyIDFsLTMuNSAzLjVMNzI1IDEgMzc1Ljk4IDM1MC4wMyAyNS45NSAwbC0zLjUgMy41LTMuNS0zLjVMMTQgNC45NWwzNTMuNTMgMzUzLjUzTDE0IDcxMmw0Ljk1IDQuOTUgMy41LTMuNSAzLjUgMy41IDM1MC4wMy0zNTAuMDJMNzI1IDcxNS45NWwzLjUtMy41IDMuNSAzLjUgNC45NS00Ljk1LTM1Mi41Mi0zNTIuNTJ6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I2VhYzdhMSIgZD0iTTcyMi45NSA1Ljk1IDcxOCAxbC0zLjUgMy41TDcxMSAxIDM2MS45OCAzNTAuMDMgMTEuOTUgMGwtMy41IDMuNUw0Ljk1IDAgMCA0Ljk1bDM1My41MyAzNTMuNTNMMCA3MTJsNC45NSA0Ljk1IDMuNS0zLjUgMy41IDMuNSAzNTAuMDMtMzUwLjAyTDcxMSA3MTUuOTVsMy41LTMuNSAzLjUgMy41IDQuOTUtNC45NS0zNTIuNTItMzUyLjUyeiIvPjwvc3ZnPg==") center / 8rem auto no-repeat;
}

.apartzag {
  color: #3e3e3e;
  font-size: 5rem;
  font-family: Actinia;
}

.aparttextgrey {
  color: rgb(182 182 182);
  font-family: ZonaProReg;
}

.aparttextblack {
  color: #454545;
  font-family: ZonaProReg;
  /* font-weight: 800; */
  font-size: 1.2rem;
}

.listing {
  border-radius: 3px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition: .1s ease-in-out;
}

.listing:hover {
  transition: .1s ease-in-out;
  box-shadow: 1px 2px 8px 0px #472626;
}

.activeel {
  border: solid 3px #892626; 
}

.apartXscale {
    transform: scaleX(-1);
}

.apartYscale {
    transform: scaleY(-1);
}

.apartRotate {
    transform: rotate(180deg);
}


  .bronirovanieform {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.5px #ffffff;
    }

  input[class="bronirovanieform"] {
    border: none;
    text-align: left;
    border: solid 0.5px #4726262b;
    background: #f7f7f7;
    color: rgb(96 96 96);
    font-family: CambriaMath;
    transition: ease-in-out 0.3s;
}

input[class="bronirovanieform"]:focus {
    font-family: CambriaMath;
    outline: none !important;
    transition: ease-in-out 0.3s;
}

input[class="bronirovanieform"]::placeholder {
    color: #727272c7;
}

input[class="bronirovanieform"]:focus::placeholder {
    color: transparent;
}

.bronirovanietxt {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    margin: 1rem 0 1.5rem 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: solid 0.5px #ffffff;
    border: none;
    text-align: left;
    border: solid 0.5px #4726262b;
    background: #f7f7f7;
    color: rgb(96 96 96);
    font-family: CambriaMath;
    transition: ease-in-out 0.3s;
}

.btn-aporder {
  width: 100%;
  border-radius: 0;
  background-color: #472626;
  font-family: ZonaProlight;
  color: white;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-aporder:hover {
  background-color: #6b3f3f;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#round1 {
    animation-duration: 25s;
    transform-origin: 84.3% 11.5%;
}

#round2 {
    animation-duration: 25s;
    transform-origin: 24.7% 80.7%;
}

.rounding {
    animation-name: crossround;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/* HOD STRVA */

.progress-img {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    cursor: pointer;
}

.progress-txt {
    text-align: left;
    font-family: ZonaProReg;
    font-size: 11rem;
    line-height: 12rem;
    color: #fffbf7;
}

.progress-txt-top {
    font-size: 1.5rem;
    font-family: ZonaProReg;
    color: #472626;
    text-align: right;
}

/* PRELOADER */

#preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #3f2121;
            z-index: 9999;
            opacity: 1;
            transition: opacity 0.5s ease-in-out;
        }
        
        #preloader.hidden {
            opacity: 0;
        }
        .box {
         position: absolute;
            top: 40%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: calc(10rem + 5vh);
        }
        
    g#rightleg {
          fill: none;
          stroke: #eac7a1;
          stroke-width: 2;
          stroke-dasharray: 3000;
          stroke-dashoffset: 3000;
          animation: drawRightToLeft 2.5s ease-out forwards;
        }
        
    @keyframes drawRightToLeft {
         to {
        stroke-dashoffset: 0;
         }
    }

    g#leftleg {
          fill: none;
          stroke: #eac7a1;
          stroke-width: 2;
          stroke-dasharray: 3000;
          stroke-dashoffset: 3000;
          animation: drawRightToLeft 2.5s ease-out forwards;
        }
        
    @keyframes drawRightToLeft {
         to {
        stroke-dashoffset: 0;
         }
    }

    g#hands {
          fill: none;
          stroke: #eac7a1;
          stroke-width: 2;
          stroke-dasharray: 3000;
          stroke-dashoffset: 3000;
          animation: drawRightToLeft 2.5s ease-out forwards;
        }
        
    @keyframes drawRightToLeft {
         to {
        stroke-dashoffset: 0;
         }
    }

    g#full {
        animation-name: opfull;
        animation-fill-mode: forwards;
        animation-duration: 2.5s;
        opacity: 0;
    }
    
    @keyframes opfull {
        0% {opacity: 0;}
        10% {}
        60% {opacity: 0;}
        100% {opacity: 1;}
    }
    
    g#shadow {
        animation-name: opshadow;
        animation-fill-mode: forwards;
        animation-duration: 2.5s;
        opacity: 0;
    }
    
    @keyframes opshadow {
        0% {opacity: 0;}
        10% {}
        60% {opacity: 0;}
        100% {opacity: 1;}
    }
    
    .preloaderTxt {
        font-size: calc(1rem + 2vw);
        position: absolute;
        top: 50%;
        left: 40%;
        color: #eac7a1;
    }
    
    
/* ИНВЕСТОРСКОЕ */

.neonbrd {
    font-size: 1.1vw;
    text-decoration: none;
    color: #424242;
    font-family: CambriaMath;
    background-color: #ffffffe8;
    border: solid 7px #fdf7e7;
    transition: .3s ease-in-out;
    animation: neonbr 3s ease-in-out infinite;
}

.neonbrd:hover {
    cursor: pointer;
    color: #fccd3c;
    background-color: white;
    animation-play-state: paused;
    border: solid 7px #fccd3c8c;
    transition: .2s ease-in-out;
}

.telegramlink {
    text-decoration: none;
    transition: .3s ease-in-out;
}

.telegramlink > div {
    background-color: #472626;
    transition: .3s ease-in-out;
}

.telegramlink:hover {
    cursor: pointer;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.telegramlink:hover > div {
    box-shadow: 0px 0px 50px #eac7a1;
    background-color: #472626e8;
    transition: .3s ease-in-out;
}

.aparticon_buttons {
    transform: scale(1);
    transition: .5s ease-in-out;
}

.aparticon_buttons:hover {
    transform: translate(0px, -10px) scale(1.02);
    text-shadow: #ffffff 4px 0 10px;
    transition: .4s ease-in-out;
}


.arrowUp {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    font-size: 24px;
    color: #fff;
    background: #472626;
    padding: 10px 10px;
    border-radius: 80px;
    cursor: pointer;
    z-index: 1000;
    transition: ease-in-out .3s;
}

.arrowUp:hover {
    transition: ease-in-out .3s;
    transform: translateY(-10px);
    background-color: #733d3d;
}