* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    overflow-x: hidden;
    width: 100%;
}
.page-header {
    width: 100%;
    z-index: 200;
    transition: 0.4s all ease-out;
    position: fixed;
    top: 0;
    background: #fff
}
header.sticky {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

header.hide {
    transform: translateY(-100%);
}
.page-header .burger {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 0px;
    transition: all 0.3s ease-in-out;
}
.page-header button#toggleDrawer .burger {
    margin-left: 0;
}
.page-header button#toggleDrawer{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    margin-left: 30px;
}
.page-header .logo {
    width: 130px;
    height: 55px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat center / 100% auto;
}
.page-header .logo a {
    width: 100%;
    height: 100%;
    display: flex;
}
.page-header .burger-line {
    position: relative;
    height: 2px;
    background-color: #282929;
    margin-left: auto;
    transition: transform 0.3s;
    z-index: 3;
}
.page-header .burger-line-top {
    width: 10px;
    margin-bottom: 6px;
}
.page-header .burger-line-center {
    width: 20px;
    margin-bottom: 6px;
}
.page-header .burger-line-bottom {
    width: 6px;
}
.page-header .header-container {
    padding: 13px 30px;
    width: 100%;
}
.video-block {
    position: relative;
    width: 100%;
    min-height: 500px;
    z-index: -1;
    display: flex;
    align-items: center;
}
.video-block-container {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
}
.video-block-container video {
    width: 100%;
    height: auto;
}
.small-text {
    position: relative;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #282929;
    overflow: hidden;
}
.block-title {
    position: relative;
    font-size: 46px;
    line-height: 1.2125;
    letter-spacing: 2px;
    font-weight: 700;
}
.banner-left-content{
    max-width: 90%;
}
.banner-left-content .block-title {
    margin-top: 21px;
} 
.common-section {
    padding: 70px 0;
}a.hireus-link {
    position: relative;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    color: #282929;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
}
a.hireus-link:hover {
    color: #1081f5;
}
.expertise .float-block-dev, .expertise .float-block-mob, .expertise .float-block-des {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9fafc;
    z-index: -1;
}
.expertise .parallax-block {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 0;
}
.expertise .yellow-line-wrapper {
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
}
.expertise .yellow-line {
    width: 15px;
    height: 735px;
    background-color: #31bbf9;
    transform: rotate(15deg);
    position: relative;
}
.expertise .yellow-line .yellow-line-animate {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #31bbf9;
    width: 17px;
    height: 100%;
}
.expertise .parallax-block-img {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    pointer-events: none;
    opacity: 1;
    width: 125%;
}
.parallax-block-img img {
    width: 100%;
    height: auto;
}
.expertise-text-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.expertise-title {
    display: flex;
    white-space: nowrap;
    height: auto;
    padding: 9px 0 60px;
}
.expertise-title .block-title {
    white-space: nowrap;
    position: relative;
}
.expertise-title .small-text-wrapper {
    position: absolute;
    left: 30px;
    bottom: calc(100% + 10px);
    transition: 0.3s;
}
.expertise-text {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
}
.btn-wrapper {
    position: relative;
    display: inline-block;
    line-height: 15px;
    z-index: 1;
    font-size: 12px;
} 
.expertise-text:not(:first-child) {
    margin-top: 20px;
}
.view-box {
    padding: 18px;
    display: inline-flex;
    text-decoration: none;
    margin-top: 40px;
    background: #31bbf9;
    color: #fff;
    border-radius: 6px;
    border: none;
}
.view-box .small-text {
    color: #fff;
}
.expertise-mob .parallax-block-mob {
    top: 25%;
    left: 55%;
}
.expertise-mob .parallax-block-tablet {
    top: 40%;
    transform: translate(-50%, 0);
}
.view-box:hover{
    background-color: #1081f5;
}
.expertise-des .parallax-block-back {
    top: 20%;
}
.expertise-des .parallax-block-circle {
    transform: translateX(-30%);
}
.expertise-des .parallax-block-rect {
    top: 55%;
    left: 65%;
}
.expertise .expertise-des .parallax-block-img {
    width: 100%;
}
.expertise-des .parallax-block-rect::after {
    content: '';
    width: 132px;
    height: 15px;
    background-color: #282929;
    position: absolute;
    transform: rotate(48deg);
    top: 205px;
    left: 217px;
}
.expertise-des .yellow-line-wrapper::after {
    content: '';
    position: absolute;
    background-color: #282929;
    width: 40px;
    height: 15px;
    transform: rotate(-43deg);
    bottom: 200px;
    left: -210px;
}
.expertise-des .yellow-line-wrapper::before {
    content: '';
    position: absolute;
    background-color: #282929;
    width: 70px;
    height: 15px;
    transform: rotate(-100deg);
    top: 50px;
    left: -55px;
}
.discover-names__block-top .block-title {
    white-space: wrap;
    letter-spacing: 2px;
}
.discover-names__block-top {
    margin-bottom: 56px;
}
.inner-block-wrapper {
    position: relative;
}
.max-w-full {
    max-width: 100%;
}
.discover-names__cards {
    flex-wrap: wrap;
    gap: 30px;
}
.discover-names__card {
    position: relative;
    padding: 30px 40px 30px;
    width: calc(25% - 22.5px);
    height: 170px;
    box-shadow: 0px 10px 40px 0px #0000000f;
}
.discover-names__card-image img {
    height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
 .discover-names__card-image {
    height: 110px;
}
.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.discover-names__card .marquee {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
}
.bg-blue {
    background-color: #1081f5;
}
.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: lineloop infinite linear;
}
.marquee-content span {
    font-size: 12px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.our-projects__title {
    text-align: center;
}
.our-projects__title .block-title {
    margin-top: 20px;
    margin-bottom: 40px;
}
.our-projects.our-projects-list .project {
    position: sticky;
    top: 0;
    transform-origin: 50% 0%;
    will-change: transform;
    transition: transform 0.4s ease-out;
    margin-bottom: 30px;
}
.our-projects .project__body {
    background: #fff;
    min-height: 420px;
    position: relative;
    display: flex;
    width: 100%;
    padding: 60px;
    justify-content: space-between;
    box-shadow: 0 10px 64px 0 #00000014;
    transition: all 0.5s;
}
.our-projects.our-projects-list .our-projects__block-content {
    margin-bottom: -80px;
}
.our-projects .project__info {
    max-width: 40%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.our-projects .tags {
    display: flex;
    align-items: center;
}
.our-projects .tags__item {
    padding: 12px 18px;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.our-projects .tags__item.active-tag {
    color: rgb(250, 251, 251);
    background-color: rgb(123, 94, 182);
}
.our-projects .tags__item.danger-tag {
    color: rgb(250, 251, 251);
    background-color: rgb(255, 90, 127);
}
.our-projects .tags__item.success-tag {
    color: rgb(250, 251, 251);
    background-color: rgb(23, 191, 131);
}
.our-projects .tags__item.warning-tag {
    color: rgb(250, 251, 251);
    background-color: rgb(255, 157, 0);
}
.our-projects .tags__item.primary-tag {
    color: rgb(250, 251, 251);
    background-color: rgb(78, 149, 216);
}
.our-projects .tags__item.outlined-tag {
    color: rgb(40, 41, 41);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(214, 222, 222);
}
.our-projects .tags__item {
    margin-right: 8px;
}
.our-projects .project__description {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.1;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    max-width: 100%;
    color: #3C3D3D;
    margin: auto 0; 
}
.view-zone {
    display: inline-block;
    border-radius: 30%;
    position: relative;
    z-index: 1;
}

.our-projects .project__media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.view-zone .view-box {
    margin-top: 0;
}
section.feedback.common-section {
    padding-top: 140px;
}
.feedback-cards-decor-frame {
    content: '';
    width: 82%;
    height: calc(100% + 55px);
    position: absolute;
    top: -30px;
    background-color: #fafbfb;
}
.feedback-cards-card {
    flex: 1 1 auto;
    min-height: 400px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 98px 32px 40px 32px;
    position: relative;
    flex-direction: column;
    align-items: start;
    z-index: 1;
    margin-bottom: 25px;
}
.feedback .feedback-title {
    margin-bottom: 66px;
}
.feedback-cards-coma {
    background: url("../images/coma.svg") no-repeat center / contain;
    position: absolute;
    width: 45px;
    height: 115px;
    top: 0;
    left: 32px;
}
.feedback-cards-comment {
    line-height: 25px;
    font-weight: 500;
}
.feedback-cards-client {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: auto;
}
.feedback-cards-client p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2px;
}
.feedback-cards-client span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
.feedback-cards {
    position: relative;
    display: flex;
    flex-direction: column;
}
.expertise-text-wrapper .view-zone .view-box {
    margin-top: 20px;
}
.view-zone.feedback-cards-button {
    margin-top: 10px;
}
.contact-text {
    width: 100%;
    min-width: 270px;
    max-width:100%;
    margin-left: 0px;
    margin-top: 10px;
}
.contact-text-head {
    align-items: flex-start;
}
.static-block {
    display: flex;
    flex-direction: column;
}
.contact .block-title {
    margin: 21px 0 10px -5px;
    overflow: hidden;
}
.regular-text {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.3px;
}
.contact-text .regular-text {
    font-size: 14px;
    line-height: 18px;
}
.contact .state-message-info {
    margin-top: 32px;
}
.contact .state-message-info p {
    margin: 16px 0px;
}
.contact-managers {
    flex-wrap: wrap;
    margin-top: 18px;
    max-width: 480px;
    gap: 20px;
}
.contact-managers-manager {
    display: flex;
    align-items: center;
}
.contact .contact-managers-img {
    position: relative;
}
.contact-managers-mail a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/email.79de1e9.svg") no-repeat center / 16px 15px;
}
.contact .contact-managers-img img {
    max-width: 80px;
    border-radius: 50%;
    object-fit: cover;
}
.contact-managers-mail {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.25s ease-in-out;
}
.contact-managers-info {
    margin-left: 18px;
}
.contact .contact-managers-name {
    font-size: 19px;
    line-height: 1.22223;
    font-weight: 600;
    letter-spacing: 0.04167em;
    margin-top: 8px;
}
.contact .state-message-info {
    margin-top: 32px;
}
.contact .step-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 0px;
}
.contact-form {
    position: relative;
    width: 100%;
    padding: 92px 59px 43px 65px;
    border: 3px solid #282929;
    z-index: 10;
}
.contact-form .form-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-form button.view-box {
    margin-top: 20px;
    align-items: center;
    gap: 5px;
}
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
}
.decor-line {
    position: absolute;
    width: 15px;
    z-index: 1;
}
.decor-line_primary {
    background-color: #31bbf9;
}
.contact-form-wrap .decor-line {
    top: -8%;
    left: 54%;
    height: 116%;
    transform: rotate(17deg);
}
.contact-form-wrap {
    position: relative;
    width: 100%;
}
 .footer {
    padding: 120px 0 35px !important;
}
.footer__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}
.footer__left {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    width: calc(50% - 30px);
}
.footer__logo {
    width: 146px;
    min-width: 146px;
    height: 65px;
    background: url(../images/logo.png) no-repeat center / 100% auto;
    display: inline-block;
}
.footer__left-content {
    margin-left: 0;
    width: 50%;
}
.logo-social {
    width: 50%;
}
.footer__left-content-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #282929;
    margin-bottom: 10px;
}
.footer__left-content-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: #282929;
}
.footer__left-content-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.footer__left-content-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f7f8;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.footer__right {
    width: 100%;
    max-width: calc(50% - 30px);
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer__right-row {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}
.footer__right-row-item:first-child {
    margin-right: 00px;
}
.footer__right-row-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
    color: #282929;
    margin-bottom: 12px;
}
.footer__right-row-text {
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    color: #282929;
    margin-bottom: 8px;
    text-decoration: none;
}
.footer__bottom {
    justify-content: space-between;
    margin-top: 80px;
}
.footer__bottom p {
    color: #282929;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}
.footer__bottom .desktop-text {
    display: block;
}
.footer__bottom a {
    color: #282929;
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
}
a{
    color: #1081f5;
    text-decoration: none;
}
.drawer {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100dvh;
    width: 450px;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease;
    z-index: 1050;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
}
.drawer.open {
    right: 0;
}
.drawer ul.list-group li {
    padding: 12px 50px;
    border: none;
}
.drawer ul.list-group {
    width: 100%;
    text-align: center;
}
.drawer ul.list-group li a {
    color: #212529;
    font-size: 20px;
    font-weight: 600;
}
.drawer ul.list-group li a:hover {
    color: #1081f5;
}
button#closeDrawer {
    position: absolute;
    top: 15px;
    background: transparent;
    border: none;
    font-size: 40px;
    line-height: 20px;
    right: 20px;
    min-height: auto;
    height: 20px;
    width: 25px;
    text-align: center;
    color: #212529;
}
button#closeDrawer:hover {
color: #1081f5;
}
.our-projects.our-projects-list .project__media {
    position: absolute;
    top: 60px;
    right: 60px;
    height: calc(100% - 120px);
    max-width: calc(60% - 90px)  ;
}
.expertise .expertise-des .parallax-block-img img.parallax-block-triangle {
    width: 70%;
}
.main-section {
    padding-top: 105px;
    width: 100%;
}
.banner-img-block img {
    max-width: 100%;
    width: 100%;
}
.common-section {
    padding: 50px 0;
}
.hero__text-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 12px;
}
.main-block .main-text-wrapper {
    width: 35vw;
    max-width: 100% !important;
    margin-top: 0;
}
.main-block .text-wrapper {
    width: 35vw;
    max-width: 100%;
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.4;
}
.hero .hero-avatars {
    margin-top: 48px;
    display: flex;
}
.hero .hero-avatars__box {
    display: flex;
    margin-right: -48px;
}
.hero .hero-avatars__box img {
    width: 62px;
    height: 62px;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
}
.hero .hero-avatars__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    background: #282929;
    color: #fff;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    transform: translateX(-64px);
}
.hero .hero-avatars__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    vertical-align: center;
    max-width: 223px;
    text-align: left;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}
