.review_form {
    padding-top: 60px;
    padding-bottom: 32px
}

@media (min-width: 545px) {
    .review_form {
        padding-top: 90px;
        padding-bottom: 48px
    }
}

@media (min-width: 961px) {
    .review_form {
        padding-top: 80px
    }
}

.review__title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
    position: relative;
    padding-top: 85px
}

@media (min-width: 545px) {
    .review__title-wrapper {
        padding-top: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .review__description_with_widget {
        max-width: 540px;
        margin-right: 270px
    }
}

.review__clutch {
    position: absolute;
    top: -20px;
    right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px
}

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

.review__counter {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1
}

.review__counter-description {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1
}

.review__list {
    margin-top: 42px
}

@media (min-width: 768px) {
    .review__list {
        margin-top: 30px
    }
}

@media (min-width: 1024px) {
    .review__list {
        margin-top: 60px
    }
}

.review__button-wrapper {
    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: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 34px
}

.review__no-matching {
    display: none
}

.review__no-matching_active {
    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: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 100px
}

.review__no-matching-icon {
    width: auto;
    height: 116px
}

.review__no-matching-title {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 30px;
    color: #e0e0e0
}

.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
}

.custom-select {
    position: relative
}

.custom-select.js-active .custom-select__dropdown {
    z-index: 6;
    visibility: visible;
    pointer-events: all
}

.custom-select.js-active .custom-select__field:after {
    top: 58%;
    -webkit-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg)
}

.custom-select__field {
    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;
    position: relative;
    overflow: hidden;
    margin-right: 0;
    padding: 5px 34px 10px 0;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis
}

.custom-select__field:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 45%;
    right: 3px;
    width: 10px;
    height: 10px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 1px solid #828282;
    border-left: 1px solid #828282
}

.custom-select__field_disabled {
    color: #828282
}

.custom-select__field_blocked {
    opacity: .5
}

.custom-select__dropdown {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.6;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    visibility: hidden;
    overflow-y: auto;
    width: 100%;
    max-height: 400px;
    background: #fff;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.12)
}

.custom-select__dropdown_small {
    max-height: 205px
}

.custom-select__dropdown_active {
    visibility: visible;
    top: -39px;
    width: 100%;
    max-height: 264px;
    z-index: 10
}

@media (min-width: 545px) {
    .custom-select__dropdown_active {
        max-width: 400px
    }
}

@media (min-width: 961px) {
    .custom-select__dropdown_active {
        max-width: 540px
    }
}

.custom-select__search-row {
    position: sticky;
    z-index: 1;
    top: 0;
    height: 44px;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff
}

.custom-select__search-input {
    padding-bottom: 0;
    padding-left: 28px;
    font: inherit;
    -webkit-transition: none;
    transition: none;
    border-bottom: thin solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select__search-button {
    position: absolute;
    bottom: 6px;
    padding: 0;
    border: none;
    background: transparent
}

.custom-select__search-button-icon {
    width: auto;
    height: 18px
}

.custom-select__list {
    padding: 12px 0
}

.custom-select__list_without_padding {
    padding: 0
}

.custom-select__list-item {
    -webkit-transition: background-color .1s ease;
    transition: background-color .1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px;
    cursor: pointer
}

@media (pointer: fine) {
    .custom-select__list-item:hover {
        background-color: #f7f7f7
    }
}

.custom-select__list-item_without_padding {
    padding: 0
}

.custom-select__list-item_without_vertical_padding {
    padding-top: 0;
    padding-bottom: 0
}

.custom-filter_review_page {
    margin-top: 40px
}

@media (min-width: 768px) {
    .custom-filter_review_page {
        margin-top: 48px
    }
}

@media (min-width: 1024px) {
    .custom-filter_review_page {
        margin-top: 72px
    }
}

.custom-filter__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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
}

.custom-filter__column {
    max-width: 235px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.custom-filter__column:not(:last-child) {
    margin-right: 30px
}

.active-filter {
    display: none
}

.active-filter_page_our_projects .active-filter__title {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff
}

.active-filter_offset_top {
    margin-top: 30px
}

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

.active-filter__title {
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.3;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.active-filter__group {
    margin-left: 20px
}

.active-filter__clear-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px
}

.filter-tag {
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.95;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 2px 37px 2px 15px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #e0e0e0
}

.filter-tag:not(:last-child) {
    margin-right: 10px
}

@media (pointer: fine) {
    .filter-tag:hover {
        background-color: #5ccae9
    }
}

.filter-tag:after,
.filter-tag:before {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 1px;
    height: 15px;
    content: '';
    background-color: #556170
}

.filter-tag:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-tag:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.filter-tag_active {
    background-color: #5ccae9
}

.filter-tag_static {
    padding-right: 15px;
    cursor: default
}

.filter-tag_static:before,
.filter-tag_static:after {
    content: none
}

.filter-tag_translucent {
    color: #fff;
    background: rgba(2, 3, 3, 0.4)
}

.filter-tag_translucent:hover {
    background: rgba(2, 3, 3, 0.4)
}

@media (min-width: 545px) {
    .filter-tag_mobile {
        display: none
    }
}

@media (max-width: 544px) {
    .filter-tag_desktop-tablet {
        display: none
    }
}

.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
    }
}
