@import url('https://fonts.cdnfonts.com/css/gilroy-bold');

body{
    font-family: 'Gilroy-Regular', sans-serif;
	font-size: 16px;
	max-width:1920px;
	margin:auto;
	color:#000000;
    overflow-x: hidden;
}

.light{
    font-family: 'Gilroy-Light', sans-serif;
}

.medium{
    font-family: 'Gilroy-Medium', sans-serif;
}

.bold{
    font-family: 'Gilroy-Bold', sans-serif;
}

.heavy{
    font-family: 'Gilroy-Heavy', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

a:hover,
a:active,
a:focus{
    text-decoration: none;
    color: inherit;
}

section{
    width: 100%;
    float: left;
}

section:not(.home-banner){
    position: relative;
    z-index: 2;
}

li{
    list-style: none;
}

nav{
    top: 0;
    padding: 3.75em;
    z-index: 4;
    position: fixed;
    z-index: 1;
}

.row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.right-0{
    right: 0 !important;
}

.left-0{
    left: 0 !important;
}

.e-blend{
    mix-blend-mode: exclusion;
    color: #fff!important;
}

.w_100{
    width: 100%;
}

.container{
    max-width: 1200px !important;
}

.max-w-890{
    max-width: 890px !important;
}

.max-w-810{
    max-width: 810px !important;
}

.mb_100{
    margin-bottom: 6.25em;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.none{
    display: none;
}

.animate {
  opacity: 0;
}

.privacy.descr{
    font-size: 1.5em;
}

.logo img{
    max-height: 65px;
}

.animate.animated {
  animation-name: topFadeIn;
  animation-duration: .4s;
  animation-fill-mode:forwards;
}

h1{
    margin-bottom: 0.32em;
    font-size: 6.25em;
    line-height: 1.58em;
    font-family: 'Gilroy-Bold', sans-serif;
}

h2{
    font-size: 3.75em;
    line-height: 1.4333333333333333em;
    margin-bottom: 0.75em;
    font-family: 'Gilroy-Bold', sans-serif;
}

.mobile_visible{
    display: none;
}

.scroll-to-top{
    position: fixed;
    bottom: 20%;
    right: 3%;
    z-index: 3;
    font-size: 32px;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.scroll-to-top.mobile_visible {
    left: 50%;
    position: absolute;
    top: 25%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: none;
}

body { 
    margin: 0;
}

canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.vh100{
    min-height: 100vh;
}

.home-banner img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: -1;
}

.banner-text .banner-big:first-child.animate.animated{
    animation-name: leftFadeInBanner;
    animation-duration: .4s;
    animation-fill-mode:forwards;
}

.banner-text .banner-big:nth-child(2).animate.animated{
    animation-name: leftFadeInBanner;
    animation-duration: .8s;
    animation-fill-mode:forwards;
}

.banner-text .banner-big:nth-child(3).animate.animated{
    animation-name: leftFadeInBanner;
    animation-duration: 1.2s;
    animation-fill-mode:forwards;
}

.banner-text .banner-small.animate.animated{
    animation-name: leftFadeInBanner;
    animation-duration: 1.6s;
    animation-fill-mode:forwards;
}

.banner-text .banner-big{
    font-size: 12.5em;
    line-height: 0.925em;
}

.banner-text{
    position: relative;
    transform: translate(0%, 33%);
    -ms-transform: translate(0%, 33%);
    -webkit-transform: translate(0%, 33%);
    min-height: 100vh;
    font-size: 6.25em;
    line-height: 0.9em;
    color: #000000;
}

.intro-text{
    padding: 9.5em 0 19em;
    background-color: #fff;
}

.intro-text .img-elephant{
    right: -80px;
    bottom: -1;
}

.intro-text .descr{
    font-size: 4em;
    line-height: 1.3em;
}

.intro-text .container{
    position: relative;
    z-index: 2;
}

.intro-text .blue-bubble{
    position: absolute;
    top: 25%;
    left: -5%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
}

.help{
    padding: 7.5em 0;
    background-color: #ffffff;
}

.help .lines{
    border-bottom: 1px solid black;
}

.help .green-help{
    font-size: 7.5em;
    line-height: 1.0666666666666667em;
    padding: 0.08em 0;
    color: #000000;
    position: relative;
}

.help .green-help:first-child.animate.animated:before{
    animation-name: rightFadeInAbsolute;
    animation-duration: .4s;
    animation-fill-mode:forwards;
}

.help .green-help.animate.animated{
    animation-name: leftFadeIn;
    animation-duration: .4s;
    animation-fill-mode:forwards;
}

.help .green-help:first-child::before{
    opacity: 1;
    width: 43.5%;
    content: "";
    position: absolute;
    bottom: 45%;
    right: 0;
    height: 16px;
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 100px;
}

.usability-testing{
    background-color: #000000;
    color: #fff;
    overflow: hidden;
    padding-top: 7.5em;
}

.usability-testing .pink-help{
    font-size: 7.5em;
    line-height: 1.0666666666666667em;
    color: #F694C7;
    padding: .08em 0;
    position: relative;
}

.usability-testing .pink-help:first-child::before{
    opacity: 1;
    width: 30.5%;
    content: "";
    position: absolute;
    bottom: 45%;
    right: 0;
    height: 16px;
    background-color: #F694C7;
    border-radius: 100px;
}

.usability-testing .what-you-test{
    margin-bottom: 4.375em;
}

.usability-testing .img-descr{
    font-size: 1.5em;
    line-height: 1.125em;
}

.usability-testing .what-you-test .col-lg-4{
    margin-bottom: 5em;
}

.usability-testing .what-you-test .img-box{
    min-height: 8em;
    margin-bottom: 1em;
}

.usability-testing .why-test{
    margin-bottom: 7.5em;
}

.usability-testing .why-test .test-reason{
    font-size: 2.25em;
    line-height: 1.3888888888888888em;
    font-family: 'Gilroy-Light', sans-serif;
    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
}

.usability-testing .why-test .test-reason {
    position: relative;
    margin-right: 1rem;
    transition: ease-in-out .1s;
}

.usability-testing .why-test .test-reason:hover {
    font-size: 2.5em;
    font-family: 'Gilroy-Bold', sans-serif;
    transition: ease-in-out .3s;

}

.usability-testing .why-test .test-reason:after {
    content: "";
    position: absolute;
    height: 20px;
    bottom: -10px;
    left: 0;
    padding-bottom: 10px;
    width: 100%;
    border: solid 2px #fff;
    border-color: transparent transparent#fff transparent;
    border-radius: 0%;
    transition: ease-in-out .2s;
}

.usability-testing .why-test .test-reason:hover:after {
    padding-bottom: 60px;
    border-radius: 0% 0% 150% 150%/0% 0% 40% 40%;
    transition: ease-in-out .1s;
}

.how-we-do-it .descr{
    margin-bottom: 2.1em;
}

.how-we-do-it ul.steps{
    display: flex;
    position: relative;
    padding: 0;
    margin-bottom: 9.375em;
}

.step-carousel{
    cursor: none !important;
}

.how-we-do-it .custom-cursor{
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.25em;
    z-index: 3;
    pointer-events: none;
    transition: .2s ease-in-out;
    opacity: 0;
}

.step-carousel .grabbing,
.step-carousel .owl-carousel{
    cursor: none !important;
}

.positions{
    margin-bottom: 8em;
}

.positions .position{
    padding: 3.75em 0;
    border-top: 1px solid #ffffff;
    width: 100%;
    margin: auto;
}

.position .ttl-col{
    width: 35%;
    margin-right: 1%;
}

.position .descr-col{
    width: 64%;
}

.position .ttl{
    font-size: 3.125em;
    line-height: 1.2;
    font-family: 'Gilroy-Bold', sans-serif;
    display: flex;
    align-self: center;
}

.position .descr{ 
    font-family: 'Gilroy-Light', sans-serif;
}

.how-we-do-it .lines{
    border-bottom: 1px solid #ffffff;
    margin-bottom: 6em;
}

.how-we-do-it .green-how{
    font-size: 7.5em;
    line-height: 1.0666666666666667em;
    color: #34A672;
    padding: .08em 0;
    position: relative;
    padding-bottom: 0.5em;
}

.how-we-do-it .green-how:first-child::before{
    opacity: 1;
    width: 25.5%;
    content: "";
    position: absolute;
    bottom: 55%;
    right: 0;
    height: 16px;
    background-color: #34A672;
    border-radius: 100px;
}

.how-we-do-it ul.steps.animate.animated{
    animation-name: bottomFadeIn;
    animation-duration: .4s;
    animation-fill-mode:forwards;
}

.how-we-do-it ul.steps::before{
    content: "";
    border: 1px solid rgba(52, 166, 114, .7);
    width: 100vw;
    position: absolute;
    top: 50px;
}

.how-we-do-it .steps li .ttl{
    position: relative;
    padding: 3em 0 0;
}

.how-we-do-it .steps li .ttl{
    font-size: 2.25em;
    line-height: 1.115em;
    margin: 0;
    margin-bottom: .8em;
    max-width: 320px;
}

.how-we-do-it ul.steps li .descr{
    margin: 0;
    font-size: 1.75em;
    max-width: 400px;
}

.how-we-do-it .steps li span:before{
    content: "";
    position: absolute;
    opacity: 1;
    box-shadow: 0px 0px 20px 20px rgba(52, 166, 114, .7);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    border-radius: 50%;
    background-image: radial-gradient(circle, #34A672 95%, #34A672);
    filter: blur(6px);
}

.who-we-work-with,
.partners{
    padding-bottom: 10em;
}

.who-we-work-with .child .ttl,
.partners .child .ttl{
    font-size: 3.75em;
    line-height: 1.4333333333333333em;
    font-family: 'Gilroy-Bold', sans-serif;
    margin-bottom: .7em;
}

.who-we-work-with .child .gallery,
.partners .child .gallery{
    padding: 3.5em 0 0 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: auto;
}

.who-we-work-with .child .gallery img{
    max-width: 100%;
    padding-bottom: 3.5em;
    height: calc(43px + 3.5em);
}

.partners .child .gallery img{
    height: calc(65px + 3.5em);
}

.who-we-work-with .child .gallery img:not(:last-child),
.partners .child .gallery img:not(:last-child){
    margin-right: 2.8em;
}

.descr{
    font-size: 2.25em;
    line-height: 1.3888888888888888em;
}

.form-section{
    padding: 8em 0;
    color: #000000;
    background-color: #F694C7;
}

.form-section .container{
    max-width: 1190px;
}

.form-section .ttl{
    font-size: 5em;
    line-height: 1.08;
    margin-bottom: .7em;
}

.form-section .descr{
    font-size: 2.25em;
    line-height: 2.2222222222222223em;
    color: #000000;
    margin-bottom: 1em;
}

.form-section input,
.form-section select{
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    background: #F694C7;
    text-align: center;
    color: white;
    width: auto;
    display: inline;
    font-size: 1em;
    line-height: .7;
    border-radius: 0;
}

.form-section select{
    border-radius: 0;
}

::-webkit-input-placeholder {
    color:#fff;
}

::-moz-placeholder {
    color:#fff;
}

::-ms-placeholder {
    color:#fff;
}

::placeholder {
    color:#fff;
}

.form-section select{
    background-image: none;
}

.form-section button{
    font-size: 2.25em;
    line-height: 2.2222222222222223em;
    padding: 0 3em 0;
    background-color: #000000;
    color: #fff;
    border-radius: 40px;
}

.form-section button:focus,
.form-section button:focus-visible{
    outline: none;
}

footer{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 1em;
}

footer .container{
    padding: 3em 0;
}

footer .copyright{
    font-size: 1.5em;
    line-height: 1.2;
}

footer .logo img{
    max-height: 40px;
}

footer .footer-div{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.footer_menu{
    float:left;
    margin:0.2em 1em;
    padding:0;
    list-style-type:none;
}

.footer_menu li{
    display:inline;
    margin-right:20px;
    color:#000;
    font-size:1.35em
}

.footer_menu li:last-child{
    margin:0;
}

.footer_menu li a{
    text-decoration:none
}

@media (max-width: 1400px) {
    .help .green-help:first-child::before{
        width: 40%;
    }
}

@media (max-width: 1280px) {
}


@media (max-width: 1200px) {
    .help .green-help:first-child::before{
        display: none;
    }
    .container{
        padding: 0 1.5em;
    }
}

@media (max-width: 1140px) {
    .how-we-do-it .green-how:first-child::before,
    .usability-testing .pink-help:first-child::before {
        display: none;
    }
    .banner-text {
        position: relative;
        transform: translate(0%, 35%);
        -ms-transform: translate(0%, 35%);
        -webkit-transform: translate(0%, 35%);
        font-size: 6.25em;
        bottom: 0%;
    }
}

@media (max-width: 1024px) {
    body{
        font-size:15px;
    }
    .banner-text .banner-big{
        font-size: 10.5em;
        line-height: 0.925em;
    }
}

@media (max-width: 960px) {
	body{
		font-size:14px;
	}
    .banner-text {
        position: relative;
        transform: translate(0%, 75%);
        -ms-transform: translate(0%, 75%);
        -webkit-transform: translate(0%, 75%);
    }
    .banner-text{
        min-height: 50vh;
    }
}

@media (max-width: 767px) {
	body{
		font-size:13px;
	}
    h1{
        margin-bottom: 0.32em;
        font-size: 3.3em;
        line-height: 1.15em;
        font-family: 'Gilroy-Bold', sans-serif;
    }
    h2{
        font-size: 2.75em;
        line-height: 1.4333333333333333em;
        margin-bottom: 0.75em;
        font-family: 'Gilroy-Bold', sans-serif;
    }
    .desktop_visible{
        display: none;
    }
    .mobile_visible{
        display: block;
    }
    .logo img{
        max-height: 45px;
    }
    .scroll-to-top.mobile_visible {
        display: flex;
    }
    .banner-text .banner-big{
        font-size: 8.5em;
        line-height: 0.925em;
    }
    .banner-text{
        bottom: 0%;
        transform: translate(0%, 80%);
        -ms-transform: translate(0%, 80%);
        -webkit-transform: translate(0%, 80%);
        line-height: 0.9em;
        font-size: 60px;
    }
    .intro-text .descr {
        font-size: 2.7em;
    }
    .intro-text img.mobile_visible{
        right: 0;
        bottom: 0;
    }
    section.intro-text{
        padding: 100px 0 200px;    
    }
    .position .ttl{
        font-size: 2.5em !important;
    }
    .positions {
        margin-bottom: 3em;
    }
    .positions .position {
        padding: 2.75em 0;
        border-top: none;
    }
    .usability-testing{
        padding-top: 100px !important;
    }
    .lines.pb-5.white_line{
        border-bottom: 1px solid #fff;
    }
    .lines.pb-5{
        border-bottom: 1px solid #000;
    }
    .who-we-work-with{
        padding: 0 0 5em;
    }
    .how-we-do-it .steps li .ttl {
        padding: 3.5em 0 0;
        font-size: 2.25em !important;
    }
    .recaptcha_outer{
        
        display: flex;
        justify-content: center;
    }
    .how-we-do-it .custom-cursor{
        display: none;
    }
    form,
    .form-container .ttl,
    .how-we-do-it{
        padding: 0;
    }
    .intro-text .img-elephant{
        /*aspect-ratio: 14/9;*/
        right: 0!important;
        left: auto!important;
        object-fit: cover;
        max-height: 290px;
        transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        -webkit-transform: translate(0%, 0%)
    }
    .intro-text .blue-bubble {
        left: -25%;
    }
    .intro-text .descr{
        margin-bottom: .75em;
    }
    .help .green-help {
        font-size: 3.3em;
    }
    nav.e-blend{
        mix-blend-mode: unset;
        position: absolute !important;
    }
    .usability-testing .why-test .test-reason-0:hover:after,
    .usability-testing .why-test .test-reason-1:hover:after,
    .usability-testing .why-test .test-reason-2:hover:after,
    .usability-testing .why-test .test-reason-3:hover:after,
    .usability-testing .why-test .test-reason-4:hover:after {
        padding-bottom: 0;
        border-radius: 0% 0% 0% 0%/0% 0% 0% 0%;
    }
    .descr{
        font-size: 1.8em;
    }
    .who-we-work-with .child .gallery,
    .partners .child .gallery {
        padding: 2em 0 0 0;
    }
    .who-we-work-with .child .gallery img {
        height: calc(25px + 2em);
        padding-bottom: 2em;
    }
    .partners .child .gallery img {
        height: calc(30px + 2em);
        padding-bottom: 2em;
    }
    .usability-testing .why-test .test-reason{
        font-size: 1.8em;
    }
    .how-we-do-it .green-how,
    .usability-testing .pink-help {
        font-size: 4em;
    }
    .how-we-do-it .green-how {
        padding-bottom: 1em;
    }
    .how-we-do-it ul.steps {
        display: flex;
        position: relative;
        padding: 0;
        margin-bottom: 60px;
    }
    /* .how-we-do-it ul.steps {
        display: block;
        justify-content: center;
    }
    .how-we-do-it ul.steps::before{
        content: "";
        height: calc(100% - 80px);
        width: 1px;
        position: absolute;
        left: calc(5% + 40px);
        top: 80px;
    }
    .how-we-do-it .steps li span:before{
        left: 5%;
        top: 50%;
    }
    .how-we-do-it .steps li {
        display: flex;
        justify-content: center;
        width: 100%;
    } */

    .position .ttl-col{
        width: 100%;
        margin-right: 0%;
        margin-bottom: .5em;
    }
    
    .position .descr-col{
        width: 100%;
    }
    .form-section input,
    .form-section select {
        width: 100%;
        border-bottom: 2px solid #000000;
        text-align: left;
        padding-left: 0;
        margin-bottom: 2em;
    }
    .form-section .descr {
        margin-bottom: 0;
    }
    .form-section .ttl {
        font-size: 3.3em;
        line-height: 1.08;
        margin-bottom: 0.7em;
    }
    form button{
        width: 100%;
        border-color: transparent;
    }
    footer{
        padding-top: 11em;
    }
    footer .footer-div{
        display: block;
        text-align: center;
    }
    footer .footer-div div:not(:last-child){
        margin-bottom: 1em;
    }
    .footer_menu{
        width: 100%;
        margin:1em 0;
    }
    footer .copyright{
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
	body{
		font-size:12px;
	}
    .banner-text .max-w-810{
        font-size: 40px;
        max-width: 300px !important;
        line-height: 1em;
    }
    .help .green-help,
    .ttl,
    .how-we-do-it .green-how,
    .usability-testing .pink-help {
        font-size: 36px !important;
    }
}

@keyframes topFadeIn {
    0% {
        position: relative;
        top: -3rem;
        opacity: 0;
    }
  
    100% {
        position: relative;
        top: 0;
        opacity: 1;
    }
  }
  
  @keyframes leftFadeIn {
    0% {
        position: relative;
        left: -3rem;
        opacity: 1;
    }
  
    100% {
        position: relative;
        left: 0;
        opacity: 1;
    }
  }
  
  @keyframes leftFadeInBanner {
    0% {
        position: relative;
        left: -38rem;
        opacity: 1;
    }
  
    100% {
        position: relative;
        left: 0;
        opacity: 1;
    }
  }
  
  @keyframes bottomFadeIn {
    0% {
        position: relative;
        bottom: -3rem;
        opacity: 0;
    }
  
    100% {
        position: relative;
        bottom: 0;
        opacity: 1;
    }
  }
  
  @keyframes rightFadeIn {
    0% {
        position: relative;
        right: -3rem;
        opacity: 0;
    }
  
    100% {
        position: relative;
        right: 0;
        opacity: 1;
    }
  }

  @keyframes rightFadeInAbsolute {
    0% {
        position: absolute;
        right: -5rem;
        opacity: 0;
    }
  
    100% {
        position: absolute;
        right: 0;
        opacity: 1;
    }
  }
  
  @keyframes titleFadeIn {
    0% {
        position: absolute;
        top: 44%;
        left: -18%;
        opacity: 0;
    }
  
    100% {
        position: absolute;
        top: 44%;
        left: 8%;
        opacity: 1;
    }
  }
  
  @keyframes titleFadeIn901 {
    0% {
        position: absolute;
        top: 44%;
        left: -18%;
        opacity: 0;
    }
  
    100% {
        position: absolute;
        top: 14%;
        left: 8%;
        opacity: 1;
    }
  }