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

body {
  scroll-behavior: smooth;
}

@media (min-width: 576px) {
.logo img {
  height:100px;
  max-width: 100px;
  max-height: 80px;
}}

@media (max-width: 575px) {
.logo img {
  height:100px;
  max-width: 100px;
  max-height: 50px;
}}


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

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

.dark {
  color: #000;
}

.braun {
  color:#663a2a;
}

.red {
  color:#e84b37;
}

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

#header {
  background: linear-gradient(to bottom, rgba(245,233,225,0.94), rgba(245,233,225,0.94)), url("../../assets/img/header-bg.jpg") center center/cover;
  border-radius:  0 0 50px 50px;
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}

@media (max-width: 575px) {
  #header {
    border-radius: 0px;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .title {
    margin-top: 70px;
  }
}

.medium {
  font-family: Gilroy-Medium;
}

.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: #3b6eeb;
  border-radius: 10px;
  padding: 25px 50px;
  position: relative;
  overflow: hidden;
}

.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;
  }
  .txt18 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt16 {
    font-size: 16px;
    line-height: 1.2em;
  }
  .txt18 {
    font-size: 18px;
    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: 52%;
    bottom: 0px;
    z-index: 0;
  }
}

@media (max-width:767px) {
  #header {
    padding-bottom: 70px;
  }
}

@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: #3b6eeb;
}

.blue-block {
  background: #f0faff;
}

.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 {
  position:relative;
  z-index: 2;
  border-radius: 50px;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #quiz {
    padding-top: 50px;
    padding-bottom:30px;
  }
}

@media (min-width: 768px) {
.quiz-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  padding: 30px;
  /*height: 610px;*/
  margin-top: -80px;
}}

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

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

.step1 {
  background: #edf6fa;
}

.step2 {
  background: #edf6fa;
}

.step3 {
  background: #edf6fa;
}

.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 #3b6eeb;
  border-radius: 10px;
  padding: 20px;
}

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

.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: #edf6fa;
  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;
}

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

