.advantages__item-decor:before,
.create-content:before {
    left: 0;
    background-color: var(--dark-style-color);
    content: ""
}

.portfolio__img,
.reviews-section__link {
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s
}

.create-content:before,
.running-lines__window {
    background-image: url(../webp/noise-bg.webp);
    background-size: cover
}

.advantages__item-text li:before,
.create-content:before,
.running-lines__window {
    background-repeat: no-repeat;
    background-position: center
}

.advantages__item-text li:before,
.create-content:before,
.how-help,
.running-lines__window,
.why-us {
    background-position: center
}

.blog-posts__form input,
.blog__form form input {
    padding-top: 0;
    background-color: transparent;
    padding-bottom: 0
}

.advantages__item-text li:before,
.career-description__article li:before,
.post-item__article li:before {
    background-image: url(../svg/arrow-right-fiolet.svg)
}

.faq__accordion-item.open .faq__accordion-link-icon:before,
.single-faq__accordion-item.open .single-faq__accordion-link-icon:before {
    content: "-"
}

@-webkit-keyframes running-lines-infinite {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@keyframes running-lines-infinite {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.dark-page .create {
    padding-bottom: 25px;
    margin-top: -160px
}

.dark-page .create-content:before {
    background-color: #26263d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26263d), to(#202032));
    background-image: -o-linear-gradient(top, #26263d 0, #202032 100%);
    background-image: linear-gradient(180deg, #26263d 0, #202032 100%);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25)
}

.create {
    padding-top: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.create-content {
    position: relative;
    padding: 0 calc(50px + var(--padding-with-portfolio-btn)) 0 177px
}

.create-content:before {
    display: block;
    position: absolute;
    top: 0;
    width: 105%;
    height: 90%;
    z-index: -1;
    -webkit-transform: matrix(1, -.02, .02, 1, -5, 19);
    -ms-transform: matrix(1, -.02, .02, 1, -5, 19);
    transform: matrix(1, -.02, .02, 1, -5, 19)
}

.advantages__item-text li,
.blog__form,
.blog__form form,
.create-content__container,
.hero-counter__container,
.hero-counter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.create__img-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 630px;
    flex: 0 1 630px;
    position: relative
}

.create__img {
    width: 100%;
    position: absolute;
    top: -63px
}

.create__img-layer {
    position: absolute;
    width: 68%;
    height: auto
}

.layer-1 {
    z-index: 2;
    left: 0;
    top: 0
}

.layer-2 {
    z-index: 1;
    left: 17%;
    top: 30px
}

.layer-3 {
    z-index: 0;
    right: 0;
    top: 58px
}

.create__text {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 100px;
    padding-bottom: 124px;
    padding-left: 2px;
    overflow: hidden
}

.create__text-content {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg)
}

.create__text-content .section-headline {
    color: var(--white)
}

.create__text-content .section-description {
    margin-top: 7px;
    color: var(--light-text-color);
    max-width: 637px
}

@media (min-width:2000px) {
    .dark-page .create {
        margin-top: -185px
    }

    .create-content__container {
        gap: 0 100px
    }
}

@media (min-width:3000px) {
    .create__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 900px;
        flex: 0 1 900px
    }

    .create__text-content .section-description {
        max-width: 1000px
    }

    .create .create__text {
        padding-top: 130px;
        padding-bottom: 145px
    }
}

@media (max-width:1790px) {
    .create-content {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .create-content {
        padding-left: 70px;
        padding-right: calc(20px + var(--padding-with-portfolio-btn))
    }

    .create__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 510px;
        flex: 0 1 510px
    }
}

@media (max-width:1485px) {
    .create__text {
        padding-top: 85px;
        padding-bottom: 97px
    }
}

@media (max-width:1440px) {
    .dark-page .create {
        margin-top: -130px
    }

    .create {
        padding-top: 94px
    }

    .create-content {
        padding-left: 65px
    }

    .create__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 425px;
        flex: 0 1 425px
    }

    .create__img {
        top: -44px
    }

    .layer-2 {
        top: 16px
    }

    .layer-3 {
        top: 36px
    }

    .create__text-content .section-description {
        margin-top: 9px;
        max-width: 610px
    }
}

@media (max-width:1366px) {
    .create-content {
        padding-left: 30px
    }
}

@media (max-width:1050px) {
    .dark-page .create {
        margin-top: -21px
    }

    .create {
        padding-top: 0;
        padding-bottom: 30px
    }

    .create-content {
        padding: 0 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .create-content:before {
        background-image: url(../webp/noise-bg_s.webp);
        -webkit-transform: matrix(1, -.02, .02, 1, -5, 5);
        -ms-transform: matrix(1, -.02, .02, 1, -5, 5);
        transform: matrix(1, -.02, .02, 1, -5, 5);
        height: 90%
    }

    .create__text {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .create__img-container {
        position: absolute;
        right: 45px;
        bottom: -16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 300px;
        padding-top: 20%
    }

    .create__img {
        top: 0
    }

    .create__text {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .create__text-content .section-description {
        max-width: none;
        width: calc(100% - 300px)
    }
}

@media (max-width:950px) {
    .create__img-container {
        width: 255px;
        bottom: -31px;
        z-index: 1
    }

    .create__text-content .section-description {
        width: calc(100% - 255px)
    }
}

@media (max-width:768px) {
    .create__img-container {
        width: 221px;
        bottom: auto;
        top: 91px;
        padding-top: 24%
    }

    .create__text-content .section-description {
        width: calc(100% - 221px)
    }
}

.dark-page .advantages {
    margin-top: -47px
}

.advantages {
    padding: 0 calc(20px + var(--padding-with-portfolio-btn)) 143px 177px;
    margin-top: -25px
}

.advantages__content {
    width: 100%;
    max-width: 1481px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 0 30px
}

.advantages__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333333% - 22px);
    flex: 0 1 calc(33.333333% - 22px)
}

.advantages__item-headline {
    font-size: 1.38rem;
    line-height: 1.12;
    font-weight: 800;
    color: var(--dark-style-color);
    text-transform: uppercase
}

.advantages__item-text,
.error-btn__container,
.study-outcomes__content .section-description p+p,
.what-cost .btn {
    margin-top: 40px
}

.advantages__item-text li {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 12px
}

.advantages__item-text li:not(:first-child),
.services .section-description,
.what-cost .section-description {
    margin-top: 16px
}

.advantages__item-text li:before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 11px;
    background-size: auto
}

.advantages__item-decor {
    --decor-mb: 50px;
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    border-left: 1px solid var(--dark-style-color);
    z-index: -2
}

.blog-banner.small .blog-banner_description::before,
.false-approach-decor,
.js-filter-item:not(.is-visible),
.projects-items br {
    display: none
}

.advantages__item-decor:before {
    display: block;
    position: absolute;
    bottom: -14px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%
}

.advantages__item.approach {
    --approach-pt: 245px;
    padding-top: var(--approach-pt)
}

.advantages__item.approach .advantages__item-decor {
    height: calc(var(--approach-pt) - var(--decor-mb))
}

.advantages__item.team {
    --team-pt: 408px;
    padding-top: var(--team-pt)
}

.advantages__item.team .advantages__item-decor {
    height: calc(var(--team-pt) - var(--decor-mb))
}

.advantages__item.solutions {
    --solutions-pt: 266px;
    padding-top: var(--solutions-pt)
}

.advantages__item.solutions .advantages__item-decor {
    height: calc(var(--solutions-pt) - var(--decor-mb))
}

@media (min-width:2000px) {
    .dark-page .advantages {
        margin-top: -50px
    }

    .advantages {
        margin-top: -32px
    }

    .advantages__content {
        max-width: none
    }

    .advantages__item-content {
        max-width: 85%
    }
}

@media (min-width:3000px) {
    .dark-page .advantages {
        margin-top: -67px
    }

    .advantages {
        margin-top: -57px
    }

    .advantages__item-text li:before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        height: 20px;
        background-size: 100%
    }
}

@media (max-width:1790px) {
    .advantages {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .advantages {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .advantages {
        padding-left: 75px;
        margin-top: -20px;
        padding-bottom: 100px
    }

    .advantages__item.approach {
        --approach-pt: 214px
    }

    .advantages__item.team {
        --team-pt: 361px
    }

    .advantages__item.solutions {
        --solutions-pt: 225px
    }

    .advantages__item-text {
        margin-top: 32px
    }
}

@media (max-width:1366px) {
    .advantages {
        padding-left: 35px
    }
}

@media (max-width:1050px) {
    .advantages {
        margin-top: -60px;
        padding-right: 45px
    }

    .advantages__item-decor {
        --decor-mb: 25px
    }

    .advantages__item.approach {
        --approach-pt: 160px
    }

    .advantages__item.team {
        --team-pt: 264px
    }

    .advantages__item.solutions {
        --solutions-pt: 187px
    }

    .advantages__item-text {
        margin-top: 16px
    }
}

@media (max-width:950px) {
    .advantages {
        padding: 0 45px 72px
    }

    .advantages,
    .dark-page .advantages {
        margin-top: -122px
    }

    .advantages__content {
        position: relative;
        display: grid;
        gap: 45px 51px;
        grid-template-columns: 32% 1fr;
        grid-template-areas: "solutions team" "solutions approach";
        margin-top: 71px
    }

    .false-approach-decor {
        display: block
    }

    .advantages__item.approach {
        --approach-pt: 0;
        grid-area: approach;
        position: static
    }

    .advantages__item.approach .advantages__item-decor {
        display: none
    }

    .advantages__item.team .advantages__item-decor.false-approach-decor {
        display: block;
        height: calc(100% + 10px);
        left: 0;
        right: auto
    }

    .advantages__item.team {
        --team-pt: 100px;
        grid-area: team;
        margin-right: 53px;
        width: 90%
    }

    .advantages__item.team .advantages__item-content {
        max-width: 230px;
        margin-left: auto
    }

    .advantages__item.team .advantages__item-decor {
        right: 7px;
        left: auto
    }

    .advantages__item.solutions {
        --solutions-pt: 135px;
        grid-area: solutions
    }
}

.dark-page .how-help,
.dark-page .services-info,
.dark-page .services-info .services-container,
.dark-page .services-why,
.dark-page .services-why .services-container,
.dark-page .why-us,
.main-slider__slide,
.running-text {
    position: relative
}

@media (max-width:768px) {
    .advantages__item-headline {
        font-size: 1.72rem;
        font-weight: 700
    }

    .advantages__item.team .advantages__item-content {
        max-width: 270px
    }
}

.running-text,
.services__slide-headline {
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:650px) {
    .advantages__content {
        gap: 30px
    }

    .advantages__item.team .advantages__item-content {
        margin-left: 30px
    }
}

.reviews-section {
    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;
    padding: 100px var(--padding-with-portfolio-btn) 100px 15px;
    gap: 0 100px
}

.reviews-section__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "logo stars" "logo text";
    gap: 10px;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.reviews-section__link-logo {
    grid-area: logo;
    align-self: center;
    justify-self: center;
    display: block;
    width: auto;
    height: 70px;
    max-width: 100%;
    max-height: 100%
}

.reviews-section__link-stars {
    grid-area: stars;
    align-self: end;
    display: block;
    width: 100%;
    height: auto
}

.reviews-section__link-text {
    grid-area: text;
    font-size: 1.11rem;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width:3000px) {
    .reviews-section__link {
        width: 350px
    }

    .reviews-section__link-logo {
        height: 100px
    }
}

@media (max-width:950px) {
    .reviews-section {
        padding: 100px 15px;
        gap: 0 50px
    }

    .reviews-section__link-logo {
        height: auto
    }

    .reviews-section__link-stars {
        width: 90%
    }
}

@media (max-width:660px) {
    .reviews-section__link-stars {
        width: 75%
    }
}

@media (max-width:580px) {
    .create {
        padding-bottom: 0
    }

    .create-content {
        padding: 10px 15px 0
    }

    .create__img-container {
        display: none
    }

    .create__text {
        padding-top: 30px;
        padding-bottom: 53px
    }

    .create__text-content {
        text-align: center
    }

    .create__text-content .section-description {
        width: auto
    }

    .create-content:before {
        -webkit-transform: matrix(1, -.02, 0, 1, 0, 6);
        -ms-transform: matrix(1, -.02, 0, 1, 0, 6);
        transform: matrix(1, -.02, 0, 1, 0, 6);
        height: 95%
    }

    .advantages {
        margin-top: -10px;
        padding: 0 15px 60px
    }

    .dark-page .advantages {
        margin-top: -25px
    }

    .advantages__content {
        margin-top: 0;
        gap: 40px;
        grid-template-columns: 1fr;
        grid-template-areas: "solutions" "approach" "team"
    }

    .advantages__item-decor {
        --decor-mb: 19px
    }

    .advantages__item.solutions {
        --solutions-pt: 74px
    }

    .advantages__item.approach {
        position: relative;
        padding-top: 23px
    }

    .advantages__item.approach .advantages__item-decor {
        display: block;
        height: 1px;
        width: 65%;
        border-left: none;
        border-bottom: 1px solid var(--dark-style-color);
        top: 0;
        right: -15px;
        left: auto
    }

    .advantages__item.team .advantages__item-decor.false-approach-decor {
        display: none
    }

    .advantages__item.approach .advantages__item-decor::before,
    .advantages__item.team .advantages__item-decor:before {
        top: 50%;
        left: -7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .advantages__item.team {
        justify-self: start;
        max-width: none;
        padding: 23px 0 0;
        margin: 0;
        width: 100%
    }

    .advantages__item-text {
        margin-top: 24px
    }

    .advantages__item.team .advantages__item-decor {
        height: 1px;
        width: 20%;
        border-left: none;
        border-bottom: 1px solid var(--dark-style-color);
        top: 0;
        left: -15px
    }

    .advantages__item.team .advantages__item-decor:before {
        right: -7px;
        left: auto
    }

    .advantages__item.team .advantages__item-content {
        max-width: none;
        margin-left: 0
    }

    .reviews-section {
        padding-bottom: 30px;
        gap: 24px
    }

    .reviews-section__link {
        gap: 3px 5px
    }

    .reviews-section__link-text {
        font-size: .8rem
    }

    .reviews-section__link-stars {
        width: 90%
    }

    .contact-form__container .wpcf7 form {
        background-color: #715dc2;
        padding: 40px 24px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
        height: 39px
    }

    .flag-box,
    .iti-flag {
        margin-bottom: 0
    }
}

.running-lines__section {
    padding-top: 42px
}

.running-lines__window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 103%;
    height: 200px;
    overflow: hidden
}

.running-logo {
    background-color: rgba(217, 217, 217, .1);
    -webkit-transform: matrix(1, .04, -.03, 1, -6, 0);
    -ms-transform: matrix(1, .04, -.03, 1, -6, 0);
    transform: matrix(1, .04, -.03, 1, -6, 0)
}

.running-logo .running-lines__content {
    display: grid;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 80px;
    width: 210%;
    white-space: nowrap;
    padding-right: 80px
}

.dark-page .running-logo {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26263d), to(#202032));
    background-image: -o-linear-gradient(top, #26263d 0, #202032 100%);
    background-image: linear-gradient(180deg, #26263d 0, #202032 100%)
}

.running-lines__item {
    height: 46px
}

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

.running-lines__content {
    will-change: transform
}

.running-text {
    background-color: var(--style-color);
    font-size: 3.56rem;
    line-height: 1.19;
    color: var(--white);
    white-space: nowrap;
    -webkit-transform: matrix(1, -.04, .03, 1, -5, -39);
    -ms-transform: matrix(1, -.04, .03, 1, -5, -39);
    transform: matrix(1, -.04, .03, 1, -5, -39);
    z-index: 1;
    outline: transparent solid 1px
}

.running-text .running-lines__content {
    width: 100%;
    white-space: nowrap;
    padding-right: 60px
}

.running-text .running-lines__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200%;
    animation: 30s linear infinite reverse running-lines-infinite
}

.dark-page .running-text {
    background-color: #684fc6
}

.running-logo .running-lines__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220%
}

@media (min-width:2000px) {
    .running-lines__section {
        padding-top: 55px;
        padding-bottom: 95px
    }
}

@media (min-width:2500px) {
    .running-lines__section {
        padding-bottom: 220px
    }
}

@media (min-width:2900px) {
    .running-lines__section {
        padding-bottom: 385px;
        padding-top: 100px
    }

    .running-lines__item {
        height: 75px
    }
}

@media (max-width:1440px) {
    .running-lines__section {
        padding-top: 19px
    }

    .running-lines__window {
        height: 160px
    }

    .running-logo .running-lines__content {
        gap: 0 50px;
        padding-right: 50px
    }

    .running-logo {
        gap: 65px;
        -webkit-transform: matrix(1, .03, -.03, 1, -6, 0);
        -ms-transform: matrix(1, .03, -.03, 1, -6, 0);
        transform: matrix(1, .03, -.03, 1, -6, 0)
    }

    .running-lines__item {
        height: 35px
    }

    .running-text {
        font-size: 3rem;
        -webkit-transform: matrix(1, -.03, .05, 1, -5, -22);
        -ms-transform: matrix(1, -.03, .05, 1, -5, -22);
        transform: matrix(1, -.03, .05, 1, -5, -22)
    }
}

@media (max-width:1050px) {
    .running-lines__section {
        padding-top: 16px;
        padding-bottom: 7px
    }

    .running-lines__window {
        height: 100px;
        background-image: url(../webp/noise-bg_s.webp)
    }

    .partners__slide-img {
        height: 26px
    }

    .running-logo {
        gap: 44px;
        -webkit-transform: matrix(1, .03, 0, 1, -6, 0);
        -ms-transform: matrix(1, .03, 0, 1, -6, 0);
        transform: matrix(1, .03, 0, 1, -6, 0)
    }

    .running-text {
        font-size: 2rem;
        -webkit-transform: matrix(1, -.03, .02, 1, -5, -4);
        -ms-transform: matrix(1, -.03, .02, 1, -5, -4);
        transform: matrix(1, -.03, .02, 1, -5, -4)
    }
}

@media (max-width:768px) {
    .running-text {
        font-size: 2.29rem
    }
}

.how-help,
.how-help__icon-cube,
.how-help__icon-decor,
.why-us {
    background-size: cover;
    background-repeat: no-repeat
}

.dark-page .faq::before,
.dark-page .how-help::before,
.dark-page .why-us::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(23, 23, 34, .5)
}

.dark-page .why-us .section-headline {
    position: relative;
    z-index: 1;
    color: var(--style-color)
}

.why-us {
    margin-top: -35px;
    padding: 130px var(--portfolio-btn-width) 150px 140px;
    background-image: url(../webp/background_dark_01.webp)
}

.benefits .section-headline,
.why-us .section-headline {
    color: var(--white);
    padding-left: 45px
}

.benefits__slider,
.latest__slider,
.pagination__container,
.study-challenges__item:not(:first-child),
.why-us__slider {
    margin-top: 60px
}

.why-us__slider .slider-track {
    gap: 0 16px;
    counter-reset: slide-counter
}

.dark-page .services__slider .slider-controls,
.why-us__slider .slider-controls {
    color: var(--white)
}

@media (min-width:3000px) {
    .why-us .section-headline {
        padding-left: 80px
    }
}

@media (max-width:1790px) {
    .why-us {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .why-us {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .why-us {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 33px
    }

    .why-us__slider {
        margin-top: 54px
    }
}

@media (max-width:1050px) {
    .why-us {
        padding: 85px 0 70px 7px;
        background-image: url(../webp/background_dark_01_s.webp)
    }

    .why-us .section-headline {
        padding-left: 30px
    }

    .why-us__slider .slider-track {
        gap: 0 5px
    }
}

@media (max-width:580px) {
    .running-lines__section {
        padding-top: 9px;
        padding-bottom: 5px
    }

    .running-lines__window {
        height: 82px;
        background-size: auto
    }

    .running-logo {
        -webkit-transform: matrix(1, .03, .04, 1, -6, 0);
        -ms-transform: matrix(1, .03, .04, 1, -6, 0);
        transform: matrix(1, .03, .04, 1, -6, 0)
    }

    .running-logo .running-lines__content {
        gap: 0 40px;
        padding-right: 40px
    }

    .running-lines__item {
        height: 26px
    }

    .running-text {
        font-size: 1.71rem;
        -webkit-transform: matrix(1, -.03, .03, 1, -5, -4);
        -ms-transform: matrix(1, -.03, .03, 1, -5, -4);
        transform: matrix(1, -.03, .03, 1, -5, -4)
    }

    .why-us {
        padding: 60px 24px 70px
    }

    .why-us .section-headline {
        padding-left: 0;
        text-align: center
    }

    .why-us__slider {
        margin-top: 40px
    }

    .why-us__slider .slider-track {
        width: 100%;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        gap: 30px 16px
    }

    .why-us__slider .slider-controls {
        display: none
    }
}

.dark-page .have-idea__content::after,
.dark-page .have-idea__content::before {
    background-image: none
}

.dark-page .have-idea__content::before {
    background-color: #463294
}

.dark-page .have-idea__content::after {
    background-color: #6a51ca
}

.have-idea {
    padding-top: 210px
}

.have-idea__content {
    position: relative;
    padding: 0 calc(50px + var(--padding-with-portfolio-btn)) 0 112px
}

.have-idea__content::after,
.have-idea__content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1
}

.have-idea__content::before {
    top: 0;
    width: 105%;
    height: 55%;
    background-image: url(../webp/noise-bg.webp), -o-linear-gradient(359.97deg, #e2d8f3 -.26%, #daebf6 100.24%);
    background-image: url(../webp/noise-bg.webp), linear-gradient(90.03deg, #e2d8f3 -.26%, #daebf6 100.24%);
    -webkit-transform: matrix(1, .02, -.03, 1, -6, 0);
    -ms-transform: matrix(1, .02, -.03, 1, -6, 0);
    transform: matrix(1, .02, -.03, 1, -6, 0)
}

.have-idea__content::after {
    bottom: 12px;
    width: 105%;
    height: 85%;
    background-color: #9a80ff;
    background-image: url(../webp/noise-bg.webp);
    -webkit-transform: matrix(1, -.02, .02, 1, -4, 0);
    -ms-transform: matrix(1, -.02, .02, 1, -4, 0);
    transform: matrix(1, -.02, .02, 1, -4, 0)
}

.have-idea__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 13px
}

.have-idea__img-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 547px;
    flex: 0 1 547px
}

.have-idea__img,
.have-idea__img img {
    position: absolute;
    bottom: -12px;
    width: 100%;
    height: 100%
}

.have-idea__img img {
    bottom: 0;
    left: 0;
    height: auto
}

.have-idea__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 120px;
    padding-bottom: 80px
}

.have-idea__text-content {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    text-align: center;
    color: var(--white)
}

.have-idea .section-description {
    color: var(--light-text-color);
    margin-top: 16px
}

.knowledge .section-headline,
.services .section-headline,
.services__slider .slider-controls,
.what-cost .section-headline {
    color: var(--dark-style-color)
}

.have-idea .btn {
    margin-top: 30px
}

@media (min-width:2500px) {
    .why-us {
        margin-top: -50px
    }

    .have-idea__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 650px;
        flex: 0 1 650px
    }

    .have-idea__img {
        bottom: -18px
    }
}

@media (min-width:3000px) {
    .have-idea__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 775px;
        flex: 0 1 775px
    }

    .have-idea__img {
        bottom: -26px
    }
}

@media (max-width:1790px) {
    .have-idea__content {
        padding-left: 93px
    }
}

@media (max-width:1680px) {
    .have-idea__content {
        padding-left: 64px;
        padding-right: calc(20px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1440px) {
    .have-idea {
        padding-top: 160px
    }

    .have-idea__content {
        padding-left: 4px
    }

    .have-idea__content::after {
        bottom: 9px;
        -webkit-transform: matrix(1, -.02, .01, 1, -4, 0);
        -ms-transform: matrix(1, -.02, .01, 1, -4, 0);
        transform: matrix(1, -.02, .01, 1, -4, 0)
    }

    .have-idea__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 447px;
        flex: 0 1 447px
    }

    .have-idea__text {
        padding-top: 93px;
        padding-bottom: 57px
    }
}

@media (max-width:1050px) {
    .have-idea {
        padding-top: 65px
    }

    .have-idea__content {
        padding-right: 45px;
        padding-bottom: 10px
    }

    .have-idea__img-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 330px;
        flex: 0 1 330px
    }

    .have-idea__img {
        bottom: -20px
    }

    .have-idea__text {
        padding-top: 55px;
        padding-bottom: 40px
    }

    .have-idea .section-description {
        margin-top: 4px
    }

    .have-idea .btn {
        margin-top: 15px
    }

    .have-idea__content::before,
    .have-idea__content:after {
        background-image: url(../webp/noise-bg_s.webp)
    }
}

.services {
    padding: 150px var(--portfolio-btn-width) 150px 183px
}

.knowledge__slider,
.services__slider {
    margin-top: 80px
}

.services__slide {
    width: 370px;
    height: 500px;
    position: relative;
    background-color: var(--dark-style-color)
}

.services__slide-bg,
.services__slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.services__slide-bg {
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    overflow: hidden
}

.services__slide-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.knowledge__item:hover .knowledge__item-bg img,
.services__slide.active .services__slide-bg img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.how-help__icon-decor,
.services-why__list::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.services__slide-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-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px 0;
    padding: 0 18px 24px 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41.15%, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .9)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .2) 41.15%, rgba(0, 0, 0, .9) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2) 41.15%, rgba(0, 0, 0, .9) 100%)
}

.services__slide-headline {
    font-size: 1.78rem;
    line-height: 1.12;
    color: var(--white)
}

.services__slide-text {
    color: var(--white);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s
}

