.subscr-lazydev {
	padding: 1px;
	/*background-color: #3f3f3f;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.subscr-title {
	font-size: 18px;
	font-weight: 700;
}

.subscr-desc {
	opacity: 0.8;
	/*margin-top: 15px;*/
}

.subscr-left {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	min-width: 50px;
}

.subscr-right {
	width: 175px;
	margin-left: 30px;
	text-align: center;
}

.subscr-btn, .unsubscr-btn {
	display: block;
    text-align: center;
    padding: 3px;
    border-radius: 4px;
    background-color: #6a7580;
    color: #f8f8f8;
    font-size: 16px;
    margin-bottom: 1px;
    cursor: pointer;
}

.subscr-btn:hover {
	background: #7d9658;
}

.unsubscr-btn:hover {
	background: #b53f33;
}

.subscr-info span {
	color: #e74c3c;
}

@media screen and (max-width: 590px) {
    .subscr-lazydev {
		text-align: center;
		display: block;
	}
    .subscr-right {
		width: 100%;
		margin: 15px 0 0 0;
	}
}
.pmovie__subscribe {
		line-height: 1.6;
    position: relative;
    color: var(--tt);
    padding: 1px var(--indent);
    padding-left: 90px;
		}
		.pmovie__subscribe::before {
    content: '\f05a';
    font-family: 'font awesome 5 pro';
    font-weight: 900;
    position: absolute;
    left: var(--indent);
    top: 50%;
    font-size: 34px;
    color: #8e8e8e;
    transform: translateY(-50%);
}
@media screen and (max-width: 590px) {
    .pmovie__subscribe {
    padding-left: 15px;
		}
		.pmovie__subscribe::before {
	display:none;
}
}