.t-items {
    display: flex;
    flex-wrap: wrap;
}

.t-items *:not(i, .fa) {
    font-family: "Open Sans";
}

.t-item {
    margin-bottom: 24px;
}

h3.t-item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.67;
    margin: 0 0 4px;
}

.t-item-groups {
    display: flex;
    flex-wrap: wrap;
}

.t-item-group-technologies {
    display: flex;
    flex-wrap: wrap;
}

.t-item-group-technology {
    position: relative;
    height: 88px;
    width: 88px;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-top: 0 !important;
}

.t-item-group-technology-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #AFD5EB;
    vertical-align: middle;
    margin: auto;
    margin-top: 0 !important;
}

.t-item-group-technology-content.none-link {
    cursor: auto;
}

.t-item-group-technology-content:after {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 199;
    border-bottom: solid 3px #1B87C6;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    transform-origin: 0% 50%;
}

.t-item-group-technology-content.not-content:after {
    border: none;
}

.t-item-group-technology-content.active {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 199;
    background-color: #FFFFFFE6;
}

.t-item-group-technology-content>img {
    display: block;
    height: 76%;
    object-fit: contain;
    width: 80%;
    transition: 0.5s all ease-in-out;
}

.t-item:last-child .t-popup {
    box-shadow: 0 2px 8px 3px rgba(0,0,0,.1);
}

.t-popup {
    background-color: #fff;
    left: 0;
    opacity: 0;
    padding: 24px;
    position: absolute;
    top: calc(100% + 3px);
    transition: opacity .16s ease-in-out,visibility 0s .16s;
    visibility: hidden;
    width: 550px;
    z-index: 333;
}

.t-popup.active {
    opacity: 1;
    transition: opacity .16s ease-in-out,visibility 0s 0s;
    visibility: visible;
}

.t-popup-columns {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

.t-popup-column {
    flex: 1 1 auto;
}

.t-popup-column-title {
    color: #222;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0 !important;
    text-align: left;
    font-weight: bold;
}

.t-popup-column-value {
    color: #222;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    padding: 0;
    margin-block-start: -3px !important;
    padding-top: 14px;
    margin-bottom: 6px !important;
    text-align: left;
    vertical-align: middle;
}

.t-popup-column-value i {
    font-size: 24px;
    width: 30px;
    height: 30px;
}

.t-popup-column-separator {
    border-left: 1px solid #d7d3d8;
    flex: 1 1 1px;
    margin: 0 4px;
}

.t-popup-description {
    padding-top: 5px;
}
.t-popup-description, .t-popup-description p {
    color: #222;
    font-size: 14px;
    line-height: inherit;
    text-align: left;
}

.qodef-btn.qodef-btn-solid.t-popup-link {
    border: 1px solid #1b87c6;
    color: #FFF;
    display: block !important;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 0 0 auto;
    position: relative;
    width: fit-content;
    background-color: #1b87c6 !important;
    outline: none;
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid.t-popup-link:hover {
    background-color: #212121 !important;
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid.t-popup-link .qodef-btn-text-icon {
    background-color: rgba(0,0,0,.05);
}

.qodef-btn.qodef-btn-solid.t-popup-link:before {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

footer {
    z-index: 10;
}

.t-item-group-show-items {
    background-color: #0000001a;
    border: none;
    cursor: pointer;
    display: block;
    height: 88px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 26px;
    font-size: 25px;
}

.t-limited-items .t-show {
    width: 100%;
    max-width: 100%;
}

.t-limited-items .t-item-group-technology.t-extra-item {
    display: none;
}

.t-item-group-show-items.fa-angle-down::before {
    content: "\f106";
}

.t-limited-items .t-item-group-show-items.fa-angle-down::before {
    content: "\f107";
}

@media (max-width: 630px) {
    .t-popup-column-value {
        background-image: none!important;
        font-size: 20px;
        padding: 4px 0 0;
    }
}

@media (max-width: 481px) {
    .t-popup.active .t-popup-column-title,
    .t-popup .t-popup-description, 
    .t-popup .t-popup-description p {
        font-size: 13px !important;
    }

    .t-popup .t-popup-column-value {
        font-size: 18px;
    }

    .t-popup .qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid .qodef-btn-text-icon {
        width: 42px;
    }

    .t-popup .qodef-btn.qodef-btn-icon .qodef-btn-text-icon i, .qodef-btn.qodef-btn-icon .qodef-btn-text-icon span {
        font-size: 18px;
    }

    .t-popup .qodef-btn.qodef-btn-solid {
        height: 40px;
        line-height: 40px;
    }

    .t-popup .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-btn-text {
        font-size: 12px;
    }
    .t-popup .qodef-icon-simple-line-icon.icon-arrow-right-circle {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .t-popup {
        width:  calc(100vw - 40px);
        max-width: 100vw;
        padding-left: 10px;
        padding-right: 10px;
    }
}