.services__slide:hover .services__slide-text {
    max-height: 100%;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

@media (min-width:2500px) {
    .services__slide {
        width: 510px;
        height: 610px
    }
}

@media (min-width:3000px) {
    .services__slide {
        width: 600px;
        height: 760px
    }
}

@media (max-width:1790px) {
    .services {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .services {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .services {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .services__slider {
        margin-top: 60px
    }
}

@media (max-width:1366px) {
    .services {
        padding-left: 50px
    }
}

@media (max-width:1050px) {
    .services {
        padding: 80px 0 80px 40px
    }

    .services__slider {
        margin-top: 45px
    }

    .services__slide {
        width: 216px;
        height: 292px
    }

    .services__slide-content {
        padding: 0 16px 16px;
        gap: 8px 0
    }

    .services__slide-headline {
        font-size: 1.125rem
    }

    .services__slide-text {
        font-size: .875rem
    }

    .services__slide:hover .services__slide-text {
        max-height: 0
    }

    .services__slide.active .services__slide-text {
        max-height: 100%
    }
}

.dark-page .how-help__link {
    position: relative;
    z-index: 1
}

.how-help {
    padding: 150px calc(188px + var(--padding-with-portfolio-btn)) 185px 172px;
    background-image: url(../webp/background_dark_02.webp)
}

.how-help .section-headline {
    color: var(--white);
    text-align: center
}

.how-help .section-description {
    margin-top: 24px;
    color: var(--light-text-color);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.how-help__content,
.portfolio__header .section-headline {
    color: var(--white)
}

.how-help__img-container {
    position: relative;
    padding-top: 95px;
    text-align: center;
    z-index: 0
}

.how-help__img-container img {
    height: auto
}

.how-help__content {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: -204px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1
}

.how-help__item {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 109px 1fr;
    grid-template-areas: "icon text";
    gap: 0 27px
}

.how-help__item:nth-child(3n-2) {
    grid-column: 1/3
}

.how-help__item:nth-child(3n+2) {
    grid-column: 3/-1;
    justify-self: end
}

.how-help__item:nth-child(3n) {
    grid-column: 1/-1;
    justify-self: center
}

.how-help__item-icon {
    position: relative;
    height: 165px;
    grid-area: icon
}

.how-help__item:hover .how-help__icon-cube {
    background-image: url(../webp/how_help_item_hover.webp)
}

.back-button:hover::after,
.close-lightbox:hover,
.how-help__item:hover .how-help__icon-decor {
    opacity: 1
}

.how-help__item-wrapper {
    grid-area: text;
    overflow: hidden
}

.how-help__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 350px;
    margin-top: 17px;
    font-weight: 400
}

.how-help__icon-cube,
.how-help__icon-decor {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../webp/how_help_item.webp);
    background-position: top center;
    -webkit-transition: background-image .6s;
    -o-transition: background-image .6s;
    transition: background-image .6s
}

.how-help__icon-decor {
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 242px;
    height: 104px;
    background-image: url(../webp/how_help_item_hover_2.webp);
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.how-help__link {
    margin-top: 86px;
    padding: 0 10px
}

.how-help__link .btn {
    height: 84px
}

@media (min-width:2500px) {
    .how-help__item-text {
        max-width: 500px
    }

    .how-help__link .btn {
        height: 100px
    }
}

@media (min-width:3000px) {
    .how-help__img-container img {
        width: 840px
    }

    .how-help__content {
        margin-top: -340px
    }

    .how-help__item-text {
        max-width: 680px
    }

    .how-help__item {
        grid-template-columns: 135px 1fr
    }

    .how-help__item-icon {
        height: 200px
    }
}

@media (max-width:1790px) {
    .how-help {
        padding-left: 100px;
        padding-right: calc(100px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1680px) {
    .how-help {
        padding-left: 70px;
        padding-right: calc(70px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1440px) {
    .how-help {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .how-help__img-container {
        padding-top: 80px
    }

    .how-help__img-container img {
        width: 580px;
        height: auto
    }

    .how-help__item {
        grid-template-columns: 93px 1fr
    }

    .how-help__item-icon {
        height: 141px
    }

    .how-help__item-text {
        max-width: 320px
    }

    .how-help__link {
        margin-top: 72px;
        padding: 0
    }
}

@media (max-width:1366px) {
    .how-help {
        padding-left: 30px;
        padding-right: calc(30px + var(--padding-with-portfolio-btn))
    }

    .how-help__img-container img {
        width: 480px
    }
}

@media (max-width:1050px) {
    .how-help {
        padding: 80px 40px;
        background-image: url(../webp/background_dark_02_s.webp)
    }

    .how-help__img-container {
        padding-top: 60px
    }

    .how-help__img-container img {
        width: 100%;
        max-width: 357px
    }

    .how-help .section-description {
        margin-top: 16px
    }

    .how-help__item {
        grid-template-columns: 72px 1fr;
        gap: 0 16px
    }

    .how-help__item-icon {
        height: 109px
    }

    .how-help__content {
        margin-top: -100px;
        gap: 0 10px
    }

    .how-help__link {
        margin-top: 60px
    }

    .how-help__link .btn {
        height: 58px
    }
}

@media (max-width:768px) {
    .how-help {
        background-image: url(../webp/background_dark_01_s.webp)
    }

    .how-help__item {
        grid-column: 1/-1;
        gap: 0 16px
    }

    .how-help__item:nth-child(odd) {
        grid-column: 1/-1;
        justify-self: start
    }

    .how-help__item:nth-child(2n) {
        grid-column: 1/-1;
        justify-self: end
    }

    .how-help__item:not(:first-child) {
        margin-top: -22px
    }

    .how-help__item-text {
        max-width: 235px
    }

    .what-cost .btn {
        margin-top: 32px
    }
}

.what-cost {
    padding: 80px var(--padding-with-portfolio-btn) 80px 15px
}

.what-cost__content {
    margin: 0 auto;
    width: 100%;
    max-width: 835px;
    text-align: center
}

.portfolio {
    width: calc(100% - var(--padding-with-portfolio-btn))
}

.portfolio__content {
    display: grid;
    width: 100%;
    grid-template-columns: 34% 32% 34%;
    min-width: 0
}

.portfolio__item {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: var(--style-color)
}

.portfolio__item:nth-child(2) {
    grid-row: 1/span 2;
    grid-column: 2/3;
    height: 100%
}

.portfolio-list-wrapper,
.portfolio__item-wrapper {
    height: 120%;
    overflow: hidden
}

.portfolio__item-btn {
    height: auto;
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
    padding-left: 40px;
    padding-top: 120px;
    background-color: transparent
}

.faq,
.knowledge__slide {
    background-color: var(--dark-style-color)
}

.portfolio__item:hover .portfolio__img {
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
    transform: scale(1.15) !important
}

.portfolio__link {
    display: block;
    -webkit-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    transform: translateY(-8%);
    height: 100%
}

.portfolio__header {
    padding: 76px 40px 0;
    grid-row: 1/2;
    grid-column: 1/2
}

.portfolio__header .section-description {
    margin-top: 18px;
    color: var(--light-text-color)
}

.portfolio__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (min-width:2000px) {
    .portfolio__item {
        height: 450px
    }

    .portfolio__item-btn {
        height: auto
    }

    .faq__content {
        grid-template-rows: 100px auto
    }
}

@media (min-width:2500px) {
    .portfolio__item {
        height: 650px
    }

    .portfolio__item-btn {
        height: auto
    }
}

@media (max-width:1485px) {
    .portfolio__header {
        padding: 54px 30px
    }

    .portfolio__item-btn {
        padding-left: 30px;
        padding-top: 83px
    }
}

@media (max-width:1440px) {
    .portfolio__content {
        grid-template-columns: 33% 34% 33%
    }

    .portfolio__item {
        height: 270px
    }

    .portfolio__item-btn {
        height: auto;
        padding-top: 125px
    }

    .portfolio__header .section-description {
        margin-top: 8px
    }
}

@media (max-width:1366px) {
    .portfolio__item-btn {
        padding-top: 0;
        -ms-flex-item-align: end;
        align-self: end;
        padding-bottom: 45px
    }
}

.dark-page .faq {
    background-color: #343464;
    position: relative
}

.faq {
    position: relative;
    padding: 100px calc(65px + var(--padding-with-portfolio-btn)) 100px 157px
}

.faq__content {
    position: relative;
    display: grid;
    gap: 39px 71px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "headline img" "accordion img";
    z-index: 1
}

.faq__content .section-headline {
    grid-area: headline;
    justify-self: end;
    color: var(--white)
}

.faq__accordion,
.single-faq__accordion {
    grid-area: accordion
}

.faq__accordion-item {
    padding: 16px 25px
}

.faq__accordion-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    text-align: left;
    font-size: 1.33rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.faq__accordion-link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    text-align: center;
    margin-right: 24px;
    margin-top: -2px
}

.faq__accordion-link-icon:before {
    content: "+";
    display: block;
    font-weight: 800;
    font-size: 1.78rem;
    line-height: 1.12
}

.faq__accordion-body {
    display: none;
    position: relative;
    margin-top: 16px;
    padding-left: 39px;
    color: var(--light-text-color)
}

.faq__accordion-body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: calc(100% - 10px);
    border-right: 1px solid var(--white)
}

.faq__accordion-item.open {
    padding: 25px;
    background-color: rgba(81, 76, 118, .8)
}

.faq__accordion-item.open .faq__accordion-body,
.js-filter-item.is-visible {
    display: block
}

.faq__img {
    grid-area: img
}

.faq__img img {
    width: 100%;
    height: auto
}

@media (max-width:1790px) {
    .faq {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .faq {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .faq {
        padding-left: 57px;
        padding-right: 19px
    }

    .faq__content {
        grid-template-columns: 1fr 630px;
        gap: 60px 0;
        grid-template-areas: "headline headline" "accordion img"
    }

    .faq__content .section-headline {
        justify-self: center;
        font-size: 1.5rem
    }
}

@media (max-width:1366px) {
    .faq {
        padding-left: 30px
    }
}

@media (max-width:1280px) {
    .have-idea__content::after {
        bottom: 6px
    }

    .portfolio__header {
        padding: 36px 15px 0 30px
    }

    .faq__content {
        grid-template-columns: 1fr 510px
    }
}

@media (max-width:1050px) {
    .portfolio {
        width: 100%
    }

    .portfolio__item {
        height: 190px
    }

    .portfolio__item-btn {
        height: auto
    }

    .faq {
        padding: 80px 45px
    }

    .faq__content {
        grid-template-columns: 1fr;
        grid-template-areas: "headline" "accordion";
        gap: 46px 0
    }

    .faq__img {
        display: none
    }
}

.knowledge {
    padding: 150px var(--portfolio-btn-width) 150px 182px
}

.knowledge .section-description {
    margin-top: 24px
}

.knowledge__slider .slider-track {
    gap: 0 24px
}

.knowledge__slide {
    width: 352px;
    height: 500px;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.knowledge__slide.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.knowledge__item,
.latest__item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: var(--light-text-color);
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.knowledge__item-content,
.portfolio-lightbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.knowledge__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    overflow: hidden
}

.knowledge__item-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

.knowledge__item-content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px 24px 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(50.52%, transparent), to(rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, transparent 50.52%, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, transparent 50.52%, rgba(0, 0, 0, .6) 100%);
    font-size: .83rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1
}

.knowledge__item:hover {
    color: var(--white)
}

.knowledge__item-head,
.knowledge__item-info {
    display: grid;
    grid-auto-flow: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 0 16px
}

.knowledge__item-head .decor {
    line-height: 1
}

.knowledge__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 7px;
    font-size: .83rem
}

.knowledge__item-info::before {
    content: "";
    display: block;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

.knowledge__item-headline {
    font-size: 1.33rem;
    line-height: 1.17;
    margin-top: 16px
}

@media (min-width:2000px) {
    .knowledge__slide {
        width: 400px;
        height: 515px
    }

    .filter-button {
        font-size: 1.3rem
    }
}

@media (min-width:2500px) {
    .faq__accordion-item {
        padding: 30px 25px
    }

    .faq__img {
        text-align: right
    }

    .faq__img img {
        max-width: 1160px
    }

    .knowledge__slide {
        width: 600px;
        height: 715px
    }
}

@media (min-width:3000px) {
    .what-cost__content {
        max-width: 1334px
    }

    .knowledge__slide {
        width: 700px;
        height: 835px
    }

    .knowledge__item-info::before {
        background-size: 100%
    }

    .views::before {
        width: 27px;
        height: 22px
    }

    .date:before,
    .read-time::before {
        width: 30px;
        height: 30px
    }

    .benefits .section-headline {
        padding-left: 80px
    }
}

@media (max-width:1790px) {
    .knowledge {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .knowledge {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .knowledge {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .knowledge__slider {
        margin-top: 60px
    }
}

@media (max-width:1366px) {
    .knowledge {
        padding-left: 50px
    }
}

@media (max-width:1050px) {
    .knowledge {
        padding: 80px 0 80px 40px
    }

    .knowledge .section-description {
        margin-top: 16px
    }

    .knowledge__slider {
        margin-top: 45px
    }

    .knowledge__slider .slider-track {
        gap: 0 16px
    }

    .knowledge__slide {
        width: 216px;
        height: 306px
    }

    .knowledge__item-content {
        padding: 15px 12px;
        font-size: .75rem
    }

    .knowledge__item-head {
        gap: 0 8px
    }

    .knowledge__item-info {
        gap: 0 5px
    }

    .knowledge__item-head .decor {
        line-height: 1;
        margin-top: 2px
    }

    .knowledge__item-headline {
        margin-top: 8px;
        font-size: .94rem
    }

    .main-slider__section .portfolio-btn {
        height: calc(100% - 21px)
    }
}

.main-slider__section {
    position: relative;
    width: 100%;
    background-color: #0e0d15
}

.main-slider__section .scroll-bottom__btn {
    position: fixed
}

.post-item__article iframe,
.swiper {
    width: 100%
}

.main-slider__img {
    display: block;
    width: 100%;
    height: auto
}

.main-slider__content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 50%;
    padding-left: 185px
}

.main-slider__headline,
.main-slider__subHeadline {
    display: block;
    font-weight: 800;
    text-transform: uppercase
}

.main-slider__headline {
    line-height: 1.19;
    color: #fff;
    font-size: 4rem
}

.main-slider__subHeadline {
    font-size: 1.78rem;
    color: var(--dark-style-color);
    margin-bottom: 24px
}

.main-slider__description {
    display: block;
    margin-top: 40px
}

@media (max-width:1790px) {
    .main-slider__content {
        padding-left: 120px
    }
}

@media (max-width:1680px) {
    .main-slider__content {
        padding-left: 90px
    }

    .lightbox__image {
        max-width: 95%
    }
}

@media (max-width:1540px) {
    .main-slider__section .scroll-bottom__btn {
        position: absolute
    }
}

@media (max-width:1440px) {
    .main-slider__content {
        padding-left: 78px
    }
}

@media (max-width:1366px) {
    .main-slider__content {
        padding-left: 40px
    }

    .main-slider__headline {
        font-size: 3.5rem
    }
}

@media (max-width:1190px) {
    .portfolio__header {
        padding: 36px 15px
    }

    .portfolio__item-btn {
        padding-top: 40px;
        padding-bottom: 80px;
        grid-row: 3;
        grid-column: 1/-1;
        text-align: center
    }

    .main-slider__headline {
        font-size: 3rem
    }
}

@media (max-width:950px) {
    .have-idea__img-container {
        display: none
    }

    .have-idea__content {
        padding-left: 45px
    }

    .portfolio__header .section-headline {
        font-size: 1.5rem
    }

    .portfolio__header .section-description {
        font-size: 1rem
    }

    .main-slider__headline {
        font-size: 2rem;
        line-height: 1.17
    }

    .main-slider__subHeadline {
        font-size: 1.3rem
    }
}

@media (max-width:768px) {
    .portfolio__item {
        height: 145px
    }

    .portfolio__item-btn {
        height: auto
    }

    .faq__accordion-link {
        margin-right: 16px
    }

    .main-slider__section {
        padding-top: var(--header-height)
    }

    .main-slider__slide {
        height: calc(100vh - var(--header-height));
        min-height: 690px
    }

    .main-slider__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .main-slider__content {
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 16px;
        padding-bottom: 79px;
        padding-right: calc(40px + var(--padding-with-portfolio-btn));
        text-align: center
    }

    .main-slider__content::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 56, 123, 0)), to(rgba(70, 56, 123, .9)));
        background-image: -o-linear-gradient(top, rgba(70, 56, 123, 0) 0, rgba(70, 56, 123, .9) 100%);
        background-image: linear-gradient(180deg, rgba(70, 56, 123, 0) 0, rgba(70, 56, 123, .9) 100%)
    }

    .main-slider__subHeadline {
        margin-bottom: 10px;
        font-size: 1.43rem;
        line-height: 1.12
    }

    .main-slider__headline {
        font-size: 3rem;
        max-width: 453px;
        line-height: 1.19
    }

    .main-slider__description {
        position: relative;
        margin-top: 0;
        max-width: 565px;
        font-size: 1.78rem;
        line-height: 1.6;
        z-index: 1
    }

    .dark-page .create {
        margin-top: -11px
    }

    .main-slider__section .portfolio-btn {
        height: calc(100% - 11px)
    }
}

.projects {
    margin-top: calc(150px + var(--header-height));
    margin-bottom: 174px
}

.projects__title {
    margin-bottom: 54px;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--style-color)
}

.career-goodies__container,
.portfolio-hero__container,
.projects-hero__container,
.projects-main__container,
.projects__container {
    padding-left: 100px;
    padding-right: 100px
}

.projects-content {
    margin: 0 auto;
    max-width: 1760px
}

.portfoliomain-page,
.portfoliosingle-page,
.projectpage-page {
    --portfolio-btn-width: 0px
}

.portfolio-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.portfolio-list__item {
    position: relative;
    padding-bottom: 66.6666666667%;
    overflow: hidden
}

.portfolio-list__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer
}

.projects-items__img,
.projects__slide-img {
    -webkit-transition: background-size .4s;
    -o-transition: background-size .4s
}

.portfolio-list__img.hover,
.portfolio-list__img:hover {
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
    transform: scale(1.15) !important
}

@media (min-width:2500px) {
    .filter-button {
        font-size: 1.4rem
    }

    .projects-content {
        max-width: 2200px
    }
}

@media (max-width:1440px) {
    .projects {
        margin-top: calc(120px + var(--header-height));
        margin-bottom: 68px
    }

    .projects__title {
        margin-bottom: 44px
    }
}

@media (max-width:1050px) {
    .projects {
        margin-top: calc(80px + var(--header-height));
        margin-bottom: 58px
    }

    .projects__container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:920px) {
    .projects {
        margin-top: calc(60px + var(--header-height));
        margin-bottom: 54px
    }

    .filter-list,
    .projects__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .filter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 70px 74px
    }
}

@media (max-width:768px) {
    .projects {
        margin-top: calc(40px + var(--header-height));
        margin-bottom: 42px
    }

    .projects__title {
        text-align: center;
        margin-bottom: 45px;
        font-size: 3.25rem;
        line-height: .93
    }

    .filter-list {
        gap: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 73px 45px
    }

    .filter-list__item {
        padding: 5px 10px
    }

    .portfolio-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px
    }
}

.projects-slider {
    margin-bottom: 159px
}

.projects-slider__container {
    padding-left: 100px
}

.projects-slider .slider-track {
    gap: 0 16px
}

.slider-headline {
    margin-bottom: 78px;
    color: var(--dark-style-color)
}

.projects__slide {
    position: relative;
    width: 375px;
    height: 340px;
    background-color: var(--dark-style-color)
}

.projects__slide.active .projects__slide-img {
    background-size: 110%
}

.projects__slide-img,
.projects__slide-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.projects__slide-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%)
}

.list-item__image,
.projects-list__img {
    -webkit-transform-origin: center;
    -ms-transform-origin: center
}

.projects__slide-text {
    padding: 27px;
    font-weight: 800;
    font-size: 3rem;
    line-height: .78;
    text-transform: uppercase;
    color: #fff;
    background: -o-linear-gradient(334.72deg, #291e40 6.8%, rgba(28, 29, 56, 0) 50.39%);
    background: linear-gradient(115.28deg, #291e40 6.8%, rgba(28, 29, 56, 0) 50.39%)
}

.close-lightbox,
.projects-items__img {
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:2000px) {
    .projects-slider .slider-track {
        gap: 0 24px
    }

    .projects__slide {
        width: 440px;
        height: 390px
    }
}

@media (min-width:2500px) {
    .projects-slider .slider-track {
        gap: 0 32px
    }

    .projects__slide {
        width: 560px;
        height: 440px
    }

    .projects__slide-text {
        line-height: .98
    }
}

@media (min-width:2900px) {
    .projects-content {
        max-width: 2500px
    }

    .projects__slide {
        width: 660px;
        height: 510px
    }

    .projects-slider .slider-track {
        gap: 0 42px
    }
}

@media (min-width:3500px) {
    .projects-content {
        max-width: 3200px
    }

    .projects__slide {
        width: 750px;
        height: 560px
    }

    .slider-headline {
        font-size: 2.9rem
    }

    .projects-slider .slider-track {
        gap: 0 50px
    }
}

@media (max-width:1440px) {
    .projects-slider {
        margin-bottom: 93px
    }

    .projects-slider__container {
        padding-left: 100px
    }

    .projects-container {
        padding: 0 100px
    }

    .lightbox__prev {
        margin-left: 0;
        position: relative;
        top: 0;
        left: 4%
    }

    .lightbox__next {
        margin-right: 0;
        position: relative;
        top: 0;
        right: 4%
    }
}

@media (max-width:1050px) {
    .projects-slider {
        margin-bottom: 93px
    }

    .projects-slider__container {
        padding-left: 45px
    }

    .projects-container {
        padding: 0 45px
    }

    .slider-headline {
        margin-bottom: 62px
    }

    .projects__slide {
        width: 273px;
        height: 249px
    }
}

@media (max-width:768px) {
    .projects__slide {
        width: 279px;
        height: 253px
    }

    .projects-slider {
        margin-bottom: 36px
    }

    .slider-headline {
        margin-bottom: 57px
    }

    .projects-slider .slider-track {
        gap: 0 11px
    }
}

@media (max-width:590px) {
    .projects__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .filter-list {
        gap: 12px;
        margin: 0 0 45px
    }

    .projects-slider__container {
        padding-left: 15px
    }

    .slider-headline {
        margin-bottom: 36px
    }

    .projects__slide {
        width: 215px;
        height: 194px
    }
}

.portfolio-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--dark-style-color);
    background-image: url(../jpg/lightbox-background-2.jpg);
    background-repeat: no-repeat;
    background-size: 480%;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

.portfolio-lightbox.lightbox--open {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.portfolio-lightbox__content {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.portfolio-lightbox__header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 122px;
    flex: 0 0 122px;
    padding: 23px 40px 0;
    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
}

.career-goodies__content,
.career-goodies__headline,
.lightbox-wrapper,
.lightbox__image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.lightbox-wrapper {
    gap: 30px;
    -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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.lightbox__image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1280px;
    flex: 0 1 1280px
}

.lightbox__image {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

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

.lightbox__next,
.lightbox__prev {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.lightbox__next:hover,
.lightbox__prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.lightbox__counter {
    font-size: 1.3rem;
    color: #fff;
    text-align: center
}

.close-lightbox {
    width: 45px;
    height: 45px;
    padding: 0;
    opacity: .7;
    background-image: url(../svg/close.svg);
    background-size: cover;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    cursor: pointer
}

@media (min-width:2000px) {
    .lightbox__logo {
        width: 190px;
        height: 75px
    }

    .lightbox__counter {
        font-size: 1.4rem
    }

    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 1600px;
        flex: 0 1 1600px
    }
}

@media (min-width:2500px) {
    .portfolio-lightbox__header {
        padding: 20px 30px 0
    }

    .lightbox__logo {
        width: 220px;
        height: 80px
    }

    .lightbox__counter {
        font-size: 1.5rem
    }

    .lightbox__next img,
    .lightbox__prev img {
        width: 35px;
        height: 55px
    }

    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 1950px;
        flex: 0 1 1950px
    }

    .close-lightbox {
        top: 45px;
        right: 50px;
        width: 60px;
        height: 60px
    }
}

@media (min-width:2900px) {
    .lightbox__logo {
        width: 300px;
        height: 90px
    }

    .lightbox__counter {
        font-size: 1.8rem;
        bottom: -75px
    }

    .lightbox__next img,
    .lightbox__prev img {
        width: 40px;
        height: 60px
    }

    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 1925px;
        flex: 0 1 1925px
    }
}

@media (min-width:3200px) {
    .close-lightbox {
        width: 70px;
        height: 70px
    }

    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 2225px;
        flex: 0 1 2225px
    }

    .lightbox__logo {
        width: 360px;
        height: 125px
    }
}

@media (max-width:1440px) and (max-height:910px) {
    .lightbox__image {
        max-width: 80%
    }

    .portfolio-lightbox__header {
        padding-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px
    }
}

@media (max-width:1280px) {
    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 1050px;
        flex: 0 1 1050px
    }

    .lightbox__prev {
        left: 1%
    }

    .lightbox__next {
        right: 1%
    }
}

@media (max-width:950px) {
    .lightbox__image {
        max-width: 85%
    }

    .lightbox__image-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 890px;
        flex: 0 1 890px
    }

    .lightbox__prev {
        left: 2%
    }

    .lightbox__next {
        right: 2%
    }
}

@media (max-width:820px) {
    .portfolio-lightbox__header {
        padding: 20px 25px 0
    }

    .close-lightbox {
        width: 35px;
        height: 35px
    }

    .lightbox__logo {
        width: 180px;
        height: 70px
    }

    .lightbox__image {
        max-width: 89%
    }

    .lightbox__image-wrapper {
        display: contents
    }

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

    .lightbox__nav {
        width: 22px;
        height: 34px
    }

    .lightbox__prev {
        margin-left: 0;
        position: relative;
        top: 0;
        left: -2%
    }

    .lightbox__next {
        margin-right: 0;
        position: relative;
        top: 0;
        right: -2%
    }
}

.projects-main {
    margin-top: 136px;
    margin-bottom: 132px
}

.projects-main__content,
.services-features__content {
    max-width: 1760px;
    margin: 0 auto
}

.projects-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 29px
}

.projects-list__item {
    position: relative;
    padding-bottom: 86.9565217391%;
    overflow: hidden
}

.projects-items__wrapper,
.projects-list__item-wrapper {
    height: 120%;
    overflow: hidden
}

.projects-list__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.projects-list__img:hover {
    -webkit-transform: scale(1.15) !important;
    -ms-transform: scale(1.15) !important;
    transform: scale(1.15) !important
}

.projects-items {
    position: relative;
    margin-top: 43px;
    padding-bottom: 35.7142857143%;
    background-color: var(--dark-style-color)
}

.projects-items__img,
.projects-items__img-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.projects-items__img {
    background-size: 100%;
    transition: background-size .4s
}

.projects-items:hover .projects-items__img {
    background-size: 105%
}

