.breadcrumbs {
    font-family: Mulish,sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
}

@media (max-width: 1140px) {
    .breadcrumbs {
        font-size: 15px;
    }
}

.breadcrumbs a {
    text-decoration: none;
    color: #111;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    color: #00B4BB;
}
.section-breadcrumbs {
    padding-bottom: 0px;
}

html {
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
}

b, strong {
    font-weight: 700;
}

.service-block p strong {
    font-weight: 900;
}

.bread-crumbs {
    display:flex
}

.enumeration-list {
    display: grid;
    grid-template: '. . .';
    grid-template-columns: calc(33% - 1.0625rem) calc(33% - 1.0625rem) calc(33% - 1.0625rem);
    grid-row-gap: 4.375rem;
    grid-column-gap: 25.5px;
}

.service-block .brands-item:nth-child(n+16) {
    display: none;
}


.enumeration-item {
    display: flex;
    flex-direction: column;
}

.enumeration-item > .number {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 1.25rem;
}
.enumeration-item > .point {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 100%;
    letter-spacing: 0;
}

.enumeration-list.flat .number {
    border-bottom: 1px solid #C7C7C7;
}

.service-block .section {
    padding: unset;
}

.choice-container ul {
    margin-bottom: unset;
}

.service-block h2 {
    margin-top: 9.375rem;
}

.services-padding .choice-container ul li {
    padding-left: 0;
}

.services-padding .choice-container ul li:before {
    display: none;
}

.choices-item {
    font-weight: 400;
    font-size: 30px;
    line-height: 96%;
    letter-spacing: 0;

    padding: 1.0625rem 2.75rem;
    border: 0.09375rem solid #A9A9A9;
    border-radius: 3.75rem;
}

.choice-item > .active {
    border: 0.09375rem solid #00B4BB
}

.choice-item.request-link {
    background:  #00B4BB;
    color: #fff;
}


.service-personas {
    display: grid;
    grid-template-columns: repeat(4, 240px);
    grid-row-gap: 0.875rem;
    grid-column-gap: 0.5625rem;
    width: 80%;
}

.service-persona {
    display: flex;
    flex-direction: column;
    max-width: 240px;
}

.service-persona > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-top: 0.625rem;
}

.service-persona > p {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 140%;
    color: #828890;
}

.service-persona > img {
    width: 15rem;
    height: 15rem;
}

.service-examples-work {
    display: grid;
    grid-template-columns: calc(50% - 0.75rem) calc(50% - 0.75rem);
    grid-gap: 1.5rem;
}

.service-work-item {
    width: 100%;
    height: 21.375rem;
    overflow: hidden;
}

.service-work-item > img {
    object-fit: cover;
    height: 21.375rem;
    width: 100%;
}

.service-clients-margin {
    margin-bottom: 3.125rem;
}

.services-awards-img img {
    width: 100%;
}

.leave-request {
    display: grid;
    grid-template: 'leave-request form' 'leave-request form';
    grid-template-rows: 50% 50%;
    grid-template-columns: 48% 52%;
}



.request-title img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 479px;
}

.laptop-star {
    display: none;
}

.mobile {
    display: none;
}

.request-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-area: leave-request;
    background: linear-gradient(180deg, #00B4BB 0%, #4D76FE 100%);

}

@media (min-width: 719px) {
    .request-title {
        color: #fff;
    }
}

.request-title h2 {
    font-family: Mulish, sans-serif;
    margin-top: 5.3125rem;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0;
}

.request-team-photos {
    display: none;
    align-items: center;
    justify-content: center;
    grid-area: leave-photos;
    background: #DFDFDF;
}

.leave-request form {
    grid-area: form;
    padding-top: 1.75rem;
    padding-bottom: 2.3125rem;
    padding-left: 3.6875rem;
}

.request-form-title, .request-form-title-2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
}


.request-form-title {
    margin-bottom: 40px;
}

.request-form-title-2 {
    margin-bottom: 50px;
    margin-top: 2.6875rem;
}

.request__row input {
    margin-bottom: 2.0625rem;
}

.request__row input[type="text"], .request__item textarea {
    width: 80%;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    font-size: 1.4375rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #A19E9E;
    border-bottom: none;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    background: unset;

}

.request__item textarea {
    font-family: Mulish, sans-serif;
    border: 1px solid #ccc;
    min-height: 90px;
    padding: 15px 17px;
}

.result-and-sun {
    display: grid;
    grid-template: '. . .';
    grid-template-columns: 20% 50% 30%;
}

.result-and-sun span {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
}

.result-and-sun-data {
    display: flex;
    justify-content: space-between;
    margin-right: 5rem;
}

.result-and-sun-data li {
    font-size: 1.5625rem;
}

.result-and-sun-data div {
    font-size: 1.875rem;
}

.result-and-sun-data b {
    margin-bottom: 1.5rem;
    display: block;
}

.result-and-sun-data li, .answer-body-right li {
    display: flex;
}

.result-and-sun-data li:before, .answer-body-right li:before {
    content: '—';
}

