

/* Start:/bitrix/templates/.default/components/intec.universe/main.gallery/template.9/style.css?17387861602798*/
.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;
}
.widget.c-gallery.c-gallery-template-1 .widget-all-container {
  display: none;
}
.widget.c-gallery.c-gallery-template-1 .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-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-gallery.c-gallery-template-1 .widget-all-container {
    display: block;
  }
  .widget.c-gallery.c-gallery-template-1 .widget-title.align-center.widget-title-margin {
    margin-left: 20px;
  }
  .widget.c-gallery.c-gallery-template-1 .widget-all-container.mobile {
    text-align: right;
    width: 20px;
    max-height: 36px;
  }
  .widget.c-gallery.c-gallery-template-1 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-gallery.c-gallery-template-1 .widget-footer.mobile {
    display: none;
  }
  .widget.c-gallery.c-gallery-template-1 .widget-all-container {
    width: 20px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/templates/universe_s1/components/intec.universe/main.certificates/template.1/style.css?17067303223444*/
.widget.c-certificates.c-certificates-template-1 .widget-item-picture {
  display: block;
  position: relative;
  padding-top: 150%;
  cursor: pointer;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-picture-wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 100%;
  -webkit-transition: top 350ms;
  -moz-transition: top 350ms;
  -ms-transition: top 350ms;
  -o-transition: top 350ms;
  transition: top 350ms;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-picture-wrapper img {
  -webkit-transition: box-shadow 350ms;
  -moz-transition: box-shadow 350ms;
  -ms-transition: box-shadow 350ms;
  -o-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-name {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
  cursor: default;
  -webkit-transition: color 350ms;
  -moz-transition: color 350ms;
  -ms-transition: color 350ms;
  -o-transition: color 350ms;
  transition: color 350ms;
}
.widget.c-certificates.c-certificates-template-1 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-certificates.c-certificates-template-1 .widget-footer-button:hover, .widget.c-certificates.c-certificates-template-1 .widget-footer-button:focus, .widget.c-certificates.c-certificates-template-1 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-wrapper:hover .widget-item-name {
  color: #0065ff;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-wrapper:hover .widget-item-picture-wrapper {
  top: -10px;
}
.widget.c-certificates.c-certificates-template-1 .widget-item-wrapper:hover .widget-item-picture-wrapper img {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.widget.c-certificates.c-certificates-template-1 .widget-header {
  overflow: hidden;
}
.widget.c-certificates.c-certificates-template-1 .widget-all-container {
  display: none;
}
.widget.c-certificates.c-certificates-template-1 .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-certificates.c-certificates-template-1 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-certificates.c-certificates-template-1 .widget-all-container {
    display: block;
  }
  .widget.c-certificates.c-certificates-template-1 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-certificates.c-certificates-template-1 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-certificates.c-certificates-template-1 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-certificates.c-certificates-template-1 .widget-footer.mobile,
.widget.c-certificates.c-certificates-template-1 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-certificates.c-certificates-template-1 .widget-all-container {
    width: 25px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/bitrix/components/custom/main.feedback/templates/section_form/style.css?17516164883269*/
.page__form {
  font-size: 10px;
}
@media (max-width: 1436.98px) {
  .page__form {
    font-size: 8.2px;
  }
}
@media (max-width: 1279.98px) {
  .page__form {
    font-size: 8px;
  }
}
.form-page {
  margin-top: 8em;
}
.form-page__container {
  padding: 0 1rem;
}
.form-page__wrap {
  border: 1px solid rgb(197, 0, 0);
  padding: 3em 5em 0 5em;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  gap: 1rem;
}
.form-page__content {
  display: flex;
  align-items: end;
  justify-content: start;
  flex-direction: row;
  gap: 1rem;
}
.form-page__text-block {
  display: flex;
    align-self: center;
  flex-direction: column;
  gap: 1rem;
}
.form-page__title {
  font-weight: 600;
  font-size: 3.6em;
  line-height: 100%;
  color: rgb(197, 0, 0);
}
.form-page__text {
  font-size: 1.6em;
  line-height: 120%;
  color: #999999;
}
.form-page__image {
  flex: 0 0 auto;
  overflow: hidden;
  width: 27em;
  height: auto;
}
.form-page__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-page__body {
  flex: 0 0 auto;
  font-size: 1.4em;
}
@media (min-width:992.98px) { 
  .form-page__body {
    width: 25em;
    padding-bottom: 2em;
  }
  .form-page__text-block {
    max-width: 75%;
    margin-bottom: 10em;
  }
}
@media (max-width:992.98px) {
  .form-page__image {
    display: none;
  }
  .form-page__wrap {
    padding: 1em 2em;
    justify-content: center;
    flex-direction: column;
  }
}
.form-page input, .form-page textarea {
  border: none;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
}
.form-page .form-group {
    background: #5d5d5d17;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.form-page button {
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #fff;
  background: #d70404c7;
  transition: opacity 0.3s ease 0s;
    font-size: 1em;
  border: 0;
    border-radius: .25em;
}
@media (any-hover: hover) {
  .form-page button:hover {
    opacity: 0.5;
  }
}
/*form*/
.form__row {
  background: #5d5d5d17;
  padding: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.form__input, .form__textarea, .form__file-input {
  border: none;
  width: 100%;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
}
.form__file-input {
  display: none !important;
}
.form__label label {
    border: none;
    border-radius: 3px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 85%;
    font-weight: 600;
}
.form__file-label {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  color: white;
  text-align: center;
  background: #d70404c7;
  height: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  min-width: 180px;
  min-width: 190px;
  margin-top: 10px;
}
.form__button {
  margin: 0 auto;
}
.popup__checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5rem;
}
.checkbox__input {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.popup__text {
  margin: 0 !important;
}
.form__body .mf-captcha .mf-text:first-child {
  display: none;
}
/* End */
/* /bitrix/templates/.default/components/intec.universe/main.gallery/template.9/style.css?17387861602798 */
/* /bitrix/templates/universe_s1/components/intec.universe/main.certificates/template.1/style.css?17067303223444 */
/* /bitrix/components/custom/main.feedback/templates/section_form/style.css?17516164883269 */
