.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.filter_bg-white {
    color: #020303;
    background-color: #fff
}

.filter_margin_top {
    margin-top: 40px
}

@media (min-width: 545px) {
    .filter_margin_top {
        margin-top: 60px
    }
}

.filter__image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
    margin-bottom: 24px
}

@media (min-width: 961px) {
    .filter__image-wrap {
        margin-bottom: 31px
    }
}

.filter__image {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    display: block;
    width: auto;
    height: 48px;
    max-width: 85px;
    opacity: .5;
    color: #a5abb3;
    will-change: transform;
    -webkit-filter: grayscale(1) contrast(50%) brightness(60%);
    filter: grayscale(1) contrast(50%) brightness(60%)
}

.filter__image_page_fintech {
    max-width: 120px;
    height: 35px
}

@media (min-width: 657px) {
    .filter__image_page_fintech {
        height: 60px
    }
}

.filter__image-carousel {
    max-width: 50%;
    max-height: 60px
}

.filter__name-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.filter__name {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: thin solid #556170
}

.filter__name_without-border {
    border: none;
    width: 80%
}

.filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: 25.33%;
    min-height: 129px
}

.filter__item:nth-child(1n) {
    margin-bottom: 33px
}

@media (min-width: 545px) {
    .filter__item {
        width: 33.33%
    }

    .filter__item:nth-child(1n) {
        margin-bottom: 70px
    }
}

@media (min-width: 769px) {
    .filter__item {
        width: 8.5%;
        min-height: auto
    }

    .filter__item:nth-child(1n) {
        margin-bottom: 0
    }
}

@media (min-width: 961px) {
    .filter__item {
        width: 7.66%
    }
}

@media (pointer: fine) {
    .filter__item:hover .filter__name {
        color: #5ccae9;
        border-color: #5ccae9
    }

    .filter__item:hover .filter__image {
        opacity: .8
    }
}

.filter__item:active .filter__name {
    color: #5ccae9;
    border-color: #5ccae9
}

.filter__item .line-slash::before {
    display: none;
    top: 78%;
    left: -78%;
    height: 43px;
    opacity: 1;
    color: #58595b
}

@media (min-width: 769px) {
    .filter__item .line-slash::before {
        display: block
    }
}

@media (min-width: 961px) {
    .filter__item .line-slash::before {
        left: -100%
    }
}

@media (max-width: 768px) {
    .filter__item:nth-child(4n),
    .filter__item:nth-child(5n),
    .filter__item:nth-child(6n) {
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .filter__item:nth-child(4) .line-slash::before {
        border-left: none
    }
}

.filter__item:first-child .line-slash::before {
    border-left: none
}

.filter_col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.filter_col-3 .filter__image-wrap {
    margin: -5px 0 17px
}

.filter_project_1c {
    margin-top: 40px;
    margin-bottom: 0
}

@media (min-width: 545px) {
    .filter_project_1c {
        padding: 0 50px 12px
    }
}

@media (min-width: 961px) {
    .filter_project_1c {
        padding: 0 80px 0
    }
}

.business-trips {
    color: #fff
}

.business-trips_tomorrow {
    margin-top: 15px
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.trips {
    display: none
}

@media (min-width: 886px) {
    .trips {
        display: block;
        z-index: 999
    }
}

.trips__wrap_table-page {
    margin-top: 30px
}

.trips__title.title_light {
    margin-bottom: 23px
}

.trips__text {
    max-width: 915px;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 1.5
}

@media (min-width: 961px) {
    .trips__text {
        margin-top: 0;
        margin-bottom: 75px
    }
}

.trips .lds-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px
}

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

.trips__container_loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 484px
}

.trips__container_loading::before {
    position: absolute;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 68px;
    content: '';
    background-color: rgba(224, 224, 224, 0.4);
    background-size: 70px 70px
}

.trips-list__link_select {
    margin-left: auto;
    color: #5ccae9
}

.trips-list__link_select::after {
    display: none
}

.trips-list {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin-top: 17px
}

.trips-list__wrap {
    overflow: hidden
}

.trips-list__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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-bottom: 120px;
    opacity: 0;
    background-color: transparent
}

.trips-list__wrapper_large {
    position: static;
    margin-top: 40px
}

.trips-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.19;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    padding: 22px 10px 22px;
    text-align: left
}

@media (min-width: 961px) {
    .trips-list__item {
        font-size: 1.6rem
    }
}

.trips-list__item::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    width: calc(100% - 20px);
    height: 1px;
    content: '';
    border-bottom: thin solid rgba(224, 224, 224, 0.4)
}

@media (pointer: fine) {
    .trips-list__item:hover {
        background-color: rgba(182, 182, 182, 0.2)
    }
}

.trips-list__link-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.trips-list__item-name {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.14;
    text-transform: uppercase;
    color: #556170
}

.trips-list__date {
    width: 15.8%;
    padding-right: 15px
}

@media (min-width: 961px) {
    .trips-list__date {
        width: 15.2%
    }
}