.result-and-sum-btn {
    height: 3.25rem;
    border-radius: 3.75rem;
    border: none;
    padding: 24px 20px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1.675rem;
    letter-spacing: 0;
    text-align: center;
    text-decoration: unset;
    line-height: 1px;
}

.custom-file-wrapper {
    display: inline-block;
    position: relative;
}

.custom-file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.custom-file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #333;
    gap: 0.625rem;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-file-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.custom-file-icon svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.custom-file-text {
    font-size: 1.5625rem;
    font-weight: 500;
}

.request__submit {
    background: #00B4BB;
    color: #fff;
    border: none;
    border-radius: 3.75rem;
    padding: 12px 50px;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 96%;
    margin-top: 2.8125rem;
}

.request-text-info {
    margin-top: 1.875rem;
    font-size: 16px;
    line-height: 20px;
    color: #828890;
}


.hide-link {
    display: none;
}

.service-question-header {
    font-weight: 700;
    font-size: 2.5rem;
    padding-right: 40px;
    line-height: 100%;
    letter-spacing: 0;
    cursor: pointer;
    position: relative;
}

.service-question-header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/dest/plus.svg?v=1") no-repeat center center;
    background-size: 100%;
    width: 46px;
    height: 46px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.service-question-header:hover,.service-question-header:hover:after {
    color: #1cbeca
}

.service-question.active  .service-question-header:after {
    content: "";
    background: url(../images/dest/serv-top.svg?v=1) no-repeat center center;
    background-size: 90%;
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.service-question-answer-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-weight: 400;
    font-size: 25px;
    line-height: 107%;
    letter-spacing: 0;
}

.service-question-answer {
    margin-bottom: 0.625rem;
}

.answer-body-inner {
    display: flex;
    justify-content: space-between;
}
.answer-body-right {
    width: 80%;
    padding: 3.125rem;
}

.service-question.active .service-question-answer-body  {
    max-height: 400rem;
    transition: max-height 0.5s ease-in;
}

.service-question.active .service-question-header  {
    color: #00B4BB;
}

.other-services {
    display: grid;
    grid-template-columns: repeat(3, calc(33.333% - 0.97875rem));
    grid-column-gap: 1.1875rem;
    margin-bottom: 7.5rem;
}

.service-index {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0;
    padding-bottom: 1.4375rem;
    margin-bottom: 1.8125rem;
    border-bottom: 1px solid #D7D7D7;
}

.service-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 2.4375rem;
}

.service-image {
    width: 100%;
    height: 14rem;
    overflow: hidden;
}

.service-image img {
    object-fit: cover;
    height: 14rem;
    width: 100%;
}

.overlap-service-title {
    display: none;
}

.service-description {
    font-weight: 400;
    font-size: 1.4375rem;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 3.125rem;
}

.service-team-info {
    margin-bottom: 3.125rem;
}

.service-header-description {
    margin-bottom: 120px;
}

.services-slider {
    margin-bottom: 120px;
}

.service-block .best {
    padding-bottom: unset;
}

.services-padding .service-tab {
    border-top: none;
    margin-top: 0;
}

.services-padding .section.technology.scrl .h2.s__header.anim-2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.services-padding .section.technology.scrl .anim-1 .sep-2 {
    margin-top: 0;
}

@media (min-width: 1141px) {

    .services-padding .h1, h1 {
        font-size: 7.6875rem;
        margin-bottom: 3.875rem;
    }
    .services-padding .section-breadcrumbs {
        margin-bottom: 3rem;
    }

    .service-personas {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
    }


    .service li {
        padding-left: 40px;
    }
    .description-container {
        margin-top: 3.125rem;
        justify-content: space-between;
    }

    .description-container .selected-name {
        font-size: 1.875rem;
        line-height: 140%;
    }

    .description-container .selected-description {
        font-size: 1.5625rem;
        width: 70%;
        line-height: 140%;
    }

    .services-padding .serv-item__ttl {
        font-size: 2.5rem;
    }

    .services-padding .serv-item {
        max-height: 3.75rem;
    }

    .services-padding .serv-item__ttl:after {
       top: 16px;
    }
}

.services-bl a.active {
    background: #1CBECA;
    border: 1px solid #1CBECA;
    color: #fff;
}

@media (max-width: 1140px) {
    .request-title img {
        width: 70%;
    }
    .service-index {
        display: none;
    }
    .service-title {
        display: none;
    }
    .service-description {
        display: none;
    }

    .service-team-info {
        margin-bottom: 20px;
    }

    .overlap-service-title {
        display: block;
        position: absolute;
        bottom: 1.5625rem;
        left: 0.625rem;
        font-weight: 700;
        z-index: 1;
    }

    .service-image {
        position: relative;
    }

    .service-header-description {
        margin-bottom: 30px;
    }

    .services-slider {
        margin-bottom: 30px;
    }
}

