.implementation {
    padding: 40px 0 0;
    box-shadow: 0px -48px 96px 0px rgba(10, 19, 44, 0.07);
}
.implementation__title {
    margin-bottom: 32px;
}

.implementation__title + .projects__text {
    margin: -16px auto 32px auto;
}

 .tabs__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}
 .tab {
    border-radius: 12px;
    border: 1px solid #E7E7EA;
    background:  #FFF;
    min-height: 64px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: unset;
    cursor: pointer;
    transition: all 0.3s;
}
 .tab.active {
    background: var(--color-title);
    box-shadow: 0px 16px 32px -16px rgba(14, 11, 51, 0.24);
}
 .tab:hover {
    border: 1px solid var(--color-title);
}
 .tab__count {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: var(--color-title);
}
 .tab__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-title);
}

 .tab.active .tab__title,
 .tab.active .tab__count {
    color: var(--color-white);
}
 .tab__block {
    display: none;
    max-width: 512px;
    margin: 0 auto;
}
 .tab__block.active {
    display: block;
}
 .tabs__row { 
    margin-bottom: 24px;
}
 .implementation__row{
    display: grid;
    grid-template-columns: 27.73333% 1fr;
    grid-gap: 16px;
}
.implementation__label {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 5px;
}
.implementation__desc {
    font-size: 12px;
    color: var(--color-title);
}
.implementation__drop.opened .tab__block{
    display: block;
    padding-top: 24px;
    padding-bottom: 16px;
    animation: implementationDrop 0.2s ease-in-out;
}

@media screen and (min-width: 600px) {
    -mob {
        display: none;
    }
    -desc {
        display: block;
    }
     .tabs__row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }
     .tab {
        white-space: unset;
        width: 240px;
    }
}

