#header {
  background:url("../img/background.jpg") top center/auto no-repeat;
  min-height: 700px;
  padding-bottom: 50px;
  position:relative;
  overflow:hidden;
}
@media (max-width: 991px) {
  #header {
    padding-bottom: 50px;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

.semibold {
  font-family: 'Gilroy-Semibold';
}

.txt16 {
  font-size: 16px;
  line-height: 1.2em;
}

.regular {
  font-family: 'Gilroy-Regular';
}
.medium {
  font-family: 'Gilroy-Medium';
}

.txt24 {
  font-size: 24px;
  line-height: 1.2em;
}

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}
.txt15 {
  font-size: 15px;
  line-height: 1.2em;
}
.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

.white-stroke-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2em;
  color: #325de9;
  font-family: 'Gilroy-Medium';
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

.white-stroke-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: 'Gilroy-Medium';
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
.header-row {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 60px;
}}
@media (max-width: 575px) {
.header-row {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 20px;
}}

.bold {
  font-family: 'Gilroy-Bold';
}

@media (max-width: 575px) {
  .txt18 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt18 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .quote {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px 50px 50px 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .quote {
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px 100px 100px 100px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .txt45 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt45 {
    font-size: 45px;
    line-height: 1.2em;
  }
}
.blue-btn img {
  position:absolute;
  top:0;
  bottom:0;
  right:20px;
  margin:auto;
  transition: all 0.3s ease-in-out;
}
.blue-btn:hover img {
  position:absolute;
  top:0;
  bottom:0;
  right:30px;
  margin:auto;
  transition: all 0.3s ease-in-out;
}
.blue-btn {
  background: linear-gradient(to right, #5764da, #28328c);
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Gilroy-Semibold';
  padding: 25px 80px;
  max-width:450px;
  width:100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .blue-btn {
    padding: 25px;
  }
}

.blue-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -250%;
  }
  100% {
    left: 250%;
  }
}

.blue-btn:hover {
  background: linear-gradient(to right, #7f8cff, #28328c);
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.title {
  margin-bottom: 50px;
  position:relative;
}

.preim {
  position:relative;
  z-index:1;
}
@media (min-width: 576px) {
  .preim {
    background: rgba(50,93,233,0.9);
    padding: 30px 50px;
    border-radius: 100px 10px 100px 100px;
  }
}

@media (max-width: 575px) {
  .preim {
    background: rgba(50,93,233,0.9);
    padding: 20px 30px;
    border-radius: 50px 10px 50px 50px;
  }
}

#quiz {
  margin-top: -80px;
  padding-bottom: 80px;
  position:relative;
}

@media (max-width: 991px) {
  #quiz {
    display:none;
  }
}

@media (max-width: 575px) {
  .txt25 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .txt28 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .txt30 {
    font-size: 23px;
    line-height: 1.2em;
  }
  .txt36 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 25px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .txt25 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .txt28 {
    font-size: 28px;
    line-height: 1.2em;
  }
  .txt30 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 33px;
    line-height: 1.2em;
  }
}

.blue {
  color: #28328c;
}
.red {
  color:#e81158;
}

.quiz-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
  padding: 30px;
  height: 680px;
}

.quiz-embed {
  position: relative;
  width: 880px;
  height: 620px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

button:focus, input:focus, textarea:focus, a:focus {
  outline: none;
}

body {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

#footer {
  background: linear-gradient(to bottom, #fff, #e5e7f7);
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
.woman {
  position:absolute;
  bottom:0px;
  left:53%;
  z-index:0;
}}

@media (min-width: 576px) and (max-width: 991px) {
.woman {
  max-width: 450px;
  width:100%;
}}
@media (max-width: 575px) {
.woman {
  max-width: 250px;
  width:100%;
}}

@media (min-width: 576px) {
  .logo {
    width:60px;
  }
  .white-logo {
    width:60px;
    filter: brightness(0%) invert(100%);
  }
  
  }
@media (max-width: 575px) {
  .logo {
    width:40px;
  }
  .white-logo {
    width:40px;
    filter: brightness(0%) invert(100%);
  }
  button.txt18 {
    font-size:15px;
  }
}

.text-underline {
  text-decoration:underline;
}


@media (min-width: 0px) {
.warning {
  max-width:50px;
  animation: blink 1s infinite;
}}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.bull-item {
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  height:100%;
  display:flex;
  align-items: center;
}
/*
@media (min-width: 576px) {
.bull-item img {
  max-width: 50px;
  margin-bottom:10px;
}}*/
@media (max-width: 575px) {
.bull-item img {
  max-width: 35px;
  max-height:35px;
}}

@media (max-width: 575px) {
.bull-item .txt16 {
  font-size: 13px;
}
.bull-item {
  padding:10px;
}
}

@media (min-width: 992px) {
  .eagle {
  margin-top:-80px;
}
}
@media (max-width: 991px) {
  .eagle {
  margin-top:30px;
}
}

.eagle {
  max-width:450px;
  width:100%;
}

.footer-body {
  background: #fff;
  border-radius:20px;
  box-shadow:0 0 40px rgba(0,0,0,0.1);
  padding:20px 40px;
}



@media (min-width: 576px) {
.mess-btn {
  width:50%;
}}

.tg-btn {
  background:linear-gradient(to bottom, #2198f7, #128de9);
  border-radius:10px;
  padding:15px;
  color:#fff;
  font-size:16px;
  font-family: Gilroy-Semibold;
}
.tg-btn:hover {
  background:linear-gradient(to bottom, #1189eb, #128de9);
  color:#fff;
  }

.max-btn {
  background:linear-gradient(to bottom, #0077ff, #066de2);
  border-radius:10px;
  padding:15px;
  color:#fff;
  font-size:16px;
  font-family: Gilroy-Semibold;
}
.max-btn:hover {
  background:linear-gradient(to bottom, #0b68d3, #0c65ca);
  color:#fff;
  }

.tg-btn img, .max-btn img {
  width:20px;
}