

/* Start:/local/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?17725297703906*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item svg path {
	transition:0.4s;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item:hover svg path {
    fill: #388d92;
}
.faq-flex-content .ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
    text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
    display: inline-flex;
    vertical-align: top;
    margin: -2px;
    flex-wrap: wrap;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
    order: 1;
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
    background-color: #E0E9EC !important;
    border-color: #E0E9EC;
    color: #388D92;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
} 
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    text-align: center;
    padding: 6px;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background: #FFFFFF;
    color: #667070;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: color, background-color, border-color;
    -moz-transition-property: color, background-color, border-color;
    -ms-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
    background-color: #e0e9ec;
    border-color: #e0e9ec;
    color: #388e92;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-previous {
    order: 2;
}

.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-next {
    order: 3;
}
.pagination-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap-reverse;
    margin-top: 40px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-next .system-pagenavigation-item-wrapper, 
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-previous .system-pagenavigation-item-wrapper {
    background: transparent !important;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universesite_s1/components/bitrix/news.list/faq_new/style.css?17725294386394*/
[data-entity="item"].is-new {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Состояние после активации */
[data-entity="item"].is-visible {
    opacity: 1;
    transform: translateY(0);
}
.catalog-section-more-button {
    cursor: pointer;
    display: flex;
    font-weight: 500;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 23px;
    gap: 10px;
    transition: 0.4s;
    line-height: 1;
    color: #388D92;
}

.catalog-section-more-button:hover {
    color: #fff;
    background: #388e92;
}

.catalog-section-more-button svg path{
    transition: 0.4s;}

.catalog-section-more-button:hover path {
    stroke: #fff;
}
.faq-flex {
    flex-wrap: wrap;
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 30px 5px;
}

.faq-flex .faq-form, .faq-flex .faq-content {
    padding: 10px 45px;
}

.faq-flex .faq-form {
    width: 40%;
}

.faq-flex .faq-content {
    width: 60%;
}

.faq-flex-content {
    background: #f5f5f5;
    padding-bottom: 60px;
}
.faq-flex .faq-count {
    font-weight: 450;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 30px;
}
.faq-sort-top {
    display: flex;
    justify-content: flex-end;
}

.faq-sort-panel {
    position: relative;
    margin-bottom: 14px;
}

.faq-sort-panel .panel-wrap {
    padding-top: 12px;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.faq-sort-panel .panel-wrap .panel-box {
    width: 200px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 5px 31px 0px #1946492E;
}

.faq-sort-panel:hover .panel-wrap {
    opacity: 1;
    pointer-events: all;
}

.faq-sort-panel .panel-wrap .panel-box:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 107px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 1;
}

.faq-sort-panel .panel-wrap .panel-box .panel-item a {
    text-decoration: none;
    display: block;
    padding: 14px 20px;
    font-weight: 400;
    transition: 0.4s;
    font-size: 16px;
    color: #262A2E;
    line-height: 1.2;
}

.faq-sort-panel .panel-wrap .panel-box .panel-item a:hover {
    background: #E0E9EC;
    color: #388D92;
}

.faq-sort-panel .panel-hover {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #667070;
    cursor: pointer;
}

.faq-flex .faq-form .input-wrap input, 
.faq-flex .faq-form .input-wrap textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #667070;
    padding: 20px 15px;
    border: 1px solid #E1E1E1;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    outline: none;
}

.faq-flex .faq-form .input-wrap textarea {
    min-height: 160px;
    resize: none;
}
.faq-flex .faq-form .form-result-new-consent-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #82909E;
}

.faq-flex .faq-form .form-result-new-consent-text a {
    text-decoration: underline;
    color: #82909E;
}

.faq-flex .faq-form  label.intec-ui.intec-ui-control-checkbox.intec-ui-scheme-current {
    align-items: baseline;
}

.faq-flex .faq-form span.intec-ui-part-selector {
    position: relative;
    top: 4px;
}
.faq-flex .faq-form button {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.faq-flex .faq-form button:hover {
    color: #388e92 !important;
    background: #E0E9EC !important;
    border-color: #E0E9EC !important;
}
.faq-flex .faq-content .news-item {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq-flex .faq-content .news-item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #262A2E;
    padding-bottom: 25px;
}

.faq-flex .faq-content .news-item .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #667070;
    padding-bottom: 25px;
}

.faq-flex .faq-content .news-item .date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #667070;
}
.popup-faq-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 30px;
    color: #262A2E;
}

