

/* Start:/bitrix/elements/intec.constructor/text/style.css?16808663212160*/
.ns-intec-constructor.block-element.block-element-text {
    display: block;
    font-size: medium;
    line-height: normal;
    letter-spacing: normal;
}
.ns-intec-constructor.block-element.block-element-text p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.ns-intec-constructor.block-element.block-element-text form {
    display: block;
    margin-top: 0;
}
.ns-intec-constructor.block-element.block-element-text h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.ns-intec-constructor.block-element.block-element-text pre {
    display: block;
    font-family: monospace;
    margin: 1em 0;
    white-space: pre;
}
.ns-intec-constructor.block-element.block-element-text address {
    display: block;
    font-style: italic;
}
.ns-intec-constructor.block-element.block-element-text div {
    display: block;
}
/* End */


/* Start:/bitrix/elements/intec.constructor/image/style.css?16808663211078*/
.ns-intec-constructor.block-element.block-element-image {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ns-intec-constructor.block-element.block-element-image .block-element-image-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -ms-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    -webkit-transition-property: border-color;
    -moz-transition-property: border-color;
    -ms-transition-property: border-color;
    -o-transition-property: border-color;
    transition-property: border-color;
}
.ns-intec-constructor.block-element.block-element-image.block-element-image-empty {
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #efefef;

}
.ns-intec-constructor.block-element.block-element-image.block-element-image-empty .block-element-image-border {
    border: 1px solid #aaaaaa;
}
/* End */