.main-block .block-title-top {
    margin-top: 24px;
}
section.bannersection.common-section {
    padding-top: 60px;
}
.hero .hero-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 183px;
    background-color: #fff;
    padding: 24px 20px 20px;
}
.hero .hero-grid-item:first-child {
    background: #31bbf9;
    --scroll-distance: 1500%;
}
.hero .hero-grid-item__text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.hero .hero-grid-item__title-box {
    position: relative;
    height: 40px;
    overflow: hidden;
}
.hero .hero-grid-item__scrolling-container {
    position: absolute;
    bottom: 0;
}
.hero .hero-grid-item__title {
    font-size: calc(max(30px, min(2vw, 36px)));
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.05rem;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.hero .hero-grid-item__title-box .hero-grid-item__title {
    animation: scroll 1s 0.2s ease-out forwards;
    
}
.hero .hero-grid-item:nth-child(2), .hero .hero-grid-item:nth-child(4), .hero .hero-grid-item:nth-child(5) {
    box-shadow: 0 10px 64px 0 #00000014;
}

.hero .hero-grid-item:nth-child(2) {
    --scroll-distance: 480%;
}
.hero .hero-grid-item--tall {
    max-width: 100%;
    grid-row: span 2;
    overflow: hidden;
}
.hero .hero-grid-item--tall, .hero .hero-grid-item--avatar {
    padding: 0;
}
.hero .hero-grid-item--tall video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero .hero-grid-item:nth-child(5) {
    background: #282929;
}
.hero .hero-grid-item--clutch {
    overflow: hidden;
    padding: 0;
}
.hero-grid-item.hero-grid-item--avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 183px;
}
.hero .hero-grid-item--form {
    grid-column: 2 / 4;
    padding: 0;
    background: linear-gradient(0deg, #FAFBFB, #FAFBFB), linear-gradient(291.75deg, rgba(214, 222, 222, 0) 38.06%, rgba(214, 222, 222, 0.3) 100.64%);
    box-shadow: 0 4px 14px 0 #E0EAEA24 inset;
}
.hero .collapsed-form {
    background: #fff;
    box-shadow: 0 10px 64px 0 #00000014;
    transition: bottom 1sease;
    bottom: calc(100vh - 640px);
    height: 100%;
}
.hero .collapsed-form {
    padding: 20px 20px;
}
.hero .collapsed-form__title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 11px;
}
.hero .collapsed-form__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.hero .hero-grid {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    padding-left: 50px;
}
.hero .hero-grid-item--clutch img {
    max-height: 101px;
    width: auto;
    object-fit: contain;
    object-position: center;
}
.hero .hero-grid-item--clutch .owl-slide li.item {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 24px;
}
.hero .hero-grid-item--clutch span {
    color: #fff;
    font-size: calc(max(5.92px, min(1.5vw, 7px)));
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.3510488271713257px;
    text-align: center;
    text-transform: uppercase;
}
.hero .hero-grid-item--form a.view-box {
    padding: 13px;
    margin-top: 12px;
}
.hero .hero-avatars__box img:nth-child(2) {
    transform: translateX(-20px);
}
.hero .hero-avatars__box img:nth-child(3) {
    transform: translateX(-40px);
}
.choose-reasons .block-title {
    margin-top: 20px;
}
.choose-reasons__block-content {
    margin-top: 106px;
}
.choose-reasons__block-content .steps {
    gap: 30px;
    align-items: stretch;
    position: relative;
}
.choose-reasons__block-content .steps-path-line {
    position: absolute;
    top: 33px;
    left: 0;
    height: 6px;
    width: 100%;
    background: url(../images/pathline.png) repeat center;
    mask: linear-gradient(90deg, #fff 65%, rgba(255, 255, 255, 0) 100%);
}   
.choose-reasons__block-content .steps-path-line .filled-path-line {
    height: 100%;
    background-color: #53aaff;
    animation: changePathLine 2s ease forwards paused;
    animation-play-state: running;    
}
.choose-reasons__block-content .steps .step {
    flex: 1 1 auto;
    width: 30%;
    min-height: 214px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.choose-reasons__block-content .steps .step-checkmark {
    position: relative;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px;
    background: url(../images/checkmark.png) no-repeat center / 72px 72px;
    animation: changeCheckMark 1s ease forwards paused;
    animation-play-state: running;
    background-color: #fff;
}
.choose-reasons__block-content .steps .step-title {
    line-height: 42px;
    font-weight: 700;
    font-size: 28px;
}
.choose-reasons__block-content .steps .step-text {
    margin-top: 16px;
    line-height: 25px;
}
.visionary-teams__block-top .block-title {
    margin-top: 20px;
    white-space: normal;
}
.visionary-teams__block-content {
    padding: 50px;
    margin: 0px;
    height: 100%;
    max-height: 700px;
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.visionary-teams__card {
    width: 100%;
    height: auto;
    padding: 32px;
    gap: 18px;
    border: 1px solid #D6DEDE42;
    box-shadow: 0 10px 64px 0 #00000014;
}
.visionary-teams__card {
    margin-top: 20px;
}
.visionary-teams__card img {
    width: 64px;
    height: auto;
}
.visionary-teams__card-title {
    font-size: 1.125rem;
    margin-left: 16px;
    line-height: 1.4;
    font-weight: 700;
}
.visionary-teams__card-text {
    font-size: 0.875rem;
    line-height: 1.4;
}
.page-contacts .contacts__title {
    font-size: 80px;
    margin: 20px 0 70px;
    font-weight: 700;
}
.page-contacts .contacts__bottomline-col .contacts__bottomline-col:first-child {
    margin-right: 60px;
}
.page-contacts .contacts__bottomline-col.d-flex {
    gap: 60px;
}
.page-contacts .contacts__bottomline-col .contacts__bottomline-col {
    min-width: 235px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
    flex: 0 1 auto;
}
.page-contacts .contacts__bottomline-item p {
    margin-bottom: 10px;
    overflow: visible;
}
.page-contacts .contacts__bottomline-item p a {
    color: #212529;
}
.page-contacts .contacts__bottomline-item p a:hover {
    color: #1081f5;
}
.page-contacts .contacts__main-col_time {
    width: 440px;
}
.page-contacts .contacts__main-col_time .clock {
    text-align: center;
}
.page-contacts .contacts__main-col_time .clock {
    margin-right: 245px;
    margin-top: 25px;
}
.page-contacts .contacts__main-col_time .clock-face {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 1.21667;
    letter-spacing: 0.0715em;
}
.page-contacts .contacts__main-col_time .clock-face b {
    display: inline-block;
    padding: 0 5px 0 13px;
}
.marked {
    background-color: #31bbf9;
}
.page-contacts .contacts__main-col_time p {
    letter-spacing: 0.0125em;
}
.page-contacts .contacts__main-col_time .office {
    display: flex;
    align-items: center;
}
.page-contacts .contacts__main-col_time .office {
    margin-left: calc(100% - 129px);
}
.page-contacts .contacts__timezones {
    margin-top: 130px;
    margin-left: 25px;
}
.page-contacts .contacts__main-col_time p {
    line-height: 1.1875;
}
 .page-contacts .contacts__timezones-item span {
    line-height: 1.28572;
    letter-spacing: 0.01215em;
}
.decor-map {
    position: absolute;
    background: transparent url(../images/map.png) no-repeat center;
    z-index: -1;
    bottom: -455px;
    right: -250px;
    width: 852px;
    height: 701px;
    transform: translateY(-55%);
}
.decor-frame {
    content: '';
    width: 476px;
    height: 652px;
    position: absolute;
    top: -200px;
    right: -40px;
    background-color: rgba(214, 222, 222, 0.13);
    z-index: -2;
}
.contacts__main-inner.row {
    position: relative;
}
.hero__text-block .yellow-back {
    width: 100%;
    left: 0;
    height: 100%;
    backface-visibility: hidden;
    animation: flipWords 6s infinite;
    color: #212529;
    position: absolute;
    max-width: 350px;
    white-space: normal;
}
.hero__text-block .block-title {
    position: relative;
    min-height: 112px;
}
.hero__text-block .yellow-back:nth-child(1) {
    animation-delay: 0s;
}
.hero__text-block .yellow-back:nth-child(2) {
    animation-delay: 2s;
    opacity: 0;
}
.hero__text-block .yellow-back:nth-child(3) {
    animation-delay: 4s;
    opacity: 0;
}
.visionary-teams__block::before, .visionary-teams__block::after {
    content: '';
    position: absolute;
    right: -30px;
    height: 102px;
    z-index: 2;
    width: 100vw;
}
.visionary-teams__block::before {
    top: -2px;
    background: linear-gradient(180deg, #fff 32.63%, rgba(255, 255, 255, 0) 100%);
}
.visionary-teams__block::after {
    background: linear-gradient(180deg, #fff 32.63%, rgba(255, 255, 255, 0) 100%);
    bottom: -2px;
    transform: rotate(180deg);
}
.row.visionary-teams__block.align-items-center {
    position: relative;
}

i.spinner-border {
    width: 17px;
    height: 17px;
    border-width: 3px;
    margin: 0 0 0 7px;
    display: none;
}
#contact-submit.show-spinner i.spinner-border {
display: inline-block;
}
#contact-submit.show-spinner {
opacity: 0.6;
pointer-events: none;
}
.feedback-cards-client img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
@keyframes scroll {
    to {
        transform: translateY(var(--scroll-distance));
    }
}
@keyframes changePathLine {
    0% {
      width: 0;
    }
    33% {
      width: 35%;
    }
    66% {
      width: 70%;
    }
    100% {
      width: 100%;
    }
}
@keyframes changeCheckMark {
    0% {
      background-image: url(../images/checkmark.png);
    }
    100% {
      background-image: url(../images/checkmark-filled.png);
    }
}
@keyframes lineloop {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes flipWords {
    0% { opacity: 0; transform:  rotateX(90deg); }
    10% { opacity: 1; transform:  rotateX(0deg); }
    30% { opacity: 1; transform:  rotateX(0deg); }
    40% { opacity: 0; transform:  rotateX(-90deg); }
    100% { opacity: 0; transform:  rotateX(-90deg); }
}
@media screen and (min-width: 1600px) {
    .hero .hero-grid-item:first-child {
        background: #31bbf9;
        --scroll-distance: 1450%;
    }
}
@media screen and (min-width: 1200px) {
    .page-header .header-container {
        padding: 25px 50px 25px;
    }
}
@media screen and (min-width: 1091px) {
    .our-projects .project {
        padding-top: 64px;
    }
    .our-projects .project__info {
        justify-content: space-between;
    }
    .our-projects.our-projects-list .project__media {
        position: absolute;
        top: 60px;
        right: 60px;
        height: calc(100% - 120px);
        max-width: calc(60% - 90px);
    }
    
}
@media screen and (min-width: 768px) {
    .expertise .yellow-line {
        background-color: transparent;
    }
    .expertise .yellow-line .yellow-line-animate {
        height: 100%;
        background-color: #31bbf9;
    }
    .contact-form-wrap .decor-line {
        left: 50%;
        height: 116%;
        transform: rotate(20deg);
    }
}

@media screen and (max-width: 1200px) {
    .discover-names__cards {
        flex-wrap: wrap;
        gap: 20px;
    }
  .hero .hero-grid-item:nth-child(2) .hero-grid-item__title {
        font-size: 26px;
    }
    .discover-names__card {
        height: 150px;
        width: calc(25% - 15px);
        padding: 30px 30px 30px;
    }
    .our-projects .project__body {
        padding: 20px;
        min-height: 420px;
    }
    .our-projects.our-projects-list .project__media {
        top: 20px;
        right: 20px;
        height: calc(100% - 40px);
        max-width: calc(60% - 50px);
    }
    .feedback-cards-coma {
        width: 40px;
        height: 85px;
        left: 20px;
    }
    .feedback-cards-card {
        padding: 80px 20px 25px 20px;
    }
    .our-projects .project__description {
        font-size: 30px;
    }
    .contact-form {
        padding: 55px 35px 40px 35px;
    }
    .marquee-content span {
        font-size: 11px;
        line-height: 21px;
    }
    .footer__right-row-item:first-child {
        margin-right: 0px;
    }
    .expertise-des .parallax-block-back {
        top: 0%;
    }
    .expertise-des .yellow-line-wrapper::after {
        left: -193px;
    }
    .expertise .parallax-block-img {
        width: 100%;
    }
    .contact-text {
        margin-left: 15px;
    }
    .visionary-teams__block-content {
        padding: 30px;
        max-width: 100%;
    }
    .block-title {
        font-size: 42px;
    }
    .visionary-teams__card img {
        width: 55px;
    }
    .hero .hero-grid {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    .discover-names__card {
        width: calc(33.33% - 13.33px);
        padding: 30px 30px 30px;
    }
    .footer__wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .footer__left {
        width: 100%;
        justify-content: space-between;
    }
    .footer__right {
        justify-content: space-between;
        max-width: unset;
    }
    .footer__left-content {
        margin-left: auto;
        width: calc(50% - 12px);
    }
    .footer__wrapper.footer__bottom {
        flex-wrap: nowrap;
        gap: 30px;
    }
    .our-projects .project__description {
        font-size: 26px;
    }
    .our-projects .project__body {
        min-height: 300px;
    }
    .feedback-cards-card {
        min-height: 410px;
    }
    .contact-text {
        width: 100%;
        min-width: 270px;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 55px;
        margin-top: 0;
    }
    .block-title {
        font-size: 36px;
    }
    .expertise-title {
        height: auto;
        padding: 9px 0 10px;
    }
    .expertise .yellow-line {
        height: 570px;
    }
    .expertise .parallax-block {
        height: 530px;
    }
    .video-block {
        min-height: 300px;
    }
    .expertise-des .yellow-line-wrapper::after {
        left: -140px;
    }
    .expertise-des .parallax-block-rect::after {
        width: 100px;
        height: 15px;
        top: 205px;
        left: 160px;
    }
    .expertise-text-wrapper {
        padding: 0 15px;
    }
    .expertise-title .small-text-wrapper {
        left: 15px;
    }
    .footer {
        padding: 40px 0 35px !important;
    }
    .page-header .header-container {
        padding: 13px 18px 13px 9px;
    }
    .container {
        max-width: 100%;
        padding-left: 17px;
        padding-right: 17px;
    }
    section.feedback.common-section {
        padding-top: 100px;
    }
    .main-block .main-text-wrapper,.main-block .text-wrapper {
        width: 100%;
    }
    .main-block .block-title.block-title-top.animated-main-title {
        display: flex;
        white-space: nowrap;
        gap: 14px;
    }
    .hero__text-block {
        margin-bottom: 50px;
    }
    .choose-reasons__block-content .steps .step-title {
        font-size: 23px;
    }
    .choose-reasons__block-content .steps .step-checkmark {
        width: 60px;
        height: 60px;
        background: url(../images/checkmark.png) no-repeat center / 60px 60px;
        background-color: #fff;
    }
    .visionary-teams__block-top .block-title {
        margin-bottom: 40px;
    }
    .footer__right-row-item {
        width: 100%;
    }
    .visionary-teams__card {
        padding: 20px;
    }
    .hero__text-block .yellow-back  {
        max-width: 280px;
    }
    .hero__text-block .block-title {
        min-height: 85px;
    }
    .visionary-teams__block::before, .visionary-teams__block::after {
        display: none;
    }
    .visionary-teams__block-content {
        max-height: unset;
    }
}
@media screen and (max-width: 767px) {
    .page-header .header-container {
        padding: 13px 12px;
    }
    .block-title {
        font-size: 26px;
    }
    .video-block {
        min-height: auto;
    }
    .common-section {
        padding: 40px 0;
    }
    section.bannersection.common-section {
        padding-top: 50px;
    }
    .expertise-text {
        font-size: 15px;
        line-height: 26px;
    }
    .expertise-text:not(:first-child) {
        margin-top: 18px;
    }
    .expertise-title {
        height: auto;
        padding: 9px 0 32px;
    }
    .expertise-text-wrapper {
        margin-top: 80px;
    }
    .expertise-text-wrapper {
        padding: 0;
    }
    .expertise-title .small-text-wrapper {
        left: 0px;
    }
    .view-box {
        padding: 13px;
    }
    .discover-names__card {
        width: calc(50% - 7px);
    }
    .discover-names__cards {
        flex-wrap: wrap;
        gap: 14px;
    }
    .our-projects .project__body {
        flex-wrap: wrap;
        gap: 30px;
        flex-direction: column-reverse;
    }
    .our-projects .project__info {
        max-width: 100%;
    }
    .our-projects.our-projects-list .project__media {
        position: static;
        width: 100%;
        max-width: 100%;
    }
    
    .our-projects .project__body {
        padding: 20px;
    }
    .our-projects .project__description {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .our-projects .project__body {
        min-height: 350px;
    }
    .our-projects__title .block-title {
        margin-bottom: 30px;
    }
    .our-projects.our-projects-list .project {
        margin-bottom: 25px;
    }
    .feedback-cards-card {
        min-height: auto;
    }
    .contact-managers {
        gap: 20px;
    }
    .footer__left {
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__left-content {
        margin-left: 0;
        width: 100%;
    }
    .footer__right {
        flex-wrap: wrap;
    }
    
    .footer__wrapper.footer__bottom {
        flex-wrap: wrap;
        gap: 0;
    }
    .footer__bottom {
        margin-top: 50px;
    }
    .banner-left-content .block-title {
        margin-bottom: 25px;
    }
    .footer {
        padding: 20px 0 35px !important;
    }
    .contact-form {
        padding: 30px 20px 30px 20px;
    }
    .contact-form .form-title {
        font-size: 17px;
    }
    .regular-text {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-form-wrap .decor-line {
        top: -5%;
        left: 54%;
        height: 110%;
        transform: rotate(17deg);
    }
    .decor-line {
        width: 10px;
    }
    .expertise-des .yellow-line-wrapper::before {
        height: 10px;
    }
    .expertise-des .yellow-line-wrapper::after {
        height: 10px;
    }
    .expertise-des .parallax-block-rect::after {
        height: 10px;
        left: 100px;
    }
    .expertise .yellow-line {
        width: 10px;
    }
    .expertise .yellow-line .yellow-line-animate {
        width: 10px;
    }
    .expertise .parallax-block {
        height: 400px;
    }
    .expertise .yellow-line {
        height: 440px;
    }
    .expertise .expertise-des .parallax-block-img {
        width: 65%;
    }
    .expertise-mob .parallax-block-mob {
        left: 50%;
    }
    .drawer ul.list-group li {
        padding: 8px 50px;
        border: none;
    }
    .drawer ul.list-group li a {
        font-size: 16px;
    }
    .page-header .logo {
        width: 120px;
        height: 45px;
    }
    .hero .hero-avatars__box img {
        width: 50px;
        height: 50px;
    }
    .hero .hero-avatars__circle {
        width: 50px;
        height: 50px;
        font-size: 14px;    
    }
    .hero .hero-avatars {
        flex-wrap: wrap;
        gap: 20px;
    }
    .hero .hero-grid-item:nth-child(3), .hero .hero-grid-item:nth-child(6) {
        display: none;
    }
    .choose-reasons__block-content {
        display: flex;
        flex-direction: column;
    }
    .choose-reasons__block-content .steps {
        flex-direction: column;
        height: auto;
        gap: 0;
        margin-bottom: 0;
    }
    .choose-reasons__block-content .steps-path-line {
        top: 0;
        left: -180px;
        width: 420px;
        transform: rotate(90deg) translateX(50%);
    }
    .choose-reasons__block-content .steps .step {
        flex-direction: row;
        min-height: 140px;
        width: 100%;
        gap: 16px;
    }
    .choose-reasons__block-content .steps .step-title {
        font-size: 21px;
        line-height: 34px;
    }
    .choose-reasons__block-content .steps .step-checkmark {
        min-width: 50px;
    }
    .choose-reasons__block-content .steps .step-checkmark {
        width: 50px;
        height: 50px;
        background: url(../images/checkmark.png) no-repeat center / 50px 50px;
        background-color: #fff;
    }
    .choose-reasons__block-content {
        margin-top: 50px;
    }
    .visionary-teams__block-top .block-title {
        margin-bottom: 20px;
    }
    .visionary-teams__card {
        padding: 15px;
    }
    .visionary-teams__block-content {
        padding: 15px;
    }
    .visionary-teams__card img {
        width: 42px;
    }
    .visionary-teams__card-title {
        font-size: 1rem;
        margin-left: 16px;
    }
    .hero__text-block .block-title {
        min-height: 70px
    }
}

@media screen and (max-width: 575px) {
    .discover-names__card {
        width: 100%;
    }
    
    .hero .hero-grid {
       display: flex;
       flex-wrap: wrap;
    }
    .hero .hero-grid-item {
        width: 100%;
        min-height: 120px;
    }
}