/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.0
*/
  
  @font-face {
    font-family: "sui";
    src: url("fonts/sui400.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: "sui";
    src: url("fonts/sui500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: "sui";
    src: url("fonts/sui600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html,
  body {
    font-family: "sui";
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
  }

  body {
    position: relative;
    overflow-y: hidden;
    background: #FAFAFA;
  }

  a {
    text-decoration: none !important;
  }

  a:hover {
  }

  a i {
      transition: 0.3s;
  }

  a:hover i {
      transform: translateX(10px);
  }

  img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }

  button {
    cursor: pointer;
  }


  h1, h2, h3, h4, h6 {

  }

  p {
    margin-bottom: 10px;
  }

  .container {
    max-width: 1400px;
    margin: 0 auto;
  }

  .flexed {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
  }

  .flexed--between {
      justify-content: space-between;
  }

  .flexed--around {
      justify-content: space-around;
  }

  .flexed--top {
      align-items: flex-start;
  }

  header, section.footer {
      background: #1D1D1B;
      padding: 30px 50px 30px;
      display: block;
      transition: 0.4s;
  }

  .header-links ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 75px;
  }

  .header-links {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 17px;
  }

  .header-links .wpml-ls-legacy-list-horizontal a,
  .header-links a {
      color: #FAFAFA;
      padding: 0;
      font-weight: 500;
      position: relative;
      font-size: 20px;
      transition: none;
  }

  .header-links .wpml-ls-legacy-list-horizontal a:hover,
  .header-links a:hover {
    transition: all 0.1s linear 0.11s;
  }
  
  .dark .header-links .current-menu-item a:before,
  .dark .header-links .wpml-ls-legacy-list-horizontal a:hover:before, 
  .dark .header-links a:hover:before {
      width: calc(100% + 20px);
      background: #FAFAFA;
  }

  .header-links .wpml-ls-legacy-list-horizontal a:before, 
  .header-links a:before {
      width: 0;
      content: '';
      background: currentColor;
      position: absolute;
      left: -10px;
      top: -6px;
      z-index: -1;
      height: calc(100% + 10px);
      /* transition: all 0.3s linear 0s; */
  }

  .header-links li {
      display: block;
  }

  .wpml-ls li.wpml-ls-current-language {
      display: none;
  }

  .header-links .wpml-ls {
      padding: 0;
      margin-left: 75px;
  }

  .footer {
      /*border: 11px solid #fff;*/
      padding: 30px 39px 20px;
      color: #FAFAFA;
  }

  .footer a {
      color: #fff;
  }

  .footer-message {
      text-align: center;
      font-size: 16px;
  }

  .footer-message a {
      text-decoration: underline !important;
  }

  .footer-main {
      padding: 90px 0 120px;
      justify-content: space-around;
      align-items: flex-start;
  }

  .footer-slogan {
      font-size: 121px;
      color: #A7A9AC;
  }

  .footer-slogan1 {
      padding-left: 114px;
      color: #FAFAFA;
  }

  .footer-contact-link {
      margin-bottom: 95px;
      font-size: 37px;
  }

  .footer-contact-link i {
      padding-left: 20px;
  }

  .footer-contact-location {
      font-size: 24px;
      margin-bottom: 75px;
      line-height: 34px;
  }

  .footer-social {
      margin-bottom: 75px;
      gap: 50px;
      font-size: 21px;
  }

  .footer-social i {
      transform: rotate(-45deg) translateX(13px);
      transform-origin: bottom right;
      font-size: 16px;
  }

  .footer-phone {
      font-size: 21px;
      margin-bottom: 32px;
      font-weight: 600;
  }

  .footer-phone a {margin-top: 15px;display: inline-block;font-weight: 400;}

  .footer-email {
      display: flex;
      position: relative;
      font-size: 21px;
      align-items: flex-end;
      gap: 40px;
  }

  .footer-email:before {
      content: '';
      width: 240px;
      height: 2px;
      background: #FAFAFA;
  }

  .footer-email p {
      margin-bottom: 0;
      font-weight: 600;
  }

  .footer-email a {
      font-weight: 400;
      margin-top: 15px;
      display: inline-block;
  }

  .admin-bar section {
      min-height: calc(100vh - 160px);
  }

  section {
      min-height: calc(100vh - 140px);
      background: #FAFAFA;
      display: flex;
      align-items: center;
      padding: 70px 50px 70px;
      box-sizing: content-box;
      transition: 0.4s;
  }

  section.block {
    display: block;
  }

  .section-inner {
      width: 100%;
  }

  section.dark {
      background: #1D1D1B;
      color: #FAFAFA;
  }

  section.section1 {
      font-size: 190px;
      line-height: 260px;
  }

  section.section1 strong {
      font-size: 200px;
      font-weight: 400;
  }

  header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 4;
  }

  .admin-bar header {
      top: 0;
  }

  section.section2 {
      font-size: 170px;
  }

  section.section3 {
      font-size: 88px;
  }

  section.section3 .section-inner {
      padding-left: 50px;
      max-width: 1360px;
      width: 90%;
  }

  header.active {
      position: fixed;
      background: #FAFAFA;
      
  }

  header.active .header-inner {
    animation-name: header;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }

  @keyframes header {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .admin-bar header.active {
      top: 32px;
  }

  header.active a {
      color: #1D1D1B;
  }

  header.active.dark a {
    color: #FAFAFA;
  }

  header.active .header-links .wpml-ls-legacy-list-horizontal a, header.active .header-links a {
      color: #1D1D1B;
  }

  header.active.dark {
    background: #1D1D1B;
  } 

  header.active.dark .header-links .wpml-ls-legacy-list-horizontal a, header.dark.active .header-links a {
    color: #FAFAFA;
  }

  .logo img + img {
    display: none;
  }

  header.active .logo img {
    display: none;
  }

  header.active .logo img + img {
    display: block;
  }

  header.active.dark .logo img {
    display: block;
  }

  header.active.dark .logo img + img {
    display: none;
  }

  section.section4 p {
      margin-bottom: 50px;
  }

  section.section4 .section-inner {
      width: 70%;
      max-width: 1000px;
      margin-left: auto;
      font-size: 46px;
      padding: 70px 50px 50px 0;
  }

  .section-link {
      font-size: 37px;
      text-align: right;
      padding-top: 30px;
  }

  .section-link a {
      color: #222;
  }
  
  .teamm-cv-link a i,
  .team-member-link a i,
  .news-item-more a i {
      background-size: contain !important;
  }
  

  .dark .about-contact-link a i.fa-long-arrow-right,
  .team-member-link a i,
  .news-all-all a i,
  .work-item-archive-link a i.fa-long-arrow-right,
  .footer-contact-link a i,
  .section-link a i {
      padding-left: 40px;
      background: url(arrow.svg) 95% 50% no-repeat;
      background-size: auto;
  }
  
  .exp-link a i:before,
  .about-contact-link a i:before,
  .teamm-cv-link a i:before,
  .team-member-link a i:before,
  .news-all-all a i:before,
  .work-item-archive-link a i.fa-long-arrow-right:before,
  .footer-contact-link a i:before,
  .section-link a i:before {
    opacity: 0;
  }

  .dark .exp-link a i.fa-long-arrow-right {
    padding-left: 10px;
  }
  
  .teamm-cv-link a i,
  .dark a i.fa-long-arrow-right,
  .dark .footer-contact-link a i,
  .dark .section-link a i {
      padding-left: 40px;
      background: url(arrow2.svg) 95% 50% no-repeat;
      background-size: auto;
  }
  
  .footer-social i {
      background-size: contain !important;
      margin-left: -20px;
  }

  section.section5 {
      font-size: 145px;
      /*background: #000;*/
      transition: all 0.4s linear 0.2s;
  }

  section.section5 p {
      margin-bottom: 150px;
  }

  section.section6 {
      font-size: 120vh;
  }

  section.section6 p {
      position: relative;
      left: -110px;
      display: flex;
      line-height: 70vh;
      align-items: flex-end;
  }

  section.section6 strong {
    font-size: 120vh;
    line-height: 85vh;
    display: block;
  }

  section.section7 {
      font-size: 145px;
      padding: 0 50px;
  }

  section.section7 .section-inner {
      position: relative;
      left: -20px;
      top: 0;
      /* height: 90%; */
  }

  section.section8 h2 {
      max-width: 484px;
      font-size: 145px;
      line-height: 141px;
      font-weight: 400;
      /* padding-top: 60px; */
      margin-left: 50px;
  }

  .section8-text {
      /* padding: 180px 60px 180px 50px; */
      /* gap: 100px; */
      align-items: flex-end;
  }

  .section8-text-left {
      font-size: 52px;
      width: 560px;
      max-width: 100%;
  }

  .section8-text-right {
      flex: 1;
      position: relative;
      font-size: 50px;
      padding-left: 175px;
      text-align: right;
  }

  .section8-text-right2:before {
      content: '&';
      position: static;
      display: block;
      font-weight: 700;
      font-size: 60px;
  }

  .section8-text-right p {
      margin-bottom: 90px;
  }

  .services-list {
      max-width: 980px;
      width: 100%;
      padding-left: 40px;
      font-size: 24px;
      padding-top: 50px;
  }

  .service-item {
      margin-bottom: 40px;
  }

  .service-title {
      font-size: 48px;
      line-height: 64px;
      display: flex;
      align-items: flex-end;
      cursor: pointer;
      justify-content: space-between;
      position: relative;
      padding-left: 80px;
  }

  .clients-top {
      align-items: flex-end;
      padding-top: 50px;
  }

  .service-title span {
      max-width: 685px;
      display: block;
      padding-right: 10px;
      flex: 1;
  }

  .service-title:after {
      content: '+';
  }

  .service-title:before {
      content: '&';
      position: absolute;
      top: 0;
      left: 0;
  }

  .service-text {
      padding: 42px 10px 0 80px;
  }

  section.half {
      min-height: 40vh;
      margin-bottom: 10vh;
  }

  section.section-sep .section-inner {
      font-size: 49px;
      padding-left: 40px;
  }

  .section-inner h2 {
      font-size: 57px;
      font-weight: 400;
      max-width: 750px;
      width: 100%;
  }

  .companies-list {
      flex: 1;
  }

  .company-item {
      width: 33%;
      margin-bottom: 60px;
      max-width: 287px;
  }

  .company-item img {
      width: auto;
      margin: 0 auto;
  }

  .companies-list:after {
      content: '';
      width: 33%;
  }

  .clients-top h2 {
      max-width: 620px;
      width: 100%;
      font-size: 145px;
      font-weight: 400;
      position: relative;
      top: -7px;
  }
  
  .clients-list a,
  .clients-active a {
    color: currentColor;
  }

  .clients-top {
      margin-bottom: 5px;
  }

  section.clients .section-inner {
      padding: 0 50px;
  }

  .client-item {
      padding: 20px 0 0;
      margin-top: 0px;
      margin-bottom: 0;
  }

  .clients-active {
      max-width: 750px;
      width: 100%;
      font-size: 86px;
      position: relative;
  }

  .clients-active:after {
      content: '&';
      position: absolute;
      transform: translateX(calc(-100% - 27px));
      left: 0;
      bottom: 0;
      line-height: 70px;
  }

  .section-contact .common-head {
      height: 90%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .clients-active:before {
      content: 'Gailer';
      display: block;
      background: #FAFAFA;
      z-index: 2;
      position: relative;
      padding-bottom: 30px;
  }

  .clients-active span {
    display: block;
    transition: 0.4s;
    /*overflow: hidden;*/
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    line-height: 70px;
  }

  .clients-active span.hiding {
      transform: translateY(-100%);
      opacity: 0;
      /*visibility: hidden;*/
      transition: opacity 0.2s, transform 0.4s;
  }
  
  .clients-active span.showing {
      transform: translateY(40%);
      transition: none;
      opacity: 0;
      visibility: hidden;
  }

  .clients-list {
      max-width: 750px;
      width: 100%;
      color: #E6E7E8;
      font-size: 54px;
  }

  .clients-list {
      height: 250px;
      overflow: hidden;
  }

  .clients-list:after {
      content: '';
      position: absolute;
      height: 85px;
      background: #FAFAFA;
      width: 100%;
      bottom: 0;
      opacity: 0.5;
  }

  .section9-text1 {
      font-size: 145px;
      max-width: 1000px;
      margin-bottom: 150px;
  }

  .section9-bottom {
      justify-content: flex-end;
      margin-left: auto;
      font-size: 86px;
  }

  .section9 .section-inner {
      padding: 0 50px;
  }

  .section9-text3 {
      max-width: 800px;
      width: 100%;
      margin-left: 40px;
      border-bottom: 1px solid currentColor;
  }

  .section9-text3 span {
      border-right: 3px solid currentColor;
      padding: 6px 60px 6px 0;
      display: inline-block;
      margin: 8px 0;
  }

  section.testims h2 {
      max-width: 620px;
      width: 100%;
      font-size: 145px;
  }

  .testims-list {
      margin: 60px auto;
      max-width: 1285px;
      position: static;
  }

  .section-inner.section-inner-padding {
      padding: 0 50px;
  }

  .testim-item-label {
      max-width: 450px;
      width: 100%;
      font-size: 86px;
  }

  .testim-item-info {
      flex: 1;
  }

  .testim-item-label:before {
      content: '';
      padding-right: 80px;
  }

  .testim-item-inner {
      gap: 100px;
  }

  .testim-item-info {
      font-size: 24px;
      line-height: 32px;
  }

  .testim-item-text:before {
      content: '//';
      font-weight: 700;
      letter-spacing: 6px;
      font-size: 38px;
      padding-bottom: 30px;
      display: block;
  }
  
  .testims-list-wrap {
    position: relative;
  }

  .testim-item-name {
      margin-top: 50px;
      font-weight: 700;
      /*font-style: italic;*/
  }

  .testim-item-role {
      font-size: 21px;
      font-weight: 500;
      /*font-style: italic;*/
  }

  button.slick-arrow {
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%) rotate(180deg);
      left: 0;
      text-indent: -9999999px;
      display: inline-flex;
      background: none;
      border: none;
      font-size: 0px;
      background: url('arrow.svg') 95% 50% no-repeat;
      background-size: contain;
  }

  button.slick-next.slick-arrow {
      left: inherit;
      right: 0;
      transform: translate(0%, -50%) rotate(0deg);
  }

  button.slick-arrow:before {
      content: '\f177';
      /*content: '';*/
      opacity: 0;
      font-family: 'FontAwesome';
      text-indent: 0;
      display: block;
      font-size: 50px;
  }

  button.slick-next.slick-arrow:before {transform: rotate(180deg);}

  .contact-head-inner h1 {
      font-size: 180px;
  }

  .contactp-info {
      /* align-self: flex-end; */
      margin-left: auto;
  }

  section.section-contact {
      height: 1px;
      padding-bottom: 100px;
  }

  section.section-contact .section-inner, .contact-head-inner {
      height: 100%;
  }

  .header-phone {
      font-size: 32px;
  }

  .header-phone a {
      display: inline-block;
      margin-top: 35px;
      color: #fff;
      word-spacing: 23px;
      max-width: 265px;
      line-height: 54px;
      text-align: right;
      position: relative;
      font-size: 38px;
      right: 35px;
  }

  .header-email {
      margin-top: 20px;
      position: relative;
      display: flex;
      align-items: flex-end;
      font-size: 32px;
      gap: 75px;
  }

  .header-email:before {
      content: '';
      width: 255px;
      display: block;
      height: 1px;
      background: #FAFAFA;
      margin-bottom: 20px;
  }

  .header-email a {
      display: inline-block;
      color: #fff;
      margin-top: 20px;
  }

  form.wpcf7-form h2 {
      font-size: 145px;
  }

  form.wpcf7-form label span {
      font-size: 62px;
      display: block;
  }

  form.wpcf7-form input {
      border: none;
      border-bottom: 2px solid #B5B5B5;
      background: none;
      padding: 34px 0;
      font-size: 44px;
      color: #B5B5B5;
      font-style: italic;
      width: 100%;
  }

  form.wpcf7-form button[type="button"]:before {
      content: '\f175';
      font-family: 'FontAwesome';
      text-indent: 0;
      font-size: 70px;
      opacity: 0;
  }

  form.wpcf7-form button[type="button"] {
      text-indent: -999999px;
      background: url('arrow.svg') 100% 100% no-repeat;
      background-size: contain;
      transform: rotate(90deg);
      display: flex;
      /*background: none;*/
      width: 50px;
      border: none;
      font-size: 70px;
      margin-top: 100px;
      margin-left: auto;
      font-size: 0;
  }

  section.contact-step2, section.contact-step3 {
      position: relative;
          display: none;
  }

  .contact-step {
      position: absolute;
      top: 130px;
      left: 0;
      background: #222;
      color: #fafafa;
      padding: 40px 35px 30px;
      font-size: 40px;
      letter-spacing: 10px;
  }

  section.contact-step1 .section-inner, section.contact-step2 .section-inner, section.contact-step3 .section-inner {
      max-width: 1150px;
      margin-left: auto;
  }

  section.contact-step2 .section-inner label, section.contact-step3 .section-inner label {
      position: relative;
  }

  section.contact-step2 .section-inner label:before, section.contact-step3 .section-inner label:before {
      content: '&';
      position: absolute;
      font-size: 210px;
      font-weight: 700;
      top: -35px;
      left: -170px;
      transform: translateX(-100%);
  }

  .contact-inputs.flexed p {
      display: flex;
      flex-wrap: wrap;
      gap: 140px;
  }

  .contact-inputs.flexed p > span {
      flex: 1;
  }

  .contact-inputs.flexed {
      margin-top: 100px;
  }

  section.contact-step3 .section-inner label:before {
      transform: translate(-100%, -5%);
      font-size: 140px;
  }

  form.wpcf7-form input[type="submit"] {
      background: #222;
      color: #fff;
      max-width: 400px;
      position: relative;
      bottom: 0;
      transform: none;
      right: 0;
      margin-left: auto;
      display: block;
      margin-top: 50px;
  }

  .section404-img {
      max-width: 42%;
      position: relative;
      left: -90px;
  }

  .section-404-text {
      flex: 1;
      max-width: 675px;
      font-size: 22px;
      padding: 130px 0 0;
  }

  .section-404-text h2 {
      margin-bottom: 60px;
  }

  .section-404-links {
      margin-top: 75px;
  }

  .section-404-text p {
      line-height: 35px;
  }

  .section-404-text a {
      color: #222;
  }

  .section-404-text p a {
      border-bottom: 2px solid #222;
  }

  .general-head-inner h1 {
      font-size: 180px;
  }

  .about-quote-text {
      max-width: 1150px;
      font-size: 76px;
  }

  .about-quote-author {
      position: absolute;
      top: 10vh;
      right: 50px;
      transform: rotate(-90deg);
      font-size: 22px;
      font-weight: 700;
      transform-origin: right;
      font-style: italic;
  }

  section.about-quote {
      position: relative;
  }

  .about-quote-author:before {
      content: '';
      position: absolute;
      top: 13px;
      width: 40vh;
      height: 3px;
      background: #2D2D2D;
      right: calc(100% + 20px);
  }

  section.about2 h2, section.about3 h2 {
      font-size: 145px;
      max-width: 100%;
  }

  section.about4 h2 {
      font-size: 125px;
      max-width: 1165px;
      margin-left: auto;
      padding-right: 125px;
  }

  section.about4 p {
      max-width: 675px;
      margin-left: auto;
      font-size: 24px;
      line-height: 34px;
      margin-top: 20px;
  }

  section.about4 {
      position: relative;
  }

  section.about4:before {
      content: '& & & & &';
      font-size: 255px;
      max-width: 190px;
      line-height: 220px;
      font-weight: 700;
      position: absolute;
      bottom: -90px;
      left: -5px;
  }

  section.about-decor {
      font-size: 130vh;
      line-height: 100px;
      position: relative;
      text-indent: -100px;
  }

  section.about5 h2 {
      font-size: 145px;
      text-align: center;
      max-width: 100%;
  }

  .about-fact {
      font-size: 62px;
      line-height: 69px;
      margin-bottom: 160px;
      position: relative;
  }

  .about-fact.about-fact-1 {
      padding-left: 200px;
      max-width: 820px;
  }

  .about-fact.about-fact-1:before {
      content: '&';
      position: absolute;
      left: 0;
      font-size: 155px;
      top: 50%;
      transform: translate(50%, -50%);
      font-weight: 700;
  }

  .about-fact.about-fact-2 {
      max-width: 520px;
      margin-left: auto;
      margin-right: 175px;
      padding-top: 150px;
  }

  .about-fact.about-fact-2:before {
      content: '&';
      position: absolute;
      top: 0;
      font-size: 155px;
      font-weight: 700;
      line-height: 155px;
  }

  .about-fact.about-fact-3 {
      margin-left: 175px;
      padding-top: 150px;
      max-width: 820px;
      margin-bottom: 325px;
  }

  .about-fact.about-fact-3:before {
      content: '&';
      position: absolute;
      top: 0;
      font-size: 155px;
      font-weight: 700;
      line-height: 155px;
  }

  .about-contact-text {
      max-width: 730px;
      width: 100%;
  }

  .about-contact-text p {
      text-align: center;
      font-size: 30px;
  }

  .about-contact-text h2 {
      font-size: 135px;
      line-height: 160px;
  }

  .about-contact-link {
      font-size: 48px;
  }

  .about-contact-link a {
      color: #221F20;
      background: #FAFAFA;
      padding: 55px 45px 55px 80px;
  }

  .about-contact-link a i {
      padding-right: 0px;
    margin-right: 50px;
    padding-left: 0 !important;
    background-size: contain !important;
  }

  .titles-wrap {
      margin-top: 130px;
      position: relative;
      padding-left: 35px;
      z-index: 2;
  }

  .titles-wrap .suptitle {
      font-size: 57px;
      font-weight: 700;
  }

  .titles-wrap h1 {
      font-size: 134px;
      font-weight: 400;
  }

  .titles-wrap:before {
      content: '&';
      position: absolute;
      top: 45px;
      left: 0;
      font-size: 46px;
      font-weight: 700;
  }

  .section-teamm-main-inner {
      position: relative;
      top: -60px;
  }

  .section-teamm-main-inner:before {
      content: '';
      position: absolute;
      height: 100%;
      width: calc(50vw - 650px);
      background: #1D1D1B;
      right: 100%;
  }

  .teamm-info {
      gap: 180px;
  }

  .teamm-role {
      font-size: 37px;
      position: relative;
      padding-bottom: 30px;
      margin-bottom: 115px;
  }

  .teamm-role:after {
      content: '';
      width: 70px;
      height: 2px;
      background: #221F20;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  .teamm-contact {
      gap: 60px;
      font-size: 24px;
  }

  .teamm-contact a {
      color: #221F20;
      display: inline-block;
      margin-top: 10px;
  }

  .teamm-social {
      margin-top: 120px;
      gap: 55px;
  }

  .teamm-social a {
      color: #221F20;
      font-size: 24px;
  }

  .teamm-social a i {
      transform: rotate(-45deg);
  }

  section.teamm-feat h2 {
      font-size: 121px;
      text-align: center;
      max-width: 100%;
  }

  .teamm-feat-inner {
      gap: 90px 25px;
      max-width: 1200px;
      margin: 145px auto 0;
  }

  .teamm-feat-item {
      width: 280px;
      text-align: center;
  }

  section.teamm-bottom {
      position: relative;
  }

  .teamm-cv-link {
      position: absolute;
      right: 0;
      top: 25%;
  }

  .teamm-cv-link a {
      color: #FAFAFA;
      background: #221F20;
      padding: 37px 40px;
      font-size: 24px;
  }

  .teamm-bottom-free-text {
      max-width: 500px;
      font-size: 24px;
      line-height: 30px;
  }

  .teamm-bottom-inner {
      gap: 150px;
  }

  .teamm-bottom-free-text h2 {
      font-size: 62px;
      margin-bottom: 45px;
  }

  .teamm-bottom-free-text.teamm-bottom-free-text2 {
      padding-top: 350px;
  }

  .teamm-cv-link a i {
      margin-right: 30px;
      padding-left: 0;
  }

  .common-head h1 {
      font-size: 180px;
      font-weight: 400;
      padding-left: 175px;
  }

  .work-text {
      max-width: 568px;
      margin-left: auto;
      margin-right: 175px;
      padding-top: 165px;
      font-size: 32px;
      position: relative;
  }

  .work-text:before {
      content: '&';
    font-size: 90px;
    position: absolute;
    transform: translate(-100%, -100%);
    font-weight: 600;
    line-height: 87px;
  }

  .work-item-text {max-width: 715px;font-size: 24px;margin: 0 auto;position: relative;top: -40px;background: #FAFAFA;z-index: 2;padding: 20px;transition: 0.4s;}

  .work-item-inner h2 {
      max-width: 865px;
      font-size: 110px;
      font-weight: 400;
      line-height: 114px;
  }

  .work-item-inner {
      width: 100%;
  }


  .work-item-link a {
      display: inline-block;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      background: #222;
      padding: 32px 92px;
      transform: translateX(100%);
  }

  .work-item-link {text-align: center;transition: 0.4s;}

  .work-item-client {
      font-size: 108px;
      position: absolute;
      top: 0;
      background: #1D1D1B;
      color: #FAFAFA;
      max-width: 450px;
      right: 0;
      padding-top: 115px;
      padding-left: 100px;
      height: 100%;
      z-index: 2;
      transform: translateX(100%);
      transition: 0.4s;
  }

  section.work-item {
      position: relative;
  }

  section.work-item-archive {
      position: relative;
  }

  .work-item-client:after {
      content: '& Co.';
      color: #A7A9AC;
      display: block;
      position: relative;
      left: -102px;
  }

  .work-item-client:before {
      content: '&';
      position: absolute;
      left: 0;
      transform: translateY(100%);
  }

  .work-item.active .work-item-client {
      transform: translateX(0);
  }

  .work-item.active .work-item-link {
      transform: translateX(-180px);
  }

  .work-item .work-item-text {
      transform: translateX(-80px);
  }

  .dark .work-item-text {
      background: #1D1D1B;
  }

  .dark .work-item-link a {
      color: #1D1D1B;
      background: #FAFAFA;
  }

  .dark .work-item-client {
      background: #FAFAFA;
      color: #1D1D1B;
  }

  .sections-wrap {
      margin-top: 130px;
  }

  .otgs-development-site-front-end {
      display: none;
  }

  .work-archive-wrap {
    display: block;
  }

  section.companies h2 {
      padding-left: 50px;
  }

  .work-arch-title {
    width: 100%;
  }

  .work-arch-title h2 {
      font-size: 160px;
  }

  .work-item-archive-text h2 {
      font-size: 62px;
      margin-bottom: 35px;
  }

  .work-item-archive-text {
      font-size: 24px;
      flex: 1;
  }

  .work-item-archive-link a {
      color: #2D2D2D;
  }

  .work-item-archive-link a i {
      padding-left: 10px;
  }

  .work-item-archive-inner {
      max-width: 1470px;
      gap: 70px;
      margin: 0 auto;
  }

  .work-item-archive-client {
      max-width: 580px;
      padding: 65px 70px 65px 120px;
      font-size: 74px;
      color: #FAFAFA;
      background: #2D2D2D;
      position: relative;
  }

  .work-item-archive-client:after {
      content: '& Co.';
      color: #A7A9AC;
      position: relative;
      left: -70px;
  }

  .work-item-archive-client:before {
      content: '&';
      position: absolute;
      transform: translate(calc(-100% - 15px), 100%);
  }

  .work-item-archive-link {
      margin-top: 60px;
  }

  .section.work-item-archive:nth-child(4n+2) .work-item-archive-inner {
      flex-direction: row-reverse;
  }

  .section.work-item-archive:nth-child(4n + 3) .work-item-archive-inner {
      flex-direction: row;
      margin-left: auto;
      margin-right: -50px;
  }

  .work-item-archive:nth-child(4n) .work-item-archive-inner {
      flex-direction: row-reverse;
      margin-left: auto;
      position: relative;
  }

  .section.work-item-archive:nth-child(4n) .work-item-archive-inner:before {
      content: '&.';
      position: absolute;
      left: -20px;
      top: -20px;
      transform: translateX(-100%);
      font-size: 40px;
      font-weight: 700;
  }

  section.footer {
      padding-top: 0;
  }

  .work-archive-wrap {position: relative;}

  .pager {
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: flex-start;
      width: 100%;
      align-items: center;
      font-size: 22px;
      gap: 35px;
      transform: translateY(-200%);
      left: 90px;
  }

  .pageNumbers a {
      display: inline-flex;
      width: 56px;
      height: 56px;
      justify-content: center;
      align-items: center;
      color: #2D2D2D;
  }

  .pageNumbers a.active {
      background: #2D2D2D;
      color: #FAFAFA;
  }

  .footer-top {
      visibility: hidden;
      opacity: 0;
  }

  .news-item-date {
      transform: rotate(-90deg) translateY(-100%);
      padding-bottom: 0;
      position: absolute;
      font-size: 58px;
      right: calc(100% + 40px);
      top: 10px;
      text-align: right;
      transform-origin: right top;
  }

  .news-item {position: relative;padding-left: 60px;border-left: 2px solid currentColor;margin-left: 110px;max-width: 860px;}

  .news-item-title h2 {
      font-size: 62px;
  }

  .news-item-date {
  }

  .news-item-cat {
      margin-top: 6px;
      font-size: 18px;
      font-style: italic;
  }

  .news-item-excerpt {
      margin: 28px 0 35px;
      font-size: 24px;
      max-width: 675px;
  }

  .news-item-more a {
      font-size: 16px;
      color: currentColor;
  }

  .news-item-more a i {
      padding-left: 10px;
  }

  .news-head-inner .news-item {
      margin-left: auto;
      /* margin-top: -10px; */
      margin-right: 150px;
      position: relative;
      /* top: 40px; */
  }

  .news-all-top {
      padding-top: 130px;
  }

  section.news-all.active {
      background: #E6E7E8;
  }

  section.news-all .section-inner {
      padding: 0 50px;
  }

  .news-all-top h2 {
      font-size: 160px;
      max-width: 800px;
      line-height: 165px;
  }

  .news-all-cats {
      gap: 55px;
      font-size: 24px;
      padding-top: 65px;
      text-transform: uppercase;
  }

  .news-all-list .news-item:nth-child(5n + 1) {
      max-width: 1030px;
      margin-left: 220px;
  }

  .news-all-list .news-item-excerpt {
      max-width: 100%;
  }

  .news-all-list .news-item {
      margin-top: 200px;
      margin-bottom: 200px;
  }

  .news-all-list .news-item:nth-child(5n + 2) {
      max-width: 670px;
      margin-right: 110px;
      margin-left: auto;
  }

  .news-all-list .news-item:nth-child(5n + 3) {
      max-width: 760px;
  }

  .news-all-list .news-item:nth-child(5n + 4) {
      max-width: 770px;
      margin-left: auto;
      margin-right: auto;
  }

  .news-all-list .news-item:nth-child(5n + 5) {
      max-width: 1150px;
      margin-left: auto;
  }

  .news-all-list .news-item:nth-child(5n + 5):before {
      content: '&.';
      position: absolute;
      left: -200px;
      font-size: 50px;
      font-weight: 700;
  }

  .news-cat {
      cursor: pointer;
  }

  .news-cat.active {
      border-bottom: 1px solid currentColor;
  }

  section.news-all {
      position: relative;
  }

  .news-all-list .news-item:not(.active) {
      display: none;
  }


  .home1 p:first-child {
      transform: translateX(-100%);
  }

  .home1 p:last-child {
      transform: translateX(100%);
  }

  .home1 p {
      transition: all 0.4s linear 0.5s;
  }

  .home1.active p {
      transform: translate(0, 0);
  }

  .home3 p {
    transform: translateY(200px);
    transition: all 0.3s linear 0.3s;
    opacity: 0;
    visibility: hidden;
  }

  .home3.active p {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

/*  .home3 p + p {
    transition-delay: 0.1s
  }

  .home3 p + p + p {
    transition-delay: 0.1s
  }

  .home3 p + p + p + p {
    transition-delay: 0.1s
  }*/

  .home5 {
    transition: 0.2s;
    color: #FAFAFA;
  }

  .home5.active {
    /*background: #1D1D1B;*/
    transition: all 0.4s linear 0.2s;
  }

  .home8 h2 {
    /*transform: translateY(200px);*/
    transition: all 0.3s linear 0s;
/*    opacity: 0;
    visibility: hidden;*/
  }

  .home8.active h2 {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .home9 .section9-bottom,
  .home9 .section9-text1 {
    /*opacity: 0;*/
    transition: all 0.4s linear 1s 
  }
  
  .home9 .section9-text1 {
    transition: all 0.4s linear 0.4s 
  }

  .home9.active .section9-bottom,
  .home9.active .section9-text1 {
    opacity: 1;
  }

  .exp-links {
      max-width: 740px;
      margin-left: auto;
      padding-top: 20px;
      font-size: 56px;
      /* transform: translateX(-100%); */
  }

  .exp-link {
      margin-top: 40px;
  }

  .exp-links a {
      color: currentColor;
  }

  .exp-text-inner {
      margin-left: auto;
      max-width: 850px;
      margin-right: 250px;
      font-size: 76px;
      position: relative;
  }

  .exp-text-inner:before {
      content: '&';
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-100%, -100%);
      font-weight: 700;
      font-size: 130px;
      line-height: 100px;
      transition: all 0.3s linear 1s;
      opacity: 0;
  }

  .active .exp-text-inner:before {
      opacity: 1;
  }

  .exp-info h2 {
      font-size: 145px;
      margin-bottom: 100px;
      padding-top: 50px;
  }

  .exp-info-text {
      font-size: 24px;
      line-height: 32px;
      max-width: 1200px;
  }

  .exp-info-text p {
      margin-bottom: 60px;
  }

  .team-text {
      max-width: 565px;
      margin-left: auto;
      font-size: 32px;
      margin-right: 200px;
      margin-top: 100px;
      position: relative;
      line-height: 36px;
  }

  .team-text:before {
      content: '&';
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(calc(-100% - 15px), -100%);
      font-size: 90px;
      font-weight: 700;
  }

  .team-info-title h2 {
      font-size: 125px;
      line-height: 120px;
      transition: 0.4s;
      /*transition-delay: 1s;*/
      max-width: 480px;
      margin-bottom: 100px;
  }

  .page-template-about-tpl h1, .section-contact h1 {
      font-weight: 400;
  }

  section.team-info1 {
      padding-top: 100px;
  }

/*  .active .team-info-title h2 + h2 {
      transform: translateY(200px);
      opacity: 0;
      visibility: hidden;
  }

  .active .team-info-title h2 + h2 + h2 {
      transition-delay: 0.75s;
  }*/

  .team-member-img {
      max-width: 284px;
      height: 315px;
      width: 100%;
      overflow: hidden;
  }

  .team-member {
      gap: 25px;
      position: relative;
  }

  .team-member-name {
      font-size: 21px;
      font-weight: 500;
  }

  .team-member-role {
      font-size: 18px;
      font-weight: 300;
      margin: 5px 0 20px;
  }

  .team-member-link a {
      font-size: 20px;
      color: currentColor;
  }

  .team-member-link a i {
      padding-left: 10px;
  }

  .team-member.team-member-lg:before {
      content: '&.';
      position: absolute;
      top: 0;
      left: -10px;
      transform: translateX(-100%);
      font-size: 40px;
      font-weight: 700;
  }

  .team-info1-1 .team-member-1 {
      transform: translateX(100%);
      align-items: flex-start;
      margin-top: 30px;
  }

  .team-info1 .team-member {
      max-width: 480px;
  }

  .team-info1-1 .team-member-2 {
      transform: translate(calc(200% + 100px), -100px);
      flex-direction: column-reverse;
      align-items: flex-start;
  }

  .team-member-img img {
      height: 100%;
      object-fit: cover;
  }

  .team-info1-1 .team-member-2:before {
      top: 115px;
  }

  .team-info1-2 .team-member-1 {
      transform: translateX(160%);
      align-items: flex-end;
  }

  .team-info1-2 .team-member-2 {
      margin-top: 150px;
      align-items: flex-start;
      flex-direction: column-reverse;
      transform: translateX(100%);
  }

  .team-info1-3 .team-member-1 {
      transform: translateX(170%);
      align-items: flex-start;
  }

  section.team-info2 {
      padding-top: 100px;
  }

  .team-info2-members {
      max-width: 1370px;
      margin: 0 auto;
      gap: 100px 20px;
  }

  .team-info2-members .team-member-img {
      width: 193px;
      height: 215px;
  }

  .team-info2-members .team-member {
      max-width: 420px;
      width: 100%;
      align-items: flex-start;
  }

  .team-info2-members .team-member:before {
      display: none;
  }

  section.team-info2.team-info2-1 .team-info-title {
      margin-bottom: 0;
  }

  section.team-info2 .team-info-title {
      margin-bottom: 150px;
  }

  section.section9.home9 a {
    color: currentColor;
        display: block;
  }

  .section-sep .section-inner {
    counter-reset: and;
  }
  
  .section-sep .section-inner span {
    counter-increment: and;
    transform: translateX(300px) rotate(-45deg);
    opacity: 0;
    display: inline-block;
    transition: all 0.2s linear 1s;
  }

  .active.section-sep .section-inner span {
    transform: translateX(0) rotate(0);
    opacity: 1;
  }

  .active.section-sep .section-inner span:nth-child(2) {
    transition-delay: 1.2s;
  }
  .active.section-sep .section-inner span:nth-child(3) {
    transition-delay: 1.4s;
  }
  .active.section-sep .section-inner span:nth-child(4) {
    transition-delay: 1.6s;
  }
  .active.section-sep .section-inner span:nth-child(5) {
    transition-delay: 1.8s;
  }
  .active.section-sep .section-inner span:nth-child(6) {
    transition-delay: 2s;
  }
  .active.section-sep .section-inner span:nth-child(7) {
    transition-delay: 2.2s;
  }
  .active.section-sep .section-inner span:nth-child(8) {
    transition-delay: 2.4s;
  }
  .active.section-sep .section-inner span:nth-child(9) {
    transition-delay: 2.6s;
  }
  .active.section-sep .section-inner span:nth-child(10) {
    transition-delay: 2.8s;
  }
  .active.section-sep .section-inner span:nth-child(11) {
    transition-delay: 3s;
  }
  .active.section-sep .section-inner span:nth-child(12) {
    transition-delay: 3.2s;
  }
  .active.section-sep .section-inner span:nth-child(13) {
    transition-delay: 3.4s;
  }
  .active.section-sep .section-inner span:nth-child(14) {
    transition-delay: 3.6s;
  }
  .active.section-sep .section-inner span:nth-child(15) {
    transition-delay: 3.8s;
  }
  .active.section-sep .section-inner span:nth-child(16) {
    transition-delay: 4s;
  }
  .active.section-sep .section-inner span:nth-child(17) {
    transition-delay: 4.2s;
  }
  .active.section-sep .section-inner span:nth-child(18) {
    transition-delay: 4.4s;
  }
  .active.section-sep .section-inner span:nth-child(19) {
    transition-delay: 4.6s;
  }
  .active.section-sep .section-inner span:nth-child(20) {
    transition-delay: 4.8s;
  }
  .active.section-sep .section-inner span:nth-child(21) {
    transition-delay: 5s;
  }
  .active.section-sep .section-inner span:nth-child(22) {
    transition-delay: 5.2s;
  }
  .active.section-sep .section-inner span:nth-child(23) {
    transition-delay: 5.4s;
  }
  .active.section-sep .section-inner span:nth-child(24) {
    transition-delay: 5.6s;
  }
  .active.section-sep .section-inner span:nth-child(25) {
    transition-delay: 5.8s;
  }
  .active.section-sep .section-inner span:nth-child(26) {
    transition-delay: 6s;
  }
  .active.section-sep .section-inner span:nth-child(27) {
    transition-delay: 6.2s;
  }
  .active.section-sep .section-inner span:nth-child(28) {
    transition-delay: 6.4s;
  }
  .active.section-sep .section-inner span:nth-child(29) {
    transition-delay: 6.6s;
  }
  .active.section-sep .section-inner span:nth-child(30) {
    transition-delay: 6.8s;
  }
  
  .section9-text3 span {
    animation: 1.4s blink2 infinite;
  }

  @keyframes blink2 {
    0% {
      border-right: 3px solid currentColor;
    }

    65% {
      border-right: 3px solid currentColor;
    }

    100% {
      border-right: 3px solid #1D1D1B;
    }
  }

  .team-info-title {
      padding-top: 50px;
  }

  .team-info2:not(.team-info2-1) h2 {
      padding: 200px 0;
  }

  section.team-wrap2 {
      padding-bottom: 200px;
  }

  section.section5 p {
      color: #1D1D1B;
      transition: 0.2s;
      opacity: 0;

  }

  section.section5 p:last-child {
    margin-bottom: 0;
  }

  section.section5.active p {
      color: #FAFAFA;
      opacity: 1;
      transition: all 0.4s linear 0.3s;
  }

  section.contact-step1 {
      position: relative;
  }

  form.wpcf7-form label span.error:after {
      content: 'This field is required';
      position: absolute;
      top: calc(100% + 20px);
      left: 0;
      font-size: 20px;

      color: red;
  }

  form.wpcf7-form label span.error input {
      border-color: red;
  }

  .single-generic-head-inner h1 {
      font-size: 60px;
  }

  section.single-generic-content {
      font-size: 24px;
      line-height: 35px;
  }

  header.active.dark .header-links .wpml-ls-legacy-list-horizontal a:hover, header.dark.active .header-links a:hover {
      color: #1d1d1b;
  }
  
  .header-links .wpml-ls-legacy-list-horizontal a:hover:before, 
  .header-links .current-menu-item a:before,
  .header-links a:hover:before {
      background: #1d1d1d;
      z-index: -1;
      width: calc(100% + 20px);
      height: calc(100% + 10px);
      left: -10px;
      top: -6px;
      transition: all 0.25s linear 0s;
  }

  header.active .header-links .wpml-ls-legacy-list-horizontal a:hover, 
  header.active .header-links .current-menu-item a,
  header.active .header-links a:hover {
      color: #FAFAFA;
  }

  header.active.dark .header-links .current-menu-item a {
    color: #1d1d1d;
  }

  .header-links .wpml-ls-legacy-list-horizontal a:hover, 
  .header-links .current-menu-item a,
  .header-links a:hover {
      color: #1d1d1d;
  }

  .work-text p {
      margin-bottom: 0;
  }

  .news-head-inner {
      /* padding-top: 80px; */
      /* height: 100%; */
      display: flex;
      /* align-items: center; */
      /* flex-wrap: wrap; */
      flex-direction: column;
      justify-content: space-between;
      height: 90%;
  }

  .latest-news {
      margin-left: auto;
  }

  section.section-news .section-inner {
      height: 100%;
  }

  section.section-news {
      height: 1px;
      /* padding-bottom: 100px; */
  }

  .news-head-inner h1 {
      width: 100%;
  }

  section.section4 .section-link {
      padding-top: 20px;
  }

  .section8-text-right2 {
      padding-top: 10px;
      margin-bottom: 5px;
  }

  .section8-text-long {
      font-size: 46px;
      max-width: 1050px;
      margin-left: auto;
  }

  .section8-text-long p {
      margin-bottom: 50px;
  }

  .section8-text-long p + p {
      margin-bottom: 10px;
  }

  .service-title.active:after {
      content: '-';
  }

  .section.about4 {
      display: flex;
      align-items: center;
      text-align: center;
      min-height: calc(100vh - 160px);
  }

  .section.about4 h2 {
      font-size: 70px;
      max-width: 100%;
  }

  .exp-info-text h3 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 40px;
  }

  .exp-info-text a {
      color: #fff;
      border-bottom: 1px solid currentColor;
  }

  .exp-info-text ol {
      margin-left: 30px;
  }

  .exp-info-text li {
      margin-bottom: 60px;
  }

  .work-archive-items {
      width: 100%;
  }

  .work-item-archive {
      margin: 200px 0;
  }

  a.recanim {
      position: relative;
      transition: 0.1s;
  }

  a.recanim:hover {
      color: #FAFAFA;
  }

  a.recanim:before {
      content: '';
      width: 0;
      background: currentColor;
      position: absolute;
      left: -10px;
      top: -6px;
      z-index: -1;
      height: calc(100% + 10px);
  }

  a.recanim:hover:before {
      background: #1d1d1d;
      z-index: 1;
      width: calc(100% - 55px);
      height: calc(100% + 10px);
      left: -10px;
      top: -6px;
      transition: all 0.25s linear 0s;
  }

  a.recanim span {
      position: relative;
      z-index: 3;
  }

  .marquee {
      max-height: calc(100vh + 10px);
      overflow: auto;
      -ms-overflow-style: none;  
      scrollbar-width: none;  
  }

  .marquee::-webkit-scrollbar {
      opacity: 0;
  }

  .team-info1-1 .team-member-3 {
      transform: translate(calc(100% + 100px), -100px);
  }

  .titles-section {
      align-items: flex-start;
      padding-top: 160px;
  }