.content-wrapper{
    overflow: visible;
}

.service-list__title{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 54px;
}
.service-list__title h1{
    color: #FFF;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-list__tabs{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.service-list__tabs-content{
    height: 62px;
    border-radius: 30px;
    background: #526281;
    box-shadow: 11px 31px 43px 0px rgba(0, 0, 0, 0.37) inset;
    width: max-content;
    display: flex;
    align-items: center;
}
.service-list__tabs-content a{
    color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding: 0 40px;
    text-align: center;
}

.button-selected{
    border-radius: 31px;
    background: #FFF;
    color: #000 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-list__type-block{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.service-list__type{
    width: 520px;
    height: 100%;
    border-radius: 20px;
    /* background-color: rgba(37, 118, 231, 0.1025); */
    padding: 40px 50px;
    background: linear-gradient(180deg, #1f2d3f 0%, rgba(37, 178, 200, 0.00) 100%);
}
.service-list__type-name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.service-list__type-description {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}
.service-list__type-clients {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.service-list__type-img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 390px;
}

.service-detail__header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 140px;
    margin-top: 80px;
    margin-bottom: 70px;
}
.service-detail__title{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
}
.service-detail__title svg{
    transform: rotate(180deg);;
}
.service-detail__title a{
    color: #25B2E7;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    left: -150px;
}
.service-detail__title h1{
    color: #FFF;
    font-family: Montserrat;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.service-detail__header-description {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 62px;
    margin-top: 80px;
}
.service-detail__header-clients {
    margin-bottom: 18px;
}
.service-detail__header-info a{
    color: #25B2E7;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.service-detail__tabs{
    display: flex;
    gap: 130px;
    position: relative;
}
.tabs-nav{
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 10%;
}
.tabs-nav__item a{
    color: #B0DDEE;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    padding-left: 34px;
    display: flex;
    height: 64px;
    align-items: center;
    padding-bottom: 10px;
}
.tabs-nav__item a.is-active{
    stroke-width: 1px;
    stroke: #FFF;
    background-image: url("../img/icons/service_left.61ed3b90aaa9.webp"), url("../img/icons/service_mid.e6776ec8c7fb.webp"), url("../img/icons/service_right.4e56aed01f86.webp");
    background-position: left, center, right; 
	background-repeat: no-repeat, no-repeat, no-repeat;
    /* background: url("../img/icons/frame-service.bdd71dfcba02.svg") no-repeat; */
    display: flex;
    align-items: center;
    width: 208px;
    height: 64px;
    padding-left: 34px;
    padding-bottom: 10px;
}

.tabs__content{
    margin-bottom: 100px;
}
#tab-8{
    margin-bottom: 0;
}

