html:not(div[class='blue-soc-wrap']),
body:not(div[class='blue-soc-wrap']) {
	margin: 0;
	padding: 0;
	color: #262626;
	font-family: Montserrat, "Helvetica Neue", Verdana, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px
}

body:not(div[class='blue-soc-wrap']) {
	margin: 0 auto;
	font-size: 1rem;
	line-height: 1.8
}

a {
	color: #3bc8f5;
	text-decoration: none
}

a:hover,
a:active,
a:focus {
	color: #68ddff;
	text-decoration: none
}

.bxst-body {
	min-width: 320px
}

.bxst-body-wst .bxst-header-site-selector-select .bxst-header-site-selector-main-icon {
	color: #000
}

.bxst-body-wst .bxst-section-header-menu:before {
	display: none
}

.bxst-body-wst #bx-composite-banner,
.bxst-body-wst .bx-composite-btn {
	display: none
}

.bxst-header+.bxst-main-wrapp {
	padding-top: 75px
}

.bxst-footer-gradient-primary {
	background: #6dcf73;
	background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
	background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
}

@media (max-width: 992px) {
	.bxst-header+.bxst-main-wrapp {
		padding-top: 59px
	}
}

.bxst-i-icon {
	display: inline-block;
	line-height: 1
}

.bxst-i-icon_check-round-mark,
.bxst-i-icon_uncheck-round-mark {
	width: 24px;
	height: 24px
}

