.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

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

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 20px
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.page-banner {
    width: 100%;
    height: 223px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-company__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 60px;
    padding-bottom: 80px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7
}

.sidebar {
    position: sticky;
    margin-top: -150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .08);
    padding: 32px 12px 20px;
    z-index: 10;
    background: #fff;
    top: 30px
}

.sidebar__company-top {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.sidebar__logo {
    display: block;
    height: 116px;
    width: 116px
}

.sidebar .helpInf {
    height: 20px;
    width: 20px;
    background: url(../img/icons/check.svg) no-repeat center
}

.sidebar__company-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.sidebar__scroll-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: #eaf1fa;
    height: 39px;
    width: 215px;
    border-radius: 22px;
    padding: 4px 6px 4px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4
}

.sidebar__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border: 1px solid #e3ecf6;
    background: #fff;
    height: 31px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 16px;
    padding: 6px 12px 6px 12px
}

.sidebar__rating::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/icons/star.svg) no-repeat center
}

.sidebar__company-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2282ed;
    text-decoration: underline
}

.sidebar__company-description {
    color: #696969;
    font-size: 15px;
    line-height: 1.3;
    text-align: center
}

.sidebar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.sidebar__actions 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-radius: 100px;
    padding: 12px 60px;
    width: 100%;
	text-decoration: none;
}

.sidebar__actions a a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2
}

.sidebar__orderService-btn {
    background: #0090ff;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar__orderService-btn:hover {
    color: #fff !important;
    background: #ffd91f
}

.sidebar__feedback-btn {
    color: #0090ff;
    border: 1px solid #0090ff;
    background: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar__feedback-btn:hover {
    color: #ffd91f;
    border-color: #ffd91f;
}

.sidebar__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3
}

.sidebar__company-reviews,
.sidebar__company-users {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar__company-users::before {
    content: url(../img/icons/users.svg);
    line-height: 1
}

.sidebar__company-reviews::before {
    content: url(../img/icons/reviews.svg);
    line-height: 1
}

.sidebar__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f8f8f8;
    padding: 16px 20px;
    gap: 12px
}

.sidebar__contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.sidebar__contact-row span {
    font-size: 14px;
    line-height: 1.4;
    color: #696969
}

.sidebar__contact-row a,
.sidebar__contact-row div {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px
}

.sidebar__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar__social-link {
    display: block;
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.sidebar__social-link:hover {
    opacity: .8
}

.sidebar__company-viewes {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #696969;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about {
    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%;
    margin-bottom: 80px;
}

.about__nav-links {
    position: sticky;
    top: 40px;
    z-index: 5;
    overflow-y: auto
}

.about__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding-top: 30px;
    position: relative;
    z-index: 5;
    overflow-y: auto;
    width: 100%
}

.about__nav::-webkit-scrollbar {
    width: 0;
    background: rgba(255, 255, 255, 0)
}

.about__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    color: #454545;
    padding: 0 16px 20px;
    border-bottom: 2px solid #e7e7e7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	text-decoration: none;
}

.about__link.active,
.about__link:hover {
    color: #0090ff;
    border-color: #0090ff;
    text-shadow: 0 0 0.65px #0090ff, 0 0 0.65px #0090ff;
}

.about__link-quantity {
    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;
    background: #0090ff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    width: 20px;
    height: 20px
}

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

.about__section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7e7e7
}

.about__main-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 17px
}

.about__main-info:not(:last-child) {
    margin-bottom: 6px
}

.about__description-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.about__description-text:not(:first-child) {
    margin-top: 18px
}

.about__description-services,
.about__description-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px
}

.about__description-services li,
.about__description-tools li {
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    list-style-position: inside
}

.about__description-services li a,
.about__description-tools li a {
    border-bottom: 1px solid #050505
}

.about__description-services li a:hover,
.about__description-tools li a:hover {
    border-color: #0090ff
}

.about__description-services {
    gap: 4px
}

.about__services-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px
}

