

/* Start:/local/templates/vtm2022/components/bitrix/news.list/faq/style.css?17870579082728*/
#faq-section {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#faq-section:focus {
    outline: none !important;
}

.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer
}

.accordion-container .article-title {
    position: relative;
    margin: 0;
    padding: 1.625em 0.8em 1.625em 0.925em;
    font-size: 1.0625rem;
    font-weight: 500;
    cursor: pointer;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active {
    background-color: transparent;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
    color: white;
}

.article-title__wrap,
.accordion-container .content-entry i {
    pointer-events: none;
}

.accordion-container .content-entry i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 30px;
    height: 30px;
}

.accordion-container .content-entry i:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-color: var(--pelorous);
    border-width: 0px 2px 2px 0px;
    border-style: solid;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
}

.accordion-container .content-entry.open i:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}

.content-entry {
    margin-bottom: 1.875rem;
    box-shadow: 0px 0px 10px rgba(70, 157, 189, 0.17);
}

.accordion-content {
    display: none;
    padding: 0.9375rem 1rem;
    margin: 0 auto;
}

.open .accordion-content {
    display: block;
}

.accordion-container {
    width: 100%;
    margin: 1.875em auto;
}

.accordion-content__text {
    font-weight: 300;
    line-height: 28px;
    padding: 0.25rem 0.8125rem;
}

.button.--blue.faq__btn-color {
    max-width: 11.25rem;
    margin-top: 0.625rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem;
}
/* End */
/* /local/templates/vtm2022/components/bitrix/news.list/faq/style.css?17870579082728 */
