@charset "UTF-8";

.sib-form *, .sib-form ::after, .sib-form ::before {
	box-sizing: border-box;
}

.sib-form {
	background-attachment: fixed;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	padding: 32px 12px 32px;
	margin: 0;
}

#sib-container {
	background: #fff;
	margin: 0 auto;
	padding: 17px;
	display: inline-block;
	width: 100%;
}

#sib-form {
	text-align: left;
}

#sib-form .entry__choice label {
	display: unset;
}

.sib-menu__item {
	line-height: 1.5em;
	cursor: pointer;
	padding: 4px 16px;
	overflow: hidden;
}

.sib-menu__item:hover {
	background-color: #8ed8fd;
}

.checkbox.checkbox_tick_positive::before {
	left: calc(50% - 1px);
}

.entry__choice {
	width: 100%;
	margin-bottom: 3px;
	font-family: Roboto, sans-serif;
	word-wrap: break-all;
	word-wrap: break-word;
}

.entry__label {
	margin-bottom: 10px;
	width: 100%;
	font-weight: 500;
	word-break: break-word;
	word-wrap: break-word;
}

.entry__label_optin {
	display: inline;
}

.entry__label::after {
	content: attr(data-required);
	font-size: 1em;
	color: #ff4949;
	text-decoration: none;
	word-wrap: break-all;
	word-wrap: break-word;
	display: inline;
}

.entry__specification {
	margin: 10px 0;
}

.entry__error {
	display: none;
	margin-top: 6px;
	margin-bottom: 6px;
	background: rgba(0, 0, 0, 0);
}

.sib-form-block {
	padding: 0 16px;
	word-wrap: break-word;
	outline: none;
}

.sib-form-block p, .sib-form-block ol, .sib-form-block ul {
	text-align: inherit;
	margin: 0;
	line-height: 1.5em;
}

.sib-form-block__button {
	display: inline-block;
	padding: 8px 18px;
	border: none;
	overflow-wrap: break-word;
	max-width: 100%;
	cursor: pointer;
}

.sib-form-block__button-with-loader {
	min-height: 40px;
	line-height: 23px;
}

.form__label-row {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.input {
	width: calc(100% - 1rem);
}

.input--hidden {
	display: none !important;
}

input::-webkit-input-placeholder {
	color: #bfcad8;
}

input::-moz-placeholder {
	color: #bfcad8;
}

input:-ms-input-placeholder {
	color: #bfcad8;
}

input:-moz-placeholder {
	color: #bfcad8;
}

.sib-form-container a {
	text-decoration: underline;
	color: #2bb2fc;
}

.form__entry {
	position: static;
	margin-left: 0;
	padding-left: 0;
}

.sib-form-message-panel {
	margin: 0 0 1.25rem 0;
	width: 100%;
	padding: .4375rem;
	border: 1px solid;
	display: none;
}

.sib-form-message-panel__text {
	display: flex;
	align-items: center;
	margin: 0;
	padding: .5rem;
}

.sib-form-message-panel__text .sib-icon {
	contain: strict;
	display: inline-block;
	fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
	height: 1.5em;
	width: 1.5em;
	flex-shrink: 0;
	margin-right: calc(1rem - 1px);
}

.checkbox_tick_positive:before {
	left: 49%;
}

@media screen and (max-width: 500px) {
	#sib-container {
		padding: 32px 9px 32px;
	}
}

.entry__choice label p {
	display: inline;
}

@keyframes loader {
	0%, 20%, 80%, 100% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.5);
	}
}

@media screen and (max-width: 400px) {
	#sib-container {
		padding: 32px 0px 32px;
	}
}

.sib-hide-loader-icon {
	display: none;
}

.sib-form ::-webkit-input-placeholder {
	color: #c0ccda;
	opacity: 1;
}

.sib-form ::-moz-placeholder {
	color: #c0ccda;
	opacity: 1;
}

.sib-form :-ms-input-placeholder {
	color: #c0ccda;
	opacity: 1;
}

.sib-form ::-ms-input-placeholder {
	color: #c0ccda;
	opacity: 1;
}

.sib-form ::placeholder {
	color: #c0ccda;
	opacity: 1;
}

.sib-form .form__entry {
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.sib-form .form__entry:not(:first-child) {
	margin-top: 1.5rem;
}

.sib-form .entry__label+.form__entry {
	margin-top: 0;
}

.sib-form .entry__label {
	display: table;
	font-weight: 700;
	padding: 0;
	white-space: normal;
}

.sib-form .entry__label+.form__row {
	margin-top: -.25rem;
}

.sib-form .entry__field {
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	border: 1px solid #c0ccda;
	border-radius: 3px;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: .25rem 0;
	max-width: 100%;
}

.sib-form .entry__field:focus-within {
	box-shadow: 0 0 0 2px #c9e1f4;
}

.sib-form .input, .sib-form .input__affix {
	background: none;
	border: 0;
	font: inherit;
	margin: 0;
}

.sib-form .input:first-child, .sib-form .input__affix:first-child {
	padding-left: .5rem;
}

.sib-form .input:last-child, .sib-form .input__affix:last-child {
	padding-right: .5rem;
}

.sib-form .input, .sib-form .input__button {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: inherit;
	outline: 0;
}

.sib-form .input:not(textarea), .sib-form .input__button {
	height: calc(2.5rem - 2px);
}

.sib-form .input {
	box-shadow: none;
	min-width: 1px;
	padding: 0;
}

.sib-form select.input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 286.1 167%27%3E%3Cpath d=%27M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z%27 fill=%27%233c4858%27/%3E%3C/svg%3E");
	background-position: right .65em top 50%;
	background-repeat: no-repeat;
	background-size: .65em auto;
}

