.gray-curve-bg .content-wrap {
  background-color: #f1f3f5;
  overflow: visible;
  position: relative;
}
.gray-curve-bg .content-wrap .bg {
  background-color: #f1f3f5;
  position: absolute;
  bottom: -115px;
  left: 0;
  height: 115px;
  width: 100%;
  overflow: hidden;
}
.gray-curve-bg .content-wrap .bg .bottom-curve-wrap {
  position: absolute;
  bottom: 115px;
  left: 75%;
  width: 177%;
  transform: translate(-50%, 100%);
}
.gray-curve-bg .content-wrap .bg .bottom-curve-wrap .bottom-curve-content {
  background-color: #ffffff;
  border-radius: 50%;
  width: 100%;
  padding-top: 34%;
}
@media all and (min-width: 768px) {
  .gray-curve-bg .content-wrap .bg {
    bottom: -200px;
    height: 200px;
  }
  .gray-curve-bg .content-wrap .bg .bottom-curve-wrap {
    bottom: 200px;
  }
}
@media all and (min-width: 1240px) {
  .gray-curve-bg .content-wrap .bg {
    bottom: -500px;
    height: 500px;
  }
  .gray-curve-bg .content-wrap .bg .bottom-curve-wrap {
    bottom: 500px;
  }
}
/*

<div class=" gray-curve-bg" id="">
    <div class="content-wrap">
        <div class="bg">
            <div class="bottom-curve-wrap">
                <div class="bottom-curve-content"></div>
            </div>
        </div>
    </div>
</div>

*/
#about .block-header {
  padding: 73px 0px 36px;
}
#about .about-docs-slider-wrap #about-docs-slider {
  margin: 0 -30px;
  padding: 14px 0 69px;
}
#about .about-docs-slider-wrap #about-docs-slider li {
  width: 180px;
  padding: 0 15px;
}
#about .about-docs-slider-wrap #about-docs-slider li .wrap .icon {
  border: 1px solid #ccd0d5;
  border-radius: 6px;
  width: 150px;
  height: 200px;
  margin: auto;
}
#about .about-docs-slider-wrap #about-docs-slider li .wrap .icon .view-more {
  display: none;
}
#about .about-docs-slider-wrap #about-docs-slider li .wrap .description {
  font-size: 15px;
  font-family: "ProximaNova";
  color: #02225b;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.01em;
}
#about .about-docs-slider-wrap #about-docs-slider li .wrap .description .text {
  padding: 17px 0px 11px;
}
#about .about-docs-slider-wrap #about-docs-slider li .wrap .description .download {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
  color: #1e90ff;
  display: inline-block;
  margin: auto;
  text-decoration: none;
  border-bottom: 1px dashed #1e90ff;
}
#about .about-videos-slider-wrap #about-videos-slider li .video-wrap {
  position: relative;
}
#about .about-videos-slider-wrap #about-videos-slider li .video-wrap iframe.activated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
#about .about-videos-slider-wrap #about-videos-slider li .title {
  font-size: 16px;
  font-family: "ProximaNova";
  color: #02225b;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 300;
  padding: 18px 0 18px;
}
#about .about-videos-slider-wrap #about-videos-slider li .title .name {
  font-size: 20px;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  #about .block-header {
    padding: 113px 0 12px;
  }
  #about .about-docs-slider-wrap #about-docs-slider {
    margin: 0 62px;
    padding: 67px 0 79px;
  }
  #about .about-docs-slider-wrap #about-docs-slider li {
    width: 224px;
    padding: 0 37px;
  }
  #about .about-docs-slider-wrap #about-docs-slider li .wrap .description .text {
    padding: 17px 0 1px;
  }
  #about .about-videos-slider-wrap #about-videos-slider {
    margin: 0 62px;
  }
  #about .about-videos-slider-wrap #about-videos-slider li .video-wrap iframe.activated {
    border-radius: 7px;
  }
  #about .about-videos-slider-wrap #about-videos-slider li .title {
    padding: 28px 0 29px;
  }
}
@media all and (min-width: 1240px) {
  #about .block-header {
    padding: 149px 0 59px;
  }
  #about .about-docs-slider-wrap {
    width: 556px;
    float: left;
  }
  #about .about-docs-slider-wrap .about-docs-slider-nav .slider-arrow:after {
    display: none;
  }
  #about .about-docs-slider-wrap .about-docs-slider-nav .slider-arrow:hover:after {
    display: block;
  }
  #about .about-docs-slider-wrap #about-docs-slider {
    margin: 0 -26px;
    padding: 39px 0 0;
  }
  #about .about-docs-slider-wrap #about-docs-slider li {
    width: 202px;
    padding: 0 26px;
  }
  #about .about-docs-slider-wrap #about-docs-slider li .wrap .icon:hover {
    position: relative;
  }
  #about .about-docs-slider-wrap #about-docs-slider li .wrap .icon:hover .view-more {
    display: block;
    position: absolute;
    background-image: url("../images/slide-hover-icon.png");
    width: 50px;
    height: 50px;
    bottom: -10px;
    left: 50px;
    cursor: pointer;
  }
  #about .about-docs-slider-wrap #about-docs-slider li .wrap .description .text {
    padding: 27px 0 0;
  }
  #about .about-videos-slider-wrap {
    width: 605px;
    float: right;
    padding: 22px 0 0;
  }
  #about .about-videos-slider-wrap #about-videos-slider {
    margin: 0;
  }
  #about .about-videos-slider-wrap #about-videos-slider li .video-wrap iframe.activated {
    border-radius: 7px;
  }
  #about .about-videos-slider-wrap #about-videos-slider li .title {
    padding: 38px 0 9px;
  }
  #about .about-videos-slider-wrap .about-videos-slider-nav {
    height: 26px;
    margin: 0 0 107px;
  }
  #about .about-videos-slider-wrap .about-videos-slider-nav:before {
    top: 12px;
  }
  #about .about-videos-slider-wrap .about-videos-slider-nav .slider-arrow {
    height: 26px;
    width: 98px;
  }
  #about .about-videos-slider-wrap .about-videos-slider-nav .slider-arrow:before {
    top: 0;
  }
  #about .about-videos-slider-wrap .about-videos-slider-nav .slider-arrow:after {
    display: none;
  }
}
@media all and (max-width: 480px) {
  #about-docs-slider .icon {
    width: 300px !important;
    height: 420px !important;
  }
}
#front-page-document-pop-up-slider-wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  z-index: 10001;
}
#front-page-document-pop-up-slider-wrap.active {
  display: block;
}
#front-page-document-pop-up-slider-wrap .close-btn {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url("../images/close-menu-btn.png");
  background-size: contain;
  z-index: 1;
}
#front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .description {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 0 30px 0 0;
}
#front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .illustration {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin: 11px 0 30px;
}
#front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .download-link-wrap {
  text-align: center;
}
#front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .download-link-wrap .download-link {
  font-size: 18px;
  color: #1e90ff;
  text-transform: uppercase;
  line-height: 28px;
  font-weight: 600;
  border-bottom: 1px dashed #1e90ff;
}
#front-page-document-pop-up-slider-wrap .arrow-prev,
#front-page-document-pop-up-slider-wrap .arrow-next {
  position: absolute;
  bottom: 6px;
  background-image: url("../images/white-arrows.png");
  width: 9px;
  height: 14px;
  cursor: pointer;
}
#front-page-document-pop-up-slider-wrap .arrow-prev {
  left: 0;
  background-position: left;
}
#front-page-document-pop-up-slider-wrap .arrow-next {
  right: 0;
  background-position: right;
}
@media all and (min-width: 768px) {
  #front-page-document-pop-up-slider-wrap {
    width: 392px;
  }
  #front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .description {
    font-size: 16px;
  }
  #front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .illustration {
    margin: 47px 0 60px;
  }
}
@media all and (min-width: 1240px) {
  #front-page-document-pop-up-slider-wrap {
    width: 560px;
  }
  #front-page-document-pop-up-slider-wrap .front-page-document-pop-up-slide .illustration {
    margin: 47px 0 53px;
  }
}
#our-partners .content-wrap .content .block-header {
  padding: 74px 0 18px;
}
#our-partners .content-wrap .content #our-partners-slider {
  margin: 0 -30px;
  padding: 14px 0 81px;
}
#our-partners .content-wrap .content #our-partners-slider li {
  padding: 0 26px;
}
#our-partners .content-wrap .content #our-partners-slider li img {
  margin: auto;
}
@media all and (min-width: 768px) {
  #our-partners .content-wrap .content .block-header {
    padding: 54px 0 22px;
  }
  #our-partners .content-wrap .content #our-partners-slider {
    margin: 0;
    padding: 35px 0 101px;
  }
  #our-partners .content-wrap .content #our-partners-slider li {
    padding: 0 41px;
  }
}
@media all and (min-width: 1240px) {
  #our-partners .content-wrap .content .block-header {
    padding: 76px 0 10px;
  }
  #our-partners .content-wrap .content #our-partners-slider {
    padding: 27px 0 117px;
  }
  #our-partners .content-wrap .content #our-partners-slider li {
    padding: 0;
  }
}
.block-header {
  font-size: 20px;
  font-family: "ProximaNova";
  font-weight: 300;
  color: #02225b;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.075em;
}
.block-header span {
  display: block;
  font-family: Comfortaa;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
}
@media all and (min-width: 768px) {
  .block-header span {
    font-size: 50px;
    line-height: 70px;
  }
}
.gray-curve-bg .content-wrap {
  background-color: #e6e9ed;
}
.gray-curve-bg .content-wrap .bg {
  background-color: #e6e9ed;
}
#one-faq-header-block .content-wrap .content .page-header {
  padding: 32px 0 23px;
}
#one-faq .content-wrap .content {
  color: #02225b;
}
#one-faq .content-wrap .content p {
  line-height: 20px;
  margin: 15px 0;
}
#one-faq .content-wrap .content .icon {
  display: block;
  margin: 30px auto 7px;
}
#one-faq .content-wrap .content .title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#one-faq .content-wrap .content .title h1 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#one-faq .content-wrap .content .description {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.01em;
  padding: 10px 0 29px;
}
#one-faq .content-wrap .content .description ul,
#one-faq .content-wrap .content .description ol {
  margin: 15px 0 15px;
}
#one-faq .content-wrap .content .description ul li,
#one-faq .content-wrap .content .description ol li {
  padding: 0 0 0 36px;
  position: relative;
  line-height: 20px;
  margin: 12px 0;
}
#one-faq .content-wrap .content .description ul li:before,
#one-faq .content-wrap .content .description ol li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0091ff;
  position: absolute;
  top: 4px;
  left: 0;
}
#one-faq .content-wrap .content .description .right {
  text-align: center;
  display: inline-block;
}
#one-faq .content-wrap .content .description .left {
  text-align: center;
  display: inline-block;
}
#one-faq .content-wrap .content .description .table-layout {
  table-layout: fixed;
  font-size: 12px!important;
  word-break: break-word;
}

