.tabs {
    font-family: $poppins;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 22px;
    font-size: 16px;
    .tab-titles {
        display: flex;
        color: $grey;
        .js--active {
            color: $black;
        }
        @media(max-width: $mobile) {
            overflow: auto;
            white-space: nowrap;
        }
        &>div {
            transition: color .3s;
            &:not(:first-child) {
                margin-left: 20px;
            }
        }

        .tab-title {
            cursor: pointer;
        }
    }

    .tab-title {
        font-size: 24px;
        line-height: 35px;
        letter-spacing: normal;
    }

    .tab-subtitle {
        color: $black;
        font-family: $lato;
        font-size: 17px;
        font-weight: 300;
        line-height: 24px;
    }

    .w-100-b {
        width: 100%;
        display: block;
    }

    .item-title {
        width: 20%;
        @media(max-width: $mobile){
            width: 100%;
        }
        
    }
    .file {
        color: $green;
    }


    .version-title {
        color: $black;
        font-family: $lato;
        font-size: 17px;
        font-weight: 300;
        line-height: 24px;
        width: 20%;
        @media(max-width: $mobile) {
            width: 100%;
            padding: 10px 0 0 0;
        }
    }

    .version__row {
        display: flex;
        align-items: baseline;
        padding: 30px 0;
        &:first-child {
            margin-top: 25px;
            border-top: 1px solid $footerGrey;
        }
        border-bottom: 1px solid $footerGrey;
        .version_titles {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
        }
        @media(max-width: $mobile){
            flex-wrap: wrap;
        }
    }
    .m-top-25 {
        margin-top: 25px;
    }
    
    .flex {
        display: flex;
    }
    
    .inline-flex {
        display: inline-flex;
        width: 100%;
        &:not(:first-child) {
            padding-top: 5px;
        }
        @media(max-width: $mobile){
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
    }
    
    .downloads {
        display: inline-flex;
        flex-wrap: wrap;
        word-break: break-word;
    }
    
    .download {
        display: inline-block;
        margin: 0 10px;
        font-family: $poppins;
        font-weight: 600;
        letter-spacing: .4px;
        line-height: 22px;
        font-size: 16px;
        .btn {
            color: $green;
        }
        @media(max-width: $mobile){
            margin-left: 0;
        }
    }
    .page-partner {
        .download {
            .btn {
                color: $yellow;
            }
        }
    }
}
.list {
    &__title {
        font-family: $poppins;
        font-weight: 600;
        font-size: 32px;
        color: $black;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    &__content {
        display: block;
    }
    &_row_item {
        .btn {
            @media(max-width: $mobile) {
                word-break: break-all;
            }
        }
    }
    &__rows {
        .list_row_item {
            display: flex;
            border-top: 1px solid $borderGrey;
            flex-wrap: wrap;
            padding: 30px 0;
            width: 100%;
            &:last-child {
                border-bottom: 1px solid $borderGrey;
            }

            &.long-title {
                .list__row_title {
                    width: 50%;

                    @media(max-width: $mobile) {
                        width: 100%;
                    }
                }

                .list__content {
                    width: 50%;

                    @media(max-width: $mobile) {
                        width: 100%;
                    }
                }

                .buttons {
                    display: flex;
                    flex-wrap: wrap;
                    text-align: left;

                    a {
                        width: 100%;
                    }
                }
            }

            .list__row_title {
                @media(max-width: $mobile) {
                    width: 100%;
                }

                width: 25%;
            }

            .list__content {
                display: flex;
                flex-wrap: wrap;
                width: 75%;
                align-items: flex-start;
                &.full-width {
                    .list__row {
                        width: 100%;
                    }
                }

                &.normal-width {
                    .list__row {
                        width: 50%;

                        @media(max-width: $mobile) {
                            width: 100%;
                        }
                    }

                    .authors_reference {
                        width: 50%;

                        @media(max-width: $mobile) {
                            width: 100%;
                        }
                    }
                }

                .list__row {
                    min-width: 210px;
                    color: $black;
                    font-family: $lato;
                    font-size: 17px;
                    font-weight: 300;
                    line-height: 24px;
                    padding-left: $gutter;

                    @media(max-width: $mobile) {
                        padding-left: 0;
                        margin-top: 10px;
                    }

                    .row__content {
                        display: flex;
                        a {
                            font-family: $poppins;
                            font-size: 16px;
                            font-weight: 600;
                            letter-spacing: 0.4px;
                            line-height: 22px;
                            color: $green;
                            text-decoration: none;
                        }
                        .green_check {
                            padding-right: 10px;
                        }
                    }
                }

                .authors_reference {
                    flex: 1;
                    font-family: $lato;
                    font-weight: 300;
                    font-size: 17px;
                    color: $black;
                    letter-spacing: normal;
                    line-height: 24px;

                    .reference {
                        margin-top: 5px;
                        text-decoration: underline;
                        display: flex;
                        flex-wrap: wrap;
                        font-family: $poppins;
                        font-size: 13px;
                        font-weight: 300;
                        letter-spacing: 0.33px;
                        line-height: 20px;

                        a {

                            &:active,
                            &:link,
                            &:visited {
                                color: $black;
                            }

                            width: 100%;
                        }
                    }
                }
            }
        }
    }

    &__row {
        margin-bottom: 20px;
        &:last-child {
            margin-bottom: 0;
        }
    }

    .buttons {
        color: $black;
        font-family: $poppins;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.4px;
        line-height: 22px;

        a {
            margin-right: 20px;
        }
    }

    .m-t-10 {
        margin-top: 10px;
    }

    &__events {
        display: flex;
        flex-wrap: wrap;
        padding-top: 110px;

        @media(max-width: $mobile) {
            padding-top: 0;
        }

        .btn {
            width: 100%;
        }

        >div {
            width: calc(50% - 17.5px);
            margin-bottom: 60px;
            margin-right: 17.5px;
            @media(max-width: $mobile) {
                width: 100%;
                margin-right: 0
            }
            &:last-child {
                @media(max-width: $mobile) {
                    margin-bottom: 0px;
                }
            }
            .card {
                &--big {
                    width: 100%;
                    margin-right: 0;
                    margin-bottom: 0;
                }
            }

            &:nth-child(even) {
                margin-top: -60px;
                margin-left: 17.5px;
                margin-right: 0;
                @media(max-width: $mobile) {
                    margin-left: 0;
                    margin-top: 0;
                }
            }
        }
        .event {
            .card {
                &__prefix {
                    color: $black;
                    font-family: $poppins;
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: 0.4px;
                    line-height: 22px;
                }
                &__title {
                    color: $black;
                    font-family: $poppins;
                    font-size: 32px;
                    font-weight: 600;
                    line-height: 45px;
                }
                &__description {
                    color: $green;
                    font-family: $poppins;
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: 0.4px;
                    line-height: 22px;
                }
                &__text {
                    color: $black;
                    font-family: $lato;
                    font-size: 17px;
                    font-weight: 300;
                    line-height: 24px;
                }
            }
        }
    }

    &__general {
        display: flex;
        flex-wrap: wrap;
        padding-top: 130px;

        @media(max-width: $mobile) {
            padding-top: 0;
        }

        .btn {
            width: 100%;
        }

        >.btn,
        >div {
            display: flex;
            flex-wrap: wrap;
            width: calc(33.333% - 23.3333px);
            margin-right: $gutter;
            margin-bottom: 60px;
            >div {
                width: 100%;
            }
            &:nth-child(3n) {
                margin-right: 0;
            }

        }
        &--products {
            >.btn,
            >div {
                @media(max-width: 900px) {
                    width: calc(50% - 17.5px);
                    margin: 0 8.75px 35px;
    
                    &:nth-child(3n+2) {
                        margin-top: 0;
                    }
    
                    &:nth-child(3n) {
                        margin: 0 8.75px 35px;
                    }
                }
                @media(max-width: 500px) {
                    width: 100%;
                    margin-right: 0;
                    margin-bottom: 60px;
    
                    &:nth-child(3n+2) {
                        margin-top: 0;
                    }
    
                    &:nth-child(3n) {
                        margin-right: 0;
                    }
    
                    &:nth-child(1n),
                    &:nth-child(2n) {
                        width: calc(50% - 4px);
                        margin: 0 2px 35px;
                        .card__title {
                            font-size: 24px;
                            color: $black;
                            letter-spacing: 0;
                            line-height: normal;
                        }
                    }
    
                    &:nth-child(3n),
                    &:nth-child(4n) {
                        width: calc(50% - 4px);
                        margin: 0 2px 35px;
    
                        .card__title {
                            font-size: 24px;
                            color: $black;
                            letter-spacing: 0;
                            line-height: normal;
                        }
                    }
    
                    &:nth-child(2),
                    &:nth-child(3) {
                        width: calc(50% - 4px) !important;
                        margin: 0 2px 35px;
                    }
    
                    &:nth-child(4),
                    &:nth-child(1) {
                        width: 100% !important;
                    }
    
                    &:nth-child(1),
                    &:nth-child(5n+4) {
                        .card__title {
                            font-size: 24px;
                            letter-spacing: 0;
                            line-height: normal
                        }
                    }
    
                    &:nth-child(5n+4) {
                        width: 100%;
                        margin: 0 0 35px;
                    }
    
                    /* &:nth-child(3n+2) {
                        width: 100%;
                    } */
                    
                }
            }
            .product-item-list {
                transition: all 0.3s;
                .card__img {
                    overflow: hidden;
                    img {
                        transition: all 0.3s;
                    }
                }
                .card__content {
                    .card__title {
                        transition: all 0.3s;
                    }
                }
                &:hover {
                    .card__img {
                        img {
                            transform: scale(1.1);
                        }
                    }
                    .card__content {
                        .card__title {
                            text-decoration: underline;
                        }
                    }
                }
            }
        }
        &.list__general--community {
            >.btn, 
            >div {
                @media(max-width: 900px) {
                    width: calc(50% - 17.5px);
                    margin: 0 8.75px 35px;
    
                    &:nth-child(3n+2) {
                        margin-top: 0;
                    }
    
                    &:nth-child(3n) {
                        margin: 0 8.75px 35px;
                    }
                }
                @media(max-width: 500px) {
                    width: 100%;
                    margin-left: 0;
                    margin-right: 0;
                    margin-bottom: 60px;
                    
                    &:nth-child(2n+2) {
                        margin-top: 0px;
                    }

                    &:nth-child(3n) {
                        margin-right: 0;
                        margin-left: 0;
                    }
                        
                }  
            }
        }
    }

    .text {
        p {
            margin: 0;
        }
    }
}
.images-editor{
    display: flex;
    &__imgs {
        display: flex;
        width: $col7;
        img {
            max-width: 100% !important;
            width: calc(50% - 10px);
            margin-right: 10px;
            object-fit: cover;
        }
    }
    &__container {
        width: $col5;
        display: flex;
        @media(max-width: $tablet_1150) {
            width: 100%;
        }
        .content {
            width: calc(100% - 10px);
            background: $green;
            padding: 40px 90px;
            @media(max-width: $tablet_1150) {
                width: 100%;
                padding: 40px;
            }
            .title {
                color: $black;
                font-family: $poppins;
                font-size: 24px;
                font-weight: 600;
                line-height: 35px;
            }
            .text {
                color: $black;
                font-family: $lato;
                font-size: 22px;
                font-weight: 300;
                line-height: 36px;
                ul {
                    padding: 0;
                    list-style-type: none;
                    li{
                        &:before {
                            content: "- ";
                        }
                        &:not(:first-child) {
                            margin-top: 5px;
                        }
                    }
                }
            }
        }
    }
}

.documentation-category-container {
    .children_row {
        &-columns {
            .row-column {
                h5 {
                    color: $green;
                    font-family: $poppins;
                    font-size: 16px;
                    font-weight: 600;
                    letter-spacing: 0.4px;
                    line-height: 22px;
                }
            }
        }
    }
}