@charset "UTF-8";

@font-face {
    src: url(../fonts/Gilroy-Extrabold.woff2) format('woff2');
    src: url(../fonts/Gilroy-Extrabold.woff) format('woff');
    src: url(../fonts/Gilroy-Extrabold.ttf) format('truetype');
    font-family: Gilroy;
    font-weight: 800; font-display: swap;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Gilroy-Heavy.woff2) format('woff2');
    src: url(../fonts/Gilroy-Heavy.woff) format('woff');
    src: url(../fonts/Gilroy-Heavy.ttf) format('truetype');
    font-family: Gilroy;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Roboto-Black.woff2) format('woff2');
    src: url(../fonts/Roboto-Black.woff) format('woff');
    src: url(../fonts/Roboto-Black.ttf) format('truetype');
    font-family: Roboto;
    font-weight: 800; font-display: swap;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Roboto-Light.woff2) format('woff2');
    src: url(../fonts/Roboto-Light.woff) format('woff');
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Roboto-Medium.woff2) format('woff2');
    src: url(../fonts/Roboto-Medium.woff) format('woff');
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    src: url(../fonts/Roboto-Regular.woff2) format('woff2');
    src: url(../fonts/Roboto-Regular.woff) format('woff');
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
    font-family: Roboto;
    font-weight: 400; font-display: swap;
    font-style: normal;
    font-display: swap;
}

*,
::after,
::before {
    vertical-align: baseline;
    margin: 0;
    border: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:active,
:focus,
a:active,
a:focus {
    outline: 0;
}

aside,
footer,
header,
nav,
section {
    display: block;
}

body,
html {
    height: 100%;
    min-width: 320px;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

button,
input,
textarea {
    font-family: Roboto, sans-serif;
}

input::-ms-clear {
    display: none;
}

button {
    border-width: 0;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

dd,
ol,
ul {
    list-style: none;
}

img {
    vertical-align: top;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.57;
    color: #576570;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 62px;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

.container {
    margin: 0 auto;
    padding: 0 14px;
    width: 100%;
    max-width: 940px;
}

.section {
    padding-top: 30px;
}

.section:last-child {
    margin-bottom: 30px;
}

.tech+.ask {
    margin-top: 30px;
}

.ask+.case {
    padding-top: 50px;
}

.privacy {
    margin-bottom: 30px;
}

.header {
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: #f8f8fa;
}

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

.header__logo {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
    max-width: 110px;
}

.header__logo img {
    max-width: 100%;
    height: auto;
}

.header__contact.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    height: 52px;
    font-weight: 500;
    font-size: 17px;
    color: #0082e9;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header__contact.menu__link svg {
    margin-right: 10px;
    width: 26px;
    height: 21px;
    fill: #0082e9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header__contact.menu__link:hover {
    color: #bcc8dc;
}

.header__contact.menu__link:hover svg {
    fill: #bcc8dc;
}

.header__contact.menu__link:active {
    color: #fff;
    background-color: #0082e9;
}

.header__contact.menu__link:active svg {
    fill: #fff;
}

.menu__icon {
    position: relative;
    display: none;
}

.menu__icon._active {
    background-color: #e4e6eb;
}

.menu__list>li {
    position: relative;
    margin: 0 0 0 5px;
}

.menu__link {
    display: block;
    padding: 0 10px;
    height: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 16px;
    line-height: 52px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #58677e;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu__link:hover {
    border-radius: 2px;
    color: #fff;
    background-color: #e4e6eb;
}

.menu__sub-list {
    position: relative;
    min-width: 200px;
}

.menu__sub-link {
    display: block;
    border: 1px solid #e4e6eb;
    border-radius: 2px;
    padding: 10px;
    font-weight: 300;
    color: #58677e;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu__sub-link:hover {
    color: #fff;
    background-color: #e4e6eb;
}

.menu__arrow {
    display: none;
}

body._pc .menu__list>li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body._touch .menu__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

body._touch .menu__arrow {
    display: block;
    margin: 0 15px 0 5px;
    border: solid #6f7f9a;
    border-width: 0 2px 2px 0;
    padding: 3px;
    width: 0;
    height: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

body._touch .menu__list>li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: all;
}

body._touch .menu__list>li._active .menu__arrow {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.breadcrumb {
    padding: 0 0 15px;
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.breadcrumb__item {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb__item:not(:last-child)::after {
    content: '/';
    margin: 0 5px;
}

.breadcrumb__item:not(:last-child):hover {
    color: #0082e9;
}

.breadcrumb__item:last-child * {
    font-weight: 400; font-display: swap;
    cursor: text;
}

.breadcrumb__link {
    text-transform: capitalize;
}

.title-page {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: #0082e9;
}

.title {
    padding-right: 15px;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 18px;
    text-transform: uppercase;
    color: #0082e9;
}

.title-block {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 17px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #57657c;
}

.title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.title_icon img {
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
}

.title_icon .title-page {
    margin-bottom: 0;
}

.title-text {
    font-weight: 500;
    font-size: 17px;
    color: #0082e9;
}

.text {
    line-height: 1.57;
}

.text_privacy.text {
    margin-bottom: 10px;
}

.text+.text {
    margin-top: 27px;
}

.text+.title-text {
    margin-top: 10px;
}

.title-text+.text {
    margin-top: 15px;
}

.text+.title-page {
    margin-top: 20px;
}

.text+.lists,
.text+.lists2 {
    margin-top: 20px;
}

.title-page+.text {
    margin-top: 15px;
}

.title-block+.text {
    margin-top: 20px;
}

.title-block+.descr {
    margin-top: 20px;
}

.text+.title-block {
    margin-top: 25px;
}

.title-block+.counter,
.title-block+.list {
    margin-top: 20px;
}

.text+.counter {
    margin-top: 20px;
}

.text+.list {
    margin-top: 15px;
}

.row+.text {
    margin-top: 20px;
}

.list+.text {
    margin-top: 15px;
}

.list+.title-text {
    margin-top: 20px;
}

.list+.title-block {
    margin-top: 20px;
}

.text-link {
    margin-bottom: 30px;
    font-weight: 500;
}

.text-link a {
    text-transform: uppercase;
    color: #0082e9;
}

.descr {
    padding-bottom: 20px;
    font-weight: 500;
}

.screen {
    padding-bottom: 90px;
}

.screen .container {
    position: relative;
}

.screen__title {
    margin-bottom: 30px;
    padding-top: 30px;
}

.screen__title_h1 {
    min-height: 121px;
    max-width: 350px;
}

.typed {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 32px;
    line-height: 1.13;
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: #0082e9;
}

.typed-cursor {
    margin-left: 8px;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.13;
    color: #0082e9;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-get {
    border: solid 1px #0082e9;
    width: 100%;
    height: 44px;
    color: #fff;
    background-color: #0082e9;
}

.btn-get:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    color: #bcc8dc;
    background-color: #fff;
}

.btn-get:active {
    border: solid 1px #bcc8dc;
    color: #0082e9;
    background-color: #fff;
}

.btn-get_o {
    margin: 0 auto;
    width: 100%;
    height: 44px;
    color: #0082e9;
    background-color: #fff;
}

.btn-get_o:hover {
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    color: #bcc8dc;
    background-color: #fff;
}

.btn-get_o:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #0082e9;
}

.btn-check {
    margin: 0 auto;
    border: solid 1px #bcc8dc;
    width: 100%;
    height: 36px;
    color: #0082e9;
    background-color: #fff;
}

.btn-check:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    color: #bcc8dc;
    background-color: #fff;
}

.btn-check:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #0082e9;
}

.btn-more {
    width: 32px;
    height: 32px;
    color: #0082e9;
}

.btn-more svg {
    width: 10px;
    height: 10px;
    fill: #0082e9;
}

.btn-more:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    color: #bcc8dc;
    background-color: #f8f8fa;
}

.btn-more:active {
    border: 0;
    color: #fff;
    background-color: #0082e9;
}

.clients {
    background-color: #f9f9fb;
}

.clients__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clients__list li {
    width: 50%;
    line-height: 1;
    text-align: center;
}

.clients__link {
    display: block;
    margin: 15px 0;
    line-height: 1;
}

.clients__link svg {
    fill: #57657c;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.clients__link:link svg {
    fill: #57657c;
    opacity: 0.8;
}

.clients__link:hover svg {
    opacity: 0.5;
}

.clients__link:active svg {
    fill: #0082e9;
    opacity: 1;
}

.expertise__link {
    display: block;
}

.expertise__link:hover .title-block {
    color: #57657c;
    opacity: 0.5;
}

.expertise__link:hover.expertise-wrap {
    border: solid 1px rgba(87, 101, 124, 0.5);
}

.expertise__link:active .title-block {
    color: #0082e9;
    opacity: 1;
}

.expertise__link:active.expertise-wrap {
    border: solid 1px #0082e9;
}

.expertise-col {
    width: 100%;
}

.expertise-col__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.expertise-col__title .title-block {
    margin-bottom: 0;
    line-height: 1.3;
}

.expertise-wrap {
    margin-bottom: 40px;
    border: solid 1px #0082e9;
    border-radius: 2px;
    padding: 14px;
}

.expertise-wrap .expertise-col {
    width: 100%;
}

.expertise-wrap .title-block {
    display: block;
    margin-bottom: 15px;
    line-height: 1;
}

.expertise-wrap:nth-child(1) {
    margin-top: 40px;
}

.expertise-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 12px;
    width: 48px;
    height: 48px;
}

