.page-site, .page-seo {
  padding: 100px 0 45px; }

.page-site .wrap {
  padding-bottom: 25px; }
  .page-site .wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 50%;
    background: #fff; }

.page-site .col-lg-8 p {
  line-height: 1.6; }

.page-site .text-box > div {
  padding: 10px; }
  .page-site .text-box > div svg {
    width: 38px;
    height: 38px; }

.site-task .round-box {
  padding: 15px 33px;
  font-size: 70px; }

.site-task p {
  line-height: 1.6; }

.site-task .col-lg-3:after {
  content: url("../img/line_with_arrow.svg");
  position: relative;
  display: block;
  width: 50%;
  top: -70%;
  right: -80%; }

.site-task .col-lg-3:nth-child(2):after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.site-task .col-lg-3:nth-child(3):after, .site-task .col-lg-3:nth-child(6):after {
  display: none; }

.site-type .nav-item {
  width: 33.333333%; }

.site-type .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: 5px -4px 20.16px 3.84px rgba(0, 0, 0, 0.1);
          box-shadow: 5px -4px 20.16px 3.84px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  .site-type .nav-link.active {
    color: #fff;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }
    .site-type .nav-link.active svg {
      fill: #fff; }
  .site-type .nav-link:hover {
    color: #fff;
    border: 0;
    background-image: -webkit-linear-gradient(0deg, #f7c645 0%, #ed642c 100%);
    background-image: -ms-linear-gradient(0deg, #f7c645 0%, #ed642c 100%); }

.site-type .tab-content {
  padding: 35px;
  line-height: 1.6; }
  .site-type .tab-content .tab-pane-title {
    font-size: 32px; }
  .site-type .tab-content .tab-pane-text {
    font-size: 18px; }

.site-type .tab-pane-list {
  padding-left: 25px; }
  .site-type .tab-pane-list .arrow-box:before {
    width: 15px;
    height: 15px;
    left: -25px;
    top: 5px;
    font-weight: 600;
    background: #fff; }

.site-type .nav-tabs {
  border: 0; }

.site-type .nav-link-landings {
  -webkit-border-top-left-radius: 40px;
          border-top-left-radius: 40px; }

.site-type .nav-link-store {
  -webkit-border-top-right-radius: 40px;
          border-top-right-radius: 40px; }

.site-us .image-box {
  padding: 25px; }

.site-us .text-area {
  line-height: 1.6; }
  .site-us .text-area p {
    font-size: 18px; }

.site-us .col-lg-3:after {
  content: url("../img/line_with_arrow.svg");
  position: relative;
  display: block;
  width: 60%;
  top: -60%;
  right: -100%; }

.site-us .col-lg-3:nth-child(2):after {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.site-us .col-lg-3:nth-child(3):after {
  display: none; }

.section.site-cooperation .box-wrap:before, .section.site-cooperation .box-wrap:after,
.section.site-cooperation .box-wrap svg {
  display: none; }

.section.site-cooperation .text-box {
  padding-left: 20px;
  padding-right: 20px; }

.section.site-cooperation .round {
  top: 10px;
  left: 13px; }

.site-work .text-box {
  padding: 30px 50px;
  border: 1px solid #f9d6c8; }

.section-sitequestion {
  background: url("../img/section-sitequestion.png") center/cover no-repeat; }
