@import "font-awesome-5/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap");
@import "systems.css";
.header {
  z-index: 99;
  font-size: 22px;
  position: absolute;
  backdrop-filter: blur(3px);
  margin-top: 30px;
}
.header.run {
  transition: none;
  margin: -70px 0 0 0 !important;
}
.header.back {
  margin: -70px 0 0 0 !important;
}
.header.fixed {
  transition: all 0.3s linear;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
}
.header .logo {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 26px;
  line-height: 25px;
}
.header .logo > div {
  padding-top: 4px;
}
.header .logo .icon {
  mask-image: url(../image/logo.svg); /*fill="#FF4C4C"*/
  mask-repeat: no-repeat;
  mask-size: cover;
  font-weight: bold;
  font-size: 36px;
  background: var(--orang);
  width: 60px;
  height: 60px;
}
.header.banner {
  background: none;
  margin: -65px 0 50px;
  border: none;
}
.header sub {
  font-size: 20px;
  color: #aaa;
  padding-top: 6px;
  font-weight: bold;
  letter-spacing: 1px;
}
.header sub i {
  color: inherit;
  font-size: 16px;
}
.header span[class*=hidden-] {
  font-size: 16px;
  vertical-align: top;
  padding-left: 5px;
}
.header .viber, .header .telegram {
  justify-content: center;
  height: 70px;
}
.header .viber i, .header .telegram i {
  font-size: 28px;
  animation: hute 5s infinite linear;
}
.header .viber *, .header .telegram * {
  display: block;
}
.header .wawe1, .header .wawe2 {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  top: 50%;
  left: 50%;
}
.header .wawe1:after, .header .wawe1:before, .header .wawe2:after, .header .wawe2:before {
  content: " ";
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  animation: wawe-1 3s infinite linear;
  animation-delay: -1.5s;
}
.header .wawe1:before, .header .wawe2:before {
  animation-delay: 0s;
}
.header .text-gradient-color {
  display: inline-block;
  background-image: linear-gradient(-100deg, var(--yellow) 45%, #ffe 48%, #ffe 52%, var(--yellow) 55%);
  background-position-x: -330px;
  background-size: 200%;
  animation: phone 10s infinite linear;
  animation-delay: -8s;
}
.header .text-gradient-color b {
  mix-blend-mode: darken;
  background: #000;
  color: #fff;
  display: inline-block;
}

.top-banner {
  background-image: url(../image/baner/baner1.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  min-height: 700px;
}
.top-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.9333333333), rgba(0, 0, 0, 0.1333333333));
}
.top-banner .section-right {
  background: var(--orang);
  border-radius: 15px;
  padding: 25px;
}
.top-banner .section-right * {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.top-banner .section-right input {
  border: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.top-banner .section-right input:focus {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4);
}
.top-banner .section-right input:focus::placeholder {
  color: #ccc;
}
.top-banner .section-right ::placeholder {
  color: #fff;
}
.top-banner .section-right h2 {
  font-weight: 800;
}
.top-banner .section-right .on-popup {
  border: none;
  background: none;
  text-decoration: underline;
  font-weight: bold;
}

.section2 {
  background-color: #fff;
  background-image: url(../image/baner/baner2.webp);
  background-size: cover;
  background-attachment: fixed;
}
.section2 > div {
  backdrop-filter: saturate(30%) blur(4px);
  background-color: rgba(255, 255, 255, 0.6666666667);
}

.section4 {
  background: #262626;
}
.section4 .question {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50px;
  background: radial-gradient(#262626 55%, rgba(38, 38, 38, 0) 60%);
  font-size: 80px;
  transform: translate(-40px, -40px);
}
.section4 p {
  line-height: 20px;
}
.section4 h2.text-right:after, .section4 h2.text-left:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #fff;
  margin: 10px 0 10px auto;
}
.section4 h2.text-left:after {
  margin: 10px auto 10px 0;
}

div.alert {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 1rem;
  font-size: 18px;
  display: flex;
}
div.alert > i {
  font-size: 80px;
  margin: auto 20px auto 0;
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
div.alert .title {
  border-bottom: 5px solid;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
div.alert .title.border-none {
  border: none;
  margin: 0px;
}
div.alert * {
  color: var(--black);
}
div.alert.block-1 {
  border-color: #ffa425;
  background: #ffeecd;
}
div.alert.block-1 * {
  color: #ffa425;
  border-color: rgba(195, 116, 0, 0.3764705882);
}
div.alert.block-2 {
  border-color: #ff5325;
  background: #ffe7e3;
}
div.alert.block-2 * {
  color: #ff5325;
  border-color: rgba(255, 83, 37, 0.3764705882);
}
div.alert.block-3 {
  border-color: #2dbaff;
  background: #e3f6ff;
}
div.alert.block-3 * {
  color: #2dbaff;
  border-color: rgba(45, 186, 255, 0.3764705882);
}
div.alert.block-4 {
  border-color: #31a400;
  background: #e2ffd4;
}
div.alert.block-4 * {
  color: #31a400;
  border-color: rgba(49, 164, 0, 0.3764705882);
}

.phone-banner {
  transition: none;
  display: inline-block;
  background: url(../image/left.webp) repeat;
  background-size: 400px 100%;
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-animation: move 7s linear infinite;
}
.phone-banner i {
  padding: 8px 0 0 0;
  vertical-align: top;
  font-size: 32px;
}

.send-photo {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 55;
}
.send-photo:after {
  content: "";
  width: 42px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: -22px;
  bottom: -10px;
  z-index: 1;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3333333333);
}
.send-photo a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  border-radius: 30px 30px 0;
  box-shadow: -2px 3px 5px 1px rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.send-photo a:hover {
  background: #0c0a1f;
}
.send-photo a:hover * {
  color: #fff;
}
.send-photo a i {
  font-size: 50px;
  animation: hute 7s infinite linear;
  animation-delay: -5s;
}
.send-photo a .title {
  font-size: 14px;
  padding-left: 5px;
  text-align: left;
  font-weight: 100;
}

@keyframes move {
  0% {
    background-position: -100px 0%;
  }
  20% {
    background-position: 300px 0%;
  }
  100% {
    background-position: 300px 0%;
  }
}
@keyframes phone {
  0% {
    background-position-x: -330px;
  }
  10% {
    background-position-x: 80px;
  }
  100% {
    background-position-x: 80px;
  }
}
@keyframes hute {
  0% {
    transform: rotate(-12deg) scale(1.1);
  }
  5% {
    transform: rotate(10deg) scale(1);
  }
  10% {
    transform: rotate(-8deg);
  }
  15% {
    transform: rotate(6deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(0deg);
  }
}
@keyframes wawe-1 {
  0% {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    opacity: 0;
  }
}
@media (max-width: 1200px) {
  .fz50 {
    font-size: 32px;
  }
  .fz40 {
    font-size: 28px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz18 {
    font-size: 14px;
  }
  .phone-banner i {
    font-size: inherit;
    padding: 3px 0 0 0;
  }
  h1 {
    font-size: 70px;
    letter-spacing: 7px;
  }
  h1 .small {
    font-size: 15px;
    letter-spacing: 1px;
    top: 74px;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer [class*=col-] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header {
    font-size: 18px;
  }
  .header .logo {
    font-weight: bold;
    font-size: 26px;
  }
  .header .ml-15 {
    margin-left: 10px;
    padding: 0px;
  }
  .header .viber, .header .telegram {
    width: auto;
    height: 48px;
  }
  .top-banner {
    height: calc(100vh + 500px);
  }
  .top-banner > .container {
    place-content: flex-start;
  }
  .top-banner .section-left {
    height:70vh;
  }
  .top-banner .section-right {
    max-width: 450px;
    margin: 5rem auto;
  }
  .section3 h2 {
    flex: 0 0 100%;
    text-align: center;
  }
  .section3 > .container > div {
    margin-top: 2rem;
  }
  .section3.pb-5 {
    padding-bottom: 2rem !important;
  }
  .section4 .container {
    padding-bottom: 3rem !important;
  }
  .section4 .container > .d-flex .col-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 25px;
  }
  .section4 .container > .d-flex .col-4 h2 {
    text-align: center;
    font-size: 22px;
  }
  .section4 .container > .d-flex .col-4 h2:after, .section4 .container > .d-flex .col-4 h2:before {
    margin: 10px auto 10px auto;
  }
  .section4 .container > .d-flex .col-4 p {
    height: 130px;
    overflow: hidden;
  }
  .section4 .container > .d-flex .col-4 p b {
    line-height: inherit;
  }
  .section4 .container > .d-flex .d-1 {
    padding-right: 5px;
  }
  .section4 .container > .d-flex .d-2 {
    padding-left: 5px;
  }
  div.alert {
    padding: 15px;
  }
  div.alert p {
    margin: 0;
  }
  div.alert > i {
    font-size: 65px;
    min-width: 75px;
  }
}
@media (max-width: 650px) {
  nav.header .logo {
    font-size: 16px;
  }
  nav.header .logo .icon {
    width: 44px;
    height: 44px;
    margin-top: 3px;
  }
  nav.header .logo > div {
    padding: 0 0 0 3px;
  }
  nav .phone, nav .telegram {
    margin-left: 1rem;
  }
  div.alert {
    font-size: 14px;
  }
  div.alert .title {
    font-size: 18px;
  }
  div.alert > i {
    font-size: 45px;
    min-width: 55px;
    margin-right: 10px;
  }
}
@media (max-width: 500px) {
  nav.header .logo {
    font-size: 13px;
    line-height: 18px;
  }
  nav.header .logo .icon {
    width: 42px;
    height: 42px;
    margin-top: 3px;
  }
  nav.header .logo > div {
    padding: 5px 0 0 3px;
  }
  nav .phone, nav .telegram {
    margin-left: 1rem;
  }
  h1 {
    font-size: 47px;
    letter-spacing: 4px;
  }
  h1 .small {
    font-size: 11px;
    letter-spacing: 0.17px;
    top: 49px;
  }
  footer .container {
    padding-bottom: 0 !important;
  }
  footer .col-6 a {
    font-size: 14px;
    line-height: 26px;
  }
  .fz20 {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .section4 .container > .d-flex .col-4 p {
    height: 160px;
  }
  nav .telegram {
    margin: 0 auto;
  }
  nav .phone {
    margin-left: auto;
  }
}

/*# sourceMappingURL=styleheet.css.map */
