

/* Start:/local/templates/.default/components/gcio/news.detail/workshops/style.css?1756571611540*/
.reg-button-block button {
    max-width: 560px;
	min-width: 420px;
    margin: auto;
    width: auto;
    display: block;
    padding: 0 16px;
}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.reg-button-block .reg-under-button-text {
	max-width: 400px;
	margin: 10px auto 0;
	display: block;
	text-align: center;
}

.reg-button-block .reg-after-button-text {
	margin: 15px auto 0;
}

.reg-button-block {
	margin: 20px 0 40px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17565716115619*/
.auth-page {
  min-height: 100vh;
  width: 100%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 14px;
  line-height: 20px;
  color: #989898; }
  .auth-page a {
    color: #2B70B3;
    text-decoration: underline; }

.auth-page-logo {
  text-align: center; }

.auth-page-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.auth-page-window {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%; max-width: 550px; 
  margin: 0 auto;
  padding: 45px 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .auth-page-window {
      width: 100%;
      max-width: 390px;
      border: 0; } }
  .auth-page-window .h {
    font-weight: bold;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
    color: #000; }
    .auth-page-window .h small {
      margin-top: 5px;
      font-size: 16px;
      line-height: normal;
      display: block;
      font-weight: normal;
      color: #989898; }



.auth-form {
  width: 240px;
  margin: 0 auto; }
  .auth-form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .auth-form .form-row:not(:last-child) {
      margin-bottom: 15px; }
    .auth-form .form-row label {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 4px; }
    .auth-form .form-row small {
      font-size: 12px; }

.auth-page-aside {
  text-align: center; }

.auth-page-footer {
  text-align: center;
  color: #858585;
  font-size: 14px;
  line-height: 1.1; }
  .auth-page-footer .social-links {
    margin-top: 20px; }
    .auth-page-footer .social-links a {
      color: #858585; }

.password-complex {
  display: inline-block;
  position: relative;
  width: 100%; }
  .password-complex input {
    width: 100%;
    padding-right: 45px; }
  .password-complex .password-switch {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    cursor: pointer; }

.icon-password {
  width: 22px;
  height: 19px;
  background: url(/local/static/html/images/pass-switch.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: relative; }

/*# sourceMappingURL=auth.css.map */

font.errortext {
  color: red;
}

.compact-view .textarea-popup {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 12px;
}
.compact-view .btn-reg {
    margin-top: 20px;
    max-width: 200px;
}
.compact-view .auth-form {
    width: auto;
}

.compact-view .auth-page-window {
    background: transparent;
    border-color: transparent;
    border-width: 0px;
    padding: 35px 0;
   
}

.blocker {
    z-index: 2;
}

.is-compass-wall.auth-page-window{
  width: 100%;
  max-width: 100%;
}
.is-compass-wall.auth-page-window .row{
  margin-left: -20px;
  margin-right: -20px;
  row-gap: 20px;
}
.is-compass-wall.auth-page-window .row>div{
  padding-left: 20px;
  padding-right: 20px;
}

.is-compass-wall.auth-page-window .btn-reg{
  margin-top: 0;
  width: 100%; max-width: inherit;
  display: block;
  margin-bottom: 35px;
}
.is-compass-wall.auth-page-window .col-auth{
  display: flex;
  flex-direction: column;
}
.is-compass-wall.auth-page-window .col-auth .form-row:last-child{
  order: -1;
}
@media (max-width: 991px){
  .is-compass-wall.auth-page-window .col-auth .form-row:last-child{
    margin-bottom: 10px;
    order: 1;
  }
  .is-compass-wall.auth-page-window .col-auth+.col-6{
    display: flex;
    flex-direction: column-reverse;
  }
  .is-compass-wall.auth-page-window .col-auth+.col-6 .btn-reg{
    margin-bottom: 0;
    margin-top: 20px;
  }
  .is-compass-wall.auth-page-window .btn-reg{
    margin-bottom: 10px;
  }
}
.is-compass-wall.auth-page-window footer{
  margin-top: 40px;
  font-size: 16px;
}
.auth-comment{
  display: block;
  text-align: center;
  font-size: 14px;
}
.modal.paywall-blocker{
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
	font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal.paywall-blocker .h{
  font-size: 1.1em;
  font-weight: bold;
}
.modal.paywall-blocker .close-modal{
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/local/static/images/close-cross.png);
}
/* End */


/* Start:/local/components/gcio/comments/templates/.default/style.css?17565716111466*/
div.comment-text .author-company {
    font-size: 14px;
    line-height: 1.4;
    color: #858585;
    font-weight: normal;
}

div.comment-text .author-role {

}

.products_guests_attention_new {
    border: medium none;
    border-radius: 2px;
    padding: 6px 20px 0px 17px;
    background-color: #5d5d5d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#5d5d5d),to(#8c8c8c));
    background: -webkit-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -moz-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: -o-linear-gradient(center top,#5d5d5d,#8c8c8c);
    background: linear-gradient(to bottom,#5d5d5d,#8c8c8c);
    -pie-background: linear-gradient(#5d5d5d,#8c8c8c);
    behavior: url(/js/PIE.htc);
    display: inline-block;
    position: relative;
    width: 95%;
    font: 12px/16px Arial,Verdana,Helvetica,sans-serif;
}

.products_guests_attention_new .attention {
    background: url(/local/static/images/exclamation.svg) no-repeat scroll 0 0 transparent;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 25px;
    width: 20px;
}

.products_guests_attention_new .login_focus {
    border-bottom: 1px dotted white;
}

.products_guests_attention_new a {
    text-decoration: none;
    border-bottom: 1px solid white;
    color: white !important;
}

.products_guests_attention_new p {
    color: white;
    padding: 3px 0 4px 35px;
    line-height: 14px;
}

/* End */
/* /local/templates/.default/components/gcio/news.detail/workshops/style.css?1756571611540 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17565716115619 */
/* /local/components/gcio/comments/templates/.default/style.css?17565716111466 */
