

/* Start:/local/templates/prom_s1/components/intec.universe/main.widget/form.1/style.css?17597396558581*/
.c-form-result-new.c-form-result-new-form-1 .intec-content-wrapper {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-block-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-additional-picture {
    right: 0;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-additional-picture {
    left: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
    position: relative;
    width: 50%;
}
.c-form-result-new.c-form-result-new-form-1 .position-left .form-result-new-form-wrap {
    float: left;
}
.c-form-result-new.c-form-result-new-form-1 .position-right .form-result-new-form-wrap {
    float: right;
}
.c-form-result-new.c-form-result-new-form-1 .position-center .form-result-new-form-wrap {
    margin-left: auto;
    margin-right: auto;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
    position: relative;
    padding: 80px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-header {
    margin-bottom: 50px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    text-align: center;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-element {
    margin-bottom: 25px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-wrap {
    position: relative;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 1px solid;
    outline: none;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input::placeholder {
    font-size: 19px;
    color: inherit;
    opacity: 0.5;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input:focus::placeholder {
    opacity: 1;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-email {
    font-size: 19px;
    line-height: 19px;
    padding: 15px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-textarea {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 25px;
    max-height: 100px;
    min-height: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-input.type-text.type-captcha {
    min-width: initial;
    max-width: initial;
    padding-right: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-element-input-caption {
    font-size: 19px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent {
    font-size: 0;
    margin-top: 50px;
    overflow: hidden;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator {
    position: relative;
    display: block;
    overflow: hidden;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator-content {
    display: block;
    position: relative;
    width: 17px;
    height: 17px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-indicator-content::before {
    content: '';
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #333;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    opacity: 0;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent input:checked + .form-result-new-consent-indicator-content::before {
    display: block;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-consent-content a {
    color: inherit;
    text-decoration: underline;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit {
    font-size: 0;
    text-align: center;
    padding-top: 50px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-submit input {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 30px 45px;
    border: none;
    outline: none;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-title {
    margin-bottom: 10px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha {
    padding-top: 20px;
}
.c-form-result-new.c-form-result-new-form-1 .form-result-new-error,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-captcha-error {
    margin-top: 10px;
}

.c-form-result-new.c-form-result-new-form-1 .form-result-new-sent,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-message {
    min-height: 350px;
    font-size: 25px;
    text-align: center;
}

.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-light,
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-input {
    color: #FFF!important;
    border-color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input {
    background-color: #FFF;
    color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-light .form-result-new-submit input:hover {
    background-color: #333;
    color: #FFF;
}

.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-error .errortext,
.c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap.theme-dark,
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-input {
    color: #333!important;
    border-color: #333;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input {
    background-color: #333;
    color: #FFF;
}
.c-form-result-new.c-form-result-new-form-1 .theme-dark .form-result-new-submit input:hover {
    background-color: #FFF;
    color: #333;
}

@media all and (max-width: 1000px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-wrap {
        float: none!important;
        margin: auto;
        width: initial;
        max-width: 720px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-additional-picture {
        display: none;
    }
}
@media all and (max-width: 720px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-form-content {
        padding: 80px 30px;
    }
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
        font-size: 35px;
        line-height: 40px;
    }
}
@media all and (max-width: 400px) {
    .c-form-result-new.c-form-result-new-form-1 .form-result-new-title {
        font-size: 30px;
        line-height: 35px;
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/intec.universe/main.advantages/template.30/style.css?17597433895271*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.widget.c-advantages.c-advantages-template-30 {
    padding: 60px 0;
}

.widget.c-advantages.c-advantages-template-30 .widget-header .widget-title {
    font-size: 18px;
    line-height: 24px;
    color: #404040;
}

.widget.c-advantages.c-advantages-template-30 .widget-items-wrap {
    overflow: hidden;
}

.widget.c-advantages.c-advantages-template-30 .widget-items {
    margin: -30px;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-wrapper {
    padding: 30px;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-picture-wrap {
    text-align: center;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-picture {
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 24px;
    text-align: left;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-picture svg {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-name {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #404040;
}

.widget.c-advantages.c-advantages-template-30 .widget-item-description {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #B0B0B0;
}

.widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-content {
    margin-top: 0;
}

.widget.c-advantages.c-advantages-template-30[data-name-align=left] .widget-item-name {
    text-align: left;
}

.widget.c-advantages.c-advantages-template-30[data-name-align=center] .widget-item-name {
    text-align: center;
}

.widget.c-advantages.c-advantages-template-30[data-name-align=right] .widget-item-name {
    text-align: right;
}

.widget.c-advantages.c-advantages-template-30[data-picture-align=left] .widget-item-picture {
    margin-top: 5px;
    margin-right: 20px;
    width: 38px;
}

.widget.c-advantages.c-advantages-template-30[data-picture-align=left] .widget-item-picture {
    text-align: left;
    background-position: left center;
}

.widget.c-advantages.c-advantages-template-30[data-picture-align=center] .widget-item-picture {
    text-align: center;
    background-position: center center;
}

.widget.c-advantages.c-advantages-template-30[data-picture-align=right] .widget-item-picture {
    text-align: right;
    background-position: right center;
}

.widget.c-advantages.c-advantages-template-30[data-preview-align=left] .widget-item-description {
    text-align: left;
}

.widget.c-advantages.c-advantages-template-30[data-preview-align=center] .widget-item-description {
    text-align: center;
}

.widget.c-advantages.c-advantages-template-30[data-preview-align=right] .widget-item-description {
    text-align: right;
}

.widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-header {
    padding-right: 30px;
}

.widget.c-advantages.c-advantages-template-30[data-theme=dark][data-title-position=left] .widget-header .widget-title {
    color: #ffffff;
}

.widget.c-advantages.c-advantages-template-30[data-theme=dark][data-title-position=left] .widget-header .widget-description {
    color: #ffffff;
    opacity: 0.6;
}

.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-name {
    color: #FFFFFF;
}

.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-description {
    color: #ffffff;
    opacity: 0.6;
}

.widget.c-advantages.c-advantages-template-30[data-theme=dark] .widget-item-picture svg {
    fill: #fff !important;
    stroke: #fff !important;
}

@media all and (max-width: 900px) {
    .widget.c-advantages.c-advantages-template-30[data-title-position=left] .widget-header {
        padding-right: 0px;
        padding-bottom: 30px;
    }
}

@media all and (max-width: 375px) {
    .widget.c-advantages.c-advantages-template-30 .widget-items {
        margin: -30px -20px;
    }
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.site-delivery__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    color: #1b1e25;
    text-align: center;
}

.site-delivery__text {
    margin-bottom: 30px;
}

.site-delivery__text p {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
}

.delivery-block__title,
.delivery-payment__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    color: #1b1e25;
    text-align: center;
    margin-bottom: 20px;
}

.delivery-block__text,
.delivery-block ul,
.delivery-payment__text {
    text-align: justify;
}

.advantages-delivery {
    margin-bottom: 60px;
}

@media all and (min-width: 992px) {
    .delivery-block__left,
    .delivery-block__right {
        width: 50%;
    }
    .delivery-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media all and (max-width: 992px) {
    .site-delivery .intec-content {
        margin: 0 15px;
    }
}

@media all and (max-width: 768px) {
    .site-delivery__title {
        font-size: 22px;
    }
    .site-delivery__text p {
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/bitrix/system.pagenavigation/.default/style.css?17309770942487*/
.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-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.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: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -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: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/style.css?17309770953681*/
.structure-btp-block {
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 930px;
    clear: both;
    padding-top: 50px;
}

.structure-btp-list {
    position: relative;
    height: 820px;
}

.structure-btp__item {
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background: #F1F4F5;
    padding: 15px;
    transition: all .3s ease-in-out;
}

.structure-btp__item::before {
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g xmlns="http://www.w3.org/2000/svg" fill="%233498db">			<circle cx="256" cy="378.5" r="25"/>			<path d="M256,0C114.516,0,0,114.497,0,256c0,141.484,114.497,256,256,256c141.484,0,256-114.497,256-256     C512,114.516,397.503,0,256,0z M256,472c-119.377,0-216-96.607-216-216c0-119.377,96.607-216,216-216     c119.377,0,216,96.607,216,216C472,375.377,375.393,472,256,472z"/>			<path d="M256,128.5c-44.112,0-80,35.888-80,80c0,11.046,8.954,20,20,20s20-8.954,20-20c0-22.056,17.944-40,40-40     c22.056,0,40,17.944,40,40c0,22.056-17.944,40-40,40c-11.046,0-20,8.954-20,20v50c0,11.046,8.954,20,20,20     c11.046,0,20-8.954,20-20v-32.531c34.466-8.903,60-40.26,60-77.469C336,164.388,300.112,128.5,256,128.5z"/>		</g></svg>');
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #F1F4F5;
    border-radius: 50%;
}

.structure-btp__item img {
    display: inline-block;
    max-width: 100%;
    max-height: 130px;
}

.structure-btp__item--0 {
    top: 5%;
    right: 23%;
}

.structure-btp__item--1 {
    top: 26%;
    right: 20%;
}

.structure-btp__item--2 {
    bottom: 33%;
    right: 16%;
}

.structure-btp__item--3 {
    left: 18%;
    top: 7%;
}

.structure-btp__item--4 {
    left: 19%;
    top: 28%;
}

.structure-btp__item--5 {
    left: 23%;
    bottom: 32%;
}

.structure-btp__item-name {
    display: none;
}

@media all and (min-width: 992px) {
    .structure-btp__item:hover {
        box-shadow: 5px 10px 10px 5px rgb(67 88 214 / 15%);
    }
}

@media all and (max-width: 991px) {
    .structure-btp__item--0 {
        right: 3%;
    }
    .structure-btp__item--1,
    .structure-btp__item--2 {
        right: 0;
    }
    .structure-btp__item--3,
    .structure-btp__item--4 {
        left: 0;
    }
    .structure-btp__item--5 {
        left: 5%;
    }
}

@media all and (max-width: 767px) {
    .structure-btp-block {
        background-image: none !important;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        clear: both;
        padding-top: 50px;
    }
    .structure-btp-list {
        position: relative;
        height: auto;
    }
    .structure-btp__item {
        position: unset;
        cursor: pointer;
        flex-shrink: 0;
    }
    .structure-btp__item-wrapper {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
    }
    .structure-btp__item-name {
        display: block;
        margin-left: 30px;
        color: #3498db;
        cursor: pointer;
        -webkit-transition: color 350ms;
        -moz-transition: color 350ms;
        -ms-transition: color 350ms;
        -o-transition: color 350ms;
        transition: color 350ms;
        text-decoration: underline;
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/fancybox/jquery.fancybox.min.css?173097709516264*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/fancybox/fancybox.css?17600944364837*/
.fancybox-slide--html {
    padding: 0 !important;
}

.fancybox-bg {
    background: rgba(92, 91, 91, .5) !important;
    opacity: 1 !important;
}

.fb {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 30px 90px rgba(92, 91, 91, 0.15), 0px 15px 45px rgba(92, 91, 91, 0.15);
    box-shadow: 0px 30px 90px rgba(92, 91, 91, 0.15), 0px 15px 45px rgba(92, 91, 91, 0.15);
    padding: 0px;
    overflow: hidden;
    margin: 0px 5px;
    min-width: 320px;
}

.fb-s {
    width: auto;
    max-width: 560px;
}

.fb-m {
    width: auto;
    max-width: 880px;
}

.fb-b {
    width: auto;
    max-width: 1010px;
}

.fb-w {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

.cross {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 50px;
    width: 50px;
    border: none;
    background-image: url('data:image/svg+xml;utf8, <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.4" d="M17 1L1 17M1 1L17 17" stroke="%235C5B5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cross:hover {
    background-image: url('data:image/svg+xml;utf8, <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.7" d="M17 1L1 17M1 1L17 17" stroke="%235C5B5B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
}

.fb__teasers {
    display: flex;
}

.fb__teasers-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.fb__teasers-item__icon {
    text-align: center;
    background-position: center center;
    height: 38px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 24px;
}

.fb__teasers-item__icon svg {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    fill: #3498db !important;
    stroke: #3498db !important;
}

.fb__teasers-item__name {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #404040;
}

.fb__teasers-item__text {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #B0B0B0;
}

.fb__bottom {
    padding: 30px;
    border-top: 1px solid #F2F2F2;
}

.fb__head {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    color: #1b1e25;
    margin-bottom: 25px;
}

.fb__body {
    display: flex;
}

.fb__text {
    font-size: 18px;
    margin: 10px 0;
}

.fb__img {
    width: 40%;
    padding: 25px 0;
}

.fb__img img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
}

.fb__inner {
    width: 60%;
    padding: 30px 40px 30px 20px;
}

.fb__btn {
    margin-top: 25px;
}

.fb__btn a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 32px;
    color: #fff;
    border-radius: 28px;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    background-color: #3498db !important;
    fill: #3498db !important;
}

.fb__btn a:visited,
.fb__btn a:active,
.fb__btn a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: inherit;
    color: #fff;
}

.fb__btn a:hover {
    background-color: #5faee3 !important;
    fill: #5faee3 !important;
    color: #fff;
    text-decoration: none;
}

@media all and (max-width: 991px) {
    .fb__btn a {
        width: 100%;
    }
    .fb-m,
    .fb-b {
        max-width: 90%;
    }
    .fb__teasers {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fb__teasers-item {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .fb {
        width: auto;
        max-width: 100%;
        margin: 0;
    }
    .cross {
        top: 0;
        right: 0;
    }
    .fb__body {
        flex-direction: column-reverse;
    }
    .fb__img,
    .fb__inner {
        width: 100%;
    }
    .fb__inner {
        padding: 30px;
    }
    .fb__teasers {
        flex-wrap: wrap;
        justify-content: center;
    }
    .fb__teasers-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/bitrix/news.list/teasers-step/style.css?17309770952085*/
.teasers-step {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teasers-step__grid {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.teasers-step__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    min-height: 120px;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teasers-step__icon {
    height: 50px;
    width: 50%;
}

.teasers-step__num {
    width: 50%;
    text-align: right;
    font-size: 50px;
    line-height: 1;
    color: #1b1e25;
}

.teasers-step__icon svg {
    width: auto;
    height: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    fill: #3498db !important;
    stroke: #3498db !important;
}

.teasers-step__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 35px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-weight: 500;
}

@media all and (max-width: 991px) {
    .teasers-step__grid {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }
}

@media all and (max-width: 767px) {
    .teasers-step__grid {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
/* End */


/* Start:/local/templates/prom_s1/components/intec.universe/main.faq/template.1/style.css?17309770973731*/
.widget.c-faq.c-faq-template-1 .widget-items {
  display: block;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.widget.c-faq.c-faq-template-1 .widget-item {
  display: block;
  border-top: 1px solid #e8e8e8;
}
.widget.c-faq.c-faq-template-1 .widget-item-question {
  display: block;
  padding: 35px 45px;
  cursor: pointer;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  font-weight: bold;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-text {
  display: block;
  padding-right: 75px;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-icon {
  display: block;
  position: absolute;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  top: 50%;
  right: 0;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.widget.c-faq.c-faq-template-1 .widget-item-question-icon i {
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.widget.c-faq.c-faq-template-1 .widget-item-answer {
  display: none;
  padding: 35px 45px 35px 45px;
  background-color: #fafafa;
  border-top: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper {
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
.widget.c-faq.c-faq-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-faq.c-faq-template-1 .widget-footer-button:hover, .widget.c-faq.c-faq-template-1 .widget-footer-button:focus, .widget.c-faq.c-faq-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=left] {
  text-align: left;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] {
  text-align: center;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] .widget-item-question-text {
  padding-left: 75px;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-alignment=right] {
  text-align: right;
}
.widget.c-faq.c-faq-template-1 .widget-item[data-expanded=true] .widget-item-question-icon i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (max-width: 720px) {
  .widget.c-faq.c-faq-template-1 .widget-item-question {
    padding: 25px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-text {
    padding-right: 50px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-answer {
    padding: 35px 25px 35px 25px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] .widget-item-question-text {
    padding-left: 50px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-faq.c-faq-template-1 .widget-item-question {
    padding: 15px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-wrapper {
    font-size: 14px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-question-text {
    padding-right: 35px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item-answer-wrapper {
    font-size: 10px;
  }
  .widget.c-faq.c-faq-template-1 .widget-item[data-alignment=center] .widget-item-question-text {
    padding-left: 35px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/prom_s1/components/intec.universe/main.gallery/template.1/style.css?17309770961650*/
.widget.c-gallery.c-gallery-template-1 .widget-item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-gallery.c-gallery-template-1 .widget-item-picture {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  padding-top: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget.c-gallery.c-gallery-template-1 .widget-item-picture img {
  display: none;
}
.widget.c-gallery.c-gallery-template-1 .widget-item-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -29px;
  margin-top: -29px;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 350ms;
  -moz-transition: opacity 350ms;
  -ms-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.widget.c-gallery.c-gallery-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-gallery.c-gallery-template-1 .widget-footer-button:hover, .widget.c-gallery.c-gallery-template-1 .widget-footer-button:focus, .widget.c-gallery.c-gallery-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-gallery.c-gallery-template-1 .widget-item:hover .widget-item-button {
  opacity: 0.9;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/prom_s1/components/intec.universe/main.widget/form.1/style.css?17597396558581 */
/* /local/templates/prom_s1/components/intec.universe/main.advantages/template.30/style.css?17597433895271 */
/* /local/templates/prom_s1/components/bitrix/system.pagenavigation/.default/style.css?17309770942487 */
/* /local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/style.css?17309770953681 */
/* /local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/fancybox/jquery.fancybox.min.css?173097709516264 */
/* /local/templates/prom_s1/components/bitrix/news.list/structure-btp-modal/fancybox/fancybox.css?17600944364837 */
/* /local/templates/prom_s1/components/bitrix/news.list/teasers-step/style.css?17309770952085 */
/* /local/templates/prom_s1/components/intec.universe/main.faq/template.1/style.css?17309770973731 */
/* /local/templates/prom_s1/components/intec.universe/main.gallery/template.1/style.css?17309770961650 */
