.i-add-discount-tooltipster.tooltipster-gray .tooltipster-content {
	max-width: 350px
}

.i-bonus-block-question.tooltipster-base.tooltipster-gray {
	width: 257px
}

.i-bonus-block-question.tooltipster-base.tooltipster-gray .tooltipster-content {
	color: #8b8b8b;
	max-width: none
}

.i-bonus-block-question.tooltipster-base.tooltipster-gray .tooltipster-content p {
	margin: 0
}

.i-tooltipster-base.tooltipster-gray {
	-webkit-box-shadow: 0 3px 5px rgba(45, 45, 45, .1);
	box-shadow: 0 3px 5px rgba(45, 45, 45, .1);
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px
}

.i-tooltipster-base.tooltipster-gray .tooltipster-content {
	font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
	color: #8b8b8b;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143rem;
	padding: 16px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.i-tooltipster-base.tooltipster-gray .tooltipster-arrow {
	display: none
}

.i-certification-tooltip.tooltipster-base.tooltipster-gray .tooltipster-content {
	color: #8b8b8b;
	max-width: 328px
}

.i-certification-tooltip.tooltipster-base.tooltipster-gray .tooltipster-content p {
	margin: 16px 0 0 19px;
	position: relative
}

.i-certification-tooltip.tooltipster-base.tooltipster-gray .tooltipster-content p:first-child {
	margin: 0 0 0 19px
}

.i-certification-tooltip.tooltipster-base.tooltipster-gray .tooltipster-content p:before {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ff579d;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -19px;
	width: 11px;
	height: 5px
}

.tooltipster-icon {
	cursor: help;
	margin-left: 4px
}

.tooltipster-base {
	position: absolute;
	z-index: 10
}

.tooltipster-base .tooltipster-content {
	overflow: hidden
}

.tooltipster-arrow {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}

.tooltipster-arrow-right {
	width: auto
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
	width: 0;
	height: 0;
	position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
	border-left: 8px solid transparent!important;
	border-right: 8px solid transparent!important;
	border-top: 8px solid;
	bottom: -8px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
	border-left: 9px solid transparent!important;
	border-right: 9px solid transparent!important;
	border-top: 9px solid;
	bottom: -8px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
	border-left: 8px solid transparent!important;
	border-right: 8px solid transparent!important;
	border-bottom: 8px solid;
	top: -8px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	border-left: 9px solid transparent!important;
	border-right: 9px solid transparent!important;
	border-bottom: 9px solid;
	top: -8px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
	left: 0;
	right: 0;
	margin: auto
}

.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
	left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
	left: 5px
}

.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
	right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
	right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
	border-top: 8px solid transparent!important;
	border-bottom: 8px solid transparent!important;
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -8px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent!important;
	border-bottom: 9px solid transparent!important;
	border-left: 9px solid;
	margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
	border-top: 8px solid transparent!important;
	border-bottom: 8px solid transparent!important;
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent!important;
	border-bottom: 9px solid transparent!important;
	border-right: 9px solid;
	margin-top: -8px
}

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.tooltipster-fade-show {
	opacity: 1
}

.tooltipster-grow {
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0);
	transform: rotateZ(0);
	-webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
	transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	top: 0!important;
	opacity: 0
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
	transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	transition-property: all;
	left: 0!important;
	opacity: 0
}

.tooltipster-content-changing {
	opacity: .5;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.tooltipster-default,
.tooltipster-gray {
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #000
}

.tooltipster-default .tooltipster-content,
.tooltipster-gray .tooltipster-content {
	font-size: 12px;
	padding: 5px;
	max-width: 220px
}

.tooltipster-default.tooltipster-password .tooltipster-content,
.tooltipster-gray.tooltipster-password .tooltipster-content {
	font-size: 12px;
	padding: 15px 17px;
	max-width: 220px
}

.tooltipster-default.tooltipster-password .tooltipster-title,
.tooltipster-gray.tooltipster-password .tooltipster-title {
	color: #8b8b8b;
	margin-bottom: 11px
}

.tooltipster-default.tooltipster-password .check-password,
.tooltipster-gray.tooltipster-password .check-password {
	margin-bottom: 11px;
	color: #000
}

.tooltipster-default.tooltipster-password .check-password:last-child,
.tooltipster-gray.tooltipster-password .check-password:last-child {
	margin-bottom: 0
}

.tooltipster-default.tooltipster-password .check-password .check-icon,
.tooltipster-gray.tooltipster-password .check-password .check-icon {
	display: inline-block;
	margin-right: 10px;
	width: 12px;
	height: 9px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAjCAYAAACgj+sEAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJ9JREFUOI3t1LEJwmAQhuEnwcrOBQSttBBcQcHK0g2czCGs1REiEtDKMez8bRL4iRGTTiHX3vtyd3xwSZ7nGtYEj14L+Ih72gIO2H4TYniJa4ohDhh9gyHFADOcImlaB5fCGSv0C2ldTAxYxHApQBZJ+wi+VY+Kjy6lS7HGGwzVHDLM8ayDIQkhfOrVVpPgOqETfkNIxrtNU7Z7ZP/8yF6RVUNNmUDmHAAAAABJRU5ErkJggg==) no-repeat;
	background-position: 0 0
}

