/* CSS Document */

:root {
    --font-size-1: 27px;
    --line-height-1: 28px;
    --margin-b-title: 57px;
    --border-radius: 50px;
}

.page {
    font-size: 16px;
}

@media (max-width: 1400px) {
    :root {
        --font-size-1: 25px;
        --line-height-1: 27px;
        --margin-b-title: 55px;
        --border-radius: 50px;

    }

    .page {
        font-size: 17px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    :root {
        --margin-b-title: 30px;
        --font-size-1: 18px;
        --line-height-1: 20px;
        --border-radius: 30px;

    }

    .page {
        font-size: 17px;

    }

}


.main__team-b {
    padding: 100px 0;
}

.h2-title {
    margin-bottom: var(--margin-b-title);
}

@media (max-width: 1400px) {
    .main__team-b .two-column-text__desc {
        max-width: 495px;
    }

    .h2-title {

        max-width: 920px;
    }

    .main__team-b {
        padding: 120px 0;
    }
}

@media (max-width: 1200px) {
    .main__team-b .two-column-text__desc {
        max-width: 495px;
    }

    .main__team-b {
        padding: 57px 0;
    }
}

@media (max-width: 992px) {

    .main__team-b .two-column-text__title {
        max-width: 100%;
    }

    .main__team-b .two-column-text__desc {
        max-width: 100%;
    }

    .main__team-b {
        padding: 57px 0;
    }
}

.main ul li {
    padding-left: 43px;
    position: relative;
}

.main ul li::before {
    content: url(/local/templates/.default/images/redesign-2023/mark_li.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.main ul li:not(:last-child) {
    margin-bottom: 10px;
}

/*header*/
/* 
.header__bar .menu {
    position: relative;
    top: -4px;
    left: -28px;
} */

.address {
    justify-content: flex-end;
}

.header__contact-item {
    font-size: 14px;
    text-align: end;
}

.wa {
    font-size: 13px;
}

.header__phones__ {
    position: relative;
}

/* .header__contacts-outer {
    position: relative;
    top: -2px;
    left: 68px;
} */

.zphone {
    color: var(--dark-blue);
}

.header__bar_fixed .menu {

    left: 0px;
}

@media (max-width: 1400px) {
    .address {
        justify-content: flex-start;
    }

    .header__contact-item {
        font-size: 13px;
        text-align: start;
    }

    .header__contacts-outer .header__contact-item {
        font-size: 14px;
    }

    .address {
        gap: 0 11px;
    }

    .header__contacts-outer {
        top: -4px;
        left: 31px;
    }

    .header__phones__ {
        top: -2px;
    }

    .main-menu__link,
    .main-menu__link::before {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .header__bar .menu {
        position: static;

    }
}

@media (max-width: 767px) {
    .logo.header__logo img {
        max-width: 135px;
    }

    .header__bar {
        min-height: 81px;
    }
}

/*end header*/
.wrapper {
    overflow: hidden;
}


.wrapper h1 {
    margin: 52px 0 57px;
    color: var(--text-black);
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
}

.wrapper h2 {
    color: var(--text-black);
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 57px;

}

.wrapper h3 {
    color: var(--text-black);
    font-size: 25px;
    font-weight: 600;
    line-height: normal;


}

.wrapper h2 span {
    color: var(--blue);

}

.wrapper p {
    margin: 0 0 10px;
}

.wrapper ul {
    margin-bottom: 25px;
}

.wrapper ul li {
    padding-left: 43px;
    position: relative;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.wrapper ul li::before {
    content: url(/local/templates/.default/images/redesign-2023/mark_li.svg);
    position: absolute;
    left: 0;
}

.wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}

.wrapper ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 0px;
    padding: 0;
}


.wrapper ol li {
    margin-bottom: 10px;
    position: relative;
    min-height: 50px;
    padding-left: 50px;
}

.wrapper ol li:before {
    content: "0" counter(num);
    counter-increment: num;
    display: inline-flex;
    align-items: center;
    margin-right: 28px;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--dark-blue);
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.wrapper ol li:nth-child(n+10)::before {
    content: counter(num);
}


@media (max-width: 1400px) {
    .page {
        font-size: 17px;
        line-height: 22px;
    }

    .wrapper h2 {
        line-height: 46px;
        margin-bottom: 55px;
    }

    .wrapper h3 {
        font-size: 27px;
    }

    .wrapper h1 {
        font-size: 53px;
        line-height: 52px;
        margin: 48px 0 54px;
    }

    .wrapper ul li {
        font-size: 16px;
        line-height: 25px;
    }

}

@media (max-width: 1200px) {
    .wrapper h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .wrapper ol li:before {
        margin-right: 18px;
        width: 30px;
        height: 30px;


    }

    .wrapper ol li {
        font-size: 14px;


        padding-left: 42px;
    }

    .page {
        font-size: 17px;
    }

    .wrapper h1 {
        margin: 24px 0 30px;
        font-size: 29px;
        line-height: normal;
    }

    .wrapper h2 {

        font-size: 25px;
        line-height: 27px;
        margin-bottom: 30px;
    }

    .wrapper h3 {

        font-size: 18px;

    }

    .wrapper ul li {
        padding-left: 28px;
        font-size: 14px;
        line-height: 22px;
    }
}

/* end inner */

/* main-slider */
.main__main-slider {
    margin-top: 15px;
}

.main-slider__left {
    max-width: 610px;
}

.main-slider__slide {
    max-height: 576px;
}

@media (max-width: 1400px) {
    .main__main-slider {
        margin-top: 10px;
    }

    .main-slider__slide {
        max-height: 487px;
    }

    .main-slider__right {
        max-height: 450px;
    }
}

@media (max-width: 767px) {
    .main__main-slider {
        margin-top: 0;
        padding: 30px 0px 44px;

    }

    .main-slider__desc,
    .main-slider__name {
        max-width: 285px;
    }

    .main-slider__buttons {
        margin-top: 25px;
    }

    .slider-buttons .slide-button {
        width: 55px;
        height: 55px;
    }

    .main__main-slider {
        min-height: 490px;
    }
}

/* end main-slider */


/* Services */

/* .main__services {
    padding-top: 145px;
} */

.services .row {
    gap: 30px 0;
}

.services__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 470px;
    padding: 35px 45px;
    border-radius: var(--border-radius);
    background: #FFF;
    transition: 0.5s;
}

.services__item .h3-title span {
    color: var(--text-black);
    max-width: 200px;
}

.services__item-link {
    display: flex;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.wrapper .section__services-text .services__item-link {
    display: flex;
}

.services__item-svg-fill {
    fill: var(--blue);
    transition: 0.5s;
}

.services__item:hover .services__item-svg-fill {
    fill: var(--orange);
}


.services__item-description {
    display: block;
    color: var(--text-light-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    transition: 0.5s;
    width: 100%;
    margin-top: 20px;
}


.services__item-price {
    color: var(--text-black);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.services__item:hover .services__item-price {
    color: var(--orange);
}

.services__more-link {
    max-width: 201px;
    margin: 63px auto 0;
}

@media (max-width: 1400px) {
    /* .main__services {
        padding-top: 120px;
    } */
    .services__item-list li a {
        font-size: 15px;
    }

    .services__item-price {
        font-size: 30px;
    }

    .services__item {
        padding: 23px 45px 31px;
        height: 439px;
    }
}

@media (max-width: 1200px) {
    .services__item {
        border-radius: 30px;
        padding: 26px 20px;
    }
}

@media (max-width: 992px) {
    .services__title {
        margin-bottom: 30px;
    }

    .services__more-link {
        margin-top: 35px;
    }

}

@media (max-width: 767px) {
    /* .main__services {
        padding-top: 57px;
    } */
    .services__item-description {
        font-size: 16px;
        line-height: 15px;
        margin-top: 9px;
    }

    .services .row {
        gap: 15px 0;
    }

}

@media (max-width: 576px) {
    .services__item {
        padding: 22px 20px;
        height: unset;
        min-height: 328px;
    }

    .services__item-link {
        height: 33px;
    }

    .services__item-link svg {
        max-width: 33px;
    }

    .services__item-list li a {
        font-size: 13px;
    }

    .services__item-list li {
        line-height: 1;
    }

    .services__item-list li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .services__item-price {
        font-size: 21px;
    }

    .services__item-list {
        margin-bottom: 30px;
    }

    .services__more-link {
        max-width: 100%;
    }
}


/* Question answer */


.qa__list {
    margin-top: -14px;
}

.qa__item {
    border-radius: var(--border-radius);
    background: #FFF;
    margin-bottom: 15px;
    padding: 14px 30px 4px 45px;
}

.qa__question {
    color: var(--text-black);
    font-size: var(--font-size-1);
    font-style: normal;
    font-weight: 600;
    line-height: var(--line-height-1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.qa__item.active .qa__question {
    color: var(--blue);
}

.qa__question::after {
    content: '';
    display: block;
    min-width: 62px;
    height: 62px;
    border-radius: 100%;
    background-color: var(--dark-blue);
    background-image: url(/local/templates/.default/images/redesign-2023/qa_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
    margin-left: 18px;
}

.qa__item.active .qa__question::after {
    background-color: var(--bg-color);
    background-image: url(/local/templates/.default/images/redesign-2023/qa_arrow_active.svg);
}

.qa__answer {
    display: none;
    padding: 20px 0 41px;
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

.qa__item.active .qa__answer {
    display: block;
}

.qa__answer ul li div {
    color: var(--text-black);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.qa__answer ul li:not(:last-child) {
    margin-bottom: 25px;
}

@media (max-width: 1400px) {
    .qa__list {
        margin-top: 0;
    }

    .qa__item {
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .qa__question {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 576px) {
    .qa__item {
        padding: 31px 22px;
        border-radius: 30px;
        margin-bottom: 15px;
    }

    .qa__question {
        padding-bottom: 0;
    }

    .question-answer__title {
        margin-bottom: 34px;
    }

    .main .question-answer ul li {
        padding-left: 0;
    }

    .qa__answer ul li div {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 15px;
        padding-left: 50px;
    }

    .qa__answer {
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
    }
}


/* who needed */
.who-needed_item {
    border-radius: var(--border-radius);
    background-color: #FFF;
    padding: 71px 45px 20px;
    min-height: 285px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 19px;
}

.who-needed_item:last-child {
    margin-bottom: 0px;
}

.who-needed_item:nth-child(1) {
    background-image: url(images/who-needed/1.svg);
}

.who-needed_item:nth-child(2) {
    background-image: url(images/who-needed/2.svg);
}

.who-needed_item:nth-child(3) {
    background-image: url(images/who-needed/3.svg);
}

.who-needed_item:nth-child(4) {
    background-image: url(images/who-needed/4.svg);
}

.who-needed_item:nth-child(5) {
    background-image: url(images/who-needed/5.svg);
}

.who-needed_item:nth-child(6) {
    background-image: url(images/who-needed/6.svg);
}

.who-needed_item div {
    font-weight: 600;
    font-size: var(--font-size-1);
    color: var(--text-black);
    margin-bottom: 19px;
}

@media (max-width: 1400px) {
    .who-needed_item {
        padding: 10px 45px 20px;
        min-height: 259px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .who-needed_item div {
        margin-bottom: 22px;
    }
}

@media (max-width: 767px) {
    .who-needed_item {
        padding: 25px 20px 20px;
        min-height: 620px;
        margin-bottom: 15px;

        justify-content: flex-start;

    }

    .who-needed_item div {
        margin-bottom: 11px;
    }
}

/* end who needed */


/* perspective */
.perspective .h2-title {
    line-height: 57px;
}


.pesrpective_container {
    display: flex;
    flex-direction: column;

}

.perspective_title {
    background-color: var(--dark-blue);
    color: #FFF;
    border-radius: var(--border-radius);
    text-align: center;
    padding: 29px;
    margin-bottom: 15px;
    font-size: var(--font-size-1);
}

.pesrpective_list {
    background-color: #FFF;
    border-radius: var(--border-radius);
    padding: 45px 60px 56px 45px;
    flex-grow: 1;
}

.pesrpective_list ul li {
    padding-left: 63px;
}

.pesrpective_list.pesrpective_list-left ul li:not(:last-child) {
    margin-bottom: 63px;
}

.pesrpective_list.pesrpective_list-right ul li:not(:last-child) {
    margin-bottom: 25px;
}

.pesrpective_list.pesrpective_list-right ul li:first-child {
    margin-bottom: 28px;
    padding-top: 14px;
}

.pesrpective_list.pesrpective_list-left ul li:before {
    content: url(images/perspective/without.svg);
}

.pesrpective_list.pesrpective_list-right ul li:before {
    content: url(images/perspective/with.svg);
}

@media (max-width: 1400px) {
    .perspective .h2-title {
        line-height: 48px;
    }

    .perspective_title {
        padding: 32px;
        margin-bottom: 10px;
    }

    .pesrpective_list {
        padding: 43px 50px 70px 47px;
    }

    .pesrpective_list.pesrpective_list-right ul li:first-child {
        margin-bottom: 24px;
    }

    .pesrpective_list.pesrpective_list-right ul li:not(:last-child) {
        margin-bottom: 15px;
    }

    .pesrpective_list.pesrpective_list-left ul li:not(:last-child) {
        margin-bottom: 56px;
    }
}

@media (max-width: 1200px) {
    .perspective_container_data {
        min-width: 1260px;
    }

    .perspective_container_overflow {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .perspective .h2-title {
        line-height: normal;
    }

    .perspective_container_data {
        min-width: unset;
    }

    .perspective_container_data > .row {
        flex-wrap: nowrap;
    }

    .pesrpective_container {
        max-width: 264px;
    }

    .pesrpective_container:last-child {
        padding-left: 0;
    }

    .perspective_title {
        padding: 11px 50px;

    }

    .pesrpective_list {
        padding: 39px 20px 50px 20px;
    }

    .pesrpective_list.pesrpective_list-left ul li:before,
    .pesrpective_list.pesrpective_list-right ul li:before {
        width: 27px;
        height: 27px;
    }

    .pesrpective_list.pesrpective_list-left ul li:before {
        content: '';
        background: url(images/perspective/without.svg) no-repeat center;
    }

    .pesrpective_list.pesrpective_list-right ul li:before {
        content: '';
        background: url(images/perspective/with.svg) no-repeat center;
    }

    .pesrpective_list ul li {
        padding-left: 45px;
    }

    .pesrpective_list.pesrpective_list-right ul li:first-child {
        padding-top: 0;
    }

    .pesrpective_list.pesrpective_list-right ul li:not(:last-child) {
        margin-bottom: 30px;
    }

    .pesrpective_list.pesrpective_list-left ul li:not(:last-child) {
        margin-bottom: 118px;
    }

}

/* end perspective */


/*этапы работы*/
.how-we-work .h2-title {
    line-height: 53px;
}

.services_etap_work {
    margin-bottom: var(--margin-1);
}

.services_etap_work_item {
    min-height: 307px;
    border-radius: 50px;
    background: #FFF;
    padding: 15px 55px;
    position: relative;
    min-height: 277px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services_etap_work .row div[class*="col-"]:not(:last-child) .services_etap_work_item {
    margin-bottom: 30px;
}

.services_etap_work_item_name {
    color: var(--text-black);
    font-size: 27px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
}

.services_etap_work_item_name span {
    color: var(--blue);
    font-size: var(--font-size-1);

    line-height: var(--line-height-1);

}

.services_etap_work_item_name b {
    color: var(--blue)
}


.even:not(:last-child) .services_etap_work_item::after {
    content: '';
    width: 217px;
    height: 179px;
    background: url(/local/templates/.default/images/redesign-2023/etap_work_right.svg) no-repeat center;
    position: absolute;
    left: 100%;
    bottom: -31px;
}

.odd:not(:last-child) .services_etap_work_item::before {
    content: '';
    width: 217px;
    height: 179px;
    background: url(/local/templates/.default/images/redesign-2023/etap_work_left.svg) no-repeat center;
    position: absolute;
    right: 100%;
    bottom: -31px;
}

.show-all-etaps-button {
    display: none;
}

@media (max-width: 1400px) {
    .services_etap_work_item {
        max-height: 245px;
        min-height: 245px;
    }
	
    .services_etap_work_item {
        padding: 15px 46px;
		max-height: unset;
		min-height: 245px;
		padding: 40px 46px;
    }
}

@media (max-width: 1200px) {
    .services_etap_work_item {
        max-height: unset;
        min-height: 245px;
        padding: 40px 46px;
    }

    .even:not(:last-child) .services_etap_work_item::after,
    .odd:not(:last-child) .services_etap_work_item::before {
        display: none;
    }


}

@media (max-width: 767px) {
    .how-we-work .h2-title {
        margin-bottom: 19px;
    }

    .services_etap_work_item {
        padding: 30px 20px;
        min-height: auto;
        border-radius: var(--border-radius);
        margin-bottom: 15px;
        justify-content: flex-start;
    }

    .services_etap_work_item_name {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 19px;
    }

    .services_etap_work .row div[class*="col-"]:not(:last-child) .services_etap_work_item {
        margin-bottom: 15px;
    }

    .show-all-etaps-button {
        display: block;
        margin: 9px 0;
    }

    .services_etap_work_container.services_etap_work_container_hidden {
        display: none;
    }
}

/* Blue block */

.blue-item {
    padding: 50px 45px;
    border-radius: 50px;
    background: var(--dark-blue);
    min-height: 308px;
}

.blue-item__list li {
    padding-left: 0 !important;
    margin-bottom: 5px;

}

.blue-item__list li::before {
    display: none !important;

}

.blue-item__list li:not(:last-of-type) {
    margin-bottom: 16px;
}

.blue-item__list li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

.blue-item__number {
    margin-bottom: 10px;
    color: var(--blue);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    transition: 0.5s;
}

.blue-item__name {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.blue-item:hover .blue-item__number {
    color: var(--orange)
}

.blue-item__desc {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

@media (max-width: 1400px) {
    .blue-item {
        padding: 33px 45px 37px;
        min-height: 280px;
        border-radius: 30px;
    }

    .blue-item__name {
        font-size: 25px;
    }

    .blue-item__list li a {
        font-size: 15px;
    }

    .blue-item__desc {
        font-size: 15px;
    }

    ul.blue-item__list li:not(:last-child) {
        margin-bottom: 11px;
    }
}

@media (max-width: 992px) {
    .blue-item {
        padding: 20px 20px 20px 20px;
    }

    .blue-item__list li a {
        font-size: 13px;
    }

    .blue-item__list li {
        line-height: 1;
    }

    .blue-item__list li:not(:last-of-type) {
        margin-bottom: 8px;
    }

    .blue-item__number {
        margin-bottom: 7px;
        font-size: 25px;
    }

    .blue-item__name {
        font-size: 18px;
        line-height: 20px;
    }

    .blue-item__number {
        margin-bottom: 3px;
        font-size: 25px;
    }

    ul.blue-item__list li:not(:last-child) {
        margin-bottom: 7px;
    }
}


/* Can trust */

.can-trust {
    margin-bottom: 70px;
}

.can-trust__title {
    margin-bottom: 57px;
}

.can-trust_mobile {
    display: none;
}

@media (max-width: 1200px) {
    .can-trust__row {
        gap: 30px 0;
    }
}

@media (max-width: 992px) {
    .can-trust__title {
        margin-bottom: 30px;
    }

    .can-trust_mobile .blue-item {
        padding: 32px 20px 36px;
    }

    .can-trust_mobile .blue-item__name {
        margin-bottom: 0;
    }

    .can-trust__row {
        gap: 30px 0;
    }
}

@media (max-width: 767px) {
    .blue-item {
        min-height: 146px;
    }

    .blue-item__name {
        margin-bottom: 10px;
    }

    .can-trust__row {
        gap: 14px 0;
    }

    .can-trust {
        margin-bottom: 29px;
    }

    .blue-item__desc {
        display: none;
    }

    .can-trust__row {
        gap: 13px 0;
    }
}

@media (max-width: 576px) {
    .can-trust_mobile {
        display: none;
    }

    /* .can-trust_desktop {
        display: none;
    } */
}

/* Certificates row */

.certificates-row {
    display: flex;
    align-items: center;
    gap: 0 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main__certificates-row {
    margin-bottom: 40px;
}

.main__certificates-row li {
    padding-left: 0 !important;
}

.main__certificates-row li::before {
    display: none;
}

.certificates-row img {
    max-width: 100%;
}

.main__certificates {
    margin-bottom: 139px;
}

@media (max-width: 1400px) {

    .certificates-row {
        gap: 28px;
    }

    .main__certificates-row {
        margin-bottom: 37px;
    }

    .main__certificates {
        margin-bottom: 120px;
    }

    .certificates-slider__item img {
        max-width: 100%;
        display: block;
        max-height: 256px;
    }

    .certificates-slider__item {
        width: fit-content;
    }

    .certificates-slider_normal {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .main__certificates-row {
        margin-bottom: 30px;
    }

    .certificates-row {
        gap: 0px 23px;
    }

    .certificates-row li {
        width: calc(50% - 15px);
        text-align: center;
    }

    .certificates-slider__item img {
        max-height: 160px;
    }

    .certificates-slider_large, .certificates-slider_normal {
        justify-content: center;
        display: flex;
    }

    .main__certificates {
        margin-bottom: 57px;
    }

}


.main__completed-projects {
    margin-bottom: 30px;
}

.completed-projects__title {
    max-width: 1030px;
    margin-bottom: 57px;
}

@media (max-width: 992px) {
    .completed-projects__title {
        margin-bottom: 30px;
    }

    .completed-projects__row {
        gap: 30px 0;
    }
}

@media (max-width: 768px) {
    .completed-projects__row {
        gap: 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(1) .blue-item {
        padding-bottom: 7px;
        border-radius: 30px 30px 0 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(2) .blue-item {
        padding-bottom: 2px;
        border-radius: 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(3) .blue-item {
        border-radius: 0px 0px 30px 30px;
    }
}

@media (max-width: 576px) {
    .main__completed-projects {
        margin-bottom: 15px;
    }
}


.main ul li.client-logos__item {
    padding-left: 0;
    margin-bottom: 0;
}

.main ul li.client-logos__item::before {
    display: none;
}

/* table */

.table-wrapper {
    margin-left: -30px;
    margin-right: -30px;
    overflow: auto;
}

.wrapper table {
    width: 100%;
    /* table-layout: fixed; */
    border-spacing: 28px 0;
    min-width: 1200px;
}

.wrapper table tr th {
    width: 2%;
    border-radius: 50px;
    background: var(--dark-blue);
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    padding: 28px 20px;
    min-width: 350px;
}

.wrapper table tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}

.wrapper table tr td {
    background: #FFF;
    text-align: left;
    padding: 54px 35px 55px 56px;
    width: 2%;
    color: var(--text-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    min-width: 350px;
}

.wrapper table tbody tr:first-child td {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;

}

.wrapper table tbody tr:last-child td {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;

}

.wrapper table tbody tr td.blue-font {
    color: var(--blue);
}

.wrapper table tbody tr td.td-plus {
    font-size: 40px;
    font-weight: 300;
}

.wrapper table tbody tr td.td-minus {
    font-size: 40px;
    font-weight: 300;
}

.old-price {
    display: block;
    text-decoration: line-through;
    color: var(--text-light-gray);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

@media (max-width: 1400px) {

    .wrapper table tr th {
        padding: 26px 20px;
        font-size: 27px;
    }

    .wrapper table tr td {
        padding: 54px 35px 55px 55px;
    }

}

@media (max-width: 1200px) {

}

@media (max-width: 767px) {
    .wrapper table tbody tr:first-child td {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;

    }

    .wrapper table tbody tr:last-child td {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;

    }

    .table-wrapper {
        margin-left: -15px;
        margin-right: -15px;

    }

    .wrapper table {
        border-spacing: 15px 0;
        min-width: unset;
        table-layout: unset;
    }

    .wrapper table tr th {
        padding: 11px 20px;
        font-size: 18px;
        min-width: 235px;
    }

    .wrapper table tbody:before {
        line-height: 10px;
    }

    .wrapper table tr td {
        padding: 39px 25px 50px 27px;
        min-width: 235px;
    }

}

/* end table */


.button_top {
    display: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: none;
    position: fixed;
    bottom: 100px;
    right: 245px;
    z-index: 10;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background: #eee;
    transition: 0.5s;
}

.button_top svg path {
    transition: 0.5s;
}

.button_top:hover {
    background: var(--dark-blue);
}

.button_top:hover svg path {
    fill: var(--bg-color);
}

.page .b24-widget-button-position-bottom-right {
    right: 245px;
    bottom: 198px;
}

@media (max-width: 1400px) {
    .button_top {
        right: 60px;
    }

    .page .b24-widget-button-position-bottom-right {
        right: 60px;
    }
}

@media (max-width: 1200px) {
    .button_top {
        right: 41px;
    }

    .page .b24-widget-button-position-bottom-right {
        right: 41px;
    }
}

@media (max-width: 991px) {
    .button_top {
        right: 57px;
    }

    .page .b24-widget-button-position-bottom-right {
        right: 57px;
    }
}

@media (max-width: 767px) {
    .button_top {
        right: 64px;
    }

    .page .b24-widget-button-position-bottom-right {
        right: 64px;
    }
}

@media (max-width: 567px) {
    .button_top {
        right: 15px;
    }

    .page .b24-widget-button-position-bottom-right {
        right: 15px;
    }
}


/* Blue section */

.blue-section__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 90px;
    padding: 56px 50px 0;
    background: var(--dark-blue);
    border-radius: 50px;
}

.h2-title.blue-section__title {
    color: #ffffff;
}

/* .blue-section.main__section {
    margin-bottom: 151px;
} */

.blue-section__button {
    max-width: 278px;
    position: relative;
    top: -30px;
}

@media (max-width: 1400px) {
    /* .blue-section.main__section {
        margin-bottom: 126px;
    } */
    .blue-section__inner {
        padding: 55px 50px 2px;
    }
}

@media (max-width: 992px) {
    .blue-section__inner {
        gap: 35px;
        padding: 40px 20px 50px;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .blue-section__inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px 17px;
    }

    /* .blue-section.main__section {
        margin-bottom: 57px;
    } */
}

.main__section {
    margin-bottom: 0px;
}

.footer_soc-seti {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}

.footer_soc-seti svg {
    display: block;
}

.footer_soc-seti a:hover svg path {
    fill: var(--orange);
}

.footer {
    margin-top: 194px;
}

.footer__logo {
    margin-bottom: 90px;
}

.footer .footer__contact-item {
    justify-content: flex-start;
}

.footer-menu-item strong {
    margin-bottom: 17px;
}

.footer-menu-item li:not(:last-child) {
    margin-bottom: 9px;
}

.footer__bottom {
    margin-top: 66px;
}

@media (max-width: 1400px) {
    .footer {
        margin-top: 183px;
    }

    .footer__logo {
        margin-bottom: 54px;
    }

    .footer-menu-item strong {
        margin-bottom: 19px;
    }

    .footer-menu-item li:not(:last-child) {
        margin-bottom: 12px;
    }

    .footer__bottom-row {
        align-items: flex-end;
    }
}

@media (max-width: 1200px) {
    .footer {
        margin-top: 80px;
    }
}


@media (max-width: 767px) {
    .footer-menu-item__links {

        margin-bottom: 35px;
    }
}

.section__services-text .h3-title {
    display: block;
    margin: 25px 0;
}

.service-wrapper {
    --margin-bottom-section: 70px;
}
.business__solutions{
	margin-top:45px;
	text-align:center;
	display:flex;
	justify-content: center;
	margin-bottom:144px;
	    margin-left: auto;
    margin-right: auto;
}

/*rutina*/

.rutina_content {
    background: var(--dark-blue);
    border-radius: 50px;
    padding: 60px 60px 55px;
    position: relative;
    overflow: hidden;
}

.rutina_content::before {
    content: '';
    background: url(images/rutina.svg) no-repeat center;
    width: 690px;
    height: 415px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.rutina .section_title {
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.rutina .section_title::before {
    content: '';
    display: inline-block;
    width: 170px;

}

.rutina .section_title span {
    position: absolute;
    top: -8px;
    left: -28px;
    color: #fff;
    border-radius: 50px;
    background: var(--orange);
    transform: rotate(-11.814deg);
    padding: 8px 23px;
}

.rutina_text {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 41px;
}


@media (max-width: 1200px) {
    .rutina .section_title::before {
        width: 125px;
    }
}

@media (max-width: 992px) {
    .rutina_content::before {
        left: 0;
        top: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .rutina .section_title::before {
        width: 110px;
    }
}

@media (max-width: 768px) {
    .rutina_content {
        padding: 50px 30px;
    }
}

/*end rutina*/


/*niche_work*/
.niche_work_item {
    background: var(--dark-blue);
    border-radius: 40px;
    padding: 40px 40px 30px 45px;
    min-height: 346px;
}

.niche_work_item ul li {
    padding: 0;
    color: #fff;
}

.niche_work_item ul li:not(:last-child) {
    margin-bottom: 10px;
}

.niche_work_item ul li::before {
    display: none;
}

.niche_work_item_btn {
    margin-top: 50px;
}

.niche_work_item_btn .button_b24 {
    border-radius: 30px;
    height: 107px;
}

@media (max-width: 1200px) {
    .niche_work_item {
        margin-bottom: 30px;
    }

}

@media (max-width: 768px) {
    .niche_work_item {
        margin-bottom: 0px;
        border-radius: 0;
        padding: 15px 30px;
        min-height: initial;
    }

    .niche_work .row .col-md-6:first-child .niche_work_item {
        border-radius: 30px 30px 0 0;
        padding-top: 30px;
    }

    .niche_work .row .col-md-6:last-child .niche_work_item {
        border-radius: 0 0 30px 30px;
        padding-bottom: 30px;
    }
}

/*end niche_work*/
/*deploy_b24*/
.deploy_b24 .section_title {
    margin-bottom: 55px;
    color: #fff;
}

.deploy_b24_cont {
    background: var(--dark-blue);
    border-radius: 50px;
    padding: 50px 55px;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.deploy_b24_cont::before {
    content: '';
    background: url(images/deploy_b24.svg) no-repeat center;
    width: 570px;
    height: 550px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.deploy_b24_text {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .deploy_b24_cont {
        min-height: initial;
    }

    .deploy_b24_cont::before {
        left: 0;
        top: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .deploy_b24_cont {
        padding: 50px 30px;
    }
}
.button_b24_white {
    color: #fff;
    background: var(--orange);
}
.button_b24_white:hover {
    color: #003E59;
    background: #fff;
}
.button_b24 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 219px;
    height: 59px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    line-height: normal;
    transition: 0.5s;
    cursor: pointer;
    font-family: inherit;
}
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    
}

/*end deploy_b24*/
.section_title {
    color: var(--text-black);
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
    margin-bottom: 57px;
    margin-top: 0;
}
.section_title ::before {
    box-sizing: inherit;
}
.niche_work_item_btn .button_b24 {
    border-radius: 30px;
    height: 107px;
}
.button_b24_orange {
    color: #fff;
    background: var(--orange);
}
/*interferes_deploy*/
.interferes_deploy {
	padding-top: 72px;
	position:relative;
	overflow: hidden;
}

.interferes_deploy_orange{
	border-radius: 50px;
	background: var(--orange); 
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	left: -26px;
	top: -50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 335px;
	height: 53px;
	transform: rotate(-8.315deg);
}

.interferes_deploy .section_title{
	position: relative;
	z-index: 1;
}

.interferes_deploy-slider__inner {
	/* width: 100%;
	max-width: 1665px;
	margin-left: auto; */

	position: relative;
	/* height: 294px; */

}
.interferes_deploy-slider__inner{
	/* position: absolute;
	width: 100%;
	min-height: 1px;
	min-width: 1px;
	max-width: 100%; */
	margin-left: calc((100vw - 1467px)/2);
}

.interferes_deploy-slider__header {
	display: flex;
	align-items: center;
	gap: 0 70px;
	margin-bottom: 30px;
}

.interferes_deploy-slider__item {
	border-radius: 50px;
	background: #FFF;
	min-height: 200px;
	padding: 48px 40px;
}

.interferes_deploy-slider__desc_icon {
	text-align: center;
	margin-bottom: 17px;
}

.interferes_deploy-slider__name {
	display: flex;
	align-items: center;
	gap: 29px;
	color: var(--text-black);
	font-size: 25px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}

.interferes_deploy-slider__desc {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 156.25% */
}

.interferes_deploy-slider__buttons{
	margin-bottom: 57px;
}


@media(max-width:1420px){
	.interferes_deploy-slider__inner{
		margin-left: calc((100vw - 1268px)/2);
	}
}


@media(max-width:1250px){
	.interferes_deploy-slider__inner{
		margin-left: calc((100vw - 1140px)/2);
	}
}


@media(max-width:1200px){
	.interferes_deploy-slider__inner{
		max-width: 930px;
		margin: 0 auto;
	}

	.interferes_deploy-slider__inner .swiper{
		position: static;
	}
}


@media(max-width: 992px){
	.interferes_deploy-slider__buttons{
		margin-bottom: 30px;
	}

	.interferes_deploy-slider__inner{
		height: unset;
		max-width: 690px;
	}

	.interferes_deploy-slider__item{
		padding: 40px 30px;
	}

	.interferes_deploy-slider__name{
		flex-direction: column;
		align-items: start;
		width: 100%;
		font-size: 20px;
		gap: 20px;
	}

	.interferes_deploy-slider__name span br{
		display: none;
	}
}

@media(max-width:768px){
	.interferes_deploy-slider__inner{
		max-width: 490px 
	}
}

.button_b24_integration {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 55px;
	color: #fff;
	background: var(--orange);
}

.button_b24_integration:hover {
	background: var(--blue);
}
@media (max-width: 576px) {
    .slider-buttons.b24 {
        justify-content: center;
    }
}
/*end interferes_deploy*/
@media (max-width: 1200px) {
    .interferes_deploy-slider__inner .swiper {
        position: static;
    }
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.margin_class{
    margin-bottom: 144px;
}
.modal-menu{
    overflow-y: scroll;
    max-height: 850px;
      
}
height_black_services_etap_work_item{
	max-height: unset;
    min-height: 245px;
}