.about__services-block--1 {
    margin-top: 24px
}

.about__services-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    color: #0090ff;
    letter-spacing: .08em
}

.about__services-table {
    border-collapse: collapse
}

.about__services-table tbody {
    gap: 4px
}

.about__services-table th {
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    color: #696969
}

.about__services-table tr {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    width: 100%
}

.about__services-table td,
.about__services-table th {
    padding: 12px 24px 10px
}

.about__services-table tr:nth-child(even) {
    background: #f6f6f6
}

.about__services-table .service-price {
    font-weight: 500
}

.about__portfolio-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    row-gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about__cases-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 60px;
    margin-top: 24px
}

.about .portfolio-card {
    max-width: 395px;
    margin: 0 auto;
    width: 100%;
/*    height: 461px;*/
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dce2ee;
    padding: 24px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about .portfolio-card__prev-block {
    display: block;
/*    height: 272px;*/
/*    height: 190px;*/
    width: 100%;
    overflow: hidden
}
.portfolio-card__prev-block img{
    object-fit: contain;
    object-position: center;
}
.about .portfolio-card__prev {
    display: block;
    height: 100%;
    width: 100%
}

.about .portfolio-card__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about .portfolio-card__name {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about .portfolio-card__name:not(:first-child) {
    margin-top: 12px
}

.about .portfolio-card__name:hover {
    color: #0090ff
}

.about .portfolio-card__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;
    padding-bottom: 12px;
    border-bottom: 1px solid #dce2ee
}

.about .portfolio-card__row:not(:first-child) {
    margin-top: 12px
}

.about .portfolio-card__row:not(:last-child) {
    margin-bottom: 4px
}

.about .portfolio-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #2282ed;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.about .portfolio-card__link::before {
    content: url(../img/icons/link.svg);
    line-height: 1
}

.about .portfolio-card .fa-heart::before {
    content: url(../img/icons/like.svg)
}

.about .portfolio-card .js_portfolioCard__like {
    font-size: 14px;
    line-height: 20px
}

.about .portfolio-card .portfolioCard__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.about .cases-card {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about .cases-card__prev {
    display: block;
    height: 308px;
    width: 100%;
    overflow: hidden
}

.about .cases-card__prev:not(:last-child) {
    margin-bottom: 16px
}

.about .cases-card__prev img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cases-card:hover img,
.portfolio-card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.cases-card:hover .articlesCard__heading,
.portfolio-card:hover .portfolio-card__name {
    color: #0090ff
}

.portfolioCard__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 8px
}

.portfolioCard__key {
    color: #7d8487;
    text-transform: uppercase
}

.contentBody__pagination {
    margin-top: 28px
}

.pagination__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.pagination__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;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid rgba(234, 235, 238, 1);
}

.pagination__link.active {
    background: #050505;
    color: #fff
}

.pagination__link_arrow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('../img/icons/arrow.svg') no-repeat center;
    background-size: 20%;
}

.pagination__link_arrow:disabled::before {
    opacity: .3
}

.pagination__link_prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.companynews {
    margin-top: 24px
}

.articlesCardWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.articlesCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    min-height: 169px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.articlesCard__thumb {
    display: block;
    width: 318px;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.articlesCard__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.articlesCard__heading {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px
}

.articlesCard__heading:not(:last-child) {
    padding-bottom: 12px
}

.articlesCard__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7d8487
}

.articlesCard__row:not(:last-child) {
    padding-bottom: 12px
}

.articlesCard__date {
    font-size: 14px;
    line-height: 20px
}

.articlesCard__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.articlesCard__views::before {
    content: url(../img/icons/eye-close-up.svg)
}

.articlesCard:hover .articlesCard__img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.articlesCard:hover .articlesCard__heading {
    color: #0090ff
}

.articlesCard__service {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #7d8487;
    position: relative;
    -webkit-transition: color 350ms .2s;
    -o-transition: color 350ms .2s;
    transition: color 350ms .2s;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 4px 12px;
    border-radius: 10px;
    background: #f2f2f2;
    z-index: 0
}