.tooltipster-default.tooltipster-password .check-password.active .check-icon,
.tooltipster-gray.tooltipster-password .check-password.active .check-icon {
	background-position: 0 -25px
}

.tooltipster-default.tooltipster-pers-discount,
.tooltipster-gray.tooltipster-pers-discount {
	border-color: #e7e7e7;
	width: 280px
}

.tooltipster-default.tooltipster-pers-discount .tooltipster-content,
.tooltipster-gray.tooltipster-pers-discount .tooltipster-content {
	max-width: 280px;
	color: #646464;
	line-height: 17px;
	padding: 11px 15px
}

.tooltipster-default.tooltipster-pers-discount .tooltipster-arrow-left span,
.tooltipster-gray.tooltipster-pers-discount .tooltipster-arrow-left span {
	margin-top: -23px
}

.tooltipster-default .tooltipster-content p,
.tooltipster-gray .tooltipster-content p {
	margin: 10px
}

.tooltipster-default .tooltipster-arrow-top span,
.tooltipster-default .tooltipster-arrow-top-left span,
.tooltipster-default .tooltipster-arrow-top-right span,
.tooltipster-gray .tooltipster-arrow-top span,
.tooltipster-gray .tooltipster-arrow-top-left span,
.tooltipster-gray .tooltipster-arrow-top-right span {
	border-left: 6px solid transparent!important;
	border-right: 6px solid transparent!important;
	border-top: 6px solid;
	bottom: -6px
}

.tooltipster-default .tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-top-right .tooltipster-arrow-border {
	border-left: 7px solid transparent!important;
	border-right: 7px solid transparent!important;
	border-top: 7px solid;
	bottom: -6px
}

.tooltipster-default .tooltipster-arrow-bottom span,
.tooltipster-default .tooltipster-arrow-bottom-left span,
.tooltipster-default .tooltipster-arrow-bottom-right span,
.tooltipster-gray .tooltipster-arrow-bottom span,
.tooltipster-gray .tooltipster-arrow-bottom-left span,
.tooltipster-gray .tooltipster-arrow-bottom-right span {
	border-left: 6px solid transparent!important;
	border-right: 6px solid transparent!important;
	border-bottom: 6px solid;
	top: -6px
}

.tooltipster-default .tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	border-left: 7px solid transparent!important;
	border-right: 7px solid transparent!important;
	border-bottom: 7px solid;
	top: -6px
}

.tooltipster-default .tooltipster-arrow-bottom-left span,
.tooltipster-default .tooltipster-arrow-top-left span,
.tooltipster-gray .tooltipster-arrow-bottom-left span,
.tooltipster-gray .tooltipster-arrow-top-left span {
	left: 4px
}

.tooltipster-default .tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-top-left .tooltipster-arrow-border {
	left: 3px
}

.tooltipster-default .tooltipster-arrow-bottom-right span,
.tooltipster-default .tooltipster-arrow-top-right span,
.tooltipster-gray .tooltipster-arrow-bottom-right span,
.tooltipster-gray .tooltipster-arrow-top-right span {
	right: 4px
}

.tooltipster-default .tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-top-right .tooltipster-arrow-border {
	right: 3px
}

.tooltipster-default .tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-left span,
.tooltipster-gray .tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-left span {
	border-top: 6px solid transparent!important;
	border-bottom: 6px solid transparent!important;
	border-left: 6px solid;
	margin-top: -5px;
	right: -6px
}

.tooltipster-default .tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 7px solid transparent!important;
	border-bottom: 7px solid transparent!important;
	border-left: 7px solid;
	margin-top: -6px
}

.tooltipster-default .tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-default .tooltipster-arrow-right span,
.tooltipster-gray .tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-right span {
	border-top: 6px solid transparent!important;
	border-bottom: 6px solid transparent!important;
	border-right: 6px solid;
	margin-top: -5px;
	left: -6px
}

.tooltipster-default .tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-gray .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 7px solid transparent!important;
	border-bottom: 7px solid transparent!important;
	border-right: 7px solid;
	margin-top: -6px
}

.tooltipster-red {
	border-radius: 5px;
	border: 3px solid #ff9400;
	background: #fff;
	-webkit-box-shadow: 1px 2px 3px #ccc;
	box-shadow: 1px 2px 3px #ccc
}

.tooltipster-red .tooltipster-content {
	padding: 10px 15px 13px
}

.tooltipster-gray {
	color: #999
}

.tooltipster-gray .tooltipster-content {
	padding: 15px 20px
}