.expertise-item img {
    width: 100%;
}

.expertise__text .title-block+.text {
    margin-bottom: 8px;
}

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

.lists .list {
    width: 25%;
}

.lists .list li {
    min-width: 100%;
}

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

.list li span {
    font-weight: 300;
}

.list li:not(:last-child) {
    margin-bottom: 9px;
}

.list_1 {
    margin-bottom: 20px;
}

.list_1 li {
    line-height: 1.41;
}

.marker {
    position: relative;
    padding: 0 0 0 20px;
}

.marker::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background-image: url(../img/list-marker.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.check {
    position: relative;
    padding: 0 0 0 30px;
}

.check::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon-mark.svg) top center no-repeat;
}

.check:last-child {
    margin-bottom: 0;
}

.counter {
    counter-reset: item;
    list-style-type: none;
    margin-bottom: 20px;
}

.counter li {
    position: relative;
}

.counter li::before {
    counter-increment: item;
    content: counter(item) '. ';
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #576570;
}

.slick-slider {
    position: relative;
    min-width: 0;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slick-track {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.slick-slide {
    position: relative;
}

.slider {
    position: relative;
    margin: 0 -10px;
}

.slider__item {
    padding: 0 10px;
    width: 100%;
    min-height: 100%;
}

.slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.slider .slick-dots li {
    list-style: none;
    margin: 0 5px;
}

.slider .slick-dots button {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    font-size: 0;
    background-color: #bcc8dc;
}

.slider .slick-dots li.slick-active button {
    background-color: #0082e9;
}

.work-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.work__img {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    padding-bottom: 33%;
    height: 0;
}

.work__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.work__img.work__img1 {
    padding-bottom: 35%;
}

.work__body {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: solid 1px #f8f8fa;
    border-radius: 2px;
    padding: 10px;
    background-color: #f8f8fa;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.work__body:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
}

.work__body:hover .title-block {
    color: #57657c;
    opacity: 0.5;
}

.work__body:active {
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    background-color: #fff;
}

.work__body:active .title-block {
    color: #0082e9;
    opacity: 1;
}

.work__title {
    margin-bottom: 10px;
}

.testimonials__body {
    padding: 15px;
}

.testimonials__photo {
    display: none;
}

.testimonials__photo img {
    max-width: 100%;
}

.testimonials__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    border-radius: 2px;
    height: 100%;
}

.testimonials__item .user__name {
    font-weight: 800; font-display: swap;
    font-size: 17px;
    text-transform: uppercase;
}

.testimonials__item:nth-last-child(1) {
    margin-bottom: 0;
}

.testimonials__item:nth-child(even) {
    color: #fff;
    background-color: #0082e9;
}

.testimonials__item:nth-child(even) .user__company,
.testimonials__item:nth-child(even) .user__name {
    color: #fff;
}

.testimonials__item:nth-child(even) .testimonials__text::before {
    background: url(../img/quotes_3.svg);
}

.testimonials__item:nth-child(odd) {
    background-color: #f8f8fa;
}

.testimonials__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.testimonials__text {
    position: relative;
    padding-left: 30px;
    line-height: 1.57;
}

.testimonials__text::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/quotes_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.user__photo {
    overflow: hidden;
    margin-right: 20px;
    border-radius: 2px;
    width: 60px;
    height: 60px;
}

.user__photo img {
    max-width: 100%;
    height: auto;
}

.user__info {
    font-size: 17px;
}

.user__name {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.18;
    color: #0082e9;
}

.user__company {
    font-weight: 300;
    line-height: 1.18;
    color: #57657c;
}

.user__logo {
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    border-radius: 2px;
    width: 54px;
    height: 54px;
}

.user__logo img {
    max-width: 100%;
}

.about__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.about__item:nth-child(3),
.about__item:nth-child(8) {
    display: none;
}

.about__img {
    overflow: hidden;
    border-radius: 2px;
    padding: 3px;
    width: 85px;
    height: 83px;
}

.about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -8px;
}

.about__text {
    padding: 10px;
    width: 100%;
}

.gotoup {
    position: fixed;
    left: 0;
    right: 5px;
    bottom: 5px;
    z-index: 4;
    display: none;
    margin: auto;
    max-width: 940px;
}

.gotoup a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: right;
    margin-right: -1px;
    border: 0 solid #fff;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    background-color: #0082e9;
    cursor: pointer;
}

.gotoup a::after {
    content: '';
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}

.gotoup a:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    background-color: #fff;
}

.gotoup a:hover::after {
    border-bottom: 6px solid #57657c;
    opacity: 0.5;
}

.gotoup a:active::after {
    border-bottom: 6px solid #0082e9;
    opacity: 1;
}

.gotoup a.darkBg {
    background-color: #fff;
}

.gotoup a.darkBg::after {
    content: '';
    border-right: 4px solid transparent;
    border-bottom: 6px solid #57657c;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}

.gotoup a.darkBg:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
}

.gotoup a.darkBg:hover::after {
    opacity: 0.5;
}

.gotoup a.darkBg:active::after {
    border-bottom: 6px solid #0082e9;
    opacity: 1;
}

.ask {
    margin-top: 20px;
    padding: 30px 0;
    background: #0082e9;
}

.ask__wrap {
    text-align: center;
}

.ask .title {
    margin-bottom: 20px;
    color: #fff;
}

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

.ask1 {
    margin: 90px 0;
}

.features__holder2 {
    margin: 20px 0;
}

.features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px;
}

.features__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    width: 90px;
    height: 90px;
}

.features__icon img {
    max-width: 100%;
}

.features__title {
    margin-bottom: 4px;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 17px;
    text-transform: uppercase;
}

.features__photo {
    margin: 20px 0;
}

.features__photo img {
    max-width: 100%;
}

.ranking {
    margin: 20px 0 0;
}

.ranking__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.ranking__links {
    margin: 30px auto 0;
    width: 150px;
}

.ranking__link {
    margin-bottom: 30px;
}

.ranking__item {
    margin-bottom: 15px;
    border-radius: 2px;
    padding: 15px;
    background-color: #f8f8fa;
}

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

.ranking__item_vertical .ranking__icon {
    width: 75px;
    height: 75px;
}