.projects-items__img-text {
    font-weight: 800;
    padding: 27px 86px;
    font-size: 7.77rem;
    line-height: 1.44;
    text-transform: uppercase;
    color: #fff;
    background: -o-linear-gradient(334.72deg, #291e40 6.8%, rgba(28, 29, 56, 0) 50.39%);
    background: linear-gradient(115.28deg, #291e40 6.8%, rgba(28, 29, 56, 0) 50.39%)
}

@media (min-width:2500px) {
    .projects-main__content {
        max-width: 2500px
    }
}

@media (max-width:1440px) {
    .projects-main {
        margin-top: 180px;
        margin-bottom: 103px
    }

    .projects-list {
        gap: 21px
    }

    .projects-items {
        margin-top: 23px
    }

    .projects-items__img-text {
        padding: 20px 60px;
        font-size: 5.5rem
    }

    .projects-items__img-text br {
        display: none
    }
}

@media (max-width:1050px) {
    .projects-main__container {
        padding-left: 45px;
        padding-right: 45px
    }

    .projects-items__img-text {
        font-size: 4rem;
        padding: 13px 40px
    }

    .projects-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    .projects-main {
        margin-top: 71px;
        margin-bottom: 61px
    }

    .projects-main__container {
        padding-left: 0;
        padding-right: 0
    }

    .projects-list {
        gap: 13px
    }

    .projects-items {
        margin-top: 16px
    }

    .projects-items__img-text {
        padding: 13px 40px;
        font-size: 3.5rem
    }

    .projects-items__img-text br {
        display: none
    }
}

@media (max-width:580px) {
    .have-idea__content {
        padding: 0 15px 30px
    }

    .have-idea__content::before {
        -webkit-transform: matrix(1, .02, 0, 1, -6, 0);
        -ms-transform: matrix(1, .02, 0, 1, -6, 0);
        transform: matrix(1, .02, 0, 1, -6, 0)
    }

    .have-idea__content::after {
        height: 100%;
        -webkit-transform: matrix(1, -.02, 0, 1, -4, 0);
        -ms-transform: matrix(1, -.02, 0, 1, -4, 0);
        transform: matrix(1, -.02, 0, 1, -4, 0)
    }

    .have-idea__text {
        padding-top: 44px;
        padding-bottom: 30px
    }

    .knowledge,
    .services {
        padding: 60px 0 60px 15px
    }

    .services__slider {
        margin-top: 40px
    }

    .how-help {
        padding: 60px 15px
    }

    .how-help__content {
        gap: 55px
    }

    .how-help__item {
        position: relative;
        margin-top: 0;
        gap: 0 16px
    }

    .how-help__item:nth-child(odd) {
        grid-template-columns: 72px 1fr
    }

    .how-help__item:nth-child(2n) {
        grid-template-columns: 1fr 72px;
        grid-template-areas: "text icon"
    }

    .how-help__item:nth-child(2n) .how-help__item-text {
        text-align: right
    }

    .how-help__item-icon {
        position: absolute;
        left: 0;
        right: 0;
        top: 0
    }

    .how-help__item-text {
        max-width: 320px;
        margin-top: 8px
    }

    .how-help__link {
        margin-top: 60px
    }

    .how-help__link .btn {
        height: 50px
    }

    .what-cost {
        padding: 60px 24px 70px
    }

    .portfolio__content,
    .projects-items br {
        display: block
    }

    .portfolio__header {
        height: auto;
        padding: 60px 15px 32px;
        text-align: center
    }

    .portfolio__item-btn {
        height: auto;
        padding: 99px 0 97px
    }

    .portfolio__item:not(.portfolio__header):not(.portfolio__item-btn) {
        height: 0;
        position: relative;
        padding-top: 57%
    }

    .portfolio__item:not(.portfolio__header):not(.portfolio__item-btn) .portfolio__item-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .faq {
        padding: 60px 0
    }

    .faq__content {
        gap: 32px 0
    }

    .faq__accordion-link {
        font-size: 1.07rem
    }

    .knowledge__slider {
        margin-top: 32px
    }

    .knowledge__slider .slider-track {
        gap: 0 8px
    }

    .main-slider__slide {
        min-height: 700px
    }

    .main-slider__content {
        padding: 25px 15px 61px
    }

    .main-slider__subHeadline {
        margin-bottom: 16px;
        font-size: 1.07rem
    }

    .main-slider__headline {
        font-size: 2.28rem;
        max-width: 330px
    }

    .main-slider__description {
        font-size: 1rem;
        max-width: 330px
    }

    .projects-items:hover .projects-items__img,
    .projects-items__img {
        background-size: cover
    }

    .projects-list {
        gap: 14px;
        grid-template-columns: 1fr
    }

    .projects-items {
        padding-bottom: 66.6666666667%
    }

    .projects-items__img {
        background-position: right
    }

    .projects-items__img-text {
        font-size: 4rem;
        padding: 16px 40px;
        line-height: 1.22
    }
}

.projects-hero {
    margin-top: calc(42px + var(--header-height))
}

.portfolio-hero {
    background-image: url(../webp/hero-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right
}

.portfolio-hero__content,
.projects-hero__content {
    max-width: 1760px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text image" "counter image";
    grid-template-rows: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 163px
}

.portfolio-hero__img,
.projects-hero__img {
    max-width: 746px;
    height: auto;
    width: 100%
}

.portfolio-hero__text,
.projects-hero__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-area: text;
    align-self: end
}

.portfolio-hero__headline,
.projects-hero__headline {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--style-color)
}

.portfolio-hero__headline {
    display: flex;
    flex-wrap: wrap
}

.projects-hero__headline-game {
    display: block;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    color: var(--dark-style-color)
}

.portfolio-hero .hero-counter__description,
.portfolio-hero .hero-counter__number,
.portfolio-hero__description,
.portfolio-hero__headline {
    color: #fff
}

.portfolio-hero .hero-counter__number {
    width: unset;
    margin-right: 24px
}

.portfolio-hero .hero-counter__description {
    font-size: 18px;
    line-height: 24px
}

.portfolio-hero .hero-counter__container {
    margin-left: 0;
    gap: 80px
}

.portfolio-hero__description,
.projects-hero__description {
    margin-top: 40px;
    line-height: 1.56
}

.portfolio-hero__description {
    max-width: 540px
}

.projects-hero__right {
    grid-area: image
}

.hero-counter__container {
    margin-left: -45px;
    grid-area: counter;
    align-self: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.hero-counter__item {
    gap: -5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.hero-counter__number {
    width: 100px;
    font-size: 4rem;
    font-weight: 800;
    line-height: .89;
    color: var(--dark-style-color);
    text-align: end;
    margin-right: 16px
}

.hero-counter__description {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

@media (min-width:2500px) {
    .projects-hero__content {
        max-width: 2000px;
        gap: 40px 295px
    }

    .projects-hero__img {
        max-width: 925px
    }

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

    .hero-counter__number {
        width: 205px
    }
}

@media (min-width:2900px) {
    .projects-hero__content {
        max-width: 2500px
    }

    .projects-hero__content__img {
        max-width: 1000px
    }
}

@media (min-width:3500px) {
    .projects-main__content {
        max-width: 3300px
    }

    .projects-hero__content {
        max-width: 3300px;
        gap: 40px 425px
    }

    .projects-hero__img {
        max-width: 1425px
    }
}

@media (max-width:1440px) {
    .projects-hero {
        margin-top: calc(87px + var(--header-height))
    }

    .projects-hero__content {
        gap: 40px 177px
    }

    .projects-hero__description {
        margin-top: 24px;
        line-height: 1.5
    }

    .hero-counter__item {
        gap: 16px
    }

    .hero-counter__number {
        text-align: center;
        margin-right: 0;
        line-height: .89
    }

    .hero-counter__description {
        font-size: 1rem;
        line-height: 1.2
    }
}

@media (max-width:1366px) {
    .projects-hero__content {
        gap: 40px 10px
    }
}

@media (max-width:1050px) {
    .projects-hero__container {
        padding-left: 45px;
        padding-right: 45px
    }

    .projects-hero__content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto);
        grid-template-areas: "text text " "image image" "counter counter";
        gap: 30px;
        text-align: center
    }

    .projects-hero__img {
        width: 53%
    }

    .hero-counter__container {
        gap: 97px;
        margin: 0 auto
    }

    .hero-counter__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

@media (max-width:768px) {
    .projects-hero {
        margin-top: calc(40px + var(--header-height))
    }

    .portfolio-hero {
        padding: 0 24px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 85% 50%;
        height: 100vh;
        border-image: fill 0 linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 38.5%, rgba(0, 0, 0, 0.8) 100%)
    }

    .projects-hero__content {
        grid-template-columns: 1fr;
        grid-template-areas: "text" "image" "counter";
        text-align: center
    }

    .portfolio-hero__container {
        padding: 0
    }

    .portfolio-hero__content {
        height: 92vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        padding-top: 30%
    }

    .portfolio-hero__description {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        max-width: unset
    }

    .portfolio-hero__headline {
        font-size: 32px;
        line-height: 36px;
        justify-content: center;
        gap: 8px
    }

    .portfolio-hero .hero-counter__number {
        margin-right: unset
    }

    .projects-hero__headline,
    .projects-hero__headline-game {
        font-size: 3rem;
        line-height: 1.17
    }

    .portfolio-hero__text {
        flex-direction: column;
        grid-area: text;
        align-self: end;
        height: calc(100vh - 50%);
        justify-content: space-between;
        width: 100%
    }

    .projects-hero__description {
        margin-top: 16px;
        text-align: center
    }

    .hero-counter__item {
        gap: 16px
    }

    .hero-counter__number {
        line-height: .89
    }

    .hero-counter__description {
        font-size: 1rem;
        line-height: 1.2
    }

    .portfolio-hero .hero-counter__container {
        gap: 76px;
        width: 100%;
        justify-content: center
    }

    .pgcsimplygalleryblock-justified-item.pgc-image:last-child {
        width: 100vw !important
    }
}

@media (max-width:580px) {
    .projects-hero__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .projects-hero__description {
        line-height: 1.43
    }

    .projects-hero__img {
        width: 90%
    }

    .hero-counter__container {
        gap: 60px
    }
}

.career-hero {
    margin-top: var(--header-height);
    background-image: url(../png/career_page-2.png);
    background-position: right 100px bottom 0;
    background-repeat: no-repeat;
    background-size: 90%
}

.blog-hero__container,
.career-description__container,
.career-hero__container,
.career-single__container,
.career-vacancies__container,
.services-info .services-container,
.single-faq__container,
.single-posts__container {
    padding-left: 100px;
    padding-right: calc(100px + var(--padding-with-portfolio-btn))
}

.career-hero__content {
    max-width: 1760px;
    margin: 150px auto
}

.career-hero__headline {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    color: var(--dark-style-color);
    margin-bottom: 25px
}

.career-hero__description,
.career-vacancies__article p {
    line-height: 1.56;
    color: var(--text-color)
}

.career-hero__description {
    max-width: 800px;
    margin-bottom: 35px
}

@media (min-width:2000px) {
    .career-hero__content {
        margin-right: auto;
        margin-left: auto
    }

    .career-hero__description {
        font-size: 1.5rem;
        max-width: 1100px;
        margin-bottom: 40px
    }
}

@media (min-width:2500px) {
    .career-hero {
        background-position: right 185px bottom 0;
        background-size: 79%
    }

    .career-hero__content {
        max-width: 2000px
    }

    .career-hero__description {
        max-width: 1275px
    }
}

@media (min-width:2900px) {
    .career-hero {
        background-position: right 220px bottom 0;
        background-size: 70%
    }

    .career-hero__content {
        max-width: 2500px
    }

    .career-hero__description {
        margin-bottom: 45px;
        max-width: 1850px
    }
}

@media (min-width:3300px) {
    .career-hero {
        background-position: right 220px bottom 0
    }

    .career-hero__content {
        max-width: 3000px
    }

    .career-hero__description {
        margin-bottom: 45px;
        max-width: 2040px
    }

    .career-hero .career-hero__button.btn {
        height: 90px
    }
}

@media (min-width:3500px) {
    .career-hero__content {
        max-width: 3300px
    }

    .career-hero__description {
        max-width: 2240px
    }
}

@media (max-width:1680px) {
    .career-hero {
        background-position: right 100px bottom 0;
        background-size: 1326px auto
    }

    .career-hero__description {
        max-width: 720px
    }
}

@media (max-width:1440px) {
    .career-hero {
        margin-top: calc(48px + var(--header-height));
        background-position: right 70px bottom 0;
        background-size: 1326px auto
    }

    .career-hero__content {
        margin-top: 72px;
        margin-bottom: 120px
    }

    .career-hero__description {
        max-width: 680px
    }
}

@media (max-width:1280px) {
    .career-hero {
        margin-top: calc(40px + var(--header-height));
        background-position: right 70px bottom 0;
        background-size: 1135px auto
    }
}

@media (max-width:1050px) {
    .career-hero {
        margin-top: calc(100px + var(--header-height));
        background-position: right 100px bottom 0;
        background-size: 1050px auto
    }

    .career-hero__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .career-hero__content {
        margin-top: 0;
        margin-bottom: 245px
    }
}

@media (max-width:920px) {
    .career-hero {
        background-size: 940px auto
    }
}

@media (max-width:768px) {
    .career-hero__headline {
        font-size: 3rem;
        line-height: 1.17;
        margin-bottom: 16px
    }

    .career-hero__description {
        max-width: 616px;
        margin-bottom: 32px;
        line-height: 1.56
    }
}

@media (max-width:580px) {
    .career-hero {
        margin-top: calc(80px + var(--header-height));
        background-size: 745px auto;
        background-position: right 34px bottom 0
    }

    .career-hero__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 250px
    }

    .career-hero__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .career-hero__headline {
        font-size: 2rem;
        line-height: 1.12;
        margin-bottom: 16px
    }

    .career-hero__description {
        max-width: 616px;
        margin-bottom: 40px;
        line-height: 1.43
    }
}

.blogsingle-page .latest,
.career-description,
.career-vacancies {
    background: rgba(0, 0, 0, .05)
}

.back-button::after,
.blog-posts__content-col .blog-filter-list__item.active,
.blog-posts__content-col .blog-filter-list__item:hover {
    background-color: var(--style-color)
}

.career-vacancies__content {
    max-width: 1760px;
    margin: 120px auto 150px
}

.career-vacancies__article {
    margin-bottom: 60px;
    max-width: 1480px
}

.career-vacancies__article p:not(:last-child) {
    margin-bottom: 20px
}

.career-description__article h2,
.career-vacancies__headline {
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.17;
    color: var(--dark-style-color);
    text-transform: uppercase
}

.career-list__item {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 120px 1.2fr 1.5fr 92px 170px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    background: rgba(0, 0, 0, .03);
    margin-bottom: 24px
}

.career-list__headline {
    padding-right: 10px;
    font-size: 1.33rem;
    line-height: 1.17;
    color: var(--style-color);
    text-transform: uppercase
}

.career-list__description {
    line-height: 1.56
}

.career-list__img {
    width: 70px;
    height: auto
}

.career-list__hot {
    width: 60px;
    height: auto
}

.career-list__hot-masked {
    visibility: hidden;
    pointer-events: none
}

@media (min-width:2000px) {
    .career-vacancies__content {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 150px
    }

    .career-vacancies__article {
        font-size: 1.5rem;
        max-width: 1800px;
        margin-bottom: 70px
    }

    .career-vacancies__article p:not(:last-child) {
        margin-bottom: 25px
    }

    .career-vacancies__headline {
        font-size: 2.8rem;
        margin-bottom: 70px
    }

    .career-list__headline {
        font-size: 1.5rem
    }

    .career-list__description {
        font-size: 1.3rem
    }

    .career-list__item {
        padding: 25px 50px
    }
}

@media (min-width:2500px) {
    .career-vacancies__content {
        max-width: 2000px;
        margin-bottom: 150px
    }

    .career-vacancies__article {
        max-width: 2040px
    }

    .career-vacancies__headline {
        font-size: 3rem;
        margin-bottom: 70px
    }

    .career-list__item {
        grid-template-columns: 130px 1.2fr 1.5fr 102px 220px;
        padding: 30px 50px
    }

    .career-list__hot {
        width: 70px
    }

    .career-list__img {
        width: 80px
    }
}

@media (min-width:2900px) {
    .career-vacancies__content {
        max-width: 2500px;
        margin-bottom: 140px
    }

    .career-vacancies__article {
        max-width: 2475px;
        margin-bottom: 80px
    }

    .career-vacancies__article p:not(:last-child) {
        margin-bottom: 30px
    }

    .career-vacancies__headline {
        margin-bottom: 80px
    }

    .career-list__item {
        grid-template-columns: 135px 1.2fr 1.5fr 107px 265px;
        padding: 35px 50px
    }

    .career-list__hot {
        width: 75px
    }

    .career-list__img {
        width: 85px
    }
}

@media (min-width:3300px) {
    .career-vacancies__content {
        max-width: 3000px;
        margin-bottom: 140px
    }

    .career-vacancies__article {
        max-width: 2760px;
        margin-bottom: 100px
    }

    .career-vacancies__article p:not(:last-child) {
        margin-bottom: 35px
    }

    .career-vacancies__headline {
        margin-bottom: 90px
    }

    .career-list__item {
        grid-template-columns: 150px 1.2fr 1.5fr 117px 300px;
        margin-bottom: 36px;
        padding: 40px 50px
    }

    .career-list__hot {
        width: 85px
    }

    .career-list__img {
        width: 100px
    }
}

@media (min-width:3500px) {
    .career-vacancies__article {
        max-width: 2930px
    }

    .career-vacancies__content {
        max-width: 3400px
    }
}

@media (max-width:1440px) {
    .career-vacancies__content {
        margin-bottom: 120px
    }

    .career-vacancies__article {
        max-width: 1110px
    }

    .career-list__item {
        grid-template-columns: 102px 1.2fr 1.5fr 84px 170px;
        padding: 20px 40px
    }

    .career-list__hot {
        width: 52px;
        height: auto
    }
}

@media (max-width:1050px) {
    .career-vacancies__content {
        margin-top: 100px;
        margin-bottom: 80px
    }

    .career-vacancies__container {
        padding-left: 45px;
        padding-right: 45px
    }

    .career-vacancies__article {
        padding-right: var(--padding-with-portfolio-btn)
    }

    .career-vacancies__article p {
        max-width: 900px
    }
}

@media (max-width:920px) {
    .career-vacancies__article {
        max-width: 767px
    }

    .career-list__item {
        grid-template-columns: 82px 1.2fr 1.5fr 69px 170px;
        padding: 20px 30px
    }

    .career-list__img {
        width: 54px;
        height: auto
    }

    .career-list__description {
        line-height: 1.5
    }
}

@media (max-width:835px) {
    .career-list__content {
        margin-top: 80px
    }

    .career-list__item {
        display: grid;
        grid-template-columns: 62px 1fr 38px;
        grid-template-rows: 1fr;
        grid-template-areas: "icon title hot" "text text text" "button button button";
        padding: 34px;
        margin-bottom: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 17px 12px
    }

    .career-list__img {
        width: 62px;
        height: auto;
        grid-area: icon
    }

    .career-list__headline {
        font-weight: 700;
        line-height: 1.2;
        grid-area: title;
        grid-column: 2/3;
        text-align: center
    }

    .career-list__hot {
        width: 45px;
        height: auto;
        grid-area: hot
    }

    .career-list__description {
        grid-area: text;
        text-align: center;
        line-height: 1.5
    }

    .career-list__button {
        grid-area: button;
        grid-column: 1/-1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:768px) {
    .career-list__content {
        margin-top: 80px
    }

    .career-list__item {
        display: grid;
        grid-template-columns: 54px 1fr 38px;
        grid-template-rows: 1fr;
        grid-template-areas: "icon title hot" "text text text" "button button button";
        padding: 24px;
        margin-bottom: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 17px 12px
    }

    .career-list__img {
        width: 54px;
        height: auto;
        grid-area: icon
    }

    .career-list__hot {
        width: 38px;
        height: auto
    }

    .career-list__headline {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
        grid-area: title;
        grid-column: 2/3;
        text-align: center
    }

    .career-list__description {
        grid-area: text;
        text-align: center
    }

    .career-list__button {
        grid-area: button;
        grid-column: 1/-1;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.career-goodies {
    margin-top: 145px;
    margin-bottom: 150px
}

.career-goodies__content {
    max-width: 1760px;
    margin: 0 auto;
    gap: 40px
}

.career-goodies__headline {
    margin-bottom: 84px;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.17;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

.career-goodies__item {
    width: 720px;
    height: 360px;
    position: relative;
    background-color: var(--dark-style-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.back-button::after,
.career-goodies__item-bg,
.career-goodies__item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.career-goodies__item-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    -o-transition: background-size .4s;
    transition: background-size .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%)
}

.career-goodies__item-content {
    z-index: 1;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px 0;
    padding: 0 40px 40px;
    text-align: left;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41.15%, rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .9)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .2) 41.15%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .2) 41.15%, rgba(0, 0, 0, .9) 100%)
}

.benefits,
.career-single {
    background-repeat: no-repeat
}

.career-goodies__item-headline {
    font-size: 1.78rem;
    font-weight: 800;
    line-height: 1.12;
    text-transform: uppercase
}

.career-goodies__item-text {
    font-size: 1rem;
    line-height: 1.56;
    opacity: .7;
    max-height: 0;
    color: var(--light-text-color);
    overflow: hidden;
    -webkit-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s
}

.career-goodies__item:hover .career-goodies__item-text {
    max-height: 100%;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

@media (min-width:2000px) {
    .career-goodies__content {
        gap: 60px;
        max-width: 2000px
    }

    .career-goodies__item {
        mheight: 425px;
        width: 850px
    }

    .career-goodies__container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (min-width:2500px) {
    .career-goodies__content {
        gap: 90px;
        max-width: 2400px
    }

    .career-goodies__item {
        height: 475px;
        width: 950px
    }
}

@media (min-width:3300px) {
    .career-goodies__content {
        gap: 140px;
        max-width: 3000px
    }

    .career-goodies__item {
        height: 700px;
        width: 1400px
    }
}

@media (min-width:3500px) {
    .career-goodies__content {
        gap: 150px;
        max-width: 3200px
    }

    .career-goodies__item {
        height: 725px;
        width: 1450px
    }
}

@media (max-width:1440px) {
    .career-goodies {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .career-goodies__content {
        gap: 24px
    }

    .career-goodies__item {
        width: 608px
    }
}

@media (max-width:1050px) {
    .career-goodies {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .career-goodies__container {
        padding-left: 45px;
        padding-right: 45px
    }

    .career-goodies__content {
        gap: 24px
    }

    .career-goodies__item {
        width: 472px
    }

    .career-goodies__item-content {
        gap: 12px 0;
        padding: 0 32px 28px
    }

    .career-goodies__item:hover .career-goodies__item-content {
        padding: 0 28px 28px
    }
}

@media (max-width:768px) {
    .career-goodies {
        margin-top: 71px;
        margin-bottom: 100px
    }

    .career-goodies__headline {
        text-align: center;
        font-size: 1.7rem;
        margin-bottom: 40px
    }

    .career-goodies__content {
        gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .career-goodies__item-text {
        line-height: 1.33
    }

    .career-goodies__item {
        width: auto;
        height: 215px
    }

    .career-goodies__item-content {
        gap: 8px 0;
        padding: 0 24px 16px
    }

    .career-goodies__item:hover .career-goodies__item-content {
        padding: 0 16px 16px
    }

    .career-goodies__item-headline {
        font-size: 1.28rem;
        font-weight: 700;
        line-height: 1.33
    }
}

.benefits {
    padding: 130px var(--portfolio-btn-width) 150px 140px;
    background-image: url(../webp/background_dark_01.webp);
    background-size: cover;
    background-position: center
}

.benefits__slider .slider-track {
    gap: 0 16px;
    counter-reset: slide-counter
}

.benefits__slider .slider-controls,
.blog-posts__content-col .blog-filter-list__item.active .blog-filter-list__button,
.blog-posts__content-col .blog-filter-list__item:hover .blog-filter-list__button {
    color: var(--white)
}

@media (max-width:1790px) {
    .benefits {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .benefits {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .benefits {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 33px
    }

    .benefits__slider {
        margin-top: 54px
    }
}

@media (max-width:1050px) {
    .benefits {
        padding: 85px 0 70px 7px
    }

    .benefits .section-headline {
        padding-left: 30px
    }

    .benefits__slider .slider-track {
        gap: 0 5px
    }
}

@media (max-width:580px) {
    .career-vacancies__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .benefits {
        padding: 60px 24px 70px
    }

    .benefits .section-headline {
        padding-left: 0;
        text-align: center
    }

    .benefits__slider {
        margin-top: 40px
    }

    .benefits__slider .slider-track {
        width: 100%;
        grid-auto-flow: row;
        grid-template-columns: 1fr 1fr;
        gap: 30px 16px
    }

    .benefits__slider .slider-controls {
        display: none
    }
}

@media (max-width:370px) {
    .reviews-section {
        gap: 10px
    }

    .benefits__slider .slider-track,
    .why-us__slider .slider-track {
        grid-template-columns: 1fr
    }
}

.career-single {
    margin-top: calc(30px + var(--header-height));
    margin-bottom: 30px;
    background-image: url(../png/career_ic_developer-lg-2.png);
    background-position: right 255px bottom 0
}

.career-single__content {
    max-width: 1760px;
    margin: 120px auto
}

.career-single__headline {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--dark-style-color);
    margin-bottom: 16px
}

.career-single__description {
    max-width: 800px;
    margin-bottom: 8px;
    line-height: 1.56;
    color: var(--text-color)
}

.career-single__description:last-of-type,
.page-divider {
    margin-bottom: 32px
}

@media (min-width:2000px) {
    .career-single {
        background-size: 28%
    }

    .career-single__content {
        margin-right: auto;
        margin-left: auto
    }

    .career-single__headline {
        margin-bottom: 20px
    }

    .career-single__description {
        font-size: 1.5rem;
        margin-bottom: 20px;
        max-width: 1010px
    }
}

@media (min-width:2500px) {
    .career-single {
        background-position: right 490px bottom 50%;
        background-size: 26%
    }

    .career-single__content {
        max-width: 2000px
    }
}

@media (min-width:2900px) {
    .career-single {
        background-position: right 530px bottom 35%;
        background-size: 24%
    }

    .career-single__content {
        max-width: 2500px
    }
}

@media (min-width:3300px) {
    .career-single {
        background-position: right 530px bottom 35%;
        background-size: 23%
    }

    .career-single__content {
        max-width: 3000px
    }

    .career-single__button {
        height: 80px
    }
}

@media (max-width:1680px) {
    .career-single {
        background-position: right 170px bottom 35%;
        background-size: 468px auto
    }

    .career-single__content {
        max-width: 2500px
    }
}

@media (max-width:1440px) {
    .career-single {
        margin-top: calc(19px + var(--header-height));
        margin-bottom: 19px;
        background-position: right 70px bottom 80%;
        background-size: 31%
    }

    .career-single__content {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

@media (max-width:1280px) {
    .career-single {
        margin-top: calc(40px + var(--header-height));
        margin-bottom: 100px;
        background-position: right 70px bottom 0;
        background-size: 32%
    }
}

@media (max-width:1190px) {
    .career-single {
        margin-top: calc(100px + var(--header-height));
        margin-bottom: 26px;
        background-position: right 90px bottom 0
    }

    .career-single__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .career-single__content {
        margin-top: 0;
        margin-bottom: 230px
    }

    .career-single__headline {
        font-size: 3.5rem
    }
}

@media (max-width:768px) {
    .career-single {
        margin-top: calc(120px + var(--header-height));
        margin-bottom: 26px;
        background-size: 40%
    }

    .career-single__headline {
        font-size: 3rem;
        line-height: 1.17;
        margin-bottom: 16px
    }

    .career-single__content {
        margin-top: 0;
        margin-bottom: 217px
    }

    .career-single__description {
        line-height: 1.38
    }

    .career-single__description:last-of-type {
        margin-bottom: 40px
    }
}

@media (max-width:580px) {
    .career-single {
        margin-top: calc(80px + var(--header-height));
        margin-bottom: 80px;
        background-size: 49%;
        background-position: center bottom 0
    }

    .career-single__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin-bottom: 250px
    }

    .career-single__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .career-single__headline {
        font-size: 2rem;
        line-height: 1.12;
        margin-bottom: 16px
    }

    .career-single__description {
        max-width: 616px;
        margin-bottom: 25px;
        line-height: 1.43
    }
}

.back-button::before,
.blog__form .wpcf7-submit,
.career-description__article li:before,
.composite-image__item {
    background-position: center;
    background-repeat: no-repeat
}

.career-description__content {
    max-width: 1760px;
    margin: 120px auto 92px
}

.career-description__article h3 {
    margin-bottom: 32px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.33;
    text-transform: uppercase
}

.career-description__article ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 125px;
    -moz-column-gap: 125px;
    column-gap: 125px;
    margin-bottom: 80px
}

.career-description__article li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0 12px;
    line-height: 1.56
}

.career-description__article li:not(:first-child) {
    margin-top: 8px
}

.career-description__article li:before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 11px;
    background-size: auto
}

@media (min-width:2000px) {
    .career-description__content {
        margin-right: auto;
        margin-left: auto
    }

    .career-description__article h2 {
        margin-bottom: 70px
    }

    .career-description__article h3 {
        font-size: 1.4rem;
        margin-bottom: 40px
    }

    .career-description__article li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 0 14px;
        font-size: 1.3rem
    }

    .career-description__article li:not(:first-child) {
        margin-top: 10px
    }
}

@media (min-width:2500px) {
    .career-description__content {
        max-width: 2000px
    }

    .career-description__article h3 {
        font-size: 1.5rem;
        margin-bottom: 40px
    }

    .career-description__article li {
        font-size: 1.4rem
    }

    .career-description__article li:not(:first-child) {
        margin-top: 15px
    }

    .career-description__article li:before {
        content: "";
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        height: 18px;
        background-size: 100%
    }
}

@media (min-width:2900px) {
    .career-description__content {
        max-width: 2500px
    }

    .career-description__article h2 {
        margin-bottom: 80px
    }

    .career-description__article li {
        gap: 0 20px;
        margin-bottom: 50px
    }

    .career-description__article li:not(:first-child) {
        margin-top: 20px
    }
}

@media (min-width:3300px) {
    .career-description__content {
        max-width: 3000px
    }

    .career-description__article h2 {
        margin-bottom: 100px
    }

    .career-description__article li {
        gap: 0 20px;
        margin-bottom: 60px
    }

    .career-description__article li:not(:first-child) {
        margin-top: 30px
    }

    .career-description__article li:before {
        height: 29px;
        background-size: 100%
    }
}

@media (max-width:1440px) {
    .career-description__content {
        margin-top: 120px;
        margin-bottom: 120px
    }

    .career-description__article ul {
        margin-bottom: 60px;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

@media (max-width:1050px) {
    .career-description__content {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .career-description__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .career-description__article ul {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

@media (max-width:768px) {
    .career-description__content {
        margin-top: 80px;
        margin-bottom: 80px
    }

    .career-description__article ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }

    .career-description__article h2 {
        font-size: 2rem;
        line-height: 1.12;
        margin-bottom: 40px
    }

    .career-description__article h3 {
        font-size: 1.2rem
    }
}

@media (max-width:580px) {
    .career-description__content {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .career-description__container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.back-button {
    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;
    position: fixed;
    top: 180px;
    left: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 3;
    text-decoration: none
}

.back-button__text {
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
    text-transform: uppercase;
    z-index: 1
}

.back-button::after {
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    opacity: .5
}

.back-button::before {
    content: "";
    display: block;
    position: relative;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px;
    margin-right: 8px;
    background-image: url(../png/svg-project-page-2.png);
    background-size: auto;
    transistion: transform 0.3s;
    z-index: 1
}

.composite-image {
    position: relative;
    margin-bottom: 150px
}

.composite-image__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0
}

.composite-image__item {
    height: 100%;
    margin: -2px;
    padding: 0;
    background-size: cover
}

.composite-image__item-image {
    display: inline;
    width: 100%;
    height: auto;
    max-height: 100%
}

.composite-image:first-of-type {
    left: 0
}

.composite-image:last-of-type {
    right: 0
}

.composite-image__video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.composite-image__item-video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0
}

.composite-image__video-btn,
.composite-image__video-btn::before {
    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
}

.composite-image__video-btn {
    position: absolute;
    top: 55%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.blog-posts__form,
.blog__form {
    background-color: rgba(0, 0, 0, .05)
}

.composite-image__video-btn::before {
    content: url(../svg/play-btn.svg)
}

.composite-image__video-btn.active {
    opacity: 0
}

.composite-image__item-video.active {
    opacity: 1
}

@media (min-width:2000px) {
    .back-button {
        top: 160px;
        left: 70px;
        width: 100px;
        height: 100px
    }

    .back-button::before {
        height: 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
        flex: 0 0 8px;
        background-size: 85%
    }
}

@media (min-width:2500px) {
    .back-button {
        width: 120px;
        height: 120px
    }

    .back-button::before {
        height: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12px;
        flex: 0 0 12px;
        background-size: 80%
    }
}

@media (min-width:2900px) {
    .back-button {
        top: 230px;
        left: 95px;
        width: 140px;
        height: 140px
    }
}

@media (min-width:3500px) {
    .back-button {
        top: 230px;
        left: 95px;
        width: 160px;
        height: 160px
    }

    .back-button::before {
        height: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px;
        background-size: 78%
    }
}

@media (max-width:1440px) {
    .composite-image {
        margin-bottom: 98px
    }

    .back-button {
        top: 160px;
        left: 50px
    }
}

@media (max-width:1050px) {
    .composite-image {
        margin-bottom: 66px
    }

    .back-button {
        top: 130px;
        left: 40px
    }
}

@media (max-width:768px) {
    .composite-image {
        margin-bottom: 42px
    }

    .back-button {
        top: 105px;
        left: 35px;
        width: 65px;
        height: 65px
    }
}

.blog-hero {
    background-image: url(../png/blog-bg-2.png);
    background-repeat: no-repeat;
    background-position: right 65px bottom 0;
    background-size: 90%
}

.blog-hero__content {
    margin: calc(120px + var(--header-height)) auto 120px;
    max-width: 1760px
}

.blog-hero__headline {
    margin-bottom: 16px;
    font-size: 4rem;
    line-height: 1.19;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

.blog-hero__description {
    margin-bottom: 40px;
    max-width: 978px;
    line-height: 1.56;
    font-weight: 500;
    color: var(--text-color)
}

.blog__form {
    width: 528px;
    position: relative;
    height: 68px
}

.blog__form .wpcf7 {
    height: 100%;
    width: 100%
}

.blog__form .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .83rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--errorColor)
}

.blog__form .wpcf7-form-control-wrap {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%
}

.blog__form form {
    height: 100%
}

.blog__form form input {
    height: 100%;
    width: 100%;
    color: var(--dark-style-color)
}

.blog__form .wpcf7-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    height: 100%;
    padding: 0;
    background-image: url(../png/blog-hero-btn-2.png);
    background-size: auto;
    -webkit-transition: background-image .4s;
    -o-transition: background-image .4s;
    transition: background-image .4s
}

.blog__form .wpcf7-submit:focus-visible,
.blog__form .wpcf7-submit:hover {
    background-image: url(../png/subscribe__btn_hover-2.png)
}

.blog__form ::-webkit-input-placeholder {
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.33;
    color: var(--dark-style-color)
}

.blog__form ::-moz-placeholder {
    text-transform: uppercase;
    align-items: center;
    font-weight: 700;
    line-height: 1.33;
    color: var(--dark-style-color)
}

.blog__form :-ms-input-placeholder,
.blog__form ::-ms-input-placeholder {
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.33;
    color: var(--dark-style-color)
}

.blog__form ::placeholder {
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1.33;
    color: var(--dark-style-color)
}

@media (min-width:2000px) {
    .blog-hero {
        background-position: right 75px bottom 0;
        background-size: 85%
    }
}

@media (min-width:2500px) {
    .blog-hero {
        background-position: right 75px bottom 0;
        background-size: 75%
    }

    .blog-hero__content {
        max-width: 2200px
    }

    .blog-hero__headline {
        margin-bottom: 25px
    }

    .blog-hero__description {
        margin-bottom: 60px
    }

    .blog-hero__btn,
    .blog__form .wpcf7-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 94px;
        flex: 0 0 94px;
        background-size: 35%
    }

    .blog__form {
        width: 790px;
        height: 86px
    }
}

@media (min-width:2900px) {
    .blog-hero {
        background-position: right 75px bottom 0;
        background-size: 65%
    }

    .blog-hero__content {
        max-width: 2500px
    }

    .blog-hero__headline {
        margin-bottom: 30px
    }

    .blog-hero__description {
        margin-bottom: 65px;
        max-width: 1265px
    }

    .blog__form {
        width: 790px;
        height: 86px
    }

    .blog__form .wpcf7-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 124px;
        flex: 0 0 124px
    }
}

@media (min-width:3300px) {
    .blog-hero {
        background-position: right 65px bottom 0;
        background-size: 68%
    }

    .blog-hero__content {
        max-width: 3000px
    }

    .blog-hero__description {
        margin-bottom: 70px;
        max-width: 1350px
    }

    .blog__form {
        width: 1056px;
        height: 136px
    }

    .blog__form .wpcf7-submit {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 148px;
        flex: 0 0 148px
    }
}

@media (min-width:3500px) {
    .blog-hero {
        background-position: right 65px bottom 0;
        background-size: 65%
    }

    .blog-hero__content {
        max-width: 3300px
    }

    .blog-hero__headline {
        margin-bottom: 40px
    }

    .blog-hero__description {
        margin-bottom: 75px;
        max-width: 1450px
    }
}

@media (max-width:1440px) {
    .blog-hero {
        background-size: 100%
    }
}

@media (max-width:1050px) {
    .blog-hero {
        background-size: 90%
    }

    .blog-hero__container {
        padding-left: 45px;
        padding-right: 45px
    }

    .blog-hero__content {
        margin: 90px auto
    }

    .blog-hero__headline {
        font-size: 3rem;
        line-height: 1.17
    }

    .blog-hero__description {
        margin-bottom: 38px;
        max-width: 690px
    }

    .blog__form {
        height: 60px;
        width: 432px
    }
}

@media (max-width:950px) {
    .blog-hero {
        background-size: 90%
    }

    .blog-hero__content {
        margin: calc(80px + var(--header-height)) auto 90px
    }

    .blog-hero__description {
        margin-bottom: 35px;
        max-width: 399px
    }

    .blog__form {
        height: 54px;
        width: 336px
    }
}

@media (max-width:768px) {
    .blog-hero {
        background-position: right 54px bottom 0;
        background-size: 100%
    }

    .blog-hero__description {
        margin-bottom: 32px;
        max-width: 399px;
        line-height: 1.38
    }

    .blog__form {
        height: 55px;
        width: 336px
    }
}

@media (max-width:580px) {
    .composite-image__video-btn::before {
        content: "";
        width: 50px;
        height: 65px;
        background-image: url(../svg/play-btn.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain
    }

    .blog-hero {
        background-position: right 0 bottom 0;
        background-size: 230%
    }

    .blog-hero__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-hero__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-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: calc(80px + var(--header-height)) auto 341px
    }

    .blog-hero__headline {
        font-size: 2rem;
        line-height: 1.12;
        text-align: center
    }

    .blog-hero__description {
        line-height: 1.43;
        text-align: center
    }

    .blog__form {
        height: 55px;
        width: 399px
    }
}

@media (max-width:480px) {
    .blog-hero {
        background-size: 260%
    }

    .blog-hero__content {
        margin: calc(80px + var(--header-height)) auto 361px
    }

    .blog__form {
        height: 50px;
        width: 363px
    }
}

.blog-posts {
    background: rgba(0, 0, 0, .05);
    padding: 120px 0 150px;
    overflow: initial
}

.blog-posts__btn,
.list-item__img:before,
.posts-list__item-info::before {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

.blog-posts__container {
    padding-left: 100px;
    padding-right: calc(100px + var(--portfolio-btn-width));
    margin: 0 auto;
    max-width: 1760px
}

.blog-posts__content {
    display: grid;
    grid-template-columns: 1fr 476px;
    gap: 0 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.blog-posts__form {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    width: auto
}

.blog-posts__form input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: var(--text-color)
}

.blog-posts__form ::-webkit-input-placeholder {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center
}

.blog-posts__form ::-moz-placeholder {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    align-items: center
}

.blog-posts__form :-ms-input-placeholder,
.blog-posts__form ::-ms-input-placeholder {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center
}

.blog-posts__form ::placeholder {
    color: var(--text-color);
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-posts__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    height: 100%;
    background-image: url(../png/search-icon-2.png)
}

.sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.blog-posts__content-col {
    grid-row: 2;
    grid-column: 1/2
}

.blog-posts__content-col .blog-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column: 1/2;
    grid-row: 2
}

.blog-posts__content-col .blog-filter-list__item {
    color: var(--dark-style-color);
    padding: 5px 15px;
    line-height: 1.33;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.blog-posts__content-col .blog-filter-list__button {
    font-size: .89rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--dark-style-color);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.posts-list__link:hover,
.study-hero .site a:hover {
    text-decoration: underline
}

.list-item__image,
.sidebar-list__image {
    -o-object-fit: cover;
    -o-object-position: center;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s
}

.posts-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(477px, 1fr));
    gap: 40px 25px
}

.posts-list__item {
    position: relative;
    max-width: auto;
    overflow: hidden
}

.posts-list__item-head,
.posts-list__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list__item-head {
    position: absolute;
    top: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    color: var(--light-text-color);
    gap: 0 18px
}

.posts-list__item-info {
    display: grid;
    grid-auto-flow: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 0 7px;
    font-size: .83rem;
    line-height: 1.07;
    text-transform: uppercase
}

.list-item__img:before,
.posts-list__item-info::before {
    content: "";
    display: block
}

.contacts-data__item a:hover,
.posts-list__link {
    text-decoration: none
}

.posts-list__link:hover {
    color: var(--dark-style-color)
}

.posts-list__link-img {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden
}

.posts-list__item-head .decor {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3px;
    height: 3px;
    color: transparent;
    font-size: 10px;
    line-height: 1;
    border-radius: 50%;
    background-color: var(--light-text-color)
}

.posts-list__link-img:hover .list-item__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.list-item__content,
.list-item__statistic,
.post-item__statistic,
.post-item__statistic-data,
.posts-list__item-head .decor,
.sidebar-list__item,
.sidebar-list__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.list-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.list-item__statistic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px
}

.list-item__image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer
}

.post-item__image,
.sidebar-list__image {
    -webkit-transform-origin: center;
    -ms-transform-origin: center
}

.list-item__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--text-color)
}

