

/* Start:/local/templates/prom_s1/components/intec.universe/main.widget/form.cnp/style.css?17309770968412*/
.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;
    }
}
/* 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/cnp.slider.1/style.css?17393514543493*/
.cnp-slider {
    margin: 40px 0;
}

.cnp-slider .cnp-slider__grid {
    margin: 0 1rem;
}

.cnp-slider .cnp-slider__pic {
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cnp-slider .cnp-slider__name {
    text-align: center;
    margin-top: 24px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
}

.cnp-slider .cnp-slider__text {
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #B0B0B0;
}

.cnp-slider .cnp-slider-nav {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 30px;
    left: -15px;
}

.cnp-slider .cnp-slider-nav button {
    position: absolute;
    top: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 6px;
    margin: 0;
    opacity: 1;
    padding: 12px;
    background-color: #3498db;
    border: 1px solid #F2F2F2;
    color: white;
    outline: none;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: background-color, border, opacity;
    -moz-transition-property: background-color, border, opacity;
    -ms-transition-property: background-color, border, opacity;
    -o-transition-property: background-color, border, opacity;
    transition-property: background-color, border, opacity;
}

.cnp-slider .cnp-slider-nav .cnp-slider-nav-left {
    left: 0;
}

.cnp-slider .cnp-slider-nav .cnp-slider-nav-right {
    right: 0;
}

.cnp-slider .cnp-slider-nav button.disabled {
    border-color: #F2F2F2 !important;
    opacity: 0.4;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cnp-slider .cnp-slider-dots {
    padding-top: 10px;
    display: flex;
    font-size: 0;
    text-align: center;
    margin: -5px -10px;
    min-width: 20px;
    min-height: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cnp-slider .cnp-slider-dots .cnp-slider-dot {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    border: none;
    background: 0 0;
    padding: 8px;
    margin: 0;
    outline: 0;
    cursor: pointer;
}

.cnp-slider .cnp-slider-dots .cnp-slider-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid grey;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.cnp-slider .cnp-slider-dots .cnp-slider-dot.active span {
    background-color: #3498db;
    border-color: #1b1e25;
}

@media all and (max-width: 991px) {

}

@media all and (max-width: 767px) {
    
}
/* End */


/* 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.brands/template.1/style.css?17309770975268*/
.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-navigation {
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px;
}

.widget.c-brands.c-brands-template-1 .intec-ui.intec-ui-control-dots {
    padding-top: 10px;
}

.widget.c-brands.c-brands-template-1 .widget-item,
.widget.c-brands.c-brands-template-1 .widget-item-wrapper {
    display: block;
}

.widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
    padding: 16px 60px;
}

@media all and (max-width: 1024px) {
    .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
        padding: 16px 40px;
    }
}

@media all and (max-width: 500px) {
    .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
        padding: 16px 40px !important;
    }
}

@media all and (max-width: 375px) {
    .widget.c-brands.c-brands-template-1[data-slider=false] .widget-item-wrapper {
        padding: 16px 80px !important;
    }
}

.widget.c-brands.c-brands-template-1[data-slider=false][data-columns="3"] .widget-item-wrapper {
    padding: 16px 80px;
}

@media all and (max-width: 1024px) {
    .widget.c-brands.c-brands-template-1[data-slider=false][data-columns="3"] .widget-item-wrapper {
        padding: 16px 60px;
    }
}

.widget.c-brands.c-brands-template-1[data-slider=false][data-columns="5"] .widget-item-wrapper {
    padding: 16px 40px;
}

.widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
    padding: 25px 50px;
}

@media all and (max-width: 1024px) {
    .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
        padding: 25px 40px;
    }
}

@media all and (max-width: 500px) {
    .widget.c-brands.c-brands-template-1[data-slider=true] .widget-item-wrapper {
        padding: 5px 40px !important;
    }
}

.widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
    padding: 25px 100px;
}

@media all and (max-width: 1024px) {
    .widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
        padding: 25px 60px;
    }
}

@media all and (max-width: 768px) {
    .widget.c-brands.c-brands-template-1[data-slider=true][data-columns="3"] .widget-item-wrapper {
        padding: 25px 40px;
    }
}

.widget.c-brands.c-brands-template-1[data-slider=true][data-columns="5"] .widget-item-wrapper {
    padding: 25px 40px;
}

.widget.c-brands.c-brands-template-1 .widget-item-picture {
    display: block;
    padding-top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: filter, opacity, transform;
    -moz-transition-property: filter, opacity, transform;
    -ms-transition-property: filter, opacity, transform;
    -o-transition-property: filter, opacity, transform;
    transition-property: filter, opacity, transform;
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -ms-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
}

.widget.c-brands.c-brands-template-1 .widget-footer-button {
    color: #2d2d2d !important;
}

.widget.c-brands.c-brands-template-1 .widget-footer-button:hover,
.widget.c-brands.c-brands-template-1 .widget-footer-button:focus,
.widget.c-brands.c-brands-template-1 .widget-footer-button:active {
    color: #fff !important;
}

