.cases__me__list {
    display: flex;
    flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 110px;
}

.cases__me__item {
	margin: 0 !important;
    width: calc(100% / 3 - 20px);
    padding: 25px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: #FDFDFD !important;
}

.cases__me__item__header {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	margin-bottom: 20px;
}

.cases__me__item__logo {
	flex: 0 0 90px;
    font-size: 0;
    width: 100%;
}

.cases__me__item__title {
    font-size: 26px;
	font-family: inherit;
    line-height: 1;
    font-weight: 500;
    color: #000;
	text-transform: uppercase;
	margin: 0 !important;
}

.cases__me__item__logo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.cases__me__item__text {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 25px;
}

.cases__me__item__text p {
    margin-bottom: 12px;
}

.cases__me__item__text p:last-child {
    margin-bottom: 0;
}

.cases__me__item__tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -3px 17px!important
}

.cases__me__item__tags span {
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    margin: 0 3px 6px;
    line-height: 1.35;
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    min-width: 75px;
}

.cases__me__item__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 0 !important;
}

.cases__me__item__more {
	color: #00A1E0!important;
	text-transform:uppercase;
    display: inline-flex;
    line-height: 1;
    font-size: 18px;
	font-weight: bold;
	position: relative !important;
}

.cases__me__item__more::after {
    content: '>';
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 5;
    color: #00a1e0;
    font-size: 17px;
    font-weight: 800;
}

.cases__me__item__time__decore {
	font-size:14px;
	color: #007EFF;
	font-weight: bold;
}

.cases__me__item__tags {
	margin-bottom: 40px !important; 
}

.cases__me__item__tags a:hover {
    color: #fff;
    background: #000;
}

.cases__me__item__tags span {
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	background-color: #0A0B0B;
}

.cases__me__bottom {
    display: flex;
    justify-content: center;
}

.btn__load_more__me {
	color: #fff !important;
    background: linear-gradient(180deg, rgba(0,161,224,1) 0%, rgba(2,111,153,1) 100%) !important;
    border-radius: 20px 0 20px 0 !important;
	border: none;
    font-size: 32px;
	font-weight: 500;
    padding: 15px 40px;
    line-height: 1;
	outline: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s !important;
}

.btn__load_more__me:hover {
    background: transparent !important;
    color: #00A1E0 !important;
}

.cases__me__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: space-between;
}

.cases__me__top__col_2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cases__me__top__col_1 {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 35px;
    margin-left: -10px;
    flex-wrap: wrap;
}

.btn__def__me {
    border: 1px solid;
    border-radius: 5px;
    background: transparent;
    font-weight: 400;
    color: #000;
    line-height: 1;
    padding: 8px 30px;
}

.cases__me__top__col_2 button {
    margin-left: 20px;
}

.btn__def__me:hover {
    background: #000;
    color: #fff;
}

.btn__def__me:first-child {
    margin-left: 0;
}

.cases__me__top__col_1 select {
    border: 1px solid;
    border-radius: 5px;
    margin: 0 10px;
    width: calc(100% / 4 - 20px);
}

.cases__me__taxonomy__list span {
    margin: 0 8px;
    border: 1px solid;
    border-radius: 5px;
    line-height: 1;
    padding: 7px 13px 9px;
}

.cases__me__taxonomy__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

@media (max-width: 991px) {
    .cases__me__wrap {
        padding: 0 15px;
    }

    .cases__me__top__col_1 select {
        width: calc(100% / 2 - 10px);
        margin: 5px;
    }

    .cases__me__top__col_1 {
        margin-left: -5px;
    }

    .cases__me__top {
        align-items: flex-end;
        margin-bottom: 30px;
    }

    .cases__me__top__col_2 {
        margin-bottom: 5px;
    }

    .cases__me__item {
        width: calc(100% / 2 - 20px);
    }

    .cases__me__list {
		margin-bottom: 30px;
	}
	
	.btn__load_more__me {
		font-size: 25px;
	}
}


@media (max-width: 600px) {
    .cases__me__item {
        width: calc(100% - 20px);
        max-width: 450px;
        margin: 0 auto 20px;
    }

    .cases__me__list {
        margin: 0 0 50px;
		justify-content: center;
    }

    .cases__me__top {
        max-width: 450px;
        margin: 0 auto 60px;
        flex-direction: column;
        position: relative;
    }

    .cases__me__top__col_1 {
        margin: 0 -5px 20px;
        width: calc(100% + 10px);
    }

    .cases__me__top__col_2 {
        justify-content: center;
        width: 100%;
    }

    .cases__me__top__col_2 button {
        min-width: 130px;
        margin: 0 10px !important;
    }

    .cases__me__top:after {
        position: absolute;
        height: 1px;
        content: '';
        background: #33373b;
        bottom: -30px;
        left: -70px;
        right: -70px;
    }
}


@media (max-width: 475px) {
	.btn__load_more__me {
		font-size: 20px;
		padding: 10px 30px;
	}
}