#one-faq .content-wrap .content .description .custom-size-img-faq {
  max-width: 600px;
  text-align: center;
  margin: 0px auto;
}

#one-faq .content-wrap .content .work-price {
  text-align: center;
}
#one-faq .content-wrap .content .work-price .item {
  width: 50%;
  float: left;
}
#one-faq .content-wrap .content .work-price .item .title {
  font-size: 16px;
  font-family: ProximaNova;
  color: #02225b;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: .05em;
  font-weight: 600;
  height: 40px;
  margin-top: 20px;
}
#one-faq .content-wrap .content .price-and-terms {
  font-family: Comfortaa, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  height: 120px;
}
#one-faq .content-wrap .content .price-and-terms .price,
#one-faq .content-wrap .content .price-and-terms .terms {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  text-align: left;
}
#one-faq .content-wrap .content .price-and-terms .price span,
#one-faq .content-wrap .content .price-and-terms .terms span {
  position: relative;
  z-index: 1;
}
#one-faq .content-wrap .content .price-and-terms .price span > div,
#one-faq .content-wrap .content .price-and-terms .terms span > div {
  font-size: 16px;
  font-weight: 600;
  font-family: ProximaNova, sans-serif;
}
#one-faq .content-wrap .content .price-and-terms .price:before,
#one-faq .content-wrap .content .price-and-terms .terms:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(161, 197, 114, 0.5);
  width: 120px;
  height: 120px;
  top: -26px;
}
#one-faq .content-wrap .content .price-and-terms .price {
  margin: 0 0 60px;
}
#one-faq .content-wrap .content .price-and-terms .price:before {
  left: -52px;
}
#one-faq .content-wrap .content .price-and-terms .price:after {
  content: '≥';
  font-family: ProximaNova, sans-serif;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#one-faq .content-wrap .content .price-and-terms .terms:before {
  left: -20px;
}
#one-faq .content-wrap .content .results-list-header {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 51px 0 20px;
}
#one-faq .content-wrap .content .results-list li {
  padding: 5px 0 5px 35px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}
