.partner-item .post-title {
    font-size: 25px;
    text-align: center;
}

.partner-desc {
    font-size: 16px;
    text-align: center;
}

.partner-item {
    border-color: #DCE7FE;
    box-shadow: 0 4px 16px 0 rgba(220, 231, 254, 0.50);
}

.partner-logo {
    height: 90px;   
    width: calc(100% - 40px);
    margin: 20px 20px 0;
    text-align: center;
}

.partner-logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.partner-item .btn svg {
    width: 15px;
    height: 15px;
}
.partner-item .btn svg path {
    transition: .4s;
}
.partner-item .btn:hover path {
    stroke: #000;
}

.partners-filter label span {
	padding: 10px 18px;
	display: block;
	font-size: 14px;
	border-radius: 36px;
	border: 1px solid #DCE7FE;
	background: #FFF;
	transition: .4s;
	box-shadow: 0 4px 16px 0 rgba(220, 231, 254, 0.50);
	cursor: pointer;
}

.partners-filter label span:hover {
	border-color: #08f;
	color: #08f;
}

.partners-filter {
	display: flex;
	flex-flow: wrap;
	gap: 6px;
	justify-content: center;
}

.partners-filter input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.partners-filter input:checked + span {
    background: #0088FF;
    color: var(--white);
    border-color: #0088FF;
}

.partner-content {
    margin-bottom: 30px;
}

.partner-single-meta {
    margin-bottom: 0;
}

.partner-single-logo {
	border: 1px solid #DCE7FE;
	min-height: 150px;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.post-image:first-child {
	margin-top: 0;
}

.sidebar-partner {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.promocode {
	display: flex;
	align-items: center;
	padding: 10px;
	border: 2px dashed #1463FE;
	border-radius: 12px;
    font-size: 20px;
}
.promocode__left {
	font-weight: 500;
	padding-left: 10px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #1463FE;
    line-height: 1;
}

.promocode__code {
	background: none;
	flex-flow: row-reverse;
	justify-content: space-between;
	padding: 0;
	width: 100%;
	align-items: center;
	transform: none;
	color: #00091C;
}

.promocode__code::before {
	width: 25px;
	height: 25px;
	background-color: #EAEEFF;
	background-size: 16px;
	border-radius: 6px;
}

.desc-promo {
	border-radius: 12px;
	border: 1px solid #1563FF;
	background: #DCE7FE;
	padding: 16px 20px;
	font-size: 15px;
	line-height: 1.3;
}
.error-wrapper .h1 {
	font-size: 30px;
	line-height: 1.4;
}

.error-image {
	text-align: center;
}

.sidebar-partner .btn svg {
	width: 18px;
	height: 18px;
}

.sidebar-partner .btn {
	font-size: 14px;
}

.tg-channel {
	margin-top: 100px;
}

.error-image img {
	max-width: 450px;
	width: 100%;
}

@media screen and (max-width: 991px) {
.sidebar-partner {
	display: flex;
	position: relative;
	top: 0;
}
	.error-wrapper .h1 {
		font-size: 20px;
	}
	.tg-channel {
	margin-top: 50px;
}
	


}


.partners-pagination {
	display: flex;
	gap: 10px;
	flex-flow: wrap;
}

.pagination a.active {
	background: var(--cod--gray);
	color: var(--white);
	border-color: var(--cod--gray);
}

.error-wrapper .padding-section {
	padding-top: 60px;
}

img {
	max-width: 100%;
	height: auto;
}

em {
	font-style: italic;
}

.sidebar-links a.link-h2 {
	font-weight: 400;
}

.sidebar-links a.link-h3 {
	padding-left: 20px;
}