.service-detail__tabs-decision-block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.service-detail__tabs-decision div{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.service-detail__tabs-decision-link{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
}
.service-detail__tabs-decision-link a:nth-child(2){
    margin-bottom: 12px;
    color: #25B2E7;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service-detail__tabs-team p{
    margin: 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}
.service-detail__team-people{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-around;
}
.service-detail__team-developer{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}
.service-detail__team-developer img{
    border-radius: 50%;
    margin-bottom: 20px;
}
.service-detail__team-developer div{
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
}

.service-detail__tabs-subtitle{
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}
.service-detail__decision-solution {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.service-detail__decision-solution h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-detail__decision-quote{
    padding-left: 30px;
    display: flex;
    gap: 18px;
    margin-top: 20px;
}
.service-detail__decision-img{
    padding-top: 8px;
}
.service-detail__decision-img img {
    width: 61px;
}
.service-detail__decision-text{
    font-size: 24px !important;
}
.service-detail__metodology-description{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 40px;
}
.service-detail__metodology-card-block{
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.service-detail__metodology-card {
    width: 320px;
    border-radius: 20px;
    background: linear-gradient(180deg, #1f2d3f 0%, rgba(37, 178, 200, 0.00) 100%);
    padding: 42px 52px;
}
.metodology-card__name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}
.metodology-card__description {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 80px;
}
.metodology-card__example-subtitle {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 14px;
}
.metodology-card__example-link a img {
    margin-bottom: 12px;
}
.metodology-card__example-name a{
    color: #25B2E7 !important;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.service-detail__technology-card{
    border-radius: 20px;
    background: linear-gradient(90deg, #1f2d3f 0%, rgba(37, 178, 200, 0.00) 100%);
    padding: 42px 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: start;
    gap: 34px;
}
.service-detail__technology-card h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}
.service-detail__technology-card div{
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
    width: 279px;
}
.service-detail__technology-card div span {
    margin-right: 12px;
}

.service-detail__standout {
    border-radius: 20px;
    background: linear-gradient(90deg, #1f2d3f 0%, rgba(37, 178, 200, 0.00) 100%);
    padding: 34px 40px;
    margin-bottom: 16px;
}
.service-detail__standout-name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 34px;
}
.service-detail__standout-description {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}

.service-detail__tabs-efficiency {
    display: flex;
    gap: 44px;
}
.service-detail__efficiency-reason {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.service-detail__efficiency-reason p{
    margin-bottom: 26px;
}
.service-detail__efficiency-reason ul li{
    list-style-image: url("../img/icons/efficiency.906271bcceda.webp");
    padding-left: 20px;
    margin-bottom: 30px;
}
.service-detail__efficiency-img img{
    width: 340px;
    height: 320px;
}

.service-detail__tabs-cost{
    display: flex;
    gap: 80px;
}
.service-detail__cost-price {
    color: #FFF;
    font-family: Montserrat;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-detail__cost-text {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 60px;
}
.service-detail__cost-orderbtn{
    height: 114px;
    display: flex;
}
.service-detail__right-link{
    margin-top: 90px;
}
.service-detail__right-link a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25B2E7;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-detail__right-link a svg{
    position: absolute;
}

.tab-8-title{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 79px;
}
.tab-8-title h2{
    color: #FFF;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 345px;
    margin: 0;
}
.tab-8-title a{
    color: #25B2E7;
    text-align: right;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 14px;
}

#tab-8 .content-portfolio__left-image {
    margin-top: 224px;
}
#tab-8 .content-portfolio__right-image {
    margin-top: 224px;
}

/* адаптив деталка портфолио */
@media (max-width: 1300px) {
    .service-list__type-block {
        justify-content: center;
    }
}
@media (max-width: 1280px) {
    .service-list__tabs-content a {
        font-size: 14px;
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .service-list__tabs-content a {
        line-height: 14px;
    }
}
@media (max-width: 600px) {
    .service-list__tabs-content {
        height: 100%;
        flex-direction: column;
        padding: 0 10px;
    }
    .service-list__tabs-content a {
        padding: 10px 10px;
        width: 100%;
        line-height: 18px;
    }
    .service-list__type-img, .service-list__type {
        width: 100%;
    }
    .service-list__type-block {
        padding: 0 10px;
    }
}

/* адаптив деталка услуг */
@media (max-width: 1820px) {
    .service-detail__title a {
        position: relative;
        left: 0;
    }
    .service-detail__header-info {
        display: none;
    }
}
@media (max-width: 1350px) {
    .service-detail__tabs {
        gap: 10px;
    }
}
@media (max-width: 1280px) {
    .service-detail__tabs {
        gap: 0px;
    }
    .service-detail__tabs-menu {
        display: none;
    }
    .service-detail__tabs-content {
        padding: 0 10px;
    }
    .service-detail__metodology-card-block {
        justify-content: center;
    }
    .service-detail__tabs-decision-block {
        flex-direction: column;
    }
    .service-detail__tabs-decision-projects {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-end;
    }
    .service-detail__tabs-decision-block {
        gap: 40px;
    }
    .service-detail__tabs-decision-link {
        text-align: center;
    }
    .service-detail__title h1 {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .service-detail__tabs-decision-projects {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .service-detail__metodology-card {
        width: 100%;
        display: flex !important;
        flex-direction: column;
        gap: 20px !important;
        text-align: center;
    }
    .service-detail__tabs-efficiency {
        flex-direction: column;
        text-align: center;
    }
    .service-detail__tabs-cost {
        flex-direction: column;
        text-align: center;
    }
    .service-detail__cost-orderbtn {
        display: flex;
        justify-content: center;
    }
    .service-detail__cost-price, .service-detail__cost-price {
        font-size: 40px;
    }
    .service-detail__technology-card div {
        width: 100%;
    }
    .content-portfolio {
        margin: 0;
    }
}

.service-list__type-name a {
    color: inherit;
}

@media (max-width: 1810px) {
    .tab-8 .content-portfolio__left-image, .tab-8 .content-portfolio__right-image {
        display: none;
    }
    .swiper-button-prev:after {
        margin-left: 10px !important;
    }
    .swiper-button-next:after {
        margin-right: 10px !important;
    }
}
@media (max-width: 1384px) {
    .tab-8-title h2 {
        padding-left: 10px;
    }
    .tab-8-title {
        justify-content: flex-start;
        gap: 40px;
    }
    .content-portfolio__content-block {
        align-items: center;
    }
    .content-portfolio {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .content-portfolio__content img {
        width: 410px;
    }
    .content-portfolio__content {
        justify-content: space-evenly !important;
    }
    .service-detail__header .service-detail__title {
        display: block;
        padding: 0 30px;
    }
    .service-detail__header .service-detail__title h1 {
        margin-top: 20px;
    }
}
@media (max-width: 520px) {
    .content-portfolio__content img {
        width: 310px;
    }
}