#box {
  min-height: 100px;
  padding: 0;
}

.title-body {
  background: #fff;
  box-shadow: 0 0 80px rgba(0,0,0,0.15);
}

@media (max-width: 1199px) {
  .txt36 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 1200px) {
  .txt36 {
    font-size: 36px;
    line-height: 40px;
  }
}

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

@media (max-width:1199px) {
  .title-body {
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width:1499px) {
  .title-body {
    padding: 50px;
  }
}

@media (min-width: 1500px) {
  .title-body {
    padding: 100px;
  }
}

@media (min-width: 992px) {
  .title-body {
    min-height: 100vh;
  }
}

.dark {
  color: #2b2b2b;
}

@media (min-width: 992px) {
  #gerb {
    background: url("../../assets/img/quiz-bg.jpg") center no-repeat;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .txt24 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .txt24 {
    font-size: 24px;
  }
}

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

.red-btn {
  background: #d73f32;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.red-btn:hover img {
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}

.red-btn img {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.red-btn:hover {
  background: #a62b21;
  transition: all 0.3s ease-in-out;
}

.txt16 {
  font-size: 16px;
}

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

.doc-bg {
  background: #ede5df;
  border-radius: 20px;
  padding: 20px;
}

@media (min-width: 1500px) {
  .doc-body {
    width: 50%;
  }
}

.txt14 {
  font-size: 14px;
}

.doc-img {
  min-width: 80px;
  position: relative;
}

.doc-img img {
  position: absolute;
  top: -100px;
  bottom: -100px;
  left: -20px;
  margin: auto;
}

.title {
}

@media (min-width: 768px) and (max-width:991px) {
  .docs-body {
    display: flex;
  }
}

@media (min-width: 1500px) {
  .docs-body {
    display: flex;
  }
}

@media (min-width: 1500px) {
  .red-btn {
    padding: 30px 60px;
  }
}

@media (max-width: 1499px) {
  .red-btn {
    padding: 30px;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width:991px) {
  #gerb {
    height: 500px;
    background: url("../../assets/img/quiz-bg.jpg") center/cover no-repeat;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .red-btn.txt24 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .red-btn img {
    width: 35px;
  }
}

#success {
  background: url("../../assets/img/header-bg.jpg") top/cover;
  height: 100vh;
  padding-top: 200px;
}

.beige-btn2 {
  background: #d9b161;
  border-radius: 6px;
  color: #000;
  padding: 25px 30px;
  transition: all 0.3s ease-in-out;
}

.b-quizgo-modal .b-quiz-icon-close {
  display:none;
}

div.b-quizgo-wrapper {
  background:#e9ecef;
}


/*Кнопка в Телеграм*/

.tg-button {
  background:#19afd1;
  border-radius:50px;
  height:50px;
  width:50px;
  box-shadow: 0 0 30px rgba(17,147,177,0.3);
  position: fixed;
  z-index:999;
  bottom:20px;
  right:20px;
  cursor:pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.tg-ico img {
  width:20px;
  position:absolute;
  top:0;
  bottom:0;
  left: 13px;
  margin:auto;
  transition: all 0.3s ease-in-out;
}
.tg-button:hover .tg-ico img {
  left:15px;
  transition: all 0.3s ease-in-out;
}

.tg-button:hover {
  background:#0f96b4;
  border-radius:20px;
  padding:10px 10px 10px 50px;
  width:250px;
  height:230px;
  transition: all 0.3s ease-in-out;
}

.tg-magnet {
  width:100%;
  opacity:0;
  transition: all 0.2s ease-in-out;
}

.tg-button:hover .tg-magnet {
  width:100%;
  opacity:1;
  transition: all 0.8s ease-in-out;
}

a.no-underline {
  text-decoration: none;
}

.white-btn {
  background: #fff;
  color:#000;
  padding: 7px;
  border-radius:10px;
  width:100%;
  transition: all 0.3s ease-in-out;
}
.white-btn:hover {
  background:#eee;
  padding:10px;
  transition: all 0.3s ease-in-out;
}

/*Кнопка в Телеграм*/


.cookie {
  border-top:1px solid #ddd;
  padding-top:25px;
}