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

body {
  scroll-behavior: smooth;
}

.logo img {
  max-width: 100px;
  max-height: 80px;
}

.txt13 {
  font-size: 13px;
  line-height: 1.2em;
}

.regular {
  font-family: Gilroy-Regular;
}

.dark {
  color: #000;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

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

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

.light {
  font-family: Gilroy-Light;
}

@media (max-width: 767px) {
  .title {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .title {
    position: relative;
    /*height: 100%;*/
    z-index: 999;
  }
}

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

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

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

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

.blue-btn {
  background: #1a5da5;
  border-radius: 10px;
  padding: 25px 50px;
  position: relative;
  overflow: hidden;
  min-width: 300px;
}

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

.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%;
  }
}

.man-tag {
  position: absolute;
  z-index: 2;
}

@media (max-width:767px) {
  .man-tag {
    bottom: 60px;
    left: 70px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .man-tag {
    top: 560px;
    left: 70px;
  }
}

@media (min-width: 992px) {
  .man-tag {
    top: 510px;
    left: 120px;
  }
}

.tag-name-blue {
  background: #3b6eeb;
  padding: 5px 15px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.tag-job-white {
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 10px 15px 5px;
  margin-top: -5px;
  border-radius: 7px;
  position: relative;
  z-index: 0;
  /*max-width: 200px;*/
}

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

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

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  .header-man img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-man {
    position: relative;
  }
}

@media (min-width: 768px) {
  .header-man {
    position: absolute;
    left: 47%;
    bottom: 0;
    z-index: 0;
    height: 600px;
  }
}

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

#about {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

.blue {
  color: #1a5da5;
}

.blue-block {
  background: #3b6eeb;
}

.light-block {
  background: #dcf0f9;
}

@media (max-width: 575px) {
  .light-block img, .blue-block img {
    position: absolute;
    left: -200px;
    right: -200px;
    margin: -20px auto 0;
    transform: scale(0.8);
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .light-block img, .blue-block img {
    position: absolute;
    left: -200px;
    right: -200px;
    margin: auto;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .light-block img, .blue-block img {
    position: absolute;
    left: 63%;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .light-block img, .blue-block img {
    position: absolute;
    left: 63%;
    bottom: 0;
  }
}

.light-block, .blue-block {
  padding: 50px 180px 50px 40px;
  border-radius: 50px;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .light-block, .blue-block {
    padding: 30px 30px 250px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .light-block, .blue-block {
    padding: 40px 40px 300px;
  }
}

#quiz {
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

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

#steps {
  padding-top: 80px;
  padding-bottom: 20px;
  background: #ebf3f7;
}

.step1 {
  background: #3b6eeb;
}

.step2 {
  background: #2757cd;
}

.step3 {
  background: #1d44a4;
}

.step1, .step2, .step3 {
  padding: 140px 40px 40px 40px;
  border-radius: 50px;
  position: relative;
  height: 100%;
}

.step1 img, .step2 img, .step3 img {
  position: absolute;
  top: 40px;
  left: 40px;
}

.stroke-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px;
}

.step-body {
  background: #fff;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  padding: 70px 20px 200px 20px;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-rew {
  border-radius: 30px;
  background: #eee;
  overflow: hidden;
}

@media (min-width: 1400px) and (max-width:1799px) {
  .rew {
    max-width: 33%;
  }
}

@media (min-width: 1800px) {
  .rew {
    max-width: 25%;
  }
}

.txt30 {
  font-size: 30px;
  line-height: 1.2em;
}

.video-content {
  padding: 20px 20px 0 20px;
}

@media (max-width: 575px) {
  .video-body {
    padding: 5px 5px 15px 5px;
    border-radius: 35px;
  }
}

#preim {
  background: #3b6eeb;
  border-radius: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pre-item {
  position: relative;
}

.pre-item img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
}

.call-btn {
  background: linear-gradient(to bottom,#67ACF4 0%,#207DE2 100%);
  padding: 10px;
  border-radius: 10px;
  border: 0px;
}

.txt11 {
  font-size: 11px;
  line-height: 1.2em;
}

.title-sp {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.our-phone {
  margin-top: 20px;
  background: #207de2;
  padding: 20px;
  border-radius: 20px;
}

#spasibo-header {
  background: url("../../assets/img/spasibo-bg.jpg") top/cover no-repeat;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

#warning {
  background: linear-gradient(to bottom, #edf4fe, #f7faff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.war-ico {
  width: 60px;
  height: 60px;
  border-radius: 15px;
  background: #207de2;
  position: relative;
}

.war-ico img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .guarantee {
    background: #207de2;
    padding: 30px 30px 30px 340px;
    position: relative;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .guarantee {
    background: #207de2;
    padding: 210px 30px 30px 30px;
    position: relative;
    border-radius: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .guarantee img {
    position: absolute;
    top: -50px;
    left: -110px;
  }
}

@media (max-width: 767px) {
  .guarantee img {
    position: absolute;
    top: -50px;
    left: -230px;
    right: -110px;
    margin: auto;
  }
}

.our-preim {
  background: #207de2;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}

#documents {
  padding-top: 80px;
  padding-bottom: 80px;
}

.doc-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
  padding: 20px;
}

.our-phone-center {
  max-width: 560px;
  margin: 50px auto 0;
}

.header-man img {
  height: 100%;
}

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

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  #header {
    height: 90vh;
    padding-bottom: 100px;
    padding-top: 100px;
    background: #ebf3f7;
    overflow: hidden;
    min-height: 700px;
    position: relative;
  }
}

@media (max-width: 767px) {
  #header {
    padding-bottom: 100px;
    background: url("../../assets/img/orel-bg.jpg") center/cover, #ebf3f7;
    overflow: hidden;
    position: relative;
  }
}

.step-number {
  color: #f2f2f2;
  position: absolute;
  z-index: 0;
  top: -25px;
  left: -10px;
}

.txt120 {
  font-size: 120px;
  line-height: 1em;
}

.grey {
  color: #aeaeae;
}

.red-bg {
  max-width: 350px;
  background:red;
  padding:10px;
  border-radius:10px;
}

@media (max-width: 767px) {
  .red-bg {
    margin:0 auto 20px auto;
  }
}