#one-faq .content-wrap .content .results-list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0091ff;
}
#one-faq .content-wrap .content .second-description {
  font-size: 14px;
  line-height: 20px;
  padding: 24px 0 84px;
}
#one-faq .content-wrap .content .second-description .second-description-header {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 21px 0;
}
#one-faq .content-wrap .content .plans-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
#one-faq .content-wrap .content .plans-container .plan {
  width: 100%;
  flex: 1;
  max-width: 500px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 0 30px 0;
  text-align: center;
  vertical-align: middle;
}
#one-faq .content-wrap .content .plans-container .plan .header-icon {
  height: 46px;
  width: 46px;
  border: 1px solid #1e90ff;
  border-radius: 50%;
  margin: 10px auto;
}
#one-faq .content-wrap .content .plans-container .plan:not(:last-child) {
  margin-right: 50px;
}
#one-faq .content-wrap .content .plans-container .plan.plan-1 .header-icon {
  background: url(../images/services/icon-pointer.png) no-repeat 46% 54%;
}
#one-faq .content-wrap .content .plans-container .plan.plan-1 .body-price {
  color: #fff;
  font-size: 30px;
  padding: 20px 0;
  background-color: #1e90ff;
  margin-bottom: 25px;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .body-price p,
#one-faq .content-wrap .content .plans-container .plan.plan-3 .body-price p {
  color: #1e90ff;
  font-weight: bold;
  font-size: 12px;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .body-price table,