.trips-list__country {
    position: relative;
    width: 23.2%;
    padding-right: 10px;
    padding-left: 35px
}

.trips-list__country::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    background: url("#");
    background-size: 18px 18px
}

@media (min-width: 961px) {
    .trips-list__country {
        width: 21.2%;
        padding-right: 15px
    }
}

.trips-list__country.trips-list__item-name {
    padding-left: 0
}

.trips-list__country.trips-list__item-name::before {
    content: none
}

.trips-list__country-name {
    padding-left: 0
}

.trips-list__person {
    width: 28.2%;
    padding-right: 15px
}

@media (min-width: 961px) {
    .trips-list__person {
        width: 33.5%;
        padding-right: 20px
    }
}

.trips-list__theme {
    width: 32%;
    padding-right: 15px
}

@media (min-width: 961px) {
    .trips-list__theme {
        width: 30%
    }
}

.trips-list__link {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.14;
    position: relative;
    display: inline-table;
    margin-left: auto;
    padding-bottom: 2px;
    cursor: pointer;
    border-bottom: 1px solid #5ccae9
}

.trips-list__link_large {
    font-size: 1.7rem
}

@media (pointer: fine) {
    .trips-list__link:hover {
        text-decoration: none;
        color: #5ccae9
    }
}

.trips-list__link_request,
.trips-list__link_select {
    padding-bottom: 4px;
    cursor: pointer
}

.trips-list__unlink {
    min-width: 60px;
    margin-left: auto;
    font-size: 1.7rem;
    cursor: default
}

.trips-list__button {
    margin-left: 40px
}

.trips-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    padding: 10px 10px 0
}

.trips-list__row_bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
    padding: 35px 0 0
}

.trips-list__buttons-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    padding-top: 40px
}

@media (min-width: 1025px) {
    .trips-list__buttons-row {
        padding-top: 60px
    }
}

.infowindow {
    max-height: 295px;
    padding: 27px 25px;
    font-size: 1.7rem;
    text-align: center;
    color: #58595b
}

.infowindow__date {
    margin-bottom: 7px;
    font-weight: bold
}

.infowindow__button {
    margin-top: 18px;
    padding-top: 5px;
    padding-bottom: 5px
}

.gm-style-iw {
    background: #fff
}

@media (min-width: 1024px) {
    .gm-style-iw {
        width: 275px !important
    }
}

.gm-style-iw + div {
    display: none
}

.gm-style-iw > div {
    width: 100% !important
}

@-webkit-keyframes rotate-close {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}