.ranking__item_horisontal {
    margin-bottom: 30px;
}

.ranking__item_horisontal .ranking__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ranking__item_horisontal .ranking__icon {
    margin-right: 20px;
    margin-bottom: 0;
    width: 38px;
    height: 38px;
}

.ranking__item_horisontal .ranking__title {
    margin-bottom: 4px;
}

.ranking__item_horisontal .ranking__text {
    margin-bottom: 0;
}

.ranking__item_horisontal .ranking__stars {
    justify-content: flex-start;
}

.ranking__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}

.ranking__icon img {
    max-width: 100%;
}

.ranking__title {
    margin-bottom: 5px;
}

.ranking__text {
    line-height: 1.3;
}

.ranking__btn {
    margin-left: auto;
}

.ranking__btn .more-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.companys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px;
}

.company-card {
    margin-bottom: 30px;
    color: #fff;
}

.company-card__img {
    padding-bottom: 34%;
}

.company-card .company__text {
    margin-bottom: 0;
}

.company {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 29px;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f8f8fa;
}

.company-nav a {
    margin: 3px 10px 3px 0;
    border-radius: 2px;
    padding: 3px 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company-nav a:active,
.company-nav a:hover {
    color: #fff;
    background-color: #0082e9;
}

.company__item {
    position: relative;
    display: block;
    height: auto;
}

.company__ibg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.company__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 0 2px 2px 0;
    padding: 10px 15px;
    height: 100%;
    background-color: #0082e9;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 20px;
    line-height: 1.5;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company__name::before {
    content: '';
    margin-right: 13px;
    background-position: 0 0;
}

.company__name_gett::before {
    width: 66px;
    height: 32px;
    background: url(../img/cases-logo-gett.png) center no-repeat;
    background-size: 100%;
}

.company__name_bc::before {
    width: 23px;
    height: 32px;
    background: url(../img/cases-logo-better.png) center no-repeat;
    background-size: 100%;
}

.company__name_bezeq::before {
    width: 23px;
    height: 32px;
    background: url(../img/cases-logo-bezeq.png) center no-repeat;
    background-size: 100%;
}

.company__name_vatbox::before {
    width: 63px;
    height: 32px;
    background: url(../img/cases-logo-vatbox.png) center center no-repeat;
    background-size: 100%;
}

.company__name_so::before {
    width: 33px;
    height: 33px;
    background: url(../img/cases-logo-simple-order.png) center no-repeat;
    background-size: 100%;
}

.company__name_nicas::before {
    width: 92px;
    height: 32px;
    background: url(../img/cases-logo-nicas.png) center no-repeat;
    background-size: 100%;
}

.company__name_smupp::before {
    width: 26px;
    height: 32px;
    background: url(../img/cases-logo-smupp.png) center no-repeat;
    background-size: 100%;
}

.company__name_twingate::before {
    width: 32px;
    height: 32px;
    background: url(../img/twingate_white.png) center no-repeat;
    background-size: 100%;
}

.company__name_iroofing::before {
    width: 32px;
    height: 32px;
    background: url(../img/cases-logo-iroofing.png) center no-repeat;
    background-size: 100%;
}

.company__name_recruiting::before {
    width: 32px;
    height: 32px;
    background: url(../img/cv.png) center no-repeat;
    background-size: 100%;
}

.company__name_ntg::before {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133' height='44' viewBox='0 0 133 44'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff'%3E%3Cg%3E%3Cpath d='M95.68 8.53c2.228-.106 4.387.794 5.88 2.45V8.826h7.787v8.355c1.503-5.58 5.713-8.65 11.2-8.65 7.642 0 11.856 5.586 11.856 12.494l.002 3.58h-15.776c0 2.155 1.666 4.115 4.655 4.115 2.79 0 4.015-.787 5.435-2.208l4.8 4.802c-2.692 2.694-5.34 4.165-10.239 4.165-4.784 0-10.16-1.424-11.935-8.214v6.007c0 6.222-4.704 10.729-11.906 10.729-3.694 0-6.857-.634-9.46-2.34 1.694-1.726 3.424-3.466 5.136-5.178 1.286.508 2.657.764 4.04.757 3.379 0 4.156-2.305 4.156-4.017v-1.91c-1.496 1.508-3.562 2.31-5.683 2.205-2.291.085-4.519-.763-6.173-2.351-2.4-2.4-2.45-5.34-2.45-10.142-.07-2.003.04-4.01.33-5.993l-3.712 3.712c-.234-.345-2.052-2.844-4.863-2.844-.07 0-.14 0-.21.005-1.984.1-3.512 1.788-3.412 3.772v7.552l-8.035 8.035V8.826h7.844v2.156c1.3-1.445 3.478-2.45 6.642-2.45 2.744-.046 5.392 1.006 7.357 2.921.16-.194.326-.385.513-.57 1.673-1.59 3.916-2.436 6.222-2.352zM13.23.007c3.183-.096 6.295.947 8.778 2.941V.301h8.036v10.68c1.525-1.553 3.605-2.435 5.781-2.45 5.684 0 8.427 4.214 8.427 9.554v4.69c1.332-2.063 3.861-3.514 7.8-3.514h5.34v-.686c0-2.402-1.177-3.283-3.967-3.283-1.608-.13-3.178.528-4.215 1.764l-4.997-4.997c2.695-2.695 5.144-3.528 9.603-3.528 7.544 0 11.612 3.135 11.615 9.554v17.099h-7.84v-2.157c-1.488 1.66-3.655 2.545-5.879 2.4-2.337.09-4.612-.755-6.323-2.35-.444-.45-.827-.958-1.138-1.509v3.615h-8.035V19.211c0-2.842-2.058-3.429-3.087-3.429-1.028 0-3.086.587-3.086 3.43v15.971H22.01v-2.647c-2.483 1.994-5.595 3.037-8.778 2.941-3.641.113-7.162-1.31-9.704-3.92C.195 28.226.007 23.885 0 19.196v-2.907c.006-4.69.195-9.03 3.526-12.363C6.068 1.315 9.588-.107 13.229.006zm44.162 24.595h-4.066c-1.568 0-2.548.882-2.548 2.106 0 1.176.882 2.206 2.646 2.206 1.568 0 2.303-.148 3.184-.98.588-.54.784-1.372.784-2.646V24.6zM22.007 6.76c-1.146 1.142-2.29 2.287-3.431 3.43-1.256-1.649-3.226-2.595-5.298-2.544-1.294-.063-2.543.48-3.38 1.47l-.046.06-.09.125c-.71 1.007-1.187 2.443-1.187 8.44v.369c.021 6.05.554 7.246 1.323 8.255.837.99 2.086 1.533 3.38 1.47 3.293 0 5.196-2.727 5.196-2.727l3.533 3.531zm76.169 9.023c-2.94 0-3.136 2.547-3.136 5.242v.197c.011 2.62.268 5.045 3.136 5.045 2.94 0 3.135-2.547 3.135-5.242s-.196-5.242-3.135-5.242zm22.373-.637c-1.91 0-2.988.931-3.478 2.057-.305.643-.457 1.347-.444 2.058h7.845c.013-.71-.14-1.415-.444-2.058-.49-1.126-1.57-2.057-3.479-2.057z' transform='translate(-132 -50) translate(132 50)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.company__text {
    margin-bottom: 15px;
}

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

.company__tags li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company__list li {
    width: 100%;
}

.company__list li:not(:last-child) {
    margin-bottom: 17px;
}

.company__id {
    height: 24px;
}

.company__id svg {
    width: 24px;
    height: 24px;
    fill: rgba(255, 255, 255, 0.78);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company:hover .company__body {
    background-color: #fff;
}

.company:hover .company__text {
    color: #576570;
}

.company:hover .company__tags li {
    background-color: #0082e9;
}

.company:hover .company__id svg {
    fill: #0082e9;
}

.company:hover .company__name {
    color: #0082e9;
}

.company:hover .company__name::before {
    content: '';
    display: inline-block;
    margin-right: 13px;
}

.company:hover .company__name_gett::before {
    background: url(../img/portfolio-logo-gett-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_bc::before {
    background: url(../img/portfolio-logo-better-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_bezeq::before {
    background: url(../img/portfolio-logo-bezeq-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_vatbox::before {
    background: url(../img/portfolio-logo-vatbox-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_nicas::before {
    background: url(../img/portfolio-logo-nicas-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_smupp::before {
    background: url(../img/portfolio-logo-smup-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_satellite::before {
    background: url(../img/portfolio-logo-satelite-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_twingate::before {
    background: url(../img/twingate_blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_recruiting::before {
    background: url(../img/cv-blue.png) center no-repeat;
    background-size: 100%;
}

.company:hover .company__name_ntg::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133' height='44' viewBox='0 0 133 44'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230082e9'%3E%3Cg%3E%3Cpath d='M95.68 8.53c2.228-.106 4.387.794 5.88 2.45V8.826h7.787v8.355c1.503-5.58 5.713-8.65 11.2-8.65 7.642 0 11.856 5.586 11.856 12.494l.002 3.58h-15.776c0 2.155 1.666 4.115 4.655 4.115 2.79 0 4.015-.787 5.435-2.208l4.8 4.802c-2.692 2.694-5.34 4.165-10.239 4.165-4.784 0-10.16-1.424-11.935-8.214v6.007c0 6.222-4.704 10.729-11.906 10.729-3.694 0-6.857-.634-9.46-2.34 1.694-1.726 3.424-3.466 5.136-5.178 1.286.508 2.657.764 4.04.757 3.379 0 4.156-2.305 4.156-4.017v-1.91c-1.496 1.508-3.562 2.31-5.683 2.205-2.291.085-4.519-.763-6.173-2.351-2.4-2.4-2.45-5.34-2.45-10.142-.07-2.003.04-4.01.33-5.993l-3.712 3.712c-.234-.345-2.052-2.844-4.863-2.844-.07 0-.14 0-.21.005-1.984.1-3.512 1.788-3.412 3.772v7.552l-8.035 8.035V8.826h7.844v2.156c1.3-1.445 3.478-2.45 6.642-2.45 2.744-.046 5.392 1.006 7.357 2.921.16-.194.326-.385.513-.57 1.673-1.59 3.916-2.436 6.222-2.352zM13.23.007c3.183-.096 6.295.947 8.778 2.941V.301h8.036v10.68c1.525-1.553 3.605-2.435 5.781-2.45 5.684 0 8.427 4.214 8.427 9.554v4.69c1.332-2.063 3.861-3.514 7.8-3.514h5.34v-.686c0-2.402-1.177-3.283-3.967-3.283-1.608-.13-3.178.528-4.215 1.764l-4.997-4.997c2.695-2.695 5.144-3.528 9.603-3.528 7.544 0 11.612 3.135 11.615 9.554v17.099h-7.84v-2.157c-1.488 1.66-3.655 2.545-5.879 2.4-2.337.09-4.612-.755-6.323-2.35-.444-.45-.827-.958-1.138-1.509v3.615h-8.035V19.211c0-2.842-2.058-3.429-3.087-3.429-1.028 0-3.086.587-3.086 3.43v15.971H22.01v-2.647c-2.483 1.994-5.595 3.037-8.778 2.941-3.641.113-7.162-1.31-9.704-3.92C.195 28.226.007 23.885 0 19.196v-2.907c.006-4.69.195-9.03 3.526-12.363C6.068 1.315 9.588-.107 13.229.006zm44.162 24.595h-4.066c-1.568 0-2.548.882-2.548 2.106 0 1.176.882 2.206 2.646 2.206 1.568 0 2.303-.148 3.184-.98.588-.54.784-1.372.784-2.646V24.6zM22.007 6.76c-1.146 1.142-2.29 2.287-3.431 3.43-1.256-1.649-3.226-2.595-5.298-2.544-1.294-.063-2.543.48-3.38 1.47l-.046.06-.09.125c-.71 1.007-1.187 2.443-1.187 8.44v.369c.021 6.05.554 7.246 1.323 8.255.837.99 2.086 1.533 3.38 1.47 3.293 0 5.196-2.727 5.196-2.727l3.533 3.531zm76.169 9.023c-2.94 0-3.136 2.547-3.136 5.242v.197c.011 2.62.268 5.045 3.136 5.045 2.94 0 3.135-2.547 3.135-5.242s-.196-5.242-3.135-5.242zm22.373-.637c-1.91 0-2.988.931-3.478 2.057-.305.643-.457 1.347-.444 2.058h7.845c.013-.71-.14-1.415-.444-2.058-.49-1.126-1.57-2.057-3.479-2.057z' transform='translate(-132 -50) translate(132 50)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
}

.order .company__id {
    height: 24px;
}

.order .company__id svg {
    width: 24px;
    height: 24px;
}

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ibg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.portfolio .title-block {
    margin-bottom: 8px;
}

.portfolio .title-row .title {
    margin-bottom: 0;
}

.row_offset {
    margin-bottom: 20px;
}

.col img,
.col-img img {
    max-width: 100%;
}

.col-img {
    margin: 28px 0;
    text-align: center;
}

.col-img_full {
    margin: 28px 0;
}

.col-img_full img {
    max-width: 100%;
}

.col-img_smupp {
    margin-bottom: 0;
}

.col-list__item {
    margin-bottom: 14px;
}

.col-list__item_title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.29;
    color: #0082e9;
}

.col-list__item_title::before {
    content: url(../img/list-marker.svg);
    margin-right: 14px;
}

.blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    border-radius: 2px;
    padding: 14px;
    font-style: italic;
    color: #fff;
    background-color: #0082e9;
}

.blockquote_not-offset {
    margin-top: 0;
}

.blockquote svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 16px;
}

.blockquote__img {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center;
}

.blockquote span {
    padding-left: 13px;
}

.section.tech {
    padding-top: 50px;
}

.section.tech .title-row {
    margin-bottom: 20px;
}

.technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 10px 0;
}

.technology-info {
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 35px;
    background-color: #0082e9;
}

.technology-info .text,
.technology-info .title-page {
    color: #fff;
}

.technology__holder {
    border: solid 1px #0082e9;
}

.technology__holder:not(:last-child) {
    margin-bottom: 15px;
}

.technology__holder .technology {
    padding: 15px;
}

.technology__title {
    border-bottom: solid 1px #0082e9;
    padding: 20px 15px;
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 17px;
    line-height: 1.29;
    text-transform: uppercase;
    color: #576570;
}

.technology__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px;
    width: calc(100% / 3);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.technology__item:hover .technology__icon {
    background-color: #bcc8dc;
}

.technology__item:hover .technology__name {
    color: #bcc8dc;
}

.technology__item:active .technology__icon {
    background-color: #0082e9;
}

.technology__item:active .technology__name {
    color: #0082e9;
}

.technology__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #f8f8fa;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.technology__icon img {
    width: 35px;
    height: 35px;
}

.technology__name {
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.title_icon .icon-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    background-color: #fbfcfd;
}

.title_icon .icon-bg img {
    margin: auto;
    width: 48px;
    height: 48px;
}

.title-page+.features__holder,
.title-page+.technology__holder {
    margin-top: 20px;
}

.services__wrap {
    margin-top: 20px;
}

.services__row {
    margin-bottom: 20px;
}

.services__col img {
    max-width: 100%;
    height: auto;
}

.services__col .text {
    margin-bottom: 22px;
    line-height: 1.45;
}

.services__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services__photo span {
    width: 50%;
}

.services__photo span img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}

.services__photo span:nth-child(1) {
    margin-right: 10px;
}

.services__photo span:nth-child(2) {
    margin-left: 10px;
}

.services .company__name {
    margin-bottom: 10px;
}

.services .company__name::before {
    content: '';
    margin-right: 0;
}

.module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px 20px;
}

.module__item {
    padding: 10px;
    width: 100%;
    max-width: 320px;
}

.module__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
    color: #fff;
    background-color: #0082e9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module__body:hover {
    background-color: #f8f8fa;
}

.module__body:hover .module__title {
    color: #0082e9;
}

.module__body:hover .module__arrow svg {
    fill: #0082e9;
}

.module__body:hover .module__list {
    border-top: 1px solid #0082e9;
}

.module__body:hover .module__list .check {
    color: #576570;
}

.module__body:hover .module__list .check::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/icon-mark-hover.svg) top center no-repeat;
}

.module__title {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 24px;
    line-height: 1.29;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.module__arrow svg {
    width: 13px;
    height: 17px;
    fill: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module__link {
    display: block;
}

.module__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 16px 20px 20px 30px;
    min-height: 253px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.module__list li {
    padding-left: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.35;
}

.module__list li span {
    display: block;
    font-weight: 300;
}

.customers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-right: -7px;
    margin-left: -7px;
}

.customers li {
    padding: 7px;
    width: 25%;
}

.customers__item {
    position: relative;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    padding: 16px;
    width: 100%;
    height: 100%;
    background-color: #f8f8fa;
}

.customers__item::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.customers__item img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.why {
    margin: 30px 0;
    border: solid 1px #0082e9;
    border-radius: 2px;
    padding: 10px;
}

.why .title-block {
    margin-bottom: 14px;
}

.why__list li {
    margin-bottom: 20px;
    font-weight: 500;
}

.why .check::before {
    background-image: url(../img/icon-mark-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.what {
    margin: 30px 0;
    border-radius: 2px;
    padding: 15px;
    color: #fff;
    background-color: #0082e9;
}

.what .text b {
    font-weight: 500;
}

.what .title-block {
    margin-bottom: 30px;
    color: #fff;
}

.what__list-item:not(:last-child) {
    margin-bottom: 25px;
}

.what__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.what__icon {
    margin-right: 20px;
    width: 54px;
    height: 54px;
}

.what__title {
    font-weight: 700;
    text-transform: uppercase;
}

.what__text {
    line-height: 1.41;
}

.form * {
    outline: 0;
}

.form .name::before {
    content: url(../img/contact-people.svg);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .email::before {
    content: url(../img/contact-email.svg);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .phone::before {
    content: url(../img/contact-phone.svg);
    position: absolute;
    left: 20px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .message::before {
    content: url(../img/contact-message.svg);
    position: absolute;
    left: 20px;
    top: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form ._message {
    width: 100%;
}

.form ._protected {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.form__body {
    position: relative;
}

.form__body::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8) url(../img/loader.gif) center/50px no-repeat;
    opacity: 0;
    visibility: hidden;
}

.form__body._sending::after {
    opacity: 1;
    visibility: visible;
}

.form__title {
    margin-bottom: 30px;
    text-align: center;
}

.form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.form__item {
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}

.form__input {
    border: solid 1px #eaecef;
    border-radius: 5px;
    padding: 0 14px 0 56px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.form__input:focus {
    -webkit-box-shadow: 0 0 10px #eaecef;
    box-shadow: 0 0 10px #eaecef;
}

.form__input._error {
    -webkit-box-shadow: 0 0 10px red;
    box-shadow: 0 0 10px red;
}

.form__button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    width: 100%;
    min-height: 60px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d81e5;
    cursor: pointer;
}

.form__button:hover {
    background-color: #1d81e5;
}

.form__button:active {
    top: 3px;
}

.form__col+.form__col {
    margin-left: 20px;
}

textarea.form__input {
    padding: 20px 14px 20px 56px;
    min-height: 120px;
    resize: vertical;
}

.checkbox {
    padding-top: 10px;
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked+.checkbox__label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}

.checkbox__label::before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 0 10px 0 0;
    border-radius: 4px;
    height: 24px;
    background-color: #1d81e5;
}

.checkbox__label::after {
    content: '\2713';
    position: absolute;
    left: 6px;
    top: 2px;
    border-radius: 4px;
    width: 16px;
    height: 16px;
    font-weight: 700;
    color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    -o-transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.checkbox._error .checkbox__label::before {
    -webkit-box-shadow: 0 0 15px red;
    box-shadow: 0 0 15px red;
}

.file__item {
    position: relative;
    width: 100%;
    min-height: 60px;
}

.file__input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
}

.file__button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #eaecef;
    border-radius: 100px;
    padding: 0 20px;
    width: 100%;
    min-height: 60px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #fff;
}

.file__preview {
    display: inline-block;
    padding: 10px 0 0;
    max-width: 100px;
}

.wpcf7-form label {
    color: #57657c;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #eaecef;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s;
    transition: 0.5s;
}

.wpcf7-form-control {
    padding: 16px 14px 16px 16px;
}

.body.page-two-column:not(.archive) #primary .entry-content {
    width: 100% !important;
}

.wpcf7-textarea {
    width: 100%;
    resize: vertical;
}

.wpcf7-submit.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    width: 100%;
    max-width: 400px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d81e5;
    cursor: pointer;
}

.wpcf7-submit.button:hover {
    background-color: rgba(29, 129, 229, 0.7);
}

.wpcf7-submit.button:active {
    top: 3px;
}

.recruiting__title {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 17px;
    line-height: 1.29;
    text-transform: uppercase;
    color: #0082e9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.recruiting-bg {
    padding: 15px;
    background-color: #0082e9;
}

.recruiting-bg .title-page {
    color: #fff;
}

.recruiting-bg+h2 {
    margin-top: 30px;
}

.recruiting .text-strong {
    font-family: Gilroy, sans-serif;
    font-weight: 800; font-display: swap;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.recruiting__photo {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-height: 400px;
    aspect-ratio: 16/9;
}

.recruiting__photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recruiting__button {
    margin: 50px auto;
}

.recruiting__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    gap: 30px;
}

.recruiting__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

.recruiting__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 5px;
    width: 100%;
}

.recruiting__item .recruiting__title {
    text-transform: none;
    color: #5e6c81;
}

.recruiting__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    width: 90px;
    height: 90px;
}

.recruiting__icon img {
    max-width: 100%;
}

.rtw-offersteps {
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(180px, 0.4fr));
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 10px;
}

.rtw-offerstep {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #0082e9;
    padding: 5px 15px;
    height: 85px;
    font-size: 17px;
    line-height: 1.2;
}

.rtw-offerstep:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    border: solid transparent;
    border-width: 42.5px 0 42.5px 16px;
    border-color: transparent transparent transparent #fff;
    -webkit-filter: drop-shadow(3px 0 0 #0082e9);
    filter: drop-shadow(3px 0 0 #0082e9);
}

.rtw-offerstep:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -3.5px;
    border: solid transparent;
    border-width: 42.5px 0 42.5px 16px;
    border-color: transparent transparent transparent #fff;
    -webkit-filter: drop-shadow(3px 0 0 #0082e9);
    filter: drop-shadow(3px 0 0 #0082e9);
}

.rtw-offerstep+.rtw-offerstep {
    padding-left: 31px;
}

.rtw-offerstep:nth-child(1) {
    z-index: -2;
}

.rtw-offerstep:nth-child(2) {
    z-index: -4;
}

.rtw-offerstep:nth-child(3) {
    z-index: -6;
}

.rtw-offerstep:nth-child(4) {
    z-index: -8;
}

.rtw-offerstep:nth-child(5) {
    z-index: -10;
}

.rtw-offerstep:nth-child(6) {
    z-index: -12;
}

.rtw-offerstep:nth-child(7) {
    z-index: -14;
}

.rtw-offerstep:nth-child(8) {
    z-index: -16;
}

.rtw-offerstep:nth-child(9) {
    z-index: -18;
}

.rtw-offerstep:nth-child(10) {
    z-index: -20;
}

.company-policy {
    margin-bottom: 40px;
}

.company-policy__image {
    margin: 23px 0 26px;
    padding-top: 240px;
}

.company-policy__hold {
    margin: 30px 0 20px;
}

.company-policy__text {
    padding-right: 20px;
}

.company-policy__picture {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 290px;
}

.company-policy__picture img {
    width: 100%;
}

.blog-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog {
    display: block;
    margin-bottom: 15px;
    padding-top: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-post {
    margin-bottom: 50px;
}

.blog-post .section.ask:last-child {
    margin-bottom: 60px;
}

.blog .title-block {
    display: block;
    text-align: center;
}

.blog-post__title {
    margin-bottom: 10px;
}

.blog-post__text {
    margin-bottom: 15px;
}

.blog-post__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
}

.blog-post__tags a {
    display: block;
    margin: 3px 10px 3px 0;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #f8f8fa;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-post__tags a:active,
.blog-post__tags a:hover {
    color: #fff;
    background-color: #0082e9;
}

.blog-post__tags li+li {
    margin-top: 0;
}

.blog__info_date::after {
    content: '・';
    margin: 0 10px;
}

.blog__info_author a {
    color: #0082e9;
}

.blog__info_author a:hover {
    text-decoration: underline;
}

.blog__item {
    position: relative;
    vertical-align: baseline;
    overflow: hidden;
    margin: 20px auto;
    width: 100%;
    max-height: 320px;
    aspect-ratio: 16/9;
}

.blog__item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 2px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-nav {
    margin: 30px 0 29px;
    padding: 8px 5px;
    background-color: #f8f8fa;
}

.blog-nav ul li+li {
    margin-top: 0;
}

.blog-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.blog-nav ul li {
    margin: 2px;
}

.blog-nav li a {
    display: block;
    border-radius: 2px;
    padding: 3px 10px;
    font-family: roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #576570;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-nav a:active,
.blog-nav a:hover {
    color: #fff;
    background-color: #0082e9;
}

.tg {
    margin: 0 auto;
    border: 1px solid red;
    border-color: #9abad9;
    border-collapse: collapse;
}

.tg td {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #9abad9;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    word-break: normal;
    color: #444;
    background-color: #ebf5ff;
}

.tg th {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: #9abad9;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-weight: 400; font-display: swap;
    font-size: 14px;
    word-break: normal;
    color: #fff;
    background-color: #409cff;
}

.tg .tg-e6ut {
    vertical-align: middle;
    border-color: inherit;
    text-align: center;
    background-color: #9aff99;
}

.tg .tg-9wq8 {
    vertical-align: middle;
    border-color: inherit;
    text-align: center;
}

.tg .tg-c3ow {
    vertical-align: top;
    border-color: inherit;
    text-align: center;
}

.tg .tg-3xi5 {
    vertical-align: top;
    border-color: inherit;
    text-align: center;
    background-color: #fff;
}

.wpcf7-form input[type='email'],
.wpcf7-form input[type='number'],
.wpcf7-form input[type='password'],
.wpcf7-form input[type='search'],
.wpcf7-form input[type='tel'],
.wpcf7-form input[type='text'],
.wpcf7-form input[type='url'],
.wpcf7-form textarea {
    border: 0;
    border-radius: 0;
    padding: 12px 16px;
    width: 100%;
    color: #1f252b;
}

.wpcf7-form p {
    margin: 0 0 28px;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 1px solid rgba(84, 222, 197, 0.9);
    outline-offset: 0;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 18px;
    color: #fff;
    background: #5471de;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
    border: 0;
    padding: 18px;
    color: #fff;
    background: #f9443b;
}

span.wpcf7-not-valid-tip {
    color: #f9443b;
}

.wpcf7-form .button {
    margin-bottom: 15px;
    border: 0;
    border-radius: 1px;
    padding: 20px 42px;
    width: auto;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #14e2ae;
}

.wpcf7-form .button:hover {
    border: 0;
    -webkit-box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 0 7px 16px -7px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.pagination {
    margin: 30px 0;
    background-color: #f8f8fa;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-numbers li a {
    margin: 3px 10px 3px 0;
    border-radius: 2px;
    padding: 5px 10px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #576570;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.page-numbers li a:active,
.page-numbers li a:hover {
    color: #fff;
    background-color: #0082e9;
}

.page-numbers li a.next,
.page-numbers li a.prev {
    padding: 5px 30px;
}

.current {
    margin: 3px 10px 3px 0;
    padding: 3px 10px;
    color: #fff;
    background-color: #0082e9;
}

.dots {
    margin: 3px 10px 3px 0;
    padding: 3px 10px;
}

.footer {
    background-color: #f8f8fa;
}

.footer_desktop {
    display: none;
}

.footer_mob .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
}

.footer_mob .social li {
    margin: 0 5px;
}

.footer-row {
    padding: 10px 0 5px;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-col .title-block {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(87, 101, 124, 0.31);
    padding-bottom: 10px;
}

.footer-col_right {
    width: 530px;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
}

.footer__nav-links .footer__nav-link {
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
    padding-right: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.footer__nav-link {
    font-weight: 500;
    line-height: 1.18;
    color: #57657c;
}

.footer__nav-link:hover {
    color: rgba(87, 101, 124, 0.5);
}

.footer__nav-link:active {
    color: #0082e9;
}

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

.social li {
    margin: 0 30px 0 0;
}

.social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #fff;
    border-radius: 2px;
    width: 36px;
    height: 36px;
    background-color: #0082e9;
}

.social li a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.social li a:hover {
    border: solid 1px #bcc8dc;
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    background-color: #fff;
}

.social li a:hover svg {
    fill: #bcc8dc;
    opacity: 0.5;
}

.social li a:active {
    -webkit-box-shadow: 0 2px 4px 0 #e2e5eb;
    box-shadow: 0 2px 4px 0 #e2e5eb;
    background-color: #fff;
}

.social li a:active svg {
    fill: #0082e9;
    opacity: 1;
}

.social__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social__links .footer__nav-link {
    position: relative;
    font-weight: 700;
    line-height: 36px;
}

.social__links .footer__nav-link:not(:last-child) {
    position: relative;
}

.social__links .footer__nav-link:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 16px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #57657c;
}

.address {
    margin-bottom: 30px;
}

.address__country {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.18;
    color: #57657c;
}

.address a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 13px;
    line-height: 36px;
}

.copyright_desktop {
    display: none;
}

.cookies {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 11;
    display: none;
    border: solid 1px #57657c;
    padding: 15px;
    width: 100%;
    background-color: #f8f8fa;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.cookies_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

.cookies a {
    font-weight: 500;
    text-decoration: underline;
}

.cookies a:hover {
    text-decoration: none;
}

.cookies .text {
    margin-bottom: 20px;
    text-align: center;
}

.cookies .btn-check {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 135px;
}

@media all and (min-width: 379.98px) {
    .company-policy__picture {
        min-width: 300px;
    }
}

@media (min-width: 479.98px) {
    .screen .container::after {
        content: '';
        position: absolute;
        right: -150px;
        top: -28px;
        z-index: 0;
        width: 390px;
        height: 320px;
        background-image: url(../img/Form_2.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .testimonials__text::before {
        width: 26px;
        height: 24px;
    }

    .testimonials__text {
        padding-left: 40px;
    }
}

@media all and (min-width: 479.98px) {
    .btn-get {
        width: 220px;
    }

    .btn-get_o {
        width: 220px;
    }

    .clients__list li {
        width: auto;
    }

    .clients__list {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0 20px;
        column-gap: 40px;

    }

    /* .clients__link {
    margin-bottom: 0;
  } */
    .gett {
        margin-top: -5px;
    }

    .company__list li {
        width: 50%;
    }

    .blockquote svg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 52px;
        flex: 0 0 52px;
        height: 32px;
    }

    .blockquote__img {
        margin: 0 30px 0 0;
        width: 100px;
    }

    .technology__item {
        width: calc(100% / 4);
    }
}

@media all and (min-width: 567.98px) {
    .recruiting__item {
        padding: 15px 10px;
        width: 50%;
    }
}

@media all and (min-width: 579.98px) {

    .col-2.submit-block,
    .col-5 {
        width: 50%;
    }
}

@media all and (min-width: 767.98px) {
    main {
        margin-top: 90px;
    }

    .section {
        padding-top: 80px;
    }

    .header__contact.menu__link {
        margin-left: 15px;
    }

    .header {
        padding: 6px 0;
    }

    .menu__link {
        font-weight: 300;
        line-height: 36px;
        text-transform: none;
    }

    .menu__sub-list {
        position: absolute;
        left: 0;
        top: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(0, 10%);
        -ms-transform: translate(0, 10%);
        transform: translate(0, 10%);
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        pointer-events: none;
    }

    .breadcrumb_offset {
        margin-bottom: 20px;
    }

    .breadcrumb__item {
        font-size: 17px;
    }

    .text {
        line-height: 1.41;
    }

    .text+.title-text {
        margin-top: 10px;
    }

    .title-page+.text {
        margin-top: 20px;
    }

    .text+.title-block {
        margin-top: 20px;
    }

    .text+.list {
        margin-top: 10px;
    }

    .btn-get_o {
        margin: 0;
    }

    .btn-check {
        width: 135px;
    }

    .btn-more {
        border: solid 1px #f8f8fa;
        width: 110px;
        height: 36px;
        background-color: #f8f8fa;
    }

    .more-arrow {
        display: none;
    }

    .expertise-wrap .expertise-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .expertise-wrap {
        padding: 30px;
    }

    .expertise-item {
        margin-right: 20px;
    }

    .work__img.work__img1 {
        padding-bottom: 22%;
    }

    .testimonials__body {
        padding: 0 40px;
    }

    .testimonials__photo {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 194px;
        flex: 0 0 194px;
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: auto;
    }

    .testimonials__item .user__photo {
        display: none;
    }

    .testimonials__item .user__name {
        font-size: 24px;
    }

    .testimonials__item {
        margin: 40px 0;
    }

    .testimonials__text {
        padding-right: 55px;
    }

    .about__text {
        width: 50%;
    }

    .gotoup {
        bottom: 20px;
    }

    .ask__wrap {
        padding-left: 80px;
        text-align: left;
    }

    .ask {
        margin-top: 80px;
        padding: 80px 0;
        background: #0082e9 url(../img/bg.png) center center no-repeat;
        background-size: auto 100%;
    }

    .features__holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
    }

    .features__holder2 {
        margin: 30px -10px;
    }

    .features__item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 10px;
        width: 50%;
    }

    .features__icon {
        margin-right: 20px;
        width: 95px;
        height: 95px;
    }

    .features__photo {
        margin: 25px 0 40px;
    }

    .ranking__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px;
    }

    .ranking__links {
        width: 200px;
    }

    .ranking__item_vertical .ranking__icon {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ranking__item_vertical {
        width: 32%;
        text-align: center;
    }

    .ranking__item_horisontal .ranking__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .ranking__item_horisontal .ranking__icon {
        width: 80px;
        height: 80px;
    }

    .ranking__item_horisontal .ranking__text {
        padding-right: 120px;
    }

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

    .ranking__item {
        padding: 40px;
    }

    .ranking__title {
        margin-bottom: 10px;
    }

    .ranking__text {
        margin-bottom: 20px;
        line-height: 1.41;
    }

    .ranking {
        margin: 35px 0 0;
    }

    .ranking {
        margin: 35px 0;
    }

    .ranking {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .company-card .company__name {
        font-size: 48px;
    }

    .company__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .company__body {
        border-radius: 2px 2px 0 0;
        padding: 20px 30px;
    }

    .company__title {
        margin-bottom: 15px;
    }

    .company__name {
        font-size: 28px;
    }

    .company__text {
        margin-bottom: 24px;
    }

    .company__tags li {
        padding: 7px 14px;
        font-size: 17px;
    }

    .company__id svg {
        width: 39px;
        height: 39px;
    }

    .company__id {
        height: 39px;
    }

    .company:hover .company__name {
        font-size: 28px;
    }

    .company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }

    .order:nth-child(even) .company__item {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .company__title-big .company__name_gett::before {
        width: 102px;
        height: 48px;
    }

    .company__title-big .company__name_bc::before {
        width: 42px;
        height: 46px;
    }

    .company__title-big .company__name_bezeq::before {
        width: 42px;
        height: 46px;
    }

    .company__title-big .company__name_vatbox::before {
        width: 102px;
        height: 48px;
    }

    .company__title-big .company__name_so::before {
        width: 48px;
        height: 48px;
    }

    .company__title-big .company__name_nicas::before {
        width: 150px;
        height: 54px;
    }

    .company__title-big .company__name_smupp::before {
        width: 42px;
        height: 49px;
    }

    .company__title-big .company__name_satellite::before {
        width: 54px;
        height: 54px;
    }

    .company__title-big .company__name {
        font-size: 48px;
    }

    .portfolio .title-block {
        margin-bottom: 15px;
    }

    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .col-img {
        margin: 0;
    }

    .col:nth-child(2) {
        padding-left: 20px;
    }

    .col {
        width: 50%;
    }

    .col-list ul {
        width: 49%;
    }

    .col-list__item_title {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.18;
    }

    .col-list__item {
        margin-bottom: 20px;
    }

    .col-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blockquote span {
        padding-left: 20px;
    }

    .blockquote {
        padding: 36px 36px 34px;
    }

    .technology__holder .technology {
        padding: 30px 20px 10px;
    }

    .technology__item {
        padding: 0 0 30px;
    }

    .technology__item {
        width: calc(100% / 5);
    }

    .technology {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .services__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .services__col .text {
        margin-bottom: 0;
    }

    .services__col_text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .services__col {
        width: 49%;
    }

    .module__item {
        width: 50%;
    }

    .customers li {
        width: 20%;
    }

    .why .title-block {
        margin-bottom: 20px;
    }

    .why {
        margin-bottom: 30px;
        padding: 30px 35px;
    }

    .what {
        padding: 35px;
    }

    .recruiting-bg {
        padding: 40px;
    }

    .recruiting__list li {
        width: 48%;
    }

    .recruiting__icon {
        margin-right: 20px;
        width: 95px;
        height: 95px;
    }

    .company-policy__image {
        padding-top: 400px;
    }

    .company-policy__hold_reverse .company-policy__text {
        padding-right: 0;
        padding-left: 20px;
    }

    .company-policy__hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .company-policy__picture {
        margin: 0;
    }

    .company-policy .moved {
        margin-top: 20px;
    }

    .company-policy {
        margin-bottom: 80px;
    }

    .blog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }

    .blog-post__title {
        margin-bottom: 15px;
    }

    .blog-post__text {
        margin-bottom: 24px;
    }

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

    .blog {
        padding-top: 50px;
    }

    .blog__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        box-flex: 0;
    }

    .blog-post__title {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .blog-post__link {
        display: block;
    }

    .blog__text {
        margin-bottom: 24px;
    }

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

    .footer_desktop {
        display: block;
        padding: 60px 0 0;
    }

    .footer_mob {
        display: none;
    }

    .copyright_mob {
        display: none;
    }

    .copyright_desktop {
        display: block;
    }

    .cookies {
        padding: 20px;
    }
}

@media all and (min-width: 767px) {
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 767.98px) {
    .screen__title_h1 {
        max-width: 420px;
    }

    .expertise-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -10px;
    }

    .expertise-col {
        padding: 0 10px;
        width: 50%;
    }

    .expertise-item {
        width: 60px;
        height: 60px;
    }
}

@media all and (min-width: 960px) {
    body {
        font-size: 17px;
        line-height: 1.41;
    }

    .container {
        padding: 0;
    }

    .section:last-child {
        margin-bottom: 90px;
    }

    .privacy {
        margin-bottom: 90px;
    }

    .header__logo {
        max-width: 170px;
    }

    .header__contact.menu__link {
        height: 36px;
    }

    .header {
        padding: 27px 0;
    }

    .breadcrumb {
        padding: 20px 0;
    }

    .title-page {
        font-size: 48px;
    }

    .title {
        font-size: 28px;
    }

    .title-block {
        font-size: 24px;
    }

    .title-row {
        margin-bottom: 40px;
    }

    .title_icon img {
        margin-bottom: 0;
    }

    .title_icon .title-page {
        margin-left: 20px;
    }

    .title_icon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .clients__list {
        padding: 9px 0 16px;
    }

    .counter li::before {
        font-size: 17px;
        line-height: 1.41;
    }

    .about__img {
        margin: 8px;
        padding: 0;
        width: 140px;
        height: 136px;
    }

    .about__text {
        margin: 8px;
        padding: 0;
        max-width: 450px;
    }

    .features__title {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .ranking__item_vertical .ranking__icon {
        margin-bottom: 30px;
        width: 180px;
        height: 180px;
    }

    .ranking__item_horisontal .ranking__info {
        text-align: left;
    }

    .ranking__item {
        padding: 60px;
    }

    .ranking__info {
        text-align: center;
    }

    .ranking__stars {
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        font-family: Gilroy, sans-serif;
        font-weight: 800; font-display: swap;
        font-size: 20px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #57657c;
    }

    .ranking__stars span {
        margin-left: 5px;
    }

    .ranking__btn.btn-more svg {
        width: 15px;
        height: 15px;
    }

    .company-card {
        margin-bottom: 40px;
    }

    .company-nav a {
        margin: 0;
        padding: 8px 12px;
        font-size: 17px;
    }

    .company-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .technology__title {
        padding: 20px 30px;
        font-size: 24px;
    }

    .technology__item {
        width: calc(100% / 6);
    }

    .technology__icon img {
        width: 46px;
        height: 46px;
    }

    .technology__icon {
        margin-bottom: 20px;
        width: 100px;
        height: 100px;
    }

    .module__item {
        width: 33.3333%;
    }

    .module {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .customers li {
        width: 16.66667%;
    }

    .recruiting__title {
        font-size: 24px;
    }

    .recruiting-bg .title-page {
        font-size: 36px;
    }

    .recruiting .text-strong {
        font-size: 28px;
    }

    .blog-nav ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-pack: justify;
        flex-pack: justify;
    }

    .blog-nav li+li {
        margin-top: 0;
    }

    .blog-nav ul li a {
        margin: 0;
        padding: 8px 12px;
        font-size: 17px;
    }

    .footer-row {
        padding: 20px 0;
    }

    .footer-col_right {
        width: calc(100% - 320px);
    }
}

@media (min-width: 960px) {
    .screen .container::before {
        content: '';
        position: absolute;
        left: -270px;
        top: 50px;
        width: 137px;
        height: 384px;
        background-image: url(../img/Form_1.svg);
        background-repeat: no-repeat;
    }

    .screen .container::after {
        right: -245px;
        top: 10px;
        width: 553px;
        height: 452px;
    }

    .screen__title_h1 {
        max-width: 630px;
    }

    .screen__title {
        margin-bottom: 40px;
        padding-top: 165px;
    }

    .screen {
        padding-bottom: 108px;
    }

    .typed-cursor {
        font-size: 48px;
        line-height: 1.21;
    }

    .typed {
        font-size: 48px;
        line-height: 1.21;
    }

    .expertise-col__title {
        margin-bottom: 20px;
    }

    .work__body {
        padding: 30px 35px 35px;
    }

    .work__title {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 960px) {

    .about__item:nth-child(1),
    .about__item:nth-child(10),
    .about__item:nth-child(14),
    .about__item:nth-child(4),
    .about__item:nth-child(5),
    .about__item:nth-child(8) {
        display: none;
    }

    .about__item:nth-child(6) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .about__item:nth-child(3) {
        display: block;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .about__item:nth-child(9) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .about__item:nth-child(13) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .about__item:nth-child(16) {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .about__item:nth-child(15) {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    .about__item:nth-child(11) {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }

    .about__item:nth-child(12) {
        -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
        order: 16;
    }

    .about__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright {
        font-size: 10px;
    }
}

@media all and (max-width: 767.98px) {
    .header__contact.menu__link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .menu__icon span,
    .menu__icon::after,
    .menu__icon::before {
        position: absolute;
        left: 50%;
        width: 16px;
        height: 2px;
        background-color: #6f7f9a;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .menu__icon::after,
    .menu__icon::before {
        content: '';
    }

    .menu__icon::before {
        top: 35%;
        -webkit-transform: translate(-50%, -33%);
        -ms-transform: translate(-50%, -33%);
        transform: translate(-50%, -33%);
    }

    .menu__icon::after {
        bottom: 33%;
        -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
        transform: translate(-50%, -35%);
    }

    .menu__icon span {
        left: 50%;
        top: 50%;
        -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }

    .menu__icon._active::before {
        left: 35%;
        top: 50%;
        -webkit-transform: rotate(45deg) translate(0, -50%);
        -ms-transform: rotate(45deg) translate(0, -50%);
        transform: rotate(45deg) translate(0, -50%);
    }

    .menu__icon._active::after {
        left: 40%;
        bottom: 45%;
        -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
        transform: rotate(-45deg) translate(0, -50%);
    }

    .menu__icon._active span {
        -webkit-transform: scale(0) translate(-50%, -50%);
        -ms-transform: scale(0) translate(-50%, -50%);
        transform: scale(0) translate(-50%, -50%);
    }

    .menu__icon {
        position: relative;
        z-index: 5;
        display: block;
        margin-right: -14px;
        width: 48px;
        height: 48px;
        cursor: pointer;
    }

    .menu__body._active {
        right: 0;
        width: 250px;
    }

    .menu__body {
        position: fixed;
        right: -100%;
        top: 0;
        overflow: auto;
        padding: 48px 0 0;
        width: 100%;
        height: auto;
        -webkit-transition: left 0.3s ease 0s;
        -o-transition: left 0.3s ease 0s;
        transition: left 0.3s ease 0s;
    }

    .menu__list>li._active .menu__sub-list {
        display: block;
    }

    .menu__sub-list {
        display: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .more-text {
        display: none;
    }

    .testimonials__item .testimonials__text {
        padding-left: 0;
        line-height: 1.31;
    }

    .testimonials__item .testimonials__text::before {
        display: none;
    }

    .user__logo {
        display: none;
    }

    .company__item {
        min-height: 200px;
    }

    .company__list li span {
        display: block;
    }

    .recruiting-bg .title-page {
        font-size: 26px;
    }

    .blog__info-col+.blog__info-col {
        margin-top: 10px;
    }
}

@media all and (max-width: 767px) {
    .menu__list>li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        border: solid 1px #e4e6eb;
        background-color: #f8f8fa;
    }
}

@media (max-width: 767.98px) {
    .expertise-col:first-child {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767.96px) {
    .ranking__item_vertical {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .tg {
        width: auto !important;
    }

    .tg col {
        width: auto !important;
    }

    .tg-wrap {
        overflow-x: auto;
        margin: auto 0;
        -webkit-overflow-scrolling: touch;
    }
}

@media all and (max-width: 479.98px) {
    .company__item {
        min-height: 120px;
    }

    .blockquote {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}