.popup-faq-description {
    color: #262A2E;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}
.popup-faq-svg {
    font-size: 0;
    text-align: center;
    padding-bottom: 30px;
}
.intec-template .intec-template-layout-header, 
.intec-template .intec-template-layout-header-wrapper {
    background: #f5f5f5 !important;
} .faq-flex .faq-content .news-item .description p:last-child {
    margin-bottom: 0;
}.faq-flex .faq-content .news-item:last-child {
    margin-bottom: 0;
}

.more.more-mobile {
    padding-bottom: 30px;
	display:none;
}

.more.more-mobile .catalog-section-more-button {
    background: #388D92;
    color: #fff;
}

.more.more-mobile .catalog-section-more-button svg path {
    stroke: #fff;
}
@media (max-width: 600px) {
	.pagination-flex .navigation {
    display: none;
}


.pagination-flex .catalog-section-more-button {
    width: 100%;
}

.pagination-flex .more {
    width: 100%;
}

.pagination-flex {
    margin-top: 20px;
}
    body .popup-window {
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        top: 50% !important;
        bottom: 0 !important;
        width: calc(100% - 60px) !important;
        height: 45%;
        transform: translateY(-50%);
        overflow: scroll;
        margin: 0;
        max-height: none;
        min-height: 250px;
    }
}
@media all and (max-width: 1024px) {
	.faq-flex .faq-form, .faq-flex .faq-content {
		padding: 10px 15px;
	}
}
@media all and (max-width: 768px) {
	.more.more-mobile {
	display:block;
}	.more.more-desktop {
	display:none;
}
	.faq-flex .faq-form {
		padding-bottom: 30px;
	}
	
.faq-flex {
    flex-direction: column-reverse;
}
	.faq-flex .faq-form, .faq-flex .faq-content {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/universesite_s1/components/intec.universe/main.widget/form.8/style.css?177249442811702*/
.c-form-result-new.c-form-result-new-form-8 {
    padding-bottom: 70px;
    display: block;
    padding-top: 90px;
    background: #fff;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-wrapper {
    background-position: center;
    background: -webkit-linear-gradient(180deg, rgb(241, 248, 251), rgb(224, 233, 236));
    background: -moz-linear-gradient(180deg, rgb(241, 248, 251), rgb(224, 233, 236));
    background: linear-gradient(180deg, rgb(241, 248, 251), rgb(224, 233, 236));
    border-radius: 10px;
    position: relative;
}
.c-form-result-new.c-form-result-new-form-8 .decoration {
    width: 144px;
    position: absolute;
    height: 134px;
    border-radius: 8px;
}

.c-form-result-new.c-form-result-new-form-8 .decoration:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background: #fff;
    border-radius: 10px;
}

.c-form-result-new.c-form-result-new-form-8 .decoration:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #E0E9EC;
    border-radius: 10px;
    z-index: 1;
}

.c-form-result-new.c-form-result-new-form-8 .decoration img {
    z-index: 2;
    position: relative;
    top: -31px;
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-additional-picture {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
    position: relative;
    padding: 34px 5% 68px 13%;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-header {
    margin-bottom: 37px;
    display: flex;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
    margin: 0;
    width: 45%;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    text-align: left;
    padding-right: 10px;
    color: #262A2E;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send {
    width: 100%;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper {
    overflow: hidden;
    background: #fff;
    padding: 30px 31px;
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper .close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper .image {
    padding-bottom: 30px;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 30px;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper .description {
    font-weight: 400;
    font-size: 16px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-description {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
    width: 55%;
    color: #262A2E;
    max-width: 556px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-fields {
    flex-wrap: wrap;
    display: flex;
    margin: -5px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-field {
    display: block;
    padding: 5px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-field input {
    font-size: 18px;
    width: 100%;
    outline: none;
    padding: 16px 15px;
    border: 1px solid #fff;
    border-radius: 10px;
        color: #262A2E;
    transition: 0.4s;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content.active input {
    border-color: #388D92;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-field-content textarea {
  width: 100%;
  min-width: 100%;
        color: #262A2E;
  max-width: 100%;
  max-height: 250px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-field-title-mobile {
    left: 16px;
    top: 20px;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    pointer-events: none;
    transition: 0.4s;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content {
    position: relative;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content.active {}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content.active .form-result-new-field-title-mobile {
    top: -22px;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content.active .form-result-new-field-title-mobile:after {
    color: #6e6e6e;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-captcha-image img {
  width: 180px;
  height: 40px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent * {
    color: #82909E;
    font-size: 13px;
    font-weight: 400;
    align-items: flex-start;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent span.intec-ui-part-selector {
    background: transparent;
    border-color: #82909E !important;
    background-color: transparent !important;
    position: relative;
    top: 2px;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent {
    padding-top: 17px;
    width: 70%;
    max-width: 460px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent .intec-ui.intec-ui-control-checkbox .intec-ui-part-selector:before {
    top: 2px;
    left: 3px;
    font-size: 10px;
    color: #82909E !important;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-button {
    z-index: 2;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 32px 37px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    background: #388D92;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent a {
    text-decoration: underline;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-button svg {
    position: relative;
    margin-left: 7px;
    top: 2px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-error {
    color: #262a2e !important;
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0;
    margin-bottom: 10px;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-error font.errortext {
    color: #262a2e !important;
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-button:disabled {
  background-color: #CCCCCC !important;
  border-color: #CCCCCC !important;
  cursor: not-allowed;
}



.c-form-result-new.c-form-result-new-form-8 .decoration {
    width: 144px;
    position: absolute;
    height: 134px;
    border-radius: 8px;
}

.c-form-result-new.c-form-result-new-form-8 .decoration:after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background: #fff;
    border-radius: 10px;
}

.c-form-result-new.c-form-result-new-form-8 .decoration:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #E0E9EC;
    border-radius: 10px;
    z-index: 1;
}

.c-form-result-new.c-form-result-new-form-8 .decoration img {
    z-index: 2;
    position: relative;
    top: -31px;
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-content .form-result-new-buttons {position: absolute;bottom: 0;right: 0;}

.c-form-result-new.c-form-result-new-form-8 .form-result-new-content .form-result-new-buttons:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #fff;
    border-radius: 10px;
}

@media all and (max-width: 1200px) {
    .c-form-result-new.c-form-result-new-form-8 .form-result-new-header {
        display: block;
        padding-left: 160px;    margin-bottom: 60px;
    }

	.c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
		padding-left: 0;
		padding-bottom: 20px;
		padding-right: 0;
		width: 100%;
	}

	.c-form-result-new.c-form-result-new-form-8 .form-result-new-description {
		width: 100%;
	}

	.c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
		padding: 34px 22px 68px 22px;
	}
}
@media all and (max-width: 768px) {
	.c-form-result-new.c-form-result-new-form-8 .form-result-new-button {
		padding: 22px 31px 22px 29px;
		font-size: 18px;
	}
	.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent {
		padding-top: 27px;
		width: calc(100% - 250px);
	}
    .c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
        padding: 34px 22px 25px 22px;
    }
}
@media all and (max-width: 700px) {
	.c-form-result-new.c-form-result-new-form-8 .form-result-new-field {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}.c-form-result-new.c-form-result-new-form-8 .form-result-new-field .form-result-new-field-content.active .form-result-new-field-title-mobile {
 
    opacity: 0;
}
}
@media all and (max-width: 560px) {.c-form-result-new.c-form-result-new-form-8 .form-result-new-popup-send .form-result-new-popup-wrapper {
    width: calc(100% - 30px);
}
.c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
    font-size: 28px;
    line-height: 1.2;
    height: 86px;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-description {
    margin-left: -100px;
    font-size: 14px;
    line-height: 1.2;
    width: calc(100% + 100px);
}.c-form-result-new.c-form-result-new-form-8 .decoration {
    width: 90px;
    height: 91px;
}.c-form-result-new.c-form-result-new-form-8 .decoration img {
    top: -9px;
    animation-name: none;
    width: 80px;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-header {
    padding-left: 100px;    margin-bottom: 30px;
}.c-form-result-new.c-form-result-new-form-8 .decoration:after {
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent {
    padding-top: 20px;
    width: 100%;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-content .form-result-new-buttons {
    position: relative;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-content .form-result-new-buttons:after{
	display:none;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-button {
        margin-top: 20px;
        font-size: 18px;
        display: block;
        width: 100%;
        padding: 22px 20px;
}    .c-form-result-new.c-form-result-new-form-8 .form-result-new-content {
        padding: 34px 22px 20px 22px;
    }.c-form-result-new.c-form-result-new-form-8 .form-result-new-field input {
    font-size: 16px;
    padding: 18px 15px;
}.c-form-result-new.c-form-result-new-form-8 .form-result-new-consent * {
    font-size: 13px;
}
}
@media all and (max-width:375px) {
    .c-form-result-new.c-form-result-new-form-8 .form-result-new-title {
	font-size: 20px;
	}
	}
/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/universesite_s1/components/bitrix/system.pagenavigation/.default/style.css?17725297703906 */
/* /local/templates/universesite_s1/components/bitrix/news.list/faq_new/style.css?17725294386394 */
/* /local/templates/universesite_s1/components/intec.universe/main.widget/form.8/style.css?177249442811702 */