.sib-form select.input:first-child, .sib-form select.input:last-child {
	padding-right: calc(2rem - 1px);
}

.sib-form .entry__error, .sib-form .entry__label, .sib-form .entry__specification, .sib-form .form__error {
	max-width: 40em;
}

.sib-form .entry__error, .sib-form .entry__specification, .sib-form .form__error {
	display: block;
}

.sib-form .entry__choice+.entry__error, .sib-form .entry__choice+.entry__specification, .sib-form .entry__error+.entry__error, .sib-form .entry__error+.entry__specification, .sib-form .entry__specification+.entry__error, .sib-form .entry__specification+.entry__specification {
	margin-top: .5rem;
}

.sib-form .entry__label+.entry__specification {
	margin-top: 4px;
}

.sib-form .entry__error {
	display: none;
	color: #ff4949;
	font-size: .87055056rem;
	line-height: 1rem;
}

.sib-form .entry__specification {
	color: #687484;
	margin: 0;
}

.sib-form .entry__choice {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.sib-form .entry__choice .checkbox, .sib-form .entry__choice .radio-button {
	margin-right: .5em;
}

.sib-form .entry__choice:not(:first-child) {
	margin-top: .5rem;
}

.sib-form .checkbox, .sib-form .radio-button {
	background: #fff;
	border: 1px solid #687484;
	cursor: pointer;
	display: inline-block;
	height: 1em;
	vertical-align: -.125em;
	width: 1em;
	position: relative;
}

.sib-form .checkbox {
	border-radius: 3px;
}

.sib-form .radio-button {
	border-radius: 50%;
}

.sib-form .radio-button:before {
	border-radius: 50%;
	bottom: 2px;
	content: "";
	left: 2px;
	position: absolute;
	right: 2px;
	top: 2px;
}

.sib-form .checkbox_tick_negative:before, .sib-form .checkbox_tick_positive:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sib-form .checkbox_tick_positive:before {
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	bottom: 1px;
	content: "";
	left: 50%;
	margin-left: -25%;
	position: absolute;
	top: 1px;
	-webkit-transform-origin: 80% 45%;
	transform-origin: 80% 45%;
	width: 50%;
}

.sib-form .input_replaced {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.sib-form .input_replaced:checked+.checkbox_tick_positive {
	background: #13ce66;
	border-color: #13ce66;
}

.sib-form .input_replaced:checked+.checkbox_tick_negative {
	background: #ff4949;
	border-color: #ff4949;
}

.sib-form .input_replaced:checked+.radio-button {
	border-color: #0092ff;
}

.sib-form .input_replaced:checked+.radio-button:before {
	background: #0092ff;
}

.sib-form .input_replaced:indeterminate+.checkbox {
	background: #fff;
	border-color: #687484;
}

.sib-form .input_replaced:indeterminate+.checkbox:before {
	background: #687484;
	border: 0;
	content: "";
	height: 2px;
	left: 2px;
	margin: -1px 0 0;
	position: absolute;
	right: 2px;
	-webkit-transform: none;
	transform: none;
	top: 50%;
	width: auto;
}

.sib-form .input_replaced:indeterminate+.checkbox:after {
	content: normal;
}

.sib-form .input_replaced:active+.checkbox, .sib-form .input_replaced:active+.radio-button, .sib-form .input_replaced:focus+.checkbox, .sib-form .input_replaced:focus+.radio-button {
	box-shadow: 0 0 0 2px #c9e1f4;
}

.sib-form .entry__choice+.choice__form {
	border-left: 2px solid #c0ccda;
	margin-left: calc(.5em - 1px);
	padding: .5rem calc(.5rem + .5em - 1px);
}

.sib-form ::-ms-reveal {
	display: none;
}

.sib-form ::-webkit-inner-spin-button, .sib-form ::-webkit-search-decoration {
	display: none;
}

.sib-form [type=search] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.sib-form .input[readonly] {
	background-color: #f9fafc;
}

.sib-form .input[type=text]+.input__password-toggler {
	color: #0092ff;
}

.sib-form .clickable__icon {
	height: 1.5rem;
	vertical-align: bottom;
	width: 1.5rem;
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
	margin-right: calc(.7002rem - 1px);
}

.sib-form .progress-indicator__icon {
	-webkit-animation: indicator-spin 1.3s cubic-bezier(.46, .35, .39, .85) infinite;
	animation: indicator-spin 1.3s cubic-bezier(.46, .35, .39, .85) infinite;
}

@-webkit-keyframes indicator-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes indicator-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}