@media (max-width: 1313px) and (min-width: 717px) {

    .service-personas {
        grid-template-columns: repeat(3, calc(33.33% - 0.9375rem));
        grid-column-gap: 0.625rem;
        grid-row-gap: 1.25rem;
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
        width: unset;
    }

    .service-persona {
        width: unset;
        max-width: 15.1875rem;
    }

    .service-persona img {
        max-width: 15.1875rem;
    }

}

@media (max-width: 1140px) and (min-width: 717px) {
    .overlap-service-title {
        font-size: 1.25rem;
    }
    @media (max-width: 1313px) and (min-width: 717px) {
        .leave-request form {
            padding-top: 49px;
        }
    }
    .service-image {
        position: relative;
    }

    .section-breadcrumbs {
        margin-bottom: 2.1875rem;
    }

    .service-block h2 {
        margin-top: 5.75rem;
    }


    .service-persona > span {
        font-size: 1rem;
    }

    .service-persona > p {
        font-size: 0.9375rem;
    }

    .services-bl a {
        font-size: 0.9375rem;
        height: 2.125rem;
        line-height: 2.125rem;
        padding: 0 1.125rem;
    }

    .description-container {
        margin-top: 1.875rem;
        justify-content: space-between;
    }
    .description-container b {
        white-space: nowrap;
        font-size: 1.0625rem;
    }

    .description-container .selected-description {
        width: 70%;
        font-size: 0.9375rem;
    }

    .enumeration-list.flat {
        grid-column-gap: 2.03125rem;
        grid-template-columns: calc(33% - 1.35416666666875rem) calc(33% - 1.35416666666875rem) calc(33% - 1.35416666666875rem)
    }

    .enumeration-list .number {
        font-size: 1.5625rem;
    }

    .enumeration-list .point {
        font-size: 0.9375rem;
    }

    .enumeration-list.flat .number {
        padding-bottom: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .result-and-sun span {
        font-size: 1.0625rem;
    }

    .result-and-sun-data li {
        font-size: 0.9375rem;
    }

    .result-and-sun-data div {
        font-size: 1.0625rem;
    }

    .result-and-sun-data b {
        font-size: 1.0625rem;
        margin-bottom: 0;
    }

    .result-and-sum-btn {
        height: 2.25rem;
        font-size: 0.9375rem;
        padding: 17px 20px;
    }

    /*.request-title .service-blocks h2, .service-blocks h2.h2 {*/
    /*    font-size: 1.5625rem;*/
    /*}*/

    .request-form-title {
        font-size: 1.0625rem;
        margin-bottom: 12px;
    }

    .request-form-title-2 {
        margin-top: 1.875rem;
        margin-bottom: 1.25rem;
        font-size: 1.0625rem;
    }

    .request__submit {
        font-size: 0.9375rem;
        margin-top: 1.875rem;
    }

    .custom-file-text {
        font-size: 0.9375rem;
    }

    .enumeration-list {
        grid-row-gap: 1.625rem;
    }

    .service-question-header {
        font-size: 1.5625rem;
    }
    .service-question-header:after {
        width: 1.625rem;
        height: 1.625rem;
    }
    .service-question-answer-body {
        font-size: 0.9375rem;
    }

    .answer-body-right {
        padding: 1.25rem;
    }

    .service-block .brands-item:nth-child(n+21) {
        display: none;
    }

    .request__row input[type="text"], .request__item textarea {
        font-size: 15px;
    }

    .leave-request {
        grid-template-columns: 317px calc(100% - 317px);
    }

    .request-title h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
        margin-top: 49px;
        margin-left: 26px;
    }

    .request-title {
        overflow: hidden;
        justify-content: flex-start;
    }


    .laptop-star {
        display: block;
    }

    .desk-star {
        display: none;
    }

    .request-title img {
        width: 296px;
    }
}