@keyframes rotate-close {
    from {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    to {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
}

@-webkit-keyframes rotate-open {
    from {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes rotate-open {
    from {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes list-close {
    30% {
        margin-right: 30%
    }
    100% {
        margin-right: 100%
    }
}

@keyframes list-close {
    30% {
        margin-right: 30%
    }
    100% {
        margin-right: 100%
    }
}

.animation-rotate-open {
    -webkit-animation: rotate-open;
    animation: rotate-open;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.animation-rotate-close {
    -webkit-animation: rotate-close;
    animation: rotate-close;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.events-block {
    width: 100%;
    padding: 55px 0 80px;
    color: #020303;
    background-color: #fff
}

.past-meeting {
    opacity: .6
}

.past-meeting .trips-list__link {
    margin-left: auto;
    cursor: default;
    pointer-events: none;
    border-color: transparent
}

.trips-list__date.trips-list__item-name,
.trips-list__country.trips-list__item-name,
.trips-list__person.trips-list__item-name,
.trips-list__theme.trips-list__item-name {
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.14rem
}

.trips-list__date.trips-list__item-name {
    width: 15.8%
}

@media (min-width: 961px) {
    .trips-list__date.trips-list__item-name {
        width: 15.2%
    }
}

.trips-list__country.trips-list__item-name {
    width: 23%
}

@media (min-width: 961px) {
    .trips-list__country.trips-list__item-name {
        width: 21.2%
    }
}

.trips-list__person.trips-list__item-name {
    width: 28.2%
}

@media (min-width: 961px) {
    .trips-list__person.trips-list__item-name {
        width: 33.5%
    }
}

.business-domains {
    position: relative
}

.business-domains__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 1025px) {
    .business-domains__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

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

@media (min-width: 1025px) {
    .business-domains__description {
        width: 100%;
        max-width: 445px;
        margin-right: 110px
    }
}

@media (min-width: 886px) {
    .business-domains__row_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 961px) {
    .business-domains__row_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.business-domains__button {
    position: absolute;
    bottom: 0;
    left: 0
}

@media (min-width: 961px) {
    .business-domains__button {
        left: 35px
    }
}

@media (min-width: 1081px) {
    .business-domains__button {
        left: 0
    }
}

@media (min-width: 1201px) {
    .business-domains__button {
        position: relative;
        bottom: 0;
        max-width: 210px;
        margin-top: 40px
    }
}

@media (min-width: 886px) {
    .business-domains__text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

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

@media (min-width: 545px) {
    .business-domains__list {
        margin-top: 20px
    }
}

@media (min-width: 1025px) {
    .business-domains__list {
        margin-top: -40px;
        margin-bottom: 0
    }
}

.business-domains__list-item {
    margin-top: 40px;
    line-height: 0
}

.business-domains__list-subitem {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 10px
}

.business-domains__link {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media (min-width: 545px) {
    .business-domains__link {
        -webkit-hyphens: none;
        -ms-hyphens: none;
        hyphens: none
    }
}

@media (pointer: fine) {
    .business-domains__link:hover {
        border-bottom: thin solid #5ccae9
    }
}

.review-card {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 52px;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05)
}

@media (min-width: 545px) {
    .review-card {
        padding: 40px 40px 52px
    }
}

@media (min-width: 1025px) {
    .review-card {
        padding: 70px 60px 52px
    }
}

.review-card + .review-card {
    margin-top: 10px
}

@media (min-width: 961px) {
    .review-card + .review-card {
        margin-top: 20px
    }
}

.review-card_slider {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 657px) {
    .review-card_slider {
        padding-bottom: 34px
    }
}

@media (min-width: 657px) {
    .review-card_slider .review-card__review-link {
        position: absolute;
        bottom: 2px
    }
}

.review-card__layout {
    position: relative
}

.review-card__section + .review-card__section {
    margin-top: 40px
}

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

@media (min-width: 657px) {
    .review-card__section_video {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.review-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.review-card__personal-data-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 545px) {
    .review-card__personal-data-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.review-card__person-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__personal-data {
    margin-top: 10px
}

@media (min-width: 545px) {
    .review-card__personal-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        margin-left: 20px
    }
}

.review-card__name_link {
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
    position: relative
}

@media (pointer: fine) {
    .review-card__name_link:hover {
        color: #5ccae9
    }
}

.review-card__title {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.6;
    text-transform: uppercase
}

.review-card__title:not(:first-of-type) {
    margin-top: 40px
}

.review-card__linkedin-icon {
    position: absolute;
    bottom: 2px;
    width: auto;
    height: 20px;
    margin-left: 8px
}

.review-card__text {
    margin-top: 10px
}

.review-card__position:not(:first-child) {
    margin-top: 5px
}

.review-card__location {
    margin-top: 10px
}

.review-card__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.review-card__location-img {
    width: 18px;
    height: 18px;
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover
}

.review-card__clutch-widget {
    position: absolute;
    top: 0;
    right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px
}

@media (min-width: 544px) {
    .review-card__clutch-widget {
        position: relative;
        top: unset
    }
}

.review-card__review {
    margin-top: 20px
}

.review-card__review-link-row {
    margin-top: 40px
}

.review-card__review-link-row_mobile {
    text-align: right
}

@media (min-width: 657px) {
    .review-card__review-link-row_mobile {
        display: none
    }
}

.review-card__technologies-item {
    position: relative;
    display: inline-block;
    margin-top: 10px
}

.review-card__technologies-item:not(:last-of-type) {
    padding-right: 22px
}

.review-card__technologies-item:not(:last-of-type):after {
    position: absolute;
    right: 9px;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #e0e0e0
}

.review-card__project-info-content {
    width: 100%
}

@media (min-width: 657px) {
    .review-card__project-info-content_video {
        width: 74%
    }
}

@media (min-width: 657px) {
    .review-card__project-info-content_video .review-card__project-info-wrapper {
        margin-right: 40px
    }
}

@media (min-width: 961px) {
    .review-card__project-info-content_video .review-card__project-info-wrapper {
        margin-right: 74px
    }
}

.review-card__project-info-content_video .review-card__project-info-item:nth-child(n+3) {
    margin-top: 40px
}

.review-card__project-info-wrapper + .review-card__project-info-wrapper {
    margin-top: 40px
}

@media (min-width: 545px) {
    .review-card__project-info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 545px) {
    .review-card__project-info-column:first-of-type {
        width: 39%
    }
}

@media (min-width: 1025px) {
    .review-card__project-info-column:first-of-type {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (min-width: 545px) {
    .review-card__project-info-column {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media (min-width: 545px) {
    .review-card__project-info-column + .review-card__project-info-column {
        margin-left: 6%
    }
}

@media (max-width: 544px) {
    .review-card__project-info-column + .review-card__project-info-column {
        margin-top: 40px
    }
}

@media (max-width: 1024px) {
    .review-card__project-info-item:nth-child(n+3) {
        margin-top: 40px
    }
}

@media (max-width: 885px) {
    .js-content-hidden .js-satisfied-client-card__review-text {
        margin-bottom: 200px
    }
}

.review-card__wrapper.js-content-hidden {
    overflow: hidden
}

.show-more-less-button {
    font-family: inherit;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.4;
    position: relative
}

.show-more-less-button::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
    border-bottom: thin solid #020303;
    border-left: thin solid #020303
}

.show-more-less-button .show-more-less-button__more {
    display: none
}

.show-more-less-button.js-content-hidden::before {
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.show-more-less-button.js-content-hidden .show-more-less-button__less {
    display: none
}

.show-more-less-button.js-content-hidden .show-more-less-button__more {
    display: block
}

.show-more-less-button__more,
.show-more-less-button__less {
    position: relative
}

.show-more-less-button__more::after,
.show-more-less-button__less::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    content: '';
    border-bottom: 1px solid #020303
}

.show-more-less-button {
    display: inline-block;
    margin: 15px 0 20px;
    padding: 0 15px 0 0;
    border: 0;
    background: #fff
}

@media (min-width: 886px) {
    .show-more-less-button {
        display: none
    }
}

.clutch-widget-hardcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.clutch-widget-hardcode__icon {
    width: auto;
    height: 44px
}

.clutch-widget-hardcode__review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.clutch-widget-hardcode__stars-icon {
    width: 82px
}

.clutch-widget-hardcode__link {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.1;
    position: relative;
    margin-top: 6px;
    letter-spacing: 0.1rem;
    text-transform: uppercase
}

@media (pointer: fine) {
    .clutch-widget-hardcode__link:hover:after {
        border-color: #5ccae9
    }
}

.clutch-widget-hardcode__link::after {
    -webkit-transition: border .2s ease;
    transition: border .2s ease;
    position: absolute;
    top: 4px;
    right: -6px;
    width: 4px;
    height: 4px;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: thin thin 0 0;
    border-style: solid;
    border-color: #020303
}

.satisfied-client-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px;
    background-color: #fafafa
}

@media (min-width: 657px) {
    .satisfied-client-video {
        width: 210px
    }
}

@media (min-width: 1025px) {
    .satisfied-client-video {
        width: 285px
    }
}

.satisfied-client-video__text {
    margin-top: 20px
}

.satisfied-client-video__player {
    height: 155px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.satisfied-client-video__name {
    margin-bottom: 7px
}

@media (min-width: 1201px) {
    .our-satisfied-clients__mobile-nav {
        display: none
    }
}

.our-satisfied-clients__cards-wrapper {
    position: relative;
    margin-top: 20px
}

.our-satisfied-clients__slider-wrapper {
    position: relative
}

@media (min-width: 657px) {
    .our-satisfied-clients__slider-wrapper .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden;
        width: calc(100% - 400px);
        padding-top: 22px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(2%, #fff), to(#fff));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 2%, #fff 100%)
    }
}

.our-satisfied-clients__slider-wrapper .slick-arrow {
    position: absolute;
    z-index: 2;
    bottom: 280px
}

@media (max-width: 1200px) {
    .our-satisfied-clients__slider-wrapper .slick-arrow {
        bottom: 0;
        width: 40%
    }

    .our-satisfied-clients__slider-wrapper .slick-arrow::after {
        content: none
    }
}

.our-satisfied-clients__slider-wrapper .slick-prev {
    left: -25px
}

@media (max-width: 1200px) {
    .our-satisfied-clients__slider-wrapper .slick-prev {
        left: 0;
        width: calc(50% - 25px)
    }
}

.our-satisfied-clients__slider-wrapper .slick-next {
    right: -20px
}

@media (max-width: 1200px) {
    .our-satisfied-clients__slider-wrapper .slick-next {
        right: 0;
        width: calc(50% - 25px)
    }
}

@media (max-width: 885px) {
    .our-satisfied-clients__video {
        max-width: 440px;
        margin-top: 40px
    }
}

.our-satisfied-clients__button-row {
    margin-top: 40px;
    text-align: right
}

@media (min-width: 657px) {
    .our-satisfied-clients__button-row {
        position: absolute;
        right: -15px;
        bottom: 0;
        min-width: 210px;
        margin-top: 0;
        padding-right: 15px;
        background: #fff
    }
}

.our-technologies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

@media (min-width: 1025px) {
    .our-technologies {
        margin-bottom: 20px
    }
}

.our-technologies__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.our-technologies__title {
    min-width: 265px
}

.dark-cases + .dark-cases {
    padding-top: 0
}

.dark-cases_row {
    margin-top: -5px
}

.dark-cases_footer {
    margin-bottom: 75px;
    padding-top: 0
}

@media (min-width: 545px) {
    .dark-cases_footer {
        margin-bottom: 100px
    }
}

@media (min-width: 961px) {
    .dark-cases_footer {
        margin-bottom: 120px
    }
}

.dark-cases_design-page {
    padding-bottom: 65px
}

@media (min-width: 545px) {
    .dark-cases_design-page {
        padding-bottom: 100px
    }
}

.dark-cases_index_page {
    padding-bottom: 40px
}

@media (min-width: 545px) {
    .dark-cases_index_page {
        padding-bottom: 60px
    }
}

@media (min-width: 1024px) {
    .dark-cases_with_filter .dark-case_wide .dark-case__resources {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 25%;
        margin: 0;
        padding: 0;
        border-top: none;
        border-left: none;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.dark-cases_with_filter .dark-case_wide .dark-case__logo {
    bottom: 35px
}

.dark-cases_with_filter .dark-case__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0
}

.dark-cases_with_filter .dark-case__resources {
    display: block;
    margin-top: 27px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.dark-cases_with_filter .dark-case__logo {
    bottom: 30px
}

.dark-cases_with_filter .dark-case__preview-logo {
    bottom: 30px
}

.dark-cases__row {
    margin-right: -15px;
    margin-left: -15px
}

.dark-cases__filter-title {
    display: none
}

@media (min-width: 1024px) {
    .dark-cases__filter-title {
        display: block;
        width: 100%;
        margin-bottom: 55px
    }
}

.dark-cases__title {
    display: inline-block
}

.dark-cases__link .h1 {
    -webkit-transition: border-bottom .1s ease;
    transition: border-bottom .1s ease;
    border-bottom: 1px solid transparent
}

@media (pointer: fine) {
    .dark-cases__link:hover .h1 {
        border-bottom: 1px solid #5ccae9
    }
}

.dark-case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    position: relative;
    padding: 0;
    margin-top: 10px;
    text-align: left;
    border: 0;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 657px) {
    .dark-case {
        margin-top: 20px
    }
}

@media (min-width: 961px) {
    .dark-case {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.dark-case::after {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    background-color: transparent
}

@media (pointer: fine) {
    .dark-case:hover {
        -webkit-box-shadow: 2px 4px 7px rgba(2, 3, 3, 0.1);
        box-shadow: 2px 4px 7px rgba(2, 3, 3, 0.1)
    }

    .dark-case:hover .dark-case__picture::before,
    .dark-case:hover .dark-case__preview_video::before {
        opacity: .1
    }

    .dark-case:hover::after {
        background-color: #5ccae9
    }
}

.dark-case:active .dark-case__picture::before,
.dark-case:active .dark-case__preview_video::before {
    opacity: .1
}

.dark-case:active::after {
    background-color: #5ccae9
}

.dark-case_wide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 40px
}

@media (min-width: 961px) {
    .dark-case_wide {
        margin-top: 60px
    }
}

.dark-case_wide .dark-case__preview {
    height: 100%
}

@media (min-width: 768px) {
    .dark-case_wide .dark-case__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px
    }
}

.dark-case_wide .dark-case__desc {
    margin-bottom: 0
}

.dark-case_wide .dark-case__footer {
    display: none
}

@media (min-width: 1024px) {
    .dark-case_wide .dark-case__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 10px
    }
}

.dark-case_wide .dark-case__filters {
    width: 75%
}

.dark-case_wide .dark-case__resources {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-left: 0
}

@media (min-width: 768px) {
    .dark-case_wide .dark-case__resources {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 0 40px;
        padding: 0 0 0 40px;
        border-top: none;
        border-left: 1px solid #e3e3e3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 234px;
        flex: 0 0 234px
    }
}

@media (min-width: 1024px) {
    .dark-case_wide .dark-case__resources_filter {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 25%;
        margin: 0;
        padding: 0;
        border-top: none;
        border-left: none;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.dark-case_wide .dark-case__resources-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.dark-case_big .dark-case__picture {
    height: 320px
}

@media (min-width: 961px) {
    .dark-case_big .dark-case__picture {
        height: 500px
    }
}

.dark-case_big .dark-case__video {
    top: 50%;
    width: 170%
}

@media (min-width: 768px) {
    .dark-case_big .dark-case__resources {
        padding-left: 32px
    }
}

.dark-case_box-shadow {
    -webkit-box-shadow: 0 2px 12px rgba(2, 3, 3, 0.05);
    box-shadow: 0 2px 12px rgba(2, 3, 3, 0.05)
}

.dark-case_popup {
    margin-top: 40px
}

.dark-case_popup .dark-case__picture {
    min-height: unset;
    height: 215px
}

.dark-case_popup .dark-case__logo {
    bottom: calc(100% + 25px);
    left: 25px;
    max-width: 150px;
    height: auto;
    max-height: 40px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

.dark-case_popup .dark-case__body {
    height: auto;
    padding: 20px 25px
}

.dark-case_popup .dark-case__resources {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.dark-case_popup .dark-case__resources-icon {
    width: 26px;
    height: auto
}

.dark-case_pointer:hover {
    cursor: pointer
}

.dark-case__preview {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(224, 224, 224, 0.4);
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 769px) {
    .dark-case__preview_video {
        display: none
    }
}

.dark-case__picture,
.dark-case__preview_video {
    position: relative;
    overflow: hidden;
    height: 320px;
    min-height: 320px
}

.dark-case__picture:before,
.dark-case__preview_video:before {
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    background: #fff
}

.dark-case__picture_clickable,
.dark-case__preview_video_clickable {
    cursor: pointer
}

.dark-case__video {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .dark-case__video {
        display: none
    }
}

@media (max-width: 1200px) {
    .dark-case__video_tinkoff {
        -webkit-transform: translateY(-50%) scale(1.15);
        transform: translateY(-50%) scale(1.15)
    }
}

@media (max-width: 1024px) {
    .dark-case__video_tinkoff {
        -webkit-transform: translateY(-50%) scale(1.35);
        transform: translateY(-50%) scale(1.35)
    }
}

@media (max-width: 960px) {
    .dark-case__video_tinkoff {
        -webkit-transform: translateY(-50%) scale(1.45);
        transform: translateY(-50%) scale(1.45)
    }
}

@media (max-width: 885px) {
    .dark-case__video_tinkoff {
        -webkit-transform: translateY(-50%) scale(1.55);
        transform: translateY(-50%) scale(1.55)
    }
}

@media (max-width: 885px) {
    .dark-case__video_tui,
    .dark-case__video_siemens {
        -webkit-transform: translateY(-50%) scale(1.2);
        transform: translateY(-50%) scale(1.2)
    }
}

@media (max-width: 885px) {
    .dark-case__video_mercedes {
        -webkit-transform: translateY(-50%) scale(1.1);
        transform: translateY(-50%) scale(1.1)
    }
}

.dark-case__video.perfomance-lab {
    top: 60%
}

.dark-case__body {
    position: relative;
    z-index: 5;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding: 40px 20px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #fff
}

@media (min-width: 657px) {
    .dark-case__body {
        padding-right: 40px;
        padding-left: 40px
    }
}

.dark-case__body_active_popup {
    z-index: 6
}

.dark-case__info {
    width: 100%;
    margin-bottom: auto
}

.dark-case__desc_our_projects {
    margin-bottom: 30px
}

.dark-case__footer {
    display: none
}

@media (min-width: 1024px) {
    .dark-case__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: auto
    }
}

.dark-case__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dark-case__filter-icon {
    margin-right: 5px
}

.dark-case__resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    color: #040405;
    border-top: 1px solid #e3e3e3
}

.dark-case__resources_filter {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.dark-case__resources-title {
    width: 100%;
    margin-bottom: 10px
}

@media (min-width: 961px) {
    .dark-case__resources-title {
        margin-bottom: 5px
    }
}

.dark-case__resources-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.dark-case__resources-location,
.dark-case__resources-team,
.dark-case__resources-duration {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.95;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding: 2px 10px;
    border: 1px solid #ececec;
    border-radius: 4px
}

.dark-case__resources-location:not(:first-child),
.dark-case__resources-team:not(:first-child),
.dark-case__resources-duration:not(:first-child) {
    margin-left: 10px
}

.dark-case__resources-location {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.dark-case__resources-location:hover {
    background-color: #5ccae9
}

.dark-case__resources-name {
    margin-top: 5px;
    margin-left: 10px
}

.dark-case__resources-icon {
    margin-left: auto;
    color: #5ccae9
}

.dark-case__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: absolute;
    bottom: calc(100% + 40px);
    left: 40px;
    width: 140px;
    height: 50px
}

.dark-case__logo-svg {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    color: #fff
}

.dark-case__preview-logo {
    position: absolute;
    right: 40px;
    bottom: calc(100% + 30px)
}

@media (min-width: 768px) {
    .dark-case_wide .dark-case__logo {
        position: absolute;
        bottom: calc(100% + 35px);
        left: 39px
    }
}

.carousel .dark-case__desc {
    height: 96px
}

.description__paragraph:not(:first-child) {
    margin-top: 30px
}

@media (max-width: 544px) {
    .description__paragraph_enterprise_page {
        font-size: 1.4rem
    }
}

.description__button-row {
    margin-top: 50px
}

.customers-slider {
    overflow: hidden;
    margin: 0 -20px;
    padding-top: 38px
}

@media (min-width: 545px) {
    .customers-slider {
        padding-top: 35px
    }
}

@media (min-width: 961px) {
    .customers-slider {
        padding-top: 65px
    }
}

@media (min-width: 1201px) {
    .customers-slider {
        margin: 0
    }
}

.customers-slider__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 545px) {
    .customers-slider__list {
        padding-bottom: 60px
    }
}

@media (min-width: 961px) {
    .customers-slider__list {
        padding-bottom: 34px
    }
}

@media (min-width: 1201px) {
    .customers-slider__list .slick-list {
        margin: 0 30px
    }
}

.customers-slider__item {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 15px 20px;
    padding: 20px;
    border: 0;
    background-color: #fff;
    outline: none;
    text-align: left
}

@media (pointer: fine) {
    .customers-slider__item:hover {
        -webkit-box-shadow: 0 4px 16px rgba(2, 3, 3, 0.12);
        box-shadow: 0 4px 16px rgba(2, 3, 3, 0.12)
    }

    .customers-slider__item:hover .customers-slider__item-icon {
        opacity: 1;
        -webkit-filter: none;
        filter: none
    }
}

@media (pointer: coarse) {
    .customers-slider__item:active {
        -webkit-box-shadow: 0 4px 16px rgba(2, 3, 3, 0.12);
        box-shadow: 0 4px 16px rgba(2, 3, 3, 0.12)
    }

    .customers-slider__item:active .customers-slider__item-icon {
        opacity: 1;
        -webkit-filter: none;
        filter: none
    }
}

@media (max-width: 544px) {
    .customers-slider__item.slick-active .customers-slider__item-icon {
        opacity: 1;
        -webkit-filter: none;
        filter: none
    }
}

.customers-slider__item-body {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3
}

@media (min-width: 545px) {
    .customers-slider__item-body {
        padding-bottom: 45px
    }
}

.customers-slider__item-icon {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: auto;
    max-width: 130px;
    height: 35px;
    margin-bottom: 22px;
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (min-width: 545px) {
    .customers-slider__item-icon {
        margin-bottom: 18px
    }
}

@media (min-width: 961px) {
    .customers-slider__item-icon {
        margin-bottom: 0
    }
}

.customers-slider__item-info {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.1;
    height: 90px;
    margin-top: 40px;
    color: #020303
}

@media (min-width: 545px) {
    .customers-slider__item-info {
        height: 75px;
        font-weight: 400
    }
}

.customers-slider__technology {
    margin-top: 10px
}

.customers-slider__duration {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    padding-top: 20px;
    color: #020303
}

@media (min-width: 545px) {
    .customers-slider__duration {
        width: auto
    }
}

.customers-slider__duration-value {
    margin-right: 10px
}

.project {
    overflow: hidden;
    max-height: 645px
}

.project__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.project__wrapper {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

.project__wrapper.slick-initialized {
    opacity: 1
}

.project__wrapper .slick-arrow {
    position: absolute;
    top: 0;
    height: 100%
}

.project__wrapper .slick-prev {
    right: 101%
}

.project__wrapper .slick-next {
    left: 102%
}

.project__count {
    padding-right: 20px;
    border-right: 1px solid #e0e0e0
}

.project__count-number {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.5;
    padding-left: 10px;
    margin-right: 5px
}

.project__name-wrapper {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: calc(100% - 200px);
    opacity: 0;
    max-height: 30px
}

.project__name-wrapper.slick-initialized {
    opacity: 1
}

.project__name {
    padding-left: 20px
}

.project__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.project__column {
    width: 58%;
    margin-right: 34px
}

.project__column:nth-child(2) {
    margin-right: 0;
    width: calc(42% - 34px)
}

.project__row {
    margin-bottom: 15px
}

.project__row:last-child {
    margin-bottom: 0
}

@media (min-width: 961px) {
    .project__row {
        margin-bottom: 30px
    }
}

.project__row_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px
}

.project__row_flex:last-child {
    margin-bottom: 0
}

@media (min-width: 961px) {
    .project__row_flex {
        margin-bottom: 35px
    }
}

.project__row-item {
    width: 50%
}

.project__row-item:last-child {
    padding-left: 10px
}

@media (min-width: 961px) {
    .project__row-item:last-child {
        padding-left: 15px
    }
}

.project__description {
    margin-top: 15px
}

.project__feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #fafafa;
    width: 100%
}

.project__technology {
    display: inline-block;
    line-height: 2
}

.project__technology:not(:last-child) {
    position: relative;
    padding-right: 20px
}

.project__technology:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 1px;
    height: 20px;
    -webkit-transform: translate(-50%, -50%) skewX(-20deg);
    transform: translate(-50%, -50%) skewX(-20deg);
    background-color: #e0e0e0
}

.project__feedback-info {
    width: 27%;
    margin-right: 30px
}

.project__feedback-text {
    width: calc(73% - 30px)
}

.project__feedback-position {
    margin-top: 10px
}

.project__amount-row {
    width: 100%;
    text-align: center;
    margin-top: 15px
}

@media (min-width: 961px) {
    .project__amount-row {
        margin-top: 0
    }
}

.project-positions {
    display: none
}

@media (min-width: 885px) {
    .project-positions {
        display: block;
        font-size: 1.8rem
    }
}

.project-positions__title {
    color: #fff
}

.project-positions__description {
    color: #fff
}

.project-positions__table {
    margin-top: 60px
}

@media (min-width: 961px) {
    .project-positions__table_with_border {
        padding-bottom: 100px;
        border-bottom: thin solid rgba(242, 242, 242, 0.2)
    }
}

.project-positions__filter {
    max-width: 255px;
    margin-top: 40px
}

.project-positions .lds-ring {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.table {
    color: #fff
}

.table__container {
    position: relative;
    height: auto;
    color: #fff
}

.table__container.is-loading,
.table__container_loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 417px
}

.table__container.is-loading::before,
.table__container_loading::before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 68px;
    content: '';
    background-color: rgba(224, 224, 224, 0.4);
    background-size: 70px 70px
}

.table__container_loading {
    height: 484px
}

.table__container_without-margin {
    margin-top: 0
}

.table__container_office .table__date {
    width: 16%
}

@media (min-width: 961px) {
    .table__container_office .table__date {
        width: 18.5%
    }
}

.table__container_office .table__location {
    width: 24%
}

@media (min-width: 961px) {
    .table__container_office .table__location {
        width: 28.3%
    }
}

.table__container_office .table__speaker {
    width: 48%
}

@media (min-width: 961px) {
    .table__container_office .table__speaker {
        width: 42.5%
    }
}

.table__container_office .table__topic {
    width: 7%
}

.table__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent
}

.table__wrapper_view {
    opacity: 1
}

.table__wrapper_index_page {
    padding-bottom: 120px
}

.table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px 20px;
    text-transform: uppercase;
    color: #556170
}

.table__title {
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 0;
    text-transform: uppercase;
    color: #556170
}

.table__title::before {
    content: none
}

.table__row {
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.2)
}

@media (pointer: fine) {
    .table__row:hover {
        background-color: rgba(210, 210, 210, 0.2)
    }
}

.table__row_disable {
    display: none
}

.table__specialists {
    width: 35%
}

@media (min-width: 961px) {
    .table__specialists {
        width: 30.5%
    }
}

.table__specialists_index_page {
    width: 15.8%;
    padding-right: 15px
}

@media (min-width: 961px) {
    .table__specialists_index_page {
        width: 15.2%
    }
}

.table__locations {
    width: 25%
}

@media (min-width: 961px) {
    .table__locations {
        width: 30%
    }
}

.table__locations_with_icon {
    position: relative;
    padding-left: 27px
}

.table__locations_with_icon::after {
    position: absolute;
    left: 0;
    width: 12px;
    height: 14px;
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8v       d3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDE0Ljk4NWMxIDAgNi0       1LjY2MyA2LTguOTYzIDAtMy4zLTIuNjg2LTUuOTc2LTYtNS45NzZTMCAyLjcyMiAwIDYuMDIyczUgOC45NjMgNiA4Ljk2M3ptMC01Ljk3M2MxLjY1Ny       AwIDMtMS4zMzggMy0yLjk4OWEyLjk5NCAyLjk5NCAwIDAwLTMtMi45ODhjLTEuNjU3IDAtMyAxLjMzOC0zIDIuOTg4YTIuOTk0IDIuOTk0IDAgMDAzI       DIuOTg5eiIgZmlsbD0iI0ZFREEwMCIvPjwvc3ZnPg==") no-repeat
}

@media (min-width: 961px) {
    .table__locations_with_icon {
        padding-left: 34px
    }
}

.table__locations_index_page {
    width: 23.2%;
    padding-right: 10px;
    padding-left: 35px
}

@media (min-width: 961px) {
    .table__locations_index_page {
        width: 21.2%;
        padding-right: 15px
    }
}

.table__locations_index_page_icon {
    position: relative
}

.table__locations_index_page_icon::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: '';
    background: url("#");
    background-size: 18px 18px
}

.table__locations_without_padding {
    padding-left: 0
}

.table__experience {
    width: 26.7%
}

@media (min-width: 961px) {
    .table__experience {
        width: 27.5%
    }
}

.table__experience_index_page {
    width: 28.2%;
    padding-right: 15px
}

@media (min-width: 961px) {
    .table__experience_index_page {
        width: 33.5%;
        padding-right: 20px
    }
}

.table__date {
    width: 14.5%
}

@media (min-width: 961px) {
    .table__date {
        width: 14.5%
    }
}

.table__data_with_icon_location,
.table__location {
    position: relative;
    padding-left: 40px
}

.table__data_with_icon_location::before,
.table__location::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 16px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("#")
}

.table__data_with_icon_location::before {
    top: 2px
}

.table__location {
    width: 22%
}

.table__location::before {
    width: 20px;
    height: 20px;
    background-image: url("#")
}

@media (min-width: 961px) {
    .table__location {
        width: 20.3%
    }
}

@media (min-width: 961px) {
    .table__location_md {
        width: 27.3%
    }
}

.table__location_without_padding {
    padding-left: 0
}

.table__location_without_padding::before {
    content: none
}

.table__speaker {
    width: 27.2%
}

@media (min-width: 961px) {
    .table__speaker {
        width: 32.5%
    }
}

@media (min-width: 961px) {
    .table__speaker_md {
        width: 43.5%
    }
}

.table__topic {
    width: 35.7%
}

@media (min-width: 961px) {
    .table__topic {
        width: 32.2%
    }
}

@media (min-width: 961px) {
    .table__topic_md {
        width: 7%
    }
}

.table__link {
    width: 10%;
    text-align: right
}

.table__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 37px
}

@media (min-width: 961px) {
    .table__button-row {
        margin-top: 45px
    }
}

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

.table__button-row_without_margin_top {
    margin-top: 0
}


/*# sourceMappingURL=styles-index.v.5ce6f06ac.min.css.map */