.list-item__img:before {
    display: inline-block;
    width: 19px;
    height: 16px;
    margin-right: 12px;
    background-size: 80%;
    background-image: url(../svg/calendar.svg)
}

.list-item__headline {
    margin-bottom: 16px;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.17;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

.list-item__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    height: 71px;
    line-height: 1.38;
    color: var(--text-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal
}

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

.pagination__prev {
    margin-right: 18px
}

.pagination__next {
    margin-left: 18px
}

.pagination__button {
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

.pagination__button-active {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--style-color);
    color: var(--white)
}

.pagination__button:not(:last-child) {
    margin-right: 14px
}

.pagination__button:nth-child(5) {
    margin-right: 0
}

@media (min-width:2000px) {
    .blog-posts__container {
        max-width: 1950px
    }

    .blog-posts__form {
        margin-bottom: 35px;
        height: 70px
    }

    .list-item__text {
        height: 80px
    }

    .list-item__description,
    .posts-list__item-info {
        font-size: 1.2rem
    }

    .list-item__headline {
        font-size: 1.5rem
    }

    .list-item__img::before {
        width: 18px;
        height: 18px
    }

    .posts-list__item-head .decor {
        width: 6px;
        height: 6px
    }
}

@media (min-width:2500px) {

    .blog-posts__container,
    .page-divider {
        max-width: 2200px
    }

    .blog-posts__content {
        grid-template-columns: 1fr 576px
    }

    .blog-posts__form {
        margin-bottom: 40px;
        height: 90px
    }

    .blog-posts__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        background-size: 30%
    }

    .blog-posts .filter-list .filter-list__button,
    .list-item__description {
        font-size: 1rem
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(565px, 1fr))
    }

    .posts-list__item-info {
        gap: 0 14px
    }

    .list-item__statistic {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .list-item__text {
        height: 95px
    }

    .list-item__img::before {
        width: 24px;
        height: 24px;
        background-size: 100%
    }

    .posts-list__item-head {
        top: 25px;
        left: 25px
    }

    .pagination__button-active {
        width: 50px;
        height: 50px;
        border-radius: 50px
    }

    .page-divider {
        margin-left: auto;
        margin-right: auto
    }

    .posts-list__item-head .read-time::before,
    .posts-list__item-head .views::before {
        background-size: 100%;
        width: 20px;
        height: 22px
    }
}

.latest__item-info::before,
.post-item__article li:before {
    content: "";
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:2900px) {
    .blog-posts__container {
        max-width: 2500px
    }

    .blog-posts__content {
        grid-template-columns: 1fr 622px;
        gap: 0 35px
    }

    .blog-posts__form {
        margin-bottom: 45px;
        height: 100px
    }

    .blog-posts__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 105px;
        flex: 0 0 105px
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
        gap: 40px 30px
    }

    .posts-list__item-head {
        top: 30px;
        left: 30px
    }

    .pagination__button-active {
        width: 55px;
        height: 55px;
        border-radius: 55px
    }
}

@media (min-width:3000px) {
    .list-item__text {
        height: 110px
    }

    .posts-list__item-info {
        font-size: 1rem
    }
}

@media (min-width:3300px) {

    .blog-posts__container,
    .page-divider {
        max-width: 3000px
    }

    .blog-posts__content {
        grid-template-columns: 1fr 776px
    }

    .blog-posts__form {
        margin-bottom: 50px;
        height: 115px
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(750px, 1fr));
        gap: 40px 40px
    }

    .list-item__text {
        height: 125px
    }

    .pagination__button-active {
        width: 60px;
        height: 60px;
        border-radius: 60px
    }

    .posts-list__item-head .read-time::before,
    .posts-list__item-head .views::before {
        background-size: 100%;
        width: 28px;
        height: 28px
    }
}

@media (min-width:3500px) {

    .blog-posts .filter-list,
    .blog-posts__form {
        margin-bottom: 55px
    }

    .blog-posts__container,
    .page-divider,
    .pagination {
        max-width: 3300px
    }

    .blog-posts__content {
        grid-template-columns: 1fr 1060px;
        gap: 0 50px
    }

    .blog-posts__form {
        height: 136px
    }

    .blog-posts__btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 125px;
        flex: 0 0 125px
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(825px, 1fr));
        gap: 55px 45px
    }

    .list-item__text {
        height: 140px
    }

    .list-item__img::before {
        width: 30px;
        height: 30px
    }

    .posts-list__item-head {
        top: 40px;
        left: 40px
    }

    .pagination__button-active {
        width: 65px;
        height: 65px;
        border-radius: 65px
    }
}

@media (max-width:1760px) {
    .blog-posts {
        padding: 90px 0 120px
    }

    .blog-posts__content {
        grid-template-columns: 1fr 384px
    }

    .blog-posts__container {
        padding-right: calc(55px + var(--padding-with-portfolio-btn))
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(387px, 1fr))
    }

    .pagination__container {
        margin-top: 40px
    }
}

@media (max-width:1440px) {
    .blog-posts__content {
        grid-template-columns: 1fr 361px
    }

    .blog-posts__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .posts-list {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 32px 24px
    }
}

@media (max-width:1190px) {
    .blog-posts__content {
        grid-template-columns: 1fr 362px
    }
}

@media (max-width:1050px) {
    .blog-posts {
        padding: 80px 0 100px
    }

    .blog-posts__content {
        grid-template-columns: 1fr
    }

    .blog-posts__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .posts-list {
        grid-template-columns: repeat(2, minmax(353px, 1fr))
    }

    .blog-sidebar {
        display: none
    }
}

@media (max-width:950px) {
    .blog-posts {
        padding: 70px 0 90px
    }

    .posts-list {
        grid-template-columns: repeat(2, minmax(331px, 1fr))
    }

    .list-item__img::before {
        width: 12px
    }
}

@media (max-width:768px) {
    .blog-posts {
        padding: 60px 0 80px
    }

    .posts-list {
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px
    }

    .list-item__headline {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 1.12rem;
        line-height: 1.33
    }

    .list-item__text {
        height: 60px
    }
}

@media (max-width:580px) {
    .blog-posts__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .blog-posts__form {
        margin-bottom: 35px
    }

    .blog-posts__content-col .blog-filter-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 15px);
    grid-row: 2
}

.blog-sidebar__headline {
    margin-bottom: 27px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.12;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

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

.sidebar-list__content {
    width: 100%;
    margin-left: 16px
}

.sidebar-list__statistic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.sidebar-list__item {
    margin-bottom: 16px
}

.sidebar-list__link {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 110px;
    min-width: 110px
}

.sidebar-list__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.post-item__article img,
.post-item__image {
    -o-object-position: center;
    width: 100%;
    height: auto
}

.sidebar-list__image:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sidebar-list__clock,
.sidebar-list__eye {
    margin-right: 6px;
    width: 14px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.sidebar-list__eye {
    width: 10px
}

.sidebar-list__text {
    font-weight: 700;
    line-height: 1.07;
    text-transform: uppercase;
    color: var(--text-color);
    white-space: nowrap
}

.sidebar-list__dot,
.sidebar-list__text:not(:last-child) {
    margin-right: 16px
}

.post-item__article>h1,
.post-item__article>h2,
.sidebar-list__headline {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

@media (min-width:2000px) {
    .sidebar-list__eye {
        width: 18px
    }

    .sidebar-list__dot {
        height: auto;
        width: 4px
    }

    .sidebar-list__clock {
        width: 20px
    }
}

@media (min-width:2500px) {
    .blog-sidebar__headline {
        margin-bottom: 40px;
        font-size: 2rem
    }

    .sidebar-list__clock,
    .sidebar-list__eye {
        margin-right: 10px;
        width: 22px
    }

    .sidebar-list__dot {
        width: 5px
    }
}

@media (min-width:2900px) {
    .blog-sidebar__headline {
        margin-bottom: 45px;
        font-size: 2.1rem
    }

    .sidebar-list__headline {
        font-size: 1.3rem
    }

    .sidebar-list__eye {
        width: 24px
    }

    .sidebar-list__dot {
        width: 6px
    }

    .sidebar-list__clock {
        width: 28px
    }
}

.breadcrumbs,
.latest__item-content {
    display: -webkit-box;
    display: -ms-flexbox
}

.latest {
    padding: 120px var(--portfolio-btn-width) 120px 100px
}

.latest__slider .slider-track {
    gap: 0 24px
}

.latest__slide {
    width: 352px;
    height: 500px;
    background-color: var(--dark-style-color);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.latest__slide.active,
.offers__slide.active .offers__slide-image {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.latest__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-size .4s;
    -o-transition: background-size .4s;
    transition: background-size .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%)
}

.latest__item-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 24px 24px 30px;
    font-size: .83rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(50.52%, transparent), to(rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, transparent 50.52%, rgba(0, 0, 0, .6) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, transparent 50.52%, rgba(0, 0, 0, .6) 100%)
}

.breadcrumbs,
.post-item__statistic-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.latest .section-headline {
    font-size: 3.5rem;
    line-height: 1.19;
    color: var(--dark-style-color)
}

.latest .section-description {
    margin-top: 24px;
    line-height: 1.56;
    color: var(--text-color)
}

.latest__item:hover .latest__item-bg {
    background-size: 115%
}

.latest__item:hover {
    color: var(--white)
}

.latest__item-head,
.latest__item-info {
    display: grid;
    grid-auto-flow: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 0 16px;
    opacity: .7
}

.latest__item-head .decor {
    line-height: 1
}

.latest__item-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 7px;
    font-size: .83rem
}

.latest__item-info::before {
    display: block
}

.read-time::before {
    width: 10px;
    height: 10px;
    background-image: url(../webp/clock.webp)
}

.views::before {
    width: 10px;
    height: 7px;
    background-image: url(../webp/views.webp)
}

.date:before {
    width: 10px;
    height: 10px;
    background-image: url(../webp/date-icon.webp)
}

.latest__item-headline {
    margin-top: 16px;
    font-size: 1.33rem;
    line-height: 1.17
}

@media (min-width:2000px) {
    .latest__slide {
        width: 400px;
        height: 515px
    }

    .post-item__statistic-data {
        font-size: 1.2rem
    }
}

@media (min-width:2500px) {
    .latest__slide {
        width: 600px;
        height: 715px
    }
}

@media (min-width:3000px) {
    .latest__slide {
        width: 700px;
        height: 835px
    }

    .latest__item-info::before {
        background-size: 100%
    }

    .views::before {
        width: 27px;
        height: 22px
    }

    .date:before,
    .read-time::before {
        width: 30px;
        height: 30px
    }
}

@media (max-width:1790px) {
    .latest {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .latest {
        padding-left: 70px
    }
}

@media (max-width:1440px) {
    .latest {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .latest .section-headline {
        font-size: 2.6rem;
        line-height: 1.17
    }

    .latest__slider {
        margin-top: 60px
    }
}

@media (max-width:1366px) {
    .latest {
        padding-left: 50px
    }
}

@media (max-width:1050px) {
    .latest {
        padding: 80px 0 80px 45px
    }

    .latest .section-description {
        margin-top: 16px;
        line-height: 1.5
    }

    .latest__slider {
        margin-top: 45px
    }

    .latest__slider .slider-track {
        gap: 0 16px
    }

    .latest__slide {
        width: 216px;
        height: 306px
    }

    .latest__item-content {
        padding: 15px 12px;
        font-size: .75rem
    }

    .latest__item-head {
        gap: 0 8px
    }

    .latest__item-info {
        gap: 0 5px
    }

    .latest__item-head .decor {
        margin-top: 2px;
        line-height: 1
    }

    .latest__item-headline {
        margin-top: 8px;
        font-size: .94rem
    }
}

@media (max-width:768px) {
    .latest .section-headline {
        font-size: 2rem;
        line-height: 1.12
    }
}

.single-posts {
    overflow: initial
}

.single-posts__content {
    max-width: 1760px;
    margin: calc(40px + var(--header-height)) auto 80px
}

.post-item {
    display: grid;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 1fr 476px;
    gap: 0 25px
}

.post-item__content {
    display: grid;
    grid-row: 2
}

.post-item__image {
    margin-bottom: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform-origin: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(50.52%, transparent), to(transparent));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6) 0, transparent 50.52%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, transparent 50.52%, transparent 100%)
}

.post-item__statistic {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.post-item__statistic-data {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-item__article>h1,
.post-item__article>h2 {
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 2.6rem;
    line-height: 1.17
}

.post-item__article>h2 {
    font-size: 1.7rem;
    line-height: 1.12
}

.post-item__article>p {
    margin-bottom: 35px;
    font-size: 1rem;
    line-height: 1.56;
    color: var(--text-color)
}

.post-item__article>p:last-child,
.services-hero .breadcrumbs {
    margin-bottom: 0
}

.post-item__article li:not(li > ul > li) {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.33;
    color: var(--text-color)
}

.post-item__article li:last-child {
    margin-bottom: 40px
}

.post-item__article li:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 11px
}

.post-item__article img {
    margin-bottom: 40px;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.breadcrumbs {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px
}

.breadcrumbs__item {
    position: relative;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.breadcrumbs__link {
    color: var(--text-color);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    text-decoration: none
}

.breadcrumbs__link-active,
.dark-page .services-catalog .section-headline,
.services-comments .section-headline {
    color: var(--dark-style-color)
}

.breadcrumbs__link-active :focus,
.breadcrumbs__link-active :hover {
    opacity: .6;
    text-decoration: underline
}

.breadcrumbs__item:not(:last-child) ::after {
    content: "/";
    padding-left: 16px;
    padding-right: 16px
}

.btn-contact-faq,
.btn-contact__expert {
    gap: 0 12px
}

.btn-contact-faq::after {
    width: 16px;
    height: 16px;
    background-image: img-url("../contact-btn-icon.html")
}

.blog-banner {
    --accentColor: #ffba34;
    --btnTextColor: #343464;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 55px;
    margin-bottom: 33px;
    background-image: -o-linear-gradient(4deg, #6c44ff 0, #9477ff 100%);
    background-image: linear-gradient(86deg, #6c44ff 0, #9477ff 100%);
    color: var(--white)
}

.blog-banner_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 241px;
    flex: 0 0 241px
}

.blog-banner_btn .btn {
    width: 100%;
    height: 62px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--accentColor);
    color: var(--btnTextColor)
}

.blog-banner_text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 15px
}

.blog-banner_headline {
    margin-bottom: 32px;
    font-size: 1.89rem;
    font-weight: 700;
    line-height: .7
}

.blog-banner_description {
    position: relative;
    padding-left: 20px;
    line-height: 1.5
}

.blog-banner_description::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 4px;
    width: 3px;
    background-color: var(--accentColor)
}

.blog-banner_description p {
    font-size: 1.27rem
}

.blog-banner_description h4 {
    font-size: 1.6rem
}

.blog-banner.pink {
    --accentColor: #7452f5;
    --btnTextColor: var(--white);
    background-image: -o-linear-gradient(4deg, #ff6dd1 16.24%, #ffc36a 100%);
    background-image: linear-gradient(86deg, #ff6dd1 16.24%, #ffc36a 100%)
}

.blog-banner.small {
    position: relative;
    padding: 24px 36px;
    background-color: #8e70ff;
    background-image: url(../png/banner-img-pattern-2.png);
    background-repeat: no-repeat;
    background-size: cover
}

.blog-banner.small .blog-banner_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 164px;
    flex: 0 0 164px
}

.blog-banner.small .blog-banner_img img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0
}

.blog-banner.small .blog-banner_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 172px;
    flex: 0 0 172px
}

.blog-banner.small .blog-banner_btn .btn {
    padding: 0;
    height: 48px;
    font-size: 17px
}

.blog-banner.small .blog-banner_description {
    padding-left: 40px
}

