

/* Start:/local/templates/.default/components/gcio/news/compass/style.css?17565716111377*/
.body-compass .articles-subheader-navi a {
  color: #2F80ED;
  font-weight: 400;
}
.articles-subheader-navi .col-3{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 60px;
    position: relative;
}
  @media (max-width: 991px){
    .articles-subheader-navi .col-3{
      padding-right: 10px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .articles-subheader-navi .col-3:before{
      display: none !important;
    }
    .articles-subheader-navi .link-icon-placeholder{
      display: none;
    }
    .articles-subheader-navi {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px){
    .articles-subheader-navi .col-3{
      width: 100%;
    }
    .articles-subheader-navi .link-icon-placeholder{
      display: flex;
    }
}

.body-compass .articles-subheader-navi a:hover, .body-compass .articles-subheader-navi a.selected  {
  color: var(--orange);
}
.body-compass .articles-subheader-navi a:hover img, .body-compass .articles-subheader-navi a.selected, .body-compass .articles-subheader-navi a.selected .link-icon-placeholder {
  filter: invert(53%) sepia(95%) saturate(459%) hue-rotate(339deg) brightness(99%) contrast(94%);
}
.body-compass .articles-subheader-navi a:hover .icon-no-color-change img, .body-compass .articles-subheader-navi a.selected .icon-no-color-change {
  filter: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/voting.current/express/style.css?175657161146*/
.vote-form-box-button-last {margin-left: 1em;}
/* 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/templates/.default/components/bitrix/voting.form/express/style.css?17565716111463*/
ul.vote-items-list, ul.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
ul.vote-items-list li {}
ul.vote-items-list li.vote-item-vote-first{}
ul.vote-answers-list{margin-top:0.55em;}
ul.vote-answers-list li {
	margin-bottom:0.2em;
	margin-left:0.55em;}
.voting-form-box
{
	font-size:100%;
	border:1px solid #ccc;
	padding: 0.55em;
}

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	margin-bottom: 0.5em;}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float {
	clear: both;}
form.vote-form {
	margin:0; }
.starrequired {
    color:red; display:none; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}

	span.vote-form-checkboxes { color: #999; margin-bottom: 1em; display: block;}
	span.vote-form-checkboxes a {color:inherit; text-decoration: underline;}
	span.vote-form-checkboxes p, span.vote-form-checkboxes div {display: inline;}
	span.vote-form-checkboxes input[type="checkbox"] {display: inline-block; margin-right: 1em;}
	span.vote-form-checkboxes label {font-size: 90%;}
/* End */
/* /local/templates/.default/components/gcio/news/compass/style.css?17565716111377 */
/* /local/templates/.default/components/bitrix/voting.current/express/style.css?175657161146 */
/* /local/templates/.default/components/bitrix/system.auth.authorize/.default/style.css?17565716115619 */
/* /local/templates/.default/components/bitrix/voting.form/express/style.css?17565716111463 */
