

/* Start:/local/templates/helicon-shop/components/bitrix/news.list/faq/style.css?17192124862054*/
.dropdown-section {
    margin-bottom: 120px !important;
}

.dropdown {
}

.dropdown-block {
    width: 100% !important;
    border-bottom: 1px solid #abc8d1;
    margin-bottom: 24px;
}

.dropdown-block-offset {
}

.dropdown__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
    cursor: pointer;
}

.dropdown__title::after {
    content: "";
    min-width: 48px;
    min-height: 48px;
    background: url("/local/templates/helicon-shop/components/bitrix/news.list/faq/../../../../icons/arrow-down.svg") center / contain no-repeat;
    background-size: 9px;
    margin-left: 8px;
    margin-right: 8px;
    transition: transform 0.5s;
    border: 1px solid #041229;
    border-radius: 50%;
}

.dropdown__title-show::after {
    transform: rotate(180deg);
    transition: transform 0.5s;
}

.dropdown__block-show .dropdown__content {
    max-height: 10000px;
}

.dropdown__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;

    max-height: 0;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}

.dropdown__content-row {
    display: flex;
    margin-bottom: 26px;
}

.dropdown__content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.dropdown__content-text ul {
    padding-left: 20px;
}

.dropdown__content-text ul li {
    list-style: initial;
}

@media screen and (max-width: 1023px) {

    .dropdown-section {
        margin-bottom: 60px !important;
    }

    .dropdown__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .dropdown-block {
        width: 100%;
        margin-bottom: 24px;
    }

    .dropdown__content {
        width: 100%;
    }

    .dropdown__content-left {
        width: 100%;
    }

    .dropdown__content-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 26px;
    }
}

/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429*/
.questions {
	padding: 0;
	margin-bottom: 0;
	min-height: 320px;
	overflow: hidden;
	background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/questions-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.questions__content {
	display: flex;
	flex-direction: column;
}

.questions__wrapper {
	width: 37%;
	padding: 49px 0;
}
.questions__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;
	margin-bottom: 16px;
}
.questions__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	margin-bottom: 24px;
}
.questions__button {
	width: fit-content;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.questions {
		padding: 33px 0 100px;
		margin-bottom: 60px;
		min-height: 150px;
		overflow: hidden;
		background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/question-mob.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.questions__wrapper {
		width: 100%;
		padding: 0;
	}
	.questions__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 16px;
		text-align: center;
	}
	.questions__subtitle {
		margin-bottom: 24px;
	
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		text-align: center;
	}

	.questions__button.button {
		width: 100%;
		max-width: 343px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions {
		min-height: 150px;
	}
}
/* End */
/* /local/templates/helicon-shop/components/bitrix/news.list/faq/style.css?17192124862054 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
