.diagnoz-item .full_logo{
    flex-basis: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.diagnoz-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 991px){
    .tabs .label{
        flex-basis: 50%;
    }
}
.tabs .label{
    justify-content: center;
}
@media screen and (max-width: 991px){
    body div .label_tab{
        margin-left: 0;
        margin-right: 0;
    }
    .diagnoz-item {
       gap:13px;
    }
    .elementor-widget-technology .diagnoz-item > div{
        margin-bottom: 0;
    }

    .diagnoz-item .full_logo{
        flex-basis: 70px;
    }
    .diagnoz-item .full_logo img{
        width: 60px;
    }
    .line_of_logo{
        width: 100%;
    }
    body .logos_block_title{
        font-weight: 500;
        font-size: 18px;
        line-height: 156%;
    }
    body .panel{
        margin-top: 30px;
    }
    body .label_tab{
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        width: 140px;
        margin: 0 auto;

    }
    .tabs .label{
        margin-bottom: 0;
        width: 50%;
        padding: 15px 10px;
        font-size: 14px;
    }
    .descr_tab{
        display: none;
    }
}
.label_tab{
    flex-basis: 100%;
}
.diagnoz-item> div{
    margin-bottom: 35px;
}
.under_logo{
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #202020;
    margin-top: 15px;
    letter-spacing: -0.1px;
}
.only_logo{
    display: flex;
    flex-wrap: wrap;
}
.descr_tab{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}
.label_tab{
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 1px;
}
.tabs .label{
    color: #34dca2;
    align-items: center;
    display: flex;
}
.diagnoz-item .img-wrapper{
    position: relative;}
.diagnoz-item .img-wrapper:before{
    content:'';
    display: block;
    position: absolute;
    width: 80px;height:80px;border-radius: 50%;
    background: #C9E5FF;
}
.tabsprc-block h2, .tabsprc-block .subtitle {
    color: #fff;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    background: transparent;
    justify-content: space-between;
}

.input-tabs {
    position: absolute;
    opacity: 0;
}
.full_logo img{
    background: #F8F8FB;
    border-radius: 10px;
}
.tabs label:last-of-type{
    border-radius: 0 10px 10px 0;
}
.tabs label:first-of-type{
    border-radius: 10px 0 0 10px;
}

.label {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    padding: 18px 40px;
    cursor: pointer;
    transition: background 0.1s, color 0.1s;
    margin-bottom: 0;
    border-radius: 10px;
    background: #F1F9F6;
}

.label:hover {
    color: #fff;
    background: #34DCA2;
}

.input-tabs:focus + .label {
    z-index: 1;
}

.input-tabs:checked + .label {
    background: #34DCA2;
    color: #fff;
}
.logos_block_title{
    font-weight: 500;
    font-size: 22px;
    line-height: 127%;
    color: #202020;
    margin-bottom: 20px;
}
.panel {
    margin-top: 50px;
    display: none;
    width: 100%;
    background: #fff;
}
.tabsprc-block .diagnoz-items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.tabsprc-block .diagnoz-item {
    margin-right: 20px;
}
.tabsprc-block .diagnoz-item:last-child {
    margin-right: 0;
}
.tabsprc-block .diagnoz-item .img-wrapper {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
}


.tabsprc-block .diagnoz-item .info-wrapper {
    position: relative;
    z-index: 3;
}
.tabsprc-block .diagnoz-item:last-child .info-wrapper:before {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    body .label_tab{
        font-size: 26px;
        line-height: 130%;
        min-height: 66px;
        display: flex;
        align-items: center;
    }
    .tabs label{
        padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    .tabsprc-block .diagnoz-item {
        flex-basis: 100%;
        margin-right: 0;
        align-items: flex-start;
    }
    .tabsprc-block .diagnoz-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .tabsprc-block .diagnoz-item h4 {
        margin-bottom: 5px;
        font-weight: 500;
        margin-left: 10px;
        margin-top: 0;
    }
    .diagnoz-item .img-wrapper:before {
        width: 50px;
        height: 50px;
    }
    .tabsprc-block .diagnoz-item .img-wrapper {
        margin-bottom: 10px;
    }
}

.label {
    width: auto;
}
.panel {
    order: 99;
}
.input-tabs:checked + .label + .panel {
    display: block;
}
.diagnoz-item .full_logo {
    transition: all 0.3s ease-out;
}
.diagnoz-item .full_logo:hover img{
    transform: scale(1.15);
    transition: all 0.3s ease-out;
}
.tabsprc-block input[type=radio] + label:before{
    display: none;
}

