

/* Start:/local/templates/.default/components/bitrix/subscribe.form/section-subscribe/style.css?16021571761626*/
.section-subscribe {
  background-color: #485967;
  color: white;
  position: relative; }
  .section-subscribe:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 200vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #485967;
    z-index: -1; }
  .section-subscribe p {
    color: white; }
  .section-subscribe .form-newsletter {
    position: relative;
    z-index: 2; }
    .section-subscribe .form-newsletter .title {
      font-size: 3.2rem;
      color: white; }
    .section-subscribe .form-newsletter .description {
      font-size: 1.6rem;
      line-height: 2.6rem; }
    .section-subscribe .form-newsletter .form-check .form-check-label:before {
      border: 0.1rem solid white;
      background-color: #485967; }
    .section-subscribe .form-newsletter .form-check .form-check-label:after {
      border-left: 2px solid #485967;
      border-bottom: 2px solid #485967; }
    .section-subscribe .form-newsletter .form-check input:checked ~ .form-check-label:before {
      background-color: white; }
    .section-subscribe .form-newsletter .form-check input:checked ~ .form-check-label:after {
      opacity: 1; }
    .section-subscribe .form-newsletter .form-control {
      color: white;
      background-color: transparent;
      border: 1px solid white;
      height: calc(1.8em + 2rem); }
      .section-subscribe .form-newsletter .form-control::-moz-placeholder {
        color: #F3F3F3;
        opacity: 1; }
      .section-subscribe .form-newsletter .form-control::placeholder {
        color: #F3F3F3;
        opacity: 1; }	
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?15714815733280*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 30px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{padding:5px 10px;width:100%;height:130px;border:1px solid #999;background:#fff;box-sizing:border-box;outline:0;-moz-appearance:none}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{cursor:pointer;color:#333;font-size:13px;line-height:15px}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text{height:240px}}
/* End */


/* Start:/local/components/grammar/grammar/templates/main/style.css?1543612392931*/
/*
#error-form-window {
	background: url("/images/bx/auth-form-bg.gif") repeat-x scroll center top #EDEDED;
	color: #323232;
	display: none;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
	position: absolute;
	z-index: 10000;
	width: 500px;
}
*/
.error-form-overlay {
	background: none repeat scroll 0 0 black;
	display: none;
	height: 100%;
	left: 0;
	opacity : 0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 98;
}
#error-close-form-window {
	cursor: pointer;
	float: right;
	height: 11px;
	text-decoration: underline;
	width: 55px;
}



#error-form-window {
	background: url("/images/bx/auth-form-bg.gif") repeat-x scroll center top #EDEDED;
	color: #323232;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	margin: -50px 0 0 -400px;
	z-index: 100000;
}
/* End */


/* Start:/local/templates/securitylab_detail/template_styles.css?1594026029449*/
.bg-contain{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bg-cover{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner_728-90-mobile .bg-cover{
	width: 100%;
	height: 90px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
/* End */
/* /local/templates/.default/components/bitrix/subscribe.form/section-subscribe/style.css?16021571761626 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?15714815733280 */
/* /local/components/grammar/grammar/templates/main/style.css?1543612392931 */
/* /local/templates/securitylab_detail/template_styles.css?1594026029449 */
