.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(5, 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%);
}

.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: 3.125rem;
}

.request-form-title-2 {
    margin-bottom: 1.1875rem;
    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: #00B4BB;
    color: #fff;
    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;
    }

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

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

    .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: 1.25rem;
    }

    .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) {
    .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: 1000px;
        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: 1.875rem;
    }

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

    .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 {
        flex-direction: column;
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
        align-items: end;
        margin-right: 180px;
    }

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

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

    .result-and-sun-data div {
        font-size: 0.9375rem;
        transform: translateX(-1.875rem);
    }

    .result-and-sun-data b {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

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

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