@media (min-width:2500px) {
    .single-posts__content {
        max-width: 2200px
    }

    .post-item {
        grid-template-columns: 1fr 576px;
        gap: 0 30px
    }

    .post-item__statistic-data {
        font-size: 1.3rem
    }

    .post-item__article>h1 {
        margin-bottom: 40px;
        font-size: 2.8rem
    }

    .post-item__article>h2 {
        margin-bottom: 40px;
        font-size: 1.8rem
    }

    .post-item__article>img {
        margin-bottom: 50px
    }

    .post-item__article>p {
        margin-bottom: 40px
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .post-item__article>li {
        font-size: 1.4rem
    }

    .post-item__article li:before {
        content: "";
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
        flex: 0 0 16px;
        height: 18px;
        background-size: 100%
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 18px;
        padding-right: 18px
    }

    .blog-banner_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .blog-banner_btn .btn {
        height: 75px
    }

    .blog-banner.small .blog-banner_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .blog-banner.small .blog-banner_btn .btn {
        height: 65px;
        font-size: 20px
    }
}

@media (min-width:2900px) {
    .single-posts__content {
        max-width: 2500px
    }

    .post-item {
        grid-template-columns: 1fr 637px;
        gap: 0 35px
    }

    .post-item__article>h1 {
        margin-bottom: 35px;
        font-size: 2.9rem
    }

    .post-item__article>h2 {
        margin-bottom: 35px;
        font-size: 1.7rem
    }

    .post-item__article>img {
        margin-bottom: 55px
    }

    .post-item__article>p {
        margin-bottom: 45px;
        font-size: 1.3rem;
        line-height: 1.56;
        color: var(--text-color)
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .post-item__article>li {
        gap: 0 20px
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 20px;
        padding-right: 20px
    }

    .blog-banner_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
        flex: 0 0 450px
    }

    .blog-banner_btn .btn {
        height: 85px
    }

    .blog-banner.small .blog-banner_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px
    }

    .blog-banner.small .blog-banner_btn .btn {
        font-size: 25px;
        height: 75px
    }
}

@media (min-width:3200px) {
    .single-posts__content {
        max-width: 3000px
    }

    .post-item {
        grid-template-columns: 1fr 776px;
        gap: 0 40px
    }

    .post-item__statistic-data {
        font-size: 1rem
    }

    .post-item__article>h1 {
        margin-bottom: 35px;
        font-size: 2.9rem
    }

    .post-item__article>h2 {
        margin-bottom: 35px;
        font-size: 1.7rem
    }

    .post-item__article>img {
        margin-bottom: 55px
    }

    .post-item__article>p {
        margin-bottom: 45px
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .post-item__article li:before {
        height: 29px;
        background-size: 100%
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 22px;
        padding-right: 22px
    }
}

@media (min-width:3500px) {
    .sidebar-list__item {
        margin-bottom: 25px
    }

    .sidebar-list__headline {
        font-size: 1.2rem
    }

    .sidebar-list__eye {
        margin-right: 16px;
        width: 28px
    }

    .sidebar-list__dot {
        margin-right: 20px;
        width: 8px
    }

    .sidebar-list__clock {
        margin-right: 16px;
        width: 32px
    }

    .sidebar-list__link {
        width: 28%;
        margin-right: 35px
    }

    .single-posts__content {
        max-width: 3300px
    }

    .post-item {
        grid-template-columns: 1fr 1060px;
        gap: 0 50px
    }

    .post-item__image {
        margin-bottom: 40px
    }

    .post-item__article>img,
    .post-item__statistic {
        margin-bottom: 60px
    }

    .post-item__article>h1 {
        margin-bottom: 40px;
        font-size: 3rem
    }

    .post-item__article>h2 {
        margin-bottom: 40px;
        font-size: 1.8rem
    }

    .blog-banner_headline,
    .post-item__article>p {
        margin-bottom: 50px
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 25px;
        padding-right: 25px
    }

    .blog-banner {
        padding: 70px
    }

    .blog-banner.small {
        padding: 50px 60px
    }

    .blog-banner.small .blog-banner_btn .btn {
        font-size: 28px
    }

    .blog-banner.small .blog-banner_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px
    }

    .blog-banner.small .blog-banner_description {
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .blog-banner {
        padding: 35px
    }

    .blog-banner.small .blog-banner_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 115px;
        flex: 0 0 115px
    }

    .blog-banner.small .blog-banner_description {
        padding-left: 20px
    }
}

@media (max-width:1525px) {
    .blog-banner_btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .blog-banner_btn .btn {
        padding: 0
    }

    .blog-banner_headline {
        font-size: 1.7rem
    }

    .blog-banner_description p {
        font-size: 1.15rem
    }

    .blog-banner_description h4 {
        font-size: 1.4rem;
        line-height: 1.1
    }

    .blog-banner.small .blog-banner_description h4 {
        margin-top: 15px
    }
}

@media (max-width:1440px) {
    .single-posts__content {
        margin: calc(40px + var(--header-height)) auto 0
    }

    .breadcrumbs {
        margin-bottom: 60px
    }

    .post-item {
        grid-template-columns: 1fr 397px
    }

    .post-item__article>h2,
    .post-item__image {
        margin-bottom: 16px
    }

    .post-item__statistics {
        margin-bottom: 23px
    }

    .post-item__article>h1 {
        margin-bottom: 24px
    }

    .post-item__article>img {
        margin-bottom: 32px
    }

    .post-item__article>p {
        margin-bottom: 28px;
        font-size: 1rem;
        line-height: 1.56;
        color: var(--text-color)
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .post-item__article li:last-child {
        margin-bottom: 40px
    }

    .blog-banner {
        margin-bottom: 28px
    }
}

@media (max-width:1366px) {
    .blog-banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-banner_btn {
        padding-top: 30px
    }

    .blog-banner_btn .btn {
        padding: 0 15px;
        height: 48px
    }

    .blog-banner.small .blog-banner_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 115px);
        flex: 0 0 calc(100% - 115px)
    }

    .blog-banner.small .blog-banner_btn,
    .blog-banner_btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .blog-banner.small .blog-banner_btn .btn {
        padding: 0 15px
    }
}

@media (max-width:1280px) {
    .post-item {
        grid-template-columns: 1fr 362px
    }

    .post-item__statistic {
        margin-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .post-item__statistic-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 15px;
        padding-right: 15px
    }
}

.single-faq__content,
.written-by {
    grid-template-columns: 1fr;
    margin-left: auto;
    max-width: 1760px
}

@media (max-width:1050px) {
    .single-posts__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .post-item {
        grid-template-columns: 1fr
    }

    .post-item__statistic,
    .post-item__statistic-data {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .post-item__statistic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .post-item__statistic-data {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .breadcrumbs {
        margin-bottom: 30px
    }
}

@media (max-width:768px) {
    .single-posts__content {
        margin-bottom: 60px
    }

    .post-item__statistic {
        margin-bottom: 30px
    }

    .post-item__article>h1 {
        margin-bottom: 16px;
        font-size: 2rem;
        line-height: 1.12
    }

    .post-item__article>h2 {
        font-size: 1.5rem;
        line-height: 1.17
    }

    .post-item__article>p {
        line-height: 1.38
    }

    .post-item__article>p:last-child {
        margin-bottom: 0
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (max-width:620px) {
    .portfolio-lightbox__header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 122px;
        flex: 0 0 122px;
        padding: 15px 15px 0;
        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
    }

    .close-lightbox {
        width: 30px;
        height: 30px
    }

    .lightbox__logo {
        width: 150px;
        height: 50px
    }

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

    .lightbox__prev {
        left: 6%
    }

    .lightbox__next {
        right: 6%
    }

    .lightbox__nav {
        width: 18px;
        height: 30px;
        -webkit-filter: drop-shadow(0 2px 4px #343464);
        filter: drop-shadow(0 2px 4px #343464)
    }

    .posts-list {
        grid-template-columns: 1fr;
        gap: 24px 16px
    }

    .post-item__statistic-data.right {
        display: none
    }
}

@media (max-width:580px) {
    .latest {
        padding: 60px 0 60px 15px
    }

    .latest .section-headline {
        font-size: 1.5rem;
        line-height: 1.17
    }

    .latest__slider {
        margin-top: 32px
    }

    .latest__slider .slider-track {
        gap: 0 8px
    }

    .single-posts__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .single-posts__content {
        margin-top: calc(30px + var(--header-height))
    }

    .post-item__image {
        margin-bottom: 12px;
        height: 210px
    }

    .post-item__statistic {
        margin-bottom: 25px
    }

    .post-item__article>h1 {
        margin-bottom: 16px;
        font-size: 1.5rem;
        line-height: 1.17
    }

    .post-item__article>h2 {
        margin-bottom: 16px;
        font-size: 1.12rem;
        line-height: 1.33
    }

    .post-item__article>img {
        margin-bottom: 24px
    }

    .post-item__article>p {
        margin-bottom: 28px
    }

    .breadcrumbs__item:not(:last-child) ::after {
        content: "/";
        padding-left: 8px;
        padding-right: 8px
    }

    .blog-banner,
    .blog-banner.small {
        padding: 25px
    }

    .blog-banner_headline {
        margin-bottom: 15px;
        line-height: 1
    }

    .blog-banner_btn {
        padding-top: 15px
    }

    .blog-banner.small .blog-banner_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px
    }

    .blog-banner.small .blog-banner_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px)
    }
}

@media (max-width:420px) {
    .blog-banner_description p {
        font-size: 1rem
    }

    .blog-banner_description h4 {
        font-size: 1.25rem
    }

    .blog-banner.small .blog-banner_text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .blog-banner.small .blog-banner_description {
        padding-left: 0
    }

    .blog-banner.small .blog-banner_description h4 {
        margin-top: 5px
    }

    .blog-banner_headline {
        font-size: 1.5rem
    }

    .blog-banner.small .blog-banner_btn .btn {
        font-size: 14px
    }
}

.single-faq {
    margin-top: 80px;
    margin-bottom: 120px
}

.single-faq__content {
    position: relative;
    display: grid;
    margin-right: auto;
    gap: 40px 25px;
    grid-template-areas: "headline" "accordion";
    z-index: 1
}

.single-faq__content .section-headline {
    grid-area: headline;
    justify-self: center;
    color: var(--dark-style-color)
}

.single-faq__accordion-item {
    padding: 16px 25px
}

.single-faq__accordion-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%;
    text-align: left;
    font-size: 1.33rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--dark-style-color);
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.single-faq__accordion-link-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    text-align: center;
    margin-right: 24px;
    margin-top: -2px
}

.single-faq__accordion-link-icon:before {
    content: "+";
    display: block;
    font-weight: 800;
    font-size: 1.78rem;
    line-height: 1.12
}

.single-faq__accordion-body {
    display: none;
    position: relative;
    margin-top: 16px;
    padding-left: 39px;
    color: var(--text-color)
}

.single-faq__accordion-body:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: calc(100% - 10px);
    border-right: 1px solid var(--text-color)
}

.single-faq__accordion-item.open {
    padding: 25px;
    background: rgba(0, 0, 0, .03)
}

.single-faq__accordion-item.open .single-faq__accordion-body {
    display: block
}

.written-by {
    display: grid;
    margin-top: 80px;
    margin-right: auto
}

.written-by__content {
    background: rgba(0, 0, 0, .03);
    padding: 20px
}

.services-features,
.services-features__item-bg,
.services-hero,
.services-info,
.services-why,
.written-by .social-networks__link {
    background-size: cover;
    background-repeat: no-repeat
}

.written-by__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 0 24px
}

.written-by__avatar {
    grid-row: 1/2;
    grid-column: 1/2
}

.written-by__info {
    grid-row: 1/2;
    grid-column: 2/-1
}

.written-by__body {
    grid-row: 2;
    grid-column: 2/-1;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.written-by__image {
    width: 125px;
    height: auto
}

.written-by__headline,
.written-by__name,
.written-by__position {
    margin-bottom: 8px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--text-color)
}

.written-by__name,
.written-by__position {
    margin-bottom: 4px;
    font-size: 1.33rem;
    line-height: 1.5;
    color: var(--dark-style-color)
}

.written-by__position {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.33;
    color: var(--text-color)
}

.written-by__description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 24px;
    font-size: 1rem;
    line-height: 1.56;
    color: var(--text-color)
}

.written-by .social-networks__link {
    display: inline-block;
    width: 18px;
    height: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    background-position: center
}

.written-by .social-networks__link.blog-fb {
    background-image: url(../png/blog-facebook-2.png)
}

.written-by .social-networks__link.blog-fb:focus-visible,
.written-by .social-networks__link.blog-fb:hover {
    background-image: url(../png/blog-facebook-hover-2.png)
}

.written-by .social-networks__link.blog-linkedin {
    background-image: url(../svg/blog-linkedin.svg)
}

.written-by .social-networks__link.blog-linkedin:focus-visible,
.written-by .social-networks__link.blog-linkedin:hover {
    background-image: url(../svg/blog-linkedin-hover.svg)
}

.written-by .social-networks__link.blog-insta {
    background-image: img-url("../svg/blog-instagram.svg")
}

.written-by .social-networks__link.blog-insta:focus-visible,
.written-by .social-networks__link.blog-insta:hover {
    background-image: img-url("../svg/blog-instagram-hover.svg")
}

.written-by .social-networks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 40px
}

.btn-contact__expert::after {
    width: 16px;
    height: 16px;
    background-image: img-url("../contact-btn-icon.html")
}

@media (min-width:2500px) {
    .single-faq__content {
        max-width: 2200px;
        gap: 40px 30px
    }

    .single-faq__accordion-item {
        padding: 30px 25px
    }

    .written-by {
        max-width: 2200px
    }

    .written-by__content {
        padding: 35px 45px
    }

    .written-by__head {
        grid-template-columns: 125px 1fr;
        gap: 0 50px
    }

    .written-by__image {
        width: 125px;
        height: auto
    }

    .written-by .social-networks__link {
        width: 30px;
        height: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px
    }

    .btn-contact__expert {
        height: 75px
    }

    .btn-contact__expert ::after {
        width: 24px;
        height: 24px
    }
}

@media (min-width:2900px) {
    .single-faq__content {
        max-width: 2500px;
        gap: 45px 35px
    }

    .written-by {
        max-width: 2500px
    }

    .written-by__head {
        grid-template-columns: 130px 1fr;
        gap: 0 55px
    }

    .written-by__image {
        width: 130px;
        height: auto
    }

    .written-by .social-networks__link {
        width: 34px;
        height: 34px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
        flex: 0 0 34px
    }
}

@media (min-width:3000px) {
    .written-by .social-networks__link {
        width: 36px;
        height: 36px
    }

    .btn-contact__expert {
        height: 85px;
        padding: 0 40px
    }

    .btn-contact__expert ::after {
        width: 25px;
        height: 25px
    }
}

@media (min-width:3200px) {
    .single-faq__content {
        max-width: 3000px;
        gap: 50px 40px
    }

    .written-by {
        max-width: 3000px
    }

    .written-by__content {
        padding: 40px 50px
    }

    .written-by__head {
        grid-template-columns: 140px 1fr;
        gap: 0 60px
    }

    .written-by__image {
        width: 140px;
        height: auto
    }

    .written-by .social-networks__link {
        width: 38px;
        height: 38px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px
    }
}

@media (min-width:3500px) {
    .single-faq__content {
        max-width: 3300px;
        gap: 50px 45px
    }

    .written-by {
        max-width: 3300px
    }

    .written-by__content {
        padding: 45px 60px
    }

    .written-by__head {
        grid-template-columns: 140px 1fr;
        gap: 0 70px
    }

    .written-by__image {
        width: 150px
    }

    .written-by .social-networks__link {
        width: 40px;
        height: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px
    }
}

@media (max-width:1440px) {
    .single-faq {
        margin-top: 65px;
        margin-bottom: 120px
    }

    .written-by__head {
        grid-template-columns: 110px 1fr
    }

    .written-by__image {
        width: 110px
    }

    .single-faq__content {
        gap: 40px 0
    }

    .single-faq__content .section-headline {
        justify-self: center;
        font-size: 3rem
    }
}

@media (max-width:1050px) {
    .single-faq__container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

    .single-faq__content {
        grid-template-columns: 1fr;
        gap: 46px 0
    }

    .written-by__head {
        grid-template-columns: 100px 1fr
    }

    .written-by__body {
        grid-row: 2;
        grid-column: 1/-1
    }

    .written-by__image {
        width: 100px
    }

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

@media (max-width:768px) {
    .single-faq {
        margin-top: 60px;
        margin-bottom: 80px
    }

    .single-faq__accordion-link {
        margin-right: 16px
    }

    .written-by {
        margin-top: 60px;
        max-width: 650px
    }

    .written-by__head {
        grid-template-columns: 90px 1fr;
        gap: 24px 16px
    }

    .written-by__image {
        width: 90px;
        height: auto
    }
}

@media (max-width:610px) {
    .single-faq__container {
        padding-left: 0;
        padding-right: 0
    }
}

.services-hero {
    height: 100vh;
    background-position: right;
    min-height: 650px
}

.services-hero__content {
    margin: 0 auto;
    max-width: 1760px;
    padding-top: calc(var(--header-height) + 40px);
    height: 100%
}

.services-hero__info {
    max-width: 778px;
    padding-bottom: 60px;
    height: calc(100% - 22px);
    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
}

.services-hero__headline {
    margin-bottom: 18px;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.19;
    text-transform: uppercase
}

.services-hero__description {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 1.56
}

.services-hero__button {
    width: 200px;
    padding: 13px 25px
}

.services-container {
    padding-left: 100px;
    padding-right: calc(100px + var(--padding-with-portfolio-btn));
    height: 100%
}

.services-scroll__button {
    bottom: 103px
}

.light .full-header::before {
    background-color: rgba(52, 52, 100, .1)
}

.light .breadcrumbs__link,
.light .header-menu__link,
.light .services-hero__description,
.light .services-hero__headline {
    color: var(--white)
}

.light .scroll-bottom__arrow,
.study-hero .scroll-bottom__arrow {
    background-image: url(../svg/sroll-bottom-arrow-white.svg)
}

@media (min-width:2000px) {
    .services-hero__info {
        max-height: 540px
    }

    .offers-headline,
    .offers-slider__button {
        margin-right: var(--portfolio-btn-width)
    }

    .offers-content {
        max-width: 2250px
    }
}

@media (min-width:2500px) {
    .services-hero__content {
        max-width: 2000px
    }

    .services-hero__info {
        max-width: 950px;
        max-height: 670px
    }

    .services-hero__headline {
        margin-bottom: 25px
    }

    .services-hero__description {
        font-size: 1.1rem;
        margin-bottom: 40px
    }

    .services-hero__button {
        width: 250px
    }
}

@media (min-width:2900px) {
    .services-hero__content {
        max-width: 2500px
    }

    .services-hero__info {
        max-width: 1150px;
        max-height: 780px
    }

    .services-hero__headline {
        margin-bottom: 30px
    }

    .services-hero__button {
        width: 300px;
        padding: 25px
    }

    .services-hero__description {
        font-size: 1.15rem;
        margin-bottom: 45px
    }
}

@media (min-width:3500px) {
    .services-hero__content {
        max-width: 3300px
    }

    .services-hero__info {
        max-width: 1780px;
        max-height: 890px
    }

    .services-hero__headline {
        margin-bottom: 40px
    }

    .services-hero__description {
        font-size: 1.2rem;
        margin-bottom: 50px
    }

    .services-hero__button {
        width: 350px
    }
}

@media (max-height:740px) {
    .services-hero__headline {
        font-size: 3.5rem
    }
}

@media (max-width:1440px) {
    .services-hero__info {
        padding-bottom: 75px
    }

    .services-hero__content {
        padding-top: calc(var(--header-height) + 20px)
    }

    .services-hero__headline {
        margin-bottom: 19px
    }

    .services-hero__description {
        max-width: 615px;
        margin-bottom: 12px;
        font-size: 1.2rem
    }

    .services-breadcrumbs {
        margin-bottom: 0
    }

    .services-scroll__button {
        bottom: 55px
    }
}

@media (max-width:1050px) {
    .services-hero__info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: calc(100% - 40px);
        padding-bottom: 0;
        max-width: none;
        max-height: none
    }

    .services-hero__headline {
        text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
        height: 100%;
        margin-bottom: 0
    }

    .services-hero__description {
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 2;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
    }

    .services-container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }

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

@media (max-width:990px) {
    .services-hero.with-shadow {
        position: relative
    }

    .services-hero.with-shadow::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 222, 255, 0)), color-stop(31.77%, rgba(214, 204, 255, .71)), to(#c7b9ff));
        background-image: -o-linear-gradient(top, rgba(229, 222, 255, 0) 0, rgba(214, 204, 255, .71) 31.77%, #c7b9ff 100%);
        background-image: linear-gradient(180deg, rgba(229, 222, 255, 0) 0, rgba(214, 204, 255, .71) 31.77%, #c7b9ff 100%)
    }

    .services-hero.with-shadow .services-container {
        position: relative;
        z-index: 1
    }

    .light .services-hero.with-shadow::before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(106, 69, 245, 0)), to(rgba(109, 72, 246, .9)));
        background-image: -o-linear-gradient(top, rgba(106, 69, 245, 0) 0, rgba(109, 72, 246, .9) 100%);
        background-image: linear-gradient(180deg, rgba(106, 69, 245, 0) 0, rgba(109, 72, 246, .9) 100%)
    }
}

@media (max-width:768px) {
    .services-hero__button {
        display: none
    }

    .services-hero__headline {
        font-size: 3.5rem
    }

    .services-breadcrumbs {
        margin-bottom: 10px
    }
}

@media (max-width:580px) {
    .single-faq {
        margin-bottom: 0
    }

    .single-faq__container {
        padding-left: 0;
        padding-right: 0
    }

    .single-faq__content {
        gap: 32px 0
    }

    .single-faq__accordion-link {
        font-size: 1.07rem
    }

    .services-hero {
        background-position-x: 85%
    }

    .services-hero__content {
        padding-top: calc(var(--header-height) + 25px)
    }

    .services-hero__headline {
        font-size: 3rem;
        line-height: 1.18
    }

    .services-hero__description {
        line-height: 1.71
    }

    .services-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.services-statistic {
    padding-top: 285px;
    padding-bottom: 300px
}

.services-genres__content,
.services-statistic__content {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto
}

.services-statistic+.services-genres,
.study-role__text h6+ul,
.study-role__text>:first-child {
    padding-top: 0
}

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 45px
}

.services-list__item {
    width: 25%;
    text-align: center
}

.services-list__subtitle,
.services-list__title {
    margin-bottom: 40px;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--style-color)
}

.services-list__subtitle {
    margin-bottom: 16px;
    font-size: 1.3rem;
    line-height: 1.17;
    color: var(--dark-style-color)
}

.services-list__text,
.services-process__text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.56;
    color: var(--text-color)
}

@media (max-width:1440px) {
    .services-statistic {
        padding-top: 225px;
        padding-bottom: 225px
    }

    .services-list__item {
        width: calc(25% - 34px)
    }

    .services-list__title {
        margin-bottom: 50px
    }

    .services-list__subtitle {
        font-size: 1.5rem
    }

    .services-statistic .services-container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1050px) {
    .services-statistic .services-container {
        padding-right: 45px
    }

    .services-statistic {
        padding-top: 130px;
        padding-bottom: 130px
    }

    .services-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 65px 60px
    }

    .services-list__item {
        width: calc(50% - 30px)
    }

    .services-list__title {
        margin-bottom: 50px
    }

    .services-list__subtitle {
        font-size: 1.5rem
    }
}

@media (max-width:768px) {
    .services-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 40px 35px
    }

    .services-list__item {
        width: calc(50% - 18px)
    }

    .services-list__title {
        margin-bottom: 26px;
        font-size: 3.4rem;
        line-height: 1.17
    }

    .services-list__subtitle {
        margin-bottom: 5px;
        font-size: 1.3rem;
        line-height: 1.33
    }

    .services-list__text {
        font-size: 1.1rem;
        line-height: 1.75rem
    }
}

@media (max-width:735px) {
    .posts-list__item-info {
        font-size: .9rem
    }

    .list-item__description {
        margin-right: 15px
    }

    .services-list {
        gap: 35px
    }
}

@media (max-width:480px) {
    .services-list {
        gap: 35px 10px
    }

    .services-list__item {
        width: calc(50% - 5px)
    }
}

@media (max-width:375px) {
    .projects {
        margin-top: calc(60px + var(--header-height));
        margin-bottom: 37px
    }

    .projects__container {
        padding-left: 0;
        padding-right: 0
    }

    .filter-list,
    .projects__title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .projects__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 34px;
        font-size: 2.29rem;
        line-height: 1.12
    }

    .filter-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 9px;
        margin: 0 15px 44px
    }

    .filter-list__item {
        padding: 3px 6px
    }

    .portfolio-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 4px
    }

    .projects-slider {
        margin-bottom: 35px
    }

    .portfolio-lightbox__header {
        padding: 10px 15px 0
    }

    .close-lightbox {
        width: 25px;
        height: 25px
    }

    .lightbox__logo {
        width: 130px;
        height: 45px
    }

    .lightbox__image {
        max-width: 100%
    }

    .projects-main {
        margin-top: 55px;
        margin-bottom: 17px
    }

    .projects-list {
        gap: 14px;
        grid-template-columns: 1fr
    }

    .projects-items {
        margin-top: 14px
    }

    .projects-items__img-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 27px;
        font-size: 3.5rem;
        line-height: 1.1
    }

    .projects-hero {
        margin-top: calc(60px + var(--header-height))
    }

    .projects-hero__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .hero-counter__container {
        gap: 20px
    }

    .career-hero {
        background-size: 680px auto;
        background-position: right 20px bottom -8%
    }

    .career-list__item {
        grid-template-areas: "icon title hot" "text text text" "button button button";
        grid-template-columns: 40px 1fr 30px;
        padding: 35px 24px 24px;
        margin-bottom: 16px
    }

    .career-list__item__img {
        width: 40px;
        height: auto
    }

    .career-list__item__headline {
        padding-left: 10px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
        grid-area: title
    }

    .career-list__item__hot {
        width: 30px;
        height: auto;
        grid-area: hot
    }

    .career-list__item__description {
        grid-area: text
    }

    .career-list__item__button {
        grid-area: button
    }

    .career-goodies__item {
        width: auto;
        height: 195px
    }

    .career-goodies__item:hover .career-goodies__item-content {
        padding: 16px
    }

    .career-goodies__item-headline {
        font-size: 1.28rem;
        line-height: 1.33;
        max-width: 250px
    }

    .career-goodies-bg {
        background-position: right
    }

    .career-single {
        margin-bottom: 50px;
        background-size: 68%;
        background-position: center bottom -5%
    }

    .career-single__description {
        margin-bottom: 8px
    }

    .career-description__content {
        margin-top: 60px;
        margin-bottom: 100px
    }

    .career-description__article li {
        gap: 0 8px;
        line-height: 1.38
    }

    .career-description__article h2 {
        font-size: 1.7rem;
        line-height: 1.17
    }

    .career-description__article h3 {
        margin-bottom: 24px
    }

    .contact-form-career {
        padding: 40px 15px
    }

    .composite-image {
        margin-bottom: 37px
    }

    .back-button {
        top: 75px;
        left: 10px;
        width: 60px;
        height: 60px
    }

    .blog-hero {
        background-size: 230%
    }

    .blog__form {
        height: 50px;
        max-width: 310px;
        width: auto
    }

    .blog-posts {
        padding: 60px 0
    }

    .posts-list {
        gap: 32px
    }

    .blog-posts__form {
        margin-bottom: 40px
    }

    .blog-posts__content {
        margin-bottom: 32px
    }

    .pagination__container {
        margin-top: 32px
    }

    .btn-contact-faq {
        height: 55px
    }

    .written-by__body {
        -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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 24px
    }

    .written-by__description {
        margin-bottom: 0
    }

    .btn-contact__expert {
        height: 70px
    }

    .services-hero__content {
        padding-top: calc(var(--header-height) + 25px);
        padding-bottom: 36px
    }

    .services-hero__headline {
        font-size: 2rem;
        line-height: 1.17
    }

    .services-hero__description {
        line-height: 1.43
    }

    .services-statistic {
        padding-top: 75px;
        padding-bottom: 85px
    }

    .services-list {
        gap: 25px 10px
    }
}