.articlesCard__service:hover {
    -webkit-transition: color 350ms;
    -o-transition: color 350ms;
    transition: color 350ms;
    color: #002d72;
    background: #f0f6ff
}

.vacancies {
    margin-top: 25px
}

.tabVacancy__vacancyWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px;
    column-gap: 26px;
    row-gap: 24px
}

.vacancy-card {
    width: 100%;
    padding: 26px 30px 0;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	margin: 0;
}

.vacancy-card:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(149, 157, 165, .2);
    box-shadow: 0 8px 24px 0 rgba(149, 157, 165, .2)
}

.vacancy-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.vacancy-card__header:not(:last-child) {
    margin-bottom: 12px
}

.vacancy-card__secvise {
    color: #7d8487;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    padding: 4px 12px;
    background: #f2f2f2;
    border-radius: 10px
}

.vacancy-card__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #7d8487
}

.vacancy-card__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-decoration: none
}

.vacancy-card:hover .vacancy-card__title {
    color: #0090ff
}

.vacancy-card__footer {
    padding-top: 16px;
    padding-bottom: 26px;
    border-top: 1px solid #e5e5e5;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.vacancy-card__price {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-left: auto
}

.vacancy-card__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: 24px
}

.vacancy-card__city,
.vacancy-card__time {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    gap: 8px
}

.vacancy-card__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.vacancy-card__logo {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.diplomas-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 69px;
    -moz-column-gap: 69px;
    column-gap: 69px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 40px
}

.diplom-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 210px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.diplom-card__zoom {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 52px !important;
    height: 52px !important;
    -o-object-fit: contain;
    object-fit: contain
}

.diplom-card__prev {
    position: relative;
    display: block;
    width: 100%;
    height: 296px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.diplom-card__prev a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.diplom-card__prev a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.diplom-card__prev a:not(:last-child) {
    margin-bottom: 10px
}

.diplom-card__prev::before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4)
}

.diplom-card__year {
    font-size: 14px;
    line-height: 1.4;
    color: #696969
}

.diplom-card__name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.diplom-card:hover .diplom-card__zoom {
    opacity: 1
}

.diplom-card:hover .diplom-card__prev::before {
    display: block
}

.diplom-card:hover .diplom-card__name {
    color: #0090ff
}

.technologies-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    border-top: 1px solid #e7e7e7;
    gap: 24px
}

.technologies-block__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px
}

.technologies-block__title:not(:last-child) {
    padding-bottom: 16px
}

.technologies-block__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 12px
}

.technologies-block__technology-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.technologies-block__technology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #f3f3f4;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #3d3d4e;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms
}

.technologies-block__technology:hover {
    color: #002d72;
    background: #f0f6ff
}

.about__description .about__section__title {
    border-bottom: none
}

.about__block {
    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%;
    padding: 0 24px;
    gap: 8px
}

.about__block:not(:last-child) {
    border-right: 1px solid #e6e6e6
}

.about__block-char {
    font-size: 14px;
    line-height: 1.4;
    color: #696969
}

.about__block-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3
}

.about__block-value--employees::before {
    content: url(../img/icons/employees.svg)
}

.about__block-value--year::before {
    content: url(../img/icons/year.svg)
}

.about__block-value--reviews::before {
    content: url(../img/icons/reviews.svg)
}

.about__block-value--cases::before {
    content: url(../img/icons/cases.svg)
}