/* Start:/bitrix/templates/garderob_s1/components/intec.universe/main.gallery/template.3/style.css?16808664786803*/
.widget.c-gallery.c-gallery-template-3 .widget-tabs + .widget-tabs-content {
  margin-top: 30px;
}
.widget.c-gallery.c-gallery-template-3 [data-indent=small] .widget-item {
  padding: 2px;
}
.widget.c-gallery.c-gallery-template-3 [data-indent=default] .widget-item {
  padding: 6px;
}
.widget.c-gallery.c-gallery-template-3 [data-indent=big] .widget-item {
  padding: 10px;
}
.widget.c-gallery.c-gallery-template-3 .widget-item-wrapper {
  cursor: pointer;
  overflow: hidden;
}
.widget.c-gallery.c-gallery-template-3 .widget-item-picture {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -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: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
}
.widget.c-gallery.c-gallery-template-3 .widget-item-picture img {
  display: none;
}
.widget.c-gallery.c-gallery-template-3 .widget-item-wrapper:hover .widget-item-picture {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.widget.c-gallery.c-gallery-template-3 .owl-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev::after,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev svg path,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next svg path {
  stroke: #808080;
  -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: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev:hover svg path,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next:hover svg path {
  stroke: #FFF;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev.disabled,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next.disabled {
  background-color: #FFF !important;
  border-color: #F2F2F2 !important;
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev.disabled svg path,
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next.disabled svg path {
  stroke: #F2F2F2 !important;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev {
  left: 0;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-prev i {
  padding-right: 2px;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next {
  right: 0;
}
.widget.c-gallery.c-gallery-template-3 .owl-nav .owl-next i {
  padding-left: 2px;
}
.widget.c-gallery.c-gallery-template-3 .owl-dots {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.widget.c-gallery.c-gallery-template-3 .owl-dots .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border: 2px solid #ababab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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: border-color, background-color;
  -moz-transition-property: border-color, background-color;
  -ms-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}
.widget.c-gallery.c-gallery-template-3 .owl-dots .owl-dot:hover {
  border-color: #000000;
}
.widget.c-gallery.c-gallery-template-3 .owl-dots .owl-dot.active {
  border-color: #000000;
  background-color: #000000;
}
.widget.c-gallery.c-gallery-template-3 .widget-footer {
  margin-top: 30px;
}
.widget.c-gallery.c-gallery-template-3 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-gallery.c-gallery-template-3 .widget-footer-button:hover, .widget.c-gallery.c-gallery-template-3 .widget-footer-button:focus, .widget.c-gallery.c-gallery-template-3 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-gallery.c-gallery-template-3 .widget-header {
  overflow: hidden;
}
.widget.c-gallery.c-gallery-template-3 .widget-all-container {
  display: none;
}
.widget.c-gallery.c-gallery-template-3 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-gallery.c-gallery-template-3 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-gallery.c-gallery-template-3 .widget-all-container {
    display: block;
  }
  .widget.c-gallery.c-gallery-template-3 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-gallery.c-gallery-template-3 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-gallery.c-gallery-template-3 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-gallery.c-gallery-template-3 .widget-footer.mobile,
.widget.c-gallery.c-gallery-template-3 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-gallery.c-gallery-template-3 .widget-all-container {
    width: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/garderob_s1/components/intec.universe/main.widget/form.2/style.css?168086647811297*/
.widget.c-form-result-new.c-form-result-new-form-2 {
  position: relative;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-body {
  position: relative;
  z-index: 2;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-error font {
  font-weight: bold;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-description {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin-top: 20px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-sent {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 25px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-fields {
  min-height: 20px;
  margin-top: 50px;
  margin-bottom: -20px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-wrap {
  margin-bottom: 20px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-input {
  display: block;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 15px 25px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #FFF;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-input::placeholder {
  opacity: 0.5;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-input:focus::placeholder {
  opacity: 1;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-input-error {
  border-bottom-color: #C50000 !important;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field-input-error::placeholder {
  color: #C50000 !important;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-field textarea {
  height: 93px;
  max-height: 250px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-captcha {
  display: inline-block;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-captcha-wrap {
  font-size: 0;
  margin-top: 35px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-captcha-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin-bottom: 10px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-captcha-input {
  display: inline-block;
  text-align: center;
  width: 180px;
  min-width: initial;
  max-width: initial;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent {
  font-size: 0;
  margin-top: 35px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent label {
  text-align: left;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-indicator-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-indicator {
  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;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-indicator::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;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-content {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-content a {
  text-decoration: underline;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-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;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent input:checked + .widget-form-result-new-consent-indicator::before {
  display: block;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent + .widget-form-result-new-submit-wrap {
  margin-top: 20px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-submit {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 18px 40px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-submit[disabled] {
  background-color: #F2F2F2;
  border-color: #E8E8E8;
  cursor: pointer;
}
.widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-submit-wrap {
  font-size: 0;
  margin-top: 35px;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-background=true] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-error font {
  color: #333 !important;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-field-input {
  border-bottom-color: #333;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-error font {
  color: #FFF !important;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-field-input {
  border-bottom-color: #FFF;
}
.widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-title, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-description, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-sent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-captcha-wrap, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-consent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=left].widget-form-result-new-submit-wrap {
  text-align: left;
}
.widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-title, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-description, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-sent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-captcha-wrap, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-consent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=center].widget-form-result-new-submit-wrap {
  text-align: center;
}
.widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-title, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-description, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-sent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-captcha-wrap, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-consent, .widget.c-form-result-new.c-form-result-new-form-2 [data-align=right].widget-form-result-new-submit-wrap {
  text-align: right;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-title, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-description, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-sent, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-field-input, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-field-input::placeholder, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-captcha-title, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-consent-content, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=dark] .widget-form-result-new-consent-content a {
  color: #333;
}
.widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-title, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-description, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-sent, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-field-input, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-field-input::placeholder, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-captcha-title, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-consent-content, .widget.c-form-result-new.c-form-result-new-form-2[data-theme=light] .widget-form-result-new-consent-content a {
  color: #FFF;
}
@media all and (max-width: 768px) {
  .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-title {
    font-size: 35px;
    line-height: 40px;
  }
  .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-description {
    font-size: 13px;
    line-height: 18px;
  }
  .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent-content {
    font-size: 13px;
  }
}
@media all and (max-width: 500px) {
  .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent[data-align=left], .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-consent[data-align=right], .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-submit-wrap[data-align=left], .widget.c-form-result-new.c-form-result-new-form-2 .widget-form-result-new-submit-wrap[data-align=right] {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/garderob_s1/components/intec.universe/main.widget/form.5/style.css?16808664781555*/
.widget.c-widget.c-widget-form-5 {
  position: relative;
  z-index: 0;
}
.widget.c-widget.c-widget-form-5 .widget-form {
  background-color: #fafafa;
}
.widget.c-widget.c-widget-form-5 .widget-form[data-borders=rounded] {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.widget.c-widget.c-widget-form-5 .widget-form-wrapper {
  position: relative;
  padding: 38px 40px;
}
.widget.c-widget.c-widget-form-5 .widget-form-image {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
  background-image: url("/bitrix/templates/garderob_s1/components/intec.universe/main.widget/form.5/images/question_mark.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.widget.c-widget.c-widget-form-5 .widget-form-title {
  font-size: 24px;
  font-weight: 100;
  color: #2e2e2e;
  white-space: normal;
  padding: 10px 40px;
  border-right: 4px solid #fff;
}
.widget.c-widget.c-widget-form-5 .widget-form-description {
  font-size: 14px;
  line-height: 20px;
  color: #2e2e2e;
  text-align: left;
  white-space: normal;
}
.widget.c-widget.c-widget-form-5 .widget-form-button {
  color: #fff;
}
@media all and (max-width: 768px) {
  .widget.c-widget.c-widget-form-5 .widget-form-title {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-image {
    top: -10px;
  }
  .widget.c-widget.c-widget-form-5 .widget-form-description {
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/elements/intec.constructor/text/style.css?16808663212160 */
/* /bitrix/elements/intec.constructor/image/style.css?16808663211078 */
/* /bitrix/templates/garderob_s1/components/intec.universe/main.gallery/template.3/style.css?16808664786803 */
/* /bitrix/templates/garderob_s1/components/intec.universe/main.widget/form.2/style.css?168086647811297 */
/* /bitrix/templates/garderob_s1/components/intec.universe/main.widget/form.5/style.css?16808664781555 */