@media (max-width: 718px) {
    .result-and-sun-data-mobile-view {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .result-and-sun-data-desktop-view {
        display: none !important;
    }
}

@media (min-width: 719px) {
    .result-and-sun-data-desktop-view {
        display: block;
    }
    .result-and-sun-data {
        display: flex;
    }
    .result-and-sun-data-mobile-view {
        display: none !important;
    }

}

@media (max-width: 718px) {
    .other-services {
        grid-template-columns: unset;
        grid-column-gap: unset;
        grid-row-gap: 0.625rem;
        margin-bottom: 3.8125rem;
    }

    .overlap-service-title {
        left: 1rem;
        bottom: 1.5625rem;
        font-size: 1.25rem;
    }

    .request-title img {
        display: none;
    }

    .nav-padding {
        margin-top: 1.875rem;
    }

    .services-padding .btn__btm {
        margin-top: 0;
    }
    .hide-link {
        display: block;
    }
    .hidden-on-mobile:not(.shown) {
        max-height: 0px;
        overflow: hidden;
        margin: 0 !important;

    }
    .hidden-on-mobile.shown {
        max-height: 2000px;
        transition: max-height 0.5s ease-out;
    }

    /*.service_block_mb_half {*/
    /*    margin-bottom: 0.9375rem;*/
    /*}*/

    /*.service_block_mb {*/
    /*    margin-bottom: 1.9375rem;*/
    /*}*/

    .enumeration-list {
        grid-template: unset;
        grid-template-columns: unset;
        grid-row-gap: unset;
    }
    .enumeration-item {
        display: flex;
        flex-direction: row;
        margin-bottom: 14px;
        justify-content: space-between;
        align-items: center;
    }

    .enumeration-item .number {
        font-size: 1.5625rem;
        margin-bottom: unset;
    }

    .enumeration-item > .point {
        font-size: 1.0625rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0;
        width: 80%;
    }


    .enumeration-list.flat .enumeration-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 0.9375rem;
        align-items: unset;
    }

    .enumeration-list.flat .number{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .enumeration-list.flat .point{
        font-weight: 400;
        font-size: 0.9375rem;
    }

    .leave-request {
        display: block;
        grid-template: 'leave-request' 'form';
        grid-template-rows: unset;
        background: unset;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .request-title {
        justify-content: start;
        margin: 1.125rem;
        background: unset;
        border-bottom: 1px solid #000;
    }

    .request-team-photos {
        display: none;
    }

    .request-form-title {
        font-size: 0.9375rem;
        margin-bottom: 23px;
    }

    .request-form-title-2 {
        font-size: 0.9375rem;
        margin-bottom: 1.875rem;
        margin-top: 1.875rem;
    }

    .leave-request form {
        padding: 1.125rem;
        background: unset;
        display: flex;
        flex-direction: column;
    }

    .request__submit {
        font-size: 0.9375rem;
        width: 16.125rem;
        height: 2rem;
        align-self: center;
        margin-top: 1.875rem;
    }

    .request-text-info {
        font-size: 0.75rem;
        text-align: center;
    }

    .request__row input[type="text"], .request__item textarea {
        width: 100%;
        font-size: 15px;
    }

    .service-examples-work {
        grid-template-columns: unset;
        grid-gap: unset;
        grid-row-gap: 0.625rem;
    }

    .service-work-item, .service-work-item img {
        height: 14.0625rem;
    }

    .service-clients-margin {
        margin-top: 0;
        margin-bottom: 0.625rem;
    }

    .service-block .services-bl {
        flex-wrap: unset;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .service-block .services-bl .choice-item {
        white-space: nowrap;
    }

    .service-personas {
        display: flex;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        grid-column-gap: 1.125rem;
        grid-row-gap: unset;
        width: unset;
    }

    .service-personas  img {
        width: 7.5rem;
        height: 7.5rem;
    }

    .service-persona > span {
        font-size: 0.75rem;
    }

    .service-persona > p {
        font-size: 0.75rem;
    }

    .services-padding .serv-item {
        max-height: 48px;
    }

    .services-padding .serv-item .serv-item__txt {
        padding: 7px 0 18px;
    }

    .service-block .serv-item__txt div {
        font-size: 0.9375rem;
    }

    .service-block .serv-item__ttl {
        font-size: 1.25rem;
    }

    .service-personas {
        margin-top: 1.875rem;
        margin-bottom: 1.875rem;
    }

    .service-team .brandev {
        margin-bottom: 1.875rem;
    }

    .description-container {
        display: block !important;
    }

    .service-block h2 {
        margin-top: 4.75rem;
    }

    .description-container .selected-name {
        display: block;
        font-size: 0.9375rem;
        margin-top: 1.875rem;
        margin-bottom: 0.9375rem;
        line-height: 140%;
    }

    .description-container .selected-description {
        font-weight: 400;
        font-size: 0.9375rem;
    }

    .result-and-sun {
        grid-template: unset;
        grid-template-columns: unset;
    }

    .result-and-sun span {
        font-size: 1.25rem;
    }



    .result-and-sun-data {
        display: flex;
        align-items: start;
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .result-and-sun-data ul {
        margin-bottom: 0.9375rem;
    }

    .result-and-sun-data li {
        font-size: 0.9375rem;
    }

    .result-and-sun-data > div {
        transform: unset;
        font-size: 0.9375rem;
    }
    .result-and-sun-data b {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .result-and-sun-data div {
        font-size: 0.9375rem;
    }

    .result-and-sum-btn {
        height: 1.25rem;
        font-size: 0.9375rem;
        padding: 17px 0;
        justify-self: end;
        width: 249px;
    }

    .custom-file-text {
        font-size: 0.9375rem;
    }

    .service-question-header {
        font-size: 1.25rem;
    }
    .service-question-header:after {
        width: 1rem;
        height: 1rem;
    }

    .service-question-answer-body {
        font-size: 0.9375rem;
    }

    .answer-body-right {
        padding: 0.9375rem;
    }

    .service-block .brands-item:nth-child(n+13) {
        display: none;
    }

    .request-title h2 {
        font-family: Mulish, sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
        margin-top: 0;
    }
}

/* Service blocks styles */
.service-block-with-images > .service-text-block-images > .brand-item {
    display: flex;
}
.service-block-with-images > .service-text-block-images > .brand-item > img {
    max-width: 80%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    display: block;
    margin: auto;
}

.service-block-with-images > .service-text-block-images > .brand-item > img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.service-block-with-images > .service-text-block-images > .brand-item {
    display: flex;
}

@media (max-width: 718px) {
    .service-block-with-images {
        display: grid;
        grid-template-rows: auto auto;
    }

    .service-block-with-images > .service-text-block-images {
        display: flex;
        gap: 1rem;
        overflow: auto;
        scrollbar-width: none;
    }

    .service-block-with-images > .service-text-block-images > .brand-item {
        min-width: 6.5rem;
        height: 6.5rem;
    }


}

@media (min-width: 718px) {
    .service-block-with-images {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .service-block-with-images > .service-text-block-images {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .service-block-with-images > .service-text-block-images > .brand-item {
        min-width: 145px;
        height: 145px;
    }
}

@media (min-width: 1141px) {
    .service-block-with-images > .service-text-block-images > .brand-item {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;

        height: 263px;
    }
}

.service-complex-block {
    display: grid;
}

.service-complex-block .h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.service-complex-block .description-container .selected-description {
    width: 50%;
}

.complex-choices-container {
    position: relative;
}

.complex-choices-container-item-content {
    display: none;
}

.complex-choices-container-item-content-description {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    width: calc(100% - 20px);
}

.complex-choices-container-item-content-description .selected-description {
    width: 100% !important;
}

.complex-choices-container-item-content-projects {
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 10px);
    gap: 10px;
}

.complex-choices-container-item-content-projects .projects-item {
    width: 100%;
    margin-bottom: 0 !important;
}

.complex-choices-container-item-content-projects .projects-item__ttl {
    font-size: 15px;
}

.complex-choices-container-item-content-projects .projects-item__txt {
    display: none;
}

.complex-choices-container-item-content-projects .btn {
    bottom: 15px;
    left: 15px;
}

.complex-choices-container-item-content-projects .projects-item__info {
    padding: 15px 15px 35px;
}




@media (max-width: 718px) {
    .complex-choices-container-item-content-description .portfolio-link {
        margin-top: 15px !important;
    }
    .complex-choices-container-item-content-description {
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%
    }
    .complex-choices-container-item-content-projects .projects-item img {
        height: 117px;
    }
    .complex-choices-container-item-content-projects .projects-item video {
        height: 117px;
    }
    .complex-choices-container-item-content-projects {
        display: grid;
        grid-template-columns: 251px 251px 251px 251px;
        width: calc(100vw - 41px);
        overflow: auto;
        gap: 10px;
    }

    .complex-choices-projects-count-1 {
        grid-template-columns: repeat(1, 251px);
    }

    .complex-choices-projects-count-2 {
        grid-template-columns: repeat(2, 251px);
    }

    .complex-choices-projects-count-3 {
        grid-template-columns: repeat(3, 251px);
    }

    .complex-choices-projects-count-4 {
        grid-template-columns: repeat(4, 251px);
    }

    .complex-choices-projects-count-5 {
        grid-template-columns: repeat(5, 251px);
    }

    .complex-choices-projects-count-6 {
        grid-template-columns: repeat(6, 251px);
    }

    .complex-choices-projects-count-7 {
        grid-template-columns: repeat(7, 251px);
    }

    .complex-choices-projects-count-8 {
        grid-template-columns: repeat(8, 251px);
    }

    .complex-choices-projects-count-9 {
        grid-template-columns: repeat(9, 251px);
    }

    .service-complex-block > ul.services-bl {
        margin-bottom: 28px;
    }
}

.service-complex-block {
    margin-top: 40px;
}

@media (min-width: 719px) {
    .complex-choices-container-item-content-description .portfolio-link {
        margin-top: 12px !important;
        width: 100%;
        text-align: end;
    }
}

@media (min-width: 1140px) {
    .service-complex-block {
        margin-top: 184px;
    }
    .complex-choices-container-item-content-description .portfolio-link {
        margin-top: 38px !important;
    }
}


@media (min-width: 719px) and (max-width: 1140px){
    .complex-choices-projects-count-1 {
        grid-template-rows: repeat(1, 82px);
    }

    .complex-choices-projects-count-2 {
        grid-template-rows: repeat(1, 82px);
    }

    .complex-choices-projects-count-3 {
        grid-template-rows: repeat(2, 82px);
    }

    .complex-choices-projects-count-4 {
        grid-template-rows: repeat(2, 82px);
    }

    .complex-choices-projects-count-5 {
        grid-template-rows: repeat(3, 82px);
    }

    .complex-choices-projects-count-6 {
        grid-template-rows: repeat(3, 82px);
    }

    .complex-choices-projects-count-7 {
        grid-template-rows: repeat(4, 82px);
    }

    .complex-choices-projects-count-8 {
        grid-template-rows: repeat(4, 82px);
    }

    .complex-choices-projects-count-9 {
        grid-template-rows: repeat(5, 82px);
    }

    .complex-choices-projects-count-10 {
        grid-template-rows: repeat(5, 82px);
    }

    .complex-choices-container-item-content-projects .projects-item img {
        height: 82px;
    }
    .complex-choices-container-item-content-projects .projects-item video {
        height: 82px;
    }
    .complex-choices-container-item-content-projects .projects-item {
        height: 82px;
    }
    .complex-choices-container-item-content-projects .projects-item__ttl {
        line-height: 22px;
    }
    .complex-choices-container-item-content-projects .projects-item__info {
        padding: 5px 10px 5px;
    }
    .service-complex-block > ul.services-bl {
        margin-bottom: -10px;
    }
}

@media (min-width: 1141px) {
    .complex-choices-container-item-content-projects .projects-item img {
        height: 166px;
    }
    .complex-choices-container-item-content-projects .projects-item video {
        height: 166px;
    }
}

.result-and-sum-block {
    background: #7DD4D6;
    padding-top: 60px;
    padding-bottom: 69px;
}

.result-and-sum-block {
    background: #7DD4D6;
    padding-top: 60px;
    padding-bottom: 69px;
}

.result-and-sum-block {
    margin-top: 9.375rem;
    max-width: unset !important;
}

@media (min-width: 1141px) {
    .result-and-sum-block .h2.s__header, .result-and-sum-block .services-padding {
        max-width: 1720px;
        margin-left: auto;
        margin-right: auto;
    }
}

.result-and-sun-data ul li {
    line-height: 140%;
    white-space: nowrap;
}

@media (max-width: 718px) {
    .result-and-sum-block {
        margin-top: 4.75rem;
    }
}

@media (max-width: 1140px) and (min-width: 717px) {
    .result-and-sum-block {
        margin-top: 5.75rem;
    }
}

.result-and-sum-block h2 {
    margin-top: 0;
}


.request__item input {
    margin-bottom: 27px;
}

@media (max-width: 1140px) {
    .request__item input {
        margin-bottom: 9px !important;
    }
}

@media (min-width: 719px) {
    .team-slide__left {
        justify-content: flex-start;
    }
}

@media (min-width: 719px) {
    .result-and-sun-data ul {
        margin-top: -5px;
    }
}

.result-and-sun-data b, .result-and-sun-data div, .result-and-sum-btn {
    white-space: nowrap;
}

@media (min-width: 719px) and (max-width: 1140px) {
    .result-and-sun-data b {
        margin-top: -7px;
    }
}
/** Digital SMRT **/
.advantages-item__header span,.serv-numbered .serv-item__ttl span,h1 span{color:#00b4bb}.sep-2{border-top-width:1px}.section+.section{padding-top:25px}.section-breadcrumbs+.hero-block{padding-top:30px}.section-breadcrumbs+.hero-block .row_first:first-of-type p{padding-right:0}.btn--accent,.btn--accent:hover{border:0;background:#fa3d25;color:#fff}.btn--accent{border-radius:60px;padding:24px 30px;font-weight:700;font-size:30px;line-height:96%;text-decoration:none;text-align:center}.btn--accent:hover{opacity:.6}.btn--accent.mt-25{margin-top:25px}.partners{overflow-x:hidden}.projects .btn,.serv-numbered .serv-item .serv-item__txt p+ul{margin-top:0}.advantages-item__block{background:#f0eded;padding:30px;height:100%;position:relative}.advantages-item__header{font-weight:700;font-size:28px;line-height:120%;padding-right:60px;min-height:3lh;margin-bottom:50px}.advantages-item__icon{position:absolute;top:30px;right:30px}.advantages-item__numbers{font-weight:500;font-size:36px;line-height:120%;margin-bottom:16px}.advantages-item__numbers span{font-size:24px}.advantages-item__text{font-weight:400;font-size:15px;line-height:120%}.bootstrap-wrapper .row{row-gap:16px}.marquee{display:flex}.marquee>*{flex-shrink:0}.marquee+.marquee{margin-top:25px}.serv-list.serv-list--none-border-top{border-top:none}.serv-numbered .s__header{margin-bottom:18px;padding-bottom:0}.serv-numbered .serv-list{counter-set:services}.serv-numbered .serv-item{max-height:144px}.serv-numbered .serv-item.active{max-height:1000px}.serv-numbered .serv-item__txt li{line-height:100%;font-size:25px}.serv-numbered .serv-item__txt li:not(:last-child){margin-bottom:25px}.serv-numbered .serv-item__txt li:last-child{margin-bottom:0}.serv-numbered .serv-item__txt li:before{content:"";border-radius:1px;display:block;width:14px;height:14px;background:#00b4bb;margin-top:8px}.serv-numbered .serv-item__txt{display:grid;grid-template-columns:5fr 6fr 1fr;grid-template-rows:auto 1fr;grid-auto-rows:auto;padding-block:50px;gap:50px 20px}.serv-numbered .serv-item__txt .btn{grid-column:1/2;grid-row:2/3;margin-top:0;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content}.serv-numbered .serv-item__txt .col__left{width:100%!important}.serv-numbered .serv-item__txt .col__right{width:100%;grid-row:1/3}.serv-numbered .serv-item__col-txt{font-weight:400;font-size:25px;line-height:140%;text-transform:none}.serv-numbered .serv-item__ttl{display:flex;align-items:center;max-height:144px;font-weight:700;font-size:40px;line-height:120%;padding-block:16px}.serv-numbered .serv-item__ttl-text{margin-left:30px;padding-right:34px;max-width:600px}.serv-numbered .serv-item__ttl:before{content:counter(services,decimal-leading-zero);counter-increment:services;font-weight:700;font-size:140px;line-height:96%;display:inline-block}.serv-numbered .serv-item__ttl:after{top:50%;transform:translateY(-50%)}.footer-form{padding-bottom:0}.footer-form__row{display:flex;gap:20px}.footer-form__left{background:#00b4bb;color:#fff;padding-block:85px;padding-right:61px;width:calc(50dvw - 10px);margin-left:min(-1*(100dvw - 1800px)/2 - 40px,-40px);padding-left:max((100dvw - 1800px)/2 + 40px,40px);flex-shrink:0}.footer-form__left .s__header{margin-bottom:0;padding-bottom:0}.footer-form__left .anim-1{border:1px #00b4bb}.footer-form__left .anim-1 .sep-2{border-color:#00b4bb;margin:0;padding:0}.footer-form__right{padding:44px 0 44px 38px;display:flex;flex-direction:column;justify-content:center}.footer-form__right .s__header{font-weight:700;font-size:40px;line-height:100%}.footer-form__column{display:flex;flex-direction:column;margin-top:50px;margin-bottom:40px;gap:33px}.footer-form__item input{border:0;border-bottom:1px solid #a9a9a9;height:30px;background:0 0;width:100%;font-weight:400;font-size:23px;line-height:100%}.footer-form__item input.error-line{color:#db0000;border-color:#db0000}.footer-form .btn{margin-bottom:16px}.footer-form__policy{font-size:19px;line-height:100%;color:#a9a9a9}@media screen and (max-width:1140px){.btn--accent{font-size:20px;height:auto}.advantages-item__header{font-size:24px;margin-bottom:40px;min-height:2lh}.serv-numbered .s__header{margin-bottom:5px}.serv-numbered .serv-item{max-height:78px}.serv-numbered .serv-item__txt li:before{margin-top:5px}.serv-numbered .serv-item__txt{gap:20px;padding-block:16px}.serv-numbered .serv-item__col-txt,.serv-numbered .serv-item__txt li{font-size:20px}.serv-numbered .serv-item__ttl{font-size:30px;max-height:78px}.serv-numbered .serv-item__ttl:before{font-size:80px}.footer-form__row{flex-direction:column;gap:0}.footer-form__left{background:0 0;width:100%;margin-left:0;padding-left:0;color:#111;padding-block:0;padding-right:0}.footer-form__left .anim-1 .sep-2{margin-top:1vw;padding-bottom:1vw;border-color:#000}.footer-form__right{padding:30px 0 60px}.footer-form__item input,.footer-form__right .s__header{font-size:15px;line-height:96%}.footer-form__column{margin-block:30px;gap:15px}.footer-form__item input{height:24px}.footer-form__policy{font-size:15px}}@media screen and (max-width:718px){.btn--accent{width:100%;padding:18px 30px}.advantages-item__header{font-size:20px;margin-bottom:30px;min-height:unset}.marquee+.marquee{margin-top:0}.serv-numbered .serv-item{max-height:82px}.serv-numbered .serv-item__txt li:before{width:6px;height:6px;margin-top:8px}.serv-numbered .serv-item__txt li{font-size:15px;margin-bottom:15px}.serv-numbered .serv-item__txt .btn{grid-column:1/4;grid-row:unset;width:100%}.serv-numbered .serv-item__txt .col__left{grid-column:1/4}.serv-numbered .serv-item__txt .col__right{grid-column:1/4;width:100%!important}.serv-numbered .serv-item__col-txt{font-size:15px}.serv-numbered .serv-item__ttl{font-size:20px;max-height:82px}.serv-numbered .serv-item__ttl-text{margin-left:14px}.serv-numbered .serv-item__ttl:before{font-size:60px}.footer-form .btn{width:100%}}
/* 2026-09 оптимизация: видео вместо анимированных GIF */
video.opt-video{display:block;max-width:100%;height:auto;object-fit:cover}
.projects-item video.opt-video,.prtf-info__img video.opt-video,.l-block video.opt-video,.m-block-item video.opt-video{width:100%}

/* 2026-09 шапка: пункты не переносятся; на средних ширинах компактнее (в EN слова длиннее) */
.menu ul li a,.lang{white-space:nowrap}
.header__right .search input{font-family:inherit}
@media (min-width:1100px) and (max-width:1500px){
  .menu ul li a{font-size:14px;padding:0 11px}
  .menu ul li + li{margin-left:6px}
  .lang{font-size:14px;padding:0 14px;margin-left:6px}
  .search{margin-left:6px}
  .header__right .search input{max-width:110px;font-size:14px;padding:0 12px;height:30px;line-height:28px}
  .header__right .logo,.logo{flex-shrink:0}
}
@media (min-width:1100px) and (max-width:1280px){
  .header__right .search input{max-width:90px}
  .menu ul li a{padding:0 9px}
}

.header__right .search input::placeholder{font:inherit;font-size:inherit;color:#111;opacity:1}

/* 2026-09: переключатель языка виден и в режиме «бургера» (до 1140px) — рядом с иконкой меню */
@media screen and (max-width: 1139px){
  .header__right{margin-left:auto;margin-right:18px}
  .header__right .lang{display:block;margin:0;font-size:15px;height:30px;line-height:27px;padding:0 16px}
}
@media screen and (max-width: 480px){
  .header__right{margin-right:12px}
  .header__right .lang{font-size:13px;padding:0 12px;height:26px;line-height:23px}
}


/* 2026-09: кнопки на первом экране */
.hero-cta{padding:26px 0 0}
@media (min-width:1140px){.main-slider{position:relative}.hero-cta{position:absolute;left:0;right:0;bottom:36px;z-index:3;padding:0;pointer-events:none}.hero-cta .hcta{pointer-events:auto}.main-slider__info{bottom:110px}}
.hero-cta .inner-page{display:flex;gap:12px;flex-wrap:wrap}
.hcta{display:inline-block;font-weight:500;font-size:18px;line-height:44px;height:46px;padding:0 26px;border-radius:100px;border:1px solid #111;color:#111;text-decoration:none;transition:.3s;white-space:nowrap}
.hcta:hover{background:#111;color:#fff}
.hcta_main{background:#1CBECA;border-color:#1CBECA;color:#F4F4F4}
.hcta_main:hover{background:#15a6b1;border-color:#15a6b1;color:#fff}
@media (max-width:767px){.hero-cta{padding-top:18px}.hcta{width:100%;text-align:center}}

/* 2026-09: «С чем приходят к нам» */
.situations .s__header{margin-bottom:10px}
.sit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px}
.sit{display:flex;flex-direction:column;gap:12px;padding:26px 24px 24px;background:#fff;border:1px solid #DDD;border-radius:16px;text-decoration:none;color:#111;transition:.3s;min-height:100%}
.sit:hover{border-color:#111;transform:translateY(-2px)}
.sit__tag{display:inline-block;align-self:flex-start;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:100px;color:#fff;background:#1CBECA}
.sit__tag_2{background:#E8735A}.sit__tag_3{background:#5B7C8A}.sit__tag_4{background:#7C5CA8}
.sit__ttl{font-size:24px;font-weight:700;line-height:1.15}
.sit__txt{font-size:16px;line-height:1.5;color:#444;flex:1}
.sit__go{font-weight:600;color:#1CBECA}
.sit__go::after{content:" \2192"}
@media (max-width:1139px){.sit-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.sit-grid{grid-template-columns:1fr;gap:12px}.sit__ttl{font-size:21px}}

/* 2026-09: часы офисов */
.office-time{font-weight:400;font-size:.7em;color:#828890;white-space:nowrap}
.office-time:empty{display:none}

/* 2026-09: результат в цифрах + цитата (показываются, когда есть данные) */
.case-results{margin:40px 0}
.case-results__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:20px}
.case-results__item{display:flex;flex-direction:column;gap:6px;padding:22px 24px;border:1px solid #DDD;border-radius:16px;background:#fff}
.case-results__num{font-size:40px;font-weight:700;line-height:1;color:#1CBECA;font-variant-numeric:tabular-nums}
.case-results__lbl{font-size:15px;color:#444;line-height:1.35}
.case-quote{margin:40px 0;padding:28px 32px;border-left:4px solid #1CBECA;background:#fff;border-radius:0 16px 16px 0;font-size:20px;line-height:1.45}
.case-quote p{margin:0 0 12px}.case-quote footer{font-size:15px;color:#444}

/* 2026-09: посадочные портфолио */
.portfolio-lead{max-width:760px;font-size:18px;line-height:1.5;color:#444;margin:-10px 0 30px}
.portfolio-cloud{padding-top:30px}
.portfolio-cloud .inner-page{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.portfolio-cloud ul{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-wrap:wrap;gap:8px}
.portfolio-cloud li a{display:inline-block;font-size:14px;font-weight:500;padding:5px 14px;border:1px solid #CCC;border-radius:100px;color:#111;text-decoration:none;background:#F4F4F4}
.portfolio-cloud li a:hover{border-color:#111}
.portfolio-cloud li a span{color:#828890;margin-left:4px}
@media (max-width:767px){.portfolio-cloud .inner-page{grid-template-columns:1fr;gap:24px}}
