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

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

@media (min-width: 1900px) {
  #gerb {
    /*background: #f7fdff;*/
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1899px) {
  #gerb {
    /*background: #f7fdff;*/
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 0px) and (max-width:991px) {
  #gerb {
    height: 200px;
    /*background: #f7fdff;*/
    width: 100%;
  }
}

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

@media (min-width: 1200px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .txt26 {
    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;
}

.rose-btn {
  background: linear-gradient(to bottom,#f35a38 0%,#df4e2f 100%);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

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

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

.rose-btn:hover {
  background: linear-gradient(to bottom,#df4e2f 0%,#f35835 100%);
  transition: all 0.3s ease-in-out;
}

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

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

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

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

.txt13 {
  font-size: 13px;
  line-height: 1.2em;
}
.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;
  }
  .rose-btn {
    padding: 30px 60px;
  }
}

@media (max-width: 1499px) {
  .red-btn {
    padding: 30px;
    width: 100%;
  }
  .rose-btn {
    padding: 30px;
    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: #df4e2f;
}

.grey {
  color: #bac3d3;
}

@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 {
  padding-bottom: 50px;
  padding-top:30px;
}

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

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

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

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

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

@media (max-width: 575px) {
  .bullit-item {
    /* background: linear-gradient(to bottom, #485393, #724b81);*/
    border: 2px solid #5a2f1f;
    padding: 10px;
    border-radius: 15px;
    height: 100%;
    color:#000;
  }
}

@media (min-width: 576px) {
  .bullit-item {
    /*background: linear-gradient(to bottom, #485393, #724b81);*/
    border: 2px solid #5a2f1f;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    color:#000;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt48 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt48 {
    font-size: 40px;
  }
}

@media (min-width: 576px) {
  .bullit-item .txt43 {
    font-size: 43px;
  }
}

@media (max-width: 575px) {
  .bullit-item .txt43 {
    font-size: 35px;
  }
}

@media (min-width:992px) {
.woman {
  width:100%;
  max-width:850px;
  mix-blend-mode: multiply;
}}

@media (max-width:991px) {
  .woman {
    max-height:200px;
    mix-blend-mode: multiply;
  }
}


.tags-body .tag {
  background:#f5f5f5;
  padding:5px 10px;
  border-radius:5px;
  margin:2px;
}