.bxst-i-icon_check-round-mark {
	background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-i-icon_uncheck-round-mark {
	background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-btn {
	display: inline-block;
	position: relative;
	height: 39px;
	padding: 0 40px;
	background-color: #dee2e6;
	border: none;
	border-radius: 30px;
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease-in-out
}

.bxst-btn:focus,
.bxst-btn:active {
	outline: none
}

.bxst-btn:hover {
	background-color: #e9ecef;
	color: #262626;
	text-decoration: none
}

.bxst-btn.bxst-btn-primary {
	background-color: #3bc8f5;
	color: #fff
}

.bxst-btn.bxst-btn-primary:hover {
	background-color: #68ddff;
	color: #fff
}

.bxst-btn.bxst-btn-primary-border {
	background-color: transparent;
	border: 2px solid;
	color: #3bc8f5
}

.bxst-btn.bxst-btn-primary-border:hover {
	background-color: transparent;
	color: #68ddff
}

.bxst-btn.bxst-btn-success {
	background-color: #b7db2a;
	color: #fff
}

.bxst-btn.bxst-btn-success:hover {
	background-color: #cfee52;
	color: #fff
}

.bxst-btn.bxst-btn-success-dark {
	background-color: #b7db2a;
	color: #fff
}

.bxst-btn.bxst-btn-success-dark:hover {
	background-color: #cfee52;
	color: #fff
}

.bxst-btn.bxst-btn-orange {
	background-color: #f7a700;
	color: #fff
}

.bxst-btn.bxst-btn-orange:hover {
	background-color: #f7a700;
	color: #fff
}

.bxst-btn.bxst-btn-success-border {
	background: #bee818;
	background: -moz-linear-gradient(top, #bee818 0%, #93c900 100%);
	background: -webkit-linear-gradient(top, #bee818 0%, #93c900 100%);
	background: linear-gradient(to bottom, #bee818 0%, #93c900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee818', endColorstr='#93c900', GradientType=0);
	color: #fff;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.bxst-btn.bxst-btn-success-border:after {
	content: '';
	position: absolute
}

.bxst-btn.bxst-btn-success-border:hover {
	background: #93c900;
	background: -moz-linear-gradient(top, #93c900 0%, #bee818 100%);
	background: -webkit-linear-gradient(top, #93c900 0%, #bee818 100%);
	background: linear-gradient(to bottom, #93c900 0%, #bee818 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93c900', endColorstr='#bee818', GradientType=0);
	color: #fff
}

.bxst-btn.bxst-btn-simple-border {
	background-color: transparent;
	border: 1px solid #9b9b9b;
	color: #000
}

.bxst-btn.bxst-btn-simple-border:hover {
	background-color: transparent;
	color: #000
}

.bxst-btn.bxst-btn-slim {
	padding: 0 18px
}

.bxst-btn.bxst-btn-capitalize {
	text-transform: capitalize
}

.bxst-btn.bxst-btn-xs {
	height: 32px;
	font-size: 12px;
	line-height: 32px
}

.bxst-btn.bxst-btn-sm {
	height: 36px;
	font-size: 13px;
	line-height: 36px
}

.bxst-btn.bxst-btn-md {
	height: 38px;
	font-size: 14px;
	line-height: 38px
}

.bxst-btn.bxst-btn-lg {
	height: 48px;
	font-size: 14px;
	line-height: 48px
}

@media (max-width: 1200px) {
	.bxst-btn {
		padding: 0 30px
	}
}

@media (max-width: 992px) {
	.bxst-btn {
		padding: 0 20px
	}
}

@media (max-width: 576px) {
	.bxst-btn.bxst-btn-xs {
		height: 24px;
		font-size: 10px;
		line-height: 24px
	}
	.bxst-btn.bxst-btn-sm {
		height: 28px;
		font-size: 11px;
		line-height: 28px
	}
	.bxst-btn.bxst-btn-md {
		height: 32px;
		font-size: 12px;
		line-height: 32px
	}
	.bxst-btn.bxst-btn-lg {
		height: 35px;
		font-size: 12px;
		line-height: 35px
	}
}

.bxst-select {
	display: inline-block;
	position: relative;
	min-width: 65px;
	max-width: 100%;
	height: 36px;
	background-color: #f1f5f6;
	border: none;
	border-radius: 30px;
	color: #333;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear;
	transition-delay: 200ms
}

.bxst-select>* {
	display: none
}

.bxst-select.initialized>* {
	display: block;
	cursor: pointer
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-body {
	padding: 0 29px 0 12px
}

.bxst-select.bxst-select-phantom .bxst-select-phantom-choosed {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden
}

.bxst-select.is-open {
	border-radius: 3px 3px 0 0;
	transition-delay: 0ms
}

.bxst-select:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 4px;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	background: none;
	border: 4px solid transparent;
	border-top-color: #333;
	box-sizing: border-box;
	transition: 160ms color linear, 160ms background-color linear, 160ms opacity linear, 160ms padding linear, 160ms border-radius linear, 160ms border-color linear
}

.bxst-select.bxst-select-primary {
	background-color: #3bc8f5;
	color: #fff
}

.bxst-select.bxst-select-primary:before {
	border-top-color: #fff
}

.bxst-select.bxst-select-primary:hover {
	background-color: #68ddff;
	color: #fff
}

.bxst-select.bxst-select-primary-border {
	background-color: transparent;
	border: 2px solid;
	color: #3bc8f5
}

.bxst-select.bxst-select-primary-border:before {
	border-top-color: #3bc8f5
}

.bxst-select.bxst-select-primary-border:hover {
	background-color: transparent;
	color: #68ddff
}

.bxst-select.bxst-select-primary-border:hover:before {
	border-top-color: #68ddff
}

.bxst-select.bxst-select-success {
	background-color: transparent;
	border: 2px solid;
	color: #b7db2a
}

.bxst-select.bxst-select-success:before {
	border-top-color: #b7db2a
}

.bxst-select.bxst-select-success:hover {
	background-color: transparent;
	color: #cfee52
}

.bxst-select.bxst-select-success:hover:before {
	border-top-color: #cfee52
}

.bxst-select.bxst-select-simple-border {
	background-color: transparent;
	border: 1px solid;
	border-radius: 3px;
	color: #979797
}

.bxst-select.bxst-select-simple-border:before {
	border-top-color: #979797
}

.bxst-select.bxst-select-simple-border:hover {
	background-color: transparent;
	color: #979797
}

.bxst-select.bxst-select-simple-border:hover:before {
	border-top-color: #979797
}

.bxst-select.bxst-select-xs {
	height: 32px;
	font-size: 12px;
	line-height: 32px
}

.bxst-select.bxst-select-sm {
	height: 36px;
	font-size: 13px;
	line-height: 36px
}

.bxst-select.bxst-select-md {
	height: 38px;
	font-size: 14px;
	line-height: 38px
}

.bxst-select.bxst-select-lg {
	height: 48px;
	font-size: 14px;
	line-height: 48px
}

.bxst-select-phantom-list-outer {
	position: absolute;
	height: 0;
	padding: 0;
	background-color: #f1f5f6;
	border-radius: 0 0 3px 3px;
	color: #333;
	overflow: hidden;
	transition: 160ms height linear, 160ms color linear, 160ms background-color linear, 160ms padding linear, 160ms border-radius linear;
	transition-delay: 0ms;
	box-sizing: border-box;
	z-index: 100
}

.bxst-select-phantom-list-outer .bxst-select-phantom-list {
	padding: 12px 29px 6px 12px
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item {
	margin-bottom: 14px;
	cursor: pointer
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item a {
	color: inherit;
	text-decoration: none
}

.bxst-select-phantom-list-outer .bxst-select-phantom-item:last-child {
	margin-bottom: 0
}

.bxst-select-phantom-list-outer.is-open {
	transition-delay: 200ms
}

.system-auth-form {
	padding-top: 53px;
	padding-bottom: 53px
}

.system-auth-form__logo {
	margin-bottom: 35px
}

.system-auth-form__logo-picture {
	max-width: 254px
}

.system-auth-form__text-section {
	color: #333;
	text-align: center
}

.system-auth-form__text-section h2.title {
	margin: 0 0 29px 0;
	color: #262626;
	font-weight: 500
}

.system-auth-form__text-section p {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: .75rem;
	line-height: 1.8
}

.system-auth-form__text-section a {
	color: #3bc8f5;
	text-decoration: none;
	transition: all 0.2s ease-in-out
}

.system-auth-form__text-section a:hover {
	text-decoration: none
}

.system-auth-form__errors {
	margin-top: 10px
}

.system-auth-form__form-section {
	max-width: 550px;
	margin: 0 auto;
	padding: 43px 12px;
	background: #fff;
	border: 2px solid #dee2e6;
	border-radius: .375rem
}

.system-auth-form__form {
	max-width: 320px;
	margin: 3px auto 0
}

.system-auth-form__field {
	margin-top: 20px;
	margin-bottom: 10px
}

.system-auth-form__captcha-picture {
	display: block;
	max-width: 180px;
	max-height: 55px;
	width: calc(100% - 10px);
	height: auto
}

.system-auth-form__btn-section {
	margin-top: 28px
}

.system-auth-form__social-media {
	margin-top: 45px
}

.bx-sb-portal-buy-window-section {
	box-shadow: 0 7px 21px rgba(52, 58, 64, 0.25), 0 -1px 6px 0 rgba(52, 58, 64, 0.12);
	box-sizing: border-box
}

.bx-sb-portal-buy-window {
	padding: 10px;
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8
}

.bx-sb-portal-buy-window a {
	color: #3bc8f5;
	text-decoration: none;
	transition: all 0.2s ease-in-out
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__section {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title {
	margin-bottom: 5px;
	max-width: 300px
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__title_underline {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9ecef;
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.8;
	text-transform: uppercase
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__description,
.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
	margin: 5px 0
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__list {
	overflow-x: hidden;
	overflow-y: auto
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link {
	margin-bottom: 10px;
	color: #3bc8f5;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__link:hover {
	color: #68ddff
}

.bx-sb-portal-buy-window .bx-sb-portal-buy-window__input {
	padding: 11px 50px 10px 24px;
	border: 2px solid #dee2e6;
	border-radius: .375rem;
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	outline: none
}

.bxst-header-authorization .bxst-header-authorization-user {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup {
	display: none
}

.bxst-header-authorization .bxst-header-authorization-user .bxst-header-authorization-user-popup.active {
	display: block
}

.bxst-header-authorization .bxst-header-authorization-user-wrapp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.bxst-header-authorization .bxst-header-authorization-user-picture {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	background: url(../images/icons/user-no-photo-xs.png?1)
}

.bxst-header-authorization .bxst-header-authorization-user-picture-icon {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 3px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow {
	position: relative;
	width: 20px;
	height: 9px;
	margin-left: 10px;
	font-size: 0
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before,
.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 2px;
	top: 3px;
	background: #fff;
	border-radius: 5px
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:before {
	left: 0;
	transform: rotate(45deg)
}

.bxst-header-authorization .bxst-header-authorization-user-arrow:after {
	right: 0;
	transform: rotate(-45deg)
}

.bxst-header-authorization-user-popup {
	display: block;
	position: absolute;
	top: 100%;
	right: 10px;
	padding-top: 15px;
	box-sizing: border-box;
	cursor: auto;
	z-index: 11
}

.bxst-header-authorization-user-popup-outer {
	position: relative;
	min-width: 360px;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	color: #000;
	text-align: left;
	box-shadow: 0 2px 5px 0 rgba(108, 117, 125, 0.5);
	box-sizing: border-box
}

.bxst-header-authorization-user-popup-outer:before,
.bxst-header-authorization-user-popup-outer:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	right: 18px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #e9ecef;
	z-index: 12
}

.bxst-header-authorization-user-popup-outer:after {
	right: 20px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 7px solid #fff
}

.bxst-header-authorization-user-popup-inner {
	padding: 20px 30px
}

.bxst-header-authorization-user-popup-title {
	margin-bottom: 20px;
	font-size: 2rem;
	text-transform: none
}

.bxst-header-authorization-user-popup-subtitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9ecef;
	color: #adb5bd
}

.bxst-header-authorization-user-popup-description {
	margin-bottom: 20px;
	font-size: .875rem;
	line-height: 1.8;
	text-transform: none
}

.bxst-header-authorization-user-popup-btn {
	margin-bottom: 20px
}

.bxst-header-authorization-user-popup-footer-border {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9ecef
}

.bxst-header-authorization-user-popup-portals {
	display: flex;
	flex-direction: column;
	max-height: 200px;
	overflow-y: auto
}

.bxst-header-authorization-user-popup-portal-link {
	margin-bottom: 10px;
	color: #3bc8f5;
	font-size: .75rem;
	line-height: 1
}

.bxst-header-authorization-user-popup-portal-link:hover {
	color: #68ddff
}

.bxst-header-authorization-user-popup-footer-title {
	color: #adb5bd;
	font-size: .875rem;
	line-height: 1.8;
	text-transform: none
}

.bxst-header-authorization-user-popup-footer-link {
	display: inline-block;
	border-bottom: 2px solid #cfee52;
	color: #b7db2a;
	line-height: 1.8;
	text-decoration: none;
	text-transform: uppercase
}

.bxst-header-authorization-user-popup-footer-link:hover {
	color: #cfee52
}

.bxst-header-authorization-user-popup-footer-logout {
	display: inline-block;
	border-bottom: 2px solid #ec7063;
	color: #ec7063;
	line-height: 1.8;
	text-decoration: none
}

.bxst-header-authorization-user-popup-footer-logout:hover {
	color: #ec7063
}

.content-persons-picture-list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap
}

.content-persons-picture-list .content-persons-picture-list__section {
	flex: 0 0 auto;
	width: 100%;
	margin: 0 auto 50px
}

@media (min-width: 576px) {
	.content-persons-picture-list .content-persons-picture-list__section {
		max-width: calc(25% - 20px);
		margin: 0 10px 50px
	}
}

@media (min-width: 768px) {
	.content-persons-picture-list .content-persons-picture-list__section {
		max-width: calc(20% - 20px);
		margin: 0 10px 50px
	}
}

.content-persons-picture-list .content-persons-picture-list__picture {
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box
}

@media (min-width: 576px) {
	.content-persons-picture-list .content-persons-picture-list__picture {
		max-width: 145px
	}
}

.content-persons-picture-list .content-persons-picture-list__title {
	margin-top: 1rem;
	margin-bottom: .5rem
}

.reviews-content-section .reviews-content-section__section {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 50px
}

.reviews-content-section .reviews-content-section__section:last-child {
	margin-bottom: 0
}

@media (min-width: 992px) {
	.reviews-content-section .reviews-content-section__section {
		flex-direction: row;
		align-items: flex-start
	}
}

.reviews-content-section .reviews-content-section__sidebar,
.reviews-content-section .reviews-content-section__picture {
	position: relative;
	margin-right: 0
}

@media (min-width: 992px) {
	.reviews-content-section .reviews-content-section__sidebar,
	.reviews-content-section .reviews-content-section__picture {
		margin-right: 5%
	}
}

.reviews-content-section .reviews-content-section__sidebar {
	flex: 0 0 auto;
	max-width: 180px;
	margin-bottom: 25px
}

@media (min-width: 992px) {
	.reviews-content-section .reviews-content-section__sidebar {
		flex: 0 0 180px
	}
}

.reviews-content-section .reviews-content-section__sidebar>.reviews-content-section__picture {
	margin: auto
}

.reviews-content-section .reviews-content-section__picture {
	flex: 0 0 auto;
	width: 110px;
	height: 110px;
	border-radius: 100%;
	overflow: hidden
}

.reviews-content-section .reviews-content-section__picture-item {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.reviews-content-section .reviews-content-section__info {
	margin-top: 15px
}

.reviews-content-section .reviews-content-section__info img {
	display: block;
	max-width: 140px;
	max-height: 140px;
	width: auto;
	height: auto;
	margin: auto
}

.reviews-content-section .reviews-content-section__info,
.reviews-content-section .reviews-content-section__logo-link {
	display: flex;
	flex-direction: column;
	align-items: center
}

.reviews-content-section .reviews-content-section__logo-link-description {
	margin: 10px auto
}

.reviews-content-section .reviews-content-section__container {
	flex: 1;
	padding: 20px;
	border: 2px solid #dee2e6;
	border-radius: .375rem
}

.reviews-content-section .reviews-content-section__container img {
	max-width: 100%
}

.reviews-content-section .reviews-content-section__user-name {
	font-weight: 700
}

.reviews-content-section .reviews-content-section__user-position {
	font-weight: 500
}

.reviews-content-section .reviews-content-section__description {
	margin-top: 15px
}

.bxst-content-section {
	box-sizing: border-box
}

.bxst-content-section:not(:last-child) {
	margin-bottom: 30px
}

@media (min-width: 992px) {
	.bxst-content-section:not(:last-child) {
		margin-bottom: 50px
	}
}

.bxst-content-section.bxst-content-section_bordered {
	padding-bottom: 30px;
	border-bottom: 1px solid #dee2e6
}

@media (min-width: 992px) {
	.bxst-content-section.bxst-content-section_bordered {
		padding-bottom: 50px
	}
}

.bxst-content-section .bxst-content-section__inner {
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-direction: column-reverse;
	max-width: 100%
}

@media (min-width: 992px) {
	.bxst-content-section .bxst-content-section__inner {
		align-items: center;
		flex-direction: row
	}
}

.bxst-content-section .bxst-content-section__content {
	flex: 1 0 100%;
	max-width: none;
	margin-top: 30px;
	padding: 0;
	box-sizing: border-box
}

@media (min-width: 992px) {
	.bxst-content-section .bxst-content-section__content {
		max-width: 50%;
		margin-top: 0;
		padding-left: 0;
		padding-right: 5%
	}
}

.bxst-content-section .bxst-content-section__media {
	flex: 1;
	box-sizing: border-box
}

.bxst-content-section .bxst-content-section__media_laptop {
	padding-top: 3.8%;
	background: url(../images/features/browser-bar-top.png) no-repeat;
	background-size: contain
}

@media (min-width: 992px) {
	.bxst-content-section .bxst-content-section__media_laptop {
		padding-top: 2.05%
	}
}

.bxst-content-section .bxst-content-section__media_laptop .bxst-content-section__media-picture {
	border-left: 2px solid #dee2e6;
	border-right: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6
}

.bxst-content-section .bxst-content-section__media_video {
	position: relative;
	cursor: pointer
}

.bxst-content-section .bxst-content-section__media_video:before,
.bxst-content-section .bxst-content-section__media_video:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.2s ease-in-out;
	z-index: 3
}

.bxst-content-section .bxst-content-section__media_video:before {
	width: 100px;
	height: 100px;
	background-color: #3bc8f5;
	border-radius: 100%;
	opacity: .8
}

.bxst-content-section .bxst-content-section__media_video:after {
	margin-left: 6px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 22px solid #fff
}

.bxst-content-section .bxst-content-section__media_video:hover:before,
.bxst-content-section .bxst-content-section__media_video:hover:after {
	transform: translate(-50%, -50%) scale(1.1)
}

.bxst-content-section .bxst-content-section__media-picture {
	display: block;
	max-width: 100%;
	box-sizing: border-box
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,
.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
	flex-direction: column-reverse
}

@media (min-width: 992px) {
	.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__inner,
	.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__inner {
		flex-direction: row-reverse
	}
}

.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,
.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
	padding: 0
}

@media (min-width: 992px) {
	.bxst-content-section-list .bxst-content-section_reverse .bxst-content-section__content,
	.bxst-content-section-list .bxst-content-section:nth-child(2n) .bxst-content-section__content {
		padding-left: 5%;
		padding-right: 0
	}
}

.bxst-content-section-list .bxst-content-section:last-child {
	margin-bottom: 0
}

.partners-list-simple .partners-list-simple__section {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap
}

@media (min-width: 992px) {
	.partners-list-simple .partners-list-simple__section {
		justify-content: space-between;
		flex-wrap: nowrap
	}
}

.partners-list-simple .partners-list-simple__content,
.partners-list-simple .partners-list-simple__information {
	flex: 1 1 auto;
	max-width: 100%;
	margin-bottom: 50px
}

@media (min-width: 992px) {
	.partners-list-simple .partners-list-simple__content,
	.partners-list-simple .partners-list-simple__information {
		flex: 1 1 0
	}
}

.partners-list-simple .partners-list-simple__content {
	margin-right: 20px
}

.partners-list-simple .partners-list-simple__information {
	max-width: 370px;
	border: 2px solid #dee2e6;
	border-radius: .375rem
}

.partners-list-simple .partners-list-simple__board {
	position: relative;
	padding: 40px 20px 20px
}

.partners-list-simple .partners-list-simple__label {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}

.partners-list-simple .partners-list-simple__footer {
	margin-top: 20px
}

.partners-list-simple .partners-list-simple__label-message {
	display: block;
	padding: .5rem .75rem;
	background-color: #b7db2a;
	border-radius: .375rem;
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	vert-align: middle
}

.partners-list-simple .partners-list-simple__label-message_success {
	background-color: #b7db2a
}

.partners-list-simple .partners-list-simple__label-message_primary {
	background-color: #3bc8f5
}

.advertising-banner-section img {
	max-width: 100%;
	height: auto
}

.bxst-frame-responsive-section {
	position: relative;
	max-width: 100%;
	padding-bottom: 56.25%;
	box-sizing: border-box
}

.bxst-frame-responsive-section>iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%)
}

.bxst-block-title {
	margin: auto;
	color: #262626;
	font-weight: 400;
	text-align: center;
	letter-spacing: -1px
}

.bxst-block-title.bxst-title-lg {
	font-size: 3rem;
	line-height: 1.2
}

.bxst-block-title.bxst-title-md {
	font-size: 2.625rem;
	line-height: 1.2
}

.bxst-block-title.bxst-title-sm {
	font-size: 2.25rem;
	line-height: 1.2
}

.bxst-double-header {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bxst-gradient-primary {
	background: #6dcf73;
	background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
	background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
}

.bxst-gradient-round-primary {
	background: #3bc8f5;
	background: -moz-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
	background: -webkit-gradient(center, ellipse cover, color-stop(0%, #68ddff), color-stop(100%, #3bc8f5));
	background: -webkit-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
	background: -o-radial-gradient(center, ellipse cover, #68ddff 0%, #3bc8f5 100%);
	background: radial-gradient(ellipse at center, #68ddff 0%, #3bc8f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#68ddff, endColorstr=#3bc8f5)
}

.bxst-background-primary {
	background-color: #3bc8f5
}

.bxst-border-top {
	border-top: 1px solid #e9ecef
}

.bxst-border-bottom {
	border-bottom: 1px solid #e9ecef
}

.bxst-section a {
	transition: all 0.2s ease-in-out
}

.bxst-section-cnt {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box
}

.bxst-text_center {
	text-align: center
}

.bxst-text_left {
	text-align: left
}

.bxst-text_right {
	text-align: right
}

.bxst-text_justify {
	text-align: justify
}

.bxst-text_primary-color {
	color: #3bc8f5
}

.bxst-social-share-section__inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 40px auto;
	max-width: 1180px
}

.bxst-video-banner-primary {
	position: relative;
	width: 100%;
	box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-label {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-link {
	display: block;
	font-size: 0;
	line-height: 0
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-picture,
.bxst-video-banner-primary .bxst-video-banner-primary-label-mobile {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%
}

.bxst-video-banner-primary .bxst-video-banner-primary-label-mobile {
	display: none
}

.bxst-video-banner-primary .bxst-video-banner-primary-controller {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0 0 41.7% 0;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-controller:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(38, 38, 38, 0.5);
	z-index: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-video {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 0
}

.bxst-video-banner-primary .bxst-video-banner-primary-play {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 48px;
	height: 48px;
	left: 0;
	right: 0;
	bottom: 85px;
	margin: auto;
	border: 1px solid #dee2e6;
	border-radius: 100%;
	cursor: pointer;
	opacity: .5;
	transition: all 0.2s ease-in-out;
	z-index: 3
}

.bxst-video-banner-primary .bxst-video-banner-primary-play:hover {
	opacity: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-play:before {
	content: '';
	display: block;
	position: relative;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
	z-index: 3
}

.bxst-video-banner-primary .bxst-video-banner-primary-content {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	text-align: center;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 2
}

.bxst-video-banner-primary .bxst-video-banner-primary-title {
	color: #fff;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	letter-spacing: -1.1px
}

.bxst-video-banner-primary .bxst-video-banner-primary-title .bxst-primary-logo-icon {
	color: #3bc8f5
}

.bxst-video-banner-primary .bxst-video-banner-primary-description {
	max-width: 485px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.8;
	text-decoration: none;
	letter-spacing: -1px
}

.bxst-video-banner-primary .bxst-video-banner-primary-button {
	margin-top: 50px
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle {
	margin-top: 10px;
	box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-inner * {
	color: #fff;
	font-size: .6875rem;
	font-weight: 300;
	line-height: 1
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-line {
	display: inline-block;
	box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-button-subtitle-login {
	display: inline-block;
	position: relative;
	padding-left: 5px;
	background: none;
	border: none;
	text-decoration: underline;
	text-transform: capitalize;
	outline: none;
	cursor: pointer;
	box-sizing: border-box
}

.bxst-video-banner-primary .bxst-video-banner-primary-widget {
	position: absolute;
	left: 5%;
	bottom: 5%;
	z-index: 2
}

.main-video-banner-primary {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
	box-shadow: none
}

.main-video-banner-primary .bxst-youtube-video-player-body {
	padding-bottom: 56%
}

.main-video-banner-primary .popup-window-content {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: transparent
}

.main-video-banner-primary .popup-window-content>div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 850px
}

.main-video-banner-primary .popup-window-content iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none
}

.popup-window-overlay {
	min-width: 100%;
	min-height: 100%;
	box-sizing: border-box
}

.bxst-image-banner-primary {
	position: relative
}

.bxst-image-banner-primary .bxst-image-banner-primary-outer {
	padding: 87px 15px 79px;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1225px;
	margin: auto;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-content {
	flex: 1 0 auto;
	max-width: 440px;
	margin-top: 30px;
	color: #fff;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-title {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.3
}

.bxst-image-banner-primary .bxst-image-banner-primary-description {
	margin-top: 17px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.7
}

.bxst-image-banner-primary .bxst-image-banner-primary-button {
	margin-top: 71px
}

.bxst-image-banner-primary .bxst-image-banner-primary-media {
	box-sizing: border-box;
	flex: auto
}

.bxst-image-banner-primary .bxst-image-banner-primary-image {
	position: relative;
	height: 100%;
	margin-right: 41px
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-picture {
	display: block;
	max-width: 100%;
	max-height: 407px
}

.bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture {
	display: none
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device {
	position: absolute;
	width: 100%;
	height: 100%
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-scene {
	position: absolute;
	width: 100%;
	max-width: 680px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen .bxst-youtube-video-player-body {
	position: relative;
	padding-bottom: 56.25%;
	background: transparent;
	box-shadow: 3px 3px 15px 0 #343a40;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-image-device-screen iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%)
}

.bxst-image-banner-primary .bxst-image-banner-primary-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 80%;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-list-item {
	flex: 1 0 auto;
	max-width: calc(50% - 8px);
	margin: 0 4px 18px;
	box-sizing: border-box
}

.bxst-image-banner-primary .bxst-image-banner-primary-list-item-picture {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	transition: all 0.2s ease-in-out
}

.bxst-banner-slim .bxst-image-banner-primary-content {
	max-width: 380px
}

.bxst-banner-slim .bxst-image-banner-primary-title {
	margin-bottom: 15px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-banner-slim .bxst-image-banner-primary-description {
	margin-bottom: 30px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 2
}

.bxst-registration-banner {
	padding: 51px 0 58px 0;
	background: transparent url(../images/background/cloud-4.svg) no-repeat;
	background-position: center bottom
}

.bxst-registration-banner .bxst-registration-banner-title {
	color: #fff;
	letter-spacing: -1px
}

.bxst-registration-banner .bxst-registration-banner-button {
	margin-top: 41px;
	text-align: center
}

.bxst-registration-banner-slim {
	padding: 40px 0 40px 0
}

.bxst-registration-banner-slim .bxst-registration-banner-title {
	color: #262626;
	letter-spacing: -1px
}

.bxst-registration-banner-slim .bxst-registration-banner-button {
	margin-top: 28px;
	text-align: center
}

.bxst-registration-banner-slim_white .bxst-registration-banner-title {
	color: #fff
}

.bxst-daily-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 102px 0 75px;
	max-width: 1180px;
	margin: 0 auto
}

.bxst-daily-banner.bxst-daily-banner_padding-top-none {
	padding-top: 0
}

.bxst-daily-banner.bxst-daily-banner_padding-bottom-none {
	padding-bottom: 0
}

.bxst-daily-banner.bxst-daily-banner_justify_center {
	justify-content: center
}

.bxst-daily-banner img,
.bxst-daily-banner .bxst-daily-banner-huge {
	max-width: 100%;
	height: auto;
	box-sizing: border-box
}

.bxst-daily-banner .bxst-daily-banner-content {
	max-width: 500px
}

.bxst-daily-banner .bxst-block-title {
	text-align: left
}

.bxst-daily-banner .bxst-subtitle {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1
}

.bxst-daily-banner p {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-daily-banner .bxst-daily-banner-scene {
	position: relative;
	max-width: 620px;
	width: 100%;
	min-height: 392px;
	box-sizing: border-box;
	opacity: 0
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles {
	display: block;
	position: relative
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1,
.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2,
.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3,
.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4 {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 0
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-1 {
	width: 174px;
	height: 173px;
	top: 17px;
	left: 25px;
	background-image: url(../images/daily-banner/circle-1.png);
	animation-delay: .3s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-2 {
	width: 289px;
	height: 289px;
	top: 0;
	left: 109px;
	background-image: url(../images/daily-banner/circle-2.png);
	animation-delay: .6s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3 {
	width: 268px;
	height: 267px;
	top: 76px;
	left: 273px;
	background-image: url(../images/daily-banner/circle-3.png);
	animation-delay: .9s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-3:after {
	content: '';
	display: block;
	position: absolute;
	width: 289px;
	height: 289px;
	top: -11px;
	left: -11px;
	background: url(../images/daily-banner/circle-3-1.png) no-repeat
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-circles .bxst-scene-circle-4 {
	width: 159px;
	height: 158px;
	top: 185px;
	left: 461px;
	background-image: url(../images/daily-banner/circle-4.png);
	animation-delay: 1.2s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-persons {
	position: absolute;
	width: 516px;
	height: 269px;
	top: 37px;
	left: 69px;
	background: url(../images/daily-banner/persons.png) no-repeat;
	z-index: 1;
	animation-delay: 1.8s
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop {
	position: absolute;
	width: 372px;
	top: 174px;
	left: 0;
	z-index: 2
}

.bxst-daily-banner .bxst-daily-banner-scene .bxst-scene-laptop-picture {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%
}

.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene {
	opacity: 1
}

.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-1,
.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-2,
.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-3,
.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-circle-4,
.bxst-daily-banner .bxst-daily-banner-scene.animated.startDailyScene .bxst-scene-persons {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both
}

.bxst-table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed
}

.bxst-table th,
.bxst-table td {
	padding: 20px
}

.bxst-table tr+tr>th,
.bxst-table tr+tr>td {
	border-top: 1px solid #dee2e6
}

.bxst-table th+th,
.bxst-table td+td {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	table-layout: fixed
}

.bxst-table th:nth-child(2),
.bxst-table td:nth-child(2) {
	border-left: 1px solid #dee2e6
}

.bxst-table th:last-child,
.bxst-table td:last-child {
	border-right: 1px solid #dee2e6
}

.bxst-table_centered th+th,
.bxst-table_centered td+td {
	text-align: center
}

@media (max-width: 768px) {
	.bxst-table {
		table-layout: auto
	}
	.bxst-table-overflow {
		overflow-x: scroll;
		max-width: 100%
	}
}

.bxst-start-video-banner-title {
	color: #fff;
	letter-spacing: -1px
}

.bxst-start-video-banner {
	position: relative;
	padding-top: 51px;
	padding-bottom: 125px;
	overflow: hidden
}

.bxst-start-video-banner-box {
	position: relative;
	max-width: 838px;
	margin: 21px auto 0;
	border: 5px solid #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 10px #000;
	z-index: 5
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.bxst-start-video-banner-box .bxst-start-video-banner-box-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bxst-start-video-banner-scene {
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	z-index: 0
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1,
.bxst-start-video-banner-scene .bxst-banner-scene-screen-2,
.bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
	position: absolute;
	background: no-repeat
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-1 {
	width: 603px;
	height: 354px;
	left: -402px;
	bottom: 193px;
	background-image: url(../img/layer-1.png);
	z-index: 3;
	animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2 {
	width: 868px;
	height: 509px;
	left: -401px;
	bottom: 31px;
	background-image: url(../img/layer-2.png);
	z-index: 2;
	animation-delay: .6s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-2:before {
	content: '';
	position: absolute;
	width: 604px;
	height: 372px;
	top: 43px;
	left: 47px;
	background: url(../images/start-video-banner/shadow-1.png) no-repeat;
	animation-delay: .3s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3 {
	width: 1403px;
	height: 433px;
	left: -682px;
	bottom: 0;
	background-image: url(../img/layer-3.png);
	z-index: 1;
	animation-delay: .9s
}

.bxst-start-video-banner-scene .bxst-banner-scene-screen-3:before {
	content: '';
	position: absolute;
	width: 850px;
	height: 470px;
	top: 1px;
	left: 280px;
	background: url(../images/start-video-banner/shadow-2.png) no-repeat;
	animation-delay: .6s
}

.bxst-start-video-banner-scene.animated.startVideoBannerSceneFirst {
	animation-name: fadeIn;
	animation-duration: .5s;
	animation-fill-mode: both
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene {
	opacity: 1
}

.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-1,
.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2,
.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-2:before,
.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3,
.bxst-start-video-banner-scene.animated.startVideoBannerScene .bxst-banner-scene-screen-3:before {
	animation-name: slideInUp;
	animation-duration: 1s;
	animation-fill-mode: both
}

.bxst-start-main-news {
	padding: 108px 0 100px 0
}

.bxst-start-main-news .bxst-start-main-news-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 61px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons {
	display: inline-flex;
	align-items: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item {
	display: block;
	margin: auto 0 auto 10px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.rss {
	width: 21px;
	height: 21px;
	background: url(../images/icons/rss.png) no-repeat
}

.bxst-start-main-news .bxst-start-main-news-subscribe-icons-item.mail {
	width: 27px;
	height: 20px;
	background: url(../images/icons/mail.png) no-repeat
}

.bxst-start-main-news .bxst-start-main-news-more {
	margin-top: 50px;
	text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
	text-align: center
}

.bxst-start-main-news .bxst-start-main-news-subscribe {
	margin-top: 26px
}

.bxst-start-main-news .bxst-start-main-news-subscribe-link {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none
}

.bxst-main-publications-section {
	padding: 27px 15px 23px;
	background: #e9ecef
}

.bxst-main-publications {
	display: flex;
	align-items: center;
	justify-content: center
}

.bxst-main-publications-title {
	max-width: 260px;
	margin-right: 6px;
	color: #6c757d;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-main-publications-list {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bxst-main-publications-item-picture {
	margin: 0 35px;
	opacity: 0
}

.bxst-main-publications-item-picture-image {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item {
	animation-name: slideInRight;
	animation-duration: 1s;
	animation-fill-mode: both
}

.bxst-main-publications-scene.animated.startPublicationsScene .bxst-main-publications-scene-item .bxst-main-publications-item-picture {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both
}

.bxst-main-publications-section_column {
	padding: 0 15px 55px;
	background: transparent
}

.bxst-main-publications-section_column .bxst-main-publications {
	flex-direction: column
}

.bxst-main-simple-content-area {
	padding: 55px 0 0
}

.bxst-primary-simple-content-area {
	padding: 55px 0
}

.bxst-simple-content-area {
	display: flex;
	justify-content: space-between
}

.bxst-simple-content-area.reverse {
	flex-direction: row-reverse
}

.bxst-simple-content-area-media {
	display: flex;
	align-items: flex-end
}

.bxst-simple-content-area-media-picture {
	display: block;
	margin: 0 auto;
	padding: 0 15px
}

.bxst-simple-content-area-content {
	max-width: 690px;
	margin-bottom: 50px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: left
}

.bxst-simple-content-area-content .bxst-block-title {
	padding-bottom: 12px;
	text-align: left
}

.bxst-simple-content-area-content-button {
	margin-top: 28px
}

.bxst-simple-content-area .bxst-block-title {
	text-align: left
}

.bxst-simple-content-area .bxst-simple-content-area-list-body {
	display: flex
}

.bxst-simple-content-area .bxst-simple-content-area-list {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0
}

.bxst-simple-content-area .bxst-simple-content-area-list li {
	text-align: left;
	box-sizing: border-box
}

.bxst-simple-content-area .bxst-simple-content-area-list li:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 36px;
	width: 5px;
	height: 5px;
	background: #3bc8f5;
	border-radius: 100%
}

.bxst-simple-content-area .bxst-simple-content-area-media-picture-image {
	display: block;
	max-width: 100%
}

.bxst-simple-content-area-line-list {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-item {
	margin: 10px
}

.bxst-simple-content-area-line-list .bxst-simple-content-area-line-list-picture {
	display: block;
	max-width: 190px;
	margin: 0 auto;
	padding: 0
}

.bxst-simple-content-area-features {
	padding-top: 8px
}

.bxst-simple-content-area-features .bxst-simple-content-area-list {
	margin: 40px 0 50px
}

.bxst-primary-table {
	width: 100%;
	font-size: .875rem;
	line-height: 1.8;
	box-sizing: border-box
}

.bxst-primary-table tr {
	padding: 10px 15px;
	border: 1px solid #e9ecef
}

.bxst-primary-table tr:nth-child(even) {
	background: #e9ecef
}

.bxst-primary-table th,
.bxst-primary-table td {
	padding: 15px
}

.bxst-primary-table th {
	font-weight: 600
}

.bxst-nearest-event-banner {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bxst-nearest-event-banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 50px
}

.bxst-nearest-event-banner-calendar {
	display: flex;
	align-items: flex-end;
	padding: 6px 13px 20px 21px;
	border: 2px solid #6c757d;
	border-radius: 5px;
	color: #6c757d;
	font-size: 3rem;
	line-height: 1;
	box-sizing: border-box
}

.bxst-nearest-event-banner-calendar:before {
	content: '';
	display: block;
	position: relative;
	width: 32px;
	height: 29px;
	margin-right: 16px;
	margin-bottom: 3px;
	background: url(../images/icons/calendar.svg) no-repeat
}

.bxst-nearest-event-banner-description {
	margin-left: 30px
}

.bxst-nearest-event-banner-type {
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase
}

.bxst-nearest-event-banner-title,
.bxst-nearest-event-banner-title .bxst-nearest-event-banner-title-link {
	color: #262626;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-nearest-event-banner-label {
	position: relative;
	margin-top: -72px
}

.bxst-nearest-event-banner-label-outer {
	position: relative;
	top: 23px;
	padding: 9px 45px 25px 26px;
	background: #f1f5be
}

.bxst-nearest-event-banner-label-outer:before {
	content: '';
	position: absolute;
	width: calc(100% - 22px);
	height: 22px;
	left: 0;
	bottom: 100%;
	background: #f1f5be;
	box-sizing: border-box
}

.bxst-nearest-event-banner-label-outer:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 100%;
	border-bottom: 22px solid #e8d82a;
	border-right: 22px solid transparent;
	box-sizing: border-box
}

.bxst-nearest-event-banner-label-subtitle {
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 1px
}

.bxst-nearest-event-banner-label-title {
	margin-top: 4px;
	color: #262626;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-nearest-event-banner-label-link-cnt {
	margin-top: 15px
}

.bxst-nearest-event-banner-label-link {
	font-size: .875rem;
	text-transform: uppercase
}

.bxst-nearest-event-slim-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 41px 0 37px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 20px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
	padding: 10px 12px 10px 18px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1.8;
	white-space: nowrap
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
	content: '';
	display: block;
	position: relative;
	width: 34px;
	height: 28px;
	margin-right: 19px;
	background: url(../images/icons/calendar.png) no-repeat;
	background-size: contain
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
	margin: 0 41px;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.3
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description.empty-event {
	margin: auto;
	text-align: center
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-type {
	letter-spacing: -.5px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
	margin-top: 2px;
	color: #fff;
	font-weight: 400;
	letter-spacing: -.7px
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title:hover {
	text-decoration: underline
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-button {
	display: inline-flex;
	margin-top: 20px;
	padding: 5px 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	cursor: pointer
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body {
	position: relative
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before,
.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	opacity: .9
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:before {
	transform: rotate(45deg)
}

.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-close-body:after {
	transform: rotate(-45deg)
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-close {
	display: flex
}

.bxst-nearest-event-slim-banner .bxst-sticked .bxst-nearest-event-slim-banner-inner {
	justify-content: center;
	position: fixed;
	width: 100%;
	left: 0;
	background: #6dcf73;
	background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
	background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);
	box-shadow: 0 4px 10px -1px #dee2e6;
	box-sizing: border-box;
	z-index: 9
}

.bxst-section-header {
	display: flex;
	justify-content: center
}

.bxst-section-header-outer {
	display: flex;
	flex: 0 0 100%;
	max-width: 1180px;
	padding: 41px 15px 47px;
	box-sizing: border-box
}

.bxst-section-header-inner {
	display: flex;
	justify-content: space-between;
	flex: 1 1 auto
}

.bxst-section-header-content {
	max-width: 800px
}

.bxst-section-header-content_media {
	max-width: 500px
}

.bxst-section-header-content-title {
	margin: auto;
	color: #fff;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1
}

.bxst-section-header-content-description {
	margin-top: 40px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-section-header-content-button {
	margin-top: 59px
}

.bxst-section-header-registration-button {
	text-align: center
}

.bxst-section-header-apps-market {
	margin-top: 15px
}

.bxst-section-header-apps-market-item-picture {
	display: block
}

.bxst-section-header-media {
	display: flex;
	justify-content: flex-end;
	flex: 1 1 auto
}

.bxst-section-header-media-inner {
	position: relative;
	max-width: 480px;
	flex: 0 0 480px
}

.bxst-section-header-media-inner .bxst-youtube-video-player-body {
	position: relative;
	max-width: 480px;
	max-height: 270px;
	padding-bottom: 56.25%;
	background: transparent;
	box-shadow: 3px 3px 15px 0 #343a40;
	box-sizing: border-box
}

.bxst-section-header-media-inner .bxst-youtube-video-player-body iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0
}

.bxst-section-header-media-picture {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box
}

.bxst-section-header-menu {
	display: flex;
	justify-content: center;
	position: relative;
	border-top: 1px solid #fff
}

.bxst-section-header-menu.bxst-sticked .bxst-section-header-menu-outer {
	position: fixed;
	left: 0;
	background: #6dcf73;
	background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
	background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
	background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73);
	box-shadow: 0 4px 10px -1px #dee2e6;
	z-index: 9
}

.bxst-section-header-menu-outer {
	flex: 1 0 100%;
	width: 100%;
	box-sizing: border-box
}

.bxst-section-header-menu-inner {
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: relative
}

.bxst-section-header-menu-inner.active .bxst-section-header-menu-select-icon {
	transform: rotate(90deg)
}

.bxst-section-header-menu-list {
	display: flex;
	justify-content: space-around;
	max-width: 1180px;
	margin: 0 auto;
	box-sizing: border-box
}

.bxst-section-header-menu-list.owl-carousel.owl-loaded {
	width: calc(100% - 46px)
}

.bxst-section-header-menu-list .owl-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.bxst-section-header-menu-list .owl-nav .owl-prev,
.bxst-section-header-menu-list .owl-nav .owl-next {
	position: relative;
	width: 9px;
	height: 20px;
	font-size: 0;
	opacity: .7
}

.bxst-section-header-menu-list .owl-nav .owl-prev:hover,
.bxst-section-header-menu-list .owl-nav .owl-next:hover {
	opacity: 1
}

.bxst-section-header-menu-list .owl-nav .owl-prev {
	margin-left: -14px
}

.bxst-section-header-menu-list .owl-nav .owl-next {
	margin-right: -14px
}

.bxst-section-header-menu-list .owl-nav .owl-prev.disabled,
.bxst-section-header-menu-list .owl-nav .owl-next.disabled {
	opacity: 0
}

.bxst-section-header-menu-list .owl-nav .owl-prev,
.bxst-section-header-menu-list .owl-nav .owl-next,
.bxst-section-header-menu-list .owl-nav .owl-prev:before,
.bxst-section-header-menu-list .owl-nav .owl-prev:after,
.bxst-section-header-menu-list .owl-nav .owl-next:before,
.bxst-section-header-menu-list .owl-nav .owl-next:after {
	transition: all 0.2s ease-in-out
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before,
.bxst-section-header-menu-list .owl-nav .owl-prev:after,
.bxst-section-header-menu-list .owl-nav .owl-next:before,
.bxst-section-header-menu-list .owl-nav .owl-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #fff;
	border-radius: 5px
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before,
.bxst-section-header-menu-list .owl-nav .owl-prev:after {
	left: 0
}

.bxst-section-header-menu-list .owl-nav .owl-prev:before {
	top: 0;
	transform: rotate(45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-prev:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-next:before,
.bxst-section-header-menu-list .owl-nav .owl-next:after {
	right: 0
}

.bxst-section-header-menu-list .owl-nav .owl-next:before {
	top: 0;
	transform: rotate(-45deg)
}

.bxst-section-header-menu-list .owl-nav .owl-next:after {
	bottom: 0;
	transform: rotate(45deg)
}

.bxst-section-header-menu-list-item {
	display: flex;
	flex: 1;
	text-align: center;
	box-sizing: border-box;
	transition: 160ms background linear
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	text-align: center;
	box-sizing: border-box
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-link {
	display: block;
	width: 100%;
	padding: 18px 15px 22px;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	white-space: nowrap;
	box-sizing: border-box
}

.bxst-section-header-menu-list-item .bxst-section-header-menu-list-item-link:hover {
	color: #fff
}

.bxst-section-header-menu-list-item:hover {
	background: rgba(255, 255, 255, 0.3)
}

.bxst-section-header-menu-list-item.active {
	background: #fff
}

.bxst-section-header-menu-list-item.active .bxst-section-header-menu-list-item-link {
	color: #262626
}

.bxst-section-header-menu-list-item .categoryMenuAnimation {
	animation-name: categoryMenuAnimation;
	animation-duration: .7s;
	animation-fill-mode: both
}

.bxst-section-header-menu-select {
	display: none
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-switch {
	display: flex;
	align-items: center;
	flex: 1;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	transition: 160ms background linear;
	cursor: pointer
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-title {
	display: block;
	flex: 1 0 auto;
	width: 100%;
	padding: 18px 15px 22px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.8;
	box-sizing: border-box
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon {
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	right: 15px;
	transition: all 0.2s ease-in-out
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:before,
.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.5)
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:before {
	top: -10px;
	transform: rotate(45deg)
}

.bxst-section-header-menu-select .bxst-section-header-menu-select-icon:after {
	bottom: -10px;
	transform: rotate(-45deg)
}

@-webkit-keyframes categoryMenuAnimation {
	0% {
		background: rgba(255, 255, 255, 0)
	}
	50% {
		background: rgba(255, 255, 255, 0.3)
	}
	100% {
		background: rgba(255, 255, 255, 0)
	}
}

@keyframes categoryMenuAnimation {
	0% {
		background: rgba(255, 255, 255, 0)
	}
	50% {
		background: rgba(255, 255, 255, 0.3)
	}
	100% {
		background: rgba(255, 255, 255, 0)
	}
}

.bxst-section-position {
	position: relative
}

.bxst-section-features-background {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	z-index: -1
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-left-1 {
	position: absolute;
	width: 476px;
	height: 741px;
	top: 0;
	left: 0;
	background: url(../images/background/left-flower.png) no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
	position: absolute;
	width: 846px;
	height: 624px;
	top: 0;
	right: 0;
	background: url(../images/background/right-laptop.png) no-repeat
}

.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
	position: absolute;
	top: 103px;
	right: 0;
	width: 490px;
	height: 355px;
	z-index: -2
}

.bxst-section-features-preview {
	max-width: 980px;
	margin: auto;
	padding: 101px 0 58px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-section-features-preview .bxst-section-features-preview-inner {
	max-width: 550px
}

.bxst-section-features-preview .bxst-block-title {
	margin-bottom: 20px;
	text-align: left
}

.bxst-section-features-preview .bxst-section-features-preview-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 510px;
	margin: 70px 0 0;
	padding: 0;
	list-style: none
}

.bxst-section-features-preview .bxst-section-features-preview-list-item {
	max-width: 41%;
	margin-bottom: 52px
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-icon .bxst-section-features-preview-list-item-icon-image {
	display: block;
	margin: 0;
	padding: 0
}

.bxst-section-features-preview .bxst-section-features-preview-list-item-content {
	margin-top: 10px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section,
.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section {
	justify-content: flex-start
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-inner,
.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-inner {
	flex-direction: row-reverse
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,
.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
	padding: 0 0 0 50px
}

.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-slim,
.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-slim {
	justify-content: center
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section {
	justify-content: flex-end
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-inner {
	flex-direction: row
}

.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
	padding: 0 50px 0 0
}

.bxst-features-section {
	display: flex;
	justify-content: flex-end
}

.bxst-features-section .bxst-block-title {
	text-align: left
}

.bxst-features-section .bxst-features-section-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	max-width: 91%;
	flex: 0 0 91%;
	box-sizing: border-box
}

.bxst-features-section .bxst-features-section-content {
	flex: 1;
	max-width: 500px;
	padding: 0 50px 0 0;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media {
	flex: 1;
	box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body {
	position: relative;
	max-width: 910px;
	padding-bottom: 56.25%;
	background: transparent;
	border-radius: 5px;
	box-sizing: border-box
}

.bxst-features-section .bxst-features-section-media .bxst-youtube-video-player-body iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0
}

.bxst-features-section .bxst-features-section-media-content {
	position: relative;
	max-width: 910px;
	flex: 1
}

.bxst-features-section .bxst-features-section-content-button {
	margin-top: 70px
}

.bxst-features-section .bxst-features-section-media-image {
	display: block;
	max-width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

.bxst-features-section.reverse {
	justify-content: flex-start
}

.bxst-features-section.reverse .bxst-features-section-inner {
	flex-direction: row-reverse
}

.bxst-features-section.reverse .bxst-features-section-content {
	padding: 0 0 0 50px
}

.bxst-features-section.bxst-features-section-bg-1 {
	padding-top: 75px;
	padding-bottom: 122px;
	background: url(../images/background/features-bg-1.png) no-repeat;
	background-position-x: center;
	background-size: contain
}

.bxst-features-section.bxst-features-section-bg-2 {
	padding-top: 69px;
	padding-bottom: 82px;
	background: url(../images/background/features-bg-2.png) no-repeat;
	background-position-x: center;
	background-size: contain
}

.bxst-features-section.bxst-features-section-bg-3 {
	margin-bottom: 58px;
	background: url(../images/background/features-bg-3.png) no-repeat;
	background-position-x: center;
	background-size: contain
}

.bxst-features-section.bxst-features-slim {
	justify-content: center
}

.bxst-features-slim {
	padding: 90px 15px 0;
	box-sizing: border-box
}

.bxst-features-slim .bxst-features-section-inner {
	max-width: 1210px;
	padding-bottom: 90px
}

.bxst-features-slim .bxst-features-section-inner,
.bxst-features-slim .bxst-features-section-content {
	flex: 1 0 100%
}

.bxst-features-slim .bxst-media-laptop {
	padding-top: 3.95%;
	background: url(../images/features/browser-bar-top.png) no-repeat;
	background-size: contain
}

.bxst-features-slim .bxst-media-laptop .bxst-features-section-media-image {
	border-left: 2px solid #e9ecef;
	border-right: 2px solid #e9ecef;
	border-bottom: 2px solid #e9ecef
}

.bxst-features-slim .bxst-section-centered {
	justify-content: center
}

.bxst-features-slim .bxst-section-centered .bxst-features-section-content {
	max-width: 800px
}

.bxst-features-slim .bxst-section-bordered {
	border-bottom: 1px solid #e9ecef
}

.bxst-features-slim.bxst-features-slim-logo-list {
	padding-top: 45px
}

.bxst-section-centered {
	text-align: center
}

.bxst-section-centered .bxst-features-section-content,
.bxst-section-centered .bxst-features-section-media {
	padding: 0
}

.bxst-section-centered .bxst-block-title {
	text-align: center
}

.bxst-features-section-label {
	display: block;
	color: #b7db2a;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1.8;
	text-transform: uppercase
}

.bxst-helpdesk-features-section {
	padding-top: 17px
}

.bxst-helpdesk-features-section .bxst-helpdesk-section {
	padding-top: 63px;
	padding-bottom: 18px
}

.bxst-helpdesk-section-inner {
	display: flex;
	justify-content: space-between
}

.bxst-helpdesk-section-title {
	flex: 0 0 31%;
	box-sizing: border-box
}

.bxst-helpdesk-section-title .bxst-block-title {
	text-align: left
}

.bxst-helpdesk-section-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 1 1 69%;
	max-width: 69%;
	margin-top: 19px;
	box-sizing: border-box
}

.bxst-helpdesk-section-list-item {
	display: flex;
	align-items: center;
	flex: 1 0 50%;
	margin-bottom: 60px;
	color: #262626;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-helpdesk-section-list-item:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 17px;
	background: url(../images/icons/icon-bullit.svg) no-repeat
}

.bxst-helpdesk-section-list-item-inner {
	max-width: 340px
}

.bxst-helpdesk-section-list-item-link {
	display: inline-block;
	position: relative;
	cursor: pointer
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label {
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	color: #c95095;
	font-size: .625rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-label.success {
	color: #b7db2a
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow {
	display: inline-block;
	position: relative;
	width: 3px;
	height: 12px;
	margin-left: 15px;
	font-size: 0
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before,
.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 8px;
	background: #3bc8f5;
	border-radius: 5px
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:before {
	top: 0;
	transform: rotate(-45deg)
}

.bxst-helpdesk-section-list-item-link .bxst-helpdesk-section-list-item-inner-arrow:after {
	bottom: 0;
	transform: rotate(45deg)
}

.side-panel .side-panel-container {
	border-radius: 5px 0 0 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2)
}

.side-panel .side-panel-container .side-panel-content-container {
	overflow: hidden !important
}

.side-panel .side-panel-content-frame-body {
	width: 100%;
	height: 100%
}

.side-panel .side-panel-content-frame-body>iframe {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	border-radius: 5px 0 0 5px
}

.bxst-section-companies-count {
	padding: 100px 0 100px;
	background: url(../images/background/cloud-5.svg) no-repeat;
	background-position: bottom;
	text-align: center
}

.bxst-section-companies-count .bxst-section-companies-count-button {
	margin-top: 50px
}

.bxst-youtube-popup-default.popup-window {
	max-width: 850px;
	width: 100%;
	min-width: 320px;
	padding: 15px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 #dee2e6;
	box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content {
	position: relative;
	padding-bottom: 56.25%;
	background: transparent;
	border-radius: 5px;
	box-sizing: border-box
}

.bxst-youtube-popup-default .popup-window-content iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0
}

.bxst-youtube-popup-default .popup-window-close-icon {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	background: #fff;
	border-radius: 100%;
	font-size: 0;
	outline: 0;
	opacity: .7;
	transition: all 0.2s ease-in-out;
	box-shadow: 2px 2px 7px 0 #262626;
	cursor: pointer
}

.bxst-youtube-popup-default .popup-window-close-icon:before,
.bxst-youtube-popup-default .popup-window-close-icon:after {
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 2px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #dee2e6;
	border-radius: 5px;
	transition: all 0.2s ease-in-out
}

.bxst-youtube-popup-default .popup-window-close-icon:before {
	transform: rotate(45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:after {
	transform: rotate(-45deg)
}

.bxst-youtube-popup-default .popup-window-close-icon:hover {
	opacity: 1
}

.bxst-youtube-popup-default .popup-window-close-icon:hover:before,
.bxst-youtube-popup-default .popup-window-close-icon:hover:after {
	background: #68ddff
}

.bxst-features-table-section {
	padding-bottom: 100px
}

.bxst-features-table .bxst-features-table-header-switch {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center
}

.bxst-features-table .bxst-features-table-header-switch__icon {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #dee2e6;
	border-radius: 100%;
	cursor: pointer
}

.bxst-features-table .bxst-features-table-header-switch__icon:before,
.bxst-features-table .bxst-features-table-header-switch__icon:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	top: 50%;
	left: 50%;
	background: #3bc8f5;
	transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header-switch__icon:after {
	transform: translate(-50%) rotate(90deg)
}

.bxst-features-table .bxst-features-table-header-switch__title {
	margin-top: 10px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

.bxst-features-table.sections-shown .bxst-features-table-header-switch__icon:after {
	transform: translate(-50%)
}

.bxst-features-table .bxst-features-table-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 30px 24px;
	background-color: #e9ecef;
	border-radius: 5px
}

.bxst-features-table .bxst-features-table-header-control-section {
	display: flex;
	align-items: center
}

.bxst-features-table .bxst-features-table-swich-title {
	color: #262626;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-title.active {
	color: #3bc8f5;
	cursor: pointer
}

.bxst-features-table .bxst-features-table-swich {
	display: block;
	position: relative;
	width: 44px;
	height: 24px;
	margin: 0 22px
}

.bxst-features-table .bxst-features-table-swich-slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #e9ecef;
	border-radius: 12px;
	transition: .4s linear;
	cursor: pointer
}

.bxst-features-table .bxst-features-table-swich-slider:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 3px;
	bottom: 3px;
	background-color: #3bc8f5;
	border-radius: 100%;
	-webkit-transition: .4s;
	transition: .4s
}

.bxst-features-table .bxst-features-table-swich.checked .bxst-features-table-swich-slider:before {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px)
}

.bxst-features-table .bxst-features-table-title,
.bxst-features-table .bxst-features-table-description {
	color: #262626;
	font-weight: 400;
	line-height: 1.5
}

.bxst-features-table .bxst-features-table-title {
	font-size: 1.5rem
}

.bxst-features-table .bxst-features-table-description {
	font-size: .875rem
}

.bxst-features-table .bxst-prices-table-features-icon.checked {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-features-table .bxst-prices-table-features-icon.unchecked {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-features-table .bxst-features-table-section-row {
	display: flex;
	align-items: center;
	padding: 24px 30px 28px 30px;
	box-sizing: border-box
}

.bxst-features-table .bxst-features-table-section-row.subsection-hidden {
	display: none
}

.bxst-features-table.equal .n-equal-section {
	display: none
}

.bxst-features-table .bxst-features-table-section-section {
	border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-sidebar {
	flex: 1;
	max-width: 360px
}

.bxst-features-table .bxst-features-table-section-sidebar_no-restriction {
	max-width: none
}

.bxst-features-table .bxst-features-table-section-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1
}

.bxst-features-table .bxst-features-table-section-item {
	display: flex;
	justify-content: center;
	flex: 1;
	font-size: 1rem;
	text-align: center
}

.bxst-features-table .bxst-features-table-title-bordered {
	padding-bottom: 20px;
	border-bottom: 1px solid #dee2e6
}

.bxst-features-table .bxst-features-table-section-title {
	cursor: pointer
}

.bxst-features-table .bxst-features-table-section-subsection {
	padding-left: 30px;
	padding-right: 30px;
	background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-subsection .bxst-features-table-section-sidebar .bxst-features-table-title {
	color: #262626;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-features-table .bxst-features-table-title-icon {
	display: inline-block;
	flex: 0 0 10px;
	position: relative;
	width: 10px;
	height: 9px;
	margin: 0 23px 0 7px;
	font-size: 0
}

.bxst-features-table .bxst-features-table-title-icon:before,
.bxst-features-table .bxst-features-table-title-icon:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #3bc8f5;
	border-radius: 5px
}

.bxst-features-table .bxst-features-table-title-icon:before {
	left: 0;
	transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-title-icon:after {
	right: 0;
	transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:before {
	transform: rotate(-45deg)
}

.bxst-features-table .section-hidden .bxst-features-table-title-icon:after {
	transform: rotate(45deg)
}

.bxst-features-table .bxst-features-table-section-dropdown {
	padding: 39px 41px;
	background-color: #e9ecef
}

.bxst-features-table .bxst-features-table-section-dropdown .bxst-features-table-section-row {
	padding: 0 0 40px
}

.bxst-features-table_white .bxst-features-table-header {
	background-color: transparent
}

.bxst-features-table_white .bxst-features-table-section-subsection {
	background-color: transparent
}

.bxst-features-table_slim .bxst-features-table-section-row {
	padding-top: 19px;
	padding-bottom: 19px
}

.bxst-features-table_slim .bxst-features-table-title-bordered {
	padding-top: 10px;
	padding-bottom: 10px
}

.bxst-features-table_slim .bxst-features-table-section-section {
	background-color: rgba(104, 221, 255, 0.1)
}

.bxst-tools-section {
	padding: 120px 0 20px
}

.bxst-tools-section_gradient {
	padding: 30px 0
}

.bxst-tools-section .bxst-tools-list {
	padding-top: 100px
}

.bxst-tools-list__inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap
}

.bxst-tools-list__item {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex: 1 0 100%;
	max-width: 25%;
	margin-bottom: 100px;
	text-align: center
}

.bxst-tools-list__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 75px
}

.bxst-tools-list__picture {
	display: block;
	max-width: 100px;
	max-height: 75px;
	width: 100%;
	height: auto;
	margin: auto
}

.bxst-tools-list__title {
	margin-top: 35px;
	color: #262626;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: -.11px
}

.bxst-tools-list__description {
	max-width: 85%;
	margin-top: 20px;
	color: #495057;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-content-painter {
	position: relative
}

.bxst-content-painter__label {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}

.bxst-content-painter_bordered {
	border: 2px solid #dee2e6;
	border-radius: .375rem
}

.hide-on-screen-xl {
	display: none !important
}

.show-on-screen-xl {
	display: unset !important
}

@media (max-width: 1200px) {
	.bxst-video-banner-primary .bxst-video-banner-primary-title {
		font-size: 2.5rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-description {
		margin-top: 20px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-button {
		margin-top: 40px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-widget {
		left: 2%;
		bottom: 2%
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-play {
		bottom: 40px
	}
	.bxst-nearest-event-banner-calendar {
		padding: 6px 10px 6px 16px;
		font-size: 2.5rem
	}
	.bxst-nearest-event-banner-calendar:before {
		margin-bottom: 5px
	}
	.bxst-nearest-event-banner-type,
	.bxst-nearest-event-banner-label-subtitle,
	.bxst-nearest-event-banner-label-link {
		font-size: .75rem
	}
	.bxst-nearest-event-banner-title {
		font-size: 1.25rem
	}
	.bxst-nearest-event-banner-label-title {
		font-size: 1rem
	}
	.bxst-section-header-content-title {
		font-size: 2.5rem
	}
	.bxst-section-header-content-description {
		font-size: 1rem
	}
	.bxst-section-header-content_media {
		max-width: 400px
	}
	.bxst-section-features-preview {
		font-size: 1rem
	}
	.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
		width: 750px;
		height: 553px;
		background-size: contain
	}
	.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 .bxst-section-background-right-1-picture {
		top: 92px;
		width: 434px;
		height: 314px
	}
	.bxst-helpdesk-section-list-item {
		margin-bottom: 35px;
		font-size: 1.125rem
	}
	.hide-on-screen-lg {
		display: none !important
	}
	.show-on-screen-lg {
		display: unset !important
	}
}

@media (max-width: 992px) {
	.bxst-block-title.bxst-title-lg {
		font-size: 2.5rem
	}
	.bxst-block-title.bxst-title-md {
		font-size: 2.25rem
	}
	.bxst-block-title.bxst-title-sm {
		font-size: 2rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-title {
		font-size: 2.25rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-description {
		margin-top: 0
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-button {
		margin-top: 20px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-widget {
		display: none
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-play {
		bottom: 20px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-outer {
		padding: 40px 15px 40px;
		overflow: hidden
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-content {
		flex: 1 0 100%;
		margin: 30px 0 0;
		z-index: 2
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-media {
		position: absolute;
		height: 100%;
		left: 100%;
		-webkit-transform: translate(-80%, 0);
		transform: translate(-80%, 0);
		opacity: .4;
		z-index: 1
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-image {
		display: flex;
		position: relative;
		margin-right: 0;
		max-height: 100%
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-image-device {
		display: none
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-image-picture {
		display: block;
		flex: 1 0 100%;
		height: 100%;
		max-width: none
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-media_device .bxst-image-banner-primary-image-picture {
		display: block
	}
	.bxst-daily-banner {
		padding: 50px 0
	}
	.bxst-start-main-news {
		padding: 70px 0 70px 0
	}
	.bxst-main-publications-title {
		font-size: 1rem
	}
	.bxst-main-publications-item-picture {
		margin: 0 25px
	}
	.bxst-simple-content-area-content {
		font-size: 1rem
	}
	.bxst-nearest-event-banner-label-title {
		font-size: 1rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
		font-size: 2.5rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
		margin: 0 20px;
		font-size: 1.625rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
		font-size: 1.25rem
	}
	.bxst-section-header-content-title {
		font-size: 2.25rem
	}
	.bxst-section-header-media-inner {
		flex: 0 0 100%
	}
	.bxst-section-header-menu:before {
		display: none
	}
	.bxst-section-header-menu-inner.active .bxst-section-header-menu-select-switch {
		background: rgba(255, 255, 255, 0.2)
	}
	.bxst-section-header-menu-inner.active .bxst-section-header-menu-list-body {
		height: auto
	}
	.bxst-section-header-menu-list-body {
		position: absolute;
		width: 100%;
		height: 0;
		max-height: 200px;
		top: 100%;
		left: 0;
		box-sizing: border-box;
		overflow-y: auto;
		z-index: 3
	}
	.bxst-section-header-menu-list {
		flex-wrap: wrap;
		background: #6dcf73;
		background: -moz-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
		background: -webkit-gradient(-45deg, color-stop(0%, #08c1ef), color-stop(100%, #6dcf73));
		background: -webkit-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
		background: -o-linear-gradient(-45deg, #08c1ef 0%, #6dcf73 100%);
		background: linear-gradient(135deg, #08c1ef 0%, #6dcf73 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#08c1ef, endColorstr=#6dcf73)
	}
	.bxst-section-header-menu-list-item {
		flex: 1 0 100%
	}
	.bxst-section-header-menu-list-item.active {
		background: rgba(255, 255, 255, 0.5)
	}
	.bxst-section-header-menu-list-item.active .bxst-section-header-menu-list-item-link {
		color: #fff
	}
	.bxst-section-header-menu-select {
		display: block
	}
	.bxst-section-features-preview {
		font-size: 1rem
	}
	.bxst-section-features-preview {
		padding: 50px 15px
	}
	.bxst-section-features-preview .bxst-section-features-preview-list {
		margin-top: 20px
	}
	.bxst-section-features-preview .bxst-section-features-preview-list-item {
		margin-bottom: 20px
	}
	.bxst-section-features-preview .bxst-section-features-preview-inner {
		margin: 0 auto
	}
	.bxst-section-features-background .bxst-section-background-field.bxst-section-background-right-1 {
		display: none
	}
	.bxst-features-section .bxst-features-section-content {
		font-size: 1rem
	}
	.bxst-features-section .bxst-features-section-content-button {
		margin-top: 40px
	}
	.bxst-features-slim {
		padding: 50px 15px
	}
	.bxst-features-slim .bxst-features-section-inner {
		padding-bottom: 0;
		border: none
	}
	.bxst-helpdesk-features-section {
		display: none
	}
	.bxst-features-table-section {
		display: none
	}
	.bxst-section-companies-count {
		padding: 50px
	}
	.bxst-tools-section {
		padding: 60px 0 20px
	}
	.bxst-tools-section_gradient {
		padding: 15px 0
	}
	.bxst-tools-section .bxst-tools-list {
		padding-top: 50px
	}
	.bxst-tools-list__item {
		max-width: 33.333%;
		margin-bottom: 50px
	}
	.bxst-tools-list__picture {
		max-width: 80px;
		max-height: 50px
	}
	.bxst-tools-list__title {
		margin-top: 20px;
		font-size: 1.25rem
	}
	.bxst-tools-list__description {
		margin-top: 10px;
		font-size: .875rem
	}
	.hide-on-screen-md {
		display: none !important
	}
	.show-on-screen-md {
		display: unset !important
	}
}

@media (max-width: 768px) {
	.bxst-block-title.bxst-title-lg {
		font-size: 2.25rem
	}
	.bxst-block-title.bxst-title-md {
		font-size: 2rem
	}
	.bxst-block-title.bxst-title-sm {
		font-size: 1.625rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-label {
		max-width: 100px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-title {
		font-size: 1.75rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-description {
		font-size: 1rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-button {
		margin-top: 10px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-widget {
		display: none
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-play {
		width: 35px;
		height: 35px;
		bottom: 15px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-play:before {
		margin-left: 3px;
		border-top-width: 8px;
		border-bottom-width: 8px;
		border-left-width: 10px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-outer {
		padding: 40px 15px 68px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-inner {
		justify-content: center
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-content {
		text-align: center
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-title {
		font-size: 2.25rem
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-description {
		font-size: 1.375rem
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-button {
		margin-top: 40px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-media {
		-webkit-transform: translate(-60%, 0);
		transform: translate(-60%, 0)
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-list {
		max-width: 100%
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-list-item {
		max-width: calc(50% - 8px)
	}
	.bxst-registration-banner {
		padding: 31px 0 38px 0;
		background-size: contain
	}
	.bxst-registration-banner .bxst-registration-banner-button {
		margin-top: 20px
	}
	.bxst-registration-banner-slim {
		padding: 25px 0 25px 0
	}
	.bxst-registration-banner-slim .bxst-registration-banner-button {
		margin-top: 14px
	}
	.bxst-daily-banner {
		display: none
	}
	.bxst-daily-banner.bxst-daily-banner_display-flex {
		display: flex
	}
	.bxst-start-main-news {
		padding: 46px 0 50px 0
	}
	.bxst-main-publications-title {
		font-size: .875rem
	}
	.bxst-main-publications-item-picture {
		margin: 0 15px
	}
	.bxst-simple-content-area-content {
		font-size: .875rem
	}
	.bxst-simple-content-area {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.bxst-simple-content-area.reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
	.bxst-simple-content-area .bxst-block-title {
		text-align: center
	}
	.bxst-simple-content-area .bxst-simple-content-area-list-body {
		justify-content: center
	}
	.bxst-simple-content-area .bxst-simple-content-area-list {
		margin: 25px 0
	}
	.bxst-simple-content-area .bxst-simple-content-area-list li:before {
		margin-right: 15px
	}
	.bxst-simple-content-area,
	.bxst-simple-content-area-content,
	.bxst-simple-content-area-media {
		justify-content: center;
		text-align: center
	}
	.bxst-simple-content-area-content {
		max-width: none
	}
	.bxst-simple-content-area-media {
		display: block
	}
	.bxst-simple-content-area-media-picture {
		max-width: 100%;
		padding: 0
	}
	.bxst-nearest-event-banner-label {
		display: none
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
		font-size: 1.875rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
		margin: 0 20px;
		font-size: 1.25rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
		font-size: 1rem
	}
	.bxst-section-header-inner {
		display: block
	}
	.bxst-section-header-content,
	.bxst-section-header-media {
		display: flex;
		justify-content: center;
		flex: 1 0 100%;
		margin: 0 auto;
		box-sizing: border-box
	}
	.bxst-section-header-content {
		flex-direction: column
	}
	.bxst-section-header-media {
		margin-top: 30px
	}
	.bxst-section-header-content-description {
		margin-top: 15px
	}
	.bxst-section-header-content-button {
		margin-top: 25px
	}
	.bxst-section-header-registration-button {
		margin-top: 25px
	}
	.bxst-features-section .bxst-features-section-inner {
		justify-content: center;
		flex-wrap: wrap-reverse;
		flex-direction: row;
		flex: 1 0 100%;
		max-width: 100%
	}
	.bxst-features-section .bxst-features-section-content,
	.bxst-features-section .bxst-features-section-media {
		flex: 1 0 100%
	}
	.bxst-features-section .bxst-features-section-content {
		padding: 50px 15px 0
	}
	.bxst-features-section .bxst-features-section-content-button {
		margin-top: 25px
	}
	.bxst-features-section.reverse .bxst-features-section-inner {
		flex-direction: inherit
	}
	.bxst-features-section.reverse .bxst-features-section-content {
		padding: 50px 15px 0
	}
	.bxst-features-section.bxst-features-section-bg-1,
	.bxst-features-section.bxst-features-section-bg-2,
	.bxst-features-section.bxst-features-section-bg-3 {
		padding: 50px 0
	}
	.bxst-features-slim {
		padding: 20px 15px
	}
	.bxst-features-slim.bxst-features-slim-logo-list {
		padding-top: 20px
	}
	.bxst-features-slim-logo-list {
		padding: 50px 15px 0
	}
	.bxst-features-slim-logo-list .bxst-features-section-content {
		padding: 0
	}
	.bxst-features-slim-logo-list .bxst-simple-content-area-line-list-item {
		display: flex;
		justify-content: center;
		flex: 1 0 calc(50% - 20px);
		margin-top: 15px;
		margin-bottom: 15px;
		box-sizing: border-box
	}
	.bxst-features-slim-logo-list .bxst-simple-content-area-line-list-picture {
		max-width: 120px;
		max-height: 45px
	}
	.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,
	.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
		padding: 50px 15px 0
	}
	.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
		padding: 50px 15px 0
	}
	.bxst-portal-buyer-request-window-parent {
		left: 0 !important;
		right: 0 !important;
		max-width: 100%;
		z-index: 3 !important
	}
	.bxst-portal-buyer-request-window {
		display: flex !important;
		flex-direction: column
	}
	.bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-section {
		flex-direction: column
	}
	.bxst-portal-buyer-request-window .bxst-portal-buyer-request-window-input-section {
		margin: 0 auto
	}
	.bxst-tools-list__item {
		max-width: 50%
	}
	.bxst-tools-list__title {
		font-size: 1rem
	}
	.bxst-tools-list__description {
		font-size: .875rem
	}
	.hide-on-screen-sm {
		display: none !important
	}
	.show-on-screen-sm {
		display: unset !important
	}
}

@media (max-width: 576px) {
	.bxst-block-title {
		font-weight: 500
	}
	.bxst-block-title.bxst-title-lg {
		font-size: 1.625rem
	}
	.bxst-block-title.bxst-title-md {
		font-size: 1.375rem
	}
	.bxst-block-title.bxst-title-sm {
		font-size: 1.125rem
	}
	.bxst-double-header {
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.bxst-double-header .bxst-block-title {
		padding: 0;
		margin: 0 auto 15px
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-label {
		top: auto;
		bottom: 0
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-picture {
		display: none
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-label .bxst-video-banner-primary-label-mobile {
		display: block
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-title {
		font-size: 1.25rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-description {
		font-size: .875rem
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-controller {
		padding-bottom: 56%
	}
	.bxst-video-banner-primary .bxst-video-banner-primary-play {
		display: none
	}
	.main-video-banner-primary .popup-window-close-icon {
		width: 30px;
		height: 30px
	}
	.main-video-banner-primary .popup-window-close-icon:after {
		width: 30px;
		height: 30px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-outer {
		padding: 20px 15px 38px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-inner {
		justify-content: center
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-content {
		text-align: center
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-title {
		font-size: 1.5rem
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-description {
		margin-top: 4px;
		font-size: 1.125rem
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-button {
		margin-top: 40px
	}
	.bxst-image-banner-primary .bxst-image-banner-primary-media {
		-webkit-transform: translate(-36%, 0);
		transform: translate(-36%, 0);
		opacity: .2
	}
	.bxst-start-video-banner {
		display: none
	}
	.bxst-start-main-news {
		padding: 46px 0 50px 0
	}
	.bxst-start-main-news .bxst-start-main-news-more {
		margin-top: 20px
	}
	.bxst-main-publications-section {
		padding: 18px 15px 25px
	}
	.bxst-main-publications {
		flex-wrap: wrap
	}
	.bxst-main-publications-list {
		flex: 1 0 100%;
		margin-top: 15px;
		box-sizing: border-box
	}
	.bxst-main-publications-scene-item {
		margin: 0 1.5%
	}
	.bxst-main-publications-title {
		margin: 0;
		font-size: .875rem;
		text-align: center
	}
	.bxst-main-publications-item-picture {
		margin: auto
	}
	.bxst-main-publications-item-picture-image {
		margin: auto
	}
	.bxst-nearest-event-banner,
	.bxst-nearest-event-banner-inner {
		align-items: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.bxst-nearest-event-banner-inner {
		margin: 30px auto
	}
	.bxst-nearest-event-banner-description {
		margin: 30px auto 0
	}
	.bxst-nearest-event-slim-banner {
		padding: 20px 0 15px
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-inner {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar {
		margin: auto;
		border-width: 1px;
		font-size: 1.25rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-calendar:before {
		width: 26px;
		height: 22px
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-description {
		margin: 14px auto 0;
		font-size: .875rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-subtype {
		font-size: 1rem
	}
	.bxst-nearest-event-slim-banner .bxst-nearest-event-slim-banner-title {
		margin-top: 0
	}
	.bxst-section-header-content-title {
		font-size: 1.75rem
	}
	.bxst-section-features-background {
		display: none
	}
	.bxst-section-features-preview {
		padding: 50px 15px;
		font-size: .875rem
	}
	.bxst-section-features-preview .bxst-section-features-preview-list {
		margin: 20px auto 0
	}
	.bxst-section-features-preview .bxst-section-features-preview-list-item {
		max-width: none;
		margin-bottom: 20px
	}
	.bxst-section-features-preview .bxst-section-features-preview-inner {
		margin: 0 auto
	}
	.bxst-features-section .bxst-features-section-content {
		padding-top: 30px;
		font-size: .875rem
	}
	.bxst-features-section.reverse .bxst-features-section-content {
		padding-top: 20px
	}
	.bxst-features-section.bxst-features-section-bg-1,
	.bxst-features-section.bxst-features-section-bg-2,
	.bxst-features-section.bxst-features-section-bg-3 {
		padding: 20px 0
	}
	.bxst-features-slim-logo-list {
		padding: 50px 15px 0
	}
	.bxst-features-slim-logo-list .bxst-features-section-content {
		padding: 0
	}
	.bxst-features-section-list .bxst-section.bxst-section_position-right .bxst-features-section-content,
	.bxst-features-section-list .bxst-section:nth-child(2n) .bxst-features-section-content {
		padding-top: 30px
	}
	.bxst-features-section-list .bxst-section.bxst-section_position-left .bxst-features-section-content {
		padding-top: 30px
	}
	.bxst-tools-list__item {
		max-width: 100%
	}
	.bxst-tools-list__title {
		font-size: .875rem
	}
	.bxst-tools-list__description {
		margin-top: 5px
	}
	.hide-on-screen-xs {
		display: none !important
	}
	.show-on-screen-xs {
		display: unset !important
	}
}

.bxst-prices-table_full-width {
	width: 100%;
	box-sizing: border-box
}

.bxst-prices-table__row {
	display: flex;
	justify-content: space-between;
	flex: 1 0 100%
}

.bxst-prices-table__sidebar,
.bxst-prices-table__body {
	display: flex;
	flex-direction: row;
	box-sizing: border-box
}

.bxst-prices-table__sidebar {
	display: flex;
	flex-direction: column;
	flex: 1 0 100%;
	max-width: 230px;
	padding: 14px 14px 0 0;
	text-align: left
}

.bxst-prices-table__sidebar-title {
	margin-bottom: 17px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5
}

.bxst-prices-table__sidebar-description {
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.5
}

.bxst-prices-table__sidebar-description,
.bxst-prices-table__sidebar-select {
	margin-top: 10px
}

.bxst-prices-table__row:first-child .bxst-prices-table__body {
	border: none
}

.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body {
	border-top: 2px solid #dee2e6;
	border-radius: 8px 8px 0 0
}

.bxst-prices-table__row:last-child .bxst-prices-table__body {
	padding-bottom: 40px;
	border-bottom: 2px solid #dee2e6;
	border-radius: 0 0 8px 8px
}

.bxst-prices-table__row .bxst-prices-table__body {
	border-left: 2px solid #dee2e6;
	border-right: 2px solid #dee2e6
}

.bxst-prices-table__body {
	width: 100%;
	flex: 1 0 calc(100% - 230px)
}

.bxst-prices-table__body-item {
	position: relative;
	flex: 1;
	text-align: center;
	padding: 10px
}

.bxst-prices-table__body-item .bx-ui-button {
	display: block;
	width: 100%;
	margin: auto
}

.bxst-prices-table__body-label {
	display: block;
	position: absolute;
	min-width: 160px;
	margin: auto;
	left: 50%;
	bottom: -14px;
	padding: 9px 10px;
	background-color: #db2a8e;
	border-radius: .375rem;
	color: #fff;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transform: translateX(-50%)
}

.bxst-prices-table__body-label_best {
	background-color: #51c99c
}

.bxst-prices-table__body-title {
	margin-bottom: 10px;
	font-size: 1.625rem;
	font-weight: 500;
	line-height: 1.5
}

.bxst-prices-table__body-content-value,
.bxst-prices-table__body-description {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5
}

.bxst-prices-table__body-description {
	font-size: .875rem
}

.bxst-prices-table__prices-outer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box
}

.bxst-prices-table__prices-inner {
	margin-top: 10px;
	box-sizing: border-box
}

.bxst-prices-table__prices-description {
	margin-top: 5px;
	color: #adb5bd;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.5
}

.bxst-prices-table__prices-value {
	margin: 5px 0;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap
}

.bxst-prices-table__prices-value span {
	font-size: 2rem
}

.bxst-prices-table__prices-value_base,
.bxst-prices-table__prices-value_base span,
.bxst-prices-table__prices_base {
	font-size: .875rem
}

.bxst-prices-table__prices-value_base,
.bxst-prices-table__prices_base {
	color: #adb5bd;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: line-through;
	white-space: nowrap
}

.bxst-prices-table__prices_success {
	color: #b7db2a
}

.bxst-prices-table__prices_primary {
	color: #3bc8f5
}

.bxst-prices-table__prices_discount-label {
	display: inline-block;
	height: 1.75rem;
	color: #262626;
	padding: 0 10px;
	background-color: #cfee52;
	border-radius: .375rem;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.75;
	vertical-align: middle
}

.bxst-prices-table__pie-icon {
	position: relative;
	width: 22px;
	height: 22px;
	margin: auto;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.bxst-prices-table__pie-icon_25 {
	background-image: url(../images/icons/prices/icon-pie-25-primary.svg)
}

.bxst-prices-table__pie-icon_50 {
	background-image: url(../images/icons/prices/icon-pie-50-primary.svg)
}

.bxst-prices-table__pie-icon_100 {
	background-image: url(../images/icons/prices/icon-pie-100-primary.svg)
}

.bxst-prices-table__extra-item {
	padding: 20px 14px;
	border-bottom: 1px solid #dee2e6
}

.bxst-prices-table__extra-item:last-child {
	border: none
}

.bxst-prices-table__extra-title {
	font-size: 1.125rem;
	line-height: 1.5
}

.bxst-prices-table__extra-description,
.bxst-prices-table__extra-link-element {
	font-size: .875rem;
	line-height: 1.5
}

@media (max-width: 992px) {
	.bxst-prices-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.bxst-prices-table__sidebar {
		position: -webkit-sticky;
		position: sticky;
		flex: 0;
		min-width: 150px;
		left: 0;
		background: #fff;
		border-right: 2px solid #dee2e6
	}
	.bxst-prices-table__row:nth-child(2) .bxst-prices-table__body,
	.bxst-prices-table__row:last-child .bxst-prices-table__body {
		border-radius: 0
	}
	.bxst-prices-table__row .bxst-prices-table__body {
		border-left: none
	}
	.bxst-prices-table__body {
		flex: 1 0 100%;
		border-left: none;
		border-radius: 0
	}
	.bxst-prices-table-main .bxst-prices-table-sidebar {
		z-index: 2
	}
}

.bxst-prices-table-slim__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px
}

.bxst-prices-table-slim__row:first-child {
	border-top: 2px solid #dee2e6;
	border-radius: 8px 8px 0 0
}

.bxst-prices-table-slim__row:last-child {
	border-bottom: 2px solid #dee2e6;
	border-radius: 0 0 8px 8px
}

.bxst-prices-table-slim__row {
	border-left: 2px solid #dee2e6;
	border-right: 2px solid #dee2e6;
	border-bottom: 1px solid #dee2e6
}

.bxst-prices-table-slim__epilog {
	background-color: #e9ecef;
	color: #6c757d;
	font-size: .875rem
}

.bxst-prices-table-slim__epilog p:last-child {
	margin-bottom: 0
}

.bxst-prices-table-slim__title {
	font-weight: 600
}

.bxst-prices-table-slim__description {
	font-size: .875rem
}

@media (max-width: 992px) {
	.bxst-prices-table-slim__row {
		flex-direction: column;
		align-items: flex-start
	}
	.bxst-prices-table-slim__button {
		margin-top: 15px
	}
}

.bxst-prices-table-main-section {
	padding: 110px 0 100px
}

.bxst-prices-table-main-section_py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.bxst-prices-table-main-section_pt-0 {
	padding-top: 0
}

.bxst-prices-table-main-section_pb-0 {
	padding-bottom: 0
}

.bxst-prices-table-main-section .bxst-double-header {
	padding-bottom: 44px
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section {
	margin: 110px auto 0;
	background: #f8f9fa
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mt-0 {
	margin-top: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section_mb-0 {
	margin-bottom: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list-section-inner {
	max-width: 880px;
	margin: 0 auto;
	padding: 35px 15px;
	box-sizing: border-box
}

.bxst-prices-table-main-section .bxst-prices-primary-list-title {
	color: #6c757d;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 15px
}

.bxst-prices-table-main-section .bxst-prices-primary-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
	flex: 1 0 40%;
	position: relative;
	padding-left: 15px;
	margin: 0 5% 20px 0;
	color: #6c757d;
	font-size: .9375rem;
	font-weight: 300;
	line-height: 1.5;
	box-sizing: border-box
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
	margin-left: 5%;
	margin-right: 0
}

.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:before {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: .3em;
	left: 0;
	background: #3bc8f5;
	border-radius: 100%
}

.bxst-prices-table {
	display: flex;
	flex-wrap: wrap;
	position: relative
}

.bxst-prices-table .bxst-prices-table-outer {
	display: flex;
	flex-wrap: wrap;
	flex: 1 0 100%;
	position: relative
}

.bxst-prices-table .bxst-prices-table-inner {
	width: 100%;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-row {
	display: flex;
	justify-content: space-between;
	flex: 1 0 100%
}

.bxst-prices-table .bxst-prices-table-row-border .bxst-prices-table-body {
	border-left: 2px solid #dee2e6;
	border-right: 2px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body {
	border-top: 2px solid #dee2e6;
	border-radius: 8px 8px 0 0
}

.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
	border-bottom: 2px solid #dee2e6;
	border-radius: 0 0 8px 8px
}

.bxst-prices-table .bxst-prices-table-item {
	flex: 1 0 0;
	text-align: center
}

.bxst-prices-table .bxst-prices-table-sidebar,
.bxst-prices-table .bxst-prices-table-body {
	display: flex;
	flex-direction: row
}

.bxst-prices-table .bxst-prices-table-sidebar {
	flex: 1 0 100%;
	max-width: 265px;
	text-align: left
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
	color: #adb5bd;
	font-size: .75rem;
	letter-spacing: 1px
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 12px 0;
	text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
	content: '';
	display: block;
	width: 24px;
	height: 22px;
	margin-right: 8px
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-users:before {
	background: url(../images/icons/icon-user.svg) no-repeat;
	background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-business-users:before {
	background: url(../images/icons/icon-business-user.svg) no-repeat;
	background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-ssd:before {
	background: url(../images/icons/icon-cloud.svg) no-repeat;
	background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-features:before {
	background: url(../images/icons/icon-key.svg) no-repeat;
	background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price {
	align-items: center
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price:before {
	background: url(../images/icons/icon-price.svg) no-repeat;
	background-size: contain
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra {
	align-items: flex-start
}

/*.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-extra:before {
	background: url(../images/icons/icon-percent.svg) no-repeat;
	background-size: contain
}*/

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
	flex: 1 0 100%;
	margin-top: 12px;
	margin-left: 30px;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
	margin: 0 0 10px;
	padding: 0 55px 0 30px;
	color: #adb5bd;
	font-size: .75rem;
	line-height: 1.8;
	letter-spacing: 0;
	text-transform: none
}

.bxst-prices-table .bxst-prices-table-sidebar-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item {
	margin: 5px 25px 0 0;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-sidebar-column-item .bxst-btn {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden
}

.bxst-prices-table .bxst-prices-table-row-head .bxst-prices-table-body .bxst-prices-table-item {
	align-items: flex-start
}

.bxst-prices-table .bxst-prices-table-body {
	width: 100%;
	flex: 1 0 calc(100% - 265px);
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label:before {
	content: '';
	display: block;
	position: absolute;
	width: 87px;
	height: 89px
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ru:before {
	background: url(../images/bnn/crm-price-table-lable.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body.bxst-prices-table-body-label.label-ua:before {
	background: url(../images/bnn/crm-price-table-lable-ua.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-body-prices {
	position: relative
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	position: relative;
	min-width: 120px;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-align-start {
	align-items: flex-start
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
	margin: 5px 20px 0;
	border-top: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
	display: block;
	position: absolute;
	margin: auto;
	bottom: calc(100% - 10px);
	padding: 6px 10px;
	background-color: #db2a8e;
	border-radius: 5px;
	color: #fff;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users,
.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-value {
	display: flex;
	align-items: center;
	justify-content: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count {
	padding: 5px 10px;
	border: 2px solid transparent;
	box-sizing: border-box;
	cursor: pointer
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-count.active {
	border: 2px solid #3bc8f5;
	border-radius: 30px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-outer {
	display: flex;
	flex-direction: column;
	align-items: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-inner {
	display: flex;
	align-items: center;
	justify-content: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-description {
	margin-top: 5px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content {
	position: relative
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-content-link.bottom {
	position: absolute;
	left: -50%;
	right: -50%;
	top: calc(100% + 5px);
	margin: auto
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-users-link {
	display: block;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer {
	padding: 23px 0 30px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price {
	flex: 1;
	padding: 5px 0 5px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	text-decoration: none
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.success {
	color: #b7db2a
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price.primary {
	color: #3bc8f5
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-base {
	color: #adb5bd;
	font-size: .6875rem;
	text-decoration: line-through;
	white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message {
	padding: 5px 0;
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price__message_link {
	color: #3bc8f5
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-btn-outer {
	display: flex
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy {
	flex: 1;
	padding: 18px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy .bxst-btn {
	display: block;
	flex: 1;
	padding-left: 10px;
	padding-right: 10px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-buy-position {
	padding: 0 18px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.checked {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-check.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-features-icon.unchecked {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icons/icon-uncheck.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
	display: block;
	margin-bottom: 10px;
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.8;
	text-align: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item.titled {
	color: #3bc8f5;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: .5;
	text-align: center;
	cursor: default
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
	flex: 1 0 100%;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-outer {
	display: flex;
	flex-wrap: wrap;
	margin: 12px 20px 20px;
	background: #dee2e6;
	border-radius: 5px;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item {
	display: flex;
	flex: 1 0 100%;
	width: 100%;
	padding: 10px 0 10px 14px;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-item:last-child .bxst-prices-table-extra-section-content {
	border: none
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-icon-picture {
	width: 25px;
	height: 25px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	margin-left: 15px;
	padding-right: 27px;
	border-bottom: 1px solid #dee2e6;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-description {
	text-align: left
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-label {
	color: #b7db2a;
	font-size: .625rem;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-title {
	margin-top: 5px;
	color: #262626;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .1px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link {
	text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section-link-item {
	font-size: .875rem;
	font-weight: 500;
	line-height: 1
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-list {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-outer {
	background-color: transparent
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-content {
	flex-direction: column;
	margin: auto;
	padding: 20px 0
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-item {
	padding: 0 0 0 14px;
	background-color: #fff
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-link {
	margin-top: 10px
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-description {
	text-align: center
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title {
	margin-top: 0
}

.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section_white .bxst-prices-table-extra-section-title-small {
	display: block;
	padding-top: 4px
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #adb5bd;
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.8
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success {
	color: #262626
}

.bxst-prices-table .bxst-prices-table-body .bxst-extra-list-item.success:after {
	content: '';
	display: block;
	margin-left: 5px;
	width: 11px;
	height: 15px;
	background: url(../images/icons/icon-checked.svg) no-repeat
}

.bxst-prices-table .bxst-prices-table-price-discount {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1
}

.bxst-prices-table .bxst-prices-table-price-discount-value {
	white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-price-discount-label {
	height: 24px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background-color: #cfee52;
	border-radius: 5px;
	font-size: .75rem;
	line-height: 2;
	vertical-align: middle
}

.bxst-prices-table .bxst-prices-table-price-discount-label.primary {
	background-color: #68ddff
}

.bxst-prices-table .bxst-header-site-selector-list .bxst-select-phantom-item-title {
	white-space: nowrap
}

.bxst-prices-table .bxst-prices-table-title {
	padding: 27px 0 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1
}

.bxst-prices-table .bxst-prices-table-description {
	padding: 17px 30px 16px;
	color: #adb5bd;
	font-size: .75rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: -.5px
}

.bxst-prices-table .i-hover {
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	background: transparent;
	border: 2px solid #3bc8f5;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	z-index: 0
}

.bxst-prices-table .bxst-prices-table-arrow {
	display: none;
	flex: 1 0 100%;
	justify-content: flex-end;
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	z-index: 2;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-arrow-next,
.bxst-prices-table .bxst-prices-table-arrow-prew {
	position: relative;
	width: 9px;
	height: 20px;
	margin: 0 30px;
	font-size: 0
}

.bxst-prices-table .bxst-prices-table-arrow-next:before,
.bxst-prices-table .bxst-prices-table-arrow-next:after,
.bxst-prices-table .bxst-prices-table-arrow-prew:before,
.bxst-prices-table .bxst-prices-table-arrow-prew:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #dee2e6;
	border-radius: 5px;
	transition: all 0.2s ease-in-out
}

.bxst-prices-table .bxst-prices-table-arrow-next:before,
.bxst-prices-table .bxst-prices-table-arrow-prew:before {
	top: 0;
	transform: rotate(45deg)
}

.bxst-prices-table .bxst-prices-table-arrow-next:after,
.bxst-prices-table .bxst-prices-table-arrow-prew:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.bxst-prices-table .bxst-prices-table-arrow-prew {
	transform: rotate(180deg)
}

.bxst-prices-table .bxst-prices-table-stick {
	flex: 1 0 100%;
	width: 0;
	height: 0;
	overflow: hidden
}

.bxst-prices-table .bxst-prices-table-stick.bxst-sticked .bxst-prices-table-stick-outer {
	position: fixed
}

.bxst-prices-table .bxst-prices-table-stick-outer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	top: 0;
	left: 0;
	margin: auto;
	padding: 0 15px;
	background: #e9ecef;
	box-shadow: 0 4px 10px -1px #adb5bd;
	box-sizing: border-box;
	z-index: 8
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-inner {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1210px;
	width: 100%;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border .bxst-prices-table-body {
	border: none
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:first-child .bxst-prices-table-body,
.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
	border: none
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-content {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex: 1 0 100%;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector {
	flex: 1 0 100%;
	max-width: 265px;
	text-align: left;
	text-transform: uppercase
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-header-site-selector {
	padding-right: 20px;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select {
	width: 100%
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-select-phantom-choosed {
	overflow: inherit
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-title {
	color: #adb5bd;
	font-size: .8125rem;
	text-align: center;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users {
	display: flex;
	align-items: center;
	justify-content: center
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count {
	padding: 5px 10px;
	border: 2px solid transparent;
	box-sizing: border-box;
	cursor: pointer
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-selector .bxst-prices-table-users-count.active {
	border: 2px solid #3bc8f5;
	border-radius: 30px
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-stick-table {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	flex: 1;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-body {
	display: flex;
	align-items: normal;
	justify-content: space-around;
	box-sizing: border-box
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item {
	border-left: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-item:last-child {
	border-right: 1px solid #dee2e6
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer {
	padding: 10px 0
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price {
	flex: 1;
	text-transform: none;
	text-decoration: none;
	text-align: center
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-outer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex: 1;
	padding-left: 5px;
	padding-right: 5px
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-content {
	text-align: right
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-tariff {
	margin-right: 15px;
	color: #adb5bd;
	font-size: .8125rem
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-base {
	color: #adb5bd;
	font-size: .6875rem;
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-prices-table .bxst-prices-table-stick-outer .bxst-prices-table-price-discount-label {
	height: 20px;
	margin: 0 0 0 10px;
	padding: 0 10px;
	background-color: #cfee52;
	border-radius: 5px;
	font-size: .75rem;
	line-height: 1.8;
	vertical-align: middle
}

.bxst-prices-table-stick-dropdown {
	box-shadow: inset 0 0 2px 0 #adb5bd
}

.bxst-prices-table-detail {
	max-width: 900px;
	margin: 0 auto
}

.bxst-prices-table-detail_padding-bottom {
	padding-bottom: 50px
}

.bxst-prices-table-detail .bxst-prices-table-sidebar {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 350px
}

.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount {
	justify-content: flex-start
}

.bxst-prices-table-detail .bxst-prices-table-sidebar .bxst-prices-table-price-discount-title {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8
}

.bxst-prices-table-detail .bxst-prices-table-sidebar,
.bxst-prices-table-detail .bxst-prices-table-body {
	padding: 27px 0
}

.bxst-prices-table-detail .bxst-prices-table-sidebar+.bxst-prices-table-body {
	padding: 0
}

.bxst-prices-table-detail .bxst-prices-table-body {
	flex: 1 0 calc(100% - 350px)
}

.bxst-prices-table-detail .bxst-prices-table-sidebar,
.bxst-prices-table-detail .bxst-prices-table-body {
	border-bottom: 2px solid #dee2e6
}

.bxst-prices-table-detail .bxst-prices-table-description {
	padding: 5px 0 0;
	color: #262626;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5
}

.bxst-prices-table-detail .bxst-prices-table-row-border:last-child .bxst-prices-table-sidebar {
	border-bottom: none
}

.bxst-prices-table-detail .bxst-prices-table-title {
	padding: 0
}

.bxst-prices-table-detail .title-capitalize {
	text-transform: capitalize
}

.bxst-prices-table-detail .bxst-prices-table-price-outer {
	display: flex;
	flex: 1 0 auto;
	box-sizing: border-box
}

.bxst-prices-table-detail .bxst-prices-table-price-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 0 auto;
	padding: 0 27px
}

.bxst-prices-table-detail .bxst-prices-table-price-value {
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1
}

.bxst-prices-table-detail .bxst-prices-table-price-value.primary {
	color: #3bc8f5
}

.bxst-prices-table-detail .bxst-prices-table-price-value.discount {
	text-decoration: line-through
}

.bxst-prices-table-detail .bxst-prices-table-price-sub-value {
	padding-top: 5px;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1
}

.bxst-prices-table-detail .bxst-prices-table-price-button .bxst-btn {
	padding-left: 30px;
	padding-right: 30px
}

@media (max-width: 992px) {
	.bxst-prices-table-main-section {
		padding: 50px 0
	}
	.bxst-prices-table-main-section .bxst-section-cnt {
		padding-right: 0
	}
	.bxst-prices-table {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.bxst-prices-table .bxst-prices-table-inner {
		padding-top: 20px;
		font-size: .75rem
	}
	.bxst-prices-table .bxst-prices-table-title {
		font-size: 1.25rem
	}
	.bxst-prices-table .bxst-prices-table-description {
		padding: 15px 15px;
		font-size: .75rem
	}
	.bxst-prices-table .bxst-prices-table-sidebar {
		position: -webkit-sticky;
		position: sticky;
		flex: 0;
		min-width: 250px;
		left: 0;
		background: #fff;
		border-right: 2px solid #dee2e6
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
		font-size: .6875rem
	}
	.bxst-prices-table .bxst-prices-table-sidebar+.bxst-prices-table-body {
		border-left: none;
		border-right: none
	}
	.bxst-prices-table .bxst-prices-table-body {
		flex: 1 0 100%;
		border-left: none;
		border-radius: 0
	}
	.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-label {
		font-size: .625rem
	}
	.bxst-prices-table .bxst-prices-table-row-border:first-child .bxst-prices-table-body,
	.bxst-prices-table .bxst-prices-table-row-border:last-child .bxst-prices-table-body {
		border-radius: 0;
		border-left: none
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title.bxst-prices-table-extra {
		display: none
	}
	.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-extra-section {
		display: none
	}
	.bxst-prices-table .bxst-prices-table-stick .bxst-prices-table-stick-outer {
		display: none
	}
	.bxst-prices-table .bxst-prices-table-arrow {
		display: flex
	}
	.bxst-prices-table .i-hover {
		display: none
	}
	.bxst-prices-table-main .bxst-prices-table-sidebar {
		z-index: 2
	}
	.bxst-prices-table-main .bxst-prices-table-body {
		z-index: 1
	}
	.bxst-prices-table-detail .bxst-prices-table-description {
		padding: 10px 0
	}
	.bxst-prices-table-detail .bxst-prices-table-body {
		flex: 1
	}
}

@media (max-width: 768px) {
	.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-item-bordered {
		margin: 5px auto 0
	}
	.bxst-prices-table-detail .bxst-prices-table-price-inner {
		padding: 10px;
		flex-direction: column
	}
	.bxst-prices-table-detail .bxst-prices-table-price-section {
		padding-bottom: 15px
	}
}

@media (max-width: 576px) {
	.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item {
		flex: 1 0 100%;
		margin: 0 0 20px
	}
	.bxst-prices-table-main-section .bxst-prices-primary-list .bxst-prices-primary-list-item:nth-child(2n) {
		margin: 0 0 20px
	}
	.bxst-prices-table .bxst-prices-table-description {
		padding: 10px
	}
	.bxst-prices-table .bxst-prices-table-sidebar {
		min-width: 150px
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-inner {
		flex: 1
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sidebar-title {
		display: flex;
		align-items: flex-start;
		font-size: .625rem;
		text-align: left
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon {
		padding: 8px 0
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-icon:before {
		width: 14px;
		height: 14px
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-price-selection {
		margin: 10px 0 0
	}
	.bxst-prices-table .bxst-prices-table-sidebar .bxst-prices-table-sub-description {
		padding: 0 10px
	}
	.bxst-prices-table .bxst-prices-table-body .bxst-features-list-item {
		margin-bottom: 10px
	}
	.bxst-prices-table .bxst-prices-table-body .bxst-prices-table-price-outer {
		padding: 15px 0
	}
	.bxst-prices-table-detail .bxst-prices-table-description {
		padding: 10px 0
	}
	.bxst-prices-table-detail .bxst-prices-table-price-value {
		font-size: 1.25rem
	}
}

.bxst-section-features-slider {
	margin: 101px auto 50px
}

.bxst-features-slider {
	padding: 48px 15px 0;
	background: url(../images/features-slider/clouds-bg.png?1) no-repeat;
	background-position: center;
	background-size: contain;
	box-sizing: border-box
}

.bxst-features-slider-button-section {
	display: none;
	margin: 40px auto;
	padding: 0 15px;
	text-align: center
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded {
	display: block
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:nth-child(n) {
	display: none
}

.bxst-features-slider-wrapp.bxst-features-slider-not-loaded .bxst-features-slider-item:first-child {
	display: flex
}

.bxst-features-slider-wrapp .bxst-features-slider-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 1180px;
	margin: 50px auto;
	padding: 0 15px
}

.bxst-features-slider-wrapp .bxst-features-slider-info {
	max-width: 420px;
	color: #000
}

.bxst-features-slider-wrapp .bxst-features-slider-info-title {
	margin-top: 71px;
	margin-bottom: 0;
	font-size: 2.25rem;
	line-height: 1.8;
	letter-spacing: -1px
}

.bxst-features-slider-wrapp .bxst-features-slider-info-text {
	margin-top: 0;
	font-size: 1.125rem;
	line-height: 1.8
}

.bxst-features-slider-wrapp .bxst-features-slider-info-btn {
	margin-top: 40px
}

.bxst-features-slider-wrapp .bxst-features-slider-media-picture-item {
	display: block;
	max-width: 680px;
	max-height: 420px;
	margin: 0;
	padding: 0;
	box-shadow: -5px 3px 20px 0 #6c757d
}

.bxst-features-slider-wrapp .animated {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.fadeInFeaturesSlide {
	-webkit-animation-name: fadeInFeaturesSlide;
	animation-name: fadeInFeaturesSlide;
	-webkit-animation-delay: .7s;
	animation-delay: .7s
}

.fadeOutFeaturesSlide {
	-webkit-animation-name: fadeOutFeaturesSlide;
	animation-name: fadeOutFeaturesSlide
}

.bxst-features-slider-dots {
	max-width: 1180px;
	margin: 0 auto
}

.bxst-features-slider-dots .bxst-features-slider-dots-list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	min-width: 100px;
	max-width: 20%;
	width: calc(20% - 75px)
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item:last-child .bxst-dots-arrow {
	display: none
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100px;
	height: 100px;
	background: #3bc8f5;
	border: 1px solid #3bc8f5;
	border-radius: 100%;
	cursor: pointer
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture {
	position: relative;
	z-index: 4
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
	display: block
}

.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
	flex: 1 0 100%;
	margin-top: 24px;
	color: #262626;
	font-size: .75rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
}

.bxst-features-slider-dots .bxst-dots-arrow {
	position: absolute;
	width: 100px;
	height: 2px;
	top: 0;
	left: calc(100% + -4px);
	margin-top: 49px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAACCAYAAACQahZdAAAACXBIWXMAAC4jAAAuIwF4pT92AAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAOjNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNy0xMC0zMVQxMDoxODowNiswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmJkNDFiYmNhLTNkNTktNTI0ZS1iNTNiLTQzY2IwMzRlMDAzMTwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmYwNzFkYzFjLWJlMTMtMTFlNy05MzNhLThmYjM2NDlkYjZjMDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjU4ZGFjNDlkLWI3Y2MtMjE0ZC1iMWUxLThiNjQyNDk5NWJiNzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDo1OGRhYzQ5ZC1iN2NjLTIxNGQtYjFlMS04YjY0MjQ5OTViYjc8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTctMTAtMzFUMTA6MTg6MDYrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IChXaW5kb3dzKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmQ0MWJiY2EtM2Q1OS01MjRlLWI1M2ItNDNjYjAzNGUwMDMxPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE3LTEwLTMxVDEwOjE4OjA2KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpJQ0NQcm9maWxlPkFkb2JlIFJHQiAoMTk5OCk8L3Bob3Rvc2hvcDpJQ0NQcm9maWxlPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpYUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj4xMTgxMTAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4zPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj41PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjI8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pr5pn/IAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOgAAFIIAAEVWAAAOpcAABdv11ofkAAAACJJREFUeNpi1D/+/T8DAwPDBQsORgYoYGLAAgAAAAD//wMAlX4EAZdj/d4AAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	overflow: hidden
}

.bxst-features-slider-dots .bxst-dots-animator {
	position: relative;
	opacity: .7;
	transition-property: opacity;
	transition-duration: .5s;
	transition-delay: .5s
}

.bxst-features-slider-dots .bxst-dots-animator:before,
.bxst-features-slider-dots .bxst-dots-animator:after {
	content: '';
	position: absolute;
	border-radius: 100%
}

.bxst-features-slider-dots .bxst-dots-animator:before {
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: auto;
	background: #3bc8f5;
	transition-property: width, height;
	transition-duration: inherit;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.bxst-features-slider-dots .bxst-dots-animator:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5
}

.bxst-features-slider-dots .bxst-dots-animator:hover:before {
	width: calc(100% + 20px);
	height: calc(100% + 20px)
}

.bxst-features-slider-dots .bxst-dots-animator-cnt {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
	background: #3bc8f5;
	border-radius: 100%
}

.bxst-features-slider-dots .bxst-dots-animator-cnt,
.bxst-features-slider-dots .bxst-dots-animator-cnt * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-half {
	position: absolute;
	width: 50%;
	height: 100%;
	background: #3bc8f5;
	border: 2px solid #fff;
	transform-origin: 100% 50%
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-spinner {
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border-right: none;
	z-index: 2
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-filler {
	left: 50%;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	border-left: none;
	opacity: 0;
	z-index: 1
}

.bxst-features-slider-dots .bxst-dots-animator-cnt .bxst-dots-animator-mask {
	position: absolute;
	width: calc(50% + 1px);
	height: calc(100% + 1px);
	padding-right: 1px;
	top: -1px;
	left: -1px;
	background: inherit;
	border-radius: 100% 0 0 100% / 50% 0 0 50%;
	border: 1px solid #3bc8f5;
	opacity: 1;
	z-index: 3
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator {
	animation-duration: inherit;
	animation-delay: inherit;
	animation-iteration-count: 1
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-cnt {
	animation-duration: inherit;
	animation-delay: inherit;
	animation-iteration-count: inherit
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner,
.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler,
.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask {
	animation-duration: inherit;
	animation-iteration-count: inherit
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-spinner {
	animation-timing-function: linear
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-filler {
	animation-timing-function: steps(1, end);
	animation-direction: reverse
}

.bxst-features-slider-dots .autoplay .bxst-dots-animator .bxst-dots-animator-mask {
	animation-timing-function: steps(1, end)
}

.bxst-features-slider-dots .active .bxst-dots-animator {
	opacity: 1
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-spinner {
	animation-name: sliderRotateAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-filler {
	animation-name: sliderOpacityAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator .bxst-dots-animator-mask {
	animation-name: sliderOpacityAnimation
}

.bxst-features-slider-dots .active .bxst-dots-animator:before {
	width: calc(100% + 20px);
	height: calc(100% + 20px)
}

.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-spinner,
.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-filler,
.bxst-features-slider-dots .on-scroll-pause .bxst-dots-animator-mask,
.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-spinner,
.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-filler,
.bxst-features-slider-dots .on-hover-pause .bxst-dots-animator-mask {
	animation-play-state: paused
}

.bxst-features-slider-dots .bxst-dots-arrow-animator {
	animation-duration: inherit;
	animation-timing-function: linear;
	animation-iteration-count: 1
}

.bxst-features-slider-dots .bxst-dots-arrow-animator:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 2px;
	background: #3bc8f5
}

.bxst-features-slider-dots .on-animation-next .bxst-dots-arrow-animator:before,
.bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before {
	animation-name: sliderArrowAnimation;
	animation-duration: inherit;
	animation-timing-function: inherit;
	animation-iteration-count: inherit
}

.bxst-features-slider-dots .on-animation-prev .bxst-dots-arrow-animator:before {
	animation-direction: reverse
}

@media (max-width: 1200px) {
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
		min-width: 90px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
		width: 90px;
		height: 90px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
		max-width: 70%;
		margin: auto
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
		font-size: .75rem
	}
	.bxst-features-slider-dots .bxst-dots-arrow {
		width: 90px;
		left: calc(100% + 6px);
		margin-top: 45px
	}
	.bxst-features-slider-dots .bxst-dots-animator:before {
		width: 90px;
		height: 90px
	}
	.bxst-features-slider-dots .bxst-dots-animator-cnt {
		width: 90px;
		height: 90px
	}
}

@media (max-width: 992px) {
	.bxst-section-features-slider {
		margin: 50px auto 54px
	}
	.bxst-features-slider {
		padding-top: 29px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
		min-width: 70px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-cnt {
		width: 70px;
		height: 70px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-picture-img {
		max-width: 70%;
		margin: auto
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
		margin-top: 35px;
		font-size: 11px;
		font-weight: normal
	}
	.bxst-features-slider-dots .bxst-dots-arrow {
		width: 70px;
		left: calc(100% + 6px);
		margin-top: 40px
	}
	.bxst-features-slider-dots .bxst-dots-animator:before {
		width: 70px;
		height: 70px
	}
	.bxst-features-slider-dots .bxst-dots-animator-cnt {
		width: 70px;
		height: 70px
	}
	.bxst-features-slider-wrapp .bxst-features-slider-info {
		margin-right: 20px
	}
	.bxst-features-slider-wrapp .bxst-features-slider-info-title {
		margin-top: 45px;
		font-size: 1.875rem
	}
	.bxst-features-slider-wrapp .bxst-features-slider-info-text {
		font-size: 1rem
	}
	.bxst-features-slider-wrapp .bxst-features-slider-info-btn {
		margin-top: 20px
	}
}

@media (max-width: 768px) {
	.bxst-features-slider-button-section {
		display: block;
		margin-bottom: 0
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list {
		flex-direction: column;
		align-items: center
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
		align-items: center;
		flex-direction: column;
		width: auto;
		max-width: none
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item-title {
		margin-top: 16px;
		letter-spacing: 1.1px
	}
	.bxst-features-slider-dots .bxst-dots-arrow {
		position: relative;
		width: 20px;
		left: 0;
		margin: 12px auto 17px;
		transform: rotate(90deg)
	}
	.bxst-features-slider-dots .bxst-dots-animator:before {
		display: none
	}
	.bxst-features-slider-dots .bxst-dots-animator-cnt {
		display: none
	}
	.bxst-features-slider-wrapp {
		display: none !important
	}
}

@media (max-width: 576px) {
	.bxst-section-features-slider {
		margin: 34px auto 54px
	}
	.bxst-features-slider {
		padding-top: 29px
	}
	.bxst-features-slider-dots .bxst-features-slider-dots-list-item {
		width: auto;
		flex: 1 0 auto
	}
	.bxst-features-slider-wrapp .bxst-features-slider-item {
		flex-direction: column-reverse;
		margin: 40px auto 30px
	}
	.bxst-features-slider-wrapp .bxst-features-slider-info {
		margin: 20px auto 0;
		text-align: center
	}
}

@-webkit-keyframes fadeInFeaturesSlide {
	0% {
		opacity: 0;
		transform: translate3d(1%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInFeaturesSlide {
	0% {
		opacity: 0;
		transform: translate3d(1%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fadeOutFeaturesSlide {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-1%, 0, 0)
	}
}

@keyframes fadeOutFeaturesSlide {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		transform: translate3d(-1%, 0, 0)
	}
}

@-webkit-keyframes sliderRotateAnimation {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes sliderRotateAnimation {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes sliderOpacityAnimation {
	0% {
		opacity: 1
	}
	50%,
	100% {
		opacity: 0
	}
}

@keyframes sliderOpacityAnimation {
	0% {
		opacity: 1
	}
	50%,
	100% {
		opacity: 0
	}
}

@-webkit-keyframes sliderArrowAnimation {
	0% {
		left: -10px
	}
	to {
		left: calc(100% - 10px)
	}
}

@keyframes sliderArrowAnimation {
	0% {
		left: -10px
	}
	to {
		left: calc(100% - 10px)
	}
}

.bxst-reviews-main-section {
	padding: 101px 0 102px 0
}

.bxst-reviews-main-section .bxst-double-header {
	padding-bottom: 69px
}

.bxst-video-gallery-slider {
	padding: 0 15px;
	box-sizing: border-box
}

.bxst-video-gallery-slider-list.bxst-video-gallery-slider-not-loaded {
	display: block
}

.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(n) {
	display: none
}

.bxst-video-gallery-slider-list .bxst-video-gallery-slider-list-item:nth-child(1) {
	display: flex
}

.bxst-video-gallery-slider-list .owl-nav {
	display: flex;
	justify-content: flex-end;
	max-width: 1190px;
	margin: 35px auto 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev,
.bxst-video-gallery-slider-list .owl-nav .owl-next {
	position: relative;
	width: 9px;
	height: 20px;
	margin: 0 15px;
	font-size: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before,
.bxst-video-gallery-slider-list .owl-nav .owl-prev:after,
.bxst-video-gallery-slider-list .owl-nav .owl-next:before,
.bxst-video-gallery-slider-list .owl-nav .owl-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	background: #dee2e6;
	border-radius: 5px;
	transition: all 0.2s ease-in-out
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:before,
.bxst-video-gallery-slider-list .owl-nav .owl-prev:hover:after,
.bxst-video-gallery-slider-list .owl-nav .owl-next:hover:before,
.bxst-video-gallery-slider-list .owl-nav .owl-next:hover:after {
	background: #3bc8f5
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before,
.bxst-video-gallery-slider-list .owl-nav .owl-prev:after {
	left: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:before {
	top: 0;
	transform: rotate(45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-prev:after {
	bottom: 0;
	transform: rotate(-45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:before,
.bxst-video-gallery-slider-list .owl-nav .owl-next:after {
	right: 0
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:before {
	top: 0;
	transform: rotate(-45deg)
}

.bxst-video-gallery-slider-list .owl-nav .owl-next:after {
	bottom: 0;
	transform: rotate(45deg)
}

.bxst-video-gallery-slider-list-item {
	display: flex;
	justify-content: space-between;
	max-width: 1180px;
	margin: auto
}

.bxst-video-gallery-slider-list-item-content {
	max-width: 300px;
	margin-right: 20px;
	box-sizing: border-box
}

.bxst-video-gallery-slider-list-item-author {
	display: flex;
	flex-direction: column
}

.bxst-video-gallery-slider-list-item-author-picture {
	width: 100px
}

.bxst-video-gallery-slider-list-item-author-picture-image {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	border-radius: 100%
}

.bxst-video-gallery-slider-list-item-author-name {
	margin-top: 31px;
	color: #262626;
	font-size: 1.5rem;
	line-height: 1.8
}

.bxst-video-gallery-slider-list-item-author-description {
	margin-top: 13px;
	color: #adb5bd;
	font-size: .75rem;
	line-height: 1.8;
	letter-spacing: 1px;
	text-transform: uppercase
}

.bxst-video-gallery-slider-list-item-media {
	max-width: 880px;
	width: 100%;
	box-sizing: border-box
}

.bxst-video-gallery-slider-list-item-media-wrapp {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 5px;
	overflow: hidden
}

.bxst-video-gallery-slider-list-item-media-wrapp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none
}

.bxst-video-gallery-slider-list-item-media-image {
	border-right: 5px
}

@media (max-width: 1200px) {
	.bxst-video-gallery-slider-list-item-author-name {
		margin-top: 25px;
		font-size: 1.25rem;
		line-height: 1.8
	}
	.bxst-video-gallery-slider-list-item-author-description,
	.bxst-video-gallery-slider a {
		font-size: .875rem;
		line-height: 1.8
	}
	.bxst-video-gallery-slider-list-item-media {
		max-width: 650px
	}
}

@media (max-width: 992px) {
	.bxst-reviews-main-section {
		padding: 50px 0
	}
	.bxst-video-gallery-slider-list-item-media {
		max-width: 500px
	}
}

@media (max-width: 768px) {
	.bxst-video-gallery-slider-list-item-author-name {
		margin-top: 25px;
		font-size: 1rem;
		line-height: 1.8
	}
	.bxst-video-gallery-slider-list-item-author-description {
		margin-top: 8px
	}
	.bxst-video-gallery-slider-list-item-author-description,
	.bxst-video-gallery-slider-list-item-author-site {
		font-size: .875rem;
		line-height: 1.8;
		text-transform: lowercase
	}
	.bxst-video-gallery-slider-list-item-media {
		max-width: 450px
	}
}

@media (max-width: 576px) {
	.bxst-reviews-main-section .bxst-double-header {
		padding-bottom: 20px
	}
	.bxst-video-gallery-slider-list-item {
		align-items: center;
		flex-direction: column-reverse;
		text-align: center
	}
	.bxst-video-gallery-slider-list-item-content {
		margin: 20px auto 0
	}
	.bxst-video-gallery-slider-list-item-author-picture {
		display: none
	}
	.bxst-video-gallery-slider-list-item-author-name {
		margin: 0 auto
	}
	.bxst-video-gallery-slider-list .owl-nav {
		display: none
	}
}

.bxst-start-main-reviews-title {
	padding: 0 0 30px 0
}

.bxst-start-main-reviews-buttons {
	padding: 50px 0 100px 0;
	display: flex;
	justify-content: center
}

.bxst-reviews-gallery-slider {
	padding: 0 15px
}

.bxst-reviews-gallery-slider .bxst-reviews-gallery-slider-list {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box
}

@media (max-width: 1100px) {
	.bxst-reviews-gallery-slider {
		padding: 0 30px
	}
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 30px;
	background: #dee2e6;
	border-radius: 5px;
	transition: all 0.2s ease-in-out
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:hover:after,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next:hover:after {
	background: #3bc8f5
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before {
	top: 50%;
	margin-top: -24px;
	transform: rotate(45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after {
	bottom: 50%;
	margin-bottom: -24px;
	transform: rotate(-45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-prev:after {
	left: 0
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next {
	right: 0
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before {
	top: 50%;
	margin-top: -24px;
	transform: rotate(-45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
	bottom: 50%;
	margin-bottom: -24px;
	transform: rotate(45deg)
}

.bxst-reviews-gallery-slider-list .owl-nav .owl-next:before,
.bxst-reviews-gallery-slider-list .owl-nav .owl-next:after {
	right: 0
}

.bxst-reviews-gallery-slider-list-item {
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-start
}

.bxst-reviews-gallery-slider-list-item-review {
	max-width: 700px;
	width: 100%;
	background-image: url(/images/content_common/icons/icon-quotes-slider-reviews.svg);
	background-position: 20px 40px;
	background-size: 25%;
	background-repeat: no-repeat;
	margin-right: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	box-sizing: border-box
}

.bxst-reviews-gallery-slider-list-item-review-author,
.bxst-reviews-gallery-slider-list-item-review-company,
.bxst-reviews-gallery-slider-list-item-review-position,
.bxst-reviews-gallery-slider-list-item-review-content {
	margin: 0;
	line-height: 1.5
}

.bxst-reviews-gallery-slider-list-item-review-content {
	margin-bottom: 30px;
	font-size: 1.5rem;
	min-height: 220px;
	text-align: left;
	font-style: italic
}

.bxst-reviews-gallery-slider-list-item-review-author {
	font-weight: bold
}

.bxst-reviews-gallery-slider-list-item-review-company {
	padding-bottom: 5px
}

.bxst-reviews-gallery-slider-list-item-image {
	max-width: 300px;
	width: 100%
}

@media (max-width: 992px) {
	.bxst-reviews-gallery-slider-list-item-review {
		margin-right: 15px;
		max-width: 350px
	}
	.bxst-reviews-gallery-slider-list-item-review-content {
		min-height: 120px;
		font-size: 1.4rem
	}
	.bxst-reviews-gallery-slider-list-item-image {
		max-width: 250px
	}
}

@media (max-width: 768px) {
	.bxst-reviews-gallery-slider-list-item-review {
		max-width: 300px;
		margin-top: 15px
	}
	.bxst-reviews-gallery-slider-list-item-review-content {
		font-size: 1.2rem
	}
	.bxst-reviews-gallery-slider-list-item-image {
		max-width: 150px
	}
}

@media (max-width: 576px) {
	.bxst-reviews-gallery-slider {
		padding: 0
	}
	.bxst-reviews-gallery-slider-list-item-image {
		display: none
	}
	.bxst-reviews-gallery-slider-list-item-review {
		margin-right: 0
	}
}

.bxst-module-version-table {
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px
}

.bxst-module-version-table-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: 24px 30px 28px
}

@media (max-width: 576px) {
	.bxst-module-version-table-row {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px
	}
}

.bxst-module-version-table-row_title {
	border-bottom: 1px solid #dee2e6
}

.bxst-module-version-table-row_header {
	font-weight: bold;
	border-bottom: 1px solid #dee2e6
}

.bxst-module-version-table-link {
	display: inline-block;
	font-weight: bold
}

.bxst-module-version-table-title {
	display: block;
	font-size: 1.5em
}

.bxst-module-version-table-col {
	display: block;
	font-size: 16px
}

@media (max-width: 576px) {
	.bxst-module-version-table-col {
		font-size: 14px
	}
}

.bxst-module-version-table-col__half {
	width: 50%
}

.bxst-module-version-table-col__fourth {
	width: 25%;
	text-align: center
}

@media (max-width: 576px) {
	.bxst-module-version-table-col__fourth {
		width: 50%;
		text-align: center
	}
	.bxst-module-version-table-col__fourth:last-child {
		display: none
	}
}

.bxst-module-version-table-col__audit {
	display: inline-block;
	margin-left: 5px;
	font-weight: normal
}

.bxst-masonry__column_1,
.bxst-masonry__column_2,
.bxst-masonry__column_3 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}

.bxst-masonry__item_table {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: table
}

@media (min-width: 768px) {
	.bxst-masonry__column_md-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
	.bxst-masonry__column_md-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}

.nav-item a {
	color: #000;
}