@media (max-width:345px) {
    .services-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px
    }

    .services-list__title {
        margin-bottom: 15px
    }
}

@media (min-width:2500px) {
    .services-statistic {
        padding-top: 250px;
        padding-bottom: 250px
    }

    .services-content {
        max-width: 2000px;
        display: contents
    }

    .services-list {
        gap: 60px
    }

    .services-list__title {
        font-size: 5rem
    }

    .services-list__subtitle {
        margin-bottom: 25px;
        font-size: 1.6rem
    }

    .services-list__text {
        font-size: 1.3rem
    }
}

@media (min-width:2900px) {
    .services-content {
        max-width: 2500px
    }

    .services-list {
        gap: 70px
    }

    .services-list__item {
        width: calc(25% - 45px)
    }
}

.dark-page .services-info::before,
.dark-page .services-why::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(23, 23, 34, .5)
}

.services-info {
    background-image: url(../jpg/services-information-bg-2.jpg);
    padding-top: 165px;
    padding-bottom: 165px
}

@media only screen and (max-width:1050px) {
    .services-info {
        padding-bottom: 80px
    }
}

.services-info__content {
    margin: 0 auto;
    max-width: 1760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-info__image {
    max-width: 725px;
    height: auto;
    width: 100%
}

.information-wrapper {
    overflow: hidden
}

.information {
    max-width: 670px
}

.information__headline {
    margin-bottom: 16px;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.17;
    text-transform: uppercase;
    color: var(--white)
}

.information__text {
    font-size: 1rem;
    line-height: 1.56;
    color: #ebebf0
}

@media (min-width:2500px) {
    .services-info__content {
        max-width: 2000px
    }

    .services-info__image {
        max-width: 950px
    }

    .information {
        max-width: 905px
    }
}

@media (min-width:2900px) {
    .services-info__content {
        max-width: 2500px
    }

    .services-info__image {
        max-width: 1055px
    }

    .information {
        max-width: 1250px
    }

    .information__headline {
        font-size: 3.6rem
    }

    .information__text {
        font-size: 1.3rem
    }
}

@media (min-width:3300px) {
    .blog-sidebar__headline {
        margin-bottom: 50px;
        font-size: 2.2rem
    }

    .services-content,
    .services-info__content {
        max-width: 3000px
    }
}

@media (min-width:3500px) {

    .services-content,
    .services-info__content {
        max-width: 3300px
    }

    .services-list {
        gap: 80px
    }

    .services-list__item {
        width: calc(25% - 60px)
    }

    .services-list__title {
        font-size: 5.5rem
    }

    .services-list__subtitle {
        margin-bottom: 35px
    }

    .services-info__image {
        max-width: 1290px
    }

    .information {
        max-width: 1600px
    }
}

@media (max-width:1440px) {
    .services-info {
        padding-top: 210px;
        padding-bottom: 210px
    }

    .services-info__image {
        max-width: 620px
    }

    .information {
        max-width: 680px;
        margin-right: 120px
    }

    .information__headline {
        margin-bottom: 30px;
        font-size: 3rem
    }
}

@media (max-width:1280px) {
    .services-info__image {
        max-width: 440px
    }

    .information {
        max-width: 480px
    }
}

@media (max-width:1190px) {

    .information,
    .services-info__image {
        max-width: 400px
    }

    .information {
        margin-right: 45px
    }

    .services-info .services-container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1050px) {
    .services-info {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .services-info .services-container {
        padding-right: 45px
    }

    .services-info__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-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .services-info__image {
        max-width: 530px;
        margin-top: 85px
    }

    .information {
        max-width: 670px;
        margin-right: 0
    }

    .information__headline {
        text-align: center;
        margin-bottom: 30px;
        font-size: 2rem;
        line-height: 1.12
    }
}

@media (max-width:768px) {
    .services-info {
        padding-top: 80px;
        padding-bottom: 90px
    }

    .services-info__image {
        max-width: 478px
    }

    .information__headline {
        font-size: 2.5rem;
        line-height: 1.12
    }

    .information__text {
        font-size: 1.1rem;
        line-height: 1.75
    }
}

.offers-headline,
.offers__slide-headline {
    line-height: 1.17;
    color: var(--dark-style-color);
    font-weight: 800;
    text-transform: uppercase
}

.services-comments {
    padding: 90px var(--portfolio-btn-width) 90px 180px
}

.services-comments__content {
    max-width: 1760px
}

@media (max-width:1680px) {
    .services-comments {
        padding-left: 70px;
        padding-bottom: 140px
    }
}

@media (max-width:1366px) {
    .services-comments {
        padding-left: 50px
    }
}

@media (max-width:1050px) {
    .services-comments {
        padding: 80px 0 50px 40px
    }
}

.offers {
    padding: 90px calc(100px + var(--padding-with-portfolio-btn)) 90px 100px
}

.offers-headline {
    font-size: 2.6rem;
    text-align: center
}

.offers__heading {
    margin-bottom: 105px;
}

.offers__heading h2+div {
    margin-top: 36px;
}

.offers__slide-image {
    margin-bottom: 31px;
    width: auto;
    height: 100px
}

.offers__slide-headline {
    margin-bottom: 30px;
    font-size: 1.3rem
}

.offers__slide-text {
    padding-right: 5px;
    font-size: 1rem;
    line-height: 1.56;
    color: var(--text-color)
}

.offers-slider__button {
    margin-top: 90px;
    margin-right: var(--portfolio-btn-width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.offers .slider-track {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 81px
}

.offers .slider-controls {
    margin-top: 75px
}

@media (min-width:2500px) {
    .offers-content {
        max-width: 2800px
    }

    .offers .slider-track {
        gap: 80px 145px
    }
}

@media (min-width:2900px) {
    .offers-content {
        max-width: 2900px
    }

    .offers .slider-track {
        gap: 80px 155px
    }
}

@media (min-width:3500px) {

    .offers-headline,
    .offers-slider__button {
        margin-right: var(--portfolio-btn-width)
    }

    .offers-content {
        max-width: 3600px
    }

    .offers .slider-track {
        gap: 80px 165px
    }
}

@media (max-width:1440px) {
    .offers-headline {
        font-size: 3rem
    }

    .offers__heading {
        margin-bottom: 90px;
    }

    .offers__slide-headline {
        font-size: 1.5rem
    }

    .offers__slide-text {
        font-size: 1.1rem
    }
}

@media (max-width:1280px) {
    .offers .slider-track {
        gap: 55px
    }
}

@media (max-width:1050px) {
    .offers {
        padding: 80px 45px 50px
    }

    .offers-headline {
        font-size: 2rem
    }

    .offers__heading {
        margin-bottom: 45px;
    }

    .offers__slide-headline {
        font-size: 1.25rem
    }

    .offers-slider__button {
        margin-right: 0
    }

    .offers .slider-track {
        grid-template-columns: repeat(2, 1fr)
    }

    .offers .slider-controls {
        margin-top: 50px
    }
}

@media (max-width:768px) {
    .offers {
        padding: 80px 45px 50px
    }

    .offers__slide-image {
        display: block;
        height: 70px;
        margin-bottom: 15px
    }

    .offers__slide-headline {
        line-height: 1.33;
        margin-bottom: 15px
    }

    .offers__slide-text {
        line-height: 1.75
    }

    .offers .slider-track {
        gap: 21px
    }

    .offers .slider-controls {
        margin-top: 50px
    }
}

@media (max-width:580px) {

    .services-info .services-container,
    .services-statistic .services-container {
        padding-left: 15px;
        padding-right: 15px
    }

    .services-comments .section-headline {
        text-align: center
    }

    .services-comments {
        padding: 60px 0 84px 15px
    }

    .offers {
        padding: 70px 15px 60px
    }

    .offers-headline {
        font-size: 1.7rem;
        line-height: 1.17
    }

    .offers__heading {
        margin-bottom: 50px;
    }

    .offers__slide-headline {
        font-size: 1.25rem
    }

    .offers__slide-image {
        height: 60px
    }

    .offers .slider-controls {
        margin-top: 50px
    }

    .offers-slider__button {
        margin-right: calc(15px + var(--portfolio-btn-width));
        margin-top: 60px
    }
}

@media (max-width:360px) {
    .blog-hero__content {
        margin: calc(80px + var(--header-height)) auto 285px
    }

    .offers .slider-track {
        grid-template-columns: 1fr
    }
}

.services-why {
    padding-top: 90px;
    padding-bottom: 205px
}

.services-why__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1760px;
    position: relative
}

.services-why__headline {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.17;
    text-transform: uppercase;
    text-align: center;
    color: var(--white)
}

.services-why__heading {
    margin-bottom: 45px;
    color: var(--white)
}

.services-why__heading h2+div {
    margin-top: 36px
}

.services-why__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative
}

.services-features__line,
.services-why__list::before {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    left: 50%
}

.services-why__list::before {
    content: "";
    width: 2px;
    bottom: 0;
    top: 55px;
    transform: translateX(-50%)
}

.services-why__item {
    grid-column: 1/-1;
    justify-self: self-end;
    width: calc(50% - 65px);
    text-align: start
}

.services-why__item-content {
    max-width: 790px
}

.services-why__item-odd {
    grid-column: 1/-1;
    text-align: end;
    justify-self: self-start;
    width: calc(50% - 65px)
}

.services-why__item-headline {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.62;
    text-transform: uppercase;
    color: var(--white)
}

.services-why__item-text {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.17;
    color: var(--white)
}

.services-why__item:not(:first-child) {
    margin-top: -4%
}

.services-features__line {
    width: 2px;
    height: 100%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1440px) {
    .services-why__item-content {
        max-width: 570px
    }

    .services-why__item-headline {
        margin-bottom: -10px
    }

    .services-why__item:not(:first-child) {
        margin-top: -5%
    }
}

@media (max-width:1050px) {
    .services-why__item-content {
        max-width: 420px
    }

    .services-why__item-headline {
        margin-bottom: -20px
    }

    .services-why .services-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:768px) {
    .services-why {
        padding-top: 80px;
        padding-bottom: 90px
    }

    .services-why__headline {
        font-size: 2.3rem;
        line-height: 1.12
    }

    .services-why__heading {
        margin-bottom: 30px
    }

    .services-why__list {
        gap: 0 75px
    }

    .services-why__item {
        width: calc(55% - 50px)
    }

    .services-why__item-content {
        max-width: 310px
    }

    .services-why__item-headline {
        line-height: 2.08
    }

    .services-why__item-text {
        font-size: 1.15rem;
        line-height: 1.75
    }

    .services-why__item:not(:first-child) {
        margin-top: -10%
    }

    .services-features__line {
        top: 7%;
        height: 95%
    }
}

@media (max-width:580px) {
    .services-why {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .services-why__list {
        gap: 0
    }

    .services-why__item-content {
        max-width: 230px
    }

    .services-why__item-text {
        font-size: 1rem;
        line-height: 1.5
    }

    .services-why__item:not(:first-child) {
        margin-top: -13%
    }

    .services-features__line {
        top: 5%;
        height: 95%
    }

    .services-why .services-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:375px) {
    .services-info {
        padding-top: 65px;
        padding-bottom: 100px
    }

    .services-info__image {
        max-width: 322px;
        margin-top: 60px
    }

    .information__headline {
        font-size: 2rem;
        line-height: 1.17
    }

    .information__text {
        font-size: 1rem;
        line-height: 1.33
    }

    .offers__slide {
        padding-left: 5px
    }

    .offers__slide-headline {
        font-size: 1.2rem;
        line-height: 1.2
    }

    .offers__slide-text {
        line-height: 1.33
    }

    .services-why {
        padding-top: 65px;
        padding-bottom: 65px
    }

    .services-why__headline {
        font-size: 1.8rem
    }

    .services-why__heading {
        margin-bottom: 15px
    }

    .services-why__item {
        width: calc(60% - 50px)
    }

    .services-why__item-content {
        max-width: 150px
    }

    .services-why__item-headline {
        font-size: 3.5rem;
        line-height: 2.5
    }

    .services-why__item-text {
        font-size: 1rem;
        line-height: 1.14
    }

    .services-why__item:not(:first-child) {
        margin-top: -18%
    }
}

@media (min-width:2000px) {
    .services-why__item-content {
        max-width: 8150px
    }
}

@media (min-width:2500px) {
    .services-why__content {
        max-width: 2000px
    }

    .services-why__item-content {
        max-width: 900px
    }
}

.services-features {
    padding-top: 90px;
    padding-bottom: 220px
}

.services-features__headline {
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.17;
    text-transform: uppercase;
    text-align: center;
    color: var(--white)
}

.services-features__heading {
    margin-bottom: 100px;
    color: var(--white)
}

.services-features__heading h2+div {
    margin-top: 36px;
}

.services-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0
}

.services-features__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 17px);
    flex: 0 1 calc(33.333% - 17px);
    height: 280px;
    position: relative;
    background-color: var(--dark-style-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.services-features__item-content,
.services-genres__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.services-features__item-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    -webkit-transition: background-size .4s;
    -o-transition: background-size .4s;
    transition: background-size .4s;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%)
}

.services-features__item-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 15px 0;
    padding: 0 25px 5px;
    text-align: left;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(16.07%, rgba(154, 128, 255, .1575)), color-stop(88.13%, rgba(64, 38, 165, .6)));
    background: -o-linear-gradient(top, rgba(154, 128, 255, .1575) 16.07%, rgba(64, 38, 165, .6) 88.13%);
    background: linear-gradient(180deg, rgba(154, 128, 255, .1575) 16.07%, rgba(64, 38, 165, .6) 88.13%)
}

.our-services__container-col,
.study-hero,
.study-hero__content {
    position: relative
}

.contacts-page .header-menu__link,
.services-features__item-text {
    color: var(--light-text-color)
}

.services-features__item-headline {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.17;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-transform: uppercase
}

.services-features__item-text {
    font-size: 1rem;
    line-height: 1.56;
    opacity: .7;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s
}

.services-features__item:hover .services-features__item-text,
.study-features .slide:hover .study-features__slide-text {
    max-height: 100%;
    -webkit-transition: max-height .4s;
    -o-transition: max-height .4s;
    transition: max-height .4s
}

.services-features__item:hover .services-features__item-content {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-19.93%, rgba(68, 35, 196, .75)), to(rgba(80, 52, 185, .75)));
    background: -o-linear-gradient(top, rgba(68, 35, 196, .75) -19.93%, rgba(80, 52, 185, .75) 100%);
    background: linear-gradient(180deg, rgba(68, 35, 196, .75) -19.93%, rgba(80, 52, 185, .75) 100%)
}

.dark-page .services-catalog__list-item::before,
.our-services__item-list li::before {
    background-image: url(../svg/arrow-right.svg)
}

@media (min-width:2000px) {
    .services-features {
        padding-top: 100px
    }

    .services-features__item {
        width: 100%;
        height: 360px
    }

    .services-features__content {
        gap: 40px;
        max-width: 2000px
    }
}

@media (min-width:2500px) {
    .services-features {
        padding-top: 120px
    }

    .services-features__item {
        height: 435px
    }

    .services-features__item-content {
        padding: 20px 30px
    }

    .services-features__content {
        max-width: 2400px
    }

    .services-features__list {
        gap: 50px
    }
}

@media (min-width:2900px) {
    .services-why__content {
        max-width: 2500px
    }

    .services-why__item-content {
        max-width: 1150px
    }

    .services-features {
        padding-top: 130px
    }

    .services-features__item {
        height: 460px
    }

    .services-features__content {
        max-width: 2700px
    }

    .services-features__list {
        gap: 55px
    }
}

@media (min-width:3500px) {
    .services-why__content {
        max-width: 3300px
    }

    .services-why__item-content {
        max-width: 1550px
    }

    .services-features {
        padding-top: 140px
    }

    .services-features__item {
        height: 640px
    }

    .services-features__item-content {
        padding: 25px 35px
    }

    .services-features__content {
        max-width: 3200px
    }

    .services-features__list {
        gap: 60px
    }
}

@media (max-width:1440px) {
    .services-features {
        padding-bottom: 195px
    }

    .services-features__headline {
        font-size: 3rem
    }

    .services-features__heading {
        margin-bottom: 85px;
    }
}

@media (max-width:1270px) {
    .services-features__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 17px);
        flex: 0 1 calc(50% - 17px)
    }
}

@media (max-width:1050px) {
    .services-features {
        padding-bottom: 145px
    }

    .services-features__heading {
        margin-bottom: 80px
    }

    .services-features .services-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:840px) {
    .services-features {
        padding-top: 80px;
        padding-bottom: 90px
    }

    .services-features__headline {
        font-size: 2.4rem
    }

    .services-features__heading {
        margin-bottom: 50px;
    }

    .services-features__list {
        gap: 15px
    }

    .services-features__item {
        width: 100%;
        height: 200px
    }

    .services-features__item-content {
        gap: 5px;
        padding: 15px
    }

    .services-features__item-headline {
        font-size: 1.3rem;
        line-height: 1.33
    }

    .services-features__item-text {
        font-size: 1rem;
        line-height: 1.25
    }
}

