

/* Start:/local/templates/onlogsystem/components/bitrix/sender.subscribe/email_subscription/style.css?17587875352997*/
.bx-subscribe {
	margin: 30px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: Manrope, sans-serif;
	font-weight: 400;
	color: #3460b4;
	font-size: 30px;
	margin-bottom: 10px;
}
.bx-subscribe-desc {
	color: #3460b4;
	font-size: 16px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 10px;
	display: block;
	font-weight: 400;
	max-width: 500px;
	height: 50px;
	padding: 10px 15px;
	font-size: 16px;
	color: #3460b4;
	background-color: #FFFFFF;
	border: 1px solid #c7ccd7;
	border-radius: 8px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #3460b4;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	border-radius: 8px;
	width: 200px;
	height: 50px;
	padding: 10px 50px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #0d2a68;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 50px;
	color: #383838;
	font-family: Manrope, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.bx_subscribe_checkbox_container {
	font-size: 14px;
	font-weight: 380;
	margin-bottom: 30px;
	vertical-align: middle;
	max-width: 400px;
	color: #383838;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-size: 16px;
	font-family: Manrope, sans-serif;
	font-weight: 400;
}
/* End */
/* /local/templates/onlogsystem/components/bitrix/sender.subscribe/email_subscription/style.css?17587875352997 */