#one-faq .content-wrap .content .plans-container .plan.plan-3 .body-price table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  margin: 10px 0;
  font-weight: bold;
  margin-bottom: 25px;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .body-price table tr:nth-child(even) td,
#one-faq .content-wrap .content .plans-container .plan.plan-3 .body-price table tr:nth-child(even) td {
  background-color: #e6e9ed;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .body-price table td,
#one-faq .content-wrap .content .plans-container .plan.plan-3 .body-price table td {
  padding: 10px;
  color: #1e90ff;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .body-price table th,
#one-faq .content-wrap .content .plans-container .plan.plan-3 .body-price table th {
  color: #858485;
  padding: 10px;
  background-color: #e6e9ed;
}
#one-faq .content-wrap .content .plans-container .plan.plan-2 .header-icon {
  background: url(../images/services/icon-envelope-2.png) no-repeat 50% 50%;
}
#one-faq .content-wrap .content .plans-container .plan.plan-3 .header-icon {
  background: url(../images/services/icon-envelope-1.png) no-repeat 50% 50%;
}
#one-faq .content-wrap .content .plans-container .plan .header-text {
  font-size: 16px;
  font-weight: bold;
  color: #1e90ff;
  margin-top: 10px;
}
#one-faq .content-wrap .content .plans-container .plan .header-text span {
  font-weight: normal;
}
#one-faq .content-wrap .content .plans-container .plan .body-content {
  text-align: left;
  padding: 20px 40px 20px 40px;
}
#one-faq .content-wrap .content .plans-container .plan .body-content ul {
  list-style: none;
}
#one-faq .content-wrap .content .plans-container .plan .body-content ul li {
  margin-bottom: 5px;
}
#one-faq .content-wrap .content .plans-container .plan .body-content ul li:before {
  content: "\2714";
  color: #1e90ff;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  background-color: inherit;
}
#one-faq .content-wrap .content .plans-container .plan .body-content ul li span {
  position: relative;
  left: 10px;
  font-size: 14px;
  color: #a19f9f;
  letter-spacing: 0.025em;
  line-height: 26px;
}
#one-faq .content-wrap .content .plans-container .plan .body-order div {
  width: 150px;
}
#one-faq .content-wrap .content .rates-container table {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
}
#one-faq .content-wrap .content .rates-container table tr:nth-child(odd) td {
  /* background-color: #e6e9ed; */
  background-color: #fff;
}
#one-faq .content-wrap .content .rates-container table tr:nth-last-child(2) td {
  color: #1e90ff;
  font-weight: bold;
}
#one-faq .content-wrap .content .rates-container table tr:nth-last-child(1) td {
  border: none;
  padding: 10px 20px;
}
#one-faq .content-wrap .content .rates-container table tr:nth-last-child(1) td .blue-btn {
  height: 30px !important;
  line-height: 30px !important;
}
#one-faq .content-wrap .content .rates-container table td {
  padding: 6px;
  color: #02225b;
  border-left: 1px solid #d3d8df;
}
#one-faq .content-wrap .content .rates-container table td.td-bold {
  font-weight: bold;
}
#one-faq .content-wrap .content .rates-container table td:last-child {
  border-right: 1px solid #d3d8df;
}
#one-faq .content-wrap .content .rates-container table td:first-child {
  width: 500px;
}
#one-faq .content-wrap .content .rates-container table td:not(:first-child) {
  color: #1e90ff;
  width: 180px;
  text-align: center;
}
#one-faq .content-wrap .content .rates-container table td span {
  font-size: 16px;
}
#one-faq .content-wrap .content .rates-container table td span.minus {
  color: red;
  border-color: red;
}
#one-faq .content-wrap .content .rates-container table td span.plus {
  border-color: #1e90ff;
}
#one-faq .content-wrap .content .rates-container table td span.clickable {
  cursor: pointer;
  border-width: 1px;
  border-bottom-style: dashed;
}
#one-faq .content-wrap .content .rates-container table th {
  color: #fff;
  padding: 15px;
  background-color: #1e90ff;
  text-transform: uppercase;
  border-right: 1px solid #fff;
}
#one-faq .content-wrap .content .rates-container table th:first-child {
  /* background-color: #fff; */
  background-color: #e6e9ed;
  border-right: 1px solid #1e90ff;
}
@keyframes pulse {
  0% {
    font-weight: 300;
  }
  50% {
    font-weight: 700;
  }
  100% {
    font-weight: 300;
  }
}
#one-faq .content-wrap .content .send-request-btn {
  display: none;
}
@media all and (min-width: 768px) {
  #one-faq-header-block .content-wrap .content .page-header {
    padding: 52px 0 33px;
  }
  #one-faq-header-block .content-wrap .content .plans-container {
    padding: 0 50px;
  }
  #one-faq-header-block .content-wrap .content .plans-container .plan {
    max-width: none;
  }
  #one-faq .content-wrap .content p {
    line-height: 22px;
  }
  #one-faq .content-wrap .content .icon {
    margin: 40px auto 17px;
  }
  #one-faq .content-wrap .content .title {
    font-size: 28px;
    line-height: 30px;
  }
  #one-faq .content-wrap .content .title h1 {
    font-size: 28px;
    line-height: 30px;
  }
  #one-faq .content-wrap .content .title br {
    display: none;
  }
  #one-faq .content-wrap .content .description {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0 34px;
  }
  #one-faq .content-wrap .content .description .right {
    width: 49%;
  }
  #one-faq .content-wrap .content .description .left {
    width: 49%;
  }
  #one-faq .content-wrap .content .price-and-terms .price {
    margin: 0 95px 0 0;
  }
  #one-faq .content-wrap .content .results-list-header {
    font-size: 22px;
    line-height: 24px;
    padding: 54px 0 22px;
  }
  #one-faq .content-wrap .content .results-list li {
    font-size: 16px;
    line-height: 22px;
  }
  #one-faq .content-wrap .content .results-list li:before {
    top: 12px;
  }
  #one-faq .content-wrap .content .second-description {
    font-size: 16px;
    line-height: 22px;
    padding: 17px 0 111px;
  }
  #one-faq .content-wrap .content .second-description .second-description-header {
    font-size: 22px;
    line-height: 24px;
    margin: 23px 0;
  }
  #our-partners .content-wrap .content .block-header {
    padding: 28px 0 22px;
  }
}
@media all and (max-width: 767px) {
  #one-faq .content-wrap .content .price-and-terms {
    height: 250px;
  }
}
@media all and (min-width: 1240px) {
  #one-faq-header-block .content-wrap .content .page-header {
    padding: 79px 0 3px;
  }
  #one-faq-header-block .content-wrap .content .breadcrumbs {
    padding: 0 0 28px;
  }
  #one-faq .content-wrap .content .icon {
    margin: 71px auto 17px;
  }
  #one-faq .content-wrap .content .description {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 0 40px;
  }
  #one-faq .content-wrap .content .price-and-terms .price {
    margin: 0 400px 0 250px;
  }
  #one-faq .content-wrap .content .results-list-header {
    padding: 59px 0 22px;
  }
  #one-faq .content-wrap .content .second-description {
    padding: 17px 0 44px;
  }
  #one-faq .content-wrap .content .send-request-btn {
    display: block;
    width: 160px;
    margin: 0 auto 155px;
  }
  #our-partners .content-wrap .content .block-header {
    padding: 28px 0 22px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #one-faq .content .send-request-btn {
    display: block !important;
    margin: 20px;
  }
}