.widget.c-brands.c-brands-template-1 .widget-item-wrapper:hover .widget-item-picture {
    opacity: 1 !important;
}

.widget.c-brands.c-brands-template-1[data-slider=true][data-slider-navigation=true] .widget-items {
    margin: 0 30px;
    margin-top: -25px;
    width: auto;
}

.widget.c-brands.c-brands-template-1[data-slider=true][data-slider-dots=true] .intec-ui.intec-ui-control-navigation {
    bottom: 30px;
}

@media all and (max-width: 500px) {
    .widget.c-brands.c-brands-template-1[data-slider=true][data-slider-dots=true] .intec-ui.intec-ui-control-navigation {
        bottom: 0;
    }
}

.widget.c-brands.c-brands-template-1[data-effect=grayscale] .widget-item-picture {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.widget.c-brands.c-brands-template-1[data-effect=blur] .widget-item-picture {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.widget.c-brands.c-brands-template-1[data-effect=brightness] .widget-item-picture {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.widget.c-brands.c-brands-template-1[data-effect=sepia] .widget-item-picture {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.widget.c-brands.c-brands-template-1[data-effect=zoom] .widget-item-wrapper:hover .widget-item-picture {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.widget.c-brands.c-brands-template-1 .widget-item-wrapper:hover .widget-item-picture {
    -webkit-filter: none;
    filter: none;
}

.brands-link__main {
    text-align: center;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}


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


/* Start:/local/templates/prom_s1/components/intec.universe/main.widget/contact.1/style.css?17309770964038*/
.widget.c-widget.c-widget-contact-1 .widget-content,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper-2 {
  position: relative;
  display: block;
  min-height: 600px;
  z-index: 0;
}
.widget.c-widget.c-widget-contact-1 .widget-block {
  position: relative;
  display: block;
  padding: 35px 100px;
  visibility: hidden;
  z-index: 1;
}
.widget.c-widget.c-widget-contact-1 .widget-block-wrapper {
  display: block;
  max-width: 400px;
  padding: 25px 40px 60px 40px;
  margin: 0;
  background: #fff;
  visibility: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-widget.c-widget-contact-1 .widget-block-wrapper-2 {
  display: block;
}
.widget.c-widget.c-widget-contact-1 .widget-block-title {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  color: #1d1d1d;
  margin-bottom: 30px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-items {
  display: block;
  margin: -13px 0;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item {
  display: block;
  padding: 13px 0;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #6a696e;
  margin-bottom: 5px;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: #1d1d1d;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.widget.c-widget.c-widget-contact-1 .widget-block-item-value a:hover {
  color: #0065ff;
}
.widget.c-widget.c-widget-contact-1 .widget-map {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 0;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-block {
  width: 40%;
  padding: 0;
  background: #fff;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-block-wrapper {
  padding: 60px 40px 60px 40px;
  margin: 0 auto;
}
.widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=left] .widget-map {
  left: auto;
  width: 60%;
}
@media all and (max-width: 1000px) {
  .widget.c-widget.c-widget-contact-1 .widget-content,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper,
.widget.c-widget.c-widget-contact-1 .widget-content-wrapper-2 {
    min-height: auto;
  }
  .widget.c-widget.c-widget-contact-1 .widget-block {
    width: auto;
    padding: 0;
    background: #fff;
  }
  .widget.c-widget.c-widget-contact-1 .widget-block-wrapper {
    padding: 60px 40px 60px 40px;
    margin: 0 auto;
  }
  .widget.c-widget.c-widget-contact-1 .widget-map {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 400px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-block {
    padding: 0;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-block-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over] .widget-map {
    position: relative;
    height: 350px;
  }
  .widget.c-widget.c-widget-contact-1[data-block-show=true][data-block-view=over][data-wide=true] .widget-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}

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

/* End */


/* Start:/local/templates/prom_s1/components/bitrix/map.yandex.view/.default/style.css?1730977095250*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

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

/* End */


/* Start:/local/templates/prom_s1/components/bitrix/map.yandex.system/.default/style.css?1730977095515*/
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default {
  display: block;
  position: relative;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-control {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-system.c-map-yandex-system-default .map-yandex-system-overlay {
  display: none;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/* End */
/* /local/templates/prom_s1/components/intec.universe/main.widget/form.cnp/style.css?17309770968412 */
/* /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/cnp.slider.1/style.css?17393514543493 */
/* /local/templates/prom_s1/components/intec.universe/main.widget/form.1/style.css?17597396558581 */
/* /local/templates/prom_s1/components/intec.universe/main.brands/template.1/style.css?17309770975268 */
/* /local/templates/prom_s1/components/intec.universe/main.widget/contact.1/style.css?17309770964038 */
/* /local/templates/prom_s1/components/bitrix/map.yandex.view/.default/style.css?1730977095250 */
/* /local/templates/prom_s1/components/bitrix/map.yandex.system/.default/style.css?1730977095515 */