.services-genres__headline,
.services-genres__tab {
    line-height: 1.17;
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:640px) {
    .services-features__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

@media (max-width:580px) {
    .services-features__headline {
        font-size: 2rem;
    }

    .services-features__heading {
        margin-bottom: 40px;
    }

    .services-features__item-content {
        padding: 0 20px 10px;
        gap: 10px 0
    }

    .services-features .services-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.services-genres {
    padding-top: 100px
}

.services-genres.bottom-padding {
    padding-bottom: 90px
}

.services-genres__information {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 25px
}

.services-genres__headline {
    font-size: 2.6rem;
    text-align: center;
    color: var(--dark-style-color);
}

.services-genres__heading {
    margin-bottom: 36px
}

.services-genres__heading h2+div {
    margin-top: 36px
}

.services-genres__tabs {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.services-genres__tab {
    padding: 24px 22px;
    font-size: 1.3rem;
    cursor: pointer;
    color: var(--text-color);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.services-genres__tab:hover {
    background-color: rgba(0, 0, 0, .05)
}

.services-genres__tab-active {
    color: var(--dark-style-color);
    background: rgba(0, 0, 0, .05)
}

.services-genres__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-genres__info-hide,
.services-process__item:last-child .services-process__additionalimg {
    display: none
}

.services-genres__image {
    margin-bottom: 40px;
    width: 100%;
    height: auto
}

.services-genres__subtitle {
    margin-bottom: 12px;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.12;
    text-transform: uppercase;
    color: var(--dark-style-color)
}

.services-genres__text {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 1.56;
    color: var(--text-color)
}

.services-genres__info-show {
    display: block
}

@media (max-width:1440px) {
    .services-genres__information {
        grid-template-columns: 342px 1fr;
        gap: 60px
    }

    .services-genres__tabs {
        max-width: 342px
    }
}

@media (max-width:1190px) {
    .services-genres__information {
        grid-template-columns: 235px 1fr;
        gap: 30px
    }
}

@media (max-width:1050px) {
    .services-genres__information {
        grid-template-columns: 1fr
    }

    .services-genres__tabs {
        display: grid;
        grid-template-columns: repeat(2, 300px);
        gap: 0 45px;
        max-width: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .services-genres__info {
        justify-items: flex-start
    }

    .services-genres .services-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:768px) {
    .services-genres__tabs {
        grid-template-columns: repeat(2, 250px);
        gap: 15px 20px
    }

    .services-genres__headline {
        font-size: 2.2rem;
        line-height: 1.12
    }
}

.services-process__headline,
.services-process__title {
    font-weight: 800;
    line-height: 1.17;
    color: var(--dark-style-color);
    text-transform: uppercase
}

@media (max-width:580px) {
    .services-genres.bottom-padding {
        padding-bottom: 80px
    }

    .services-genres__tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 15px 10px
    }

    .services-genres__tab {
        font-size: 1.1rem;
        padding: 15px
    }

    .services-genres__headline {
        font-size: 1.7rem;
        line-height: 1.17
    }

    .services-genres .services-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.study-features__slide-content,
.study-hero__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

@media (min-width:2000px) {
    .services-genres__content {
        max-width: 2000px
    }

    .services-genres__information {
        grid-template-columns: 400px 1fr;
        gap: 35px
    }
}

@media (min-width:2500px) {
    .services-genres__content {
        max-width: 2000px
    }

    .services-genres__information {
        grid-template-columns: 420px 1fr;
        gap: 45px
    }
}

.services-process {
    margin-top: 165px;
    margin-bottom: 180px
}

.services-process__content {
    max-width: 1387px;
    margin-left: auto;
    margin-right: auto
}

.services-process__title {
    margin-bottom: 80px;
    font-size: 2.6rem;
    text-align: center
}

.services-process__items {
    display: grid;
    grid-gap: 100px 0
}

.services-process__item {
    display: grid;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-process__item:nth-child(2n),
.services-process__item:nth-child(odd) {
    grid-template-columns: 221px 1fr;
    grid-template-areas: "image text";
    width: calc(50% + 130px);
    text-align: left;
    justify-items: end;
    justify-self: self-start
}

.services-process__item:nth-child(2n) {
    grid-template-areas: "text image";
    grid-template-columns: 1fr 221px;
    justify-self: end;
    text-align: right
}

.services-process__img img {
    width: 100%;
    height: 258px;
    grid-area: image;
    -o-object-fit: contain;
    object-fit: contain
}

.services-process__img:nth-child(odd) {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.services-process__wrapper {
    grid-area: text
}

.services-process__headline {
    font-size: 1.7rem
}

.services-process__heading {
    margin-bottom: 20px
}

.services-process__heading h2+div {
    margin-top: 36px
}

.services-process__item:nth-child(odd) .services-process__additionalimg {
    position: absolute;
    top: 78%;
    left: 24%;
    width: 130%
}

.services-process__item:nth-child(2n) .services-process__additionalimg {
    position: absolute;
    top: 65%;
    left: -56%;
    width: 137%
}

.services-process__item:nth-child(3) .services-process__additionalimg {
    position: absolute;
    top: 46%;
    left: 25%;
    width: 155%
}

.services-process__item:nth-child(4) .services-process__additionalimg {
    position: absolute;
    top: 90%;
    left: -45%;
    width: 138%
}

@media (max-width:1440px) {
    .services-process {
        margin-bottom: 155px
    }

    .services-process__title {
        margin-bottom: 35px;
        font-size: 3rem
    }

    .services-process__items {
        grid-gap: 120px 0
    }

    .services-process__item {
        grid-template-columns: 1fr 190px
    }

    .services-process__item-odd {
        grid-template-columns: 190px 1fr;
        gap: 0 18px
    }

    .services-process__img img {
        height: 220px
    }

    .services-process__headline {
        font-size: 2rem
    }

    .services-process__text {
        font-size: 1.12rem
    }

    .services-process__item:nth-child(odd) .services-process__additionalimg {
        position: absolute;
        top: 85%;
        left: 27%;
        width: 120%
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg {
        position: absolute;
        top: 90%;
        left: -50%;
        width: 127%
    }

    .services-process__item:nth-child(3) .services-process__additionalimg {
        position: absolute;
        top: 65%;
        left: 30%;
        width: 140%
    }

    .services-process__item:nth-child(4) .services-process__additionalimg {
        position: absolute;
        top: 100%;
        left: -40%;
        width: 130%
    }
}

@media (max-width:1190px) {
    .services-process {
        margin-top: 160px
    }

    .services-process__headline {
        font-size: 1.7rem;
        line-height: 1.12
    }

    .services-process__items {
        grid-gap: 40px 0
    }

    .services-process__item:nth-child(2n),
    .services-process__item:nth-child(odd) {
        width: 100%
    }

    .services-process__img img {
        height: 200px
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg,
    .services-process__item:nth-child(odd) .services-process__additionalimg {
        display: none
    }

    .services-process .services-container {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }
}

@media (max-width:1050px) {
    .services-process .services-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:950px) {
    .services-process__item:nth-child(odd) {
        grid-template-columns: 180px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 180px
    }

    .services-process .services-container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:768px) {
    .services-process {
        margin-top: 115px;
        margin-bottom: 100px
    }

    .services-process__title {
        margin-bottom: 20px;
        font-size: 2.3rem;
        line-height: 1.12
    }

    .services-process__items {
        grid-gap: 45px 0
    }

    .services-process__item:nth-child(odd) {
        gap: 0 15px;
        width: calc(80% + 130px);
        grid-template-columns: 140px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 140px;
        gap: 0 15px;
        width: calc(80% + 130px)
    }

    .services-process__item-headline {
        margin-bottom: 15px;
        font-size: 1.3rem;
        font-weight: 700;
        line-height: 1.33
    }

    .services-process__item-text {
        font-size: 1rem;
        line-height: 2
    }

    .services-process__item-odd {
        grid-template-columns: 140px 1fr
    }

    .services-process__img img {
        height: 140px
    }
}

@media (max-width:580px) {
    .services-process {
        margin-top: 100px;
        margin-bottom: 90px
    }

    .services-process__title {
        margin-bottom: 30px
    }

    .services-process__headline {
        font-size: 1.2rem
    }

    .services-process__items {
        grid-gap: 45px 0
    }

    .services-process__item:nth-child(2n),
    .services-process__item:nth-child(odd) {
        gap: 0 10px;
        width: auto;
        max-width: 420px
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 80px
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 80px 1fr
    }

    .services-process__img img {
        height: 88px
    }

    .services-process .services-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:375px) {
    .services-features {
        margin-top: 60px;
        margin-bottom: 90px
    }

    .services-features__headline {
        font-size: 1.8rem
    }

    .services-features__heading {
        margin-bottom: 30px;
    }

    .services-genres .services-container {
        padding-left: 0;
        padding-right: 0
    }

    .services-genres__subtitle,
    .services-genres__text {
        padding-left: 15px;
        padding-right: 15px
    }

    .services-genres__tabs {
        gap: 10px 10px;
        padding: 0 15px
    }

    .services-genres__info {
        text-align: center
    }

    .services-genres__tab {
        padding: 10px
    }

    .services-process {
        margin-top: 80px;
        margin-bottom: 85px
    }

    .services-process__title {
        margin-bottom: 40px;
        font-size: 1.7rem
    }

    .services-process__items {
        grid-template-columns: 1fr;
        grid-gap: 55px 0
    }

    .services-process__item-even,
    .services-process__item-odd {
        width: auto;
        max-width: 330px
    }

    .services-process__item-headline {
        font-size: 1.1rem;
        line-height: 1.2
    }

    .services-process__item-text {
        font-size: 1rem;
        line-height: 1.14
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 80px
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 80px 1fr
    }
}

@media (max-width:340px) {

    .services-process__item-even,
    .services-process__item-odd {
        width: auto;
        max-width: 300px
    }
}

@media (min-width:2000px) {
    .services-process {
        margin-top: 240px;
        margin-bottom: 190px
    }

    .services-process__content {
        max-width: 2000px
    }

    .services-process__title {
        margin-bottom: 90px
    }

    .services-process__items {
        grid-gap: 80px 0
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 250px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 250px;
        gap: 0 25px
    }

    .services-process__item:nth-child(odd) .services-process__additionalimg {
        position: absolute;
        top: 77%;
        left: 22%;
        width: 135%
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg {
        position: absolute;
        top: 70%;
        left: -60%;
        width: 143%
    }

    .services-process__item:nth-child(3) .services-process__additionalimg {
        position: absolute;
        top: 35%;
        left: 20%;
        width: 158%
    }

    .services-process__item:nth-child(4) .services-process__additionalimg {
        position: absolute;
        top: 89%;
        left: -48%;
        width: 148%;
        -webkit-transform: translate(-40px, -20px) rotate(4deg);
        -ms-transform: translate(-40px, -20px) rotate(4deg);
        transform: translate(-40px, -20px) rotate(4deg)
    }
}

@media (min-width:2500px) {
    .services-process {
        margin-top: 250px;
        margin-bottom: 200px
    }

    .services-process__content {
        max-width: 2000px
    }

    .services-process__title {
        margin-bottom: 90px
    }

    .services-process__items {
        grid-gap: 140px 0
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 270px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 270px
    }

    .services-process__item:nth-child(2n),
    .services-process__item:nth-child(odd) {
        gap: 0 30px
    }

    .services-process__item:nth-child(odd) .services-process__additionalimg {
        position: absolute;
        top: 75%;
        left: 21%;
        width: 140%
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg {
        position: absolute;
        top: 65%;
        left: -65%;
        width: 145%
    }

    .services-process__item:nth-child(3) .services-process__additionalimg {
        position: absolute;
        top: 34%;
        left: 20%;
        width: 160%
    }

    .services-process__item:nth-child(4) .services-process__additionalimg {
        position: absolute;
        top: 86%;
        left: -55%;
        width: 155%
    }
}

@media (min-width:2900px) {

    .services-genres__content,
    .services-process__content {
        max-width: 2500px
    }

    .services-genres__information {
        grid-template-columns: 440px 1fr;
        gap: 55px
    }

    .services-process__title {
        margin-bottom: 90px
    }

    .services-process__items {
        grid-gap: 190px 0
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 280px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 280px
    }

    .services-process__item:nth-child(odd) .services-process__additionalimg {
        position: absolute;
        top: 60%;
        left: 18%;
        width: 150%;
        -webkit-transform: translate(12px, -45px) rotate(-5deg);
        -ms-transform: translate(12px, -45px) rotate(-5deg);
        transform: translate(12px, -45px) rotate(-5deg)
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg {
        position: absolute;
        top: 60%;
        left: -70%;
        width: 155%
    }

    .services-process__item:nth-child(3) .services-process__additionalimg {
        position: absolute;
        top: 23%;
        left: 18%;
        width: 170%
    }

    .services-process__item:nth-child(4) .services-process__additionalimg {
        position: absolute;
        top: 85%;
        left: -63%;
        width: 170%;
        -webkit-transform: translate(-10px, -25px) rotate(3deg);
        -ms-transform: translate(-10px, -25px) rotate(3deg);
        transform: translate(-10px, -25px) rotate(3deg)
    }
}

@media (min-width:3500px) {

    .services-genres__content,
    .services-process__content {
        max-width: 3300px
    }

    .services-genres__information {
        grid-template-columns: 490px 1fr;
        gap: 65px
    }

    .services-process {
        margin-top: 260px;
        margin-bottom: 210px
    }

    .services-process__title {
        margin-bottom: 95px
    }

    .services-process__items {
        grid-gap: 380px 0
    }

    .services-process__item:nth-child(odd) {
        grid-template-columns: 300px 1fr
    }

    .services-process__item:nth-child(2n) {
        grid-template-columns: 1fr 300px
    }

    .services-process__item:nth-child(odd) .services-process__additionalimg {
        position: absolute;
        top: 70%;
        left: 15%;
        width: 163%
    }

    .services-process__item:nth-child(2n) .services-process__additionalimg {
        position: absolute;
        top: 74%;
        left: -76%;
        width: 160%
    }

    .services-process__item:nth-child(3) .services-process__additionalimg {
        position: absolute;
        top: 20%;
        left: 21%;
        width: 177%;
        -webkit-transform: translate(-30px, -8px) rotate(-1deg);
        -ms-transform: translate(-30px, -8px) rotate(-1deg);
        transform: translate(-30px, -8px) rotate(-1deg)
    }

    .services-process__item:nth-child(4) .services-process__additionalimg {
        position: absolute;
        top: 82%;
        left: -70%;
        width: 182%;
        -webkit-transform: translate(-37px, 20px) rotate(1deg);
        -ms-transform: translate(-37px, 20px) rotate(1deg);
        transform: translate(-37px, 20px) rotate(1deg)
    }
}

.dark-page .services-catalog__item {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#26263d), to(#202032));
    background-image: -o-linear-gradient(top, #26263d 0, #202032 100%);
    background-image: linear-gradient(180deg, #26263d 0, #202032 100%)
}

.dark-page .services-catalog__item-title span {
    color: var(--accent-color)
}

.services-catalog {
    --right-padding: 150px;
    padding: 90px calc(var(--right-padding) + var(--padding-with-portfolio-btn)) 90px 180px
}

.services-catalog .section-headline,
.technological .section-headline {
    text-align: center
}

.technological__heading h2+div {
    margin-top: 36px
}

.services-catalog__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 66px
}

.services-catalog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.333% - 44px);
    flex: 0 1 calc(33.333% - 44px);
    padding: 40px 45px;
    background-image: -o-linear-gradient(331deg, rgba(212, 211, 250, .93) 0, #e7e9f4 100%);
    background-image: linear-gradient(119deg, rgba(212, 211, 250, .93) 0, #e7e9f4 100%);
    font-size: .83rem;
    line-height: 1.2;
    text-transform: uppercase
}

.services-catalog__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.33rem;
    line-height: 1.16;
    font-weight: 800;
    color: var(--style-color)
}

.services-catalog__item-title span {
    display: inline-block
}

.services-catalog__item-icon {
    width: 40px;
    height: auto;
    margin-right: 33px
}

.services-catalog__list {
    padding-left: 50px;
    margin-top: 30px
}

.services-catalog__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.services-catalog__list-item::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    height: 11px;
    margin-right: 12px;
    background-image: url(../svg/arrow-right-fiolet.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.services-catalog__list-item:not(:first-child),
.study-about__description {
    margin-top: 20px
}

.services-catalog__list-item:focus-visible::before,
.services-catalog__list-item:hover::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.services-catalog__list-link {
    color: var(--text-color);
    font-weight: 700;
    text-decoration: none
}

@media (max-width:1790px) {
    .services-catalog {
        --right-padding: 100px;
        padding-left: 100px
    }
}

@media (max-width:1680px) {
    .services-catalog {
        --right-padding: 60px;
        padding-left: 70px
    }

    .services-catalog__content {
        gap: 30px 50px
    }

    .services-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 34px);
        flex: 0 1 calc(33.333% - 34px)
    }
}

@media (max-width:1440px) {
    .services-catalog__content {
        gap: 0 30px
    }

    .services-catalog__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 20px);
        flex: 0 1 calc(33.333% - 20px)
    }

    .services-catalog__list {
        padding-left: 20px
    }
}

@media (max-width:1190px) {
    .services-catalog__item {
        padding: 20px 25px
    }

    .services-catalog__item-icon {
        margin-right: 15px
    }

    .services-catalog__list {
        padding-left: 0
    }
}

@media (max-width:1050px) {
    .services-catalog {
        --right-padding: 40px;
        padding-right: var(--right-padding);
        padding-left: 40px
    }

    .services-catalog__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

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

    .services-catalog__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .services-catalog__list-item {
        margin-top: 20px;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

@media (max-width:480px) {
    .services-catalog__list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0
    }
}

.technological {
    margin-top: 120px;
    padding: 88px calc(180px + var(--padding-with-portfolio-btn)) 205px 180px;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white)
}

@media only screen and (max-width:1790px) {
    .technological {
        padding-left: 100px;
        padding-right: calc(100px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1680px) {
    .technological {
        padding-left: 70px;
        padding-right: calc(70px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1440px) {
    .technological {
        padding-bottom: 120px
    }
}

@media only screen and (max-width:1366px) {
    .technological {
        padding-left: 30px;
        padding-right: calc(30px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1050px) {
    .services-genres {
        padding-top: 80px
    }

    .technological {
        margin-top: 80px;
        padding: 80px 40px
    }
}

.technological__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 75px 50px;
    width: 100%;
    max-width: 1130px;
    margin: 150px auto 0
}

@media only screen and (max-width:1440px) {
    .technological__list {
        margin-top: 100px
    }
}

.technological__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(25% - 38px);
    flex: 0 1 calc(25% - 38px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:850px) {
    .technological__list {
        gap: 30px 44px;
        margin-top: 50px
    }

    .technological__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 22px);
        flex: 0 1 calc(50% - 22px)
    }
}

.technological__title {
    padding-left: 25px;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase
}

.our-services {
    margin-top: -40px;
    padding: 245px calc(180px + var(--padding-with-portfolio-btn)) 107px 180px;
    background-color: var(--dark-style-color);
    color: var(--white)
}

@media only screen and (max-width:1790px) {
    .our-services {
        padding-left: 100px;
        padding-right: calc(100px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1680px) {
    .our-services {
        padding-left: 70px;
        padding-right: calc(70px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1440px) {
    .our-services {
        padding-bottom: 120px
    }

    .study-hero .services-scroll__button {
        bottom: 30px
    }
}

@media only screen and (max-width:1366px) {
    .our-services {
        padding-left: 30px;
        padding-right: calc(30px + var(--padding-with-portfolio-btn))
    }
}

@media only screen and (max-width:1280px) {
    .our-services {
        padding-top: 165px
    }
}

@media only screen and (max-width:1050px) {
    .our-services {
        padding: 120px 40px 80px
    }
}

.our-services__container {
    display: grid;
    grid-template-columns: 1fr 230px 230px 1fr;
    grid-template-rows: repeat(4, auto);
    max-width: 1470px;
    margin: 0 auto
}

.our-services__container.half-section .our-services__container-col:first-child {
    -ms-flex-item-align: end;
    align-self: end
}

.our-services__container.half-section .our-services__container-col:first-child .our-services__btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

@media only screen and (min-width:2500px) {
    .our-services__container {
        max-width: 1700px;
        grid-template-columns: 1fr 300px 300px 1fr
    }
}

@media only screen and (min-width:3200px) {
    .our-services__container {
        max-width: 2000px
    }
}

.our-services__container-col::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain
}

.our-services__container-col:first-child {
    grid-column: 2/4;
    grid-row: 2/4;
    justify-self: center;
    align-self: center
}

@media only screen and (max-width:1140px) {
    .our-services__container {
        display: block
    }

    .our-services__container-col::before {
        display: none
    }

    .our-services__container-col:first-child {
        position: relative;
        padding-bottom: 42px;
        text-align: center
    }

    .our-services__container-col:first-child::after,
    .our-services__container-col:first-child::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0
    }

    .our-services__container-col:first-child::before {
        left: 40px;
        width: calc(50% - 40px);
        height: 1px;
        border-bottom: 3px dashed var(--style-color)
    }

    .our-services__container-col:first-child::after {
        height: 42px;
        width: 1px;
        border-left: 3px dashed var(--style-color);
        left: 50%
    }
}

.our-services__container-col:nth-child(2) {
    grid-column: 1/3;
    padding-left: 25%;
    margin-bottom: 100px
}

@media only screen and (max-width:1280px) {
    .our-services__container {
        grid-template-columns: 1fr 200px 200px 1fr
    }

    .our-services__container-col:nth-child(2) {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:1140px) {
    .our-services__container-col:nth-child(2) {
        margin-bottom: 17px;
        padding-left: 0
    }

    .our-services__container-col:nth-child(2) .our-services__item {
        position: relative;
        padding-top: 50px
    }

    .our-services__container-col:nth-child(2) .our-services__item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 40px;
        height: 50px;
        width: 1px;
        border-left: 3px dashed var(--style-color)
    }

    .our-services__container-col:nth-child(2) .our-services__item:after {
        content: "";
        display: block;
        position: absolute;
        top: 50px;
        left: 38px;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background-color: var(--style-color)
    }
}

@media only screen and (max-width:1140px) and (max-width:380px) {
    .our-services__container-col:first-child::before {
        left: 20px;
        width: calc(50% - 20px)
    }

    .our-services__container-col:nth-child(2) .our-services__item:before {
        left: 20px
    }

    .our-services__container-col:nth-child(2) .our-services__item:after {
        left: 18px
    }
}

.our-services__container-col:nth-child(2)::before {
    width: 55%;
    height: 333px;
    background-image: url(../svg/services-section-line1.svg);
    top: 100%;
    right: 6%
}

.our-services__container-col:nth-child(3) {
    grid-column: 3/-1;
    padding-left: 60px;
    margin-bottom: 100px
}

@media only screen and (min-width:3200px) {
    .our-services__container-col:nth-child(3) {
        padding-left: 170px
    }
}

.our-services__container-col:nth-child(3)::before {
    width: 55%;
    height: 333px;
    background-image: url(../svg/services-section-line1.svg);
    top: 100%;
    left: 6%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.our-services__container-col:nth-child(4),
.our-services__container-col:nth-child(6) {
    grid-column: 1/2;
    margin-bottom: 100px
}

@media only screen and (min-width:3500px) {
    .our-services__container {
        max-width: 2500px
    }

    .our-services__container-col:nth-child(2)::before {
        height: 465px;
        right: 4%
    }

    .our-services__container-col:nth-child(3)::before {
        height: 461px;
        left: 3%
    }

    .our-services__container-col:nth-child(4) {
        margin-bottom: 145px
    }
}

.our-services__container-col:nth-child(4)::before {
    background-image: url(../svg/services-section-line2.svg);
    top: 100%;
    right: -70px;
    width: 100%;
    height: 73px
}

@media only screen and (min-width:3200px) {
    .our-services__container-col:nth-child(4)::before {
        right: -100px
    }

    .our-services__container-col:nth-child(5) {
        padding-left: 100px
    }
}

.our-services__container-col:nth-child(5),
.our-services__container-col:nth-child(7) {
    grid-column: 4/-1;
    margin-bottom: 100px
}

@media only screen and (min-width:3500px) {
    .our-services__container-col:nth-child(4)::before {
        height: 115px
    }

    .our-services__container-col:nth-child(5) {
        margin-bottom: 145px
    }
}

.our-services__container-col:nth-child(5)::before {
    background-image: url(../svg/services-section-line2.svg);
    top: 100%;
    left: -70px;
    width: 100%;
    height: 73px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (min-width:3200px) {
    .our-services__container-col:nth-child(5)::before {
        left: -135px
    }

    .our-services__container-col:nth-child(7) {
        padding-left: 90px
    }
}

@media only screen and (min-width:3500px) {
    .our-services__container-col:nth-child(5)::before {
        height: 115px;
        top: 102%
    }

    .our-services__container-col:nth-child(6) {
        margin-bottom: 145px
    }
}

.our-services__container-col:nth-child(6)::before {
    background-image: url(../svg/services-section-line3.svg);
    width: 107%;
    height: 190px;
    bottom: 40px;
    right: -130px
}

@media only screen and (min-width:2500px) {
    .our-services__container-col:nth-child(6)::before {
        bottom: 53px;
        right: -143px
    }
}

@media only screen and (min-width:3500px) {
    .our-services__container-col:nth-child(6)::before {
        width: 104%;
        height: 290px;
        bottom: -15px;
        right: -176px
    }

    .our-services__container-col:nth-child(7) {
        margin-bottom: 145px
    }
}

.our-services__container-col:nth-child(7)::before {
    background-image: url(../svg/services-section-line3-1.svg);
    width: 124%;
    height: 85%;
    bottom: 0;
    left: -125px;
    background-position: 0 100%
}

@media only screen and (min-width:2500px) {
    .our-services__container-col:nth-child(7)::before {
        bottom: -13px;
        left: -127px
    }
}

@media only screen and (min-width:3200px) {
    .our-services__container-col:nth-child(7)::before {
        width: 93%;
        left: -40px
    }
}

.our-services__container-col:nth-child(8) {
    grid-column: 1/3;
    padding-left: 25%;
    padding-right: 35px;
    margin-right: 25px
}

.our-services__container-col:nth-child(8)::before {
    background-image: url(../svg/services-section-line4.svg);
    height: 590px;
    width: 100%;
    bottom: 0;
    right: 0;
    background-position: 100% 0
}

@media only screen and (min-width:3500px) {
    .our-services__container-col:nth-child(7)::before {
        bottom: -46px;
        left: -61px
    }

    .our-services__container-col:nth-child(8)::before {
        height: 750px
    }
}

.our-services__container-col:nth-child(9) {
    grid-column: 3/-1;
    padding-left: 35px;
    margin-left: 25px
}

@media only screen and (min-width:3200px) {
    .our-services__container-col:nth-child(9) {
        padding-left: 90px
    }
}

.our-services__container-col:nth-child(9)::before {
    background-image: url(../svg/services-section-line4-1.svg);
    height: 590px;
    width: 100%;
    bottom: 0;
    right: 0;
    background-position: 0 100%
}

@media only screen and (min-width:3500px) {
    .our-services__container-col:nth-child(9)::before {
        height: 750px
    }
}

@media only screen and (max-width:1280px) {

    .our-services__container-col:nth-child(3),
    .our-services__container-col:nth-child(4),
    .our-services__container-col:nth-child(5),
    .our-services__container-col:nth-child(6),
    .our-services__container-col:nth-child(7) {
        margin-bottom: 50px
    }

    .our-services__container-col:nth-child(4)::before {
        right: -50px
    }

    .our-services__container-col:nth-child(5)::before {
        left: -50px
    }

    .our-services__container-col:nth-child(8)::before,
    .our-services__container-col:nth-child(9)::before {
        height: 560px
    }
}

.our-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 30px
}

.our-services__item img {
    width: 85px;
    height: auto
}

.our-services__item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 20px;
    padding-top: 35px
}

.our-services__item-title {
    display: block;
    margin-bottom: 31px;
    font-size: 1.34rem;
    line-height: 1.16;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase
}

.contacts-section,
.our-services__item-list li,
.study-hero__info {
    display: -webkit-box;
    display: -ms-flexbox
}

.our-services__item-list li {
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.our-services__item-list li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media only screen and (max-width:1140px) {
    .our-services__container-col:nth-child(3) {
        margin-bottom: 17px;
        padding-left: 0
    }

    .our-services__container-col:nth-child(4),
    .our-services__container-col:nth-child(5),
    .our-services__container-col:nth-child(6),
    .our-services__container-col:nth-child(7) {
        margin-bottom: 17px
    }

    .our-services__container-col:nth-child(8) {
        margin-bottom: 17px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0
    }

    .our-services__container-col:nth-child(9) {
        padding-left: 0;
        margin-left: 0
    }

    .our-services__item {
        padding-bottom: 0
    }

    .our-services__item-text {
        max-width: 600px
    }

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

    .our-services__item-title::after {
        content: "";
        display: block;
        margin-left: 10px;
        width: 20px;
        height: 22px;
        background-image: url(../svg/hero_section_slider_ic.svg);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s
    }

    .our-services__item-title.open::after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .our-services__item-title.open+.our-services__item-list {
        height: auto;
        overflow: visible
    }

    .our-services__item-list {
        position: relative;
        height: 0;
        overflow: hidden
    }

    .our-services__item-list::after,
    .our-services__item-list::before {
        content: "";
        position: absolute;
        display: block
    }

    .our-services__item-list::before {
        height: 100%;
        width: 1px;
        border-left: 3px dashed var(--style-color);
        top: 0;
        left: -66px
    }

    .our-services__item-list::after {
        bottom: 0;
        left: -68px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--style-color)
    }
}

.our-services__btn {
    height: auto;
    padding: 12px 24px;
    border-radius: 20px;
    background-color: var(--style-color);
    font-size: 2.7rem;
    line-height: 1.16;
    font-weight: 800;
    color: var(--white);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.our-services__btn:hover {
    background-color: var(--text-color)
}

@media only screen and (min-width:2500px) {
    .our-services__btn {
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px)
    }
}

@media only screen and (min-width:3200px) {
    .our-services__btn {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@media only screen and (max-width:1280px) {
    .our-services__btn {
        font-size: 2.2rem
    }
}

@media only screen and (max-width:380px) {
    .our-services__item img {
        width: 45px
    }

    .our-services__item-text {
        padding-top: 15px
    }

    .our-services__item-title {
        margin-bottom: 15px
    }

    .our-services__item-list::before {
        left: -46px
    }

    .our-services__item-list::after {
        left: -48px
    }

    .our-services__btn {
        font-size: 2rem
    }
}

.contacts-page .full-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#2a2a47), to(#202038));
    background: -o-linear-gradient(top, #2a2a47 0, #202038 100%);
    background: linear-gradient(180deg, #2a2a47 0, #202038 100%)
}

.contacts-section__info,
.faq-page__content .faq__accordion-link {
    color: var(--dark-style-color)
}

.contacts-section {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: calc(103px + var(--header-height)) 180px 103px
}

.contacts-section__info {
    max-width: 530px;
    padding-right: 20px;
    padding-top: 60px;
    font-size: 1rem;
    line-height: 1.56
}

.contacts-section__headline {
    font-size: 1.78rem;
    font-weight: 800;
    text-transform: uppercase
}

.contacts-section__description {
    margin-top: 50px
}

.contacts-section__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 676px;
    flex: 0 0 676px
}

.contacts-section__form .contact-form__container .wpcf7 {
    padding-bottom: 0
}

.contacts-data {
    margin-top: 85px
}

.contacts-data__title {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33
}

.contacts-data__list {
    margin-bottom: 20px;
    margin-top: 20px
}

@media (min-width:2500px) {
    .contacts-section__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1000px;
        flex: 0 0 1000px
    }

    .contacts-section__info {
        max-width: 680px
    }
}

@media (min-width:3800px) {
    .contacts-section__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 1500px;
        flex: 0 0 1500px
    }

    .contacts-section__info {
        max-width: 880px
    }
}

@media (max-width:1790px) {
    .contacts-section {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media (max-width:1680px) {
    .contacts-section {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (max-width:1440px) {
    .contacts-section {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width:1366px) {
    .services-catalog {
        --right-padding: 40px;
        padding-left: 40px
    }

    .contacts-section {
        padding: calc(50px + var(--header-height)) 40px 50px;
        padding-left: 40px;
        padding-right: 40px
    }

    .contacts-section__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
        flex: 0 0 600px
    }
}

.faq-page__section {
    padding: calc(var(--header-height) + 100px) 0 100px
}

.faq-page__content,
.projects-container {
    padding: 0 100px
}

.faq-page__content .section-headline {
    margin-bottom: 20px
}

.faq-page__content .faq__accordion-item.open {
    background-color: rgba(0, 0, 0, .03)
}

.faq-page__content .faq__accordion-body,
.study-role__text li {
    color: var(--text-color)
}

.faq-page__content .faq__accordion-body:before {
    border-color: var(--text-color)
}

@media (min-width:2500px) {
    .faq-page__section {
        padding-bottom: 150px
    }
}

@media (max-width:1050px) {
    .contacts-section__form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
        flex: 0 0 500px
    }

    .contacts-section__description {
        margin-top: 20px
    }

    .contacts-data {
        margin-top: 40px
    }

    .faq-page__section {
        padding: calc(45px + var(--header-height)) 0 80px
    }

    .faq-page__content {
        padding: 0 45px
    }
}

.custom-page__content {
    padding: calc(100px + var(--header-height)) calc(100px + var(--padding-with-portfolio-btn)) 100px 100px
}

@media (max-width:1050px) {
    .custom-page__content {
        padding: calc(45px + var(--header-height)) 45px 80px
    }
}

@media (max-width:580px) {
    .services-catalog {
        padding: 60px 15px
    }

    .contacts-section {
        padding-left: 15px;
        padding-right: 15px
    }

    .contacts-section__form {
        margin: 0 -15px;
        padding: 40px 15px 60px;
        background-color: #715dc2
    }

    .faq-page__content {
        padding: 0 15px
    }

    .faq-page__accordion {
        margin: 0 -15px
    }

    .custom-page__content {
        padding: calc(45px + var(--header-height)) 15px 70px
    }
}

.study-hero {
    height: 100vh;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px
}

.study-hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -o-linear-gradient(52deg, rgba(18, 16, 45, .51) 8.68%, rgba(18, 16, 45, .36) 43.61%, rgba(18, 16, 45, 0) 76.95%);
    background-image: linear-gradient(38deg, rgba(18, 16, 45, .51) 8.68%, rgba(18, 16, 45, .36) 43.61%, rgba(18, 16, 45, 0) 76.95%)
}

.study-challenges__item-title::before,
.study-role__text li::before,
.study-team__list-item::before {
    background-image: url(../svg/arrow-right-fiolet.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: ""
}

.study-hero__content {
    padding-top: calc(var(--header-height) + 40px);
    height: 100%;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 40px;
    color: var(--white);
    z-index: 1
}

@media only screen and (min-width:2800px) {
    .technological__list {
        max-width: 1900px
    }

    .technological__item img {
        width: 120px;
        height: 120px
    }

    .study-hero__content {
        max-width: 2200px
    }
}

@media only screen and (max-width:1050px) {
    .study-hero__content {
        padding-left: 45px;
        padding-right: calc(45px + var(--padding-with-portfolio-btn))
    }
}

.study-hero__content .breadcrumbs {
    color: var(--white);
    margin-bottom: 0
}

.study-hero__content .breadcrumbs a,
.study-hero__content .breadcrumbs span {
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700
}

.study-hero__info {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    padding: 20px 0;
    height: calc(100% - 22px)
}

@media only screen and (min-width:2800px) {
    .study-hero__info {
        max-width: 950px
    }
}

@media only screen and (min-width:3800px) {
    .study-hero__content {
        max-width: 3200px
    }

    .study-hero__info {
        max-width: 1200px
    }
}

.study-hero__technologies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-item: center;
    gap: 10px;
    margin-top: 22px
}

.study-hero__technologie {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 41px;
    flex: 0 1 41px
}

.study-hero__technologie img {
    width: 100%;
    height: auto
}

.study-hero__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 35px;
    margin-top: 50px;
    min-width: 0
}

@media only screen and (max-height:675px) {
    .study-hero__btns {
        margin-top: 25px
    }
}

.study-hero__btns .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.study-hero__btns .white-btn {
    background-color: var(--light-text-color)
}

.study-hero .location {
    margin-top: 57px;
    font-weight: 600
}

@media only screen and (max-width:1050px) {
    .study-hero__info {
        max-width: none;
        text-align: center
    }

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

    .study-hero__btns {
        margin-top: auto;
        padding-top: 20px
    }

    .study-hero .location {
        margin-top: 30px
    }
}

@media only screen and (max-height:675px) {
    .study-hero .location {
        margin-top: 25px
    }
}

.study-hero .location span {
    font-weight: 400
}

.study-hero .site {
    margin-top: 9px
}

.study-hero .site a {
    color: var(--white);
    font-weight: 600;
    text-decoration: none
}

.study-hero .page-headline {
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.19;
    text-transform: uppercase;
    color: #ffffff
}

@media only screen and (max-height:800px) {
    .study-hero .page-headline {
        font-size: 3rem
    }
}

@media only screen and (max-width:1050px) {
    .study-hero .page-headline {
        font-size: 3.3rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
    }
}

.study-about {
    padding: 86px calc(20px + var(--padding-with-portfolio-btn)) 207px 20px
}

.study-about__content {
    width: 100%;
    max-width: 1670px;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width:2800px) {
    .study-about {
        padding-top: 190px
    }

    .study-about__content {
        max-width: 2200px
    }
}

.study-about__content .section-headline {
    color: var(--dark-style-color)
}

.study-about__description p:not(:first-child) {
    margin-top: 35px
}

.study-about__buttons {
    padding-top: 112px
}

@media only screen and (max-width:495px) {
    .study-about__buttons a {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.study-about__imgs {
    margin-top: 117px;
    display: grid;
    max-width: 100%;
    min-width: 0;
    gap: 25px
}

.study-about__imgs-col {
    grid-template-columns: repeat(2, 1fr)
}

.study-about__imgs-grid {
    grid-template-columns: 42.4% 20.1% 34.6%;
    grid-template-rows: repeat(15, 45px);
    gap: 25px
}

@media only screen and (min-width:2800px) {
    .study-about__imgs-grid {
        grid-template-rows: repeat(15, 65px)
    }
}

@media only screen and (min-width:3800px) {
    .study-about__content {
        max-width: 3200px
    }

    .study-about__imgs-grid {
        grid-template-rows: repeat(15, 105px)
    }
}

.study-about__imgs-grid .study-about__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:1410px) {
    .study-about__imgs-grid {
        grid-template-columns: 41.5% 20% 34%
    }
}

@media only screen and (max-width:1140px) {
    .our-services__btn {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .study-about__imgs-grid {
        grid-template-rows: repeat(15, 30px);
        grid-template-columns: 41% 20% 34%
    }
}

@media only screen and (max-width:1050px) {
    .study-about {
        padding: 67px 20px 100px
    }

    .study-about__buttons {
        padding-top: 65px
    }

    .study-about__imgs-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-template-rows: repeat(15, 25px);
        gap: 15px
    }

    .study-about__imgs {
        margin-top: 60px;
        gap: 15px
    }
}

@media only screen and (max-width:820px) {
    .study-about__imgs-grid {
        grid-template-rows: repeat(15, 17px)
    }
}

.study-about__img {
    width: 100%;
    height: auto;
    -webkit-filter: drop-shadow(0 7px 9px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 7px 9px rgba(0, 0, 0, .25))
}

@media only screen and (max-width:750px) {
    .study-about__imgs {
        display: block
    }

    .study-about__img {
        display: block;
        max-width: 450px;
        margin: 15px auto 0
    }

    .study-about__img:first-child {
        margin-top: 0
    }
}

.study-about__imgs-grid .img-order-1 {
    grid-column: 1/2;
    grid-row: 1/7
}

.study-about__imgs-grid .img-order-2 {
    grid-column: 2/3;
    grid-row: 1/4
}

.study-about__imgs-grid .img-order-3 {
    grid-column: 2/3;
    grid-row: 4/7
}

.study-about__imgs-grid .img-order-4 {
    grid-column: 3/-1;
    grid-row: 1/6
}

.study-about__imgs-grid .img-order-5 {
    grid-column: 1/3;
    grid-row: 7/16
}

.study-about__imgs-grid .img-order-6 {
    grid-column: 3/-1;
    grid-row: 6/11
}

.study-about__imgs-grid .img-order-7 {
    grid-column: 3/-1;
    grid-row: 11/16
}

.study-about-client {
    padding: 25px calc(40px + var(--padding-with-portfolio-btn)) 0 40px;
    color: var(--light-text-color);
    background-image: -o-linear-gradient(190deg, rgba(20, 20, 27, .58) 0, rgba(25, 22, 60, .58) 97.65%), url(../webp/background_dark_01.webp);
    background-image: linear-gradient(260deg, rgba(20, 20, 27, .58) 0, rgba(25, 22, 60, .58) 97.65%), url(../webp/background_dark_01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width:1050px) {
    .study-about-client {
        padding: 25px 40px 0
    }
}

.study-about-client__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1562px;
    margin: 0 auto
}

@media only screen and (min-width:2800px) {
    .study-about-client__content {
        max-width: 2200px
    }
}

.study-about-client__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 51.7%;
    flex: 0 1 51.7%;
    padding-right: 80px
}

.study-about-client__text .section-headline {
    margin-bottom: 18px;
    color: var(--white)
}

.study-about-client__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48.3%;
    flex: 0 1 48.3%
}

.study-about-client__img img {
    display: block;
    width: 100%;
    height: auto
}

.study-challenges {
    padding: 90px calc(40px + var(--padding-with-portfolio-btn)) 110px 40px
}

@media only screen and (min-width:2800px) {
    .study-challenges {
        padding-top: 190px;
        padding-bottom: 190px
    }
}

@media only screen and (max-width:1050px) {
    .study-challenges {
        padding: 80px 40px
    }
}

.study-challenges__content {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto
}

@media only screen and (min-width:2800px) {
    .study-challenges__content {
        max-width: 2200px
    }
}

@media only screen and (min-width:3800px) {

    .study-about-client__content,
    .study-challenges__content {
        max-width: 3200px
    }
}

.study-challenges__content .section-headline {
    color: var(--dark-style-color);
    text-align: center;
    margin-bottom: 105px
}

@media only screen and (max-width:860px) {
    .study-about-client {
        padding: 65px 0 0
    }

    .study-about-client__content {
        display: block;
        position: relative;
        padding-bottom: 25px
    }

    .study-about-client__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 40px 47px;
        text-align: center;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5.74%, #1a173f), color-stop(54.01%, rgba(26, 23, 63, 0)));
        background-image: -o-linear-gradient(bottom, #1a173f 5.74%, rgba(26, 23, 63, 0) 54.01%);
        background-image: linear-gradient(to top, #1a173f 5.74%, rgba(26, 23, 63, 0) 54.01%)
    }

    .study-about-client__text .section-headline {
        margin-bottom: auto
    }

    .study-challenges__content .section-headline {
        margin-bottom: 75px
    }
}

.study-challenges__item:nth-child(2n) {
    text-align: right
}

.study-challenges__item:nth-child(2n) .study-challenges__item-title {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.study-challenges__item:nth-child(2n) .study-challenges__item-title::before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
    margin-right: 0
}

.study-challenges__item:nth-child(2n) .study-challenges__item-description {
    padding-left: 0;
    padding-right: 27px
}

.study-challenges__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 1.33rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--style-color)
}

@media only screen and (max-width:768px) {
    .study-challenges__item:not(:first-child) {
        margin-top: 35px
    }

    .study-challenges__item-title {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:650px) {
    .study-challenges__content .section-headline {
        margin-bottom: 40px
    }

    .study-challenges__item-title {
        font-size: 1.15rem
    }
}

.study-challenges__item-title::before {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    background-size: auto;
    margin-right: 15px
}

.study-challenges__item-description {
    display: inline-block;
    width: 100%;
    max-width: 752px;
    padding-left: 27px
}

.double-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: var(--padding-with-portfolio-btn)
}

.double-section .section-headline {
    margin-bottom: 50px
}

.study-role__text li,
.study-team__list,
.study-team__list-item {
    display: -webkit-box;
    display: -ms-flexbox
}

.double-section__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding-top: 95px;
    padding-bottom: 140px
}

.study-role {
    background-color: #f0f5ff;
    padding-left: 180px;
    padding-left: calc(40px + (180 - 40) * ((100vw - 1050px)/ (1880 - 1050)));
    padding-right: 115px;
    padding-right: calc(20px + (115 - 20) * ((100vw - 768px)/ (1440 - 768)));
    color: var(--dark-style-color)
}

@media (max-width:1050px) {
    .study-role {
        padding-left: 40px
    }
}

@media (min-width:1880px) {
    .study-role {
        padding-left: 180px
    }
}

@media (max-width:768px) {
    .services-catalog__item-icon {
        width: 25px
    }

    .study-role {
        padding-right: 20px
    }
}

@media (min-width:1440px) {
    .study-role {
        padding-right: 115px
    }
}

@media only screen and (max-width:1050px) {
    .double-section .section-headline {
        margin-bottom: 30px;
        text-align: center
    }

    .double-section {
        display: block;
        padding-right: 0
    }

    .study-role {
        padding-top: 75px;
        padding-bottom: 45px;
        padding-right: 40px
    }
}

.study-role__text>* {
    padding-top: 20px
}

.study-role__text h6+p {
    padding-top: 15px
}

.study-role__text h6,
.study-role__text li {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase
}

.study-role__text li {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 15px;
    font-size: .83rem;
    line-height: 1.2
}

.study-role__text li::before,
.study-team__list-item::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: auto;
    margin-right: 12px;
    margin-top: 4px
}

.study-team {
    background-color: #d7d7f8;
    padding-right: 104px;
    padding-right: calc(40px + (104 - 40) * ((100vw - 1050px)/ (1780 - 1050)));
    padding-left: 115px;
    padding-left: calc(20px + (115 - 20) * ((100vw - 768px)/ (1440 - 768)))
}

@media (max-width:1050px) {
    .study-team {
        padding-right: 40px
    }
}

@media (min-width:1780px) {
    .study-team {
        padding-right: 104px
    }
}

@media (max-width:768px) {
    .study-team {
        padding-left: 20px
    }
}

@media (min-width:1440px) {
    .study-team {
        padding-left: 115px
    }
}

@media only screen and (max-width:1050px) {
    .study-team {
        padding-bottom: 75px;
        padding-top: 45px;
        padding-left: 40px
    }
}

.study-role__text h6,
.study-team .section-headline {
    color: var(--style-color)
}

.study-team__list {
    display: flex;
    alig-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.study-team__list-item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 20px
}

.study-job__list-item span,
.study-outcomes__info-number,
.study-outcomes__info-title,
.study-review__author-name {
    font-weight: 800;
    text-transform: uppercase
}

.study-job__list-item::before,
.study-review {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.study-team__list-item:first-child,
.study-team__list-item:nth-child(2) {
    margin-top: 0
}

@media only screen and (max-width:360px) {
    .technological__list {
        gap: 30px 0
    }

    .technological__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .study-team__list {
        display: block
    }

    .study-team__list-item,
    .study-team__list-item:nth-child(2) {
        margin-top: 10px
    }
}

.study-team__list-item:nth-child(odd) {
    padding-right: 15px
}

.study-job {
    padding: 92px calc(40px + var(--padding-with-portfolio-btn)) 190px 40px;
    background-color: var(--style-color);
    color: var(--white)
}

@media only screen and (min-width:2800px) {
    .study-challenges__item:nth-child(2n) .study-challenges__item-description {
        padding-right: 35px
    }

    .study-challenges__item-title::before {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        height: 26px;
        background-size: 100%
    }

    .study-challenges__item-description {
        max-width: 1500px;
        padding-left: 35px
    }

    .double-section__item {
        padding-top: 190px;
        padding-bottom: 190px
    }

    .study-role__text>* {
        padding-top: 40px
    }

    .study-role__text h6+p,
    .study-role__text li {
        padding-top: 30px
    }

    .study-role__text li::before,
    .study-team__list-item::before {
        width: 20px;
        height: 26px;
        background-size: 100%
    }

    .study-job {
        padding-top: 190px
    }
}

@media only screen and (max-width:1050px) {
    .study-job {
        padding: 80px 40px
    }
}

.study-job__content,
.study-outcomes__content {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto
}

.study-job__content .section-headline {
    text-align: center;
    margin-bottom: 105px
}

@media only screen and (max-width:1050px) {
    .study-job__content .section-headline {
        margin-bottom: 80px
    }
}

.study-job__list {
    width: 100%;
    max-width: 990px;
    margin-left: 109px;
    margin-left: calc(0px + (109 - 0) * ((100vw - 1220px)/ (1480 - 1220)))
}

@media (max-width:1220px) {
    .study-job__list {
        margin-left: 0
    }
}

@media (min-width:1480px) {
    .study-job__list {
        margin-left: 109px
    }
}

.study-job__list-item {
    position: relative;
    padding-left: 62px
}

@media only screen and (min-width:3500px) {
    .study-job__list-item {
        padding-left: 72px
    }
}

@media only screen and (max-width:1050px) {
    .study-job__list-item {
        padding-left: 52px
    }
}

.study-job__list-item span {
    display: block;
    margin-bottom: 30px;
    font-size: 1.33rem;
    line-height: 1.16
}

.study-job__list-item:not(:last-child) {
    padding-bottom: 53px
}

.study-job__list-item:last-child::after {
    display: none
}

.study-job__list-item::after,
.study-job__list-item::before {
    content: "";
    display: block;
    position: absolute
}

.study-job__list-item::before {
    width: 51px;
    height: 53px;
    left: 0;
    top: -12px;
    background-image: url(../png/icn-2.png)
}

.study-job__list-item::after {
    width: 2px;
    height: calc(100% - 41px);
    left: 21px;
    top: 41px;
    background-color: #e7e7e7
}

@media only screen and (min-width:3500px) {
    .study-job__list-item::before {
        width: 61px;
        height: 63px
    }

    .study-job__list-item::after {
        left: 26px;
        top: 52px;
        height: calc(100% - 52px)
    }
}

@media only screen and (max-width:1050px) {
    .study-job__list-item span {
        margin-bottom: 15px
    }

    .study-job__list-item::before {
        width: 31px;
        height: 32px;
        top: -6px
    }

    .study-job__list-item::after {
        height: calc(100% - 33px);
        left: 16px;
        top: 28px
    }
}

.study-job__button {
    margin-top: 125px;
    text-align: center
}

.study-outcomes {
    padding: 135px calc(40px + var(--padding-with-portfolio-btn)) 135px 40px;
    color: var(--dark-style-color)
}

@media only screen and (min-width:2800px) {

    .study-job__content,
    .study-outcomes__content {
        max-width: 2500px
    }

    .study-job__list {
        max-width: 1800px
    }

    .study-outcomes {
        padding-top: 190px;
        padding-bottom: 190px
    }
}

@media only screen and (max-width:1050px) {
    .study-job__button {
        margin-top: 80px
    }

    .study-outcomes {
        padding: 80px 40px
    }

    .study-outcomes__content .section-description p+p {
        margin-top: 20px
    }
}

.study-outcomes__content .section-headline {
    text-align: center;
    margin-bottom: 50px
}

.study-outcomes__content .section-description {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center
}

.study-outcomes__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 175px
}

.study-outcomes__info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding-left: 24px
}

@media only screen and (max-width:1050px) {
    .study-outcomes__info {
        margin-top: 80px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px
    }

    .study-outcomes__info-item {
        padding: 0 5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        text-align: center
    }
}

.study-outcomes__info-number {
    display: block;
    margin-bottom: 40px;
    font-size: 4rem;
    line-height: 1.2;
    color: var(--style-color)
}

@media only screen and (max-width:1050px) {
    .study-outcomes__info-number {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:480px) {
    .study-outcomes__info-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .study-outcomes__info-number {
        margin-bottom: 10px
    }
}

.study-outcomes__info-title {
    display: block;
    margin-bottom: 16px;
    font-size: 1.33rem;
    line-height: 1.16
}

.study-outcomes__info-text {
    line-height: 1.5;
    color: var(--text-color)
}

.study-review {
    position: relative;
    padding: 121px calc(40px + var(--padding-with-portfolio-btn)) 162px 40px;
    background-image: url(../webp/background_dark_01.webp);
    color: var(--white)
}

.study-review::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(51, 50, 50, .1);
    background-image: url(../webp/noise-bg.webp)
}

@media only screen and (max-width:1050px) {
    .study-outcomes__info-title {
        margin-bottom: 8px;
        font-size: 1.2rem
    }

    .study-review {
        padding: 80px 40px
    }
}

.study-review .section-headline {
    text-align: center;
    margin-bottom: 105px;
    position: relative;
    z-index: 2
}

.study-review__item {
    position: relative;
    max-width: 1245px;
    padding: 115px 95px 95px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    z-index: 2
}

.study-review__text {
    position: relative;
    padding-left: 110px;
    line-height: 1.5;
    color: #ebebf0
}

.study-review__text::before {
    content: "“";
    display: block;
    position: absolute;
    left: 0;
    top: -28px;
    color: var(--white);
    font-family: Impact;
    font-size: 150px;
    font-weight: 400;
    line-height: 1
}

.study-review__author {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.study-features::before,
.study-features__slide-bg {
    display: block;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.study-review__author-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden
}

.study-review__author-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.study-review__author-info {
    padding-left: 35px
}

.study-review__author-name {
    margin-bottom: 5px;
    color: var(--white);
    font-size: 1.55rem;
    line-height: 1.16
}

.study-review__author-position {
    color: #ebebf0;
    font-weight: 700;
    line-height: 1.2
}

.study-features {
    position: relative;
    padding: 92px var(--padding-with-portfolio-btn) 240px 40px;
    background-color: var(--dark-style-color);
    color: var(--white)
}

.study-features::before,
.study-features__slide-bg,
.study-features__slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0
}

@media only screen and (min-width:2800px) {

    .study-outcomes__content .section-description,
    .study-review__item {
        max-width: 2200px
    }

    .study-review__text::before {
        font-size: 200px
    }

    .study-review__author-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 150px
    }

    .study-review__author-info {
        padding-left: 70px
    }

    .study-features {
        padding-top: 190px
    }
}

@media only screen and (max-width:1050px) {
    .study-review .section-headline {
        margin-bottom: 60px
    }

    .study-features {
        padding: 80px 0 80px 40px
    }
}

.study-features::before {
    content: "";
    background-image: url(../png/job-bg-2.png);
    opacity: .3;
    pointer-events: none
}

.study-features .section-headline {
    text-align: center;
    margin-bottom: 95px;
    padding-right: 40px
}

@media only screen and (max-width:1050px) {
    .study-features .section-headline {
        margin-bottom: 70px
    }
}

.study-features__slider.init .slide {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.study-features__slider.init .slide.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.study-features__container {
    width: 100%;
    max-width: 1665px;
    margin: 0 0 0 auto
}

@media only screen and (min-width:2500px) {
    .study-features__container {
        max-width: 2200px
    }
}

@media only screen and (max-width:767px) {
    .study-review__item {
        padding: 30px 20px 35px
    }

    .study-review__text {
        padding-left: 55px
    }

    .study-review__text::before {
        top: -15px;
        font-size: 90px
    }

    .study-review__author {
        margin-top: 35px
    }

    .study-review__author-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        height: 40px
    }

    .study-review__author-info {
        padding-left: 15px
    }

    .study-review__author-name {
        font-size: 1.07rem
    }

    .study-review__author-position {
        font-size: .86rem
    }

    .study-features .section-headline {
        margin-bottom: 40px
    }

    .study-features__container {
        padding-right: 40px
    }
}

.study-features__container.no-vertical {
    padding-right: 40px;
    max-width: 1030px;
    margin: 0 auto
}

@media only screen and (min-width:2800px) {
    .study-features__container {
        max-width: 2600px
    }

    .study-features__container.no-vertical {
        max-width: 1200px
    }
}

@media only screen and (max-width:580px) {
    .technological {
        padding: 60px 15px
    }

    .technological__item img {
        width: 50px;
        height: 50px
    }

    .technological__title {
        font-size: 1rem;
        padding-left: 14px
    }

    .our-services {
        padding: 120px 15px 80px
    }

    .study-hero::before {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.25%, rgba(26, 23, 63, .92)), color-stop(101.25%, rgba(26, 23, 63, 0)));
        background-image: -o-linear-gradient(bottom, rgba(26, 23, 63, .92) .25%, rgba(26, 23, 63, 0) 101.25%);
        background-image: linear-gradient(0deg, rgba(26, 23, 63, .92) .25%, rgba(26, 23, 63, 0) 101.25%)
    }

    .study-hero__content,
    .study-role,
    .study-team {
        padding-left: 15px;
        padding-right: 15px
    }

    .study-hero__info {
        padding-bottom: 60px
    }

    .study-hero__technologies {
        gap: 5px
    }

    .study-hero__technologie {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 21px;
        flex: 0 1 21px
    }

    .study-hero__btns {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 325px;
        grid-template-columns: 1fr
    }

    .study-hero .page-headline {
        font-size: 2.3rem;
        line-height: 1.2
    }

    .study-about-client__text {
        padding: 0 15px 47px
    }

    .study-about-client__text .study-about-client__description {
        line-height: 1.2
    }

    .study-challenges,
    .study-job,
    .study-outcomes,
    .study-review {
        padding: 80px 15px
    }

    .study-challenges__item:nth-child(2n) {
        text-align: left
    }

    .study-challenges__item:nth-child(2n) .study-challenges__item-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .study-challenges__item:nth-child(2n) .study-challenges__item-title::before {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0;
        margin-right: 10px
    }

    .study-challenges__item:nth-child(2n) .study-challenges__item-description {
        padding-right: 0;
        padding-left: 22px
    }

    .study-challenges__item-title::before {
        margin-right: 10px
    }

    .study-challenges__item-description {
        padding-left: 22px
    }

    .study-team__list-item {
        font-size: .85rem
    }

    .study-team__list-item::before {
        margin-top: 1px
    }

    .study-job__content .section-headline {
        margin-bottom: 45px
    }

    .study-job__list-item {
        padding-left: 42px
    }

    .study-job__list-item:not(:last-child) {
        padding-bottom: 25px
    }

    .study-job__list-item::after {
        height: calc(100% - 27px);
        left: 12px;
        top: 27px
    }

    .study-features {
        padding: 80px 0 80px 15px
    }

    .study-features .section-headline,
    .study-features__container,
    .study-features__container.no-vertical {
        padding-right: 15px
    }
}

.study-features__container.no-vertical .slider-track {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 34px
}

.study-features__container.no-vertical .slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 17px);
    flex: 0 1 calc(50% - 17px);
    height: 0;
    padding-top: 28%
}

@media only screen and (min-width:3500px) {
    .study-features__container.no-vertical {
        max-width: 2200px
    }

    .study-features__container.no-vertical .slider-track {
        gap: 40px 68px
    }

    .study-features__container.no-vertical .slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 34px);
        flex: 0 1 calc(50% - 34px)
    }
}

.study-features__container .slider-track {
    gap: 0 30px
}

@media only screen and (max-width:1050px) {
    .study-features__container .slider-track {
        gap: 0 15px
    }
}

.study-features__container .slide {
    position: relative;
    overflow: hidden;
    width: 276px;
    height: 476px;
    background-color: var(--dark-style-color)
}

@media only screen and (min-width:2500px) {
    .study-features__container .slide {
        width: 476px;
        height: 676px
    }
}

.study-features__slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding: 22px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 38, 165, 0)), color-stop(80%, #4026a5));
    background-image: -o-linear-gradient(top, rgba(64, 38, 165, 0) 0, #4026a5 80%);
    background-image: linear-gradient(180deg, rgba(64, 38, 165, 0) 0, #4026a5 80%)
}

@media only screen and (min-width:3200px) {
    .study-features__container {
        max-width: 3570px
    }

    .study-features__container .slide {
        width: 576px;
        height: 876px
    }

    .study-features__slide-content {
        padding: 44px
    }
}

.study-features__slide-title {
    display: block;
    font-size: 1.33rem;
    color: var(--white);
    font-weight: 800;
    line-height: 1.16;
    text-transform: uppercase;
    text-shadow: 0 0 2px var(--dark-style-color)
}

.study-features__slide-text {
    display: block;
    padding-top: 10px;
    color: var(--light-text-color);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    -o-transition: max-height .2s;
    transition: max-height .2s
}

@media only screen and (max-width:767px) {
    .study-features__container.no-vertical .slider-track {
        gap: 15px
    }

    .study-features__container.no-vertical .slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 326px;
        flex: 0 1 326px;
        height: 189px;
        padding-top: 0
    }

    .study-features__container .slider-track {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .study-features__container .slide {
        width: 157px;
        height: 271px
    }

    .study-features__slide-content {
        padding: 12px
    }

    .study-features__slide-title {
        font-size: 1rem
    }

    .study-features__slide-text {
        font-size: 10px
    }
}

.error-section {
    padding-top: calc(var(--header-height) + 64px);
    padding-bottom: 130px
}

.error-section__content {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    text-align: center
}

.error-section .section-headline {
    margin-top: 90px
}

.error-section .section-description {
    padding-top: 16px;
    opacity: .7
}

.error-section img {
    width: 100%;
    max-width: 520px;
    height: auto
}

@media (max-height:890px) {
    .error-section {
        padding-top: calc(var(--header-height) + 20px);
        padding-bottom: 90px
    }

    .error-section .section-headline {
        margin-top: 45px
    }

    .error-section img {
        width: 100%;
        max-width: 480px;
        height: auto
    }

    .error-btn__container {
        margin-top: 20px
    }
}

@media (max-width:860px) {
    .contacts-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-section__info {
        padding-top: 0;
        padding-bottom: 40px
    }

    .contacts-section__form {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .error-section {
        padding-right: var(--padding-with-portfolio-btn)
    }

    .error-section__content {
        padding: 0 15px
    }
}

@media (max-width:650px) {
    .career-goodies {
        margin-top: 80px;
        margin-bottom: 100px
    }

    .career-goodies__container {
        padding-left: 15px;
        padding-right: 15px
    }

    .error-section img {
        max-width: 390px
    }
}

@media screen and (min-width:769px) and (max-width:1050px) {
    .portfolio-hero .hero-counter__number {
        margin-right: 0
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    .portfolio-hero__headline {
        font-size: 2rem
    }
}

@media screen and (min-width:993px) and (max-width:1439px) {
    .portfolio-hero__headline {
        font-size: 2.5rem
    }
}

.pgcsimplygalleryblock-justified-load-more {
    background: #feb559 !important;
    color: #343464 !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 24px !important;
    border-radius: 0 !important
}

.pgcsimplygalleryblock-justified-header.fixed {
    background: #1b1b28;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 32px 0;
    width: 100vw;
    margin-bottom: 0
}

.pgc-rev-lb-b-view .pgc-rev-lb-b-bg {
    backdrop-filter: blur(20px)
}

.slide_img img {
    height: 600px;
    transform: scale(.97);
    transition: transform .4s
}

.works-more {
    margin: 104px auto 33px;
    text-align: center
}

.slider-headline__portfolio {
    color: #9a80ff;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    text-align: left;
    margin-bottom: 16px
}

.slider-subheadline__portfolio {
    color: #ebebf0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 56px
}

.works-more_title {
    color: #e3dcff;
    font-size: 48px;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 36px;
    text-transform: uppercase
}

.works-more_links {
    display: flex;
    gap: 47px;
    justify-content: center
}

.works-more_links a {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 11px
}

.works-more_links img {
    width: 50px;
    height: 50px
}

.contact-form__portfolio {
    background-image: url("../webp/cf-bg.webp");
    background-size: cover;
    background-repeat: no-repeat
}

.projects-slider__portfolio {
    background: #1b1b28;
    margin-bottom: 0 !important;
    margin-top: -1px
}

.projects-slider__portfolio .projects-slider__container {
    margin-bottom: 112px
}

.projects-slider__portfolio .slider-controls,
.projects-slider__portfolio .slider__scrollbar {
    color: #fff
}

@media (max-width:768px) {

    .projects-container,
    .works-container {
        padding: 28px
    }

    .pgc-rev-tags-list-view {
        row-gap: 15px !important;
        column-gap: 25px !important;
        justify-content: space-between !important
    }

    .pgc-rev-tags-list-item-view {
        padding: 3px 7px !important
    }

    .pgcsimplygalleryblock-justified-header {
        padding-bottom: 40px
    }

    .pgc-rev-tags-list-item-title {
        font-size: 16px;
        line-height: 21px !important
    }

    .pgcsimplygalleryblock-justified-load-more {
        font-size: 14px !important;
        padding: 10px 18px !important
    }

    .pgc-rev-lb-b-item-title {
        display: none
    }

    .pgcsimplygalleryblock-justified-collection .pgcsimplygalleryblock-justified-footer .pgcsimplygalleryblock-justified-load-more {
        margin: 34px auto !important
    }

    .pgcsimplygalleryblock-justified-header.fixed .pgc-rev-tags-list-view {
        flex-wrap: nowrap;
        overflow-x: auto
    }

    .works-more {
        margin: 36px auto 43px
    }

    .works-more_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .works-more_links {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center
    }

    .works-more_links a {
        font-size: 15px;
        line-height: 18px
    }

    .works-more_links img {
        height: 32px;
        width: 32px
    }

    .slider-headline__portfolio {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 8px
    }

    .slider-subheadline__portfolio {
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 30px
    }

    .projects-slider__portfolio .projects-slider__container {
        padding-left: 28px;
        margin-bottom: 46px
    }

    .projects-slider__portfolio .slider-controls {
        margin-top: 30px
    }
}

.slide_img.active img {
    transform: scale(1)
}

.projects-post__hero {
    margin-top: calc(var(--header-height) - 51px);
    padding-top: 100px;
    padding-bottom: 100px;
}

.projects-post__container {
    padding-left: 100px;
    padding-right: 100px
}

@media (max-width:1050px) {
    .projects-post__container {
        padding-left: 45px;
        padding-right: 45px
    }
}

@media (max-width:580px) {
    .projects-post__container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.projects-post__headline {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.19;
    text-transform: uppercase;
    color: var(--style-color);
    text-align: center;
}
