

/* Start:/bitrix/templates/prvolga/components/bitrix/catalog/pr-volga_docs/style.css?161053702130*/
.help{
    /*height: 100%;*/
}
/* End */


/* Start:/bitrix/templates/prvolga/components/bitrix/catalog/pr-volga_docs/bitrix/catalog.section/doc-items/style.css?17803892702122*/
.help-section {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    width: 65.93vw;
    margin-bottom: 1.04vw;
    padding: 1.3vw 2.34vw 1.4vw 2.08vw;
    border: 1px solid #F5F5F5;
    transition: .5s;
    position: relative;
}

.help-section:hover {
    text-decoration: none;
    box-shadow: 0 0 16px rgba(30, 30, 30, 0.1);
}

.help-section__big-link{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.help-section__img {
    margin: 0 auto;
    height: auto;
    display: block;
    max-height: 7.55vw;
}

.help-section__img-block {

    width: 7.29vw;
    min-width: 7.29vw;
    margin-right: 2.23vw;
}

.help-section__title {
    font-size: 1.04vw;
    margin-bottom: 1.04vw;
    margin-top: 0;
    font-family: "GothamProRegular";
    color: #212121;
}

.help-section__desc-text {
    font-family: "GothamProRegular";
    font-size: 0.8vw;
    line-height: 1.04vw;
    color: #212121;
}

.help-section__button {
    color: #fff;
    background-color: #2B77FB;
    font-family: "GothamProBold";
    transition: all 0.3s linear;
    text-decoration: none;
    font-size: 0.73333vw;
    line-height: 0.83333vw;
    padding: 0.52vw 1.04vw;

    border-radius: 100px;
}
.help-section__button:hover{
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

/*Media*/
@media (max-width: 768px) {
    .help-section {
        justify-content: center;
		flex-wrap:wrap;
		width: 100%;
		padding: 3rem;
    }
    .help-section__img-block {
		height: 10rem;
    	width: 10rem;
	}
	.help-section__img {
		width: 100%;
		height: auto;
		max-height: 100%;
	}

    .help-section__title {
        font-size: 1.8rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #212121;
    }

    .help-section__desc-text {
        font-size: 1.4rem;
        line-height: normal;
    }

    .help-section__button {
        font-size: 1.2rem;
		padding: 1rem 1.5rem;
		line-height: normal;
		margin-top: 2rem;
    }
}
/* End */
/* /bitrix/templates/prvolga/components/bitrix/catalog/pr-volga_docs/style.css?161053702130 */
/* /bitrix/templates/prvolga/components/bitrix/catalog/pr-volga_docs/bitrix/catalog.section/doc-items/style.css?17803892702122 */
