.trust{
    padding: 30px 0;
}
.trust__container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.trust__intro{
    display: flex;
    align-items: center;

}
.trust__intro--header{
    display: none;
}
.trust__intro--items{
    display: flex;
    padding: 10px 0;
    width: 100%;
}
.trust__intro--item{
    display: flex;
    align-items: center;
    margin: 0 5px;
    white-space: nowrap;
    min-width: fit-content;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

}
.trust__icon{
    margin-right: 5px;
    width: 18px;
}

.trust__intro--more{
    background: #0C3521;
    text-shadow: none;
    border: 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FEF105;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    white-space: nowrap;
    width: 40px;
    height: 40px;
    margin-right: -10px;
    cursor: pointer;
}

.trust__intro--more:after{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: solid #FEF105 2px;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    margin-top: -3px;
}
.trust__intro--more.active:after{
    transform: rotate(225deg);
    margin-top: 3px;
}

.trust__intro--more span{
    display: none;
}

.trust__full.active{
    display: flex;
    flex-direction: column;
    /*margin-top: 15px;
    padding-top: 15px;
    border-top: solid rgba(255, 255, 255, .3) 1px;*/

    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /*color: rgba(255, 255, 255, 0.5);*/
}

.trust__full--header{
    font-size: 18px;
    line-height: 16px;
    display: flex;
    align-items: center;
    font-weight: 700;
    /*color: #FFFFFF;*/
    margin-bottom: 10px;
}

.trust__full--header .trust__icon{
    width: 40px;
}

.trust__full--item{
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    .trust__intro--items{
        position: relative;
    }
    /*.trust__intro--items:after{
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        background: linear-gradient(to right, rgba(5, 46, 24, 0), #052d18);
    }*/
}

@media (min-width: 800px) {
    .trust__intro--more.active > .text-less,
    .trust__intro--more:not(.active) > .text-more{
        display: block;
        padding-right: 5px;
    }
    .trust__intro--items{
        width: inherit;
    }
    .trust__intro--item{
        font-size: 14px;
        line-height: 16px;
        margin: 0 10px;
    }
    .trust__icon{
        width: 24px;
    }
    .trust__intro{
        justify-content: center;
        margin: 0 10px;
    }
    .trust__intro--header{
        display: block;
        margin-right: 10px;
        font-weight: 700;
        font-size: 18px;
        line-height: 16px;
    }

    .trust__intro--more{
        margin-right: 0;
        width: inherit;
        background: transparent;
    }

    .trust__full.active{
        flex-direction: row;
    }
    .trust__full--item{
        padding-right: 15px;
    }
}


.sidebar .trust{
    padding: 15px 10px;
    background: #fff;
}

.sidebar .trust__wrapper{
    width: 100%;
}

.sidebar .trust__full{
    flex-direction: column;
}
.sidebar .trust__full--item{
    padding: 0 0 15px;
}
.sidebar .trust__full--item:last-child{
    padding: 0;
}

.sidebar .trust__icon {
    width: 25px;
}
.sidebar .trust__full--header {
    font-size: 16px;
}