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

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

.dark {
  color: #000;
}

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

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

@media (max-width: 767px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") top/cover no-repeat;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  #header {
    background: url("../../assets/img/header-bg.jpg") top no-repeat;
    min-height: 700px;
    position: relative;
    overflow: hidden;
  }
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .title {
    max-width: 50%;
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .title {
    max-width: 65%;
    margin-top: 100px;
  }
}

.braun {
  color: #c47b52;
}

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

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

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

.braun-btn {
  background: #c47b52;
  padding: 25px 50px;
  border: none;
  border-radius: 100px;
  text-transform: uppercase;
  color: #fff;
}

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

@media (min-width: 768px) {
  .header-yurist {
    position: absolute;
    bottom: 0;
    left: 53%;
  }
}

.braun-select {
  background: #c47b52;
  display: inline;
  box-shadow: 10px 0 0 #c47b52, -10px 0 0 #c47b52;
}

.dark-select {
  background: #000;
  display: inline;
  box-shadow: 10px 0 0 #000, -10px 0 0 #000;
}

.yurist-tag {
  max-width: 270px;
  position: absolute;
  left: 0px;
  top: 45%;
}

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

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

.txt48 {
  font-size: 48px;
  line-height: 1.2em;
}

.bullit-item {
  background: #fff;
  padding: 33px;
  border-radius: 30px;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
  height: 100%;
}

#bullit {
  margin-top: -90px;
}

@media (max-width: 767px) {
  .braun-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .yurist-tag {
    left: 0%;
  }
}

@media (min-width: 576px) {
  .logo {
    max-width: 140px;
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .logo {
    max-width: 100px;
    max-height: 60px;
  }
}

@media (max-width: 575px) {
  .yurist {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .bullit-item {
    padding: 20px;
  }
}

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

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

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

@media (min-width: 768px) {
  .quiz-body {
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 0 50px rgba(0,0,0,0.15);
  }
}

@media (max-width: 767px) {
  .quiz-body {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  #steps {
    background: linear-gradient(to bottom, rgba(245,245,245,0.5), rgba(245,245,245,0.5)), url("../../assets/img/steps-bg.jpg") center/cover no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #steps {
    background: linear-gradient(to bottom, rgba(245,245,245,0.5), rgba(245,245,245,0.5)), url("../../assets/img/steps-bg.jpg") center no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.braun-card {
  background: #c47b52;
  border-radius: 30px;
  box-shadow: 0 0 40px rgba(0,0,0,0.2);
  height: 100%;
}

@media (max-width: 575px) {
  .txt60 {
    font-size: 40px;
    line-height: 1em;
  }
}

@media (min-width: 576px) {
  .txt60 {
    font-size: 60px;
    line-height: 1em;
  }
}

.step-item-top {
  padding: 0 20px;
}

@media (max-width: 575px) {
  .step-item-content {
    background: #fff;
    border-radius: 30px;
  }
}

@media (min-width: 576px) {
  .step-item-content {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding-bottom: 80px;
    height: 85%;
  }
}

@media (max-width: 575px) {
  .step-item-text {
    padding: 20px;
  }
}

@media (min-width: 576px) {
  .step-item-text {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .dark-braun-card {
    background: #8f5127;
    padding: 10px;
    border-radius: 20px;
  }
}

@media (min-width: 576px) {
  .dark-braun-card {
    background: #8f5127;
    padding: 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

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

@media (max-width: 767px) {
  .txt72 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .txt72 {
    font-size: 72px;
  }
}

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

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

#video {
  padding-top: 70px;
  padding-bottom: 70px;
}

.video-item {
  background: #f1f1f1;
  border-radius: 30px;
}

.video-text {
  padding: 25px;
}

.video {
  background: #000;
  border-radius: 30px;
}

.cta-body {
  background: linear-gradient(to bottom, rgba(245,245,245,0.75), rgba(245,245,245,0.75)), url("../../assets/img/steps-bg.jpg") center/cover no-repeat;
  border-radius: 30px;
  padding: 65px 50px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width:1199px) {
  .cta-txt {
    max-width: 48%;
  }
}

@media (min-width: 1200px) {
  .cta-txt {
    max-width: 55%;
  }
}

@media (min-width: 992px) {
  .yurist2 {
    position: absolute;
    bottom: 0;
    right: 0px;
    max-height:600px;
  }
}

@media (max-width: 991px) {
  .cta-body {
    padding-bottom: 0;
  }
}

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

@media (max-width: 575px) {
  .cta-body {
    padding: 30px 30px 0 30px;
  }
}

@media (max-width: 575px) {
  .cta-txt .txt40 {
    font-size: 24px;
  }
}

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

@media (min-width: 768px) {
  .desc {
    padding-left: 83px;
  }
}

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

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

.testi-white {
  background: #fff;
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
  padding: 20px;
  border-radius: 20px;
}

.button-gis {
  border: 2px solid #c47b52;
  padding: 20px 50px;
  border-radius: 15px;
  color: #c47b52;
  transition: all 0.3s ease-in-out;
}

.button-gis:hover {
  border: 2px solid #c47b52;
  background: #c47b52;
  border-radius: 15px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.button-gis:hover img {
  filter: brightness(0) invert(100%);
}

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