.sortPanel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.tabReviews__sortPanel {
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tabReviews__sortPanel .sortPanel__sortBy {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.sortBy {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sortBy__name {
    font-weight: 400;
    line-height: 24px;
    margin-right: 20px
}

.sortBy__link {
    font-weight: 400;
    line-height: 24px;
    color: #868688;
    position: relative;
    text-decoration: none
}

.sortBy__link_current {
    color: #050505
}

.sortBy__link_current::before {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
    background-color: #0090ff;
    content: ""
}

.tabReviews__sortPanel .sortPanel__thumbBtn {
    text-align: right;
    margin-right: 0;
    margin-top: 17px
}

.sortBy__link:not(:last-child) {
    margin-right: 20px
}

.sortPanel__thumbBtn a.btn.btn_size_xl.btn_theme_fill.btn_color_c1.sortPanel__addbtn {
    background: #fff;
    border: 1px solid #0090ff;
    color: #0090ff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 16px 48px;
    text-align: center;
    display: block
}

.sortPanel__thumbBtn a.btn.btn_size_xl.btn_theme_fill.btn_color_c1.sortPanel__addbtn:hover {
    background: #fff3f5
}

@media (max-width:1200px) {
    .about__nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
	.about__nav-links {
		top: 0px;
	}
}

@media (max-width:61.99875em) {
    .about__link {
        padding: 0 10px 14px
    }

    .about__portfolio-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .about .portfolio-card {
        padding: 16px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    .about .portfolio-card__prev-block {
        height: 226px
    }

    .about .portfolio-card__prev {
        margin: 0 auto
    }

    .about .cases-card__prev {
        height: 252px
    }

    .tabVacancy__vacancyWrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .vacancy-card {
        padding: 16px 16px 0
    }

    .tabReviews__sortPanel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 24px
    }
}

@media (max-width:47.99875em) {
    .about-company__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-bottom: 0
    }

    .sidebar {
        position: relative;
        max-width: 400px;
        margin: -150px auto 0
    }

    .about {
        margin-bottom: 60px
    }

    .about section {
        margin-top: 24px
    }

    .about__section-title {
        font-size: 24px
    }

    .about__description-text {
        font-size: 14px
    }

    .about__description-services,
    .about__description-tools {
        gap: 8px;
        margin-top: 12px
    }

    .about__description-services li,
    .about__description-tools li {
        font-size: 14px
    }

    .about__services-block {
        gap: 6px
    }

    .about__services-table tr {
        font-size: 14px
    }

    .about__services-table td,
    .about__services-table th {
        padding: 12px 12px 10px
    }

    .about .portfolio-card__prev {
        width: 100%
    }

    .about .portfolio-card__prev img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .articlesCard {
        gap: 16px;
        min-height: 100%
    }

    .articlesCard__thumb {
        width: 216px
    }

    .articlesCard__img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .articlesCard__row {
        gap: 14px
    }

    .vacancy-card__footer {
        padding-bottom: 16px
    }

    .diplomas-block {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-bottom: 18px;
    }

    .diplom-card__prev a {
        height: auto
    }

    .diplom-card {
        width: 100%;
        max-width: 210px;
    }

    .diplom-card__name {
        font-size: 14px
    }

    .technologies-block {
        padding-top: 0;
        border-top: unset
    }

    .about__block {
        padding: 16px 12px;
        border: 1px solid #e6e6e6;
        gap: 4px
    }

    .tabReviews__sortPanel .sortPanel__thumbBtn {
        width: 100%
    }

    .sortPanel__thumbBtn a.btn.btn_size_xl.btn_theme_fill.btn_color_c1.sortPanel__addbtn {
        width: 100%
    }
}

@media (max-width:29.99875em) {
    .about__main-info {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        border: none;
        padding: 0
    }

    .about__cases-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

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

    .articlesCard__thumb {
        width: 100%;
        height: 170px
    }
}

@media (max-width:61.99875em) and (min-width:47.99875em) {
    .about-company__content {
        gap: 40px
    }

    .about__cases-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }

    .articlesCard {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:1200px) {
    .about {
        overflow: hidden;
    }
}

@media (max-width:400px) {
    .diplom-card__prev {
        height: 100%;
        margin-bottom: 16px;
    }
}

@media (max-width:600px) {
	.about__description p {
		font-size: 15px;
	}
}

@media (max-width:990px) and (min-width:767.9px) {
    .about__main-info {
        padding: 17px 0;
    }

    .about__block {
        padding: 0 16px;
    }
}

.about .about__description {
    margin-top: 36px;
}

@media (max-width:767.9px) {
    .about .about__description {
        margin-top: 24px;
    }
}

.breadcrumb__container {
    padding: 0 20px;
}

@media (max-height:740px) and (min-height:500px) and (min-width:47.99875em) {
    .sidebar {
        padding-top: 20px;
        top: 10px;
        gap: 16px
    }

    .sidebar__company-top {
        gap: 10px
    }

    .sidebar__logo {
        height: 100px;
        width: 100px
    }

    .sidebar__contacts {
        padding: 14px 20px
    }

    .sidebar__company-viewes {
        padding-top: 16px
    }
}

@media (max-height:620px) and (min-height:500px) and (min-width:47.99875em) {
    .sidebar {
        gap: 12px
    }

    .sidebar__logo {
        height: 92px;
        width: 92px
    }

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

    .sidebar__actions a {
        padding: 12px
    }

    .sidebar__contacts {
        gap: 8px;
        padding: 8px 20px
    }

    .sidebar__company-viewes {
        padding-top: 8px
    }
}

@media (max-height:500px) and (min-width:47.99875em) {
    .sidebar {
        position: relative;
    }

    .about .about__diplomas {
        margin-bottom: 0
    }

    .diplomas-block {
        margin-bottom: 0;
    }
}

@media (max-width:870px) and (min-width:767.9px) {
    .diplomas-block {
        column-gap: 16px;
    }

    .diplom-card {
        width: 185px;
    }
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee span {
    display: inline-block;
}

.portfolio-card:hover .marquee span {
    -webkit-animation: marquee 10s infinite linear;
    animation: marquee 10s infinite linear;
}

@-webkit-keyframes marquee {
    100% {
        margin-left: -80%;
    }
}

@keyframes marquee {
    100% {
        margin-left: -80%;
    }
}

.vacancy-card {
    max-width: 100% !important;
}
.breadcrumb {
    display: block;
}
.pagination__link {
    cursor: pointer;
}
.portfolioCard__key {
    margin-bottom: 0;
}
.sidebar__scroll-block {
    width: 225px;
}
.sidebar .helpInf {
    height: 20px !important;
    width: 20px !important;
    background: url(../img/icons/check.svg) no-repeat center !important;
}
.about__portfolio .about__section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-card__link {
    word-break: break-all;
    margin-right: 15px;
}

.about__reviews a.btn span {
    justify-content: center;
}

.about__reviews a.btn.btn_size_xl {
    height: auto;
}

.company-category .news-item-image img {
    width: 50%;
}

.category-articles-titles {
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.category-articles-title {
    font-size: 24px;
    font-weight: 500;
}

.category-articles-all {
    vertical-align: middle;
    align-items: center;
    justify-content: space-evenly;
    display: flex;
}

.category-articles-all a {
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
}

.slide-button {
    width: 46px;
    height: 46px;
    border: 2px solid #EAEBEE;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: background-color 1s;
}

.slide-button {
    width: 46px;
    height: 46px;
    border: 2px solid #EAEBEE;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    transition: background-color 1s;
}

.slide-button:last-child {
    margin-left: 10px;
}

.home-news-item {
    display: flex;
    flex-direction: column;
}

a.news-item-image {
    margin-bottom: 10px;
}

.news-item-title {
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 8px;
}

.company-category .news-item-image img {
    width: 50% !important;
    margin: auto;
}

.news-item-date {
    font-size: 14px;
    color: #7D8487;
    text-decoration: none;
}

.home-news .owl-nav {
    display: none !important;
}

@media (min-width: 1286px) {
    .rating-content.custom_table li ul .position, 
    .rating-header.custom_table .position {
        flex-basis: 50px;
    }
}

.rating-content.custom_table li ul .company, 
.rating-header.custom_table .company {
    min-width: 140px;
}
.rating-content.custom_table li  ul .portfolio-counter, 
.rating-header.custom_table .portfolio-counter {
    flex-basis: 100px;
}