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

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

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

@media (min-width: 576px) and (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: 0 100px;
  }
}

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

.dark {
  color: #2b2b2b;
}

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

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

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

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

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

.red-btn {
  background: #4a81f6;
  border-radius: 10px;
  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: #2258cb;
  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;
  line-height: 1.2em;
}

.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/background.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;
  min-height: 100vh;
  padding-top: 200px;
}

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

@media (max-width: 767px) {
  .txt48 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .txt48 {
    font-size: 48px;
    line-height: 55px;
  }
}

#spasibo {
  padding-top: 100px;
}

.select-red {
  background: #d73f32;
  display: inline-block;
  padding: 10px 20px;
}

@media (min-width: 768px) {
  .header-man {
    position: absolute;
    bottom: 0;
    max-height: 650px;
  }
}

#sec-2, #sec-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f4f2f0;
}

.red {
  color: #d73f32;
}

#sec-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 575px) {
  .txt20 {
    font-size: 17px;
    line-height: 22px;
  }
}

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

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

.testimonial {
  background: #f4f2f0;
  padding: 30px;
  margin-bottom: 50px;
}

.ava {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .ava {
    margin: auto;
  }
}

.manager {
  background: url("../../assets/img/manager.jpg") center/cover;
}

.office {
  background: url("../../assets/img/office.jpg") center/cover;
}

@media (min-width: 768px) {
  .manager {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .office {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .manager {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .office {
    height: 300px;
  }
}

.logo-block {
  height: 150px;
}

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

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

.blue {
  color: #4a81f6;
}

.grey {
  color: #707a8b;
}

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

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

.footer-block {
  height: 150px;
}

.left-content {
  background: rgba(0,0,0,0.55);
  padding: 50px;
  border-radius: 20px 0 0 20px;
  max-width: 800px;
  margin-left: 50px;
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  .left-content {
    padding: 30px;
    margin-left: 20px;
  }
}

@media (max-width: 575px) {
  .title-body {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  #success {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

