html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


* {
    max-height: 1000000px;
    outline: none
}

input {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: 400;
    margin: 0
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border-style: none
}

a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: inherit
}

.footer a[href^="tel"] {
    pointer-events: none;
    color: inherit;
    text-decoration: inherit;
}


body {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    background: #fff;
    direction: ltr;
    text-align: center;
    margin: 0;
  padding: 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #fefaf5, #f5eee1, #f9f4eb);
  background-size: 300% 300%;
  animation: beigeFlow 30s ease infinite;
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b3b2a;
}

@keyframes softGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.wrapper {
    max-width: 1080px;
    margin: auto;
}

.header {

    background-position: 0 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7vh 0;
}

.logo {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.container {
    min-height: calc(100vh - 86px);
    min-height: calc(var(--vh, 100vh) - 86px);

}

.content {
  text-align: center;
  

}
.btn {
    
    display: inline-flex;
      align-items: center;
      background-color: #00cc00; /* ярко-зелёный */
      color: white;
      padding: 12px 24px;
      border-radius: 8px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      border: 2px solid #000;
      box-shadow: 0 0 5px rgba(0,0,0,0.2);
      justify-content: center;
}
.icon-circle i {
      color: #00cc00; /* зелёная галочка */
      font-size: 16px;
    }

.icon-circle {
      background-color: white;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 12px;
    }

.btn:hover {
  background-color: #42f5f5;
}
.btn:togle {
  background-color: #42f5f5;
}

.orange {
    color: #ff5300;
    font-size: 2.2em;
    text-align: center;
    margin: 1em 0;
    line-height: 1.4em;
}

.bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.hide {
    display: none;
}

.footer {
  margin-top: 20%;

}
.footer__text {
    color: #717171;
    padding: 0 5px;
    font-size: 12px;
    line-height: 14px;
}
.footer__link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #717171;
    text-decoration: none;
}


@media screen and (min-width: 1025px) and (max-height: 700px) {
    /*desktop - разные НЕ fullHD */
    .logo {
        max-width: 150px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        min-height: calc(100vh - 71px);
        min-height: calc(var(--vh,100vh) - 71px);
    }
   
    .header {
        padding: 4vh 0;
    }
    .logo {
        max-width: 220px;
    }
    .btn {
        font-size: 7vmin;
        padding: 1.3vh;
        width: 90%;
    }
    .orange {
        font-size: 5.7vmin;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        max-width: 170px;
    }
}


@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 1024px) and (max-height: 800px) {
    /*tab - horizontal*/
    .logo {
        max-width: 150px;
    }
  }


@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 950px) and (max-height: 500px) {
    .container {
        min-height: calc(100vh - 71px);
        min-height: calc(var(--vh,100vh) - 71px);
    }
    .header {
        padding: 6px 0;
    }   
    .logo {
        max-width: 12%;
    }
    .orange {
        font-size: 5.4vmin;
        margin: 2vh 0;
    }
    .bottom {
        position: relative;
    }
    .btn {
        font-size: 6vmin;
        padding: 10px;
    }
}
@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 950px) and (max-height: 280px) {
    .logo {
        max-width: 9%;
    }
}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 568px) and (max-height: 236px) {
    .logo {
        max-width: 10%;
    }

    .orange {
        font-size: 15px;
    }
    .btn {
        padding: 6px;
    }
}

/* === Уникализированные стили === */
body {
    background: #ffffff;
    color: #1a1a1a;
}
.btn {
    background-color: #f39c12;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.btn:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}
.orange {
    color: #f39c12;
}
