

/* Start:/local/templates/.default/components/bitrix/news.list/origami_faq_list/style.css?164534029910002*/
body div:not([class^=header]) > .puzzle_block.no-padding {
  max-width: 100%; }

body .block_main_left_menu__content.active {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0; }

body .block_main_left_menu__container.mo-main {
  display: none; }

.breadcrumb_block,
.puzzle_block h1 {
  margin: 0 auto; }

.puzzle_block.no-padding.main-container {
  padding-right: 0;
  padding-left: 0; }

.left .questions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.left .questions__manager_wrapper {
  margin-left: 0;
  margin-right: 30px; }

.left .questions__manager-wrapper {
  left: 0;
  right: auto; }

.right .questions {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.questions-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.questions {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.questions__content_description {
  display: block;
  margin-bottom: 35px; }

.questions__content_title {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold; }

.question-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer; }

.questions__content_question {
  border: 1px solid #f7f7f7;
  cursor: pointer; }
  .questions__content_question:not(:last-child) {
    margin-bottom: 10px; }

.questions__content_question[data-opened=true] .question-text {
  color: var(--main-color); }

.questions__content_question[data-opened=true] .question-icon_toggle {
  fill: var(--main-color);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.required-star {
  color: var(--main-color); }

.question-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #f7f7f7; }

.answer-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.answer-text {
  padding: 20px 30px;
  font-size: 15px;
  line-height: 24px; }

.question-icon_toggle {
  fill: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.question-text {
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.questions__manager_wrapper {
  position: relative;
  width: 313px;
  margin-left: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.questions__manager-wrapper {
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 3;
  height: 100%; }

.questions__manager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 313px;
  padding: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mobile-questions__manager_name-wrapper {
  display: none; }

.questions__manager_image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  margin-bottom: 17px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .questions__manager_image .questions__manager_photo {
    width: 100%;
    height: auto; }

.questions__manager_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%; }

.questions__manager_name {
  font-size: 24px;
  font-weight: bold;
  text-align: center; }

.questions__manager_profession {
  margin: 8px 0;
  font-size: 12px;
  text-align: center; }

.questions__manager_message {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  max-width: 100%; }

.questions__manager_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 50px;
  font-weight: bold;
  color: #ffffff;
  background-color: var(--main-color);
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.questions__manager_button,
input[name=web_form_submit] {
  background-color: var(--main-color); }
  .questions__manager_button:hover,
  input[name=web_form_submit]:hover {
    background-color: var(--main-color-hover); }

.questions__form-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: url("/local/templates/.default/components/bitrix/news.list/origami_faq_list/questions_bg.png") center no-repeat;
  background-size: cover; }

.questions__form {
  width: 100%; }

.call-back-buttons p {
  padding-left: 30px; }

@media screen and (max-width: 900px) {
  .questions__manager-wrapper {
    position: initial !important;
    width: 100%;
    height: auto; }
  .questions__manager {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding: 20px; }
  .questions__content_description {
    margin-bottom: 20px; }
  .answer-text {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 21px; }
  .question-wrapper {
    padding: 20px;
    font-size: 14px; }
  .questions__manager_image {
    width: 200px;
    height: 200px;
    margin-right: 34px;
    margin-bottom: 0; }
  .questions__manager_wrapper {
    display: none; }
  .questions__manager_info {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .questions__manager_message {
    text-align: justify; }
  .questions__manager_name-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .questions__manager_profession {
    margin: 0 0 10px;
    text-align: left; }
  .questions__manager_name {
    margin-bottom: 5px;
    font-size: 20px; }
  .questions__manager_message {
    margin-bottom: 30px;
    line-height: 18px; }
  .questions__content_title {
    margin: 30px 0 15px;
    font-size: 20px; } }

@media screen and (max-width: 768px) {
  body h1:not([class]) {
    padding-top: 20px; } }

@media screen and (max-width: 600px) {
  .questions__manager_name-wrapper {
    display: none; }
  .questions__content .questions__content_description {
    font-size: 11px;
    line-height: 17px; }
  .questions__manager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .questions__manager_mobile-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px; }
  .questions__manager_image {
    width: 100px;
    height: 100px;
    margin-right: 20px; }
  .questions__manager_name {
    text-align: left;
    font-size: 17px; }
  .mobile-questions__manager_name-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .questions__manager_message {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 17px; }
  .questions__content_title {
    margin: 30px 0 20px;
    font-size: 17px; } }

@media screen and (max-width: 476px) {
  .questions__manager_button {
    width: 100%; }
  body h1:not([class]) {
    font-size: 24px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16453403081460*/
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: var(--main-color); }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid var(--main-color); }

/* ___________ end catalog pagination __________________ */

/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/origami_webform_new/style.css?16453402916658*/
.contacts-block .main-input-md__wrapper .main-input-md.main-input-bg--gray,
.contacts-block .main-textarea-md__wrapper .main-textarea-md.main-textarea-md--gray,
.contacts-block .main-textarea-md__wrapper .main-label-textarea-md.main-label-textarea-md--gray,
.contacts-block .contacts-call-back-form .phone_input__flag {
    background-color: #ffffff;
}

.contacts-call-back-form .main-input-md__wrapper.fullsize {
    width: 100%;
}

.contacts-call-back-form .main-textarea-md__wrapper {
    margin-top: 18px;
}

.success-message {
    font-weight: bold;
    margin: 20px 0;
    display: block;
}

.contacts-call-back-form .phone_input {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.contacts-call-back-form .feedback_block__captcha_img > img {
    height: 50px;
}

.contacts-call-back-form .feedback_block__captcha_input {
    margin-right: 20px;
}

.contacts-call-back-form .sotbit_order_phone .sotbit_order_phone__block .phone_input input {
    width: calc(100% - 60px);
}

.contacts-call-back-form .phone_input__flag {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 60px;
    padding-right: 10px;
    margin-right: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #DADADA;
    border-radius: 4px 4px 0 0;
    background-color: #F2F2F2;
    background-repeat: no-repeat;
    background-position-x: center !important;
}

.phone_input__flag .bx-flag-16::after,
.phone_input__flag .bx-flag-24::after,
.phone_input__flag .bx-flag-32::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

#phoneNumberInputSelectCountry {
    position: fixed !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-window .popup-window-angly-bottom {
    bottom: -10px;
    height: 10px;
}

.contacts-call-back-form .phone_input__flag .bx-flag-16::before,
.contacts-call-back-form .phone_input__flag .bx-flag-24::before,
.contacts-call-back-form .phone_input__flag .bx-flag-32::before {
    content: '';
    top: 37%;
    right: 11px;
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
    margin-bottom: 4px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
}

.contacts-call-back-form {
    padding: 40px 0;
}

.contacts-call_back-title-wrapper {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.acceptance-checkbox {
    width: 59%;
    padding-left: 15px;
}

.call-back-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
}

.inputs_container {
    display: flex;
}

.form-block-left {
    flex: 0 0 41%;
    padding-right: 15px;
}

.form-block-right {
    display: flex;
    flex-direction: column;
    flex: 0 0 59%;
    padding-left: 15px;
}

input[name=web_form_submit] {
    width: 100%;
    cursor: pointer;
    height: 50px;
    border: none;
    background-color: var(--main-color);
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}

input[name=web_form_submit]:hover {
    background-color: var(--main-color-hover);
}

.contacts-form-send-button {
    width: 41%;
    padding-right: 15px;
}

.form_row {
    position: relative;
    display: flex;
    margin-top: 18px;
    align-items: center;
}

.form_row input::placeholder {
    color: #808080;
    font-size: 15px;
}

.contacts-textarea::placeholder {
    color: #808080;
    font-size: 15px;
}

.required-star {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 4px;
    height: 100%;
    font-size: 22px;
    color: var(--main-color);
}

.feedback_block__form_input {
    padding: 0 15px;
    border: 1px solid #f3f3f3;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.form_block_title {
    margin-bottom: 12px;
}

.call-back-buttons p {
    font-size: 13px;
    padding-left: 25px;
}

.call-back-buttons p .feedback_block__compliance_link {
    font-size: 13px;
}

.feedback_block__captcha-new-input-wrapper input[name="captcha_word"] {
    margin-right: 15px;
}

.feedback_block__captcha-new-input-wrapper {
    display: flex;
}

.contacts-call-back-form .captcha-refresh {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    height: 40px;
    cursor: pointer;
    vertical-align: middle;
}
.contacts-call-back-form .feedback_block__captcha {
    margin-top: 18px;
}

@media(max-width:1024px){
    .contacts-call_back-title-wrapper{
        font-size:24px;
    }
}

@media screen and (max-width: 700px) {
    .inputs_container {
        flex-direction: column;
    }

    .form-block-left {
        padding-right: 0;
    }

    .form-block-right {
        padding-left: 0;
    }

    .form-block-right textarea {
        min-height: 200px;
    }

    .contacts-call-back-form .main-textarea-md__wrapper {
        margin-top: 10px;
    }

    input[name=web_form_submit] {
        height: 40px;
        font-size: 13px;
    }

    .call-back-buttons {
        flex-direction: column-reverse;
        margin-top: 10px;
    }

    .contacts-form-send-button {
        margin-bottom: 10px;
    }

    .acceptance-checkbox {
        width: 100%;
        padding-left: 0;
    }

    .contacts-call_back-title-wrapper {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .form_block_title {
        font-size: 12px;
    }

    .contacts-call-back-form {
        padding: 30px 0;
    }

    .form_row {
        margin-top: 10px;
    }

    .call-back-buttons p {
        font-size: 11px;
    }

    .call-back-buttons p .feedback_block__compliance_link {
        font-size: 11px;
    }

}

@media screen and (max-width: 570px) {
    .feedback_block__captcha-new-input-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 475px) {
    .contacts-form-send-button {
        padding-right: 0;
        width: 100%;
    }
}

.feedback_block__compliance_link {
    color: var(--main-color);
}

.feedback_block__compliance_link:hover {
    color: var(--main-color-hover);
}

.captcha-refresh .icon_refresh {
    fill: var(--main-color);
}

.captcha-refresh:hover .icon_refresh {
    fill: var(--main-color-hover);
}

.feedback_block__compliance_link {
    color: var(--main-color);
}

/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?16952305764354*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/origami_faq_list/style.css?164534029910002 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16453403081460 */
/* /local/templates/.default/components/bitrix/form.result.new/origami_webform_new/style.css?16453402916658 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.css?16952305764354 */