@media screen and (min-width: 1025px) {
    .implementation__title {
        margin-bottom: 56px;
    }
    .implementation__title + .projects__text {
        margin: -40px auto 32px auto;
    }
     .tabs__row {
        position: relative;
    }
     .tabs__row::before {
       content: '';
       display: block;
       position: absolute;
       top: var(--implementation-tab-height);
       width: 100%;
       height: 2px;
       opacity: 0.1;
       background: linear-gradient(90deg, rgba(11, 19, 43, 0.00) 0%, #0B132B 15.77%, #0B132B 78.72%, rgba(11, 19, 43, 0.00) 100%);
       z-index: 0;
    }
         
     .tabs__row .addLine {
        position: absolute;
            top: var(--implementation-tab-height);
            width: 100%;
            height: 2px;
            opacity: 0.1;
            background: linear-gradient(90deg, rgba(11, 19, 43, 0.00) 0%, #0B132B 15.77%, #0B132B 78.72%, rgba(11, 19, 43, 0.00) 100%);
            z-index: 0;
    }
     .tab {
        position: relative;
        z-index: 1;
        padding: 18px 24px;
        width: 320px;
    }

     .tab__title,
    .implementation__desc {
        font-size: 14px;
    }
    .implementation__label {
        font-size: 12px;
    }
}

@media screen and (min-width: 1281px) {
    .implementation {
        padding: 80px 0 0;
    }
     .tabs__row {
        grid-gap: 56px;
        margin-bottom: 40px;
    }
     .tab__count {
        font-size: 32px;
        min-width: 49px;
        display: flex;
        justify-content: center;
    }

     .tab__title,
    .implementation__desc  {
        font-size: 16px;
    }
     .implementation__row {
        grid-column-gap: 20px;
        grid-row-gap: 32px;
    }
     .tab__block {
        max-width: 831px;
        margin-left: calc((((100% - (11 * 20px)) / 12) * 3) + (20px * 3));
    }
}

@keyframes implementationDrop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




















.tabs {
    padding: 40px 0;
    background: #F8F8F9;
    margin-bottom: 0;
}

 .tabs__title {
    text-align: center;
    margin-bottom: 32px;
}
.tabs__title + .main-banner__text {
    margin: -16px auto 32px auto;
}
.tabs__block.swiper-initialized {
    position: relative;
}
.tabs__block .swiper-button {
    top: 0 !important;
    width: 72px;
    height: 49px;
    color: unset;
    margin-top: unset;
}
.tabs__block .swiper-button-prev {
    left: -16px !important;
    right: unset;
}
.tabs__block .swiper-button-next {
    right: -16px !important;
    left:  unset;
}
.tabs__block .swiper-button:after {
    content: '' !important;
    display: block;
    width: 72px;
    height: 49px;
    position: absolute;
    top: 0;
    background: url(../images/tabs-row-arrow.svg) center no-repeat, linear-gradient(270deg, #F8F8F9 50%, rgba(248, 248, 249, 0.00) 100%);
}

.tabs__block .swiper-button-prev:after {
    transform: rotate(-180deg);
}
 .tabs__block .tabs__row {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
    padding-bottom: 24px;
}
.tabs__block .tabs__row.slider__row {
    justify-content: flex-start;
}
.tabs__block .swiper-button.swiper-button-disabled:after {
    content: unset !important;
}
.tabs__block.swiper {
    overflow: visible !important;
}
 .tabs__block.scroll__row .tabs__row {
    width: calc(100% + 32px);
    position: relative;
    left: -16px;
 }
  .tabs__block.scroll__row .tab:first-child{
    margin-left: 16px;
  }
.tabs__block.scroll__row .tab:last-child{
    margin-right: 72px;
  }
 .tabs__block .tab {
    width: fit-content !important;
    font-size: 12px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    white-space: nowrap;
    border-radius: 8px;
    color: var(--color-second-text);
    border: 1px solid var(--color-light-grey);
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
}

 .tabs__block .tab:hover {
    border: 1px solid var(--color-title);
}

.tabs__block .tab.swiper-slide-active {
    color: var(--color-white);
    background: var(--color-title);
    border: 1px solid var(--color-title);
    box-shadow: 0px 16px 32px -16px rgba(14, 11, 51, 0.24);
}

.tabs__block .tab__block {
    display: none;
}
.tabs__block .tab__block.active {
    display: block;
}
.tabs__block .tab__flex {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}
 .tabs__block .tab__block {
    max-width: 512px;
    margin: 0 auto;
}

 .tabs__block .tab__desc {
    padding: 16px 0;
}
.tabs__block .tab__block .btn {
    margin: 0 auto;
}
.tab__block .tab__img-center img {
    display: block;
    margin: 0 auto;
}
.tabs + .algorithms  {
    padding-top: 64px;
}
@media screen and (min-width: 700px) {
   .tabs__block:after {
        content: unset;
    }
}
@media screen and (min-width: 768px) {
    .tabs__block .swiper-button-prev {
        left: -40px !important;
    }
    .tabs__block .swiper-button-next {
        right: -40px !important;
    }
}
@media screen and (min-width: 1024px) {
    .tabs__block .tab__flex {
        flex-direction: row;
        gap: 20px;
    }
     .tabs__block .tab__block {
        max-width: 100%;
    }
    .tabs__block .tabs__row {
            justify-content: center;
        }

    .tabs__block .swiper-button-prev {
        left: -70px !important;
    }

    .tabs__block .swiper-button-next {
        right: -70px !important;
    }
    .tabs + .algorithms  {
        padding-top: 80px;
    }
}
@media screen and (min-width: 1025px) {

    .tabs__block .tab {
    font-size: 14px;
    }
   .tabs__block .tab__flex {
        margin-bottom: 40px;
    }
    .tabs__block .tab__flex {
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 1280px) {
.tabs__block .tabs__row {
    flex-wrap: wrap;
}
}
@media screen and (min-width: 1281px) {
    .tabs {
        padding: 80px 0;
    }

    .tabs__title {
        margin-bottom: 56px;
    }
    .tabs__title + .main-banner__text {
        margin: -40px auto 32px auto;
    }
    .tabs__row {
        margin-bottom: 32px;
    }
    .tabs__block .tab,
    .list__item p {
        font-size: 16px;
    }
    .tabs + .algorithms {
        padding-top: 120px;
    }
}
@media screen and (min-width: 1440px) {
    .tabs__block-wrapper {
            overflow: hidden;
        }
        .tabs__block.swiper-initialized {
            width: calc(100% - 140px);
        }
}



.tab__img {
    padding: 2.815px 2.8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: -16px -16px 44px -16px rgba(10, 19, 44, 0.06);
}

.tab__img img {
    border-radius: 16px; 
    box-shadow: 0px -8px 24px 0px rgba(10, 19, 44, 0.06);
    height: 100%;
}

.tab__img {
    flex: 0 0 calc((((100% - (11 * 20px)) / 12) * 7) + (20px * 6));
    height: fit-content;
}