

/* Start:/local/templates/svetilniki/css/howto.css?17720257721677*/
/* region help */

.main-content {
    margin-bottom: 1rem;
}
.help-page a {
    text-decoration: none;
}

.help-page__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 0.5fr;
    gap: 10px;
}
.help-page__block-link {
    padding: 20px;
	background: #fff;
    border-radius: 15px;
}
.help-page__block {
    display: flex;
}
.help-page__block-content {
    margin-left: 20px;
}
.help-page__block-icon {
    width: 100px;
    height: 100px;
    background: #F6F7F8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 50%;
}
.help-page__block-icon img {
    width: 50px;
}

.help-page__block-title {
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.help-page__block-description {
    margin-bottom: 10px;
}
.help-page__block-more {
	display: block;
    width: max-content;
	background: linear-gradient(90deg, var(--brand-1), var(--brand-2));
    color: #fff;
	font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
}
.help-page__block-more {
    color: #fff;
	opacity: .8;
    text-decoration: none;
}

@media (max-width: 576px) {
	.help-page__block {
		display: flex;
		flex-direction: column;
	}
    .help-page__blocks {
		display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .help-page__block-icon {
        font-size: 2rem;
        margin: 0 auto 10px;
    }
    .help-page__block-link {
        width: 100%;
		padding: 10px;
    }
	.help-page__block-content {
		margin-left: 0;
	}
}

/* end region help */
/* End */
/* /local/templates/svetilniki/css/howto.css?17720257721677 */
