

/* Start:/bitrix/templates/about-new/components/bitrix/news/faq_new/style.css?17774677191248*/
.product-tabs-section {
    border-bottom: 1px solid rgba(77, 83, 87, .15);
}

.product-tabs input {
    position: absolute;
    visibility: hidden;
    display: none;
}

.product-tabs label {
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: rgba(77, 83, 87, .75);
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 32px;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.product-tabs label:not(:last-child) {
    margin-right: 50px;
}

.product-tabs input[type=radio]:not(:checked) + label span {
    border-bottom: 1px dashed rgba(77, 83, 87, .35);
}

.product-tabs input[type=radio]:checked + label {
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    color: #009FEE;
    border-bottom: 4px solid #009FEE;
}

.tab-item {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.tab-item:not(.show) {
    opacity: 0;
}
.tab-item.active {
    display: block;
}
.tab-item.show {    
    opacity: 1;
}

@media (max-width: 767px) {
    .product-tabs-section {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/catalog.filter/.default/style.css?1777467719983*/
.faq-form--wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.faq-form--group {

}
.faq-form--group:first-child {
	flex-grow: 1;
}

.faq-form--group input[type="text"] {
	width: calc(100% - 30px);
    margin-right: 30px;
    border-radius: 4px;
    border: 1px solid rgba(56, 55, 58, 0.15);
    padding: 19px 24px;
    font-size: 18px;
    line-height: 1;
}

.btn--search {
	position: relative;
}
.btn--search::before {
	content: ' ';
	width: 16px;
	height: 16px;
	background-image: url(/bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/catalog.filter/.default/image/search.svg);
	display: inline-block;
    margin-top: -6px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

@media (max-width: 767px) {
	.faq-form--wrapper {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.faq-form--group {
		width: 100%;
		margin-bottom: 15px;
	}

	.faq-form--group input[type="text"] {
		margin-right: 0;
		width: 100%;
	}

	.btn--search {
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/form/faq_main/bitrix/form.result.new/.default/style.css?1777467719741*/
.toggle-policy__text {
	background-color: white;
	padding: 0px 20px 0px 0px;
	font-size: 13px;
	max-height: 0px;
	overflow-y: scroll;
	text-align: justify;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.toggle-policy__text.toggle-policy__text--show {
	max-height: 250px;
	opacity: 1;
	visibility: visible;
}

.toggle-policy__text p {
	margin: 0 0 10px 0;
}

.toggle-policy label {
	margin-bottom: 10px;
}

.tab-item .ufd__form {
     margin: 60px 0;
}

@media (max-width: 767px) {
    .tab-item .ufd__form [type="submit"] {
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/news.list/.default/style.css?17774677196134*/
.faq--filter-wrapper {
    padding: 50px 0;
}

.faq--filter {
    position: relative;
}

.faq--filter label {
    position: absolute;
    color: rgba(56, 55, 58, 0.50);
    font-size: 12px;
    left: 10px;
    padding: 0 10px;
    top: -10px;
    background: #fff;
    z-index: 11;
}

.faq--filter .nice-select {
    border-radius: 4px;
    border: 1px solid rgba(56, 55, 58, 0.15);
    height: 60px;
    width: 100%;
    position: relative;
}

.faq--filter .nice-select .current {
    font-size: 20px;
    color: #4D5357;
    opacity: 0.75;
    line-height: 60px;
    text-transform: none;
    font-weight: 400;
}

.faq--filter .nice-select.open .list {
    width: 100%;
}

.faq--filter .nice-select .option  {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
}


.product-tabs-section {
    border-bottom: 1px solid rgba(77, 83, 87, .15);
}

.product-tabs input {
    position: absolute;
    visibility: hidden;
    display: none;
}

.product-tabs label {
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: rgba(77, 83, 87, .75);
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 32px;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.product-tabs label:not(:last-child) {
    margin-right: 50px;
}

.product-tabs input[type=radio]:not(:checked) + label span {
    border-bottom: 1px dashed rgba(77, 83, 87, .35);
}

.product-tabs input[type=radio]:checked + label {
    font-weight: normal;
    font-size: 20px;
    line-height: 19px;
    color: #009FEE;
    border-bottom: 4px solid #009FEE;
}

.tab-item {
    display: none;
    opacity: 0;
    transition: opacity .3s ease-out;
}
.tab-item:not(.show) {
    opacity: 0;
}
.tab-item.active {
    display: block;
}
.tab-item.show {    
    opacity: 1;
}

.faq--wrapper {
    padding: 10px 0 80px;
}

.faq--wrapper .accordion__item {
    position: relative;
}
.faq--wrapper .accordion__item::after {
    content: ' ';
    width: calc(100% - 80px);
    height: 1px;
    position: absolute;
    display: block;
    background-color: rgb(56 55 58 / 15%);
    bottom: 0;
    left: 40px;
}
.faq--wrapper .accordion__item.no-border::after,
.faq--wrapper .accordion__item:last-child::after {
    display: none;
}

.faq--wrapper .accordion__content {
    background-color: #fff;
    position: relative;
    padding-top: 0;
}

.faq--wrapper .accordion__content > div p:first-child {
    margin-top: 0;
}
.faq--wrapper .accordion__content > div p:last-child {
    margin-bottom: 0;
}

.faq--wrapper .accordion__title {
    padding: 32px 65px 32px 40px;
    display: flex;
    justify-content: space-between;
}

.faq--wrapper .accordion__toggle {
    position: relative;
    right: -25px;
}

.faq--wrapper .accordion .accordion__item:not(:last-child):not(.accordion__item--open) .accordion__title:after {
    display: none;
}

.faq-question {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.faq-question > div:first-child {
    font-size: 18px;
    margin-right: 26px;
    width: 21%;
    line-height: 24px;
}

.btn_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -6px;
    position: relative;
    top: 3px;
}
.btn_icon.btn_icon__message {
    background-image: url(/bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/news.list/.default/images/message.svg);
}

@media (max-width: 1199px) {
    .faq-question > div:first-child {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .faq-question {
        align-items: center;
        flex-direction: column;
        margin-top: 30px;
    }

    .faq-question > div:first-child {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .faq-question--button,
    .faq-question--button .btn {
        width: 100%;
    }

    .btn_icon {
        margin-left: -26px;
    }
}

@media (max-width: 767px) {
    .faq--wrapper .accordion__title {
        align-items: center;
    }

    .faq--wrapper .accordion__title {
        padding: 32px 50px 32px 24px;
    }

    .faq--wrapper .accordion__item::after {
        width: calc(100% - 50px);
        left: 24px;
    }

    .faq-question--button,
    .faq-question--button .btn {
        text-align: center;
        font-size: 12px;
        line-height: 0%;
    }
}

.faq-consultant--wrapper {
    
}

.faq-consultant--item {
    display: flex;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 20px 60px 0px rgba(77, 83, 87, 0.20);
    padding: 35px 40px;
    align-items: center;
    margin-bottom: 60px;
    display: none;
}
.faq-consultant--item.active {
    display: flex;
}

.faq-consultant--item-photo {
    width: 100px;
    height: 100px;
}
.faq-consultant--item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.faq-consultant--item-content {
    padding-left: 25px;
}

.faq-consultant--item-content--description {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 10px;
}

.faq-consultant--item-content--name {
    color: #4D5357;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.faq-consultant--item-content--position {
    color: #000;
    font-size: 14px;
    line-height: normal;
    margin-top: 4px;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .faq-consultant--item.active {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        position: relative;
    }

    .faq-consultant--item-photo {
        flex-grow: 1;
    }

    .faq-consultant--item-content {
        padding-left: 0;
    }

    .faq-consultant--item-content--description {
        position: absolute;
        width: calc(100% - 170px);
        top: 75px;
        left: 145px;
        font-size: 15px;
        line-height: 21px;
        transform: translateY(-50%);
    }

    .faq-consultant--item-content--name {
        margin-top: 25px;
        line-height: 28px;
    }
}
/* End */
/* /bitrix/templates/about-new/components/bitrix/news/faq_new/style.css?17774677191248 */
/* /bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/catalog.filter/.default/style.css?1777467719983 */
/* /bitrix/templates/about-new/components/bitrix/form/faq_main/bitrix/form.result.new/.default/style.css?1777467719741 */
/* /bitrix/templates/about-new/components/bitrix/news/faq_new/bitrix/news.list/.default/style.css?17774677196134 */
