@font-face {
  font-family: "adineuePROCyr-BoldWeb";
  src: url("../fonts/adineuePROCyr-BoldWeb.woff") format("woff");
}
@font-face {
  font-family: "adineuePROCyr-LightWeb";
  src: url("../fonts/adineuePROCyr-LightWeb.woff") format("woff");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

body {
  font-size: 16px;
  color: #13161A;
  background-color: #FFFFFF;
  font-family: "adineuePROCyr-LightWeb", sans-serif;
  letter-spacing: normal;
}

.case-mockup-mob-inner img, .case-mockup-inner img, .case-card-img img {
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

svg {
  z-index: 1;
}

.slick-arrow:before {
  display: none;
}

.absolute {
  position: absolute;
  pointer-events: none;
}

.fancy-call {
  display: none;
}

button:focus, input, a, .slick-slide:focus, .select2-selection, a:focus, .swiper-button-next,
.swiper-button-prev, .swiper-pagination-bullet, textarea, video, .big-arrows {
  outline: none;
}

.slick-slider, .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slide {
  height: auto;
}

div.wpcf7 .ajax-loader {
  display: none;
}

ul, li {
  list-style: none;
}

input, button, textarea {
  font-weight: 400;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

h1, h2, h3, h4, h5, h6, div, p, span, ul, li, button {
  padding: 0px;
  margin: 0px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
}
.custom-btn-wrapper, .custom-btn-wrapper-small, .custom-btn-wrapper-med {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 84px;
  width: 272px;
  background: url(../img/custom-btn-arrow.svg) no-repeat right 10px top 10px, url(../img/custom-btn.svg) no-repeat center center/cover;
  position: relative;
  z-index: 10;
}
.custom-btn-wrapper:after, .custom-btn-wrapper-small:after, .custom-btn-wrapper-med:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 64.57px 0px rgba(251, 191, 18, 0.75);
          box-shadow: 0px 3px 64.57px 0px rgba(251, 191, 18, 0.75);
  border-radius: 42px 0 42px 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-btn-wrapper:before, .custom-btn-wrapper-small:before, .custom-btn-wrapper-med:before {
  z-index: 20;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  margin-left: -42px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.13%, #FFF), color-stop(93.4%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 49.13%, rgba(255, 255, 255, 0) 93.4%);
}
.custom-btn-wrapper:hover:after, .custom-btn-wrapper-small:hover:after, .custom-btn-wrapper-med:hover:after {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-btn-wrapper:hover .custom-btn, .custom-btn-wrapper-small:hover .custom-btn, .custom-btn-wrapper-med:hover .custom-btn {
  letter-spacing: 2px;
}

.custom-btn-wrapper-small {
  height: 60px;
  width: 196px;
}
.custom-btn-wrapper-small:after {
  -webkit-box-shadow: 0px 3px 64.57px 0px rgba(251, 191, 18, 0.75);
          box-shadow: 0px 3px 64.57px 0px rgba(251, 191, 18, 0.75);
}
.custom-btn-wrapper-small .custom-btn {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 15px;
}

.custom-btn-wrapper-med {
  height: 73px;
  width: 235px;
}

.custom-btn {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "adineuePROCyr-BoldWeb";
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-btn-yellow {
  border: none;
  display: inline-block;
  text-align: center;
  height: 46px;
  padding: 0 20px;
  background: url(../img/custom-btn-yellow.svg) no-repeat center center/100% 100%;
  color: #FBBF12;
  font-family: "Montserrat", sans-serif;
  font-size: 14.59px;
  font-weight: 400;
  letter-spacing: 0.8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-btn-yellow:hover {
  background-size: 92% 100%;
}

.sec-title {
  font-family: "adineuePROCyr-BoldWeb";
  font-size: 105px;
  position: relative;
}

.casesin-title, .who-title {
  font-family: "adineuePROCyr-BoldWeb";
  font-size: 64px;
}

.casesin-title {
  line-height: 58px;
}

.case {
  padding: 96px 0 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 625px;
}
.case .sec-title {
  color: #fff;
}

.case-triangle-l {
  position: absolute;
  left: -328px;
  top: -60px;
}

.case-triangle-r {
  position: absolute;
  right: -255px;
  top: 234px;
}

.case-triangle-wide {
  display: none;
}

.case-top, .atten-top, .rev-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case-top {
  margin-bottom: 96px;
}

.atten-top {
  margin-bottom: 66px;
}

.case-top-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.case-top-nav .case-slider-nav {
  margin-left: 44px;
}

.case-slider-triangle-1, .case-slider-triangle-2 {
  position: absolute;
}

.case-slider-triangle-1 {
  left: 0;
  top: 0;
}

.case-slider-triangle-2 {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.case-card-content {
  padding: 0 25px;
}

.case-card-img {
  height: 428px;
  position: relative;
}
.case-card {
  position: relative;
  letter-spacing: 1px;
  line-height: 21px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.case-card:hover {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.case-card:hover .custom-btn-wrapper-small {
  opacity: 1;
  visibility: visible;
}
.case-card .custom-btn-wrapper-small {
  position: absolute;
  right: 20px;
  top: 350px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.case-card h1, .case-card h2, .case-card h3, .case-card h4, .case-card h5, .case-card h6 {
  font-family: "adineuePROCyr-BoldWeb";
  margin: 20px 0;
  font-size: 22px;
}
.case-card p {
  margin: 24px 0;
}
.case-card ol, .case-card ul {
  padding: 0;
  margin: 25px 0;
  line-height: 19px;
}
.case-card strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.case-card li {
  margin-bottom: 5px;
  padding-left: 33px;
  position: relative;
}
.case-card li:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 14px;
  background: url(../img/case-li.svg) no-repeat left center;
  left: 1px;
  top: 1px;
}

.case-slider, .atten-slider {
  padding-top: 20px;
}

.case-slider-nav {
  width: 143px;
  height: 80px;
  position: relative;
}

.custom-slider-arrow {
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url(../img/custom-next.svg) no-repeat center center;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  bottom: 92px;
}

.custom-prev {
  left: 19px;
  top: 5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-next {
  right: 19px;
  bottom: 5px;
}

.swiper-button-disabled {
  opacity: 0.25;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.button-separator {
  width: 84px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.13%, #FFF), color-stop(93.4%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 49.13%, rgba(255, 255, 255, 0) 93.4%);
}

.direct {
  padding: 35px 0 170px;
}

.direct-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 94px;
  margin-left: 130px;
  max-width: 920px;
}
.direct-title span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.direct-title-1, .direct-title-3 {
  background: linear-gradient(225deg, rgb(47, 50, 61), rgb(19, 22, 27));
}

.direct-title-2 {
  margin-left: 184px;
  background: linear-gradient(225deg, rgb(26, 115, 232), rgb(39, 52, 139));
}

.direct-title-3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.direct-text {
  letter-spacing: 1px;
  font-size: 19px;
}
.direct-text h1, .direct-text h2, .direct-text h3, .direct-text h4, .direct-text h5, .direct-text h6 {
  font-family: "adineuePROCyr-BoldWeb";
  margin-bottom: 20px;
  font-size: 21px;
}
.direct-text p {
  margin: 25px 0;
}
.direct-text ol, .direct-text ul {
  padding-left: 20px;
  margin: 25px 0 45px 0;
}
.direct-text ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.direct-text ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -16px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}

.direct-sub {
  letter-spacing: 0.6px;
  width: 390px;
  position: absolute;
  font-size: 13px;
}
.direct-sub p {
  line-height: 19.4px;
  margin: 20px 0;
}
.direct-sub strong {
  font-family: "adineuePROCyr-BoldWeb";
}

.direct-sub-1 {
  bottom: -14px;
  left: 0;
}

.direct-sub-2 {
  top: 15px;
  right: 0;
}

.direct-box-text {
  z-index: 10;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}
.direct-box-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.direct-box-text p {
  line-height: 21px;
}
.direct-box-text h1, .direct-box-text h2, .direct-box-text h3, .direct-box-text h4, .direct-box-text h5, .direct-box-text h6 {
  letter-spacing: 4px;
  font-weight: 400;
  font-family: "adineuePROCyr-LightWeb";
  margin-bottom: 20px;
  font-size: 72px;
}

.direct-box-text-1 {
  width: 340px;
  top: 50px;
  left: 200px;
}

.direct-box-text-2 {
  width: 360px;
  bottom: 57px;
  right: 178px;
}

.direct-box {
  height: 625px;
  position: relative;
  width: 1116px;
  margin: 130px auto 0 auto;
}

.direct-triangle {
  pointer-events: none;
  position: absolute;
}

.direct-triangle-1 {
  left: 0;
  top: 0;
}

.direct-triangle-2 {
  right: 0;
  bottom: 0;
}

.direct-text-col-1, .direct-text-col-2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.direct-text-col-1 {
  bottom: -10px;
  left: -90px;
}

.direct-text-col-2 {
  top: 12px;
  right: 32px;
}

.direct-text-2 {
  position: relative;
  left: 124px;
}

.direct-text-4 {
  position: relative;
  left: 162px;
}

.direct-intro {
  position: relative;
}

.marquee-items {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 140px;
}

.marquee-item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/marquee.svg) no-repeat right center;
  margin: 0;
  padding: 0 60px 0 40px;
  position: relative;
  color: black;
  font-size: 38px;
  cursor: pointer;
  letter-spacing: 2.3px;
}

.order, .anal, .who {
  overflow: hidden;
  padding: 90px 0 90px;
  background: url(../img/order-bg.svg) no-repeat center center/cover, linear-gradient(225deg, rgb(47, 50, 61) 0%, rgb(19, 22, 27) 66%);
}
.order .triangle-white-left, .anal .triangle-white-left, .who .triangle-white-left {
  position: absolute;
  bottom: -290px;
  right: -122px;
}

.order .order-text {
  margin-left: 124px;
  max-width: 650px;
}

.order-title, .atten-title, .rev-title, .audit-title, .footer-title, .team-title, .title-grad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.atten-title {
  line-height: 120px;
}

.order-title {
  line-height: 94px;
  color: #fff;
}

.order-title-2, .audit-title-2, .who-title-2 {
  background: linear-gradient(225deg, rgb(251, 191, 18), rgb(243, 146, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.order-title-2 {
  margin-left: 97px;
}

.atten-title-1, .rev-title-1, .team-title-1, .team-title-3, .about-title-1, .casesec-title-1, .contact-title-1, .casesin-title-1, .base-title-1, .base-title-3, .thx-title-1 {
  background: linear-gradient(225deg, rgb(47, 50, 61), rgb(19, 22, 27));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.atten-title-2, .rev-title-2, .footer-title-2, .team-title-2, .traf-title-1, .servsin-title-1, .servsin-title-2, .base-title-2 {
  background: linear-gradient(225deg, rgb(26, 115, 232), rgb(39, 52, 139));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.dev-title-1 {
  background: linear-gradient(225deg, rgb(39, 152, 71), rgb(0, 102, 51));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.rev-title-2 {
  margin-top: -20px;
  margin-left: 127px;
}

.atten-title-2 {
  margin-left: 127px;
  margin-top: -20px;
}

.order-title-3 {
  margin-left: 229px;
}

.order-text {
  margin-top: 58px;
  color: #fff;
}

.custom-text-22, .order-text {
  font-size: 22.6px;
  letter-spacing: 1px;
  line-height: 28px;
}
.custom-text-22 strong, .order-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.custom-text-22 p, .order-text p {
  margin: 25px 0;
}

.who-text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 22px;
}
.who-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.who-text p {
  margin: 25px 0;
}

.order-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.order-col-2 {
  width: 394px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.order-col-1 {
  width: 100%;
  padding-right: 15px;
}

.form-title {
  font-size: 38.9px;
  text-align: center;
  font-family: "adineuePROCyr-BoldWeb";
  line-height: 42.14px;
}
.form-title span {
  display: inline-block;
  background: linear-gradient(225deg, rgb(26, 115, 232), rgb(39, 52, 139));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.order-form, .footer-form, .order-call-form {
  position: relative;
  padding: 58px 44px 44px 44px;
  width: 100%;
  background: url(../img/order-form.svg) no-repeat center center/100% 100%;
}
.order-form .input-row, .footer-form .input-row, .order-call-form .input-row {
  margin-bottom: 14px;
}
.order-form .custom-btn-wrapper, .footer-form .custom-btn-wrapper, .order-call-form .custom-btn-wrapper {
  margin: auto;
  margin-top: 60px;
}
.order-form .form-title, .footer-form .form-title, .order-call-form .form-title {
  margin-bottom: 40px;
}

.audit-form {
  position: relative;
  padding: 52px 100px 52px 110px;
  background: url(../img/audit-form.svg) no-repeat center center/100% 100%;
}

.audit-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audit-form-inner .input-row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.audit-form-inner .custom-btn-wrapper-med {
  margin-left: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-form input[type=submit], .audit-form input[type=submit], .footer-form input[type=submit], .reg-popup input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
}
.order-form .custom-input, .audit-form .custom-input, .footer-form .custom-input, .reg-popup .custom-input {
  display: block;
  width: 100%;
}

.custom-input {
  border: none;
  font-size: 14.59px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  color: #13161A;
  padding: 0 15px 0 45px;
  letter-spacing: 0.7px;
}

.input-row {
  position: relative;
}
.input-row:before {
  z-index: 20;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.13%, #BFBFBF), color-stop(93.4%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #BFBFBF 49.13%, rgba(255, 255, 255, 0) 93.4%);
}

.order-ico-1 input {
  background: url(../img/order-ico-1.svg) no-repeat left 8px center;
}

.order-ico-2 input {
  background: url(../img/order-ico-2.svg) no-repeat left 8px center;
}

.order-ico-3 input {
  background: url(../img/order-ico-3.svg) no-repeat left 8px center;
}

.order-ico-4 input {
  background: url(../img/order-ico-4.svg) no-repeat left 8px center;
}

.atten {
  padding: 134px 0 176px;
}

.atten-slider-nav.hidden {
  display: none;
}

.main-header {
  background: #000;
  padding: 154px 0 30px 0;
  color: #fff;
  overflow: hidden;
  background-color: #ccc;
  background: url(../img/header-bg.svg) no-repeat center center/cover;
}

.header-triangle-blue {
  position: absolute;
  width: 676px;
  right: -253px;
  bottom: -169px;
}

.header-triangle-green {
  position: absolute;
  left: -243px;
  bottom: -168px;
}

.main-header .header-google {
  right: 16px;
  bottom: 184px;
  color: #13161A;
}

.about .header-google {
  right: 16px;
  bottom: 166px;
  color: #fff;
}

.header-google {
  letter-spacing: 0.5px;
  width: 170px;
  position: absolute;
  text-align: center;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 9.72px;
}
.header-google img {
  max-width: 100%;
}
.header-google p {
  margin: 10px 0;
}
.header-google p:last-child {
  margin-top: 15px;
}

.bnf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 828px;
}

.bnf-i {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.bnf-i:nth-child(1) {
  width: 49%;
  background: url(../img/bnf-i-1.svg) no-repeat center center/100% 100%;
}

.bnf-i:nth-child(2) {
  right: 15px;
  width: 51%;
  background: url(../img/bnf-i-2.svg) no-repeat center center/100% 100%;
}

.bnf-num {
  font-size: 51.87px;
  letter-spacing: 1.5px;
  padding-right: 15px;
}

.bnf-text {
  letter-spacing: 0.8px;
  font-size: 14.59px;
  line-height: 17.8px;
}
.bnf-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}

.header-bnf {
  margin-left: 120px;
}
.header-bnf .bnf-i {
  min-height: 160px;
}
.header-bnf .bnf-i:nth-child(1) {
  padding: 20px 30px 20px 50px;
}
.header-bnf .bnf-i:nth-child(2) {
  padding: 20px 20px 20px 90px;
}

.footer-bnf {
  text-align: center;
  font-size: 32.42px;
  line-height: 39px;
  letter-spacing: 1.5px;
}
.footer-bnf .bnf-i:nth-child(2) {
  padding-left: 30px;
}
.footer-bnf .bnf-i {
  min-height: 160px;
}

.footer-bnf a {
  font-size: 32.42px;
  line-height: 37.3px;
  display: block;
  color: #fff;
  padding: 3px 0;
}

.main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 88px;
  font-size: 122.8px;
  font-family: "adineuePROCyr-BoldWeb";
  letter-spacing: 1px;
}

.main-title-2 {
  margin-left: 220px;
  font-size: 98.95px;
}

.header-intro {
  position: relative;
  max-width: 760px;
  margin: 66px 0 73px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-intro .custom-btn-wrapper {
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-sub {
  letter-spacing: 1px;
  font-size: 22.6px;
  line-height: 28.4px;
}
.header-sub strong {
  font-family: "adineuePROCyr-BoldWeb";
}

.main-nav {
  z-index: 200;
  overflow: visible;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(225deg, rgb(47, 50, 61), rgb(19, 22, 27) 66%);
  padding: 36px 0;
}
.main-nav.fixed {
  padding: 12px 0;
  position: fixed;
  -webkit-animation: show 0.4s;
          animation: show 0.4s;
}
.main-nav.fixed .main-menu a:after {
  top: -12px;
}

.home .main-nav {
  padding: 37px 0 15px 0;
  background: transparent;
}
.home .main-nav.fixed {
  padding: 12px 0;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  background: rgba(29, 32, 39, 0.75);
}
.home .main-nav.fixed .main-menu a:after {
  top: -12px;
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes show {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.main-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-nav-inner .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-nav-inner .logo img {
  max-width: 250px;
}

.main-menu {
  font-size: 14.59px;
  letter-spacing: 1.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-menu li {
  position: relative;
  margin: 0 12px;
}
.main-menu a {
  padding: 20px 10px;
  color: #fff;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-menu a:hover {
  color: #1A73E8;
  font-family: "adineuePROCyr-BoldWeb";
}
.main-menu a:hover:after {
  opacity: 1;
  visibility: visible;
}
.main-menu a:after {
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  height: 3px;
  width: 120%;
  background: #1A73E8;
  z-index: 1;
  pointer-events: none;
  top: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.rev {
  padding: 150px 0 166px 0;
}

.rev-slider-wrapper {
  margin: 50px 0 150px;
  position: relative;
  padding: 30px 0;
}
.rev-slider-wrapper:after, .rev-slider-wrapper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4000px;
  -webkit-backdrop-filter: blur(6.56px);
          backdrop-filter: blur(6.56px);
  z-index: 10;
  pointer-events: none;
  top: 0;
}
.rev-slider-wrapper:after {
  left: 50%;
  margin-left: 160px;
}
.rev-slider-wrapper:before {
  right: 50%;
  margin-right: 160px;
}

.rev-mockup {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rev-slider .swiper-slide {
  width: 240px;
}

.rev-inner {
  overflow: hidden;
  border-radius: 22px;
  width: 240px;
  height: 516px;
}
.rev-inner img {
  width: 100%;
  height: 100%;
  display: block;
}

.rev-slider-nav {
  width: 500px;
  height: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}
.rev-slider-nav .custom-prev, .rev-slider-nav .custom-next {
  pointer-events: auto;
  top: 50%;
  margin-top: -25px;
}
.rev-slider-nav .custom-prev {
  left: 31px;
}
.rev-slider-nav .custom-next {
  right: 31px;
}

.rev-slider-triangle-1, .rev-slider-triangle-2 {
  position: absolute;
}

.rev-slider-triangle-1 {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.rev-slider-triangle-2 {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.bigbnf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: auto;
  max-width: 1200px;
}

.bigbnf-card {
  padding: 0 15px;
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bigbnf-text-1 {
  font-size: 77.8px;
  letter-spacing: 3px;
  line-height: 63.21px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bigbnf-text-1 span {
  width: 100%;
}

.bigbnf-text-2 {
  padding-top: 34px;
  letter-spacing: 1px;
  max-width: 234px;
  font-size: 22.69px;
  line-height: 28.36px;
}

.audit {
  overflow: hidden;
  color: #fff;
  padding: 70px 0 150px 0;
  background: url(../img/order-bg.svg) no-repeat center center/cover, linear-gradient(225deg, rgb(47, 50, 61) 0%, rgb(19, 22, 27) 66%);
}
.audit .audit-title {
  margin-bottom: 50px;
}
.audit .triangle-white-right {
  position: absolute;
  top: -304px;
  left: -122px;
}

.audit-title {
  padding-left: 170px;
}

.audit-title-2, .audit-title-3 {
  margin-top: -33px;
}

.audit-title-1 {
  margin-left: 135px;
}

.audit-title-3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 240px;
}

.footer-logo img {
  max-width: 100%;
}

.main-footer {
  color: #fff;
  padding: 70px 0;
  background: url(../img/header-bg.svg) no-repeat center center/cover, linear-gradient(225deg, rgb(47, 50, 61) 0%, rgb(19, 22, 27) 66%);
  overflow: hidden;
  position: relative;
}

.footer-title-2, .footer-title-3 {
  margin-top: -33px;
}

.footer-title-2 {
  margin-left: 125px;
}

.footer-title-3 {
  margin-left: 230px;
}

.footer-btn {
  margin: 45px 174px 61px auto;
}

.footer-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-col-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
}

.footer-col-2 {
  width: 394px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 24px;
}

.footer-bottom {
  position: relative;
  padding: 200px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-menu {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
.footer-menu a {
  color: #677592;
  font-size: 18px;
  display: inline-block;
  padding: 9px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.footer-menu a:hover {
  color: #fff;
}
.footer-menu a:hover:after {
  opacity: 1;
  visibility: visible;
}
.footer-menu a:after {
  z-index: 20;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.13%, #FFF), color-stop(93.4%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 49.13%, rgba(255, 255, 255, 0) 93.4%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.footer-menu > .menu-item-has-children > a {
  font-size: 25.93px;
  margin-bottom: 37px;
}

.footer-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
}

.footer-menu-big {
  min-width: 526px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu-big > li {
  max-width: 170px;
  margin-top: -8px;
  margin-right: 110px;
}

.credits {
  padding-top: 40px;
  letter-spacing: 0.8px;
  color: #5f687a;
  font-family: "Montserrat", sans-serif;
  font-size: 14.59px;
  line-height: 21.1px;
}

.footer-triangle-blue {
  position: absolute;
  left: -298px;
  top: -33px;
}

.footer-triangle-green {
  position: absolute;
  right: -230px;
  bottom: -19px;
}

.order-triangle-blue {
  position: absolute;
  left: -235px;
  top: -17px;
}

.skewed-triangle {
  width: 200px;
  height: 200px;
  overflow: hidden;
  -webkit-transform: skewY(-20deg);
      -ms-transform: skewY(-20deg);
          transform: skewY(-20deg);
  position: relative;
}
.skewed-triangle img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.team {
  padding: 114px 0 220px;
}

.team-title-3, .team-title-2 {
  margin-top: -20px;
}

.team-title-2 {
  margin-left: 90px;
}

.team-title-3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: -10px;
}

.team-top {
  position: relative;
  margin-bottom: 176px;
  z-index: 10;
}
.team-top .custom-btn-wrapper-med {
  position: absolute;
  z-index: 100;
  top: 34px;
  right: 0;
}

.team-box-wrapper {
  position: relative;
}

.team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1050px;
}

.team-card {
  width: 25%;
  position: relative;
  height: 450px;
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-card img {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team-card:nth-child(1) img {
  margin-top: -68px;
}
.team-card:nth-child(1) .team-card-text {
  margin-bottom: 134px;
  padding-right: 15px;
}

.team-card:nth-child(2) img {
  margin-top: 94px;
}
.team-card:nth-child(2) .team-card-text {
  margin-bottom: 6px;
}

.team-card:nth-child(3) {
  margin-left: -18px;
}
.team-card:nth-child(3) img {
  margin-top: -130px;
}
.team-card:nth-child(3) .team-card-text {
  padding-left: 10px;
  margin-bottom: 200px;
}

.team-card:nth-child(4) img {
  margin-top: 31px;
}
.team-card:nth-child(4) .team-card-text {
  margin-bottom: 68px;
}

.team-card-text {
  max-width: 170px;
  text-align: center;
  position: relative;
  z-index: 100;
  color: #fff;
  letter-spacing: 0.8px;
  line-height: 16.21px;
  font-size: 14.59px;
}
.team-card-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}

.header-ani {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.header-bnf-ani {
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}

.header-ico {
  opacity: 0;
}

.ico-group {
  position: absolute;
  pointer-events: none;
}

.casesin-group-1 {
  top: 156px;
  right: -88px;
  z-index: -1;
}

.casesec-group-1, .blogsec-group-1 {
  top: 146px;
  left: -88px;
  z-index: -1;
}

.servsin-group-1 {
  top: 137px;
  left: -97px;
}

.basesec-group-1 {
  top: 184px;
  left: 7px;
}

.basesec-group-2 {
  top: -22px;
  right: -83px;
}

.faq-group-1 {
  top: -84px;
  left: -67px;
}

.faq-group-2 {
  top: -93px;
  right: -42px;
}

.step-group-1 {
  top: 112px;
  left: -47px;
}

.step-group-2 {
  top: 23px;
  right: -7px;
}

.header-group-1 {
  bottom: 32px;
  left: -91px;
}

.header-group-2 {
  bottom: 83px;
  right: 208px;
}

.header-group-3 {
  bottom: -40px;
  left: -194px;
  z-index: 11;
}

.header-group-4 {
  top: -85px;
  left: 225px;
}

.header-group-5 {
  bottom: -4px;
  right: -124px;
}

.header-group-6 {
  bottom: 437px;
  right: -167px;
}

.direct-group-1 {
  top: -46px;
  left: -32px;
}

.direct-group-2 {
  top: -105px;
  right: 41px;
}

.direct-group-3 {
  top: -45px;
  left: -138px;
}

.direct-group-4 {
  bottom: -127px;
  right: -128px;
}

.case-group-1 {
  top: 91px;
  left: -90px;
}

.case-group-2 {
  top: -71px;
  left: 18%;
}

.case-group-3 {
  bottom: -134px;
  left: -43px;
  z-index: 11;
}

.case-group-4 {
  top: -26px;
  right: -102px;
}

.team-group-1 {
  bottom: 73px;
  left: -103px;
  z-index: -1;
}

.team-group-2 {
  top: -121px;
  right: -111px;
  z-index: -1;
}

.team-group-3 {
  bottom: -150px;
  right: 184px;
  z-index: -1;
}

.team-group-4 {
  bottom: -146px;
  left: -68px;
  z-index: 1;
}

.team-group-5 {
  bottom: -100px;
  right: -14px;
  z-index: 1;
}

.order-group-1 {
  top: 61px;
  left: -86px;
}

.order-group-2 {
  bottom: -134px;
  left: -127px;
}

.order-group-3 {
  top: -89px;
  left: 191px;
}

.order-group-4 {
  right: 33%;
  top: 177px;
}

.order-group-5 {
  right: -98px;
  top: -48px;
  z-index: 1;
}

.order-group-6 {
  bottom: -62px;
  right: -103px;
  z-index: 1;
}

.order-group-7 {
  bottom: -86px;
  left: 24%;
}

.rev-group-1 {
  left: -78px;
  top: -119px;
}

.rev-group-2 {
  right: -102px;
  top: -84px;
}

.rev-group-3 {
  left: 22%;
  bottom: -166px;
}

.rev-group-4 {
  left: -6%;
  bottom: -170px;
}

.footer-group-1 {
  left: -92px;
  top: 68px;
}

.footer-group-2 {
  left: 190px;
  top: -78px;
}

.footer-group-3 {
  right: -110px;
  top: -26px;
  z-index: 1;
}

.footer-group-4 {
  right: -107px;
  bottom: -45px;
  z-index: 1;
}

.footer-group-5 {
  bottom: 124px;
  left: -27px;
}

.footer-group-6 {
  top: 591px;
  left: -91px;
}

.footer-group-7 {
  bottom: -29px;
  left: 35%;
}

.audit-group-1 {
  top: -74px;
  left: -96px;
}

.audit-group-2 {
  top: -65px;
  right: -108px;
}

.audit-group-3 {
  bottom: -129px;
  left: -108px;
}

.audit-group-4 {
  bottom: -46px;
  left: 25%;
}

.audit-group-5 {
  bottom: -128px;
  right: 28px;
}

.audit-group-6 {
  top: -34px;
  right: 38%;
}

.atten-group-1 {
  top: -122px;
  left: -88px;
}

.atten-group-2 {
  top: -95px;
  right: -88px;
}

.atten-group-3 {
  bottom: -124px;
  left: -88px;
}

.traf-group-1 {
  top: 293px;
  left: -134px;
}

.traf-group-2 {
  top: 158px;
  left: 28%;
}

.dev-group-2 {
  top: 138px;
  left: 30%;
}

.traf-group-3 {
  bottom: 63px;
  right: 169px;
}

.traf-group-4 {
  bottom: -51px;
  left: 17%;
}

.dev-group-4 {
  bottom: -86px;
  left: 17%;
}

.about-group-1 {
  bottom: 15px;
  left: -98px;
}

.about-group-2 {
  top: 143px;
  left: -46px;
}

.about-group-3 {
  top: 197px;
  right: 12%;
}

.about-group-4 {
  left: 44%;
  bottom: 2px;
}

.about-group-5 {
  bottom: 64px;
  right: 205px;
}

.about-group-6 {
  bottom: -18px;
  right: -173px;
}

.directsec {
  padding-bottom: 170px;
}
.directsec .direct-group-1 {
  top: 178px;
}
.directsec .direct-group-2 {
  top: 122px;
}

.about {
  padding: 0 0 60px 0;
}
.about .custom-text-22 {
  max-width: 830px;
}
.about .custom-btn-wrapper {
  margin-top: 55px;
}

.about .custom-text-22 {
  line-height: 30px;
}

.about-inner {
  position: relative;
  z-index: 100;
  padding-left: 130px;
}

.anal .order-title-2 {
  margin-left: 48px;
}
.anal .order-title-3 {
  margin-left: 128px;
}
.anal .custom-btn-wrapper:before {
  display: none;
}
.anal .order-text {
  max-width: 816px;
}

.about-triangle-blue {
  position: absolute;
  right: -257px;
  bottom: -107px;
}

.about-triangle-green {
  position: absolute;
  left: -187px;
  bottom: -83px;
}

.breadcumbs {
  position: relative;
  margin: 170px 0 38px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.8px;
  color: #A1A7B3;
}
.breadcumbs a {
  color: #13161A;
}
.breadcumbs a:hover {
  text-decoration: underline;
}

.bread-arrow {
  position: relative;
  bottom: 2px;
  margin: 0 7px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #13161A;
}

.sub-text {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}
.sub-text strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.sub-text h1, .sub-text h2, .sub-text h3, .sub-text h4, .sub-text h5, .sub-text h6 {
  font-family: "adineuePROCyr-BoldWeb";
  margin-bottom: 20px;
  font-size: 30px;
}
.sub-text p {
  margin: 25px 0;
}

.ul-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: 1px;
  font-size: 22px;
  max-width: 750px;
}
.ul-list h1, .ul-list h2, .ul-list h3, .ul-list h4, .ul-list h5, .ul-list h6 {
  letter-spacing: 1.8px;
  font-family: "adineuePROCyr-BoldWeb";
  font-size: 32px;
}
.ul-list ol, .ul-list ul {
  padding-left: 20px;
  margin: 20px 0 45px 0;
}
.ul-list ul li {
  position: relative;
  list-style: none;
  margin-bottom: 10px;
}
.ul-list ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -16px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}

.ul-list-col {
  width: 50%;
  padding-right: 15px;
}

.traf, .dev, .contact, .servsin, .thx {
  min-height: 850px;
  padding-bottom: 30px;
}
.traf .sub-text, .dev .sub-text, .contact .sub-text, .servsin .sub-text, .thx .sub-text {
  margin: 35px 0 60px;
  max-width: 682px;
}

.contact .sub-text {
  max-width: 526px;
}
.contact .dev-group-4 {
  bottom: -170px;
}

.traf-bg, .dev-bg, .contact-bg {
  position: absolute;
  right: -360px;
  bottom: -208px;
}

.thx-bg {
  position: absolute;
  right: 0;
  bottom: -57px;
}

.casesec, .blogsec {
  padding-bottom: 80px;
}

.case-holder {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 40px 8px;
}

.casesin-holder {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  grid-gap: 40px 8px;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -25px 0 66px;
}
.contact-box a {
  color: #13161A;
  font-size: 32.42px;
  letter-spacing: 1.5px;
  margin: 10px 60px 10px 0;
}

.casesin-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 70px;
}
.casesin-box .custom-btn-wrapper {
  margin: 96px auto 107px auto;
}
.casesin-box .topictag {
  margin-bottom: 80px;
}

.casesin-col-1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 272px;
  margin-right: 58px;
}

.casesin-col-2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.casesin-content, .faq-content {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 21px;
}
.casesin-content strong, .faq-content strong {
  font-family: "adineuePROCyr-BoldWeb";
}
.casesin-content h2, .casesin-content h1, .casesin-content h3, .casesin-content h4, .casesin-content h5, .casesin-content h6, .faq-content h2, .faq-content h1, .faq-content h3, .faq-content h4, .faq-content h5, .faq-content h6 {
  font-size: 24px;
  font-family: "adineuePROCyr-BoldWeb";
  letter-spacing: 1px;
  line-height: normal;
  margin: 24px 0;
}
.casesin-content h2, .casesin-content h1, .faq-content h2, .faq-content h1 {
  font-size: 24px;
}
.casesin-content h3, .casesin-content h4, .casesin-content h5, .casesin-content h6, .faq-content h3, .faq-content h4, .faq-content h5, .faq-content h6 {
  font-size: 18px;
}
.casesin-content p, .faq-content p {
  margin: 20px 0;
}
.casesin-content img, .faq-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px 0;
}
.casesin-content ol, .casesin-content ul, .faq-content ol, .faq-content ul {
  padding-left: 25px;
  margin: 20px 0;
}
.casesin-content ol li, .casesin-content ul li, .faq-content ol li, .faq-content ul li {
  position: relative;
  list-style: none;
}
.casesin-content ol li:after, .casesin-content ul li:after, .faq-content ol li:after, .faq-content ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  cursor: pointer;
  z-index: 100;
  background: #000;
}

.faq-content h2, .faq-content h1 {
  font-size: 32px;
}
.faq-content h3, .faq-content h4, .faq-content h5, .faq-content h6 {
  font-size: 24px;
}

.casesidebar-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

.casesidebar-inner {
  position: relative;
  padding: 27px 27px 14px 27px;
  background: url(../img/casesidebar.svg) no-repeat center center/100% 100%;
}
.casesidebar-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 4px 45px 0px rgba(22, 25, 31, 0.15);
          box-shadow: 0px 4px 45px 0px rgba(22, 25, 31, 0.15);
  background: transparent;
  border-radius: 50px 0 50px 0;
  z-index: -1;
}
.casesidebar-inner a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #13161A;
  padding: 16px 10px;
  position: relative;
}
.casesidebar-inner a:after {
  z-index: 20;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49.13%, #BFBFBF), color-stop(93.4%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #BFBFBF 49.13%, rgba(255, 255, 255, 0) 93.4%);
}
.casesidebar-inner .casesidebar-title {
  padding: 0 0 14px 10px;
}

.sticky {
  position: fixed;
  z-index: 1000;
}

.stop {
  position: relative;
}

.case-mockup-holder {
  position: relative;
  margin-top: 60px;
}

.case-mockup {
  height: 582px;
  background: url(../img/case-mockup.svg) no-repeat center center/100% 100%;
  padding: 59px 1px 1px 1px;
  border-radius: 5px;
  overflow: hidden;
}

.case-mockup-inner {
  border-radius: 0 0 5px 5px;
  height: 100%;
  overflow: hidden;
}
.case-mockup-mob {
  width: 228px;
  height: 387px;
  padding: 5px 29px 24px 29px;
  position: absolute;
  z-index: 100;
  right: 88px;
  bottom: -177px;
}

.case-mockup-mob-inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 19px;
}
.casesin-sub {
  margin-top: 24px;
  letter-spacing: 1px;
  background: url(../img/case-li.svg) no-repeat left top 5px/26px;
  font-size: 22px;
  font-family: "adineuePROCyr-BoldWeb";
  padding-left: 40px;
}

.casesin-bnf {
  margin: 40px 0 90px;
  max-width: 630px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.8px;
}
.casesin-bnf h2, .casesin-bnf h1, .casesin-bnf h3, .casesin-bnf h4, .casesin-bnf h5, .casesin-bnf h6 {
  font-size: 35px;
  font-family: "adineuePROCyr-LightWeb";
  line-height: normal;
  font-weight: 300;
  letter-spacing: 2px;
}

.casesin-bnf-card {
  padding-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 50%;
}

.case-tags {
  margin-bottom: -5px;
  padding: 20px 25px 0 25px;
}

.topictag, .case-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topictag a, .case-tags a, .topictag-case a {
  font-size: 16px;
  font-family: "adineuePROCyr-LightWeb";
  color: #13161A;
  border: 1px solid #D8D8D8;
  padding: 6px 13px;
  border-radius: 15px;
  margin: 3px 6px 3px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topictag a:hover, .case-tags a:hover, .topictag-case a:hover {
  background: #D8D8D8;
}
.topictag a.active, .case-tags a.active, .topictag-case a.active {
  background: #D8D8D8;
}

.topictag-title {
  font-size: 16px;
  font-family: "adineuePROCyr-BoldWeb";
  letter-spacing: 0.8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.topictag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topictag-case {
  padding-top: 10px;
}
.topictag-case .topictag-title {
  margin-bottom: 18px;
}

.servsin-title-2 {
  margin-top: -20px;
}

.servsin-img {
  right: -208px;
  top: 34%;
  position: absolute;
  width: 635px;
  height: 509px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.servsin-img img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.textsec-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
}
.textsec-box img {
  max-width: 100%;
}
.textsec-box strong {
  font-weight: 700;
}
.textsec-box p {
  margin: 22px 0;
}

.textsec-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.textsec-img {
  width: 530px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.textsec-box-right .textsec-img {
  padding-left: 20px;
}

.textsec-box-left .textsec-img {
  padding-right: 20px;
}

.base-title-2, .base-title-3 {
  margin-top: -20px;
}

.base-title-2 {
  margin-left: 250px;
}

.base-title-3 {
  margin-left: auto;
}

.basesec {
  padding: 50px 0 120px;
  margin-top: -50px;
}
.basesec .textsec-box {
  margin-top: 70px;
}

.faq {
  padding: 70px 0 110px 0;
}
.faq .sec-title {
  text-align: center;
}

.beefup__head::after {
  display: none;
}

.beefup__head::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 100;
  background: url(../img/beefup-arrow.png) no-repeat center top 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.is-open .beefup__head::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-box {
  position: relative;
  max-width: 1042px;
  margin: 50px auto 140px auto;
}

.beefup {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  margin: 18px 0;
}

.beefup__head {
  text-overflow: unset;
  white-space: normal;
  font-size: 20px;
  font-family: "adineuePROCyr-BoldWeb";
  letter-spacing: 1px;
  padding: 30px 60px 30px 26px;
}

.beefup__body {
  padding: 5px 50px 32px 26px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.step {
  padding: 100px 0 50px 0;
}
.step .sec-title {
  text-align: center;
}
.step .custom-btn-wrapper {
  margin: auto;
}

.step-box {
  position: relative;
  max-width: 1248px;
  margin: auto;
  background: url(../img/step-dashed.svg) no-repeat center center/1px 100%;
  padding: 40px 0;
}
.step-box .step-card:nth-child(odd) {
  margin-left: auto;
  text-align: left;
  padding-left: 116px;
}
.step-box .step-card:nth-child(odd) .step-num {
  left: -50px;
  right: auto;
}

.step-card {
  margin: 95px 0;
  text-align: right;
  width: 50%;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.8px;
  position: relative;
  padding-right: 116px;
}
.step-card strong {
  font-family: "adineuePROCyr-BoldWeb";
}

.step-num {
  width: 100px;
  height: 100px;
  background: url(../img/step-num.svg) no-repeat center center;
  font-size: 24px;
  font-family: "adineuePROCyr-BoldWeb";
  color: #fff;
  text-align: center;
  line-height: 85px;
  top: 50%;
  margin-top: -50px;
  right: -50px;
  position: absolute;
}

.who {
  color: #fff;
}
.who .who-text {
  margin-top: 50px;
  max-width: 750px;
}
.who .custom-btn-wrapper:before {
  display: none;
}

.who-title-2, .who-title-3 {
  margin-top: -6px;
}

.who-title-2 {
  margin-left: 110px;
}

.who-title-3 {
  margin-left: 210px;
}

.thx-sub {
  letter-spacing: 1px;
  font-size: 32px;
  line-height: 34px;
}

.thx-inner {
  max-width: 680px;
}
.thx-inner .thx-sub {
  margin: 30px 0 66px;
}

.thx-title {
  line-height: 100px;
}

.thx + .main-footer .footer-bottom {
  padding-top: 0;
}

.fancybox-button {
  background: transparent;
}

.fancybox-bg {
  background: transparent;
}

.fancybox-is-open .fancybox-bg {
  background: transparent;
  opacity: 1;
}

.fancybox-custom-overlay {
  z-index: 1000;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fancybox-custom-overlay.active {
  opacity: 1;
  visibility: visible;
}

.fancybox-slide--html .fancybox-close-small {
  right: 0;
  top: 0;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small svg path {
  fill: #000;
}

#order-call {
  max-width: 394px;
  width: 100%;
  padding: 0;
  background: transparent;
}

.direct-ani, .atten-ani {
  opacity: 0;
}

.team-ani, .rev-ani {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.order-ani, .footer-ani {
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}

#burger {
  display: none;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background: url(../img/burger-open.svg) no-repeat center center;
  border: none;
}
#burger.open {
  background: url(../img/burger-close.svg) no-repeat center center;
}

.mob-menu-holder {
  padding-top: 70px;
  position: fixed;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}
.mob-menu-holder.visible {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mob-menu {
  width: 100%;
  position: relative;
  font-size: 14.6px;
  letter-spacing: 1px;
}
.mob-menu > .menu-item-has-children .show-sub-menu {
  display: block;
}
.mob-menu > li {
  border-bottom: 1px solid #B8B8B8;
}
.mob-menu li {
  position: relative;
  list-style: none;
}
.mob-menu a {
  padding: 14px 0 13px 38px;
  display: block;
  color: #13161A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mob-menu a:hover {
  text-decoration: underline;
}
.mob-menu .sub-menu {
  display: block;
  width: 100%;
  background: #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mob-menu .sub-menu li a {
  font-size: 12px;
  padding: 10px 0 8px 20px;
}
.mob-menu .sub-menu li .show-sub-menu {
  display: none;
}
.mob-menu .sub-menu.show {
  max-height: 500px;
  padding: 10px 20px;
}
.mob-menu .show-sub-menu {
  display: none;
  background: url(../img/plus.svg) no-repeat center center;
  width: 40px;
  height: 34px;
  border: none;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
}
.mob-menu .show-sub-menu.active {
  background: url(../img/minus.svg) no-repeat center center;
}

.no-scrollbar {
  overflow: hidden;
}

.for_mob {
  display: none;
}

.direct-triangle-1, .direct-triangle-2 {
  width: 722px;
  height: 625px;
}

.direct-triangle-1-figure {
  width: 244px;
  position: absolute;
  bottom: 96px;
  left: 32%;
}

.direct-triangle-2-figure {
  width: 244px;
  top: 120px;
  position: absolute;
  left: 34%;
}

.direct-triangle-mob-1-figure {
  width: 262px;
  left: 26%;
  top: 31%;
}

.direct-triangle-mob-2-figure {
  width: 262px;
  left: 35%;
  top: 30%;
}

.casesin-title {
  font-size: 50px;
}

.footer-menu-reg {
  max-width: 190px;
}

.back-to-top {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 9%;
  right: 3%;
  border: 1px solid #333;
  background: #fff;
  z-index: 666;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.back-to-top svg {
  max-width: 18px;
}
.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 640px) {
  .for_desktop {
    display: none;
  }
  .for_mob {
    display: block;
  }
  .container {
    max-width: 370px;
  }
  .col {
    padding: 0;
  }
  .container {
    padding: 0 5px;
  }
  .row {
    margin: 0;
  }
  #burger {
    display: block;
  }
  .main-nav {
    padding: 15px 0;
  }
  .main-nav nav {
    display: none;
  }
  .main-nav-inner .logo img {
    max-width: 150px;
  }
  .order-call-btn {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin: 0 20px 0 auto;
    padding: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: transparent;
    background: url(../img/order-call.svg) no-repeat center center, url(../img/order-call-bg.svg) no-repeat center center/100% 100%;
  }
  .order-call-btn:hover {
    background: url(../img/order-call.svg) no-repeat center center/18px, url(../img/order-call-bg.svg) no-repeat center center/100% 100%;
  }
  .home .main-nav.fixed {
    padding: 8px 0;
  }
  .main-title {
    text-align: center;
    font-size: 48px;
    line-height: 49px;
  }
  .main-title-2 {
    display: block;
    margin-left: 0;
    font-size: 41px;
  }
  .custom-btn-wrapper, .custom-btn-wrapper-med {
    width: 202px;
    height: 62px;
    background: url(../img/custom-btn-arrow.svg) no-repeat right 6px top 6px, url(../img/custom-btn.svg) no-repeat center center/cover;
  }
  .custom-btn-wrapper:after, .custom-btn-wrapper-med:after {
    -webkit-box-shadow: 0px 2px 30px 0px rgba(251, 191, 18, 0.75);
            box-shadow: 0px 2px 30px 0px rgba(251, 191, 18, 0.75);
  }
  .case-card-content {
    padding: 0 10px;
  }
  .custom-btn {
    font-size: 14.7px;
  }
  .header-intro {
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 17px 0 50px 0;
  }
  .header-intro .custom-btn-wrapper {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .header-intro .header-sub {
    width: 100%;
    margin-bottom: 34px;
  }
  .header-sub {
    font-size: 20px;
    line-height: 24px;
  }
  .header-ico {
    display: none;
  }
  .header-bnf {
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 447px;
  }
  .header-bnf .bnf-i {
    min-height: unset;
  }
  .header-bnf .bnf-i:nth-child(1), .header-bnf .bnf-i:nth-child(2) {
    right: 0;
    background: transparent;
    width: 100%;
    padding: 20px 0;
  }
  .header-bnf .bnf-i:nth-child(2) {
    max-width: 214px;
  }
  .header-triangle-green {
    position: absolute;
    left: -82px;
    bottom: auto;
    top: 292px;
    width: 244px;
  }
  .home .main-nav {
    padding: 15px 0;
  }
  .main-header {
    padding: 70px 0 30px 0;
  }
  .main-header .header-google {
    right: 117px;
  }
  .header-triangle-blue {
    right: -155px;
  }
  .marquee-item {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 40px 0 20px;
  }
  .sec-title {
    font-size: 66px;
    line-height: normal;
  }
  .direct-title {
    margin-left: 0;
  }
  .direct-title-2 {
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .direct-sub {
    display: none;
  }
  .direct {
    padding: 19px 0 32px;
  }
  .direct .ico-group {
    display: none;
  }
  .marquee-items {
    margin-bottom: 40px;
  }
  .direct-box-text {
    color: #13161A;
  }
  .direct-box-text, .direct-text-col-1, .direct-text-col-2 {
    position: relative;
    right: auto;
    left: 0;
    bottom: auto;
    top: 0;
  }
  .direct-box {
    width: 100%;
    height: unset;
    margin: 85px auto 0 auto;
  }
  .direct-box-text {
    width: 100%;
  }
  .direct-box-text p {
    display: none;
  }
  .direct-box-text h1, .direct-box-text h2, .direct-box-text h3, .direct-box-text h4, .direct-box-text h5, .direct-box-text h6 {
    font-size: 48px;
  }
  .direct-box-text-1 {
    text-align: left;
  }
  .direct-box-text-1 .direct-triangle {
    bottom: -240px;
    right: -153px;
  }
  .direct-box-text-1 .direct-triangle img:first-child {
    width: 410px;
  }
  .direct-triangle-mob-1-figure {
    width: 162px;
    left: 28%;
    top: 31%;
  }
  .direct-triangle-mob-2-figure {
    width: 170px;
    left: 28%;
    top: 27%;
  }
  .direct-box-text-2 {
    text-align: right;
  }
  .direct-box-text-2 .direct-triangle {
    bottom: -301px;
    left: -137px;
  }
  .direct-box-text-2 .direct-triangle img:first-child {
    width: 410px;
  }
  .direct-text-2, .direct-text-4 {
    left: 0;
  }
  .direct-text-col-1 {
    margin: 69px 0 20px;
  }
  .direct-text-col-2 {
    width: 190px;
    margin-left: auto;
    margin-top: 168px;
  }
  .atten .custom-btn-wrapper-med.for_mob, .atten .custom-btn-wrapper.for_mob, .case .custom-btn-wrapper-med.for_mob, .case .custom-btn-wrapper.for_mob {
    margin: auto;
    margin-top: 20px;
  }
  .atten-slider-nav.for_mob, .case-slider-nav.for_mob {
    z-index: 10;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    top: 174px;
    width: 100%;
  }
  .atten-slider-nav.for_mob .custom-slider-arrow, .case-slider-nav.for_mob .custom-slider-arrow {
    top: 50%;
    margin-top: -25px;
  }
  .atten-slider-nav.for_mob .case-slider-nav, .case-slider-nav.for_mob .case-slider-nav {
    margin-left: 0;
    top: 31%;
    width: 100%;
    left: 0;
    z-index: 100;
    position: absolute;
  }
  .atten-slider-nav.for_mob .custom-next, .case-slider-nav.for_mob .custom-next {
    right: 22px;
  }
  .atten-slider-nav.for_mob .custom-prev, .case-slider-nav.for_mob .custom-prev {
    left: 22px;
  }
  .atten-slider-nav.for_mob .case-slider-triangle-2, .case-slider-nav.for_mob .case-slider-triangle-2 {
    width: 72px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
  .atten-slider-nav.for_mob .case-slider-triangle-1, .case-slider-nav.for_mob .case-slider-triangle-1 {
    width: 72px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .rev-slider-nav .custom-next {
    right: 99px;
  }
  .rev-slider-nav .custom-prev {
    left: 99px;
  }
  .rev-slider-nav .rev-slider-triangle-2 {
    width: 72px;
    right: 68px;
  }
  .rev-slider-nav .rev-slider-triangle-1 {
    width: 72px;
    left: 68px;
  }
  .case-card-img {
    height: 390px;
  }
  .case-card .custom-btn-wrapper-small {
    right: 10px;
    top: 320px;
    opacity: 1;
    visibility: visible;
  }
  .case {
    padding: 61px 0 30px;
    background-size: auto 278px;
  }
  .case .ico-group {
    display: none;
  }
  .case-top {
    margin-bottom: 24px;
  }
  .team-title, .order-title, .rev-title, .audit-title, .anal-title, .base-title, .who-title, .step-title, .faq-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 48px;
    line-height: 50px;
  }
  .thx-inner .thx-sub {
    margin: 20px 0 26px;
    font-size: 20px;
    line-height: 28px;
  }
  .casesin-title, .thx-title {
    font-size: 48px;
    line-height: 50px;
  }
  .beefup__head {
    padding: 20px 50px 20px 20px;
  }
  .beefup__body {
    padding: 5px 30px 22px 20px;
  }
  .rev-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu a {
    font-size: 16px;
  }
  .anal .order-title-2, .anal .order-title-3 {
    margin: 0;
  }
  .team-title-2 {
    margin-left: 0;
  }
  .base-title-2, .base-title-3, .who-title-2, .who-title-3 {
    margin: 0;
  }
  .basesec {
    padding: 50px 0 60px;
    margin-top: 0;
  }
  .basesec .textsec-box {
    margin-top: 40px;
  }
  .textsec-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .textsec-img, .textsec-text {
    width: 100%;
  }
  .textsec-img {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .textsec-box-right .textsec-img, .textsec-box-left .textsec-img {
    margin-top: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .case-triangle-l {
    left: -18px;
    top: -17px;
    width: 90px;
  }
  .step-box {
    padding: 0;
    background: url(../img/step-dashed.svg) no-repeat left 41px center/1px 100%;
  }
  .step-card {
    width: 100%;
  }
  .step-num {
    left: -9px;
  }
  .step-box .step-card:nth-child(odd) .step-num {
    left: -9px;
  }
  .step-box .step-card:nth-child(odd) {
    padding-left: 95px;
  }
  .step {
    padding: 60px 0 50px 0;
  }
  .step-card {
    text-align: left;
    padding-left: 95px;
    padding-right: 0;
    margin: 70px 0;
  }
  .team {
    padding: 48px 0 242px;
  }
  .team .ico-group {
    display: none;
  }
  .team-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 230px;
  }
  .team-top {
    margin-bottom: 35px;
  }
  .team-card {
    height: 250px;
    width: 50%;
  }
  .team-card img {
    width: 330px;
  }
  .team-card-text {
    width: 90px;
    color: #13161A;
    text-align: left;
  }
  .team-card:nth-child(odd) .team-card-text {
    margin: 0;
    margin-right: auto;
    right: 50px;
  }
  .team-card:nth-child(odd) img {
    margin-top: -19px;
  }
  .team-card:nth-child(even) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .team-card:nth-child(even) .team-card-text {
    margin: 0;
    margin-left: auto;
    left: 68px;
    top: 35px;
  }
  .team-card:nth-child(even) img {
    margin-top: 60px;
  }
  .team-card:nth-child(3) {
    margin-left: 0;
  }
  .team-top {
    position: static;
  }
  .team-top .custom-btn-wrapper-med {
    bottom: -140px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .order-title-2, .order-title-3 {
    margin-left: 0;
  }
  .order-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .order-box .order-text {
    margin-left: 0;
  }
  .order-col-1 {
    padding-right: 0;
  }
  .order-col-2, .order-col-1 {
    width: 100%;
  }
  .order-text, .about .custom-text-22 {
    font-size: 20px;
    line-height: 24px;
  }
  .order, .anal, .who {
    padding: 43px 0 53px;
  }
  .order .order-triangle-blue, .order .ico-group, .order .triangle-white-left, .anal .order-triangle-blue, .anal .ico-group, .anal .triangle-white-left, .who .order-triangle-blue, .who .ico-group, .who .triangle-white-left {
    display: none;
  }
  .order-text {
    margin: 30px 0 45px;
  }
  .rev-title-2 {
    margin: 0;
  }
  .rev-slider-wrapper {
    margin: 25px 0 150px;
  }
  .rev-slider-wrapper .for_mob {
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bigbnf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bigbnf-card {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  .bigbnf-text-1 {
    min-height: unset;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 41px;
  }
  .bigbnf-text-2 {
    padding-top: 18px;
    font-size: 20px;
    line-height: 21.36px;
  }
  .rev {
    padding: 50px 0 20px 0;
  }
  .rev .ico-group {
    display: none;
  }
  .audit {
    padding: 54px 0;
  }
  .audit .ico-group, .audit .triangle-white-right {
    display: none;
  }
  .audit-title {
    padding-left: 0;
  }
  .audit-title-1 {
    margin-left: 0;
  }
  .audit-title-2, .audit-title-3 {
    margin-top: 0;
  }
  .audit-title-3 {
    margin-right: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .audit-form {
    position: relative;
    padding: 50px 44px;
    width: 100%;
    background: url(../img/order-form.svg) no-repeat center center/100% 100%;
  }
  .audit-form .input-row {
    margin-bottom: 15px;
    width: 100%;
  }
  .audit-form .custom-btn-wrapper-med {
    margin: auto;
    margin-top: 50px;
  }
  .audit-form-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .atten-title-2 {
    margin: 0;
  }
  .main-footer {
    padding: 70px 0 30px 0;
  }
  .main-footer .ico-group, .main-footer .footer-triangle-green {
    display: none;
  }
  .main-footer .footer-triangle-blue {
    left: -18px;
    top: -17px;
    width: 90px;
  }
  .credits {
    text-align: center;
    max-width: 287px;
    margin: auto;
  }
  .atten {
    padding: 54px 0;
  }
  .atten .ico-group {
    display: none;
  }
  .atten .custom-btn-wrapper-med.for_mob {
    margin: auto;
    margin-top: 20px;
  }
  .atten-title, .footer-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .direct-title span:not(:first-child), .atten-title span:not(:first-child), .footer-title span:not(:first-child) {
    margin: -20px 0 0 0;
  }
  .atten-top {
    margin-bottom: 35px;
  }
  .footer-col-1 .custom-btn-wrapper {
    margin: 30px auto 20px auto;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-col {
    width: 100%;
  }
  .footer-bnf {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bnf .bnf-i {
    width: 100%;
    text-align: center;
    min-height: unset;
    background: transparent;
  }
  .footer-bottom, .footer-menu-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom-left, .footer-menu-box, .footer-menu, .footer-menu-big {
    width: 100%;
  }
  .footer-menu > .menu-item-has-children > a {
    margin-bottom: -3px;
    font-size: 22px;
  }
  .footer-menu-big > li {
    max-width: 49%;
    margin-top: -8px;
    margin-right: 0;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu-big {
    text-align: left;
    margin: 40px 0 20px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-width: unset;
  }
  .footer-bottom {
    padding: 110px 0 0;
  }
  .footer-bnf, .footer-bnf a, .contact-box a {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 1px;
  }
  .contact-box {
    margin: -25px 0 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-box a {
    margin: 3px 0;
  }
  .order-call-form {
    padding: 44px 20px;
  }
  .team-title-3, .team-title-2 {
    margin: 0;
  }
  section .ico-group {
    display: none;
  }
  .header-intro .custom-btn-wrapper {
    margin-right: 0;
  }
  .back-to-top {
    width: 40px;
    height: 40px;
    background: #F59903;
    border: none;
    bottom: 5%;
  }
  .main-header {
    background: url(../img/header-ico-mob-1.png) no-repeat left 29% top 15%, url(../img/header-ico-mob-2.png) no-repeat left -3% bottom 1%, url(../img/header-bg.svg) no-repeat center center/auto 112%;
  }
  .main-footer {
    background: url(../img/header-ico-mob-1.png) no-repeat left 29% top 8%, url(../img/header-bg.svg) no-repeat center center/auto 110%;
  }
  .direct {
    background: url(../img/direct-ico-mob-1.png) no-repeat right 24% top 14.5%, url(../img/direct-ico-mob-2.png) no-repeat left 8% top 49.5%, url(../img/direct-ico-mob-3.png) no-repeat left 4% bottom 4.5%;
  }
  .directsec {
    background: url(../img/direct-ico-mob-1.png) no-repeat right 24% top 16.5%, url(../img/direct-ico-mob-2.png) no-repeat left 8% top 49.5%, url(../img/direct-ico-mob-3.png) no-repeat left 4% bottom 4.5%;
    padding-bottom: 32px;
  }
  .team {
    background: url(../img/team-ico-mob-1.png) no-repeat right 50% top -4%;
  }
  .rev {
    background: url(../img/team-ico-mob-1.png) no-repeat right 54% bottom 10%;
  }
  .order, .audit, .anal, .who {
    background: url(../img/order-ico-mob-1.png) no-repeat left 4% top 3.5%, url(../img/order-bg.svg) no-repeat center center/cover, linear-gradient(225deg, rgb(47, 50, 61) 0%, rgb(19, 22, 27) 66%);
  }
  .about {
    background: url(../img/team-group-1.png) no-repeat right 3% top 5.5%/110px auto, url(../img/rev-group-2.png) no-repeat left 9% bottom 10.5%/563px auto;
  }
  .about .about-triangle-green {
    display: none;
  }
  .traf, .dev {
    background: url(../img/team-group-1.png) no-repeat right 3% top 5.5%/110px auto, url(../img/rev-group-2.png) no-repeat left -191% bottom 40.5%/463px auto, url(../img/team-group-5.png) no-repeat left 10% bottom 3.5%/63px auto;
  }
  .servsin {
    background: url(../img/basesec-group-1.png) no-repeat right -2% top 24.5%/110px auto, url(../img/rev-group-2.png) no-repeat left 9% bottom 20.5%/463px auto;
  }
  .basesec {
    background: url(../img/basesec-group-1.png) no-repeat left -2% top 1.5%/110px auto, url(../img/basesec-group-2.png) no-repeat right -20% top 33.5%/132px auto;
  }
  .step {
    background: url(../img/step-group-1.png) no-repeat right -230px top 190px/380px auto, url(../img/step-group-2.png) no-repeat left -180px bottom -560px/362px auto;
  }
  .faq {
    background: url(../img/faq-group-1.png) no-repeat left 50px top 110px/130px auto, url(../img/faq-group-2.png) no-repeat right 45px bottom 30px/210px auto;
  }
  .casesin, .contact {
    background: url(../img/casesin-group-1.png) no-repeat right -7px top 90px/150px auto;
  }
  .case-holder, .casesin-holder {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    grid-gap: 40px 8px;
  }
  .casesin-holder {
    margin-top: 30px;
  }
  .casesin-col-1 {
    display: none;
  }
  .casesin-box .custom-btn-wrapper {
    margin: 46px auto 80px auto;
  }
  .casesin-bnf {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 17px;
  }
  .casesin-bnf-card {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .casesin-bnf h2, .casesin-bnf h1, .casesin-bnf h3, .casesin-bnf h4, .casesin-bnf h5, .casesin-bnf h6 {
    font-size: 38px;
  }
  .case-mockup-holder {
    margin-top: 32px;
  }
  .case-mockup {
    height: unset;
    padding-top: 24px;
    background: url(../img/case-mockup.svg) no-repeat top center/100% 236px;
  }
  .case-mockup-mob {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 30px auto 20px auto;
  }
  .faq-box {
    margin: 50px auto 90px auto;
  }
  .servsin {
    padding-bottom: 400px;
  }
  .breadcumbs {
    margin: 87px 0 28px;
  }
  .about-inner {
    padding-left: 0;
    padding-bottom: 450px;
  }
  .thx-bg {
    width: 410px;
    bottom: -28px;
  }
  .traf, .dev, .contact, .thx {
    min-height: unset;
    padding-bottom: 350px;
  }
  .servsin .sub-text, .traf .sub-text, .dev .sub-text, .contact .sub-text {
    margin: 35px 0 40px;
  }
  .traf-bg, .contact-bg {
    width: 828px;
  }
  .ul-list-col {
    padding-right: 20px;
    width: 100%;
  }
  .ul-list {
    font-size: 19px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ul-list h1, .ul-list h2, .ul-list h3, .ul-list h4, .ul-list h5, .ul-list h6 {
    font-size: 21px;
  }
  .servsin .sec-title {
    font-size: 55px;
  }
  .servsin-img {
    top: auto;
    bottom: -380px;
    right: 0px;
    width: 360px;
    height: 400px;
  }
  .footer-menu-reg {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .header-triangle-green {
    left: -59px;
    top: 323px;
    width: 162px;
  }
}
@media (max-width: 410px) {
  .team-card img {
    width: 278px;
  }
  .team-box {
    width: 172px;
  }
}
.casesin-content ol li {
  list-style-type: decimal;
}
.casesin-content ol li:after {
  display: none;
}

.topictags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rev-inner img {
  -o-object-fit: contain;
     object-fit: contain;
}

.open-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.case-card {
  position: relative;
}

.case-card-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-box {
  white-space: nowrap;
  margin-left: 25px;
  padding-bottom: 10px;
}
.scroll-box .case-tags {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  padding-left: 0;
}

.scroll-box + .case-card-content {
  margin-top: -5px;
}

.scroll-box.simplebar-scrollable-x:after {
  pointer-events: none;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 90px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(5%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0));
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.scroll-box.at-end:after {
  opacity: 0;
}

.casesin-content blockquote {
  margin: 0;
  padding: 20px;
  border-left: 5px solid rgb(0, 86, 64);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2509803922);
  background: rgba(243, 243, 243, 0.7019607843);
}
.casesin-content blockquote p {
  margin: 0;
}