@-webkit-keyframes cart-checkout-animat {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}
@keyframes cart-checkout-animat {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}
@-webkit-keyframes eye {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}
@keyframes eye {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}
@-webkit-keyframes lightning-effect {
	0% {
		left: -50px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), color-stop(50%, #fff), to(rgba(255, 255, 255, .2)));
		background: linear-gradient(to right, rgba(255, 255, 255, .2) 0%, #fff 50%, rgba(255, 255, 255, .2) 100%)
	}
	50% {
		left: 100%
	}
	to {
		left: -50px;
		background: 0 0
	}
}
@keyframes lightning-effect {
	0% {
		left: -50px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), color-stop(50%, #fff), to(rgba(255, 255, 255, .2)));
		background: linear-gradient(to right, rgba(255, 255, 255, .2) 0%, #fff 50%, rgba(255, 255, 255, .2) 100%)
	}
	50% {
		left: 100%
	}
	to {
		left: -50px;
		background: 0 0
	}
}
@-webkit-keyframes flyOut {
	0%, to {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0)
	}
	50% {
		-webkit-transform: translate(150%, -150%) scale(0) rotate(-20deg);
		transform: translate(150%, -150%) scale(0) rotate(-20deg)
	}
	51% {
		-webkit-transform: translate(-50%, 150%) scale(0) rotate(-20deg);
		transform: translate(-50%, 150%) scale(0) rotate(-20deg)
	}
}
@keyframes flyOut {
	0%, to {
		-webkit-transform: translate(0, 0) scale(1) rotate(0);
		transform: translate(0, 0) scale(1) rotate(0)
	}
	50% {
		-webkit-transform: translate(150%, -150%) scale(0) rotate(-20deg);
		transform: translate(150%, -150%) scale(0) rotate(-20deg)
	}
	51% {
		-webkit-transform: translate(-50%, 150%) scale(0) rotate(-20deg);
		transform: translate(-50%, 150%) scale(0) rotate(-20deg)
	}
}
@-webkit-keyframes brk-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@keyframes brk-pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(2);
		transform: scale(2)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}
@-webkit-keyframes brk-pulse-paused {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	60% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: 0
	}
}
@keyframes brk-pulse-paused {
	0%, to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	20% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	60% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
		opacity: 0
	}
}
@keyframes lightning {
	0% {
		left: -100px;
		z-index: 3
	}
	50% {
		left: 300%
	}
	to {
		left: -100px;
		z-index: 0
	}
}
@-webkit-keyframes lightning {
	0% {
		left: -100px;
		z-index: 3
	}
	50% {
		left: 100%
	}
	to {
		left: -100px;
		z-index: 0
	}
}
@-webkit-keyframes wave {
	0% {
		margin-left: 0
	}
	to {
		margin-left: -9999px
	}
}
@keyframes wave {
	0% {
		margin-left: 0
	}
	to {
		margin-left: -9999px
	}
}
@-webkit-keyframes doubled-button-left {
	0%, to {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	50% {
		-webkit-transform: translate(10px, -50%);
		transform: translate(10px, -50%)
	}
}
@keyframes doubled-button-left {
	0%, to {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	50% {
		-webkit-transform: translate(10px, -50%);
		transform: translate(10px, -50%)
	}
}
@-webkit-keyframes button-left {
	0%, to {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	50% {
		-webkit-transform: translate(10px, -50%);
		transform: translate(10px, -50%)
	}
}
@keyframes button-left {
	0%, to {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
	50% {
		-webkit-transform: translate(10px, -50%);
		transform: translate(10px, -50%)
	}
}
@media (min-width:992px) {
	.brk-nav {
		height: 100%
	}
	.brk-nav_skin-1 .brk-nav__menu>li {
		margin: 0 13px!important
	}
	.brk-nav_skin-1 .brk-nav__menu>li>a {
		color: #fff!important
	}
	.brk-header_scroll .brk-nav_skin-1 .brk-nav__menu>li>a {
		color: inherit!important
	}
	.brk-nav_skin-1 .brk-nav__menu>li>a:before {
		opacity: 1!important
	}
	.brk-nav_skin-2 .brk-nav__menu>li:first-child {
		margin-left: 0!important
	}
	.brk-nav_skin-2 .brk-nav__menu>li:last-child {
		margin-right: 0!important
	}
}
@media (min-width:992px) and (min-width:1600px) {
	.brk-nav_skin-2 .brk-nav__menu>li {
		margin: 0 47px!important
	}
}
@media (min-width:992px) and (min-width:1400px) {
	.brk-nav_skin-2 .brk-nav__menu>li {
		margin: 0 27px!important
	}
}
@media (min-width:992px) {
	.brk-nav_modifier-bold .brk-nav__menu>li>a {
		font-weight: 700!important
	}
}
@media (max-width:991px) {
	.brk-nav {
		position: relative
	}
}
.brk-nav__header {
	width: 100%;
	background-color: #fff
}
.brk-header_style-1 .brk-nav__header {
	height: 76px;
	font-size: 1.3125rem;
	line-height: 76px;
	font-weight: 700;
	padding: 0 15px 0 30px;
	position: relative;
	border-bottom: 2px solid var(--brk-secondary-3)
}
[dir=rtl] .brk-header_style-1 .brk-nav__header {
	padding: 0 30px 0 15px
}
.brk-header_style-1 .brk-nav__header:before {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .08)), to(transparent));
	background: linear-gradient(to bottom, rgba(0, 0, 0, .08) 0%, transparent 100%)
}
.brk-header_style-2 .brk-nav__header {
	font-size: .75rem;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 23px 0 10px 31px;
	letter-spacing: .02em;
	border-right: 1px solid #ebebeb
}
[dir=rtl] .brk-header_style-2 .brk-nav__header {
	padding: 23px 31px 10px 0
}
.brk-nav__menu {
	display: -webkit-inline-box;
	display: inline-flex;
	flex-wrap: wrap
}
@media (min-width:992px) {
	.brk-nav__menu {
		height: inherit;
		text-align: left
	}
}
@media (max-width:991px) {
	.brk-nav__menu {
		display: -webkit-box;
		display: flex
	}
}
.brk-header_style-1 .brk-nav__menu {
	margin-left: -3px;
	margin-right: -3px
}
@media (min-width:992px) {
	.brk-header_style-1 .brk-nav__menu:hover>li {
		opacity: .3
	}
}
.brk-header_style-2 .brk-nav__menu {
	margin-left: -11px;
	margin-right: -11px
}
@media (min-width:992px) {
	.brk-header_vertical .brk-nav__menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse
	}
}
.brk-header-mobile-wrap .brk-nav__menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-right: 0;
	margin-left: 0
}
@media (min-width:992px) {
	.brk-nav__menu li:hover>.brk-nav__mega-menu, .brk-nav__menu li:hover>.brk-nav__sub-menu {
		opacity: 1;
		visibility: visible;
		max-height: 9999px;
		z-index: 99;
		display: block!important
	}
}
.brk-nav__menu li .brk-nav__sub-menu {
	top: 0;
	left: 100%
}
@media (min-width:992px) {
	.brk-nav__menu>li {
		height: inherit
	}
}
.brk-nav__menu>li.children-active>a {
	background-color: #fff
}
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 13px;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}
@media (max-width:1460px) {
	.brk-header_style-1 .brk-nav__menu>li {
		margin: 0 8px
	}
}
.brk-header_style-2 .brk-nav__menu>li {
	margin: 0 17px
}
@media (max-width:1199px) {
	.brk-header_style-2 .brk-nav__menu>li {
		margin: 0 8px
	}
}
@media (min-width:992px) and (max-height:900px) {
	.brk-header_vertical .brk-nav__menu>li {
		margin: 0
	}
}
.brk-header-mobile-wrap .brk-nav__menu>li {
	margin: 0
}
@media (min-width:992px) {
	.brk-nav__menu>li.brk-nav__full-width {
		position: static
	}
	.brk-header_vertical .brk-nav__menu>li.brk-nav__full-width {
		position: relative
	}
}
.brk-header_style-1 .brk-nav__menu>li:hover, .brk-nav__menu>li.brk-nav__children:hover>a:after {
	opacity: 1
}
.brk-header_style-1 .brk-nav__menu>li.brk-nav__children:hover>a:before {
	width: 100%!important
}
.brk-header_style-2 .brk-nav__menu>li.brk-nav__children:hover>a:before {
	opacity: 1!important;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px)
}
.brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children:hover>a, .brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children:hover>a>a:before {
	color: #fff
}
.brk-header_scroll.brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children:hover>a, .brk-header_scroll.brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children:hover>a>a:before, .brk-header_style-2.brk-header_color-dark .brk-nav__menu>li.brk-nav__children:hover>a, .brk-header_style-2.brk-header_color-dark .brk-nav__menu>li.brk-nav__children:hover>a>a:before {
	color: #272727
}
.brk-nav__menu>li, .brk-nav__menu>li.brk-nav__children>a {
	position: relative
}
.brk-header_skin-2 .brk-nav__menu>li.brk-nav__children>a {
	padding: 0 12px 0 0
}
.brk-nav__menu>li.brk-nav__children>a:after {
	content: '';
	opacity: 0;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 98
}
@media (max-width:991px) {
	.brk-nav__menu>li.brk-nav__children>a:after {
		display: none
	}
}
.brk-header_style-2 .brk-nav__menu>li.brk-nav__children>a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	opacity: .5;
	-webkit-transition: width .3s;
	transition: width .3s;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent
}
.brk-header_style-2.brk-header_color-white .brk-nav__menu>li.brk-nav__children>a:before {
	border-top: 3px solid #fff
}
.brk-header_scroll.brk-header_skin-2 .brk-nav__menu>li.brk-nav__children>a:before, .brk-header_style-2.brk-header_color-dark .brk-nav__menu>li.brk-nav__children>a:before {
	border-top: 3px solid #272727
}
.brk-nav__menu>li.brk-nav__children_clear>a:before {
	display: none
}
@media (min-width:992px) {
	.brk-header_vertical .brk-nav__menu>li.brk-nav__children>.brk-nav__sub-menu {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		left: 100%
	}
	[dir=rtl] .brk-header_vertical .brk-nav__menu>li.brk-nav__children>.brk-nav__sub-menu {
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		right: 0
	}
	.brk-nav__menu>li>.brk-nav__sub-menu.brk-location-screen-left {
		top: 100%;
		left: 0
	}
	[dir=rtl] .brk-nav__menu>li>.brk-nav__sub-menu.brk-location-screen-left, [dir=rtl] .brk-nav__menu>li>.brk-nav__sub-menu.brk-location-screen-right {
		top: 0
	}
	.brk-nav__menu>li>.brk-nav__sub-menu.brk-location-screen-right {
		top: 100%;
		right: 0;
		left: auto
	}
}
.brk-nav__menu>li>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	text-transform: uppercase;
	position: relative;
	padding: 0 7px
}
@media (min-width:992px) {
	.brk-nav__menu>li>a {
		height: inherit
	}
}
.brk-header_style-1 .brk-nav__menu>li>a {
	font-weight: 600;
	font-size: .875rem
}
@media (max-width:1460px) {
	.brk-header_style-1 .brk-nav__menu>li>a {
		font-size: .8125rem
	}
}
.brk-header_style-2 .brk-nav__menu>li>a {
	font-weight: 600;
	font-size: .8125rem;
	letter-spacing: .03125em
}
@media (max-width:1199px) {
	.brk-header_style-2 .brk-nav__menu>li>a {
		font-size: .75rem
	}
}
@media (max-width:991px) {
	.brk-header_style-2 .brk-nav__menu>li>a {
		line-height: 48px
	}
}
.brk-header_color-white .brk-call-us:hover .brk-call-us__number, .brk-header_style-1.brk-header_color-white .brk-nav__menu>li>a {
	color: #fff
}
.brk-header_style-2.brk-header_color-white .brk-nav__menu>li>a {
	color: rgba(255, 255, 255, .8)
}
.brk-header_style-1.brk-header_color-dark .brk-nav__menu>li>a {
	color: #272727
}
.brk-header_style-2.brk-header_color-dark .brk-nav__menu>li>a {
	color: rgba(39, 39, 39, .5)
}
.brk-header_scroll.brk-header_style-1 .brk-nav__menu>li>a {
	color: #272727!important
}
.brk-header_scroll.brk-header_style-2 .brk-nav__menu>li>a {
	color: rgba(39, 39, 39, .5)!important
}
@media (min-width:992px) and (max-height:900px) {
	.brk-header_vertical .brk-nav__menu>li>a {
		font-size: .75rem
	}
}
.brk-header-mobile-wrap .brk-nav__menu>li>a {
	color: #000!important;
	font-size: 1rem;
	font-weight: 700;
	line-height: 60px;
	padding: 0 7px 0 25px!important
}
.brk-header_style-1 .brk-nav__menu>li>a:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 2px;
	-webkit-transition: width .3s;
	transition: width .3s;
	background-color: rgba(255, 255, 255, .35)
}
.brk-header_scroll.brk-header_style-1 .brk-nav__menu>li>a:before {
	background-color: rgba(var(--brand-primary-rgb), .7)
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-header_scroll.brk-header_style-1 .brk-nav__menu>li>a:before {
		background-color: currentColor
	}
}
.brk-header-mobile-wrap .brk-nav__menu>li>a:before {
	display: none
}
.brk-nav__menu>li>a:hover {
	color: inherit
}
.brk-nav__menu>li>a:hover:before {
	width: 100%
}
.brk-header-mobile-wrap .brk-nav__menu>li:hover>a {
	background-color: #fff
}
.brk-nav__menu-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}
.brk-nav__menu-icon i {
	position: absolute;
	vertical-align: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media (max-width:991px) {
	.brk-nav__children.children-active {
		background-color: rgba(0, 0, 0, .03);
		box-shadow: inset 0 1px 4px 6px rgba(0, 0, 0, .02)
	}
}
.brk-header_style-1 .brk-nav__sub-menu {
	padding: 4px 0 12px
}
@media (min-width:992px) {
	.brk-header_style-1 .brk-nav__sub-menu {
		box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
		border-bottom: 3px solid var(--brk-base-6)
	}
	.brk-nav__sub-menu {
		position: absolute;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		min-width: 270px;
		background-color: #fff
	}
	.brk-header_style-2 .brk-nav__sub-menu, .brk-header_style-3 .brk-nav__sub-menu {
		padding: 15px 0;
		border-left: 1px solid #e5e5e5;
		box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
	}
}
@media (max-width:991px) {
	.brk-nav__sub-menu {
		display: none
	}
}
.brk-nav__sub-menu a, .brk-nav__sub-menu li {
	display: block;
	position: relative
}
.brk-header_color-dark .brk-call-us:hover .brk-call-us__number, .brk-header_style-1 .brk-nav__sub-menu li:hover>a {
	color: #272727
}
.brk-header_style-1 .brk-nav__sub-menu li:hover>a:before {
	opacity: 1
}
.brk-header_style-1 .brk-nav__sub-menu li:hover>a i {
	color: var(--brand-primary)
}
.brk-header_style-2 .brk-nav__sub-menu li:hover>a, .brk-header_style-2 .brk-nav__sub-menu li:hover>a i, .brk-header_style-3 .brk-nav__sub-menu li:hover>a, .brk-header_style-3 .brk-nav__sub-menu li:hover>a i {
	color: var(--brk-base-6)
}
.brk-header_style-2 .brk-nav__sub-menu li:hover>a:before, .brk-header_style-3 .brk-nav__sub-menu li:hover>a:before {
	width: 2px
}
.brk-nav__sub-menu a {
	text-align: left
}
[dir=rtl] .brk-nav__sub-menu a {
	text-align: right
}
.brk-header_style-1 .brk-nav__sub-menu a {
	font-size: .875rem;
	line-height: 21px;
	padding: 14px 26px;
	z-index: 1
}
.brk-header_style-1 .brk-nav__sub-menu a:before {
	content: '';
	position: absolute;
	top: 0;
	right: -5px;
	bottom: 0;
	left: -5px;
	background-color: #f3f7ff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
	opacity: 0;
	z-index: -1
}
.brk-header_style-1 .brk-nav__sub-menu a>i {
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 21px;
	font-size: 1rem;
	z-index: 1;
	color: #b6b6b6
}
.brk-header_style-2 .brk-nav__sub-menu a {
	font-size: .75rem;
	line-height: 21px;
	padding: 7px 28px
}
.brk-header_style-2 .brk-nav__sub-menu a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	width: 0;
	background-color: var(--brk-base-6)
}
[dir=rtl] .brk-header_style-2 .brk-nav__sub-menu a:before {
	left: auto;
	right: 0
}
.brk-call-us__number i, .brk-header_style-1 .brk-nav__sub-menu a>i, .brk-header_style-2 .brk-nav__sub-menu a>i, .brk-nav__link-open i {
	vertical-align: 0;
    /* position: absolute; */
    margin-right:2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-header_style-2 .brk-nav__sub-menu a>i {
	top: 50%;
	right: 15px;
	font-size: .8125rem
}
@media (max-width:991px) {
	.brk-nav__sub-menu a {
		font-size: 1rem!important;
		line-height: 20px!important;
		padding-left: 50px!important;
		padding-top: 20px!important;
		padding-bottom: 20px!important
	}
	.brk-nav__sub-menu a i {
		display: none
	}
}
@media (min-width:992px) {
	.brk-nav__mega-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		background-color: #fff
	}
	.brk-header_style-1 .brk-nav__mega-menu {
		right: 10px;
		left: 10px;
		padding: 0 5px 3px;
		box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
		background-color: transparent
	}
	.brk-header_style-1 .brk-nav__mega-menu:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 5px;
		right: 5px;
		height: 3px;
		background-color: var(--brk-base-6);
		z-index: 9
	}
	.brk-header_style-2 .brk-nav__mega-menu {
		box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
	}
	.brk-header_vertical .brk-nav__mega-menu {
		padding: 0!important
	}
	.brk-header_vertical .brk-nav__mega-menu:before {
		left: 0;
		right: 0
	}
}
@media (max-width:991px) {
	.brk-nav__mega-menu {
		display: none
	}
}
@media (min-width:992px) {
	.brk-header_vertical .brk-nav__mega-menu {
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		width: -webkit-calc(100vw - 100px);
		width: calc(100vw - 100px);
		left: 100%
	}
	[dir=rtl] .brk-header_vertical .brk-nav__mega-menu {
		left: auto;
		right: 0;
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
		top: 0
	}
}
.brk-nav__link-open {
    position: absolute;
    width: 30%;
    height: 60px;
    top: 25px;
    right: -35px;
    cursor: pointer;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    z-index: 9;
}
.brk-call-us__number i, .brk-nav__link-open i {
	color: #b6b6b6
}
.brk-nav__link-open i {
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	right: 38px;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition-property: color, \transform;
	transition-property: color, \transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.brk-nav__link-open.is-active {
	border-color: var(--brand-primary)
}
.brk-nav__link-open.is-active i {
	color: var(--brand-primary);
	top: 50%;
	right: 36px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}
.brk-call-us {
	display: inline-block;
	border-radius: 21px;
	text-align: left;
	position: relative;
	font-weight: 600;
	font-size: .875rem;
	margin: 0 5px
}
@media (min-width:992px) {
	.brk-call-us {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
		box-shadow: 0 5px 16px rgba(0, 0, 0, .07);
		border: 1px solid rgba(255, 255, 255, .2)
	}
	.brk-header_color-white .brk-call-us {
		color: #fff
	}
	.brk-header_color-dark .brk-call-us {
		color: #272727
	}
}
.brk-header-mobile-wrap .brk-call-us {
	margin: 0 0 0 30px;
	height: 42px;
	display: block;
	font-weight: 700;
	font-size: 1rem
}
@media (min-width:992px) {
	.brk-header_scroll .brk-call-us {
		box-shadow: none;
		border: 1px solid rgba(205, 205, 205, .2);
		color: #272727
	}
}
.brk-header-mobile-wrap .brk-call-us:hover .brk-call-us__number, .brk-header-mobile-wrap .brk-call-us__number:hover, .brk-header_scroll .brk-call-us:hover .brk-call-us__number {
	color: #000
}
.brk-call-us__number {
	display: block;
	line-height: 42px!important;
	padding-left: 30px
}
@media (min-width:992px) {
	.brk-call-us__number {
		padding-left: 28px;
		padding-right: 56px;
		line-height: 40px!important
	}
}
.brk-call-us__number i {
	line-height: 42px;
	top: 50%;
	left: 0
}
@media (min-width:992px) {
	.brk-call-us__number i {
		display: none
	}
}
.brk-call-us__link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .875rem;
	width: 40px;
	height: 40px;
	line-height: 42px;
	color: var(--brand-primary)!important;
	background-color: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .07)
}
li.brk-nav__drop-down-effect i {padding-right: 2px;padding-top: 4px;font-weight:400;}

@media (max-width: 991px) {li.brk-nav__drop-down-effect i {padding-top: 21px;} }
.brk-header_scroll .brk-call-us__link {
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5);
	color: #fff!important;
	background-color: var(--brand-primary)
}
@media (max-width:991px) {
	.brk-call-us__link {
		display: none
	}
}
.brk-call-us__link i {
	vertical-align: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.brk-lang {
	display: inline-block;
	position: relative;
	width: 78px;
	height: 42px;
	text-align: center;
	cursor: pointer;
	margin: 0 5px;
	z-index: 1
}
@media (min-width:992px) {
	.brk-lang:not(.brk-lang_square) {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%
	}
}
@media (max-width:991px) {
	.brk-lang {
		width: 100%;
		text-align: left;
		height: auto!important;
		margin: 0!important;
		background-color: transparent!important
	}
}
.brk-lang.brk-location-screen-right .brk-lang__selected {
	padding-left: 5px
}
.brk-lang.brk-location-screen-left .brk-lang__selected {
	padding-right: 5px
}
@media (min-width:992px) {
	.brk-lang.brk-lang_interactive {
		width: 45px;
		height: 100%
	}
	.brk-lang.brk-lang_square {
		width: 72px;
		height: 100%;
		margin: 0
	}
	.brk-lang.brk-lang_square:hover .brk-lang__option {
		background-color: inherit!important
	}
	.brk-header_vertical .brk-lang {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: auto;
		width: 68px;
		height: 68px;
		margin: 0
	}
	.brk-lang:hover .brk-lang__selected {
		color: #272727;
		display: none
	}
	.brk-header_vertical .brk-lang:hover .brk-lang__selected {
		display: block
	}
	.brk-lang:hover .brk-lang__option {
		max-width: 500px!important;
		background-color: #fff
	}
	.brk-lang:hover .brk-lang__option li, .brk-lang:hover .brk-lang__option:before {
		opacity: 1
	}
	.brk-header_vertical .brk-lang:hover .brk-lang__option {
		padding: 0 19px;
		opacity: 1
	}
}
.brk-lang__selected {
	font-size: .875rem;
	font-weight: 600;
	display: block;
	position: relative;
	line-height: 42px;
	color: #fff;
	z-index: 100;
	direction: ltr!important
}
@media (min-width:992px) {
	.brk-lang_interactive .brk-lang__selected, .brk-lang_square .brk-lang__selected {
		height: inherit;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		line-height: normal
	}
	.brk-lang_interactive .brk-lang__selected {
		font-weight: 400;
		font-size: .6875rem
	}
	.brk-lang_square .brk-lang__selected {
		font-size: .75rem;
		padding-left: 0;
		-webkit-box-pack: center;
		justify-content: center
	}
	.brk-header_scroll .brk-lang_square .brk-lang__selected {
		color: #fff!important
	}
	.brk-header_vertical .brk-lang__selected {
		line-height: 68px;
		padding-left: 0;
		border-bottom: 1px solid #efefef
	}
}
.brk-header_color-white .brk-lang__selected {
	color: #fff
}
.brk-header_color-dark .brk-lang__selected, .brk-header_scroll .brk-header__main-bar .brk-lang__selected {
	color: #272727
}
@media (min-width:992px) {
	.brk-header_scroll .brk-lang__selected {
		color: #272727!important
	}
}
.brk-lang__selected i {
	vertical-align: 0;
	margin-left: 8px
}
.brk-lang_square .brk-lang__selected i {
	display: none
}
@media (min-width:992px) {
	.brk-header_vertical .brk-lang__selected i {
		margin-left: 3px
	}
}
@media (max-width:991px) {
	.brk-lang__selected {
		display: none
	}
}
.brk-lang__open {
	display: block;
	width: 100%;
	font-size: 1rem;
	color: #272727;
	font-weight: 700;
	padding-left: 30px;
	line-height: 42px
}
@media (min-width:992px) {
	.brk-lang__open {
		display: none
	}
}
.brk-lang__open i {
	vertical-align: 0;
	color: #b6b6b6;
	line-height: 40px;
	margin-right: 15px
}
.brk-lang__active-lang {
	display: none
}
@media (max-width:992px) {
	.brk-lang__active-lang {
		position: absolute;
		top: 10px;
		right: 30px;
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		box-shadow: 0 5px 16px rgba(0, 0, 0, .07);
		text-align: center;
		font-size: .75rem;
		font-weight: 500;
		line-height: 24px
	}
}
@media (min-width:992px) {
	.brk-lang__option {
		position: absolute;
		top: 0;
		max-width: 78px;
		z-index: 101;
		-webkit-transition-property: max-width, background-color;
		transition-property: max-width, background-color;
		-webkit-transition-duration: .4s;
		transition-duration: .4s;
		border-radius: 21px;
		overflow: hidden;
		display: -webkit-box;
		display: flex
	}
	.brk-location-screen-right .brk-lang__option {
		right: 0;
		padding-right: 40px;
		padding-left: 20px
	}
	.brk-header_vertical .brk-location-screen-right .brk-lang__option {
		right: 100%;
		padding: 0
	}
	.brk-location-screen-left .brk-lang__option {
		left: 0;
		padding-right: 20px;
		padding-left: 40px
	}
	.brk-header_vertical .brk-location-screen-left .brk-lang__option {
		left: 100%;
		padding: 0
	}
	.brk-lang__option:before {
		content: '';
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 0;
		height: 0;
		-webkit-transition: opacity .4s;
		transition: opacity .4s;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #b6b6b6;
		opacity: 0
	}
	.brk-location-screen-right .brk-lang__option:before {
		right: 15px
	}
	.brk-location-screen-left .brk-lang__option:before {
		left: 23px;
		right: auto!important
	}
	.brk-lang_interactive .brk-lang__option:before {
		right: 11px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid rgba(255, 255, 255, .6)
	}
	.brk-lang_square .brk-lang__option:before {
		border-top: 5px solid #fff
	}
	.brk-header_vertical .brk-lang__option:before {
		display: none
	}
	.brk-header .brk-lang__option {
		box-shadow: 0 5px 16px rgba(0, 0, 0, .07);
		border: 1px solid rgba(255, 255, 255, .2);
		color: #fff
	}
	.brk-header_scroll .brk-lang__option {
		box-shadow: none;
		border: 1px solid rgba(205, 205, 205, .2);
		color: #272727
	}
	.brk-header__top-bar .brk-header_scroll .brk-lang__option {
		color: #fff
	}
	.brk-lang_interactive .brk-lang__option, .brk-lang_square .brk-lang__option {
		background-color: transparent!important;
		border: 0!important;
		height: 100%;
		-webkit-box-align: center;
		align-items: center;
		box-shadow: none
	}
	.brk-lang_interactive .brk-lang__option {
		padding-right: 25px;
		max-width: 45px
	}
	.brk-lang_square .brk-lang__option {
		max-width: 72px;
		border-radius: 0!important
	}
	.brk-header_vertical .brk-lang__option {
		max-width: 0;
		opacity: 0;
		border-radius: 0;
		height: 100%;
		box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
		border: 0
	}
	.brk-header_vertical .brk-lang__option:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 2px;
		background-color: var(--brand-primary)
	}
}
@media (max-width:991px) {
	.brk-lang__option {
		width: 100%;
		display: none;
		padding: 0 10px;
		background-color: #fff;
		margin-top: 10px
	}
}
.brk-lang__option li {
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
@media (max-width:991px) {
	.brk-lang__option li {
		opacity: 1;
		display: inline-block
	}
}
.brk-lang__option li a {
	display: block;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	padding: 0 18px;
	color: #b6b6b6
}
@media (max-width:991px) {
	.brk-lang__option li a {
		line-height: 50px
	}
}
@media (min-width:992px) {
	.brk-lang_interactive .brk-lang__option li a {
		font-weight: 400;
		color: rgba(255, 255, 255, .6);
		line-height: 36px;
		font-size: .75rem;
		padding: 0 14px
	}
	.brk-lang_square .brk-lang__option li a {
		color: #fff
	}
	.brk-header_vertical .brk-lang__option li a {
		line-height: 68px;
		padding: 0 11px;
		color: #000
	}
}
.brk-lang__option li a:hover {
	color: var(--brand-primary)
}
@media (min-width:992px) {
	.brk-header_scroll .brk-lang_interactive .brk-lang__option li a:hover, .brk-lang_interactive .brk-lang__option li a:hover, .brk-lang_square .brk-lang__option li a:hover {
		color: #fff
	}
	.brk-header_vertical .brk-lang__option li a:hover {
		color: #b6b6b6
	}
}
.brk-mini-cart {
	display: inline-block;
	font-size: .875rem;
	position: relative
}
@media (min-width:992px) {
	.brk-mini-cart {
		height: 100%;
		margin: 0 5px
	}
	.brk-header__top-bar .brk-mini-cart {
		width: auto
	}
	.brk-header_vertical .brk-mini-cart {
		width: 68px;
		height: 68px;
		margin: 0
	}
}
.brk-header-mobile-wrap .brk-mini-cart {
	display: block;
	padding: 0!important;
	margin: 0!important
}
@media (min-width:992px) {
	.brk-mini-cart:hover .brk-mini-cart__menu {
		z-index: 99;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition-duration: .28s;
		transition-duration: .28s;
		-webkit-transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
		transition-timing-function: cubic-bezier(.17, .89, .27, 1.19)
	}
}
.brk-mini-cart__open {
	position: relative;
	cursor: pointer
}
@media (min-width:992px) {
	.brk-mini-cart__open {
		height: inherit;
		min-width: 30px
	}
	.brk-header__top-bar .brk-mini-cart__open {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		color: #fff
	}
}
.brk-header_color-white .brk-mini-cart__open {
	color: #fff
}
.brk-header_color-dark .brk-mini-cart__open, .brk-header_scroll .brk-header__main-bar .brk-mini-cart__open {
	color: #272727
}
@media (min-width:992px) {
	.brk-header_scroll .brk-mini-cart__open {
		color: #272727!important
	}
}
.brk-mini-cart__open_skin-1 i {
	font-size: .6875rem;
	opacity: .5;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px)
}
@media (min-width:992px) {
	.brk-header_vertical .brk-mini-cart__open {
		border-bottom: 1px solid #efefef
	}
}
.brk-header-mobile-wrap .brk-mini-cart__open {
	color: #272727;
	padding-left: 30px
}
.brk-mini-cart__open i {
	vertical-align: 0
}
@media (min-width:992px) {
	.brk-mini-cart__open i {
		position: absolute;
		top: -webkit-calc(50% - 1px);
		top: calc(50% - 1px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.brk-header__top-bar .brk-mini-cart__open i {
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media (max-width:991px) {
	.brk-mini-cart__open i {
		line-height: 40px
	}
}
.brk-header-mobile-wrap .brk-mini-cart__open i {
	color: #b6b6b6!important
}
.brk-mini-cart__info-open {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
@media (min-width:992px) {
	.brk-mini-cart__info-open {
		height: inherit
	}
}
@media (max-width:991px) {
	.brk-mini-cart__info-open {
		padding: 18px 0 18px 45px
	}
}
.brk-header-popup-menu__menu ul li, .brk-mini-cart__info-open-thumb {
	position: relative
}
.brk-mini-cart__info-open-thumb .thumb-1, .brk-mini-cart__info-open-thumb .thumb-2 {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover
}
.brk-mini-cart__info-open-thumb .thumb-2 {
	position: absolute;
	top: 0;
	left: -20px
}
[dir=rtl] .brk-mini-cart__info-open-thumb .thumb-2 {
	left: auto;
	right: -20px
}
.brk-mini-cart__info-open-count {
	position: absolute;
	text-align: center;
	font-size: .75rem;
	font-weight: 600;
	line-height: 19px;
	height: 19px;
	padding: 0 6px;
	border-radius: 50%;
	background-color: var(--brk-secondary-6);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .07);
	top: -6px;
	right: -6px
}
[dir=rtl] .brk-mini-cart__info-open-count {
	right: auto;
	left: -6px
}
.brk-header_color-white .brk-mini-cart__info-open-count {
	color: #fff
}
.brk-header_color-dark .brk-mini-cart__info-open-count {
	color: #272727
}
.brk-mini-cart__info-open-total-price {
	font-size: .75rem;
	line-height: 24px;
	color: #fff;
	margin-left: 22px
}
[dir=rtl] .brk-mini-cart__info-open-total-price {
	margin-left: 0;
	margin-right: 22px
}
@media (max-width:991px) {
	.brk-mini-cart__info-open-total-price {
		color: #272727
	}
}
@media (min-width:992px) {
	.brk-header_scroll .brk-header__main-bar .brk-mini-cart__info-open-total-price {
		color: #272727
	}
	.brk-mini-cart.brk-location-screen-right .brk-mini-cart__menu {
		right: -15px
	}
	.brk-header_vertical .brk-mini-cart.brk-location-screen-right .brk-mini-cart__menu {
		right: 100%
	}
}
.brk-mini-cart.brk-location-screen-right .brk-mini-cart__menu:before {
	right: 22px
}
@media (min-width:992px) {
	.brk-mini-cart.brk-location-screen-left .brk-mini-cart__menu {
		left: -15px
	}
	.brk-header_vertical .brk-mini-cart.brk-location-screen-left .brk-mini-cart__menu {
		left: 100%
	}
}
.brk-mini-cart.brk-location-screen-left .brk-mini-cart__menu:before {
	left: 22px
}
.brk-mini-cart__title {
	font-size: 1rem;
	color: #272727;
	display: inline-block;
	font-weight: 700;
	padding-left: 12px;
	line-height: 42px
}
@media (min-width:992px) {
	.brk-mini-cart__title {
		display: none
	}
}
.brk-header-mobile-wrap .brk-mini-cart__title {
	color: #272727;
	text-transform: none;
	font-weight: 700;
	font-size: 1rem;
	line-height: 42px
}
.brk-header_vertical .brk-mini-cart__menu:before, .brk-mini-cart__label {
	display: none
}
@media (min-width:992px) {
	.brk-header__top-bar .brk-mini-cart__label {
		display: block;
		padding: 0 30px
	}
}
.brk-mini-cart__count {
	position: absolute;
	text-align: center;
	font-size: .75rem;
	font-weight: 600;
	line-height: 19px;
	height: 19px;
	padding: 0 6px;
	border-radius: 50%;
	background-color: var(--brk-secondary-6);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .07)
}
.brk-mini-cart__count_skin-1 {
	font-size: .625rem;
	font-weight: 500;
	line-height: 17px;
	height: 16px
}
.brk-header__top-bar .brk-mini-cart__count {
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .2)
}
.brk-header__main-bar .brk-mini-cart__count {
	top: 13%;
	right: -9px
}
.brk-header_color-white .brk-mini-cart__count {
	color: #fff
}
.brk-header_color-dark .brk-mini-cart__count {
	color: #272727
}
@media (min-width:992px) {
	.brk-header_scroll .brk-mini-cart__count {
		color: #272727;
		background-color: rgba(0, 0, 0, .12)
	}
	.brk-mini-cart__count_white {
		background-color: rgba(0, 0, 0, .2)!important;
		color: #fff!important
	}
}
.brk-header-mobile-wrap .brk-mini-cart__count {
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 24px;
	padding: 0 8px;
	line-height: 24px;
	color: #fff!important;
	background-color: var(--brk-secondary-6)!important
}
.brk-header_vertical .brk-mini-cart__count {
	color: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999
}
[dir=rtl] .brk-header_vertical .brk-mini-cart__count {
	right: auto;
	left: -9px
}
.brk-mini-cart__menu {
	width: 100%;
	height: auto;
	background-color: #fff
}
@media (min-width:992px) {
	.brk-mini-cart__menu {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
		transform-origin: calc(100% - 30px) 0;
		-webkit-transition-property: opacity, visibility, \transform;
		transition-property: opacity, visibility, \transform;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		z-index: 98;
		position: absolute;
		top: 100%;
		width: -webkit-calc(100vw - 60px);
		width: calc(100vw - 60px);
		max-width: 500px;
		height: auto;
		max-height: -webkit-calc(100vh - 125px);
		max-height: calc(100vh - 125px);
		padding-bottom: 3px;
		box-shadow: 0 6px 30px rgba(0, 0, 0, .12), inset 0 -3px var(--brk-base-6)
	}
	.brk-header_style-2 .brk-mini-cart__menu {
		box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
		padding-bottom: 0
	}
	.brk-header_vertical .brk-mini-cart__menu {
		top: 0;
		left: 100%;
		right: auto
	}
}
.brk-mini-cart__menu:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 9
}
@media (max-width:991px) {
	.brk-mini-cart__menu:before {
		display: none
	}
}
.brk-header-mobile-wrap .brk-mini-cart__menu {
	display: none;
	margin-top: 15px
}
.brk-mini-cart__header {
	height: 68px;
	line-height: 68px;
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12), inset 0 -2px var(--brk-secondary-3);
	position: relative;
	padding-left: 28px;
	text-align: left
}
@media (max-width:991px) {
	.brk-mini-cart__header {
		height: 40px;
		line-height: 40px;
		display: none
	}
}
.brk-header_style-2 .brk-mini-cart__header, .brk-header_style-7-popup .brk-mini-cart__header {
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5
}
.brk-mini-cart__links {
	height: 96px;
	background-color: #f4f4f4;
	padding: 0 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .03)
}
@media (max-width:991px) {
	.brk-mini-cart__links {
		height: 66px
	}
}
.brk-header-mobile-wrap .brk-mini-cart__links {
	padding: 0 15px
}
.brk-mini-cart__links--wrap {
	width: 100%;
	position: relative
}
.brk-mini-cart__links--wrap i {
	vertical-align: 0
}
.brk-mini-cart__links--cart {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
	height: 54px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 54px;
	text-align: center;
	border-radius: 27px;
	text-transform: uppercase;
	background-color: #fff;
	color: var(--brand-primary);
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5);
	z-index: 2
}
@media (max-width:991px) {
	.brk-mini-cart__links--cart {
		height: 36px;
		line-height: 36px
	}
}
.brk-header-mobile-wrap .brk-mini-cart__links--cart {
	width: 120px;
	font-size: .8125rem
}
.brk-mini-cart__links--cart:hover, .list-inline-7 li a:hover .list-inline-7__before i {
	color: var(--brand-primary)
}
.brk-mini-cart__links--cart:hover i {
	-webkit-animation: cart-checkout-animat 1s ease-in-out;
	animation: cart-checkout-animat 1s ease-in-out
}
.brk-mini-cart__links--cart i {
	margin-right: 10px;
	font-size: 1.1875rem
}
.brk-header_style-2 .brk-mini-cart__links--cart i {
	margin-right: 19px
}
[dir=rtl] .brk-mini-cart__links--cart i {
	margin-right: 0;
	margin-left: 10px
}
.brk-header_style-2 .brk-mini-cart__links--cart {
	color: var(--brk-base-6);
	box-shadow: none;
	height: 46px;
	line-height: 46px
}
.brk-mini-cart__links--checkout {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	display: block;
	font-size: .875rem;
	font-weight: 600;
	line-height: 54px;
	text-align: right;
	padding-right: 23px;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--brand-primary);
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5)
}
@media (max-width:991px) {
	.brk-mini-cart__links--checkout {
		height: 36px;
		line-height: 36px
	}
}
.brk-header-mobile-wrap .brk-mini-cart__links--checkout {
	font-size: .8125rem
}
.brk-mini-cart__links--checkout:hover {
	color: #fff
}
.brk-mini-cart__links--checkout:hover i {
	-webkit-animation: cart-checkout-animat 1s ease-in-out;
	animation: cart-checkout-animat 1s ease-in-out
}
.brk-mini-cart__links--checkout i {
	margin-left: 30px;
	font-size: 1rem;
	position: relative
}
.brk-header-mobile-wrap .brk-mini-cart__links--checkout i {
	margin-left: 15px
}
[dir=rtl] .brk-mini-cart__links--checkout i {
	margin-left: 0;
	margin-right: 30px
}
.brk-header_style-2 .brk-mini-cart__links--checkout, .brk-header_style-7-popup .brk-mini-cart__links--checkout {
	height: 46px;
	line-height: 46px;
	background-color: var(--brk-base-6);
	box-shadow: 0 5px 16px rgba(0, 124, 211, .5)
}
.brk-mini-cart__products {
	overflow: auto
}
.brk-mini-cart__products:hover .brk-mini-cart__product:not(:hover) .brk-mini-cart__product--img {
	opacity: .5
}
.brk-mini-cart__product {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border-bottom: 1px dashed #dcdcdc;
	padding: 22px 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition-property: background-color, box-shadow;
	transition-property: background-color, box-shadow
}
@media (max-width:991px), (max-height:870px) {
	.brk-mini-cart__product {
		padding: 15px
	}
}
.brk-mini-cart__product:hover {
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12), inset 3px 0 var(--brk-base-2);
	z-index: 2
}
.brk-header_style-2 .brk-mini-cart__product:hover {
	box-shadow: inset 3px 0 var(--brk-base-6);
	background-color: #fbfbfb
}
.brk-mini-cart__product:last-child {
	border-bottom: none
}
.brk-mini-cart__product--img {
	position: relative;
	width: 80px
}
.brk-mini-cart__product--img img {
	width: 100%;
	height: auto
}
.brk-mini-cart__product--title-price {
	padding: 5px 20px 0 14px;
	width: 186px
}
.brk-mini-cart__product--old-price {
	text-decoration: line-through;
	font-size: .875rem;
	display: inline-block;
	margin-left: 6px;
	color: #c4c4c4
}
.brk-mini-cart__product--price {
	font-weight: 600;
	font-size: .875rem;
	display: inline-block;
	margin-left: 8px;
	color: var(--brand-primary)
}
.brk-header_style-2 .brk-mini-cart__product--price, .brk-header_style-7-popup .brk-mini-cart__product--price {
	color: var(--brk-base-6)
}
.brk-mini-cart__product--remove {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	text-align: center;
	position: relative;
	background-color: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .07)
}
.brk-mini-cart__product--remove:hover {
	background-color: var(--brand-primary)
}
.brk-header_style-2 .brk-mini-cart__product--remove:hover, .brk-header_style-7-popup .brk-mini-cart__product--remove:hover {
	background-color: var(--brk-base-6)
}
.brk-header_style-2 .brk-mini-cart__product--remove:hover i, .brk-header_style-7-popup .brk-mini-cart__product--remove:hover i, .brk-mini-cart__product--remove:hover i {
	color: #fff
}
.brk-mini-cart__product--remove i {
	vertical-align: 0;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--brand-primary)
}
.brk-header_style-2 .brk-mini-cart__product--remove i, .brk-header_style-7-popup .brk-mini-cart__product--remove i {
	color: var(--brk-base-6)
}
@media (min-width:992px) {
	.brk-header .brk-social-links.brk-location-screen-right:not(.brk-social-links_no-open) .brk-social-links__block {
		right: -15px
	}
}
.brk-header .brk-social-links.brk-location-screen-right:not(.brk-social-links_no-open) .brk-social-links__block:before {
	right: 22px
}
@media (min-width:992px) {
	.brk-header .brk-social-links.brk-location-screen-left:not(.brk-social-links_no-open) .brk-social-links__block {
		left: -15px
	}
}
.brk-header .brk-social-links.brk-location-screen-left:not(.brk-social-links_no-open) .brk-social-links__block:before {
	left: 22px
}
.brk-header .brk-social-links {
	display: inline-block;
	font-size: .875rem;
	position: relative
}
@media (min-width:992px) {
	.brk-header .brk-social-links {
		height: 100%;
		margin: 0 5px;
		width: 30px
	}
	.brk-header_vertical .brk-social-links {
		width: auto;
		margin: 0
	}
}
.brk-header-mobile-wrap .brk-social-links {
	display: block;
	padding: 0!important;
	margin: 0!important
}
@media (min-width:992px) {
	.brk-social-links_no-open {
		-webkit-transform: rotate(0)!important;
		transform: rotate(0)!important
	}
	.brk-social-links_no-open .brk-social-links__header, .brk-social-links_no-open .brk-social-links__open {
		display: none
	}
	.brk-social-links_no-open .brk-social-links__block {
		position: static!important;
		height: inherit
	}
	.brk-social-links_no-open .brk-social-links__content {
		padding: 0 10px!important;
		height: inherit;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: start;
		justify-content: flex-start
	}
	.brk-social-links_no-open .brk-social-links__content a {
		border-right: 0!important;
		background-color: transparent!important;
		width: 50px;
		height: 50px
	}
	.brk-header_vertical .brk-social-links_no-open .brk-social-links__content a {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.brk-social-links_no-open .brk-social-links__content a:hover {
		background-color: transparent!important;
		box-shadow: none!important
	}
	.brk-header_color-white .brk-social-links_no-open .brk-social-links__content a i {
		color: #fff!important
	}
	.brk-header_color-dark .brk-social-links_no-open .brk-social-links__content a i, .brk-header_scroll .brk-social-links_no-open .brk-social-links__content a i {
		color: #272727!important
	}
}
.brk-header .brk-social-links__open {
	position: relative;
	cursor: pointer
}
@media (min-width:992px) {
	.brk-header .brk-social-links__open {
		height: inherit
	}
}
.brk-header .brk-social-links__content a:hover i, .brk-header_color-white .brk-social-links__open, .brk-header_style-2 .brk-social-links__content a:hover i {
	color: #fff
}
.brk-header_color-dark .brk-social-links__open, .brk-header_scroll .brk-header__main-bar .brk-social-links__open {
	color: #272727
}
.brk-header-mobile-wrap .brk-social-links__open {
	color: #272727;
	padding-left: 30px
}
.brk-header .brk-social-links__open i, .brk-search__open i {
	vertical-align: 0
}
@media (min-width:992px) {
	.brk-header .brk-social-links__open i {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@media (max-width:991px) {
	.brk-header .brk-social-links__open i {
		line-height: 40px
	}
}
.brk-header-mobile-wrap .brk-search__open i, .brk-header-mobile-wrap .brk-social-links__open i {
	color: #b6b6b6
}
.brk-header .brk-social-links__title {
	font-size: 1rem;
	color: #272727;
	display: inline-block;
	font-weight: 700;
	padding-left: 12px;
	line-height: 42px
}
@media (min-width:992px) {
	.brk-header .brk-social-links__title {
		display: none
	}
	.brk-header .brk-social-links:not(.brk-social-links_no-open) .brk-social-links__block {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
		transform-origin: calc(100% - 30px) 0;
		-webkit-transition-property: opacity, visibility, \transform;
		transition-property: opacity, visibility, \transform;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		z-index: 98;
		position: absolute;
		top: 100%;
		width: auto;
		max-width: 438px;
		height: auto;
		text-align: left;
		background-color: #f4f4f4;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .03), inset 0 -3px var(--brk-base-6)
	}
}
.brk-header .brk-social-links:not(.brk-social-links_no-open) .brk-social-links__block:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -8px;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	z-index: 9
}
.brk-header-mobile-wrap .brk-header .brk-social-links:not(.brk-social-links_no-open) .brk-social-links__block:before {
	display: none
}
.brk-header_style-2 .brk-social-links:not(.brk-social-links_no-open) .brk-social-links__block {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .03), 0 0 10px 0 rgba(0, 0, 0, .1)
}
@media (min-width:992px) {
	.brk-header .brk-social-links:not(.brk-social-links_no-open):hover .brk-social-links__block {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition-duration: .28s;
		transition-duration: .28s;
		-webkit-transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
		transition-timing-function: cubic-bezier(.17, .89, .27, 1.19)
	}
}
.brk-header .brk-social-links__block {
	width: 100%
}
.brk-header-mobile-wrap .brk-social-links__block {
	display: none;
	margin-top: 15px
}
.brk-header .brk-social-links__header {
	height: 68px;
	line-height: 68px;
	background-color: #fff;
	padding-left: 28px;
	padding-right: 28px;
	white-space: nowrap;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12), inset 0 -2px var(--brk-secondary-3)
}
@media (max-width:991px) {
	.brk-header .brk-social-links__header {
		display: none
	}
}
.brk-header_style-2 .brk-social-links__header {
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5
}
.brk-header .brk-social-links__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 13px 16px
}
.brk-header-mobile-wrap .brk-social-links__content {
	-webkit-box-pack: start;
	justify-content: flex-start;
	padding: 5px 20px
}
.brk-header .brk-social-links__content a {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	position: relative;
	-webkit-transition-property: background-color, box-shadow;
	transition-property: background-color, box-shadow;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #fff;
	margin: 7px 14px
}
.brk-header.brk-header_vertical .brk-social-links__content a {
	width: 28px;
	height: 28px
}
.brk-header-mobile-wrap .brk-social-links__content a {
	width: 36px;
	height: 36px;
	margin: 0 5px
}
.brk-header .brk-social-links__content a:hover {
	background-color: var(--brand-primary);
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5)
}
.brk-header_style-2 .brk-social-links__content a:hover {
	background-color: var(--brk-base-6)
}
.brk-header .brk-social-links__content a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: 0;
	font-size: 1rem;
	-webkit-transition: color .3s;
	transition: color .3s;
	color: var(--brand-primary)
}
.brk-header_style-2 .brk-social-links__content a i {
	color: var(--brk-base-6)
}
.brk-header-mobile-wrap .brk-social-links__content a i, .brk-search, .brk-social-links_link-14 .brk-social-links__content a i {
	font-size: .875rem
}
.brk-search {
	display: inline-block
}
@media (min-width:992px) {
	.brk-search {
		height: 100%;
		margin: 0 5px;
		width: 30px
	}
	.brk-search.brk-location-screen-right:not(.brk-search_interactive) .brk-search__block {
		right: -15px
	}
	.brk-header_vertical .brk-search.brk-location-screen-right:not(.brk-search_interactive) .brk-search__block {
		right: 100%
	}
	.brk-search.brk-location-screen-right:not(.brk-search_interactive) .brk-search__block:before {
		right: 22px
	}
	.brk-search.brk-location-screen-left:not(.brk-search_interactive) .brk-search__block {
		left: -15px
	}
	.brk-header_vertical .brk-search.brk-location-screen-left:not(.brk-search_interactive) .brk-search__block {
		left: 100%
	}
	.brk-search.brk-location-screen-left:not(.brk-search_interactive) .brk-search__block:before {
		left: 22px
	}
	.brk-search:not(.brk-search_interactive) {
		position: relative
	}
	.brk-search:not(.brk-search_interactive) .brk-search__header {
		display: block
	}
}
@media (min-width:992px) and (max-width:991px) {
	.brk-search:not(.brk-search_interactive) .brk-search__header {
		display: none
	}
}
@media (min-width:992px) {
	.brk-search:not(.brk-search_interactive) .brk-search__block {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
		transform-origin: calc(100% - 30px) 0;
		-webkit-transition-property: opacity, visibility, \transform;
		transition-property: opacity, visibility, \transform;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		z-index: 98;
		position: absolute;
		top: 100%;
		width: -webkit-calc(100vw - 60px);
		width: calc(100vw - 60px);
		max-width: 500px;
		height: auto;
		text-align: left;
		background-color: #fff;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .03), inset 0 -3px var(--brk-base-6)
	}
	.brk-header_style-2 .brk-search:not(.brk-search_interactive) .brk-search__block {
		box-shadow: none
	}
	.brk-search:not(.brk-search_interactive) .brk-search__block:before {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		top: -8px;
		border-bottom: 8px solid #fff;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		z-index: 9
	}
	.brk-header-mobile-wrap .brk-search:not(.brk-search_interactive) .brk-search__block:before {
		display: none
	}
	.brk-header_vertical .brk-search {
		width: 68px;
		height: 68px;
		margin: 0;
		font-size: 1.5rem
	}
}
.brk-header-mobile-wrap .brk-search {
	display: block;
	padding: 0!important;
	margin: 0!important
}
@media (min-width:992px) {
	.brk-search:hover:not(.brk-search_interactive) .brk-search__block {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
		transition-timing-function: cubic-bezier(.17, .89, .27, 1.19);
		-webkit-transition-duration: .28s;
		transition-duration: .28s
	}
}
.brk-search__open {
	position: relative;
	cursor: pointer
}
@media (min-width:992px) {
	.brk-search__open {
		height: inherit
	}
}
.brk-header_color-white .brk-search__open, .brk-post-brick__content h4 {
	color: #fff
}
.brk-header_color-dark .brk-search__open {
	color: #272727
}
.brk-header_scroll .brk-header__main-bar .brk-search__open {
	color: #272727!important
}
.brk-header-mobile-wrap .brk-search__open {
	color: #272727;
	padding-left: 30px;
	text-align: left
}
@media (min-width:992px) {
	.brk-search__open i {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
@media (max-width:991px) {
	.brk-search__open i {
		line-height: 40px
	}
}
.brk-search__title {
	font-size: 1rem;
	color: #272727;
	display: inline-block;
	font-weight: 700;
	padding-left: 12px;
	line-height: 42px
}
@media (min-width:992px) {
	.brk-search__title {
		display: none
	}
}
.brk-search__close {
	display: none;
	cursor: pointer
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__close {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: rgba(255, 255, 255, .8);
		font-size: .625rem;
		line-height: 24px;
		text-transform: uppercase
	}
	[dir=rtl] .brk-search_interactive .brk-search__close {
		right: auto;
		left: 0
	}
	.brk-header_scroll .brk-search_interactive .brk-search__close {
		color: rgba(39, 39, 39, .8)
	}
	.brk-search_interactive .brk-search__close i {
		font-size: 1.25rem;
		line-height: 24px;
		color: rgba(255, 255, 255, .2);
		margin-left: 14px
	}
	[dir=rtl] .brk-search_interactive .brk-search__close i {
		margin-left: 0;
		margin-right: 14px
	}
	.brk-header_scroll .brk-search_interactive .brk-search__close i {
		color: rgba(39, 39, 39, .2)
	}
}
.brk-search__block {
	width: 100%
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__block {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		height: 100%;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		z-index: 999
	}
	.brk-search_interactive .brk-search__block.active {
		opacity: 1;
		visibility: visible
	}
	.brk-header_vertical .brk-search__block {
		top: 0!important;
		left: 100%;
		right: auto!important
	}
	.brk-header_vertical .brk-search__block:before {
		display: none!important
	}
}
.brk-header-mobile-wrap .brk-search__block {
	display: none;
	margin-top: 15px
}
.brk-search__header {
	height: 68px;
	line-height: 68px;
	position: relative;
	background-color: #fff;
	padding-left: 28px;
	display: none;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12), inset 0 -2px var(--brk-secondary-3)
}
@media (max-width:991px) {
	.brk-search__header {
		display: none
	}
}
.brk-header_style-2 .brk-search__header {
	height: 48px;
	line-height: 48px;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, .12)
}
.brk-search__form {
	display: block;
	position: relative;
	padding-bottom: 3px
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__form {
		padding: 0;
		height: 100%
	}
}
.brk-header_style-2 .brk-search__form {
	padding-bottom: 0
}
.brk-search__form [type=search] {
	width: 100%;
	height: 66px;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	color: #272727;
	padding: 0 50px 0 29px;
	line-height: 66px;
	font-size: .875rem
}
[dir=rtl] .brk-search__form [type=search] {
	padding: 0 29px 0 50px
}
.brk-search__form [type=search]::-webkit-input-placeholder {
	color: #9f9f9f;
	opacity: 1
}
.brk-search__form [type=search]:-ms-input-placeholder, .brk-search__form [type=search]::-ms-input-placeholder {
	color: #9f9f9f;
	opacity: 1
}
.brk-search__form [type=search]::placeholder {
	color: #9f9f9f;
	opacity: 1
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__form [type=search] {
		height: 100%;
		line-height: 66px;
		vertical-align: center;
		font-size: 1.5rem;
		background-color: transparent;
		color: #fff;
		letter-spacing: .08em;
		padding: 0 105px 0 75px
	}
	[dir=rtl] .brk-search_interactive .brk-search__form [type=search] {
		padding: 0 75px 0 105px
	}
	.brk-search_interactive .brk-search__form [type=search]::-webkit-input-placeholder {
		color: #fff;
		opacity: 1
	}
	.brk-search_interactive .brk-search__form [type=search]:-ms-input-placeholder, .brk-search_interactive .brk-search__form [type=search]::-ms-input-placeholder {
		color: #fff;
		opacity: 1
	}
	.brk-search_interactive .brk-search__form [type=search]::placeholder {
		color: #fff;
		opacity: 1
	}
	.brk-header_scroll .brk-search_interactive .brk-search__form [type=search] {
		color: #272727
	}
	.brk-header_scroll .brk-search_interactive .brk-search__form [type=search]::-webkit-input-placeholder {
		color: #272727;
		opacity: 1
	}
	.brk-header_scroll .brk-search_interactive .brk-search__form [type=search]:-ms-input-placeholder, .brk-header_scroll .brk-search_interactive .brk-search__form [type=search]::-ms-input-placeholder {
		color: #272727;
		opacity: 1
	}
	.brk-header_scroll .brk-search_interactive .brk-search__form [type=search]::placeholder {
		color: #272727;
		opacity: 1
	}
}
.brk-header-mobile-wrap .brk-search__form [type=search] {
	background-color: #fff
}
.brk-search__form [type=submit] {
	position: absolute;
	top: 0;
	right: 18px;
	display: block;
	width: 32px;
	height: 100%;
	background-color: transparent
}
[dir=rtl] .brk-search__form [type=submit] {
	right: auto;
	left: 18px
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__form [type=submit] {
		right: auto;
		left: 0
	}
	[dir=rtl] .brk-search_interactive .brk-search__form [type=submit] {
		right: 0;
		left: auto
	}
}
.brk-search__form [type=submit] i {
	vertical-align: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	color: var(--brand-primary)
}
@media (min-width:992px) {
	.brk-search_interactive .brk-search__form [type=submit] i {
		font-size: 1.5rem;
		color: #fff
	}
	.brk-header_scroll .brk-search_interactive .brk-search__form [type=submit] i {
		color: #272727
	}
}
.brk-header_style-2 .brk-search__form [type=submit] i {
	color: var(--brk-base-6)
}
.brk-info-menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 380px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	height: 100vh;
	-webkit-transition: \transform .3s;
	transition: \transform .3s;
	border-top: 3px solid var(--brand-primary);
	overflow: hidden;
	z-index: 105
}
[dir=rtl] .brk-info-menu {
	right: auto;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.brk-info-menu.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.brk-info-menu__bar {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: auto
}
.brk-info-menu__header {
	height: 73px;
	line-height: 73px;
	position: relative;
	background-color: #fff;
	padding-left: 28px;
	text-align: left;
	border-bottom: 1px solid #ebebeb
}
[dir=rtl] .brk-info-menu__header {
	padding-left: 0;
	padding-right: 28px;
	text-align: right
}
.brk-info-menu__close {
	width: 71px;
	height: 73px;
	background-color: #f9f9f9;
	box-shadow: inset 2px 1px 10px rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
	right: 0;
	font-size: .875rem;
	z-index: 10;
	color: var(--brand-primary)
}
[dir=rtl] .brk-info-menu__close {
	right: auto;
	left: 0
}
.brk-info-menu__close:hover i {
	font-size: 1.0625rem
}
.brk-info-menu__close i {
	vertical-align: 0;
	margin-left: 5px;
	-webkit-transition: font-size .3s;
	transition: font-size .3s
}
.brk-info-menu-open {
	position: relative;
	cursor: pointer;
	display: inline-block
}
@media (min-width:992px) {
	.brk-info-menu-open {
		height: 100%;
		margin: 0 5px;
		width: 30px
	}
	.brk-header_vertical .brk-info-menu-open {
		width: 68px;
		height: 68px;
		margin: 0
	}
	.brk-info-menu-open_skin-1 span {
		width: 12px
	}
	.brk-info-menu-open_skin-1 span:before {
		width: 100%;
		height: 100%;
		top: -4px;
		left: 0
	}
	.brk-info-menu-open_skin-1 span:after {
		width: 100%;
		height: 100%;
		bottom: -4px;
		left: 0
	}
	.brk-info-menu-open_skin-2 span {
		width: 16px
	}
	.brk-info-menu-open_skin-2 span:before {
		width: 100%;
		height: 100%;
		top: -6px;
		left: 0
	}
	.brk-info-menu-open_skin-2 span:after {
		width: 100%;
		height: 100%;
		bottom: -6px;
		left: 0
	}
	.brk-info-menu-open_skin-3 span, .brk-info-menu-open_skin-4 span, .brk-info-menu-open_skin-5 span {
		width: 22px
	}
	.brk-info-menu-open_skin-3 span:before {
		width: 100%;
		height: 100%;
		top: -7px;
		left: 0
	}
	.brk-info-menu-open_skin-3 span:after {
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
		height: 100%;
		bottom: -7px;
		right: 0
	}
	.brk-info-menu-open_skin-3.open-active span:after, .brk-info-menu-open_skin-4.open-active span:after, .brk-info-menu-open_skin-4.open-active span:before {
		width: 100%
	}
	.brk-info-menu-open_skin-4 span:before {
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
		height: 100%;
		top: -7px;
		right: 0
	}
	.brk-info-menu-open_skin-4 span:after {
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
		height: 100%;
		bottom: -7px;
		right: 0
	}
	.brk-info-menu-open_skin-5 span:before {
		width: 100%;
		height: 100%;
		top: -6px;
		left: 0
	}
	.brk-info-menu-open_skin-5 span:after {
		width: 100%;
		height: 100%;
		bottom: -6px;
		left: 0
	}
}
.brk-header-mobile-wrap .brk-info-menu-open {
	width: 100%;
	padding: 0;
	height: auto
}
.brk-info-menu-open .brk-lines {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 2px;
	-webkit-transition: background 0s .3s;
	transition: background 0s .3s
}
.brk-header-mobile-wrap .brk-info-menu-open .brk-lines {
	width: 16px;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-info-menu-open .brk-lines .brk-center-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.brk-header_color-white .brk-info-menu-open .brk-lines .brk-center-line, .brk-header_color-white .brk-info-menu-open .brk-lines:after, .brk-header_color-white .brk-info-menu-open .brk-lines:before {
	background: #fff
}
.brk-header_color-dark .brk-info-menu-open .brk-lines .brk-center-line, .brk-header_color-dark .brk-info-menu-open .brk-lines:after, .brk-header_color-dark .brk-info-menu-open .brk-lines:before, .brk-header_scroll .brk-info-menu-open .brk-lines .brk-center-line, .brk-header_scroll .brk-info-menu-open .brk-lines.brk-info-menu-open_white .brk-center-line, .brk-header_scroll .brk-info-menu-open .brk-lines.brk-info-menu-open_white:after, .brk-header_scroll .brk-info-menu-open .brk-lines.brk-info-menu-open_white:before, .brk-header_scroll .brk-info-menu-open .brk-lines:after, .brk-header_scroll .brk-info-menu-open .brk-lines:before {
	background: #272727
}
.brk-header-mobile-wrap .brk-info-menu-open .brk-lines .brk-center-line {
	background: #b6b6b6
}
.brk-info-menu-open .brk-lines:after, .brk-info-menu-open .brk-lines:before {
	content: '';
	position: absolute;
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: inherit
}
.brk-header-mobile-wrap .brk-info-menu-open .brk-lines:after, .brk-header-mobile-wrap .brk-info-menu-open .brk-lines:before {
	width: 100%;
	height: 100%;
	background: #b6b6b6
}
.brk-info-menu-open .brk-lines:before {
	-webkit-transition-property: top, \transform;
	transition-property: top, \transform
}
.brk-header-mobile-wrap .brk-info-menu-open .brk-lines:before {
	top: -4px
}
.brk-info-menu-open .brk-lines:after {
	-webkit-transition-property: bottom, \transform;
	transition-property: bottom, \transform
}
.brk-header-mobile-wrap .brk-info-menu-open .brk-lines:after {
	bottom: -4px
}
.brk-info-menu-open .brk-lines.brk-info-menu-open_white .brk-center-line, .brk-info-menu-open .brk-lines.brk-info-menu-open_white:after, .brk-info-menu-open .brk-lines.brk-info-menu-open_white:before {
	background: #fff
}
.brk-info-menu-open.open-active span .brk-center-line {
	background: 0 0!important
}
.brk-info-menu-open.open-active span:after, .brk-info-menu-open.open-active span:before {
	-webkit-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}
.brk-info-menu-open.open-active span:before {
	top: 0!important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.brk-info-menu-open.open-active span:after {
	bottom: 0!important;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.brk-info-menu-open__title {
	font-size: 1rem;
	color: #272727;
	display: inline-block;
	font-weight: 700;
	padding-left: 60px;
	line-height: 42px
}
@media (min-width:992px) {
	.brk-info-menu-open__title {
		display: none
	}
}
.brk-quantity {
	width: 100px;
	height: 48px;
	border-radius: 24px;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid rgba(227, 227, 227, .2)
}
.brk-header_style-2 .brk-quantity {
	background-color: transparent
}
.brk-quantity__arrows {
	width: 33.33333%;
	display: block;
	cursor: pointer;
	position: relative
}
.brk-quantity__arrows:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .875rem;
	font-weight: 600;
	color: #aaacb0
}
.brk-quantity__arrows.minus:before {
	content: '-';
	right: 5px
}
[dir=rtl] .brk-quantity__arrows.minus:before {
	right: auto;
	left: 5px
}
.brk-quantity__arrows.plus:before {
	content: '+';
	left: 5px
}
[dir=rtl] .brk-quantity__arrows.plus:before {
	left: auto;
	right: 5px
}
.brk-quantity__value {
	width: 33.33333%;
	display: block;
	font-weight: 600;
	text-align: center;
	height: 100%;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: 0 0;
	color: #272727;
	padding: 0;
	line-height: 48;
	font-size: 14px
}
.list-inline-7 {
	background-color: #fff;
	padding: 6px 0
}
.brk-header-list li, .list-inline-7 li {
	display: block
}
.list-inline-7 li a {
	display: block;
	line-height: 44px;
	padding: 0 25px;
	text-align: left;
	position: relative;
	color: #9f9f9f
}
.list-inline-7 li a:hover {
	background-color: var(--brand-primary);
	color: #fff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .01)
}
.list-inline-7 li a:hover .list-inline-7__before {
	border: 0
}
.list-inline-7 li>ul {
	padding-left: 20px
}
.list-inline-7__before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 40px;
	height: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #ececec
}
.brk-latest-post__img img, .list-inline-7__before i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.list-inline-7__before i {
	vertical-align: 0
}
.brk-header-list {
	text-align: left
}
[dir=rtl] .brk-header-list {
	text-align: right
}
.brk-header_style-1 .brk-header-list {
	font-size: .875rem
}
.brk-header_style-2 .brk-header-list {
	font-size: .75rem
}
.brk-header_style-1 .brk-header-list li {
	position: relative;
	z-index: 9
}
.brk-header-list a {
	display: block;
	position: relative;
	-webkit-transition: color .3s;
	transition: color .3s
}
.brk-header_style-1 .brk-header-list a {
	line-height: 28px;
	padding: 10px 0 10px 30px
}
[dir=rtl] .brk-header_style-1 .brk-header-list a {
	padding: 10px 25px 10px 0
}
.brk-header_style-2 .brk-header-list a {
	line-height: 21px;
	padding: 7px 0 7px 30px;
	color: #666
}
[dir=rtl] .brk-header_style-2 .brk-header-list a {
	padding: 7px 30px 7px 0
}
.brk-header_style-1 .brk-header-list a:hover {
	color: #000
}
.brk-header_style-1 .brk-header-list a:hover:before {
	opacity: 1
}
.brk-header_style-1 .brk-header-list a:hover i {
	color: var(--brand-primary)
}
.brk-header_style-2 .brk-header-list a:hover, .brk-header_style-2 .brk-header-list a:hover i {
	color: var(--brk-base-6)
}
.brk-header_style-2 .brk-header-list a:hover:before {
	width: 2px
}
.brk-header-list a:before {
	content: '';
	position: absolute
}
.brk-header_style-1 .brk-header-list a:before {
	left: -5px;
	right: -5px;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
	background-color: #f3f7ff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16)
}
.brk-header_style-2 .brk-header-list a:before {
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--brk-base-6)
}
[dir=rtl] .accordion-image .card-header h5 i, [dir=rtl] .accordion-slider .card-header h5 i, [dir=rtl] .app-dot-line.left>.dot>.line, [dir=rtl] .brk-header_style-2 .brk-header-list a:before {
	left: auto;
	right: 0
}
.brk-header_style-2 .brk-header-list a i {
	color: rgba(0, 0, 0, .25)
}
.brk-header-list__icon {
	display: inline-block
}
.brk-header_style-1 .brk-header-list__icon {
	width: 20px;
	text-align: center;
	margin-right: 18px
}
[dir=rtl] .brk-header_style-1 .brk-header-list__icon {
	margin-right: 0;
	margin-left: 18px
}
.brk-header_style-1 .brk-header-list__icon i {
	color: #c1c1c1
}
.brk-header_style-2 .brk-header-list__icon {
	width: 18px;
	text-align: center;
	margin-right: 8px
}
[dir=rtl] .brk-header_style-2 .brk-header-list__icon {
	margin-right: 0;
	margin-left: 8px
}
.brk-header_style-1 .brk-header-list__icon i, .brk-header_style-2 .brk-header-list__icon i {
	vertical-align: 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin-right: 5px
}
.brk-header_style-1 .brk-header-list__info {
	height: 20px;
	border-radius: 10px;
	text-align: center;
	font-size: .625rem;
	line-height: 21px;
	font-weight: 700;
	display: inline-block;
	margin: 5px 0 0 12px;
	padding: 0 12px;
	color: #fff
}
[dir=rtl] .brk-header_style-1 .brk-header-list__info {
	margin: 5px 12px 0 0
}
.brk-header_style-2 .brk-header-list__info {
	height: 14px;
	border-radius: 7px;
	text-align: center;
	font-size: .5rem;
	line-height: 14px;
	display: inline-block;
	margin: 11px 0 0 12px;
	padding: 0 6px;
	text-transform: uppercase;
	color: #fff
}
[dir=rtl] .brk-header_style-2 .brk-header-list__info {
	margin: 11px 12px 0 0
}
.brk-latest-post {
	padding: 10px 20px;
	display: -webkit-box;
	display: flex
}
.brk-latest-post__img {
	width: 80px;
	height: 80px;
	position: relative;
	overflow: hidden
}
.brk-latest-post__img img {
	width: 100%;
	height: auto
}
.brk-latest-post__contents {
	padding-left: 24px;
	padding-top: 21px;
	text-align: left
}
.brk-latest-post__info {
	padding-top: 8px;
	color: #9f9f9f
}
.brk-latest-post__info--date, .brk-latest-post__info--like {
	display: inline-block;
	line-height: 18px
}
.brk-latest-post__info--date {
	margin-left: 12px
}
.brk-latest-post__info i, .brk-post-brick__info i {
	vertical-align: 0;
	margin-right: 4px
}
.brk-element-base {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.brk-element-base_h100-76 {
	height: -webkit-calc(100% - 76px);
	height: calc(100% - 76px)
}
.brk-element-base__before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(50deg, rgba(var(--brk-base-6-rgb), .6), rgba(var(--brk-base-2-rgb), .6))
}
.brk-element-base__before:after, .brk-element-base__before:before {
	content: '';
	position: absolute;
	border: 5px solid rgba(255, 255, 255, .1)
}
.brk-element-base__before:before {
	top: 40px;
	right: 40px;
	bottom: 40px;
	left: 40px
}
.brk-element-base__before:after {
	top: 58px;
	right: 58px;
	bottom: 58px;
	left: 58px
}
.brk-element-base__after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: no-repeat center center
}
.brk-element-base__content {
	position: relative;
	z-index: 3
}
.brk-post-brick {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.brk-post-brick_min {
	height: 225px
}
.brk-post-brick_full {
	height: 450px
}
.brk-post-brick__content {
	position: absolute;
	left: 40px;
	bottom: 32px;
	text-align: left;
	z-index: 2
}
.brk-post-brick__info {
	padding-top: 8px;
	color: rgba(255, 255, 255, .6)
}
.brk-post-brick__info--date, .brk-post-brick__info--like {
	display: inline-block;
	line-height: 18px
}
.brk-post-brick__info--date {
	margin-left: 12px
}
.brk-header-slider {
	padding: 0 30px 60px
}
.brk-header-slider__img {
	margin-bottom: 25px
}
.brk-header-slider__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.brk-header-slider__content--title {
	padding-left: 15px
}
.brk-header-slider__content--title span {
	color: #9f9f9f
}
.brk-header-slider__text {
	color: #9f9f9f;
	margin-top: 17px
}
.brk-header-popup-menu {
	height: 100%
}
.brk-header-popup-menu__open-close {
	height: inherit;
	text-transform: uppercase;
	cursor: pointer;
	display: none;
	-webkit-box-align: center;
	align-items: center
}
@media (min-width:992px) {
	.brk-header-popup-menu__open-close {
		display: -webkit-inline-box;
		display: inline-flex
	}
}
.brk-header_color-white .brk-header-popup-menu__open-close {
	color: #fff
}
.brk-header_color-dark .brk-header-popup-menu__open-close {
	color: #272727
}
@media (min-width:992px) {
	.brk-header_scroll .brk-header__main-bar .brk-header-popup-menu__open-close {
		color: #272727
	}
}
.brk-header-popup-menu__open-close .brk-close, .brk-header-popup-menu__open-close.is-active .brk-open {
	display: none
}
.brk-header-popup-menu__open-close.is-active .brk-close {
	display: block
}
.brk-header-popup-menu__open-close i {
	vertical-align: text-top;
	margin-right: 10px;
	position: relative;
	top: 2px
}
.brk-header-popup-menu__menu {
	padding-bottom: 30px
}
@media (min-width:992px) {
	.brk-header-popup-menu__menu {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding-bottom: 0;
		z-index: 9
	}
}
@media (max-width:991px) {
	.brk-header-popup-menu__menu {
		display: block!important
	}
}
@media (min-width:992px) {
	.brk-header-popup-menu__menu ul li {
		padding: 16px 0
	}
	.brk-header-popup-menu__menu ul a {
		display: inline-block;
		position: relative;
		font-size: 3.5rem;
		line-height: 64px;
		color: #fff
	}
	.brk-header-popup-menu__menu ul a:after, .brk-header-popup-menu__menu ul a:before {
		content: '';
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 2px;
		background-color: #fff;
		-webkit-transition: width .3s;
		transition: width .3s
	}
	.brk-header-popup-menu__menu ul a:before {
		bottom: 0
	}
	.brk-header-popup-menu__menu ul a:after {
		top: 0
	}
	.brk-header-popup-menu__menu ul a:hover:after, .brk-header-popup-menu__menu ul a:hover:before {
		width: 100%
	}
}
@media (max-width:991px) {
	.brk-header-popup-menu__menu ul a {
		display: block;
		color: #000;
		font-size: 1rem;
		font-weight: 700;
		line-height: 60px;
		padding: 0 7px 0 25px;
		text-transform: uppercase;
		-webkit-transition: background-color .3s;
		transition: background-color .3s
	}
	.brk-header-popup-menu__menu ul a:hover {
		background-color: #fff
	}
}
.brk-header-mobile__open span, .brk-header-popup-menu__menu li>ul {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-header-popup-menu__menu li>ul {
	left: -webkit-calc(100% + 50px);
	left: calc(100% + 50px);
	max-width: 0;
	overflow: hidden;
	-webkit-transition: max-width .5s;
	transition: max-width .5s
}
@media screen and (min-width:991px) {
	.brk-header-popup-menu__menu li>ul a {
		white-space: nowrap;
		font-size: 2em;
		line-height: 40px
	}
}
@media screen and (max-width:992px) {
	.brk-header-popup-menu__menu li>ul {
		position: static;
		max-width: none;
		-webkit-transform: none;
		transform: none;
		padding-left: 30px
	}
}
.brk-header-popup-menu__menu li:hover>ul {
	max-width: 1000px
}
.brk-header-popup-menu-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: rgba(0, 0, 0, .8)
}
.brk-totop {
	cursor: pointer;
	position: relative
}
@media (min-width:992px) {
	.brk-header_color-white .brk-totop {
		color: #fff
	}
	.brk-header_color-dark .brk-totop, .brk-header_scroll .brk-totop {
		color: #272727
	}
	.brk-header_vertical .brk-totop {
		width: 68px;
		height: 68px;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}
@media (max-width:991px) {
	.brk-totop {
		display: none
	}
}
.brk-totop i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: 0;
	font-size: 1.5rem
}
.brk-header-mobile {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 78px;
	z-index: 100;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-transition-property: border-bottom, background-color;
	transition-property: border-bottom, background-color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.brk-header-mobile_scroll {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	background-color: #fff
}
.brk-header-mobile_scroll:before {
	background: #272727!important
}
.brk-header-mobile_scroll .brk-header-mobile__open {
	--bc: #000
}
.brk-header-mobile_scroll .brk-header-mobile__logo-1 {
	display: none
}
.brk-header-mobile_scroll .brk-header-mobile__logo-2 {
	display: inline-block
}
.admin-bar .brk-header-mobile {
	top: 32px
}
@media (min-width:992px) {
	.brk-header-mobile {
		display: none
	}
}
.brk-header-mobile:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	-webkit-transition: background .3s;
	transition: background .3s;
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-6)), to(var(--brk-secondary-6)));
	background: linear-gradient(to right, var(--brk-base-6), var(--brk-secondary-6))
}
.brk-header-mobile__open {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	width: 22px;
	height: 18px;
	cursor: pointer;
	--bc: #000
}
.brk-header-mobile__open_white {
	--bc: #fff
}
@media (max-width:375px) {
	.brk-header-mobile__open {
		left: 15px
	}
}
.brk-header-mobile__open span {
	left: 0;
	right: 0;
	height: 2px;
	background-color: var(--bc)
}
.brk-header-mobile__open span:after, .brk-header-mobile__open span:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: inherit
}
.brk-header-mobile__open span:before {
	-webkit-transition-property: top;
	transition-property: top;
	top: -7px
}
.brk-header-mobile__open span:after {
	-webkit-transition-property: bottom;
	transition-property: bottom;
	bottom: -7px
}
.brk-header-mobile__open:hover span:before {
	top: -10px
}
.brk-header-mobile__open:hover span:after {
	bottom: -10px
}
.brk-header-mobile__logo {
	display: block;
	text-align: center;
	line-height: 78px;
	padding: 0 60px
}
@media (max-width:375px) {
	.brk-header-mobile__logo {
		padding-right: 15px;
		padding-left: 45px;
		
	}
}
.brk-header-mobile-wrap__logo img, .brk-header-mobile__logo img {
	vertical-align: middle
}
.brk-header-mobile__logo-1 {
	display: inline-block
}
.brk-header-mobile__logo-2 {
	display: none
}
.brk-header-mobile-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-transition: left .5s;
	transition: left .5s;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	max-width: 500px;
	background: no-repeat center center;
	background-size: cover;
	box-shadow: 6px 0 12px rgba(0, 0, 0, .75);
	z-index: 102
}
.brk-header-mobile-wrap__body {
	position: relative;
	min-height: 100%
}
.brk-header-mobile-wrap .brk-before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, .92)
}
@media (max-width:575px) {
	.brk-header-mobile-wrap {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px)
	}
}
@media (max-width:413px) {
	.brk-header-mobile-wrap {
		width: -webkit-calc(100% - 20px);
		width: calc(100% - 20px)
	}
}
.brk-header-mobile-wrap.is-active {
	left: 0
}
.brk-header-mobile-wrap-layer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	z-index: 101;
	background-color: rgba(0, 0, 0, .6)
}
.brk-header-mobile-wrap-layer.is-active {
	opacity: 1;
	visibility: visible
}
.brk-header-mobile-wrap__header {
	position: relative;
	height: 78px;
	padding: 0 60px 0 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	z-index: 2
}
.brk-header-mobile-wrap__header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--brk-base-6)), to(var(--brk-secondary-6)));
	background-image: linear-gradient(to right, var(--brk-base-6), var(--brk-secondary-6))
}
.brk-header-mobile-wrap__logo {
	line-height: 78px
}
.brk-header-mobile-wrap__close {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	width: 22px;
	height: 22px;
	cursor: pointer
}
.brk-header-mobile-wrap__close:after, .brk-header-mobile-wrap__close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: width .3s;
	transition: width .3s;
	-webkit-transform-origin: center center;
	transform-origin: center center
}
.brk-header-mobile-wrap__close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
.brk-header-mobile-wrap__close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}
.brk-header-mobile-wrap__close:hover:after, .brk-header-mobile-wrap__close:hover:before {
	width: -webkit-calc(100% + 4px);
	width: calc(100% + 4px)
}
.brk-header-mobile-wrap .brk-header {
	position: relative!important;
	top: auto;
	left: auto;
	right: auto;
	background-color: transparent;
	display: block;
	padding-bottom: 15px;
	z-index: 2
}
.brk-header-mobile-wrap .brk-header__element {
	font-size: 1rem;
	color: #000;
	display: block;
	font-weight: 700;
	position: relative;
	text-transform: capitalize;
	letter-spacing: normal;
	padding-left: 10px
}
.brk-header-mobile-wrap .brk-header__element--wrap {
	line-height: 24px;
	padding: 9px 18px
}
.brk-header-mobile-wrap .brk-header__element--label {
	color: #000;
	padding-left: 30px
}
.brk-header-mobile-wrap .brk-header__element i {
	color: #b6b6b6
}
.brk-header_style-1 .brk-header-mobile-wrap .brk-header__element a:hover {
	color: #000;
	background-color: transparent
}
.brk-header-mobile-wrap .brk-header__compare {
	background-color: var(--brand-primary)!important;
	height: 24px;
	line-height: 24px;
	padding: 0 8px!important;
	margin-left: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0!important;
	color: #fff!important
}
.brk-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: transparent;
	-webkit-transition-property: top, \transform;
	transition-property: top, \transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	position: fixed
}
.admin-bar .brk-header {
	top: 32px
}
@media (min-width:992px) {
	.brk-header_sticky-hide {
		-webkit-transform: translateY(-100%)!important;
		transform: translateY(-100%)!important;
		top: 0!important
	}
	.brk-header_vertical .brk-header__main-bar {
		width: 100vh;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transform: rotate(-90deg) translateX(-100%);
		transform: rotate(-90deg) translateX(-100%)
	}
	[dir=rtl] .brk-header_vertical .brk-header__main-bar {
		-webkit-transform-origin: right top;
		transform-origin: right top;
		-webkit-transform: rotate(-90deg) translateY(-100%);
		transform: rotate(-90deg) translateY(-100%)
	}
	.brk-header_vertical .brk-header__item:not(.brk-nav) {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
	.brk-header_vertical .brk-header__logo {
		width: 68px;
		height: 68px;
		line-height: 68px
	}
	.brk-header_vertical .brk-header__logo img {
		vertical-align: middle
	}
	.brk-header_vertical:before {
		display: none
	}
	.brk-header.brk-header_popup.brk-header_scroll .brk-header__main-bar {
		background-color: #fff
	}
	.brk-header.brk-header_popup .brk-header__main-bar {
		border-top: 3px solid #484347;
		background-color: rgba(38, 38, 38, .2)
	}
	.brk-header:before {
		content: '';
		position: absolute;
		bottom: -60px;
		left: 0;
		width: 100%;
		height: 60px;
		z-index: 1;
		background-color: transparent
	}
	.brk-header.brk-header_scroll .brk-header__top-bar:not(.top-bar-bg) {
		background: #f0f0f0!important
	}
	.brk-header.brk-header_scroll .brk-header__main-bar:not(.top-bar-bg) {
		background: #fff!important
	}
}
@media (max-width:991px) {
	.brk-header {
		display: none
	}
}
.brk-header [class*=col-] {
	position: static
}
.brk-header:hover {
	top: 0!important
}
.admin-bar .brk-header:hover {
	top: 32px!important
}
@media (min-width:992px) {
	.brk-header__top-bar .container, .brk-header__top-bar .container-fluid {
		height: 100%
	}
	.brk-header__top-bar .row {
		height: inherit
	}
}
@media (max-width:991px) {
	.brk-header__top-bar {
		background: 0 0!important
	}
}
.brk-header-mobile-wrap .brk-header__top-bar {
	padding: 0;
	background: 0 0;
	height: auto!important
}
.brk-header-mobile-wrap .brk-header__top-bar .container, .brk-header-mobile-wrap .brk-header__top-bar .container-fluid {
	padding: 0
}
.brk-header-mobile-wrap .brk-header__top-bar .row {
	margin-left: 0;
	margin-right: 0
}
.brk-header-mobile-wrap .brk-header__top-bar .col, .brk-header-mobile-wrap .brk-header__top-bar [class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.brk-header__main-bar {
	position: relative;
	-webkit-transition: height .3s;
	transition: height .3s
}
@media (min-width:992px) {
	.brk-header__main-bar .container, .brk-header__main-bar .container-fluid {
		height: 100%;
		border-radius: 5px
	}
	.brk-header_scroll .brk-header__main-bar .container, .brk-header_scroll .brk-header__main-bar .container-fluid {
		background-color: transparent!important
	}
	.brk-header__main-bar .row {
		height: inherit
	}
	.brk-header_scroll .brk-header__main-bar {
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}
	.brk-header_vertical .brk-header__main-bar {
		height: 100%
	}
}
@media (max-width:991px) {
	.brk-header__main-bar {
		background: 0 0!important;
		width: 100%!important
	}
	.brk-header__main-bar .container {
		background-color: transparent!important
	}
}
.brk-header-mobile-wrap .brk-header__main-bar {
	padding: 0;
	background: 0 0!important;
	height: auto!important
}
.brk-header-mobile-wrap .brk-header__main-bar .container, .brk-header-mobile-wrap .brk-header__main-bar .container-fluid {
	padding: 0
}
.brk-header-mobile-wrap .brk-header__main-bar .row {
	margin-left: 0;
	margin-right: 0
}
.brk-header-mobile-wrap .brk-header__main-bar .col, .brk-header-mobile-wrap .brk-header__main-bar [class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.brk-header__logo {
	display: inline-block
}
.brk-header__logo-1 {
	display: block
}
@media (min-width: 1350px) { img.brk-header__logo-1.lazyloaded {margin-left:8px;}}
@media (min-width: 1650px) { img.brk-header__logo-1.lazyloaded {margin-left: 12px;}}
.brk-header__logo-2, .brk-header_scroll .brk-header__logo-1, .brk-header_scroll.brk-header_vertical .brk-header__logo-1 {
	display: none
}
.brk-header_scroll.brk-header_vertical .brk-header__logo-2, .brk-header_vertical .brk-header__logo-1 {
	display: inline-block
}
.brk-header_scroll .brk-header__logo-2 {
	display: block
}
.brk-header_border-right {
	border-right: 1px solid #ebebeb
}
@media (min-width:992px) {
	.brk-header_border-top {
		border-top: 1px solid rgba(255, 255, 255, .1)
	}
	.brk-header_scroll .brk-header_border-top {
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
	.brk-header_border-top-20, [dir=rtl] .brk-header_vertical .brk-header_border-bottom-20 {
		border-top: 1px solid rgba(255, 255, 255, .2)
	}
	.brk-header_scroll .brk-header_border-top-20 {
		border-top: 1px solid rgba(0, 0, 0, .2)
	}
	.brk-header_border-top-50 {
		border-top: 1px solid rgba(255, 255, 255, .5)
	}
	.brk-header_scroll .brk-header_border-top-50 {
		border-top: 1px solid rgba(0, 0, 0, .5)
	}
	.brk-header_border-top-70 {
		border-top: 1px solid rgba(255, 255, 255, .7)
	}
	.brk-header_scroll .brk-header_border-top-70 {
		border-top: 1px solid rgba(0, 0, 0, .7)
	}
	.brk-header_border-bottom {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}
	.brk-header_scroll .brk-header_border-bottom {
		border-bottom: 1px solid rgba(0, 0, 0, .1)
	}
	.brk-header_border-bottom-20 {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}
	.brk-header_scroll .brk-header_border-bottom-20 {
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}
	.brk-header_border-bottom-50 {
		border-bottom: 1px solid rgba(255, 255, 255, .5)
	}
	.brk-header_scroll .brk-header_border-bottom-50 {
		border-bottom: 1px solid rgba(0, 0, 0, .5)
	}
	.brk-header_border-bottom-70 {
		border-bottom: 1px solid rgba(255, 255, 255, .7)
	}
	.brk-header_scroll .brk-header_border-bottom-70 {
		border-bottom: 1px solid rgba(0, 0, 0, .7)
	}
	.brk-header_border-top-dark, .brk-header_scroll .brk-header_border-top-dark {
		border-top: 1px solid rgba(0, 0, 0, .1)
	}
	.brk-header_border-right-20 {
		border-right: 1px solid rgba(255, 255, 255, .2)
	}
	.brk-header_scroll .brk-header_border-right-20 {
		border-right: 1px solid rgba(0, 0, 0, .2)
	}
	.brk-header_border-left-20 {
		border-left: 1px solid rgba(255, 255, 255, .2)
	}
	.brk-header_scroll .brk-header_border-left-20 {
		border-left: 1px solid rgba(0, 0, 0, .2)
	}
}
.brk-header__title {
	height: 72px;
	line-height: 72px;
	background-color: #fff;
	box-shadow: inset 0 -2px var(--brk-secondary-3);
	color: #272727;
	padding: 0 15px 0 25px;
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 1.1875rem
}
@media (min-width:992px) {
	.brk-header__title {
		display: none
	}
}
.brk-header__element {
	display: inline-block;
	position: relative;
	height: 100%
}
@media (min-width:992px) {
	.brk-header__element_skin-1 .brk-header__element--wrap {
		padding: 0 18px
	}
	.brk-header__element_skin-1 .brk-header__element--label, .brk-header__element_skin-1 i {
		font-size: .875rem
	}
	.brk-header__element_skin-2 i {
		font-size: .6875rem;
		opacity: .5;
		top: -webkit-calc(50% - 2px)!important;
		top: calc(50% - 2px)!important
	}
	.brk-header__element_skin-2 .brk-header__element--wrap {
		padding: 0 9px
	}
	.brk-header__element_skin-2 .brk-header__element--label {
		text-transform: uppercase;
		font-size: .625rem;
		letter-spacing: .04em;
		opacity: .8
	}
	.brk-header__element_skin-3 i {
		font-size: .9375rem;
		opacity: .7;
		top: 4px!important;
		-webkit-transform: none!important;
		transform: none!important
	}
	.brk-header__element_skin-3 .brk-header__element--wrap {
		padding: 0 14px
	}
	.brk-header__element_skin-3 .brk-header__element--label {
		font-size: .8125rem;
		line-height: 22px;
		opacity: .8
	}
	.brk-header__element_skin-4 i {
		font-size: .6875rem;
		opacity: .5;
		left: 12px!important;
		top: -webkit-calc(50% - 2px)!important;
		top: calc(50% - 2px)!important
	}
	.brk-header__element_skin-4 .brk-header__element--wrap {
		padding: 0 5px
	}
	.brk-header__element_skin-4 .brk-header__element--label {
		text-transform: uppercase;
		font-size: .75rem;
		letter-spacing: .04em;
		opacity: .8
	}
	.brk-header__element_label-mob-only .brk-header__element--label {
		display: none
	}
}
.brk-header_color-white .brk-header__element {
	color: #fff
}
.accordion .card h1, .accordion .card h2, .accordion .card h3, .accordion .card h4, .brk-header_color-dark .brk-header__element {
	color: #272727
}
@media (min-width:992px) {
	.brk-header_scroll .brk-header__element {
		color: #272727!important
	}
}
.brk-header__element i {
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: 0;
	color: inherit
}
@media (min-width:992px) {
	.brk-header__main-bar .brk-header__element i {
		position: static;
		-webkit-transform: none;
		transform: none
	}
}
[dir=rtl] .brk-header__element i {
	left: auto;
	right: 18px
}
.brk-header__element--wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	height: inherit
}
.brk-header__element--label {
	display: inline-block;
	padding-left: 27px;
	color: inherit
}
@media (max-width:991px) {
	.brk-header__element--label {
		font-weight: 700
	}
}
.brk-header-mobile-wrap .brk-header__element--label {
	font-size: 1rem
}
[dir=rtl] .brk-header__element--label {
	padding-left: 0;
	padding-right: 27px
}
.brk-header__element a:hover {
	color: inherit;
	background-color: rgba(255, 255, 255, .15)
}
.brk-header__compare {
	display: inline-block;
	width: auto;
	height: 19px;
	border-radius: 12px;
	text-align: center;
	font-size: .75rem;
	font-weight: 600;
	line-height: 19px;
	margin-left: 12px;
	padding: 0 6px!important;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .07)
}
[dir=rtl] .brk-header__compare {
	margin-left: 0;
	margin-right: 12px
}
.brk-header__compare_white {
	background-color: rgba(0, 0, 0, .2);
	color: #fff
}
.brk-header__compare_dark {
	background-color: rgba(255, 255, 255, .2)
}
.brk-header__compare_skin-1 {
	height: 16px;
	font-size: .625rem;
	font-weight: 500;
	line-height: 17px
}
@media (min-width:992px) {
	.brk-header__main-bar .brk-header__compare {
		position: absolute;
		top: 13%;
		right: 0;
		margin: 0
	}
	.brk-header_scroll .brk-header__compare {
		background-color: rgba(0, 0, 0, .12)
	}
}
.brk-header__btn {
	margin: 0 15px
}
@media (min-width:992px) {
	.brk-header__btn {
		margin: 0!important;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
	.brk-header__btn_white-border.btn-prime, .brk-header__btn_white.btn-prime {
		box-shadow: none
	}
	.brk-header__btn_white-border.btn-prime .border-btn, .brk-header__btn_white.btn-prime .border-btn {
		border: 2px solid #fff
	}
	.brk-header_scroll .brk-header__btn_white-border.btn-prime .border-btn, .brk-header_scroll .brk-header__btn_white.btn-prime .border-btn {
		border-color: #000
	}
	.brk-header__btn.btn-prime {
		background-color: transparent!important;
		color: #fff
	}
	.brk-header_scroll .brk-header__btn.btn-prime {
		color: inherit!important
	}
	.brk-header__btn.btn-prime:hover {
		color: #fff!important
	}
	.brk-header__btn.btn-prime:hover>.after, .brk-header__btn.btn-prime:hover>.before {
		background-color: var(--brand-primary)!important
	}
	.brk-header__btn.btn-inside-out {
		font-size: .6875rem
	}
	.brk-header__btn.btn-inside-out:not(:hover) {
		background-color: transparent
	}
}
.brk-header__btn_white {
	color: #000!important
}
.brk-header__btn_white .after, .brk-header__btn_white .before, .brk-header__btn_white-border .after, .brk-header__btn_white-border .before {
	background-color: #fff!important;
	color: #000!important
}
.top-bar-bg {
	background: #001629!important
}
html.brk-preloader:after, html.brk-preloader:before {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	position: fixed!important
}
html.brk-preloader:before {
	z-index: 1002
}
html.brk-preloader:after {
	z-index: 1003
}
.brk-preloader {
	position: relative;
	overflow: hidden;
	height: 100vh
}
.brk-preloader.brk-preloader-remove:after, .brk-preloader.brk-preloader-remove:before {
	opacity: 0;
	visibility: hidden
}
.brk-preloader:after, .brk-preloader:before {
	content: '';
	position: absolute;
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility
}
.brk-preloader:before {
	right: 0;
	bottom: 0;
	background: #f5f5f5;
	top: 0;
	left: 0;
	z-index: 1
}
.brk-preloader:after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
	height: inherit;
	background: url(../../DualRing-1s-200px3.svg) no-repeat center center;
	background-size: 100%;
	z-index: 2
}
.show-flex {
	display: -webkit-box!important;
	display: flex!important
}
.show-inline-block {
	display: inline-block!important
}
.show-block {
	display: block!important
}
.hide {
	display: none!important
}
@media (min-width:0) {
	.show-xs-block {
		display: block!important
	}
	.show-xs-inline-block {
		display: inline-block!important
	}
	.show-xs-inline {
		display: inline!important
	}
	.show-xs-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.hide-xs {
		display: none!important
	}
}
@media (min-width:576px) {
	.show-sm-block {
		display: block!important
	}
	.show-sm-inline-block {
		display: inline-block!important
	}
	.show-sm-inline {
		display: inline!important
	}
	.show-sm-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.hide-sm {
		display: none!important
	}
}
@media (min-width:768px) {
	.show-md-block {
		display: block!important
	}
	.show-md-inline-block {
		display: inline-block!important
	}
	.show-md-inline {
		display: inline!important
	}
	.show-md-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.hide-md {
		display: none!important
	}
}
@media (min-width:992px) {
	.show-lg-block {
		display: block!important
	}
	.show-lg-inline-block {
		display: inline-block!important
	}
	.show-lg-inline {
		display: inline!important
	}
	.show-lg-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.hide-lg {
		display: none!important
	}
}
@media (min-width:1230px) {
	.show-xl-block {
		display: block!important
	}
	.show-xl-inline-block {
		display: inline-block!important
	}
	.show-xl-inline {
		display: inline!important
	}
	.show-xl-flex {
		display: -webkit-box!important;
		display: flex!important
	}
	.hide-xl {
		display: none!important
	}
}
.text-middle {
	vertical-align: middle
}
.alignleft, img.alignleft {
	text-align: left
}
.alignright, img.alignright {
	text-align: right
}
.aligncenter, img.aligncenter {
	text-align: center
}
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit
}
a, input, textarea {
	margin: 0;
	padding: 0;
	vertical-align: top
}
a {
	border: 0
}
input, textarea {
	font: inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, time {
	display: block
}
ol, ul {
	list-style: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: ''
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
button, input, select, textarea {
	display: inline-block;
	outline: 0;
	color: inherit;
	overflow: visible;
	box-shadow: none
}
button, input[type=button], input[type=submit] {
	cursor: pointer
}

.lt-ie11 input {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-bottom-left-radius: 1px!important
}
a {
	font: inherit;
	color: inherit;
	text-decoration: none
}
.btn:active, .btn:focus, a:focus, button:active, button:focus {
	outline: 0
}
img {
	max-width: 100%;
	height: auto
}
.btn, button {
	background-color: inherit
}
input[type=search] {
	box-sizing: border-box!important
}
.brk-bg-style-1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.main-wrapper {
	position: relative
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #222;
	background: #fff;
	overflow-x: hidden
}
body::-webkit-scrollbar {
	width: 12px
}
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #fff
}
body::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 12px
}
.brk-boxed {
	background: #fff;
	margin: 0 auto
}
@media (min-width:1200px) {
	.brk-boxed {
		max-width: 1200px;
		box-shadow: rgba(0, 0, 0, .6) 0 0 18px
	}
}
.brk-element-loading {
	-webkit-transition: all 1s linear .5s;
	transition: all 1s linear .5s;
	position: absolute;
	z-index: 1;
	top: -webkit-calc(50% - 50px);
	top: 10%;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform-origin: 30px 31px;
	transform-origin: 30px 31px;
	border-radius: 50%;
	box-shadow: 0 1px 0 0 #1d3f72;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: eye 1s linear infinite;
	animation: eye 1s linear infinite
}
.rev-brk-brands [class*=fa-icon-] {
	font-family: Font Awesome\ 5 Brands
}
.fal {
	/* font-family: "Font Awesome\ 5 Free"!important */
}
.fal, .far {
	/* font-weight: 600!important; */
}
.fa, .fas {
	font-weight: 900!important
}
@font-face {
	font-family: 'berserk';
	src: url(../fonts/berserk/berserk.eot);
	src: url(../fonts/berserk/berserk.eot%3F) format("embedded-opentype"), url(../fonts/berserk/berserk.woff) format("woff"), url(../fonts/berserk/berserk.ttf) format("truetype"), url(../fonts/berserk/berserk.svg) format("svg");
	font-weight: 400;
	font-style: normal
}
.fa.fa-angle-left-DISABLE:before, .fa.fa-angle-right-DISABLE:before, .fa.fa-phone-DISABLE:before, .fa.fa-plus:before, .fa.fa-search-DISABLE:before, .fa.fa-share-alt:before, .fa.fa-shopping-basket-DISABLE:before, .fal.fa-arrow-left:before, .fal.fa-arrow-right:before, .fal.fa-cog:before, .fal.fa-comment-alt:before, .fal.fa-play-circle:before, .fal.fa-shopping-cart:before, .far.fa-clock:before, .far.fa-envelope-DISABLE:before, .fas.fa-arrow-down:before, .fas.fa-arrow-up:before, .fas.fa-exchange-alt-DISABLE:before, .fas.fa-sign-in-alt-DISABLE:before, .fas.fa-star-DISABLE:before {
	display: inline-block;
	font-family: 'berserk';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fal.fa-cog:before {
	content: '\0041'
}
.fal.fa-comment-alt:before {
	content: '\0042'
}
.far.fa-clock:before {
	content: '\0043'
}
.far.fa-envelope-DISABLE:before {
	content: '\0044'
}
.fa.fa-search-DISABLE:before {
	content: '\0045'
}
.fa.fa-phone-DISABLE:before {
	content: '\0046'
}
.fal.fa-play-circle:before {
	content: '\0047'
}
.fa.fa-share-alt:before {
	content: '\0048'
}
.fa.fa-shopping-basket-DISABLE:before {
	content: '\0049'
}
.fal.fa-shopping-cart:before {
	content: '\004a'
}
.fas.fa-sign-in-alt-DISABLE:before {
	content: '\004b'
}
.fas.fa-star-DISABLE:before {
	content: '\004c'
}
.fas.fa-exchange-alt-DISABLE:before {
	content: '\004d'
}
.fas.fa-arrow-down:before {
	content: '\004e'
}
.fas.fa-arrow-up:before {
	content: '\004f'
}
.fa.fa-angle-left-DISABLE:before {
	content: '\0050'
}
.fa.fa-angle-right-DISABLE:before {
	content: '\0051'
}
.fal.fa-arrow-left:before {
	content: '\0052'
}
.fal.fa-arrow-right:before {
	content: '\0053'
}
.fa.fa-plus:before {
	content: '\0054'
}
a:hover {
	color: var(--brand-primary);
	text-decoration: none
}
.h1 a:focus, .h1 a:hover, .h2 a:focus, .h2 a:hover, .h3 a:focus, .h3 a:hover, .h4 a:focus, .h4 a:hover, .h5 a:focus, .h5 a:hover, .h6 a:focus, .h6 a:hover, a:focus, h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
	color: var(--brand-primary);
	text-decoration: none
}
.text-primary {
	color: var(--brand-primary)
}
.text-light-blue {
	color: var(--brk-base-2)!important
}
.text-blue {
	color: var(--brand-primary)!important
}
.text-gray {
	color: #bfbfbf!important
}
.text-gray-light {
	color: #9f9f9f!important
}
.text-dark {
	color: #868686!important
}
.text-soft {
	color: #b6c9ff!important
}
.text-light-soft {
	color: var(--brk-base-1)!important
}
.text-blue-1 {
	color: #aabcf1!important
}
.text-blue-2 {
	color: var(--brk-base-1)!important
}
.text-blue-3 {
	color: #d2d5fe!important
}
.bg-primary {
	background-color: var(--brand-primary)!important
}
.bg-white {
	background: #fff
}
.bg__style {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}
@media (max-width:479px) {
	.no-bg-xs {
		background: 0 0!important
	}
}
@media (max-width:767px) {
	.no-bg-sm {
		background: 0 0!important
	}
}
@media (max-width:1023px) {
	.no-bg-md {
		background: 0 0!important
	}
}
@media (max-width:1199px) {
	.no-bg-lg {
		background: 0 0!important
	}
}
.bg-purple {
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-secondary-4)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brk-secondary-4), var(--secondary))
}
.visible {
	overflow: visible!important
}
.full-screen {
	width: 100%;
	min-height: 100vh
}
.w-43 {
	width: 43%!important
}
.side-circles {
	overflow: hidden
}
.side-circles:after, .side-circles:before {
	content: '';
	position: absolute;
	border-radius: 50%
}
.side-circles:before {
	left: -520px;
	top: -535px;
	width: 875px;
	height: 875px;
	border: 40px solid rgba(255, 255, 255, .08)
}
.side-circles:after {
	top: -110px;
	right: -180px;
	width: 420px;
	height: 420px;
	border: 21px solid rgba(255, 255, 255, .08)
}
.side-circles, .top-triangle {
	position: relative;
	z-index: 1
}
.top-triangle:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 24px;
	height: 24px;
	background: #fff
}
.overlay__grad, .overlay__gradient, .overlay__white {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.overlay__grad:after, .overlay__white:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.overlay__grad:after, .overlay__gradient .overlay_after {
	background: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brand-primary), var(--secondary));
	opacity: .9
}
.overlay__gradient .overlay_after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .94;
	z-index: -1;
	margin: 0
}
.overlay__gradient-left .overlay_after {
	background: linear-gradient(10deg, var(--brand-primary), var(--secondary))
}
.overlay__white:after {
	background: #fff;
	opacity: .94
}
.overlay__curve, .overlay__dark, .overlay__dot, .overlay__purple {
	position: relative;
	z-index: 1
}
.overlay__dark:after {
	bottom: 0;
	background: #000;
	opacity: .75
}
.overlay__purple>.after {
	bottom: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(20%, var(--brk-secondary-4)), color-stop(70%, var(--secondary)));
	background: linear-gradient(to right, var(--brk-secondary-4) 20%, var(--secondary) 70%);
	opacity: .94
}
.overlay__curve:after, .overlay__dark:after, .overlay__dot:after, .overlay__purple>.after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1
}
.overlay__dot:after {
	bottom: 0;
	background: rgba(23, 40, 68, .7);
	background-image: radial-gradient(#101c2f 24%, transparent 25%);
	opacity: .94;
	background-size: 3px 3px
}
.overlay__curve {
	overflow: visible
}
.overlay__curve:after {
	height: 100%;
	background: url(../../img/curve.png) top center no-repeat;
	background-size: 100%
}
.all-light, .all-light .h1, .all-light .h2, .all-light .h3, .all-light .h4, .all-light .h5, .all-light .h6, .all-light h1, .all-light h2, .all-light h3, .all-light h4, .all-light h5, .all-light h6 {
	color: #fff
}
.row-no-gutter>[class*=col] {
	padding-left: 0;
	padding-right: 0
}
.show-inline {
	display: inline!important
}
.link-icon {
	display: inline-block
}
.link-icon .icon {
	margin: 0 10px;
	vertical-align: baseline;
	font-size: 16px
}
.link-icon:hover .fa {
	-webkit-animation: icon-move 2s infinite;
	animation: icon-move 2s infinite
}
.wow {
	visibility: hidden
}
.rounded-all {
	border-radius: 50%
}
.rounded-top-left {
	border-top-left-radius: 30px
}
.rounded-top-right {
	border-top-right-radius: 30px
}
.rounded-bottom-left {
	border-bottom-left-radius: 30px
}
.rounded-bottom-right {
	border-bottom-right-radius: 30px
}
.shadow {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12)
}
.mobile-case-1 {
	width: 292px;
	height: 609px;
	z-index: 2
}
.mobile-case-1 .mobile-bg, .mobile-case-2 .mobile-bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}
.mobile-case-1 .mobile-bg {
	margin-left: 2px;
	background: url(../../img/app-inside-1.jpg) center center;
	top: 92px;
	width: 242px;
	height: 430px
}
.mobile-case-1, .mobile-case-2, .mobile-case-3 {
	position: relative;
	margin: 0 auto
}
.mobile-case-2 {
	background: url(../../img/app-case-2.png);
	z-index: 2;
	width: 352px;
	height: 721px
}
.mobile-case-2 .mobile-bg {
	top: 88px;
	width: 306px;
	height: 543px;
	background: url(../../img/app-inside-2.jpg) center center
}
.mobile-case-3 {
	width: 320px;
	height: 208px;
	background: center center no-repeat;
	background-size: contain
}
@media screen and (min-width:768px) {
	.mobile-case-3 {
		height: 398px;
		width: 680px;
		margin: 0 auto
	}
}
@media screen and (min-width:992px) {
	.mobile-case-3 {
		width: auto;
		margin: 0 -55px
	}
}
.mobile-case-3 .mobile-bg {
	position: absolute;
	top: 23px;
	left: 41px;
	right: 41px;
	height: 148px;
	background: url(../../img/app-inside-3.jpg) center center no-repeat;
	background-size: cover
}
@media (min-width:768px) {
	.mobile-case-3 .mobile-bg {
		top: 6%;
		left: 12%;
		right: 12%;
		bottom: 13%;
		height: auto;
		z-index: -1
	}
}
.mobile-case-4 {
	position: relative;
	width: 320px;
	height: 208px;
	margin: 0 auto;
	background: center center no-repeat;
	background-size: contain
}
@media screen and (min-width:768px) {
	.mobile-case-4 {
		height: 398px;
		width: 680px;
		margin: 0 auto
	}
}
@media screen and (min-width:992px) {
	.mobile-case-4 {
		width: 100%
	}
}
.mobile-case-4 .mobile-bg {
	position: absolute;
	top: 23px;
	left: 41px;
	right: 41px;
	height: 148px;
	background: url(../../img/app-inside-3.jpg) center center no-repeat;
	background-size: cover
}
@media (min-width:768px) {
	.mobile-case-4 .mobile-bg {
		top: 7%;
		left: 12%;
		right: 12%;
		bottom: 14%;
		height: auto;
		z-index: -1
	}
}
.arrow__pointer-top-left {
	display: none;
	position: absolute;
	top: -60px;
	right: -40px
}
[dir=rtl] .arrow__pointer-top-left {
	right: auto;
	left: -40px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
@media (min-width:1200px) {
	.arrow__pointer-top-left {
		display: block
	}
}
.arrow__pointer-bottom-left {
	display: none;
	position: absolute;
	bottom: -60px;
	right: -40px;
	-webkit-transform: rotateY(180deg) rotate(180deg);
	transform: rotateY(180deg) rotate(180deg)
}
[dir=rtl] .arrow__pointer-bottom-left {
	right: auto;
	left: -40px;
	-webkit-transform: rotateY(0) rotate(180deg);
	transform: rotateY(0) rotate(180deg)
}
@media (min-width:1200px) {
	.arrow__pointer-bottom-left {
		display: block
	}
}
.arrow__pointer-top-right {
	display: none;
	position: absolute;
	top: -60px;
	left: -40px;
	-webkit-transform: rotateY(180deg) rotate(0deg);
	transform: rotateY(180deg) rotate(0deg)
}
[dir=rtl] .arrow__pointer-top-right {
	left: auto;
	right: -40px;
	-webkit-transform: rotateY(0deg) rotate(0deg);
	transform: rotateY(0deg) rotate(0deg)
}
@media (min-width:1200px) {
	.arrow__pointer-top-right {
		display: block
	}
}
.arrow__pointer-bottom-right {
	display: none;
	position: absolute;
	bottom: -60px;
	left: -40px;
	-webkit-transform: rotateY(0deg) rotate(180deg);
	transform: rotateY(0deg) rotate(180deg)
}
[dir=rtl] .arrow__pointer-bottom-right {
	left: auto;
	right: -40px;
	-webkit-transform: rotateY(180deg) rotate(180deg);
	transform: rotateY(180deg) rotate(180deg)
}
@media (min-width:1200px) {
	.arrow__pointer-bottom-right {
		display: block
	}
}
.app-img-caption, .circle-number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600
}
.circle-number {
	min-width: 51px;
	width: 52px;
	height: 52px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .3);
	color: var(--brand-primary);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 20px
}
.app-img-caption {
	font-size: 60px;
	opacity: .06;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	margin-bottom: -15px
}
@media (min-width:480px) {
	.app-img-caption {
		font-size: 118px;
		margin-bottom: -30px
	}
}
.app-dot-line, .app-img-caption~* {
	position: relative;
	z-index: 2
}
.app-dot-line {
	display: inline-block;
	z-index: 1
}
.app-dot-line.left>.dot {
	right: -40px
}
[dir=rtl] .app-dot-line.left>.dot {
	right: auto;
	left: -40px
}
.app-dot-line.left>.dot>.line {
	left: 0
}
.app-dot-line.right>.dot {
	left: -40px
}
[dir=rtl] .app-dot-line.right>.dot {
	left: auto;
	right: -40px
}
.app-dot-line.right>.dot>.line {
	right: 0
}
[dir=rtl] .app-dot-line.right>.dot>.line {
	right: auto;
	left: 0
}
.app-dot-line>.dot, .app-dot-line>.dot .line {
	position: absolute;
	background: var(--brand-primary)
}
.app-dot-line>.dot {
	display: none;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 50%;
	top: 50%;
	width: 14px;
	height: 14px
}
@media (min-width:1230px) {
	.app-dot-line>.dot {
		display: block
	}
}
.app-dot-line>.dot:after {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 3px solid #fff;
	box-shadow: 1px 1.732px 8px 0 rgba(0, 0, 0, .2);
	border-radius: 50%
}
.app-dot-line>.dot .line {
	top: 7px;
	width: 300px;
	height: 1px;
	z-index: -1
}
.svg-md {
	width: 74px;
	height: 74px
}
.svg-91 {
	width: 91px;
	height: 91px
}
.slide-bg-wrap {
	position: relative;
	overflow: hidden
}
.slide-bg-wrap .slide-bg {
	position: absolute;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--brand-primary);
	-webkit-transition: width .25s ease-in-out, height .25s ease-in-out;
	transition: width .25s ease-in-out, height .25s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1
}
.slide-bg-wrap:hover .slide-bg {
	width: 250%;
	height: 250%
}
.hot-panel {
	display: inline-block;
	padding: 4px 24px;
	color: #fff;
	font-weight: 700;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background: linear-gradient(to right, var(--brk-base-2), var(--brk-base-5))
}
.hot-panel_primary {
	background: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brand-primary), var(--secondary))
}
.horiz-line {
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: .2;
	margin: 34px 0 30px
}
*+.subscr__form {
	margin-top: 30px
}
.subscr__form {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, .12);
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 50px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	position: relative
}
.subscr__form .form-control {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	height: 52px;
	color: #fff;
	padding: 10px 60px 10px 30px;
	background: 0 0;
	border: 0
}
.subscr__form .form-control::-webkit-input-placeholder {
	color: #fff
}
.subscr__form .btn-subscr {
	position: absolute;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-6)), to(var(--brk-base-2)));
	background: linear-gradient(to right, var(--brk-base-6), var(--brk-base-2))
}
.subscr__form .btn-subscr:before, body .main-icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.subscr__form .btn-subscr:hover {
	-webkit-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1)
}
.video-wrap {
	position: relative;
	z-index: 1;
	cursor: pointer;
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .4);
	min-height: 430px
}
.video-wrap .overlay-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../../img/770x433_1.jpg) top center no-repeat;
	background-size: cover;
	z-index: 50;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.video-wrap .overlay-image.hid {
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}
.video-wrap .icon__btn {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.video-wrap .icon__btn .fa-play:before {
	margin-left: 2px
}
.video-wrap iframe {
	width: 100%;
	height: 100%
}
body .main-icon {
	font-size: 64px;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid var(--brk-base-2);
	position: relative
}
body .main-icon+* {
	margin-top: 56px
}
.inline-wrap>div {
	-webkit-box-flex: 1;
	flex: 1
}
@media (min-width:1200px) {
	.inline-wrap {
		display: -webkit-box;
		display: flex;
		justify-content: space-around;
		-webkit-box-align: center;
		align-items: center
	}
}
.inline-wrap-second .icon__btn {
	width: 63px;
	height: 63px;
	background: var(--brk-base-2);
	font-size: 28px;
	margin-bottom: 20px
}
@media (min-width:1200px) {
	.inline-wrap-second .icon__btn {
		margin-bottom: 10px
	}
}
.inline-wrap-second .icon__btn .spike {
	background: var(--brk-base-2)
}
.maxw-300, .maxw-450 {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto
}
.maxw-450 {
	max-width: 450px
}
.maxw-570 {
	max-width: 570px
}
.maxw-770, .maxw-970 {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto
}
.maxw-970 {
	max-width: 970px
}
.violet-shadow {
	box-shadow: 0 3px 0 0 var(--secondary)
}
.dark-shadow {
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
}
.z-index-high {
	position: relative;
	z-index: 50
}
.z-index-3 {
	z-index: 3!important
}
.z-index-2 {
	z-index: 2!important
}
.z-index-1 {
	z-index: 1!important
}
.z-index-0 {
	z-index: 0!important
}
.brk-tabs-simple-bottom .brk-tab.active:before, .brk-tabs-simple-bottom .brk-tab:hover:before, .brk-tabs-simple-top .brk-tab.active:before, .brk-tabs-simple-top .brk-tab:hover:before, .width100 {
	width: 100%
}
.height100 {
	height: 100%
}
.pull-left {
	float: left
}
.pull-right {
	float: right
}
.overflow-hid {
	overflow: hidden!important
}
.opacity-10 {
	opacity: .1
}
.opacity-20 {
	opacity: .2
}
.opacity-30 {
	opacity: .3
}
.opacity-40 {
	opacity: .4
}
.opacity-50 {
	opacity: .5
}
.opacity-60 {
	opacity: .6
}
.opacity-70 {
	opacity: .7
}
.opacity-80 {
	opacity: .8
}
.opacity-90 {
	opacity: .9
}
#toTop, .opacity-100 {
	opacity: 1
}
.opacity-87 {
	opacity: .87
}
@media screen and (max-width:576px) {
	.pl-xs-0 {
		padding-left: 0!important
	}
	.pl-xs-5 {
		padding-left: 5px!important
	}
	.pl-xs-10 {
		padding-left: 10px!important
	}
	.pl-xs-15 {
		padding-left: 15px!important
	}
	.pl-xs-20 {
		padding-left: 20px!important
	}
	.pl-xs-25 {
		padding-left: 25px!important
	}
	.pr-xs-0 {
		padding-right: 0!important
	}
	.pr-xs-5 {
		padding-right: 5px!important
	}
	.pr-xs-10 {
		padding-right: 10px!important
	}
	.pr-xs-15 {
		padding-right: 15px!important
	}
	.pr-xs-20 {
		padding-right: 20px!important
	}
	.pr-xs-25 {
		padding-right: 25px!important
	}
	.pb-xs-0 {
		padding-bottom: 0!important
	}
	.pb-xs-5 {
		padding-bottom: 5px!important
	}
	.pb-xs-10 {
		padding-bottom: 10px!important
	}
	.pb-xs-15 {
		padding-bottom: 15px!important
	}
	.pb-xs-20 {
		padding-bottom: 20px!important
	}
	.pb-xs-25 {
		padding-bottom: 25px!important
	}
	.pb-xs-30 {
		padding-bottom: 30px!important
	}
	.pb-xs-35 {
		padding-bottom: 35px!important
	}
	.pb-xs-40 {
		padding-bottom: 40px!important
	}
	.pb-xs-45 {
		padding-bottom: 45px!important
	}
	.pb-xs-50 {
		padding-bottom: 50px!important
	}
	.pt-xs-0 {
		padding-top: 0!important
	}
	.pt-xs-5 {
		padding-top: 5px!important
	}
	.pt-xs-10 {
		padding-top: 10px!important
	}
	.pt-xs-15 {
		padding-top: 15px!important
	}
	.pt-xs-20 {
		padding-top: 20px!important
	}
	.pt-xs-25 {
		padding-top: 25px!important
	}
	.pt-xs-30 {
		padding-top: 30px!important
	}
	.pt-xs-35 {
		padding-top: 35px!important
	}
	.pt-xs-40 {
		padding-top: 40px!important
	}
	.pt-xs-45 {
		padding-top: 45px!important
	}
	.pt-xs-50 {
		padding-top: 50px!important
	}
	.pb-xs-60 {
		padding-bottom: 60px!important
	}
	.pb-xs-70 {
		padding-bottom: 70px!important
	}
	.pb-xs-80 {
		padding-bottom: 80px!important
	}
	.pb-xs-90 {
		padding-bottom: 90px!important
	}
	.pb-xs-100 {
		padding-bottom: 100px!important
	}
	.pt-xs-60 {
		padding-top: 60px!important
	}
	.pt-xs-70 {
		padding-top: 70px!important
	}
	.pt-xs-80 {
		padding-top: 80px!important;
	}
	.pt-xs-90 {
		padding-top: 90px!important
	}
	.pt-xs-100 {
		padding-top: 100px!important
	}
	.pt-xs-130 {
		padding-top: 130px!important
	}
	.ml-xs-0 {
		margin-left: 0!important
	}
	.ml-xs-5 {
		margin-left: 5px!important
	}
	.ml-xs-10 {
		margin-left: 10px!important
	}
	.ml-xs-15 {
		margin-left: 15px!important
	}
	.ml-xs-20 {
		margin-left: 20px!important
	}
	.ml-xs-25 {
		margin-left: 25px!important
	}
	.mr-xs-0 {
		margin-right: 0!important
	}
	.mr-xs-5 {
		margin-right: 5px!important
	}
	.mr-xs-10 {
		margin-right: 10px!important
	}
	.mr-xs-15 {
		margin-right: 15px!important
	}
	.mr-xs-20 {
		margin-right: 20px!important
	}
	.mr-xs-25 {
		margin-right: 25px!important
	}
	.mb-xs-0 {
		margin-bottom: 0!important
	}
	.mb-xs-5 {
		margin-bottom: 5px!important
	}
	.mb-xs-10 {
		margin-bottom: 10px!important
	}
	.mb-xs-15 {
		margin-bottom: 15px!important
	}
	.mb-xs-20 {
		margin-bottom: 20px!important
	}
	.mb-xs-25 {
		margin-bottom: 25px!important
	}
}
@media screen and (max-width:540px) {
	.mt-xs-0 {
		margin-top: 0!important
	}
	.mt-xs-5 {
		margin-top: 5px!important
	}
	.mt-xs-10 {
		margin-top: 10px!important
	}
	.mt-xs-15 {
		margin-top: 15px!important
	}
	.mt-xs-20 {
		margin-top: 20px!important
	}
	.mt-xs-25 {
		margin-top: 25px!important
	}
}
@media screen and (min-width:1230px) {
	.ml-xl-0 {
		margin-left: 0!important
	}
	.ml-xl-5 {
		margin-left: 5px!important
	}
	.ml-xl-10 {
		margin-left: 10px!important
	}
	.ml-xl-15 {
		margin-left: 15px!important
	}
	.ml-xl-20 {
		margin-left: 20px!important
	}
	.ml-xl-25 {
		margin-left: 25px!important
	}
	.ml-xl-30 {
		margin-left: 30px!important
	}
	.ml-xl-35 {
		margin-left: 35px!important
	}
	.ml-xl-40 {
		margin-left: 40px!important
	}
	.ml-xl-45 {
		margin-left: 45px!important
	}
	.ml-xl-50 {
		margin-left: 50px!important
	}
	.mr-xl-0 {
		margin-right: 0!important
	}
	.mr-xl-5 {
		margin-right: 5px!important
	}
	.mr-xl-10 {
		margin-right: 10px!important
	}
	.mr-xl-15 {
		margin-right: 15px!important
	}
	.mr-xl-20 {
		margin-right: 20px!important
	}
	.mr-xl-25 {
		margin-right: 25px!important
	}
	.mr-xl-30 {
		margin-right: 30px!important
	}
	.mr-xl-35 {
		margin-right: 35px!important
	}
	.mr-xl-40 {
		margin-right: 40px!important
	}
	.mr-xl-45 {
		margin-right: 45px!important
	}
	.mr-xl-50 {
		margin-right: 50px!important
	}
}
@media screen and (max-width:540px) {
	.ml-xs-auto {
		margin-left: auto!important
	}
	.mr-xs-auto, .mx-xs-auto {
		margin-right: auto!important
	}
	.mx-xs-auto {
		margin-left: auto!important
	}
}
@media screen and (min-width:991px) {
	.pl-xl-110 {
		padding-left: 110px
	}
	.pl-xl-80 {
		padding-left: 80px
	}
}
.pt-350 {
	padding-top: 350px
}
.pt-280 {
	padding-top: 280px
}
.pt-260 {
	padding-top: 260px
}
.pt-250 {
	padding-top: 250px
}
.pt-240 {
	padding-top: 240px
}
.pt-230 {
	padding-top: 230px
}
.pt-220 {
	padding-top: 220px
}
.pt-200 {
	padding-top: 200px;
}
.pt-190 {
	padding-top: 190px
}
.pt-180 {
	padding-top: 180px
}
.pt-170 {
	padding-top: 170px
}
.pt-25 {
	padding-top: 25px
}
.pb-350 {
	padding-bottom: 350px
}
.pb-250, .pb-260 {
	padding-bottom: 250px
}
.pb-240 {
	padding-bottom: 240px
}
.pb-230 {
	padding-bottom: 230px
}
.pb-200 {
	padding-bottom: 200px
}
.pb-190 {
	padding-bottom: 190px
}
.pb-180 {
	padding-bottom: 180px
}
.pb-170 {
	padding-bottom: 170px
}
.pr-120 {
	padding-right: 120px
}
.pr-90 {
	padding-right: 90px
}
.pl-90 {
	padding-left: 90px
}
@media (min-width:1200px) {
	.pr-lg-70 {
		padding-right: 70px
	}
}
.pr-100 {
	padding-right: 90px
}
.pl-100, .pl-95 {
	padding-left: 90px
}
@media screen and (min-width:992px) {
	.pl-lg-100 {
		padding-left: 100px
	}
	.pr-lg-100 {
		padding-right: 100px
	}
}
#toTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: var(--brand-primary);
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	z-index: 1200;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}
#toTop:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f106';
	font-weight: 900;
	font-size: 26px;
}
#toTop:focus, #toTop:hover {
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	text-decoration: none
}
@media (min-width:576px) {
	#toTop {
		right: 34px;
		bottom: 68px;
	}
}
.no-wrap {
	white-space: nowrap
}
.main-header {
	position: relative
}
.brk-svg-pattern-container {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 3
}
.brk-svg-pattern-container svg {
	position: absolute;
	width: -webkit-calc(100% + 2px);
	width: calc(100% + 2px)
}
.brk-svg-pattern-container_top {
	top: 0
}
.brk-svg-pattern-container_top svg {
	top: -5px
}
.brk-svg-pattern-container_bottom {
	bottom: 0
}
.brk-svg-pattern-container_bottom svg {
	bottom: -5px
}
.img-icon {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}
.brk-wave-line, .brk-wave-line-blue {
	display: block;
	width: 100%;
	height: 7px;
	background-image: url(../../img/wave-line.png);
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0
}
.brk-wave-line-blue {
	background-image: url(../../img/wave-line-2.png)
}
.centering-child-img img, .centering-img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}
.full__size-absolute {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block
}
.brk-rating {
	position: relative;
	width: 89px
}
.brk-rating__layer:after, .brk-rating__layer:before {
	content: " ";
	display: table
}
.brk-rating__layer:after {
	clear: both
}
.brk-rating__imposition i, .brk-rating__layer i {
	display: inline-block;
	float: left;
	font-size: .875rem;
	margin: 0 1px
}
.brk-rating__imposition {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}
.brk-rating__imposition:after, .brk-rating__imposition:before {
	content: " ";
	display: table
}
.brk-rating__imposition:after {
	clear: both
}
.brk-rating__imposition .visible {
	width: 89px;
	height: 15px
}
.center-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.brk-lightning-effect {
	position: relative;
	overflow: hidden;
	display: inline-block
}
.brk-lightning-effect:before {
	content: '';
	width: 50px;
	position: absolute;
	top: 0;
	left: -50px;
	bottom: 0;
	z-index: 9;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), color-stop(50%, #fff), to(rgba(255, 255, 255, .2)));
	background: linear-gradient(to right, rgba(255, 255, 255, .2) 0%, #fff 50%, rgba(255, 255, 255, .2) 100%)
}
.brk-lightning-effect:hover:before {
	-webkit-animation: lightning-effect 2s infinite ease-in-out;
	animation: lightning-effect 2s infinite ease-in-out
}
.brk-bg-center-cover {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.brk-bg-center-cover .container {
	z-index: 2;
	position: relative
}
.brk-bg-left-center, .brk-bg-right-center {
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain
}
.brk-bg-left-center {
	background-position: left center
}
.brk-gutters-5 {
	margin-right: -5px;
	margin-left: -5px
}
.brk-gutters-5>.vc_column_container>.vc_column-inner, .brk-gutters-5>[class*=col-]:not(.vc_column_container) {
	padding-left: 5px;
	padding-right: 5px
}
.brk-gutters-10 {
	margin-right: -10px;
	margin-left: -10px
}
.brk-gutters-10>.vc_column_container>.vc_column-inner, .brk-gutters-10>[class*=col-]:not(.vc_column_container) {
	padding-left: 10px;
	padding-right: 10px
}
.brk-gutters-30 {
	margin-right: -30px;
	margin-left: -30px
}
.brk-gutters-30>.vc_column_container>.vc_column-inner, .brk-gutters-30>[class*=col-]:not(.vc_column_container) {
	padding-left: 30px;
	padding-right: 30px
}
.bg-cover {
	background-size: cover
}
.bg-contain {
	background-size: contain
}
@media screen and (min-width:1200px) {
	.bg-lg-contain {
		background-size: contain
	}
}
.bg-norepeat {
	background-repeat: no-repeat
}
.bg-repeat {
	background-repeat: repeat
}
.bg-position_top-left {
	background-position: left top
}
.bg-position_top-center {
	background-position: center top
}
.bg-position_top-right {
	background-position: right top
}
.bg-position_bottom-left {
	background-position: left bottom
}
.bg-position_bottom-center {
	background-position: center bottom
}
.bg-position_bottom-right {
	background-position: right bottom
}
.bg-position_left-center {
	background-position: left center
}
.bg-position_right-center {
	background-position: right center
}
.bg-position_center {
	background-position: center center
}
.brk-subscribe, .brk-subscribe-mail {
	position: relative
}
.brk-subscribe [type=email] {
	border-radius: 27px;
	padding: 0 33px;
	font-size: .875rem;
	border: 0
}
.brk-subscribe [type=submit], .brk-subscribe button {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
	border-radius: 50%
}
[dir=rtl] .brk-subscribe [type=submit], [dir=rtl] .brk-subscribe button {
	right: auto;
	left: 0
}
.brk-subscribe [type=submit] i, .brk-subscribe button i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1rem;
	font-weight: 400;
	vertical-align: 0
}
.brk-subscribe-map [type=email] {
	background-color: var(--white);
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5);
	color: var(--brk-base-3);
	padding: 16px 33px;
	width: 100%
}
.brk-subscribe-map [type=email]::-webkit-input-placeholder {
	color: var(--brk-base-3);
	opacity: 1
}
.brk-subscribe-map [type=email]:-ms-input-placeholder, .brk-subscribe-map [type=email]::-ms-input-placeholder {
	color: var(--brk-base-3);
	opacity: 1
}
.brk-subscribe-map [type=email]::placeholder {
	color: var(--brk-base-3);
	opacity: 1
}
.brk-subscribe-map [type=submit], .brk-subscribe-map button {
	background-color: var(--white);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .3)
}
.brk-subscribe-map [type=submit] i, .brk-subscribe-map button i {
	color: var(--brand-primary)
}
.brk-subscribe-solid .brk-form-wrap {
	margin-top: 0;
	-webkit-box-flex: 1;
	flex-grow: 1
}
@media screen and (min-width:992px) {
	.brk-subscribe-solid .brk-form-strict {
		margin-left: 25px
	}
}
.brk-subscribe-solid button {
	margin-left: 0;
	padding-left: 55px;
	padding-right: 55px
}
@media screen and (min-width:992px) {
	.brk-subscribe-solid button {
		margin-left: 20px
	}
}
.brk-subscribe-solid button:hover {
	background-color: rgba(255, 255, 255, .8)
}
.brk-subscribe-solid .brk-form-strict [type=email], .brk-subscribe-solid .brk-form-strict [type=password], .brk-subscribe-solid .brk-form-strict [type=tel], .brk-subscribe-solid .brk-form-strict [type=text] {
	border: 1px solid rgba(255, 255, 255, .2)!important;
	color: #fff!important
}
.brk-subscribe-solid .brk-form-strict [type=email]+.input-label, .brk-subscribe-solid .brk-form-strict [type=password]+.input-label, .brk-subscribe-solid .brk-form-strict [type=tel]+.input-label, .brk-subscribe-solid .brk-form-strict [type=text]+.input-label {
	color: #fff!important
}
.brk-subscribe-message {
	position: absolute;
	left: 0;
	bottom: -25px;
	width: 100%;
	z-index: 3;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #fff
}
.brk-subscribe-mail_dark .brk-subscribe-message {
	color: #000
}
.brk-subscribe-message .brk-subscribe-mail_overlay {
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #fff;
	color: #000;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.brk-trapezoid-left {
	-webkit-clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 -webkit-calc(100% - 70px));
	clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 calc(100% - 70px));
	position: relative;
	margin-top: -70px;
	margin-bottom: -70px;
	z-index: 1;
	overflow: hidden
}
.brk-trapezoid-left-2 {
	-webkit-clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 -webkit-calc(100% - 120px));
	clip-path: polygon(0 180px, 100% 0, 100% 100%, 0 calc(100% - 120px));
	margin-top: -180px;
	margin-bottom: -120px
}
@media screen and (max-width:576px) {
	.brk-trapezoid-left-2 {
		-webkit-clip-path: none;
		clip-path: none;
		margin-top: 0
	}
}
@supports not ((-webkit-clip-path:polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%)) or (clip-path:polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%))) {
	.brk-parallelogram-1 {
		padding-top: 80px;
		padding-bottom: 80px;
		margin-top: 30px;
		margin-bottom: -50px
	}
}
@supports ((-webkit-clip-path:polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%)) or (clip-path:polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%))) {
	.brk-parallelogram-1 {
		-webkit-clip-path: polygon(0 180px, 100% 0%, 100% -webkit-calc(100% - 180px), 0% 100%);
		clip-path: polygon(0 180px, 100% 0%, 100% calc(100% - 180px), 0% 100%);
		padding-top: 220px;
		padding-bottom: 210px;
		margin-top: -150px;
		margin-bottom: -150px
	}
}
@media (max-width:991px) {
	@supports ((-webkit-clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%)) or (clip-path:polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%))) {
		.brk-parallelogram-1 {
			-webkit-clip-path:polygon(0 120px, 100% 0%, 100% -webkit-calc(100% - 120px), 0% 100%);
			clip-path: polygon(0 120px, 100% 0%, 100% calc(100% - 120px), 0% 100%);
			margin-top: -120px
		}
	}
}
@media (max-width:575px) {
	@supports ((-webkit-clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%)) or (clip-path:polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%))) {
		.brk-parallelogram-1 {
			-webkit-clip-path:polygon(0 100px, 100% 0%, 100% -webkit-calc(100% - 100px), 0% 100%);
			clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
			padding-top: 150px;
			padding-bottom: 150px;
			margin-top: -120px;
			margin-bottom: -30px
		}
	}
}
.brk-left-overflow-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: -450px 20px
}
.brk-bg-circle {
	position: relative
}
.brk-bg-circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-52%, -50%);
	transform: translate(-52%, -50%);
	width: -webkit-calc(100% + 250px);
	width: calc(100% + 250px);
	padding-top: 150%;
	border-radius: 100%;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .88)), to(rgba(var(--secondary-rgb), .88)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .88) 0%, rgba(var(--secondary-rgb), .88) 100%)
}
@media screen and (max-width:576px) {
	.brk-bg-circle::after {
		width: 500%;
		padding-top: 500%;
		border-radius: 0
	}
}
.brk-top-triangle {
	position: relative;
	margin-top: -92px;
	padding-top: 220px
}
.brk-top-triangle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 149px;
	background-color: #fff;
	z-index: 1;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% 0)
}
@media screen and (max-width:991.98px) {
	.brk-top-triangle {
		margin-top: 0;
		padding-top: 90px
	}
	.brk-top-triangle::after {
		-webkit-clip-path: none;
		clip-path: none;
		height: 0
	}
}
.brk-bottom-triangle {
	position: relative
}
.brk-bottom-triangle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: #fff;
	z-index: 1;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%)
}
.grayscale-100 {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.grayscale-50 {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%)
}
.brk-bgi-1 {
	background-image: url(../../img/bg-patterns/1.png)!important
}
.brk-bgi-2 {
	background-image: url(../../img/bg-patterns/2.png)!important
}
.brk-bgi-3 {
	background-image: url(../../img/bg-patterns/3.png)!important
}
.brk-bgi-4 {
	background-image: url(../../img/bg-patterns/4.png)!important
}
.brk-bgi-5 {
	background-image: url(../../img/bg-patterns/5.png)!important
}
.brk-bgi-6 {
	background-image: url(../../img/bg-patterns/6.png)!important
}
.brk-bgi-7 {
	background-image: url(../../img/bg-patterns/7.png)!important
}
.brk-bgi-8 {
	background-image: url(../../img/bg-patterns/8.png)!important
}
.brk-bgi-9 {
	background-image: url(../../img/bg-patterns/9.png)!important
}
.brk-bgi-10 {
	background-image: url(../../img/bg-patterns/10.png)!important
}
.brk-bgi-11 {
	background-image: url(../../img/bg-patterns/11.png)!important
}
.brk-bgi-12 {
	background-image: url(../../img/bg-patterns/12.png)!important
}
.brk-bgi-13 {
	background-image: url(../../img/bg-patterns/13.png)!important
}
.brk-bgi-14 {
	background-image: url(../../img/bg-patterns/14.png)!important
}
.brk-bgi-15 {
	background-image: url(../../img/bg-patterns/15.png)!important
}
.brk-bg-pattern {
	background-repeat: repeat!important;
	background-size: auto!important;
	background-position: 0 0!important
}
.brk-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 22, 41, .4);
	z-index: 98
}
.added_to_cart {
	display: inline-block;
	margin: 10px;
	background-color: #fff;
	border-radius: 27px;
	padding: 15px 20px;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5);
	color: var(--brand-primary)
}
.border-top-3 {
	border-top-width: 3px;
	border-top-style: solid
}
.border-right-3 {
	border-right-width: 3px;
	border-right-style: solid
}
.border-bottom-3 {
	border-bottom-width: 3px;
	border-bottom-style: solid
}
.border-left-3 {
	border-left-width: 3px;
	border-left-style: solid
}
.pseudo-border-bottom-3 {
	position: relative
}
.pseudo-border-bottom-3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 100%
}
.brk-abs-overlay {
	z-index: -1
}
.brk-abs-bg-overlay, .brk-abs-img, .brk-abs-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.brk-abs-img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: -2
}
.brk-align-left {
	margin-right: auto
}
.brk-align-right {
	margin-left: auto
}
.brk-align-center {
	margin-left: auto;
	margin-right: auto
}
@media screen and (min-width:576px) {
	.position-sm-absolute {
		position: absolute!important
	}
	.position-sm-relative {
		position: relative!important
	}
	.position-sm-static {
		position: static!important
	}
}
@media screen and (min-width:768px) {
	.position-md-absolute {
		position: absolute!important
	}
	.position-md-relative {
		position: relative!important
	}
	.position-md-static {
		position: static!important
	}
}
@media screen and (min-width:992px) {
	.position-lg-absolute {
		position: absolute!important
	}
	.position-lg-relative {
		position: relative!important
	}
	.position-lg-static {
		position: static!important
	}
}
@media screen and (min-width:1200px) {
	.position-xl-absolute {
		position: absolute!important
	}
	.position-xl-relative {
		position: relative!important
	}
	.position-xl-static {
		position: static!important
	}
}
.brk-z-index-0 {
	z-index: 0
}
.brk-z-index-10 {
	z-index: 10
}
.brk-z-index-20 {
	z-index: 20
}
.brk-z-index-30 {
	z-index: 30
}
.brk-z-index-40 {
	z-index: 40
}
.brk-z-index-50 {
	z-index: 50
}
.brk-z-index--1 {
	z-index: -1
}
.brk-z-index--2 {
	z-index: -2
}
.brk-z-index--3 {
	z-index: -3
}
.brk-z-index--4 {
	z-index: -4
}
.brk-z-index--5 {
	z-index: -5
}
.brk-after-element, .brk-before-element {
	position: absolute;
	left: 0;
	right: 0
}
.brk-after-element svg, .brk-before-element svg {
	max-width: 100%
}
.brk-after-element-svg, .brk-before-element-svg {
	position: absolute;
	left: 0;
	right: 0;
	max-width: 100%
}
.brk-after-element_bevel-right, .brk-before-element_bevel-right {
	overflow: hidden;
	height: 80px;
	background: #fff
}
@media (max-width:991px) {
	.brk-after-element_bevel-right, .brk-before-element_bevel-right {
		display: none
	}
}
.brk-before-element {
	top: 0
}
.brk-before-element svg {
	margin-top: -1px
}
.brk-before-element-svg {
	top: -1px
}
.brk-before-element_bevel-right {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
	clip-path: polygon(0 0, 100% 100%, 100% 0)
}
.brk-after-element {
	bottom: 0
}
.brk-after-element svg {
	margin-bottom: -1px
}
.brk-after-element-svg {
	bottom: -1px
}
.brk-after-element_bevel-right {
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
	clip-path: polygon(0 100%, 100% 100%, 100% 0)
}
.brk-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.brk-dashed-divider {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	background-image: url(../../img/dashed-divider.svg);
	background-repeat: repeat-x;
	border: 0
}
.brk-dashed-border-transparent {
	border: 0;
	border-bottom: 1px dashed rgba(255, 255, 255, .2)
}
.brk-text-fill {
	-webkit-text-fill-color: transparent
}
.brk-text-clip, .brk-text-fill {
	-webkit-background-clip: text
}
.parallax-bg {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	will-change: background-position;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.w-50 {
	width: 50%
}
.w-40 {
	width: 40%
}
.brk-fa-replace:before {
	content: ''!important;
	display: none
}
.brk-fa-replace svg {
	width: 14px;
	height: 14px
}
@media screen and (min-width:1270px) {
	.brk-wided-container {
		margin-left: -40px;
		margin-right: -40px
	}
}
.brk-error-page-title {
	font-size: 140px;
	text-align: center;
	line-height: 140px
}
@media screen and (min-width:550px) {
	.brk-error-page-title {
		font-size: 250px;
		line-height: 250px
	}
}
@media screen and (min-width:750px) {
	.brk-error-page-title {
		font-size: 320px;
		line-height: 320px
	}
}
@media screen and (min-width:991.98px) {
	.brk-error-page-title {
		font-size: 386px;
		line-height: 390px;
		margin-left: -20px;
		text-align: left
	}
}
.brk-styled-scroll-y {
	overflow-y: auto
}
.brk-styled-scroll-y::-webkit-scrollbar {
	width: 7px
}
.brk-styled-scroll-y::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}
.brk-styled-scroll-y::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 10px
}
.brk-styled-scroll-x {
	overflow-x: auto
}
.brk-styled-scroll-x::-webkit-scrollbar {
	width: 7px
}
.brk-styled-scroll-x::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}
.brk-styled-scroll-x::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 10px
}
.translate-top-50 {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	vertical-align: baseline;
	display: block;
	color: #292b2c;
	font-weight: 400
}
.h1, h1 {
	font-size: 40px;
	line-height: 1.1
}
@media (min-width:576px) {
	.h1, h1 {
		font-size: 56px
	}
}
.h2, h2 {
	font-size: 35px;
	line-height: 1.1
}
@media (min-width:576px) {
	.h2, h2 {
		font-size: 42px
	}
}
.h3, h3 {
	font-size: 30px;
	line-height: 1.1
}
@media (min-width:576px) {
	.h3, h3 {
		font-size: 36px
	}
}
.h4, .h5, .h6, h4, h5, h6 {
	font-size: 24px;
	line-height: 1.1
}
.h5, .h6, h5, h6 {
	font-size: 18px
}
.h6, h6 {
	font-size: 15px
}
.big {
	font-size: 18px
}
.font__family-open-sans {
	font-family: 'Open Sans', sans-serif
}
.font__family-montserrat {
	font-family: 'Montserrat', sans-serif
}
.font__family-montserrat-alt {
	font-family: 'Montserrat Alternates', sans-serif
}
.font__family-playfair {
	font-family: 'Playfair Display', sans-serif
}
.font__family-poppins {
	font-family: 'Poppins', sans-serif
}
.font__family-pacifico {
	font-family: 'Pacifico', sans-serif
}
.font__family-roboto {
	font-family: 'Roboto', sans-serif;
}
.font__family-roboto-slab {
	font-family: 'Roboto Slab', sans-serif
}
.font__family-oxygen {
	font-family: 'Oxygen', sans-serif
}
.font__family-times-new-roman {
	font-family: 'Times New Roman', sans-serif
}
.font__weight-thin {
	font-weight: 100
}
.font__weight-ultralight {
	font-weight: 200
}
.font__weight-light {
	font-weight: 300
}
.font__weight-normal {
	font-weight: 400
}
.font__weight-medium {
	font-weight: 500
}
.font__weight-semibold {
	font-weight: 600
}
.font__weight-bold {
	font-weight: 700;
}
.font__weight-extrabold {
	font-weight: 800
}
.font__size-224 {
	font-size: 4.75rem
}
@media (min-width:768px) {
	.font__size-224 {
		font-size: 224px
	}
}
.font__size-196 {
	font-size: 4.75rem
}
@media (min-width:768px) {
	.font__size-196 {
		font-size: 196px
	}
}
.font__size-186 {
	font-size: 4.75rem
}
@media (min-width:768px) {
	.font__size-186 {
		font-size: 186px
	}
}
.font__size-124 {
	font-size: 4.75rem
}
@media (min-width:768px) {
	.font__size-124 {
		font-size: 124px
	}
}
.font__size-120 {
	font-size: 4.75rem
}
@media (min-width:768px) {
	.font__size-120 {
		font-size: 120px
	}
}
.font__size-106 {
	font-size: 3.125rem
}
@media (min-width:768px) {
	.font__size-106 {
		font-size: 106px
	}
}
.font__size-96 {
	font-size: 3.125rem
}
@media (min-width:768px) {
	.font__size-96 {
		font-size: 96px
	}
}
.font__size-86 {
	font-size: 86px
}
.font__size-84 {
	font-size: 5.25rem
}
.font__size-82 {
	font-size: 5.125rem
}
.font__size-78 {
	font-size: 3.5rem
}
@media (min-width:480px) {
	.font__size-78 {
		font-size: 66px
	}
}
@media (min-width:768px) {
	.font__size-78 {
		font-size: 78px
	}
}
.font__size-72 {
	font-size: 2.5rem
}
@media (min-width:768px) {
	.font__size-72 {
		font-size: 72px
	}
}
.font__size-64 {
	font-size: 2.5rem
}
@media (min-width:768px) {
	.font__size-64 {
		font-size: 64px
	}
}
.font__size-58 {
	font-size: 2.5rem
}
@media (min-width:768px) {
	.font__size-58 {
		font-size: 58px
	}
}
.font__size-56 {
	font-size: 2.5rem
}
@media (min-width:768px) {
	.font__size-56 {
		font-size: 56px
	}
}
.font__size-54 {
	font-size: 3.375rem
}
.font__size-50 {
	font-size: 3.125rem
}
.font__size-48 {
	font-size: 2.375rem
}
@media (min-width:768px) {
	.font__size-48 {
		font-size: 48px
	}
}
.font__size-42 {
	font-size: 2.625rem
}
.font__size-46 {
	font-size: 2.875rem
}
.font__size-40 {
	font-size: 2.5rem
}
@media (min-width:768px) {
	.font__size-36 {
		font-size: 36px
	}
}
.font__size-36-i {
	font-size: 1.875rem!important
}
@media (min-width:768px) {
	.font__size-36-i {
		font-size: 36px!important
	}
}
.font__size-38 {
	font-size: 2.375rem
}
.font__size-36 {
	font-size: 2.25rem
}
.font__size-34 {
	font-size: 2.125rem
}
.font__size-32 {
	font-size: 2rem
}
.font__size-30 {
	font-size: 1.875rem
}
.font__size-28 {
	font-size: 1.75rem
}
.font__size-27 {
	font-size: 1.6875rem
}
.font__size-26 {
	font-size: 1.625rem
}
.font__size-25 {
	font-size: 1.5625rem
}
.font__size-24 {
	font-size: 1.5rem
}
.font__size-23 {
	font-size: 1.4375rem
}
.font__size-22 {
	font-size: 1.375rem
}
.font__size-21 {
	font-size: 1.3125rem
}
.font__size-20 {
	font-size: 1.25rem
}
.font__size-19 {
	font-size: 1.1875rem
}
.font__size-18 {
	font-size: 1.125rem
}
.font__size-17 {
	font-size: 1.0625rem
}
.font__size-16 {
	font-size: 1rem
}
.font__size-15 {
	font-size: .9375rem
}
.font__size-14 {
	font-size: .875rem
}
.font__size-13 {
	font-size: .8125rem
}
.font__size-12 {
	font-size: .75rem
}
.font__size-11 {
	font-size: .6875rem
}
.font__size-10 {
	font-size: .625rem
}
.font__style-italic {
	font-style: italic
}
.font__style-normal {
	font-style: normal
}
.font-weight-normal {
	font-weight: 400
}
.font-weight-bold {
	font-weight: 700
}
.font-weight-light {
	font-weight: 300
}
.font-weight-thin {
	font-weight: 100
}
.letter-spacing--100 {
	letter-spacing: -1px
}
.letter-spacing-1 {
	letter-spacing: .01em
}
.letter-spacing--1 {
	letter-spacing: -.01em
}
.letter-spacing-20 {
	letter-spacing: .02em
}
.letter-spacing--20 {
	letter-spacing: -.02em
}
.letter-spacing-40 {
	letter-spacing: .04em
}
.letter-spacing--40 {
	letter-spacing: -.04em
}
.letter-spacing-60 {
	letter-spacing: .06em
}
.letter-spacing-100 {
	letter-spacing: .1em
}
.letter-spacing-200 {
	letter-spacing: .2em
}
.letter-spacing-300 {
	letter-spacing: .3em
}
.line__height-224 {
	line-height: 4.75rem
}
@media (min-width:768px) {
	.line__height-224 {
		line-height: 224px
	}
}
.line__height-96 {
	line-height: 50px
}
@media (min-width:768px) {
	.line__height-96 {
		line-height: 96px
	}
}
.line__height-88 {
	line-height: 50px
}
@media (min-width:768px) {
	.line__height-88 {
		line-height: 88px
	}
}
.line__height-84 {
	line-height: 84px
}
.line__height-78 {
	line-height: 50px
}
@media (min-width:768px) {
	.line__height-78 {
		line-height: 78px
	}
}
.line__height-68 {
	line-height: 50px
}
@media (min-width:768px) {
	.line__height-68 {
		line-height: 68px
	}
}
.line__height-64 {
	line-height: 64px
}
.line__height-60 {
	line-height: 60px
}
.line__height-56 {
	line-height: 56px;
}
.line__height-52 {
	line-height: 52px
}
.line__height-50 {
	line-height: 50px
}
.line__height-48 {
	line-height: 48px;
}
.line__height-46 {
	line-height: 46px
}
.line__height-44 {
	line-height: 44px
}
.brk-pricing-colored__description ul li, .line__height-42 {
	line-height: 42px
}
.line__height-40 {
	line-height: 40px;
}
.line__height-38 {
	line-height: 38px
}
.line__height-36 {
	line-height: 36px
}
.line__height-34 {
	line-height: 34px
}
.line__height-32 {
	line-height: 32px
}
.line__height-30 {
	line-height: 30px
}
.line__height-28 {
	line-height: 28px
}
.line__height-27 {
	line-height: 27px
}
.line__height-26 {
	line-height: 26px
}
.line__height-24 {
	line-height: 24px
}
.line__height-22 {
	line-height: 22px
}
.line__height-21 {
	line-height: 21px
}
.line__height-20 {
	line-height: 20px;
}
.line__height-19 {
	line-height: 19px
}
.line__height-16 {
	line-height: 16px
}
.line__height-15 {
	line-height: 15px
}
.line__height-14 {
	line-height: 14px
}
.line__height-12 {
	line-height: 12px
}
.line__height-10 {
	line-height: 10px
}
.line__height-8 {
	line-height: 8px
}
.form-control {
	position: relative;
	margin: 0;
	padding: 0;
	background: 0 0;
	box-shadow: none;
	border: 0
}
.fam {
	font-family: "Font Awesome\ 5 Free"!important
}

.badge:not(a).badge-primary {
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background: linear-gradient(to right, var(--brk-base-2), var(--brk-base-5));
	color: #fff;
	border-radius: 50px;
	padding: 0 20px
}
a.badge .badge-primary {
	background: -webkit-gradient(linear, left bottom, left top, from(#337eff), to(#0fc8ff));
	background: linear-gradient(to top, #337eff, #0fc8ff);
	color: #fff;
	vertical-align: middle
}
.divider-dashed {
	width: 100%;
	display: block;
	margin: 30px 0 25px;
	float: left;
	position: relative
}
.divider-dashed:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 0;
	width: 100%;
	opacity: .2;
	border-bottom: 1px dashed
}
.brk-theme-options {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 380px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	height: 100vh;
	z-index: 9998;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-top: 3px solid var(--brand-primary);
	box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12)
}
[dir=rtl] .brk-theme-options {
	right: auto;
	left: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.brk-theme-options.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.brk-theme-options__panel {
	position: absolute;
	top: 165px;
	left: -52px;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: -5.985px -.419px 30px 0 rgba(0, 0, 0, .08), inset -2px 0 10px 0 rgba(0, 0, 0, .04);
	width: 52px;
	height: auto;
	z-index: 108;
	padding: 0 0 17px;
	border-radius: 13px 0 0 13px
}
@media (max-width:575px) {
	.brk-theme-options__panel {
		left: -38px;
		width: 38px;
		border-radius: 9px 0 0 9px
	}
}
[dir=rtl] .brk-theme-options__panel {
	left: auto;
	right: -52px;
	border-radius: 0 13px 13px 0
}
.brk-theme-options__panel-link {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	padding: 10px 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
@media (max-width:575px) {
	.brk-theme-options__panel-link {
		padding: 8px 0
	}
}
.brk-theme-options__panel-link.panel-open {
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 0 22px;
	margin-bottom: 10px
}
@media (max-width:575px) {
	.brk-theme-options__panel-link.panel-open {
		padding: 16px 0 10px
	}
}
.brk-theme-options__panel-link.panel-open.checked, .brk-theme-options__panel-link.panel-open:hover {
	color: var(--brk-base-5)
}
.accordion .card-block.all-light h4, .accordion-simple-rainbow .card-header a, .brk-theme-options__panel-link:hover {
	color: #fff
}
.brk-theme-options__panel-link:focus {
	color: #fff
}
.brk-theme-options__control {
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%
}
.brk-theme-options__header {
	line-height: 72px
}
.brk-theme-options__close {
	background-color: #f9f9f9;
	box-shadow: inset 1.782px .908px 10px 0 rgba(0, 0, 0, .04);
	position: absolute;
	top: 0;
	right: 0;
	width: 71px;
	height: 72px;
	z-index: 15;
	cursor: pointer
}
[dir=rtl] .brk-theme-options__close {
	right: auto;
	left: 0
}

* {
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
  }

.what-we-do-area {
  position: relative;
  z-index: 0;
  /* padding: 100px 0 96px 0; */
  padding: 100px 0 146px 0;
  background-color: rgba(249, 251, 255, 0.77);
  }
  .what-we-do-area .shped-1 {
    position: absolute;
    right: 30px;
    top: 10%;
    animation: updown 5s linear 0s infinite reverse; }
  .what-we-do-area .shped-2 {
    position: absolute;
    right: 50px;
    top: 60%;
    animation: leftright2 5s linear 0s infinite reverse; }
  .what-we-do-area .shped-3 {
    position: absolute;
    right: 80px;
    top: 40%;
    animation: leftright 5s linear 0s infinite reverse; }
  .what-we-do-area .right-content .subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #fb770c; }
  .what-we-do-area .right-content .title {
    font-size: 27px;
    line-height: 36px;
    font-weight: 300;
    color: #242424;
    /* margin-bottom: 25px; */
    /* text-align: center; */
    }
  .what-we-do-area .right-content .what-we-do-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 50px; }
    
.single-what-we-do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .single-what-we-do:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }
    .single-what-we-do:last-child .content p {
      margin-bottom: 0; }
  .single-what-we-do .icon {
    font-size: 50px;
    line-height: 50px;
    color: #1a32dc;
    }
  .single-what-we-do .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px; }
    .single-what-we-do .content .title {
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      margin-bottom: .5rem;
      }
    .single-what-we-do .content p {
      font-size: 15px;
      line-height: 22px;
      color: #777777;
      font-weight: 400;
      font-family: 'Open Sans', sans-serif;
      margin-block-end: 1em;
      }

      .service-area-three {
  padding: 100px 0 70px 0; }

.service-area {
  padding: 95px 0 100px 0;
  position: relative;
  z-index: 0;
  }
  .service-area.style-two {
    padding: 95px 0 70px 0; }
  .service-area .shaped-bg-1 {
    position: absolute;
    left: 0;
    top: 0;
    }
.section-title {
  text-align: center;
  margin-bottom: 40px;
  }
  .section-title.with-p {
    margin-bottom: 46px; }
  .section-title.epad {
    margin-bottom: 50px; }
  .section-title.extra .title {
    margin-bottom: 15px; }
  .section-title.white .subtitle {
    color: #fb770c; }
  .section-title.white .title {
    color: #fff; }
  .section-title.white p {
    color: rgba(255, 255, 255, 0.7); }
  .section-title .subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #1a32dc;
    line-height: 28px;
    text-transform: capitalize;
    display: block;
    }
  .section-title .title {
    font-size: 31px;
    line-height: 46px;
    margin-bottom: 10px;
    color: #242424;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    }
  .section-title p {
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(36, 36, 36, 0.8);
    margin: 0 auto; }

.c-white {
  color: #fff; }

.base-color {
  color: #fb770c; }

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fb770c;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #121a2f; }
  .submit-btn.btn-rounded {
    border-radius: 30px; }
  .submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px; }
  .submit-btn:focus {
    outline: none; }

.section-title-inner {
  text-align: center;
  margin-bottom: 45px; }
  .section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fb770c;
    margin-bottom: 20px;
    display: block; }
  .section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px; }

    .single-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px; }
  .single-service-item:hover .content .title {
    color: #fb770c; }
  .single-service-item .icon {
    font-size: 50px;
    line-height: 60px;
    color: #1a32dc;
    margin-right: 30px;
    }
  .single-service-item .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: .5rem;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    }
  .single-service-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    /* margin-block-start: 1em; */
    margin-block-end: 1em;
    }

.single-service-item-two {
  text-align: center;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.09);
  padding: 52px 30px 50px 30px;
  margin-bottom: 30px;
  background-color: #fff; }
  .single-service-item-two:hover {
    background-image: -moz-linear-gradient(0deg, #1531a9 0%, #6737f1 100%);
    background-image: -webkit-linear-gradient(0deg, #1531a9 0%, #6737f1 100%);
    background-image: -ms-linear-gradient(0deg, #1531a9 0%, #6737f1 100%); }
    .single-service-item-two:hover .icon {
      color: #fff; }
    .single-service-item-two:hover .content .title a {
      color: #fff; }
    .single-service-item-two:hover .content p {
      color: rgba(255, 255, 255, 0.8); }
  .single-service-item-two .icon {
    font-size: 50px;
    line-height: 60px;
    color: #fb770c;
    margin-bottom: 18px; }
  .single-service-item-two .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 22px; }
    .single-service-item-two .content .title a {
      color: #242424;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-service-item-two .content .title a:hover {
        color: #fb770c; }
  .single-service-item-two .content p {
    font-size: 16px;
    line-height: 26px; }
    .single-service-item-two .content p:last-child {
      margin-bottom: 0; }

.single-service-item-three {
  margin-bottom: 30px; }
  .single-service-item-three .thumb {
    position: relative;
    z-index: 0; }
    .single-service-item-three .thumb .cat {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #fb770c;
      padding: 5px 15px;
      color: rgba(255, 255, 255, 0.9); }
      .single-service-item-three .thumb .cat a {
        color: rgba(255, 255, 255, 0.9);
        position: relative;
        z-index: 0;
        margin: 0 5px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .single-service-item-three .thumb .cat a:hover {
          color: #fff; }
        .single-service-item-three .thumb .cat a:first-child {
          margin-left: 0; }
        .single-service-item-three .thumb .cat a:last-child {
          margin-right: 0; }
          .single-service-item-three .thumb .cat a:last-child:after {
            display: none; }
        .single-service-item-three .thumb .cat a:after {
          position: absolute;
          right: -6px;
          top: 0;
          content: ','; }
  .single-service-item-three .content {
    background-color: #fff;
    padding: 24px 30px 22px 30px; }
    .single-service-item-three .content .title {
      margin-bottom: 15px; }
      .single-service-item-three .content .title a {
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .single-service-item-three .content .title a:hover {
          color: #fb770c; }
    .single-service-item-three .content p {
      font-size: 16px;
      line-height: 26px;
      color: #777777; }
      .single-service-item-three .content p:last-child {
        margin-bottom: 0; }


.DesktopContainer__padding_1GukS {
    padding: 16px;
}

.DesktopContainer__wrapper_2zmgW {
    contain: layout;
    min-width: 824px;
}
.DesktopContainer__container_LP-OC{
    box-sizing:border-box;
    display:block;
    margin:0 auto;
    min-width:824px;
    max-width:824px
}
@media (min-width:1360px){
    .DesktopContainer__container_LP-OC{
        max-width:1104px;
    }
}
.GridRow__row_38LMX{
    display:flex;
    flex:1 0 0;
    flex-grow:1;
    flex-wrap:wrap;
    margin-right:-8px;
    margin-left:-8px
}
@media (min-width:1024px){
    .GridRow__row_38LMX{
        margin-right:-20px;
        margin-left:-20px
    }
}
@media (min-width:1360px){
    .GridRow__row_38LMX{
        margin-right:-24px;
        margin-left:-24px
    }
}
.GridRow__row_gutter_desktopOnly_QNCgn{
    margin-right:-20px;
    margin-left:-20px
}
@media (min-width:1360px){
    .GridRow__row_gutter_desktopOnly_QNCgn{
        margin-right:-24px;
        margin-left:-24px
    }
}
.GridRow__row_reverse_1qdtF{
    flex-direction:row-reverse;
    flex-wrap:wrap-reverse
}
@media not screen and (min-width:600px){
    .GridRow__row_reverse_on_phone_32xCj{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
@media (min-width:600px) and (max-width:767px){
    .GridRow__row_reverse_on_tabletS_3QHwy{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
@media (min-width:768px) and (max-width:1023px){
    .GridRow__row_reverse_on_tabletL_1BWnh{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
@media (min-width:1024px) and (max-width:1359px){
    .GridRow__row_reverse_on_desktopS_3PAiC{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
@media (min-width:1360px) and (max-width:1599px){
    .GridRow__row_reverse_on_desktopM_31nTl{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
@media (min-width:1600px){
    .GridRow__row_reverse_on_desktopL_3zpoY{
        flex-direction:row-reverse;
        flex-wrap:wrap-reverse
    }
}
.GridColumn__column_size_4_1nF1q{
    flex:0 0 33.3333%;
    max-width:33.3333%
}
.GridColumn__column_gutter_desktopOnly_3XB6L{
    padding:0 20px
}
@media (min-width:1360px){
    .GridColumn__column_gutter_desktopOnly_3XB6L{
        padding:0 24px
    }
}
.GridColumn__column_2h5Ek{
    box-sizing:border-box;
    flex-basis:0;
    flex-grow:1;
    padding:0 8px;
    max-width:100%;
    width:100%;
    vertical-align:top
}
@media (min-width:1024px){
    .GridColumn__column_2h5Ek{
        padding:0 20px
    }
}
@media (min-width:1360px){
    .GridColumn__column_2h5Ek{
        padding:0 24px
    }
}
.iconsVertical__iconItem_1Enyi {
    text-align: center;
}
.iconsVertical__iconLines_3Qlzn {
    position: relative;
    height: 64px;
    margin-bottom: 20px;
}
.iconsVertical__iconTitle_1oHLc {
    margin-bottom: 8px;
}
.icon__imgRound_3uayZ {
    margin: auto;
    overflow: hidden;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.iconsVertical__iconLinesShow_3h67S::after{
   content: '';
   display: block;
   width: 178px;
   height: 29px;
   background: url(../../assets/step-arrow.png) center no-repeat;
   position: absolute;
   top: 74%;
   left: 59%;
}
.iconsVertical__iconLinesShow_3h67S::after{
        width: calc(100% - 16px);
    }
.DesktopDangerouslyHTML__text_size21_aY8Kv {
    font-size: 18px;
    line-height: 24px;
    word-wrap: break-word;
    font-weight: 600;
}
.DesktopDangerouslyHTML__text_size13_3qEkv, .DesktopDangerouslyHTML__text_size15_3N0mK {
    font-size: 15px;
    word-wrap: break-word;
}

.DesktopDangerouslyHTML__box_2vuMV :last-child {
    margin-bottom: 0;
}
.DesktopDangerouslyHTML__box_2vuMV :first-child {
    margin-top: 0;
    color: #777777;
    font-size: 15px;
}
.DesktopDangerouslyHTML__box_2vuMV * {
    font-weight: inherit;
    font-size: inherit;
    margin-top: 12px;
    margin-bottom: 12px;
}


.brk-theme-options__close:hover i {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2)
}
.brk-theme-options__before i, .brk-theme-options__close i, .brk-theme-options__color-radio i {
	position: absolute;
	vertical-align: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.brk-theme-options__close i {
	color: var(--brand-primary);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 1.125rem
}
.brk-theme-options .card-block {
	padding: 30px 30px 40px
}
.brk-theme-options .row {
	margin: -5px
}
.brk-theme-options .col, .brk-theme-options [class*=col-] {
	padding: 5px
}
.brk-theme-options__check {
	position: relative;
	background: gray no-repeat center center;
	background-size: cover
}
.brk-theme-options__check_active {
	box-shadow: -5.985px -.419px 30px 0 rgba(0, 0, 0, .12)
}
.brk-theme-options__check_120, .brk-theme-options__check_60 {
	height: 120px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-theme-options__check_120:hover, .brk-theme-options__check_60:hover {
	-webkit-transform: translateY(-7px) scale(1.03);
	transform: translateY(-7px) scale(1.03);
	box-shadow: 0 6px 15px 0 rgba(50, 50, 50, .3)
}
.brk-theme-options__check_60 {
	height: 60px
}
.brk-theme-options__check_60:hover {
	-webkit-transform: translateY(-5px) scale(1.03);
	transform: translateY(-5px) scale(1.03)
}
.brk-theme-options__check_45 {
	height: 45px
}
.brk-theme-options__check-title {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: .875rem
}
.brk-theme-options__more {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	width: 100%;
	color: var(--brand-primary);
	padding: 19px 0
}
.brk-theme-options__more .brk-options-more {
	cursor: pointer;
	text-transform: uppercase;
	font-size: .875rem;
	line-height: 25px;
	border-bottom: 1px dashed var(--brand-primary)
}
.brk-theme-options__more .brk-options-more i {
	margin-right: 8px;
	margin-top: -1px
}
.brk-theme-options__before {
	position: absolute;
	top: -1px;
	right: 0;
	bottom: -1px;
	left: 0;
	border: 3px solid #fff;
	background-color: rgba(var(--brand-primary-rgb), .9);
	display: none;
	z-index: 1
}
.brk-theme-options__check_active .brk-theme-options__before {
	display: block
}
.brk-theme-options__before i, .brk-theme-options__color-radio i {
	color: #fff;
	font-size: .8125rem
}
.brk-theme-options__check_title-on .brk-theme-options__before i {
	left: auto;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-theme-options__color {
	padding: 10px 0
}
.brk-theme-options__color-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px
}
.brk-theme-options__color-radio {
	position: relative;
	width: 32px;
	height: 32px;
	box-shadow: inset 0 0 0 1px #ececec;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	margin: 6px 5px;
	--oc: #8d8d8d
}
.brk-theme-options__color-radio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(60deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);
	z-index: 9
}
.brk-theme-options__color-radio span {
	position: absolute;
	display: block;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: var(--oc)
}
.brk-theme-options__color-radio i {
	display: none;
	font-size: .875rem
}
.brk-theme-options__color-radio.checked span, .brk-theme-options__color-radio:hover span {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.brk-theme-options__color-radio.checked i {
	display: block
}
.brk-theme-options .accordion-slider-min .card-toggle-icon .after, .brk-theme-options .accordion-slider-min .card-toggle-icon .before {
	-webkit-transform: translate(-50%, -50%) rotate(0)!important;
	transform: translate(-50%, -50%) rotate(0)!important
}
.brk-theme-options .accordion-slider-min .card-header {
	height: 60px
}
.brk-theme-options .accordion-slider-min .card-header h5 {
	font-size: 1.0625rem!important;
	line-height: 17px!important
}
.brk-theme-options .accordion-slider-min .card-header:not(.collapsed) .before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg)!important;
	transform: translate(-50%, -50%) rotate(90deg)!important
}
.brk-theme-options .accordion-slider-min .card-header:not(.collapsed) .after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg)!important;
	transform: translate(-50%, -50%) rotate(180deg)!important
}
.brk-theme-options .accordion .card-header {
	min-height: 60px
}
.accordion [class*=-slider] {
	opacity: 1;
	-webkit-transition: opacity 1s ease-in-out .3s;
	transition: opacity 1s ease-in-out .3s
}
.accordion-rounded {
	border-radius: 20px
}
.brk-bordered-theme .accordion-rounded {
	border-radius: var(--b-radius)
}
.brk-bordered-theme .accordion-rounded .card:first-child, .brk-bordered-theme .accordion-rounded .card:first-child .card-header {
	border-top-left-radius: var(--b-radius);
	border-top-right-radius: var(--b-radius)
}
.accordion-rounded .card:first-child, .accordion-rounded .card:first-child .card-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}
.brk-bordered-theme .accordion-rounded .card:last-child, .brk-bordered-theme .accordion-rounded .card:last-child .card-block {
	border-bottom-left-radius: var(--b-radius);
	border-bottom-right-radius: var(--b-radius)
}
.accordion-rounded .card:last-child, .accordion-rounded .card:last-child .card-block {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px
}
.accordion .slider-hidden {
	position: absolute;
	opacity: 0
}
.accordion .card, .accordion .card p {
	color: #9f9f9f
}
.accordion .card+.card {
	margin-top: -1px
}
.accordion .card-header {
	min-height: 76px;
	padding: 29px 85px 29px 40px;
	position: relative
}
[dir=rtl] .accordion .card-header {
	padding: 29px 40px 29px 85px
}
.accordion .card-header-sm {
	min-height: 60px;
	padding: 22px 30px 22px 22px
}
[dir=rtl] .accordion .card-header-sm {
	padding: 22px 22px 22px 30px
}
.accordion .card-toggle-icon {
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
	width: 76px
}
[dir=rtl] .accordion .card-toggle-icon {
	right: auto;
	left: -1px
}
.accordion .card-block.all-light p {
	color: rgba(255, 255, 255, .6)
}
.accordion .arrow {
	width: 9px;
	height: 9px;
	display: block;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border-right: 2px solid var(--brand-primary);
	border-bottom: 2px solid var(--brand-primary);
	-webkit-transition: -webkit-transform ease-in-out .25s;
	transition: transform ease-in-out .25s;
	transition: transform ease-in-out .25s, -webkit-transform ease-in-out .25s;
	position: absolute;
	top: 50%;
	left: 50%
}
.accordion .expanded .arrow {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg)
}
@media (min-width:992px) {
	.accordion-slider .slider-wrapper {
		padding: 0 1px 0 38px
	}
	.accordion-slider .slick-list {
		padding: 0 130px!important
	}
}
.accordion-slider .card {
	border: 0;
	border-radius: 0
}
.accordion-slider .card.expanded .card-header {
	border-color: transparent;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .15)
}
.accordion-slider .card.expanded .card-header .card-dash {
	width: 3px;
	opacity: 1
}
.accordion-slider .card-toggle-icon {
	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .05) inset;
	background: #fafafa
}
.accordion-slider .card-toggle-icon .after, .accordion-slider .card-toggle-icon .before {
	content: '';
	background-color: var(--brand-primary);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
	-webkit-transition: -webkit-transform ease-in-out .2s;
	transition: transform ease-in-out .2s;
	transition: transform ease-in-out .2s, -webkit-transform ease-in-out .2s
}
.accordion-slider .card-toggle-icon .after {
	width: 13px;
	height: 2px
}
.accordion-slider .card-toggle-icon .before {
	height: 13px;
	width: 2px
}
.accordion-slider .card-toggle-icon:not(.collapsed) .before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}
.accordion-slider .card-toggle-icon:not(.collapsed) .after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.accordion-slider .card-title i, .accordion-slider .card-toggle-icon-title i {
	font-weight: 300;
	font-size: 16px
}
.accordion-slider .card-header {
	background: 0 0;
	border-radius: 0;
	border: 1px solid #e9e9e9;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	box-shadow: 0 0 15px 0 transparent, 0 0 5px 0 transparent
}
.accordion-slider .card-header .card-dash {
	position: absolute;
	width: 0;
	opacity: 0;
	left: -1px;
	top: -1px;
	bottom: -1px;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s
}
[dir=rtl] .accordion-slider .card-header .card-dash {
	left: auto;
	right: -1px
}
.accordion-slider .card-header h5 {
	position: relative;
	padding-left: 35px
}
[dir=rtl] .accordion-slider .card-header h5 {
	padding-left: 0;
	padding-right: 35px;
	text-align: right
}
.accordion-image .card-header h5 i, .accordion-slider .card-header h5 i, .accordion-slider-min .card-header h5 i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: -1px
}
.accordion-slider .card-block {
	padding: 53px 40px 40px;
	border: 1px solid #e9e9e9;
	border-top: none
}
@media (max-width:575px) {
	.accordion-slider .card-block {
		padding: 20px 15px 15px
	}
}
.brk-bordered-theme .accordion-simple .card:first-of-type .card-header, .brk-bordered-theme .accordion-slider .card.card:first-of-type .card-header {
	border-top-left-radius: var(--b-radius);
	border-top-right-radius: var(--b-radius);
	overflow: hidden
}
.brk-bordered-theme .accordion-simple .card:last-of-type .card-header, .brk-bordered-theme .accordion-slider .card.card:last-of-type .card-header {
	border-bottom-left-radius: var(--b-radius);
	border-bottom-right-radius: var(--b-radius);
	overflow: hidden
}
.brk-bordered-theme .accordion-slider .card.card.expanded:last-of-type .card-header {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.brk-bordered-theme .accordion-slider .card.card.expanded:last-of-type .card-block {
	border-bottom-left-radius: var(--b-radius);
	border-bottom-right-radius: var(--b-radius)
}
.accordion-image {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15)
}
.accordion-image .card {
	border: 0;
	border-radius: 0;
	margin: 0!important;
	box-shadow: none
}
.accordion-image .card:last-child .card-header {
	border-bottom: none
}
.accordion-image .card-header {
	background: 0 0;
	border-radius: 0;
	border: 0;
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	box-shadow: none;
	border-bottom: 1px solid #e9e9e9
}
.accordion-image .card-header h5 {
	position: relative;
	padding-left: 28px
}
[dir=rtl] .accordion-image .card-header h5 {
	padding-left: 0;
	padding-right: 28px;
	text-align: right
}
.accordion-image .card-title i {
	font-weight: 300;
	font-size: 18px
}
.accordion-image .card-block {
	padding: 40px;
	border-top: none;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
	position: relative;
	z-index: 2;
	overflow: hidden
}
.accordion-image .card-block img {
	width: 100%;
	height: auto
}
.accordion-image .card-block .highlight-underline {
	font-size: 21px;
	font-weight: 500;
	padding: 15px 0 8px 31px
}
.accordion-image .card-block .highlight-underline>.before {
	width: 2px;
	top: 7px;
	bottom: 4px
}
.accordion-simple .arrow {
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000
}
.accordion-simple .card-dash {
	position: absolute;
	bottom: -1px;
	height: 2px;
	right: -1px;
	left: -1px;
	opacity: 0;
	-webkit-transition: opacity ease-in-out .25s;
	transition: opacity ease-in-out .25s
}
.accordion-simple .expanded .card-dash {
	opacity: 1
}
.accordion-simple .card {
	border: 0;
	border-radius: 0
}
.accordion-simple .card-block {
	padding: 30px 0
}
.accordion-simple .card-toggle-icon {
	width: 40px
}
.accordion-simple .card-title i {
	margin-right: 10px;
	font-size: 16px
}
.accordion-simple-image .expanded .card-header {
	border-top-color: transparent
}
.accordion-simple-image .card+.card {
	margin-top: 0
}
.accordion-simple-bg .card+.card.expanded .card-header, .accordion-simple-image .card+.card.expanded .card-header {
	border-top: 1px solid #e9e9e9
}
.accordion-simple-image .card-header {
	border: 0;
	border-top: 1px solid #e9e9e9;
	background: 0 0;
	position: relative;
	border-radius: 0;
	-webkit-transition: border-top-color ease-in-out .25s;
	transition: border-top-color ease-in-out .25s;
	padding: 20px 10px
}
.accordion-simple-bg .expanded .card-header {
	border-color: transparent;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1)
}
.accordion-simple-bg .card-toggle-icon {
	width: 50px
}
.accordion-simple-bg .card+.card {
	margin-top: -1px
}
.accordion-simple-bg .card-header {
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border: 1px solid #e9e9e9;
	-webkit-transition: border-color ease-in-out .25s;
	transition: border-color ease-in-out .25s
}
.accordion-simple-rainbow p {
	letter-spacing: .5px
}
.accordion-simple-rainbow .arrow {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff
}
.accordion-simple-rainbow .expanded .card-header {
	border-color: transparent;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1)
}
.accordion-simple-rainbow .progress__count+.progress__count {
	margin-top: 36px
}
.accordion-simple-rainbow .count span {
	margin-top: -4px
}
.accordion-simple-rainbow .card-toggle-icon {
	width: 55px
}
.accordion-simple-rainbow .card-block {
	padding: 30px 0 45px
}
.accordion-simple-rainbow .card+.card {
	margin-top: -1px
}
.accordion-simple-rainbow .card-header {
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border: 0;
	-webkit-transition: border-color ease-in-out .25s;
	transition: border-color ease-in-out .25s
}
.accordion-simple-scale p {
	letter-spacing: .4px
}
.accordion-simple-scale .arrow {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 10px
}
ul.font__family-open-sans.font__size-15.line__height-30.font__weight-light.text-left.letter-spacing-30.pt-15.pb-15 li {
    /* padding-bottom: 10px; */
}
[dir=rtl] .accordion-simple-scale .arrow {
	left: auto;
	right: 10px
}
.accordion-simple-scale .expanded .card-header {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
	border: 0;
	background: #fff
}
.accordion-simple-scale .collapse, .accordion-simple-scale .collapsing {
	box-shadow: 0 0 14px 0 rgba(0, 0, 0, .1);
	margin: 0 -20px;
	z-index: 20
}
.brk-bordered-theme .accordion-simple-scale .card .collapse {
	border-radius: var(--b-radius);
	overflow: hidden
}
.accordion-simple-scale .card-block {
	z-index: 10;
	position: relative;
	background: #fff;
	padding: 30px 35px 25px
}
.accordion-simple-scale .card-toggle-icon {
	width: 60px;
	font-size: 16px;
	font-weight: 300
}
.accordion-simple-scale .card-header {
	border: 1px solid #e9e9e9;
	border-radius: 0;
	background: #fff;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s
}
.accordion-simple-scale .card-header i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.accordion-slider-min .slider-wrapper {
	padding: 0 1px 0 38px
}
.accordion-slider-min .slick-list {
	padding: 0 130px!important
}
.accordion-slider-min .card {
	border: 0;
	border-radius: 0
}
.accordion-slider-min .card-toggle-icon {
	width: 72px
}
.accordion-slider-min .card-toggle-icon .after, .accordion-slider-min .card-toggle-icon .before {
	content: '';
	background: var(--brand-primary);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(0);
	transform: translate(-50%, -50%) rotate(0);
	-webkit-transition: -webkit-transform ease-in-out .2s;
	transition: transform ease-in-out .2s;
	transition: transform ease-in-out .2s, -webkit-transform ease-in-out .2s
}
.accordion-slider-min .card-toggle-icon .after {
	width: 13px;
	height: 2px
}
.accordion-slider-min .card-toggle-icon .before {
	height: 13px;
	width: 2px
}
.accordion-slider-min .card-toggle-icon:not(.collapsed) .before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg)
}
.accordion-slider-min .card-toggle-icon:not(.collapsed) .after {
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}
.accordion-slider-min .card-header {
	background: 0 0;
	border-radius: 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 0 65px 0 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	height: 65px
}
.accordion-slider-min .card-block {
	padding: 30px 30px 40px
}
.accordion-slider-min .card-header h5, .brk-tabs .brk-tabs-content {
	position: relative
}
.brk-tabs .brk-tab-item {
	display: none
}
.brk-tabs-simple-top .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	border-bottom: 3px solid var(--text-base-color-3)
}
@media (max-width:575px) {
	.brk-tabs-simple-top .brk-tabs-nav {
		border-bottom: transparent
	}
}
.brk-tabs-simple-top .magic-line {
	position: absolute;
	bottom: -3px;
	left: 0;
	height: 3px;
	z-index: 9;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
@media (max-width:767px) {
	.brk-tabs-simple-top .magic-line {
		display: none
	}
}
.brk-tabs-simple-top .brk-tab {
	position: relative;
	height: 70px;
	line-height: 70px;
	padding: 0 32px;
	cursor: pointer;
	font-size: .9375rem;
	text-transform: uppercase;
	color: var(--brand-primary)
}
@media (max-width:991px) {
	.brk-tabs-simple-top .brk-tab {
		height: 50px;
		line-height: 50px;
		padding: 0 22px;
		font-size: .8125rem
	}
}
@media (max-width:767px) {
	.brk-tabs-simple-top .brk-tab:before {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 3px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
	}
}
@media (max-width:575px) {
	.brk-tabs-simple-top .brk-tab {
		height: 38px;
		line-height: 38px;
		padding: 0 22px;
		font-size: .8125rem;
		width: 100%;
		flex-basis: 100%;
		border-bottom: 3px solid var(--text-base-color-3)
	}
}
.brk-tabs-simple-top .brk-tab span {
	margin-left: 12px
}
.brk-tabs-side-left .brk-tab i, .brk-tabs-simple-bottom .brk-tab i, .brk-tabs-simple-top .brk-tab i {
	vertical-align: 0;
	font-weight: 400
}
.brk-tabs-simple-top .brk-tabs-content {
	padding: 45px 0 0
}
.brk-tabs-simple-top .brk-tab-item {
	text-align: left
}
.brk-tabs-simple-top .brk-tab-item span {
	display: inline-block
}
.brk-tabs-simple-bottom .brk-tab-item.active, .brk-tabs-simple-top .brk-tab-item.active {
	display: block
}
.brk-tabs-simple-bottom {
	position: relative;
	padding-bottom: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-tabs-simple-bottom .brk-tabs-nav {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-ordinal-group: 3;
	order: 2;
	position: relative;
	border-top: 3px solid var(--text-base-color-3)
}
@media (max-width:575px) {
	.brk-tabs-simple-bottom .brk-tabs-nav {
		border-top: transparent
	}
}
.brk-tabs-simple-bottom .magic-line {
	position: absolute;
	top: -3px;
	left: 0;
	height: 3px;
	z-index: 9;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
@media (max-width:767px) {
	.brk-tabs-simple-bottom .magic-line {
		display: none
	}
}
.brk-tabs-simple-bottom .brk-tab {
	position: relative;
	height: 70px;
	line-height: 70px;
	padding: 0 32px;
	cursor: pointer;
	font-size: .9375rem;
	text-transform: uppercase;
	color: var(--brand-primary)
}
@media (max-width:991px) {
	.brk-tabs-simple-bottom .brk-tab {
		height: 50px;
		line-height: 50px;
		padding: 0 22px;
		font-size: .8125rem
	}
}
@media (max-width:767px) {
	.brk-tabs-simple-bottom .brk-tab:before {
		content: '';
		position: absolute;
		left: 50%;
		top: -3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 3px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
	}
}
@media (max-width:575px) {
	.brk-tabs-simple-bottom .brk-tab {
		height: 38px;
		line-height: 38px;
		padding: 0 22px;
		font-size: .8125rem;
		width: 100%;
		flex-basis: 100%;
		border-top: 3px solid var(--text-base-color-3)
	}
}
.brk-tabs-simple-bottom .brk-tab span {
	margin-left: 12px
}
.brk-tabs-simple-bottom .brk-tabs-content {
	padding: 0 0 20px;
	-webkit-box-ordinal-group: 2;
	order: 1
}
.brk-tabs-simple-bottom .brk-tab-item {
	text-align: left
}
.brk-tabs-side-left .brk-tab-item span, .brk-tabs-side-right .brk-tab-item span, .brk-tabs-simple-bottom .brk-tab-item span {
	display: inline-block
}
.brk-tabs-icon-left, .brk-tabs-icon-right, .brk-tabs-side-left, .brk-tabs-side-right {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.brk-tabs-side-left .brk-tabs-nav {
	flex-basis: 270px;
	width: 270px
}
@media (max-width:991px) {
	.brk-tabs-side-left .brk-tabs-nav {
		flex-basis: 52px;
		width: 52px
	}
}
.brk-tabs-side-left .brk-tab, .brk-tabs-side-left .brk-tab .after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-side-left .brk-tab {
	line-height: 52px;
	padding: 0 10px 0 23px;
	cursor: pointer;
	font-size: .9375rem;
	text-transform: uppercase;
	text-align: left;
	color: var(--brand-primary);
	position: relative;
	height: 52px
}
@media (max-width:991px) {
	.brk-tabs-side-left .brk-tab {
		padding: 0;
		width: 100%
	}
}
.brk-tabs-side-left .brk-tab .after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to bottom, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
.brk-tabs-side-left .brk-tab.active, .brk-tabs-side-left .brk-tab:hover {
	background-color: var(--text-base-color-3)
}
.brk-tabs-side-left .brk-tab.active .after, .brk-tabs-side-left .brk-tab:hover .after, .brk-tabs-side-right .brk-tab.active .after, .brk-tabs-side-right .brk-tab:hover .after {
	height: 100%
}
.brk-tabs-side-left .brk-tab span:not(.after) {
	margin-left: 12px
}
@media (max-width:991px) {
	.brk-tabs-side-left .brk-tab span:not(.after) {
		display: none
	}
}
@media (max-width:991px) {
	.brk-tabs-side-left .brk-tab i {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
.brk-tabs-side-left .brk-tabs-content {
	flex-basis: -webkit-calc(100% - 300px);
	flex-basis: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px)
}
@media (max-width:991px) {
	.brk-tabs-side-left .brk-tabs-content {
		flex-basis: -webkit-calc(100% - 72px);
		flex-basis: calc(100% - 72px);
		width: -webkit-calc(100% - 72px);
		width: calc(100% - 72px)
	}
}
.brk-tabs-side-left .brk-tab-item.active {
	display: block
}
.brk-tabs-side-right .brk-tabs-nav {
	flex-basis: 270px;
	width: 270px;
	-webkit-box-ordinal-group: 3;
	order: 2
}
@media (max-width:991px) {
	.brk-tabs-side-right .brk-tabs-nav {
		flex-basis: 52px;
		width: 52px
	}
}
.brk-tabs-side-right .brk-tab, .brk-tabs-side-right .brk-tab .after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-side-right .brk-tab {
	line-height: 52px;
	padding: 0 23px 0 10px;
	cursor: pointer;
	font-size: .9375rem;
	text-transform: uppercase;
	text-align: right;
	color: var(--brand-primary);
	position: relative;
	height: 52px
}
@media (max-width:991px) {
	.brk-tabs-side-right .brk-tab {
		padding: 0;
		width: 100%
	}
}
.brk-tabs-side-right .brk-tab .after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3px;
	height: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to bottom, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
.brk-tabs-side-right .brk-tab.active, .brk-tabs-side-right .brk-tab:hover {
	background-color: var(--text-base-color-3)
}
.brk-tabs-side-right .brk-tab span:not(.after) {
	margin-right: 12px
}
@media (max-width:991px) {
	.brk-tabs-side-right .brk-tab span:not(.after) {
		display: none
	}
}
.brk-tabs-side-right .brk-tab i {
	vertical-align: 0;
	font-weight: 400
}
@media (max-width:991px) {
	.brk-tabs-side-right .brk-tab i {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
.brk-tabs-side-right .brk-tabs-content {
	flex-basis: -webkit-calc(100% - 300px);
	flex-basis: calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	-webkit-box-ordinal-group: 2;
	order: 1
}
@media (max-width:991px) {
	.brk-tabs-side-right .brk-tabs-content {
		flex-basis: -webkit-calc(100% - 72px);
		flex-basis: calc(100% - 72px);
		width: -webkit-calc(100% - 72px);
		width: calc(100% - 72px)
	}
}
.brk-tabs-side-right .brk-tab-item.active {
	display: block
}
.brk-tabs-icon-left .brk-tabs-nav {
	flex-basis: 60px;
	width: 60px;
	background-color: var(--text-base-color-3)
}
.brk-tabs-icon-left .brk-tab, .brk-tabs-icon-left .brk-tab span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-icon-left .brk-tab {
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 1.125rem;
	color: var(--brand-primary)
}
.brk-tabs-icon-left .brk-tab span, .brk-tabs-icon-left .brk-tab.active, .brk-tabs-icon-left .brk-tab:hover {
	background-color: var(--brand-primary)
}
.brk-tabs-icon-left .brk-tab.active i, .brk-tabs-icon-left .brk-tab:hover i, .brk-tabs-icon-right .brk-tab.active i, .brk-tabs-icon-right .brk-tab:hover i {
	color: var(--white)
}
.brk-tabs-icon-left .brk-tab:hover span, .brk-tabs-icon-right .brk-tab:hover span {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible
}
.brk-tabs-icon-left .brk-tab span {
	position: absolute;
	left: 82px;
	right: auto;
	top: 50%;
	font-size: .9375rem;
	line-height: 42px;
	display: block;
	padding: 0 25px;
	height: 42px;
	white-space: nowrap;
	-webkit-transform: translate(-82px, -50%);
	transform: translate(-82px, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	color: var(--white)
}
@media (min-width:1400px) {
	.brk-tabs-icon-left .brk-tab span {
		right: 82px;
		left: auto;
		-webkit-transform: translate(82px, -50%);
		transform: translate(82px, -50%)
	}
}
.brk-tabs-icon-left .brk-tab span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -8px;
	right: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid var(--brand-primary)
}
@media (min-width:1400px) {
	.brk-tabs-icon-left .brk-tab span:before {
		right: -8px;
		left: auto;
		border-right: none!important;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid var(--brand-primary)
	}
}
.brk-tabs-bottom-bottom .brk-tab i, .brk-tabs-bottom-top .brk-tab i, .brk-tabs-icon-left .brk-tab i, .brk-tabs-icon-right .brk-tab i, .brk-tabs-parallax .brk-tab i, .brk-tabs-simple .brk-tab i, .brk-tabs-smooth .brk-tab i {
	vertical-align: 0;
	font-weight: 400
}
.brk-tabs-icon-left .brk-tabs-content {
	flex-basis: -webkit-calc(100% - 90px);
	flex-basis: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px)
}
.brk-tabs-icon-left .brk-tab-item {
	text-align: left
}
.brk-tabs-icon-left .brk-tab-item span {
	display: inline-block
}
.brk-tabs-icon-left .brk-tab-item.active {
	display: block
}
.brk-tabs-icon-right .brk-tabs-nav {
	flex-basis: 60px;
	width: 60px;
	-webkit-box-ordinal-group: 3;
	order: 2;
	background-color: var(--text-base-color-3)
}
.brk-tabs-icon-right .brk-tab, .brk-tabs-icon-right .brk-tab span {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-icon-right .brk-tab {
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 1.125rem;
	color: var(--brand-primary)
}
.brk-tabs-icon-right .brk-tab span, .brk-tabs-icon-right .brk-tab.active, .brk-tabs-icon-right .brk-tab:hover {
	background-color: var(--brand-primary)
}
.brk-tabs-icon-right .brk-tab span {
	position: absolute;
	left: auto;
	right: 82px;
	top: 50%;
	font-size: .9375rem;
	line-height: 42px;
	display: block;
	padding: 0 25px;
	height: 42px;
	white-space: nowrap;
	-webkit-transform: translate(82px, -50%);
	transform: translate(82px, -50%);
	opacity: 0;
	visibility: hidden;
	color: var(--white)
}
@media (min-width:1400px) {
	.brk-tabs-icon-right .brk-tab span {
		right: auto;
		left: 82px;
		-webkit-transform: translate(-82px, -50%);
		transform: translate(-82px, -50%)
	}
}
.brk-tabs-icon-right .brk-tab span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: -8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid var(--brand-primary)
}
@media (min-width:1400px) {
	.brk-tabs-icon-right .brk-tab span:before {
		right: auto;
		left: -8px;
		border-left: none!important;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-right: 8px solid var(--brand-primary)
	}
}
.brk-tabs-icon-right .brk-tabs-content {
	flex-basis: -webkit-calc(100% - 90px);
	flex-basis: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
	width: calc(100% - 90px);
	-webkit-box-ordinal-group: 2;
	order: 1
}
.brk-tabs-icon-right .brk-tab-item {
	text-align: left
}
.brk-tabs-icon-right .brk-tab-item span {
	display: inline-block
}
.brk-tabs-icon-right .brk-tab-item.active {
	display: block
}
.brk-tabs-bottom-top {
	background-color: var(--white)
}
.brk-tabs-bottom-top .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.brk-tabs-bottom-top .magic-line {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
@media (max-width:991px) {
	.brk-tabs-bottom-top .magic-line {
		display: none
	}
}
.brk-tabs-bottom-top .brk-tab {
	position: relative;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	text-align: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	cursor: pointer;
	font-size: 1rem;
	text-transform: uppercase;
	color: var(--brand-primary);
	border: 1px solid #f1f1f1;
	border-left-color: transparent;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
@media (max-width:991px) {
	.brk-tabs-bottom-top .brk-tab {
		height: 50px;
		line-height: 50px;
		padding: 0 22px;
		font-size: .8125rem
	}
	.brk-tabs-bottom-top .brk-tab:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 0;
		height: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index: -1;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
	}
}
@media (max-width:767px) {
	.brk-tabs-bottom-top .brk-tab {
		border-left-color: #f1f1f1!important
	}
}
@media (max-width:575px) {
	.brk-tabs-bottom-top .brk-tab {
		height: 38px;
		line-height: 38px;
		padding: 0 22px;
		font-size: .8125rem;
		width: 100%;
		flex-basis: 100%;
		border-top-color: transparent
	}
}
.brk-tabs-bottom-top .brk-tab:first-child {
	border-left: 1px solid #f1f1f1
}
@media (max-width:575px) {
	.brk-tabs-bottom-top .brk-tab:first-child {
		border-top-color: #f1f1f1!important
	}
}
.brk-tabs-bottom-top .brk-tab.active, .brk-tabs-bottom-top .brk-tab:hover {
	color: var(--white)
}
.brk-tabs-bottom-bottom .brk-tab.active:before, .brk-tabs-bottom-bottom .brk-tab:hover:before, .brk-tabs-bottom-top .brk-tab.active:before, .brk-tabs-bottom-top .brk-tab:hover:before, .brk-testimonials-dash-two__dots-img img {
	width: 100%;
	height: 100%
}
@media (min-width:992px) {
	.brk-tabs-bottom-top .brk-tab.no-hover {
		color: var(--brand-primary)
	}
}
.brk-tabs-bottom-bottom .brk-tab span, .brk-tabs-bottom-top .brk-tab span, .brk-tabs-parallax .brk-tab span {
	margin-left: 12px
}
.brk-tabs-bottom-top .brk-tabs-content {
	padding: 70px;
	border: 1px solid #f1f1f1;
	border-top: transparent
}
@media (max-width:991px) {
	.brk-tabs-bottom-top .brk-tabs-content {
		padding: 30px 20px
	}
}
.brk-tabs-bottom-top .brk-tab-item {
	text-align: left
}
.brk-tabs-bottom-top .brk-tab-item.active {
	display: block
}
.brk-tabs-bottom-bottom {
	background-color: var(--white);
	position: relative;
	padding-bottom: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-tabs-bottom-bottom .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	-webkit-box-ordinal-group: 3;
	order: 2
}
.brk-tabs-bottom-bottom .magic-line {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
@media (max-width:991px) {
	.brk-tabs-bottom-bottom .magic-line {
		display: none
	}
}
.brk-tabs-bottom-bottom .brk-tab {
	position: relative;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	text-align: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	cursor: pointer;
	font-size: 1rem;
	text-transform: uppercase;
	z-index: 3;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--brand-primary);
	border: 1px solid #f1f1f1;
	border-left-color: transparent
}
@media (max-width:991px) {
	.brk-tabs-bottom-bottom .brk-tab {
		height: 50px;
		line-height: 50px;
		padding: 0 22px;
		font-size: .8125rem
	}
	.brk-tabs-bottom-bottom .brk-tab:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 0;
		height: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index: -1;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
	}
}
@media (max-width:767px) {
	.brk-tabs-bottom-bottom .brk-tab {
		border-left-color: #f1f1f1!important
	}
}
@media (max-width:575px) {
	.brk-tabs-bottom-bottom .brk-tab {
		height: 38px;
		line-height: 38px;
		padding: 0 22px;
		font-size: .8125rem;
		width: 100%;
		flex-basis: 100%;
		border-top-color: transparent
	}
}
.brk-tabs-bottom-bottom .brk-tab:first-child {
	border-left: 1px solid #f1f1f1
}
@media (max-width:575px) {
	.brk-tabs-bottom-bottom .brk-tab:first-child {
		border-top-color: #f1f1f1!important
	}
}
.brk-tabs-bottom-bottom .brk-tab.active, .brk-tabs-bottom-bottom .brk-tab:hover {
	color: var(--white)
}
@media (min-width:992px) {
	.brk-tabs-bottom-bottom .brk-tab.no-hover {
		color: var(--brand-primary)
	}
}
.brk-tabs-bottom-bottom .brk-tabs-content {
	padding: 70px;
	-webkit-box-ordinal-group: 2;
	order: 1;
	border: 1px solid #f1f1f1;
	border-bottom: transparent
}
@media (max-width:991px) {
	.brk-tabs-bottom-bottom .brk-tabs-content {
		padding: 30px 20px
	}
}
.brk-tabs-bottom-bottom .brk-tab-item {
	text-align: left
}
.brk-tabs-bottom-bottom .brk-tab-item.active {
	display: block
}
.brk-tabs-parallax, .brk-tabs-smooth {
	position: relative;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}
.brk-tabs-parallax {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-tabs-parallax .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	z-index: 2;
	-webkit-box-ordinal-group: 3;
	order: 2
}
.brk-tabs-parallax .magic-line {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	z-index: 9;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
@media (max-width:991px) {
	.brk-tabs-parallax .magic-line {
		display: none
	}
}
.brk-tabs-parallax .brk-tab {
	position: relative;
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	text-align: center;
	-webkit-box-flex: 1;
	flex-grow: 1;
	display: block;
	cursor: pointer;
	font-size: .9375rem;
	text-transform: uppercase;
	box-shadow: 0 -10px 14px rgba(0, 0, 0, .06);
	color: var(--brand-primary);
	background-color: var(--white)
}
.brk-tabs-parallax .brk-tab_dark {
	color: var(--brk-base-3)
}
@media (max-width:991px) {
	.brk-tabs-parallax .brk-tab {
		height: 50px;
		line-height: 50px;
		padding: 0 22px;
		font-size: .8125rem
	}
	.brk-tabs-parallax .brk-tab:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 0;
		z-index: 9;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
	}
}
@media (max-width:575px) {
	.brk-tabs-parallax .brk-tab {
		height: 38px;
		line-height: 38px;
		padding: 0 22px;
		font-size: .8125rem;
		width: 100%;
		flex-basis: 100%
	}
}
.brk-tabs-parallax .brk-tab.active:before, .brk-tabs-parallax .brk-tab:hover:before {
	height: 3px
}
.brk-tabs-parallax .brk-tabs-content {
	position: relative;
	z-index: 1;
	-webkit-box-ordinal-group: 2;
	order: 1
}
.brk-tabs-parallax .brk-tab-item {
	text-align: left;
	padding: 70px;
	position: relative
}
@media (max-width:991px) {
	.brk-tabs-parallax .brk-tab-item {
		padding: 30px 20px
	}
}
.brk-tabs-parallax .brk-tab-item .layer-fix {
	position: absolute;
	right: 70px;
	bottom: -40px
}
@media (max-width:991px) {
	.brk-tabs-parallax .brk-tab-item .layer-fix {
		display: none
	}
}
.brk-tabs-parallax .brk-tab-item span {
	display: inline-block
}
.brk-tabs-parallax .brk-tab-item.active, .brk-tabs-smooth .brk-tab span {
	display: block
}
.brk-tabs-smooth {
	border-radius: 26px;
	overflow: hidden;
	background-color: var(--white)
}
.brk-tabs-smooth .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	background: no-repeat center center;
	background-size: cover;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
	border-bottom: 3px solid var(--brk-secondary-3)
}
@media (max-width:991px) {
	.brk-tabs-smooth .brk-tabs-nav {
		padding: 10px 0
	}
}
.brk-tabs-smooth .brk-tabs-nav:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brk-base-3-rgb), .92)), to(rgba(var(--brk-secondary-3-rgb), .92)));
	background-image: linear-gradient(to right, rgba(var(--brk-base-3-rgb), .92), rgba(var(--brk-secondary-3-rgb), .92))
}
.brk-tabs-smooth .brk-tab, .brk-tabs-smooth .brk-tab:after {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-smooth .brk-tab {
	line-height: 100px;
	padding: 0 20px;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 300;
	text-transform: uppercase;
	z-index: 2;
	color: rgba(var(--white-rgb), .4);
	position: relative;
	height: 100px
}
@media (max-width:991px) {
	.brk-tabs-smooth .brk-tab {
		height: 40px;
		line-height: 40px;
		padding: 0 8px;
		font-size: .875rem
	}
}
.brk-tabs-smooth .brk-tab:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	bottom: -9px;
	opacity: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid var(--brk-secondary-4)
}
@media (max-width:991px) {
	.brk-tabs-smooth .brk-tab:after {
		display: none
	}
}
.brk-tabs-smooth .brk-tab.active, .brk-tabs-smooth .brk-tab:hover {
	color: var(--white)
}
.brk-tabs-smooth .brk-tab.active:after, .brk-tabs-smooth .brk-tab:hover:after {
	opacity: 1
}
.brk-tabs-smooth .brk-tabs-content {
	padding: 40px
}
@media (max-width:991px) {
	.brk-tabs-smooth .brk-tabs-content {
		padding: 20px
	}
}
.brk-tabs-smooth .brk-tab-item {
	text-align: left
}
.brk-tabs-smooth .brk-tab-item span {
	display: inline-block
}
.brk-tabs-smooth .brk-tab-item.active {
	display: block
}
.brk-tabs-hovers, .brk-tabs-simple .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}
@media (max-width:991px) {
	.brk-tabs-hovers, .brk-tabs-simple .brk-tabs-nav {
	display: unset;
}
}
.brk-tabs-simple .brk-tab {
	position: relative;
	width: auto;
	text-align: center;
	min-width: 150px;
	height: 68px;
	line-height: 68px;
	padding: 0 19px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 -10px 14px rgba(0, 0, 0, .06);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 8px;
	color: var(--brand-primary);
	background-color: #fdfdfd;
}

@media (max-width:991px) {
	.brk-tabs-simple .brk-tab {
		min-width: 1px;
		height: 58px;
		line-height: 58px;
		font-size: .8125rem;
		font-weight: 500;
		margin-top: 0;
		z-index: 10
	}
}
.brk-tabs-simple .brk-tab:after {
	left: 50%;
	width: 0;
	height: 3px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-secondary-3-rgb), .94)));
	background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-secondary-3-rgb), .94))
}
.brk-tabs-simple .brk-tab.active, .brk-tabs-simple .brk-tab:hover {
	height: 76px;
	margin-top: 0;
	padding-top: 8px;
	z-index: 9;
	background-color: var(--white);
}
@media (max-width:991px) {
	.brk-tabs-simple .brk-tab.active, .brk-tabs-simple .brk-tab:hover {
		height: 58px;
		padding-top: 0
	}
}
.brk-tabs-simple .brk-tab.active:after, .brk-tabs-simple .brk-tab:hover:after {
	width: 100%
}
.brk-tabs-simple .brk-tab span {
	margin-left: 12px
}
.brk-tabs-simple .brk-tabs-content {
	padding: 40px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-color: var(--white)
}
@media (max-width:991px) {
	.brk-tabs-simple .brk-tabs-content {
		padding: 20px
	}
}
.brk-pricing-shop__description ul, .brk-tabs-simple .brk-tab-item {
	text-align: left
}
.brk-tabs-simple .brk-tab-item span {
	display: inline-block
}
.brk-tabs-simple .brk-tab-item.active {
	display: block
}
.brk-tabs-hovers {
	position: relative;
	-webkit-box-pack: justify;
	justify-content: space-between
}
.brk-tabs-hovers_style-1 .brk-tabs-nav {
	background-color: #f9fbff;
	box-shadow: inset -2px 0 10px rgba(0, 0, 0, .06), inset 0 0 5px rgba(0, 0, 0, .01);
	padding-top: 26px
}
.brk-tabs-hovers_style-1 .brk-tab {
	font-size: .875rem;
	line-height: 48px;
	text-transform: uppercase;
	padding-left: 29px;
	position: relative;
	z-index: 1
}
[dir=rtl] .brk-tabs-hovers_style-1 .brk-tab {
	padding-left: 0;
	padding-right: 29px
}
.brk-tabs-hovers_style-1 .brk-tab:before, .brk-tabs-hovers_style-2 .brk-tab:before, .brk-tabs-simple .brk-tab:after {
	content: '';
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-hovers_style-1 .brk-tab:before {
	bottom: 0;
	right: -5px;
	opacity: 0;
	z-index: -1;
	background-color: #f3f7ff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
	left: -5px
}
.brk-tabs-hovers_style-1 .brk-tab i {
	vertical-align: 0;
	position: relative;
	top: -1px;
	margin-right: 22px;
	color: #c1c1c1
}
[dir=rtl] .brk-tabs-hovers_style-1 .brk-tab i {
	margin-right: 0;
	margin-left: 22px
}
.brk-tabs-hovers_style-1 .brk-tab.current:before, .brk-tabs-hovers_style-1 .brk-tab:hover:before {
	opacity: 1
}
.brk-tabs-hovers_style-1 .brk-tab.current i, .brk-tabs-hovers_style-1 .brk-tab:hover i {
	color: var(--brand-primary)
}
.brk-tabs-hovers_style-2 .brk-tabs-nav {
	padding-top: 15px;
	border-right: 1px solid rgba(0, 0, 0, .1)
}
.brk-tabs-hovers_style-2 .brk-tab {
	font-size: .75rem;
	line-height: 42px;
	text-transform: uppercase;
	padding-left: 28px
}
[dir=rtl] .brk-tabs-hovers_style-2 .brk-tab {
	padding-left: 0;
	padding-right: 28px
}
.brk-tabs-hovers_style-2 .brk-tab:before {
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--brk-base-6)
}
.brk-tabs-hovers_style-2 .brk-tab i {
	line-height: inherit;
	margin-right: 15px
}
[dir=rtl] .brk-tabs-hovers_style-2 .brk-tab i {
	margin-right: 0;
	margin-left: 15px
}
.brk-tabs-hovers_style-2 .brk-tab.current, .brk-tabs-hovers_style-2 .brk-tab:hover {
	background-color: #f7f7f7
}
.brk-tabs-hovers_style-2 .brk-tab.current:before, .brk-tabs-hovers_style-2 .brk-tab:hover:before {
	width: 2px
}
.brk-tabs-hovers .brk-tabs-nav {
	flex-basis: 100%;
	width: 100%
}
@media (min-width:991px) {
	.brk-tabs-hovers .brk-tabs-nav {
		flex-basis: 315px;
		width: 315px;
		text-align: left
	}
	[dir=rtl] .brk-tabs-hovers .brk-tabs-nav {
		text-align: right
	}
}
.brk-tabs-hovers .brk-tab {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 3;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-tabs-hovers .brk-tabs-content {
	flex-basis: 100%;
	width: 100%
}
@media (min-width:991px) {
	.brk-tabs-hovers .brk-tabs-content {
		flex-basis: -webkit-calc(100% - 315px);
		flex-basis: calc(100% - 315px);
		width: -webkit-calc(100% - 315px);
		width: calc(100% - 315px)
	}
}
.brk-tabs-hovers__duplicate-icon {
	position: absolute;
	bottom: -11px;
	left: -24px;
	z-index: 1
}
[dir=rtl] .brk-tabs-hovers__duplicate-icon {
	left: auto;
	right: -24px
}
.brk-tabs-hovers__duplicate-icon i {
	font-size: 16rem;
	line-height: 200px;
	color: rgba(157, 190, 255, .1)
}
@media (max-width:1500px) {
	.brk-tabs-hovers__duplicate-icon i {
		font-size: 11.875rem;
		line-height: 150px
	}
}
@media (max-width:991px) {
	.brk-tabs-hovers__duplicate-icon {
		display: none
	}
}
.brk-tabs-simple-smooth {
	display: -webkit-box;
	display: flex
}
.brk-tabs-simple-smooth .brk-tabs-nav {
	min-width: 200px;
	flex-shrink: 0;
	text-align: right
}
.brk-tabs-simple-smooth .brk-tab {
	cursor: pointer;
	margin-bottom: 27px;
	color: #b6b6b6
}
.brk-tabs-simple-smooth .brk-tab.active, .brk-tabs-simple-smooth .brk-tab:hover {
	color: var(--brk-base-3)
}
.brk-tabs-simple-smooth .brk-tabs-content {
	text-align: left;
	margin-left: 45px
}
@media screen and (max-width:992px) {
	.brk-tabs-simple-smooth .brk-tabs-nav {
		min-width: 1px
	}
}
@media screen and (max-width:768px) {
	.brk-tabs-simple-smooth {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.brk-tabs-simple-smooth .brk-tabs-nav {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.brk-tabs-simple-smooth .brk-tabs-content {
		margin-left: 0!important
	}
}
.brk-tabs_canted .brk-tabs-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-flex: 1;
	flex-grow: 1;
	border-bottom: 1px solid #ebebeb
}
@media screen and (max-width:768px) {
	.brk-tabs_canted .brk-tabs-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		border: 0
	}
}
.brk-tabs_canted .brk-tab {
	padding: 18px 50px 17px;
	margin-left: -35px;
	-webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%);
	clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%);
	cursor: pointer;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	opacity: .3
}
.brk-tabs_canted .brk-tab:first-child {
	border-top-left-radius: 5px;
	-webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 0% 100%);
	padding-left: 33px;
	margin-left: 0
}
.brk-tabs_canted .brk-tab:last-child {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 35px 100%);
	border-top-right-radius: 5px;
	padding-right: 30px
}
.brk-tabs_canted .brk-tab.active, .brk-tabs_canted .brk-tab:hover {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f4f8), to(#f0f2f8));
	background-image: linear-gradient(to top, #f2f4f8 0%, #f0f2f8 100%);
	opacity: 1
}
@media screen and (max-width:768px) {
	.brk-tabs_canted .brk-tab {
		margin-left: 0;
		text-align: center;
		-webkit-clip-path: polygon(0 0, -webkit-calc(100% - 35px) 0, 100% 100%, 35px 100%)!important;
		clip-path: polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%)!important
	}
}
@supports not ((-webkit-clip-path:polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%)) or (clip-path:polygon(0 0, calc(100% - 35px) 0, 100% 100%, 35px 100%))) {
	.brk-tabs_canted .brk-tab {
		margin-left: 0
	}
	.brk-tabs_canted .brk-tab:first-child, .brk-tabs_canted .brk-tab:last-child {
		padding: 18px 50px 17px
	}
}
.brk-tabs_rounded {
	position: relative
}
.brk-tabs_rounded .brk-tabs-nav {
	min-height: 58px;
	margin-top: -58px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2);
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 30px;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 1
}
.brk-tabs_rounded .brk-tabs-content {
	padding-top: 71px;
	padding-bottom: 40px;
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .08)
}
.brk-tabs_rounded .brk-tabs-content__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: -2
}
.brk-tabs_rounded .brk-tab:before, .brk-tabs_rounded .brk-tabs-content__overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.brk-tabs_rounded .brk-tab {
	height: 50px;
	opacity: .4;
	position: relative;
	color: var(--brand-primary);
	-webkit-transition: .3s ease color, .3s ease opacity, .3s ease box-shadow;
	transition: .3s ease color, .3s ease opacity, .3s ease box-shadow;
	cursor: pointer;
	z-index: 1;
	border-radius: 25px
}
@media screen and (max-width:992px) {
	.brk-tabs_rounded .brk-tab {
		width: 100%;
		-webkit-box-pack: center;
		justify-content: center
	}
}
.brk-tabs_rounded .brk-tab i {
	margin-right: 10px;
	margin-top: -4px
}
.brk-tabs_rounded .brk-tab:before {
	content: "";
	background-color: #fff;
	border-radius: 25px;
	-webkit-transition: .3s ease background-color;
	transition: .3s ease background-color
}
.brk-tabs_rounded .brk-tab:hover {
	opacity: 1
}
.brk-tabs_rounded .brk-tab.active {
	opacity: 1;
	color: #fff;
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5)
}
.brk-tabs_rounded .brk-tab.active:before {
	background-color: var(--brand-primary)
}
.brk-tabs_rounded .brk-tab-item, .btn {
	z-index: 1
}
.brk-tabs_rounded .slick-list {
	margin-left: -15px;
	margin-right: -15px
}
.brk-tabs_rounded .slick-slide {
	padding: 25px 15px
}
.brk-tabs_rounded .brk-slider__control {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}
.brk-tabs_rounded .brk-slider__next, .brk-tabs_rounded .brk-slider__prev {
	padding: 5px 7px;
	cursor: pointer;
	margin-top: -4px
}
.brk-tabs_rounded .brk-slider__prev {
	-webkit-box-ordinal-group: 0;
	order: -1;
	margin-right: -45px;
	z-index: 10
}
.brk-tabs_rounded .brk-slider__next {
	-webkit-box-ordinal-group: 3;
	order: 2;
	margin-left: -45px;
	z-index: 10
}
.brk-tabs_rounded .slick-dots {
	position: relative;
	-webkit-transform: none;
	transform: none;
	left: auto;
	max-width: none;
	padding: 0 50px
}
.btn {
	display: inline-block;
	text-align: center;
	line-height: inherit;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px
}
.btn-shadow {
	box-shadow: 0 5px 10px -2px var(--brk-base-1)!important
}
.btn-dark-shadow {
	box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .4)!important
}
.btn-no-shadow {
	box-shadow: none!important
}
.invert, .invert .bsk-btn {
	color: #fff!important
}
.btn-min-width-200 {
	min-width: 200px
}
@media screen and (max-width:767px) {
	.btn-xs-max-width {
		width: 100%
	}
}
.btn-sm {
	padding: 4px 22px
}
.btn-sm, .btn-sm i.icon-inside, .btn-sm-1, .btn-sm-1 i.icon-inside {
	font-size: 13px
}
.btn-sm.btn-inside-out>.before {
	padding-top: 4px
}
.btn-sm-1.btn-simple, .btn-sm.btn-simple {
	min-width: 130px
}
.btn-sm-1 {
	padding: 8px 26px
}
.btn-sm-1.btn-inside-out>.before {
	padding-top: 8px
}
.btn-md {
	padding: 10px 33px
}
.btn-md, .btn-md i.icon-inside, .btn-md-1, .btn-md-1 i.icon-inside {
	font-size: 14px
}
.btn-md-1.btn-inside-out>.before, .btn-md.btn-inside-out>.before {
	padding-top: 10px
}
.btn-md-1 {
	letter-spacing: 3.5px;
	min-height: 44px
}
.btn-md-1, .btn-md-2 {
	padding: 10px 33px
}
.btn-lg, .btn-lg i.icon-inside, .btn-md-2, .btn-md-2 i.icon-inside {
	font-size: 16px
}
.btn-md-2.btn-inside-out>.before {
	padding-top: 12px
}
.btn-lg {
	padding: 15px 33px
}
.btn-lg.btn-inside-out>.before {
	padding-top: 15px
}
.btn-xl {
	padding: 17px 42px
}
.btn-xl, .btn-xl i.icon-inside {
	font-size: 19px
}
.btn-xl.btn-inside-out>.before {
	padding-top: 17px
}
.btn__full_width {
	width: 100%
}
.btn [class*=fa-].icon-left {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 3
}
.border-radius-50 {
	border-radius: 50px
}
.border-radius-30 {
	border-radius: 30px
}
.border-radius-25, .border-radius-25.btn-ice .btn-text, .border-radius-25.btn-ice .left-border, .border-radius-25.btn-prime .border-btn, .border-radius-25.btn-slice span, .border-radius-25.btn-two-bg .after, .border-radius-25.btn-two-bg .before {
	border-radius: 25px
}
.border-radius-25.btn-lightning span.bg {
	border-radius: 22px
}
.border-radius-10, .border-radius-10.btn-ice .btn-text, .border-radius-10.btn-ice .left-border, .border-radius-10.btn-prime .border-btn, .border-radius-10.btn-slice span, .border-radius-10.btn-two-bg .after, .border-radius-10.btn-two-bg .before {
	border-radius: 10px
}
.border-radius-10.btn-lightning span.bg {
	border-radius: 7px
}
.border-radius-5, .border-radius-5.btn-ice .btn-text, .border-radius-5.btn-ice .left-border, .border-radius-5.btn-prime .border-btn, .border-radius-5.btn-slice span, .border-radius-5.btn-two-bg .after, .border-radius-5.btn-two-bg .before {
	border-radius: 5px
}
.border-radius-5.btn-lightning span.bg {
	border-radius: 2px
}
.border-radius-0, .border-radius-0.btn-ice .btn-text, .border-radius-0.btn-ice .left-border, .border-radius-0.btn-lightning span.bg, .border-radius-0.btn-prime .border-btn, .border-radius-0.btn-slice span, .border-radius-0.btn-two-bg .after, .border-radius-0.btn-two-bg .before {
	border-radius: 0
}
.btn-box {
	text-align: center
}
.btn-box+.btn-box {
	margin-top: 49px
}
.brk-bordered-theme .btn, .brk-bordered-theme .btn.btn-ice .btn-text, .brk-bordered-theme .btn.btn-ice .left-border, .brk-bordered-theme .btn.btn-lightning span.bg, .brk-bordered-theme .btn.btn-prime .border-btn, .brk-bordered-theme .btn.btn-slice span, .brk-bordered-theme .btn.btn-two-bg .after, .brk-bordered-theme .btn.btn-two-bg .before {
	border-radius: var(--b-radius)
}
.btn:focus {
	box-shadow: none
}
.btn [class*=fa-] {
	margin-right: 10px;
	vertical-align: baseline
}
[dir=rtl] .btn [class*=fa-] {
	margin-right: 0;
	margin-left: 10px
}
.btn-icon:after, .btn-icon:before {
	padding-left: 10px
}
.btn-icon [class*=fa-] {
	position: relative;
	color: #fff;
	font-size: 16px;
	z-index: 1
}
.btn-icon-right i, .btn.btn-icon-abs [class*=fa-] {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.btn-icon-right i {
	position: absolute!important;
	right: 20px;
	margin-right: 0!important
}
.btn-icon-right:after, .btn-icon-right:before {
	padding-left: 0
}
.btn.btn-icon-abs [class*=fa-] {
	position: absolute;
	left: -16px;
	font-size: 48px;
	color: #e0e0ff;
	opacity: .3;
	z-index: 1
}
.btn-simple {
	position: relative;
	background: #fff;
	color: var(--brand-primary);
	box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .2);
	padding: 10px 15px;
	min-width: 110px;
	vertical-align: middle;
	line-height: 16px
}
.btn-simple:hover {
	color: #fff!important;
	background: var(--brand-primary)
}
.btn-simple, .btn-simple i.icon-inside {
	font-size: 24px
}
.btn-simple [class*=fa-]:not(.icon-inside) {
	margin-right: 0;
	font-size: 24px;
	font-weight: 700
}
.btn-simple.btn-circle {
	min-width: 0;
	width: 52px;
	height: 52px;
	color: var(--brand-primary)!important
}
.btn-simple.btn-circle>.after, .btn-simple.btn-circle>.before {
	display: none
}
.btn-inside-out_dark:hover, .btn-simple.btn-circle:hover {
	background: var(--brk-base-4)!important
}
.btn-simple.btn-circle:hover .text {
	color: var(--brand-primary)!important
}
.btn-gradient::before, .btn-simple.btn-circle i.icon-inside {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.btn-simple.btn-circle i.icon-inside {
	top: 50%;
	left: 50%
}
[dir=rtl] .btn-simple.btn-circle i.icon-inside {
	margin-left: 0
}
.btn-simple.btn-circle i.icon-inside:before {
	line-height: 24px;
	vertical-align: top
}
.btn-inside-out {
	overflow: hidden;
	border: 0;
	-webkit-transition: background .4s ease .3s, \box-shadow .4s;
	transition: background .4s ease .3s, \box-shadow .4s;
	will-change: background
}
.btn-inside-out_dark:hover {
	color: #272727
}
.btn-inside-out_dark, .btn-inside-out_dark>.after, .btn-inside-out_dark>.before {
	background: #272727!important
}
.btn-inside-out_blue:hover {
	background-color: var(--brk-base-1)!important;
	color: #fff
}
.btn-inside-out_blue, .btn-inside-out_blue>.after, .btn-inside-out_blue>.before {
	background: #000243!important
}
.btn-inside-out .icon-inside {
	margin-right: 8px
}
[dir=rtl] .btn-inside-out .icon-inside {
	margin-right: 0;
	margin-left: 8px
}
.btn-inside-out .icon-inside~.after, .btn-inside-out .icon-inside~.before {
	padding-left: 24px
}
[dir=rtl] .btn-inside-out .icon-inside~.after, [dir=rtl] .btn-inside-out .icon-inside~.before {
	padding-left: 0;
	padding-right: 24px
}
.btn-inside-out>.after, .btn-inside-out>.before {
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	background: var(--brand-primary);
	color: #fff;
	-webkit-transition: \transform .3s;
	transition: \transform .3s
}
.btn-inside-out>.before {
	top: 0;
	padding-top: 8px
}
.btn-inside-out>.after {
	bottom: 0;
	line-height: 0
}
.btn-inside-out>span.text {
	display: inline-block;
	-webkit-transform: scale(.1);
	transform: scale(.1);
	opacity: 0;
	-webkit-transition: \transform .3s, opacity .3s;
	transition: \transform .3s, opacity .3s
}
.btn-inside-out:hover {
	background: var(--secondary);
	-webkit-transition: background .4s;
	transition: background .4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff;
	box-shadow: 0 5px 10px -2px var(--secondary)
}
.btn-inside-out:hover>.before {
	-webkit-transform: translateY(-105%);
	transform: translateY(-105%)
}
.btn-inside-out:hover>.after {
	-webkit-transform: translateY(105%);
	transform: translateY(105%)
}
.btn-inside-out:hover>span.text {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.btn-inside-out:hover.btn-shadow {
	box-shadow: 0 5px 10px -2px var(--secondary)!important
}
.btn-inside-out-invert {
	border: 0;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .3)
}
.btn-inside-out-invert-light>.after, .btn-inside-out-invert-light>.before, .btn-inside-out-invert>.after, .btn-inside-out-invert>.before {
	background: #fff;
	color: var(--brand-primary)
}
.btn-inside-out-invert:hover span.text, .btn-inside-out-invert:hover.btn-icon [class*=fa-]:before {
	color: #fff
}
.btn-inside-out-invert span.text, .btn-inside-out-invert-light span.text, .btn-inside-out-invert-light.btn-icon [class*=fa-]:before, .btn-inside-out-invert-light:hover.btn-icon [class*=fa-]:before, .btn-inside-out-invert.btn-icon [class*=fa-]:before {
	color: var(--brand-primary)
}
.btn-inside-out-invert-light {
	border: 0;
	box-shadow: 0 5px 21px var(--brk-base-1)
}
.btn-inside-out-invert-light:hover {
	background-color: rgba(255, 255, 255, .9)
}
.btn-inside-out-light-hover:hover {
	background-color: #fff;
	color: #222
}
.btn-prime {
	color: var(--brand-primary);
	background: #fff;
	border: 0;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .3);
	position: relative;
	overflow: hidden;
	z-index: 1
}
.btn-prime .border-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--brand-primary);
	z-index: -1
}
.btn-prime>.after, .btn-prime>.before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 0;
	background: var(--brand-primary);
	-webkit-transition: background .4s, height .4s;
	transition: background .4s, height .4s;
	z-index: -1
}
.btn-prime>.before {
	top: 0
}
.btn-prime>.after {
	bottom: 0
}
.btn-prime:hover {
	color: var(--brand-primary)!important
}
.btn-prime:hover>.after, .btn-prime:hover>.before {
	height: 50%;
	background: var(--brk-base-4)!important
}
.btn-prime-white>.after, .btn-prime-white>.before {
	background: #fff
}
.btn-prime-white .border-btn {
	border-color: #fff
}
.btn-prime-white:hover {
	color: var(--brand-primary)!important
}
.btn-prime-primary-transparent, .btn-prime-white-transparent {
	background: 0 0;
	color: #fff
}
.btn-prime-primary-transparent:hover>.after, .btn-prime-primary-transparent:hover>.before, .btn-prime-white-transparent:hover>.after, .btn-prime-white-transparent:hover>.before {
	background: #fff!important
}
.btn-prime-white-transparent .border-btn {
	border-color: #fff
}
.btn-prime-primary-transparent .border-btn {
	border-color: var(--brand-primary)
}
.all-light .btn-prime:hover [class*=fa-].icon-left, .btn-prime.btn-invert {
	color: #fff
}
.btn-prime.btn-invert>.after, .btn-prime.btn-invert>.before {
	background: 0 0
}
.btn-prime.btn-invert .border-btn {
	border-color: var(--brk-base-2)
}
.all-light .btn-prime {
	background: 0 0;
	color: #fff;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .3)
}
.all-light .btn-prime [class*=fa-].icon-left {
	color: var(--brand-primary);
	font-size: 24px;
	vertical-align: sub;
	float: right;
	line-height: 1;
	margin: -2px 6px 0 0
}


.btn-gradient {
	background: var(--brand-primary);
	overflow: hidden;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	color: #fff;
	--x: 190px;
	--y: 30px;
	--size: 200px;
	-webkit-transition: background .3s;
	transition: background .3s
}
.btn-gradient i, .btn-gradient span {
	z-index: 1;
	position: relative;
	pointer-events: none
}
.btn-gradient::before {
	content: '';
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: radial-gradient(circle closest-side, var(--secondary), transparent);
	-webkit-transition: width .2s, height .2s;
	transition: width .2s, height .2s;
	z-index: 0
}
.btn-gradient:hover {
	color: #fff
}
.btn-gradient:hover::before {
	--size: 200px
}
.btn-slice {
	background: #fff;
	z-index: 1;
	border: 0;
	color: var(--brand-primary);
	box-shadow: 0 5px 16px rgba(0, 0, 0, .5)
}
.btn-slice span {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid var(--brand-primary)
}
.btn-slice .border-btn {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--brand-primary)
}
.btn-slice>.after, .btn-slice>.before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 0 solid;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: border-width .4s;
	transition: border-width .4s;
	z-index: -1
}
.btn-slice>.before {
	bottom: 0;
	left: 0;
	border-color: transparent transparent transparent var(--brand-primary)
}
.btn-slice>.after {
	top: 0;
	right: 0;
	border-color: transparent var(--brand-primary) transparent transparent
}
.btn-slice:hover {
	color: #fff!important
}
.btn-slice:hover>.after, .btn-slice:hover>.before {
	border-width: 54px 220px
}
.btn-lightning, .btn-pos, .btn-slice {
	overflow: hidden;
	position: relative
}
.btn-pos {
	color: #333;
	background: #f6f6f6
}
.btn-pos span {
	position: absolute;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: var(--brand-primary);
	-webkit-transition: width .4s ease-in-out, height .4s ease-in-out;
	transition: width .4s ease-in-out, height .4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1
}
.btn-pos:hover {
	color: #fff
}
.btn-pos:hover span {
	width: 250%;
	height: 250%
}
.btn-lightning {
	padding: 2px 14px
}
.btn-lightning.btn-icon-abs [class*=fa-] {
	z-index: 10
}
.btn-lightning span.bg {
	background: #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 22px;
	z-index: 2
}
.btn-lightning span:not(.bg) {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 4;
	padding: 16px 0;
	height: 100%;
	font-size: 16px
}
.btn-lightning>.before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), color-stop(var(--brand-primary)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brk-base-2), var(--brand-primary), var(--secondary))
}
.btn-lightning:after {
	background: #1d1d1d;
	content: "";
	height: 135px;
	left: -100px;
	opacity: .1;
	position: absolute;
	bottom: -40px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 50px;
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
	z-index: 3
}
.btn-lightning:hover {
	color: #333
}
.btn-lightning:hover:after {
	-webkit-animation: lightning 2s infinite;
	animation: lightning 2s infinite
}
.btn-gradient-wave {
	color: #fff;
	background: linear-gradient(45deg, var(--text-base-color-2) 0%, var(--brk-secondary-3) 100%);
	border: 0;
	overflow: hidden
}
.btn-gradient-wave:before {
	content: '';
	position: absolute;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
	top: 70%;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: wave 60s cubic-bezier(.36, .45, .63, .53) infinite;
	animation: wave 60s cubic-bezier(.36, .45, .63, .53) infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
.btn-gradient-wave:focus {
	color: #fff;
	background: linear-gradient(45deg, var(--text-base-color-2) 0%, var(--brk-secondary-3) 100%)
}
.btn-gradient-wave:hover, .btn-ice:hover, .btn-ice:hover span.btn-text {
	color: #fff!important
}
.btn-gradient-wave:hover:before {
	-webkit-animation-play-state: running;
	animation-play-state: running
}
.btn-ice {
	height: auto;
	border: 0;
	color: var(--brand-primary);
	background-color: var(--brk-base-4);
	box-shadow: 0 5px 21px rgba(0, 0, 0, .5);
	padding: 0
}
.btn-ice span.btn-text {
	position: relative;
	z-index: 2;
	color: var(--brand-primary);
	background: #fff;
	display: block;
	padding: 17px 16px;
	margin: 2px;
	border-radius: 23px;
	-webkit-transition: color .4s;
	transition: color .4s;
	overflow: hidden
}
.btn-ice span.btn-text:after, .btn-ice span.btn-text>.before {
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: -10%;
	-webkit-transform: skewX(-20deg);
	transform: skewX(-20deg)
}
.btn-ice span.btn-text>.before {
	background: var(--brand-primary);
	-webkit-transition: opacity .7s, width .7s;
	transition: opacity .7s, width .7s;
	z-index: -12;
	opacity: 1
}
.btn-ice span.btn-text:after {
	content: '';
	z-index: -15;
	background: var(--brk-base-4);
	-webkit-transition-property: opacity, width;
	transition-property: opacity, width;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	opacity: 0
}
.btn-ice:hover {
	background: 0 0;
	box-shadow: none
}
.btn-ice:hover span.btn-text>.before {
	opacity: 1;
	width: 116%
}
.btn-ice:hover span.btn-text:after {
	opacity: 1;
	width: 120%
}
.btn-ice:hover .left-border, .btn-ice:hover .top-line {
	opacity: 0
}
.btn-ice .left-border, .btn-ice .top-line {
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: var(--brand-primary);
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
.btn-ice .left-border {
	bottom: 0;
	z-index: 1;
	border-radius: 25px;
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important;
	left: 0;
	right: 50%
}
.btn-ice .top-line {
	left: 50%;
	right: 25%;
	width: 25%;
	height: 2px
}
.btn-ice .top-line>.after {
	content: '';
	position: absolute;
	top: 0;
	right: -2px;
	height: 2px;
	width: 2px;
	z-index: 3;
	box-shadow: 1px 1px 3px var(--brand-primary), -1px -1px 3px var(--brand-primary), -1px 1px 3px var(--brand-primary), 1px -1px 3px var(--brand-primary)
}
.btn-two-bg {
	color: #fff;
	border: 0;
	background-color: transparent
}
.btn-two-bg span {
	position: relative;
	display: block;
	z-index: 3
}
.btn-two-bg .before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background: -webkit-gradient(linear, left top, right top, from(rgba(var(--brk-base-2-rgb), .82)), to(rgba(var(--brk-base-5-rgb), .82)));
	background: linear-gradient(to right, rgba(var(--brk-base-2-rgb), .82), rgba(var(--brk-base-5-rgb), .82))
}
.btn-two-bg .after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brand-primary), var(--secondary));
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}
.btn-two-bg:focus, .btn-two-bg:hover {
	color: #fff!important
}
.btn-two-bg:hover .after {
	-webkit-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px)
}
.icon__btn, .icon__btn .spike {
	background: var(--brand-primary)
}
.icon__btn {
	display: inline-block;
	margin: 10px;
	border-radius: 50%;
	color: #fff;
	position: relative;
	z-index: 3
}
.brk-bordered-theme .icon__btn {
	border-radius: var(--b-radius)
}
.icon__btn .spike {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	z-index: -1
}
.icon__btn .spike:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.icon__btn .spike:nth-child(2) {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg)
}
.icon__btn .spike:nth-child(3) {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}
.icon__btn .spike:nth-child(4) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}
.icon__btn .spike:nth-child(5) {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg)
}
.icon__btn .spike:nth-child(6) {
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg)
}
.icon__btn .spike:nth-child(7) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg)
}
.icon__btn .spike:nth-child(8) {
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg)
}
.icon__btn .spike:nth-child(9) {
	-webkit-transform: rotate(80deg);
	transform: rotate(80deg)
}
.icon__btn .spike:nth-child(10) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.icon__btn>.after, .icon__btn>.before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--brand-primary);
	border-radius: 50%;
	z-index: -1
}
.icon__btn>.before {
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
	opacity: .1
}
.brk-bordered-theme .icon__btn>.after, .brk-bordered-theme .icon__btn>.before {
	border-radius: var(--b-radius)
}
.icon__btn>.after {
	opacity: .2
}
.icon__btn_clear>.before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.btn-backgrounds_dark .before i, .icon__btn:hover {
	color: #fff
}
.icon__btn:hover>.before {
	-webkit-animation: 1.5s brk-pulse .3s infinite;
	animation: 1.5s brk-pulse .3s infinite
}
.icon__btn:hover>.after {
	-webkit-animation: brk-pulse 1.5s infinite;
	animation: brk-pulse 1.5s infinite
}
.icon__btn-circled>.before {
	top: -33px;
	left: -33px;
	right: -33px;
	bottom: -33px;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.icon__btn-circled>.after {
	top: -16px;
	left: -16px;
	right: -16px;
	bottom: -16px
}
.icon__btn-circled:hover>.before, .icon__btn-circled_active>.before {
	-webkit-animation: 1s brk-pulse-paused .2s ease-in infinite;
	animation: 1s brk-pulse-paused .2s ease-in infinite
}
.icon__btn-circled:hover>.after, .icon__btn-circled_active>.after {
	-webkit-animation: brk-pulse-paused 1s ease-in infinite;
	animation: brk-pulse-paused 1s ease-in infinite
}
.icon__btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.icon__btn-invert>.bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 100%;
	background: #fff
}
.brk-bordered-theme .icon__btn-invert>.bg {
	border-radius: var(--b-radius)
}
.icon__btn-invert, .icon__btn-invert:hover, .icon__btn-white {
	background: #fff;
	color: var(--brand-primary)
}
.icon__btn-white>.after, .icon__btn-white>.before {
	background-color: #fff
}
.icon__btn-white:hover {
	background: #fff;
	color: var(--brand-primary)
}
.icon__btn-sm {
	font-size: 14px;
	width: 41px;
	height: 41px
}
.icon__btn-md {
	font-size: 16px;
	width: 52px;
	height: 52px
}
.icon__btn-md_1 {
	font-size: 26px;
	width: 70px;
	height: 70px
}
.icon__btn-lg, .icon__btn-xl {
	font-size: 21px;
	width: 68px;
	height: 68px
}
.icon__btn-xl {
	width: 86px;
	height: 86px
}
.icon__btn-center [class*=fa-] {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
	text-align: center
}
.icon__btn.icon__btn-svg {
	background: 0 0!important
}
.delimiter+.delimiter {
	margin-top: 80px
}
@media (min-width:922px) {
	.delimiter+.delimiter {
		margin-top: 125px
	}
}
.delimiter-box {
	position: relative
}
.delimiter__delimiter-double-border>.before, .delimiter__delimiter-solid-gradient>.before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.delimiter__delimiter-solid-gradient>.before {
	background: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brand-primary), var(--secondary));
	height: 3px
}
.delimiter__delimiter-double-border>.before {
	height: 7px;
	border-top: 2px solid var(--brk-base-4);
	border-bottom: 2px solid var(--brk-base-4)
}
.delimiter__delimiter-solid-slope>.before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	-webkit-transform: translateY(-50%) rotate(-5deg);
	transform: translateY(-50%) rotate(-5deg);
	background-color: var(--brk-base-4)
}
.delimiter__delimiter-solid>.before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--brand-primary)
}
.delimiter__delimiter-solid-shade>.before {
	box-shadow: 0 -5px 10px rgba(0, 0, 0, .3)
}
.delimiter__delimiter-doted>.before, .delimiter__delimiter-double-colors>.before {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px dotted var(--brk-base-4)
}
.delimiter__delimiter-double-colors>.before {
	top: 50%;
	height: 4px;
	border-top: 1px solid var(--brk-base-2);
	border-bottom: 1px solid var(--brand-primary)
}
.btn__dropdown {
	text-align: center
}
.btn__dropdown_wrap {
	position: relative;
	display: inline-block;
	padding-right: 41px;
	list-style: none;
	min-width: 170px;
	padding-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.brk-bordered-theme .btn__dropdown_wrap {
	border-radius: var(--b-radius)
}
.btn__dropdown_wrap:not(.open) {
	height: 41px
}
.btn__dropdown_wrap:hover {
	cursor: pointer
}
.btn__dropdown_wrap.btn__primary {
	background-color: var(--brand-primary)
}
.btn__dropdown_wrap.btn__white {
	background-color: #eff5ff;
	color: var(--brand-primary);
	box-shadow: 0 5px 21px var(--brk-base-1)
}
.btn__dropdown_wrap:before {
	position: absolute;
	font-family: 'Font Awesome\ 5 Free';
	font-size: 13px;
	content: '\f0dd';
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 19px;
	line-height: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 600
}
.btn__dropdown_wrap.open {
	-webkit-transition: all 300ms;
	transition: all 300ms
}
.btn__dropdown_wrap.open:before {
	content: '\f0de';
	top: 50%
}
.btn__dropdown_wrap button:focus, .btn__dropdown_wrap button:hover {
	background: 0 0!important
}
.btn__dropdown_item {
	border-bottom: 1px solid;
	border-right: 1px solid;
	padding-left: 18px;
	text-align: left
}
.btn__primary .btn__dropdown_item {
	border-color: var(--brk-base-3);
	background: var(--brand-primary)
}
.btn__white .btn__dropdown_item {
	border-color: #dee9fc;
	background: #fff
}
.btn__dropdown_item:first-child {
	padding-top: 2px
}
.btn__dropdown_item:last-child {
	border-bottom: none
}
.btn__dropdown_btn {
	text-transform: uppercase;
	font-weight: inherit;
	text-align: left;
	font-size: 14px;
	padding: 9px;
	margin: 0;
	border: 0;
	background-color: transparent
}
.btn__dropdown_item .btn__dropdown_btn {
	box-shadow: none
}
.margin-box__btn-round {
	margin: 25px 0
}
@media (min-width:768px) {
	.margin-box__btn-round {
		margin: 0
	}
}
.margin-box__btn-dropdown {
	margin-top: 30px;
	margin-bottom: 1em
}
@media (min-width:768px) {
	.margin-box__btn-dropdown {
		margin-bottom: 63px
	}
}
@media (max-width:767px) {
	.col-lg-3:first-child .margin-box__btn-dropdown {
		margin-top: 0
	}
}
.btn--square {
	border: 2px solid var(--brand-primary);
	border-radius: 0;
	padding: 12px 42px;
	overflow: hidden;
	margin: 0
}
.btn--square .angle {
	width: 10px;
	height: 300%;
	position: absolute;
	display: block;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	top: 0;
	left: 100%;
	-webkit-transition: top .2s, left .2s;
	transition: top .2s, left .2s
}
.btn--square:hover .angle {
	top: 3%;
	left: 97%
}
.btn-backgrounds {
	display: inline-block;
	min-width: 260px;
	height: 56px;
	border-radius: 28px;
	background-color: #fff;
	position: relative;
	letter-spacing: -.06em;
	padding-right: 25px;
	font-size: .8125rem;
	line-height: 56px
}
.brk-bordered-theme .btn-backgrounds, .brk-bordered-theme .btn-backgrounds .before {
	border-radius: var(--b-radius)
}
.btn-backgrounds_white {
	box-shadow: 0 10px 15px rgba(0, 0, 0, .07);
	color: #272727
}
.btn-backgrounds_white .before {
	background-color: #eee
}
.btn-backgrounds_dark {
	box-shadow: 0 0 26px rgba(0, 0, 0, .3);
	color: #fff
}
.btn-backgrounds_dark .before {
	border: solid 2px rgba(255, 255, 255, .4)
}
.btn-backgrounds_transparent {
	background-color: transparent;
	box-shadow: none;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .16)
}
.btn-backgrounds_transparent .before {
	background-color: #fff
}
.btn-backgrounds_transparent .before i {
	color: var(--brand-primary)
}
.btn-backgrounds_transparent:hover {
	color: #fff;
	text-decoration: underline
}
.btn-backgrounds .before {
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-right: 23px;
	letter-spacing: -.06em
}
.btn-backgrounds .before i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: 0;
	font-size: 1.125rem
}
.btn-backgrounds_left-icon {
	padding-right: 0;
	padding-left: 25px
}
.btn-backgrounds_left-icon .before {
	right: auto;
	left: 7px
}
.btn-backgrounds_no-icon {
	padding-left: 25px;
	padding-right: 25px;
	text-align: center
}
.btn-bottom-position {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	margin: 0
}
.btn-violet {
	font-size: .75rem;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .1)!important
}
.btn-violet:hover {
	background: rgba(114, 2, 187, .05)
}
.btn-violet .after, .btn-violet .before {
	padding-left: 0!important;
	padding-right: 10px;
	color: var(--secondary)
}
.btn-violet .text {
	margin-right: 10px
}
.btn-violet i {
	position: absolute!important;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	right: 20px;
	margin-right: 0!important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.btn-violet .text, .btn-violet i:before {
	color: var(--secondary)!important
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header::after, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header::after {
	background: url(../../img/sprite.png) 0 0;
	height: 1px
}
.brk-pricing-light__item:hover .brk-pricing-light__header::after {
	background: url(../../img/sprite.png) 0 0;
	width: 396px;
	height: 1px
}
.brk-pricing-light__header::after {
	background: url(../../img/sprite.png) 0 -11px;
	height: 1px
}
.colored-slider .swiper-slide {
	position: relative;
	opacity: .2;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.colored-slider .swiper-slide .brk-pricing-colored__layer {
	top: 45px;
	bottom: 45px
}
.colored-slider .swiper-slide.swiper-slide-active {
	opacity: 1
}
.brk-pricing-colored.activet .brk-pricing-colored__layer, .colored-slider .swiper-slide.swiper-slide-active .brk-pricing-colored__layer {
	top: 0;
	bottom: 0
}
.brk-pricing-colored.activet .brk-pricing-colored__content, .colored-slider .swiper-slide.swiper-slide-active .brk-pricing-colored__content {
	padding-top: 115px
}
.brk-pricing-colored.activet .brk-pricing-colored__description, .colored-slider .swiper-slide.swiper-slide-active .brk-pricing-colored__description {
	margin-top: 46px
}
.brk-pricing-colored.activet .brk-pricing-colored__btn, .colored-slider .swiper-slide.swiper-slide-active .brk-pricing-colored__btn {
	bottom: 60px
}
.colored-slider .swiper-slide.swiper-slide-prev .brk-pricing-colored__layer {
	border-radius: 26px 0 0 26px
}
.brk-bordered-theme .colored-slider .swiper-slide.swiper-slide-prev .brk-pricing-colored__layer {
	border-radius: var(--b-radius) 0 0 var(--b-radius)
}
.colored-slider .swiper-slide.swiper-slide-next .brk-pricing-colored__layer {
	border-radius: 0 26px 26px 0
}
.brk-bordered-theme .colored-slider .swiper-slide.swiper-slide-next .brk-pricing-colored__layer {
	border-radius: 0 var(--b-radius) var(--b-radius) 0
}
.colored-slider .button-prev {
	left: 16.66667%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.colored-slider .button-next {
	right: 16.66667%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}
.brk-pricing-colored {
	min-height: 690px;
	max-width: 400px;
	margin: 0 auto;
	position: relative
}
.brk-pricing-colored__layer {
	position: absolute;
	left: 0;
	width: 100%;
	border-radius: 26px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	color: #fff;
	overflow: hidden;
	background-repeat: repeat
}
.brk-bordered-theme .brk-pricing-colored__layer {
	border-radius: var(--b-radius)
}
.brk-pricing-colored__content, .brk-pricing-colored__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.brk-pricing-colored__content {
	z-index: 2;
	padding-top: 57px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.brk-pricing-colored__title {
	font-size: 1rem;
	line-height: 24px;
	margin-bottom: 5px
}
.brk-pricing-colored__price {
	padding: 0
}
.brk-pricing-colored__price span {
	font-size: 6rem;
	line-height: 96px
}
.brk-pricing-colored__price .period {
	font-size: 1rem;
	line-height: 24px;
	margin-top: 7px;
	color: var(--brk-base-2)
}
.brk-pricing-colored__btn, .brk-pricing-colored__description {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}
.brk-pricing-colored__description {
	font-size: .875rem;
	margin-top: 37px
}
.brk-pricing-colored__btn {
	position: absolute!important;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 190px;
	height: 48px;
	border-radius: 24px;
	margin: 0!important;
	overflow: hidden;
	line-height: 32px;
	background-color: var(--white);
	color: var(--brand-primary)
}
.brk-pricing-colored__btn:after, .brk-pricing-colored__btn:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -1;
	background-color: var(--brk-base-4)
}
.brk-pricing-colored__btn:before {
	top: 0
}
.brk-pricing-colored__btn:after {
	bottom: 0
}
.brk-pricing-colored__btn i {
	line-height: inherit
}
.brk-pricing-colored__btn:hover:after, .brk-pricing-colored__btn:hover:before {
	height: 50%
}
.brk-pricing-doubled {
	position: relative;
	z-index: 2;
	max-width: 370px;
	margin: 15px auto;
	padding-bottom: 60px
}
.brk-pricing-doubled.act .brk-pricing-doubled__front, .brk-pricing-doubled:hover .brk-pricing-doubled__front {
	-webkit-transform: translate(40px, 60px);
	transform: translate(40px, 60px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.brk-pricing-doubled.act .brk-pricing-doubled__back, .brk-pricing-doubled:hover .brk-pricing-doubled__back {
	-webkit-transform: translate(-40px, -60px);
	transform: translate(-40px, -60px);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	z-index: 3
}
.brk-pricing-doubled__front {
	position: relative;
	z-index: 2;
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	max-width: 330px;
	height: auto;
	min-height: 555px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 0 0 27px;
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .2);
	padding-top: 33px
}
.brk-pricing-doubled__back .pd-icon-back i, .brk-pricing-doubled__front .pd-icon i {
	font-size: 4.5rem;
	margin: 10px 0 15px
}
.brk-pricing-doubled__front .pd-title {
	margin: 15px 0 28px;
	padding: 0 15px
}
.brk-pricing-doubled__front .pd-price {
	height: 96px
}
.brk-pricing-doubled__front .pd-price span, .brk-pricing-doubled__front .pd-price strong {
	line-height: 96px;
	padding: 0 2px
}
.brk-pricing-doubled__front .pb-list {
	padding: 10px 0;
	text-align: left
}
.brk-pricing-doubled__front .pb-list li {
	line-height: 46px;
	color: #9f9f9f;
	padding-left: 30px;
	letter-spacing: .02em;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.brk-pricing-doubled__front .pb-list li:nth-child(2n) {
	background-color: #f7f7f7
}
.brk-pricing-doubled__front .pb-list li i {
	margin-right: 24px
}
.brk-pricing-doubled__back {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	max-width: 320px;
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
	min-height: 555px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	border-radius: 0 0 27px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}
.brk-pricing-doubled__back svg line, .brk-pricing-doubled__back svg path {
	stroke: #fff!important
}
.brk-pricing-doubled__back svg rect {
	fill: #fff!important
}
.brk-pricing-doubled__back .pd-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
.brk-pricing-doubled__back .pb-content {
	position: relative;
	z-index: 2;
	padding-top: 91px
}
.brk-pricing-doubled__back .pd-title {
	margin-top: 87px;
	padding: 0 15px
}
.brk-pricing-doubled__back .pd-price {
	margin-top: 11px
}
.brk-pricing-doubled__back .pd-price span, .brk-pricing-doubled__back .pd-price strong {
	padding: 0 2px;
	line-height: 32px
}
.brk-pricing-doubled__link {
	display: block;
	text-align: left;
	position: absolute;
	bottom: 19px;
	padding-left: 29px;
	letter-spacing: .04em;
	left: 0;
	right: 0;
	z-index: 3;
	color: var(--white)
}
.brk-pricing-doubled__link i {
	position: absolute;
	top: 50%;
	right: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-pricing-doubled__link:hover {
	color: var(--white)
}
.brk-pricing-doubled__link:hover i {
	-webkit-animation: doubled-button-left 1s infinite ease-in-out;
	animation: doubled-button-left 1s infinite ease-in-out
}
.brk-pricing-doubled .pd-icon i {
	color: var(--brk-base-1)
}
.brk-pricing-doubled .pb-content, .brk-pricing-doubled .pd-icon-back i, .brk-pricing-doubled .pd-price, .brk-pricing-horizontal:hover .brk-pricing-horizontal__viewed span {
	color: var(--white)
}
.brk-pricing-doubled .pb-list i {
	color: var(--brand-primary)
}
.brk-pricing-horizontal {
	margin: 0 15px;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}
@media (max-width:991px) {
	.brk-pricing-horizontal {
		margin: 0
	}
}
.brk-pricing-horizontal:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 37, 57, .94)), to(rgba(59, 54, 87, .94)));
	background-image: linear-gradient(to top, rgba(40, 37, 57, .94) 0%, rgba(59, 54, 87, .94) 100%)
}
.brk-pricing-horizontal:hover {
	border-radius: 5px;
	margin: 0 -15px
}
@media (max-width:991px) {
	.brk-pricing-horizontal:hover {
		margin: 0
	}
}
.brk-pricing-horizontal:hover:before {
	opacity: 1
}
.brk-pricing-horizontal:hover .brk-pricing-horizontal__viewed {
	background-color: #363152
}
.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-active, .brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-active i, .brk-pricing-horizontal:hover .brk-pricing-horizontal__price {
	color: var(--white)
}
.brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-deactive, .brk-pricing-horizontal:hover .brk-pricing-horizontal__list-options .options-deactive i {
	color: rgba(var(--white-rgb), .4)
}
.brk-pricing-horizontal:hover .h-button {
	box-shadow: 0 0 0 6px rgba(var(--white-rgb), .14);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	border: 0;
	color: var(--brand-primary)
}
.brk-bordered-theme .brk-pricing-horizontal .h-button, .brk-bordered-theme .brk-pricing-horizontal:hover .h-button {
	border-radius: var(--b-radius)
}
.brk-pricing-horizontal__container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	min-height: 160px;
	background-color: transparent;
	position: relative;
	z-index: 2
}
@media (max-width:991px) {
	.brk-pricing-horizontal__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}
.brk-pricing-horizontal__info {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px
}
@media (max-width:1229px) {
	.brk-pricing-horizontal__info {
		margin-right: 0
	}
}
@media (max-width:991px) {
	.brk-pricing-horizontal__info {
		width: 100%;
		justify-content: space-around;
		padding-top: 15px
	}
}
@media (max-width:767px) {
	.brk-pricing-horizontal__info {
		-webkit-box-pack: center;
		justify-content: center
	}
}
@media (max-width:575px) {
	.brk-pricing-horizontal__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}
.brk-pricing-horizontal__viewed {
	align-self: stretch;
	width: 48px;
	position: relative;
	overflow: hidden;
	background-color: rgba(var(--black-rgb), .01);
	-webkit-transition: .3s ease all;
	transition: .3s ease all
}
@media (max-width:991px) {
	.brk-pricing-horizontal__viewed {
		width: 100%;
		height: 48px
	}
}
.brk-pricing-horizontal__viewed>* {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #999
}
@media (max-width:991px) {
	.brk-pricing-horizontal__viewed>* {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}
}
.brk-pricing-horizontal__img-icon {
	position: relative;
	margin-right: 50px;
	width: 188px;
	text-align: center
}
@media (max-width:1229px) {
	.brk-pricing-horizontal__img-icon {
		margin: 0 15px
	}
}
@media (max-width:767px) {
	.brk-pricing-horizontal__img-icon {
		flex-basis: 50%;
		max-width: 50%
	}
}
@media (max-width:575px) {
	.brk-pricing-horizontal__img-icon {
		flex-basis: 100%;
		max-width: 100%;
		margin: 0 15px 15px
	}
}
.brk-pricing-horizontal__price {
	position: relative;
	padding-left: 18px;
	padding-right: 75px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #282b35
}
@media (max-width:1229px) {
	.brk-pricing-horizontal__price {
		padding-right: 15px
	}
}
.brk-pricing-horizontal__price .sign {
	font-size: .75rem;
	position: absolute;
	top: 2px;
	left: 0;
	font-weight: 700
}
.brk-pricing-horizontal__list-options {
	-webkit-column-gap: 97px;
	column-gap: 97px;
	-webkit-column-count: 2;
	column-count: 2
}
@media (max-width:1229px) {
	.brk-pricing-horizontal__list-options {
		-webkit-column-count: 1;
		column-count: 1;
		padding: 15px
	}
}
@media (max-width:991px) {
	.brk-pricing-horizontal__list-options {
		-webkit-column-gap: 15px;
		column-gap: 15px;
		-webkit-column-count: 2;
		column-count: 2
	}
}
@media (max-width:767px) {
	.brk-pricing-horizontal__list-options {
		flex-basis: 80%;
		max-width: 80%;
		padding: 25px 0 15px
	}
}
@media (max-width:575px) {
	.brk-pricing-horizontal__list-options {
		flex-basis: 100%;
		max-width: 100%
	}
}
@media (max-width:479px) {
	.brk-pricing-horizontal__list-options {
		-webkit-column-gap: 0;
		column-gap: 0;
		-webkit-column-count: 1;
		column-count: 1;
		flex-basis: auto;
		max-width: none
	}
}
.brk-pricing-horizontal__list-options span {
	display: block;
	text-align: left
}
.brk-pricing-horizontal__list-options i {
	margin-right: 8px;
	line-height: inherit
}
.brk-pricing-horizontal__list-options .options-active, .brk-pricing-horizontal__list-options .options-active i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.brk-pricing-horizontal__list-options .options-active i {
	color: var(--brk-secondary-4)
}
.brk-pricing-horizontal__list-options .options-deactive, .brk-pricing-horizontal__list-options .options-deactive i {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #d9d9d9
}
.brk-pricing-horizontal .h-button {
	width: 164px;
	height: 44px;
	font-size: .75rem;
	line-height: 28px;
	margin-right: 43px;
	color: var(--white);
	border-radius: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-6)));
	background-image: linear-gradient(to right, var(--brk-base-2) 0%, var(--brk-base-6) 100%);
	box-shadow: 3px 4px 15px var(--brk-base-1);
	border: 0
}
@media (max-width:1229px) {
	.brk-pricing-horizontal .h-button {
		margin-right: 20px
	}
}
@media (max-width:991px) {
	.brk-pricing-horizontal .h-button {
		margin: 10px 0 20px
	}
}
.brk-pricing-horizontal .h-button strong {
	position: relative;
	z-index: 3
}
.brk-pricing-horizontal .h-button i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 9px;
	font-size: 15px;
	z-index: 4
}
.brk-pricing-horizontal .h-button:hover {
	color: var(--brand-primary);
	background-color: #fff
}
.brk-pricing-horizontal .h-button:hover i {
	-webkit-animation: button-left 1s infinite ease-in-out;
	animation: button-left 1s infinite ease-in-out
}
.brk-bordered-theme .brk-pricing-horizontal:first-child {
	border-top-right-radius: var(--b-radius);
	border-top-left-radius: var(--b-radius)
}
.brk-bordered-theme .brk-pricing-horizontal:last-child {
	border-bottom-right-radius: var(--b-radius);
	border-bottom-left-radius: var(--b-radius)
}
.brk-bordered-theme .brk-pricing-horizontal:hover {
	border-radius: var(--b-radius);
	background-color: transparent
}
.brk-pricing-rounded {
	position: relative;
	margin: 40px auto 0;
	max-width: 400px;
	-webkit-transition: margin-top .3s;
	transition: margin-top .3s;
}
.brk-pricing-rounded:hover {
	margin-top: 0
}
.brk-pricing-rounded:hover .brk-pricing-rounded__icon {
	width: 103px;
	height: 103px;
}
.brk-pricing-rounded:hover .brk-pricing-rounded__icon .before {
	-webkit-animation: 1s brk-pulse-paused .2s ease-in infinite;
	animation: 1s brk-pulse-paused .2s ease-in infinite
}
.brk-header-mobile-wrap__logo img {
	width: 150px;
}
.brk-pricing-rounded:hover .brk-pricing-rounded__icon .after {
	-webkit-animation: brk-pulse-paused 1s ease-in infinite;
	animation: brk-pulse-paused 1s ease-in infinite
}
.brk-pricing-rounded:hover .brk-pricing-rounded__content {
	min-height: 640px;
	box-shadow: 0 0 0 3px var(--brand-primary);
}

@media (min-width: 992px) and (max-width: 1003.98px) {
	.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 1px;
	}
	.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 5px;
		}
}

@media (min-width: 1003.98px) and (max-width: 1042.98px) {
	.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 2px;
	}
	.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 5px;
		}
}

@media (min-width: 1042.98px) and (max-width: 1059.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 2px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 6px;
		}
}

@media (min-width: 1059.98px) and (max-width: 1100.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 3px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 8px;
		}
}

@media (min-width: 1100.98px) and (max-width: 1115.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 6px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 8px;
		}
}

@media (min-width: 1115.98px) and (max-width: 1229.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 7px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 8px;
		}
}


@media (min-width: 1229.98px) and (max-width: 1263.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 5px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 3px;
		}
}

@media (min-width: 1263.98px) and (max-width: 1349.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 7px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 3px;
		}
}

@media (min-width: 1399.98px) and (max-width: 1490.98px) {
.brk-header_style-1 .brk-nav__menu>li {
	margin: 0 7px;
	}

.brk-header_style-1 .brk-nav__menu>li>a {
		padding: 0 8px;
		}
}
@media (min-width: 1230px) and (max-width: 1449.98px) { ul.rd-description__list.font__family-open-sans.font__size-14.line__height-48 {
    line-height: 30px!important;
} }  

@media (min-width: 1450px) and (max-width: 1782.98px) { ul.rd-description__list.font__family-open-sans.font__size-14.line__height-48 {
    line-height: 40px!important;
} }  

.brk-pricing-rounded:hover .rd-view {
	top: 119px
}
.brk-pricing-rounded:hover .rd-circl-overlay {
	width: 458px;
	height: 402px;
}
.brk-pricing-rounded__icon, .brk-pricing-rounded__icon-wrap {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.brk-pricing-rounded__icon {
	width: 70px;
	height: 70px;
	-webkit-transition-property: width, height;
	transition-property: width, height;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	z-index: 2;
	top: 0;
}
.brk-pricing-rounded__icon-wrap {
	top: 50%;
	font-size: 2.25rem
}
.brk-pricing-rounded__icon-wrap svg {
	width: 50px;
	height: 50px
}
.brk-pricing-rounded__icon i {
	color: var(--white)
}
.brk-pricing-rounded__icon .after, .brk-pricing-rounded__icon .before {
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	background-color: var(--brand-primary);
}
.brk-pricing-rounded__icon .before {
	-webkit-transform: scale(1);
	transform: scale(1);
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	opacity: .1;
}
.brk-pricing-rounded__icon .after {
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	opacity: .2;
}
.brk-pricing-rounded__content {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	width: 100%;
	min-height: 600px;
	z-index: 1;
	-webkit-transition-property: min-height, box-shadow;
	transition-property: min-height, box-shadow;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: var(--white);
}
.brk-pricing-rounded .rd-view {
	position: absolute;
	top: 86px;
	left: 0;
	width: 100%;
	-webkit-transition: top .3s;
	transition: top .3s;
}
.brk-pricing-rounded .rd-view__title, .brk-pricing-shop:hover .price-icon i {
	color: var(--brand-primary)
}
.brk-pricing-rounded .rd-view__price {
	position: relative;
	margin-top: 10px;
	/* display: block; */
}
.brk-pricing-rounded .rd-view__price span {display:block;}

.brk-pricing-rounded .rd-view__price .old-price {
	/* position: relative; */
	/* bottom: -28px; */
	/* text-decoration: line-through; */
	/* margin-left: 6px; */
	color: var(--brand-primary);
}
.brk-pricing-rounded .rd-description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 30px;
}
.brk-pricing-rounded .rd-description__list {
	margin-bottom: 45px;
}
.brk-pricing-rounded .rd-description__list li, .brk-pricing-strict__description li {
	padding: 7px 10px;
}
.brk-pricing-rounded .rd-description__list li:nth-child(2n), .brk-pricing-strict__description li:nth-child(2n-1) {
	background-color: #f8fafe
}
.brk-pricing-rounded .rd-circl-overlay {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 428px;
	height: 327px;
	border-radius: 50%;
	-webkit-transition-property: width, height;
	transition-property: width, height;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: #f8fafe;
}
.brk-pricing-rounded .btn .text {
	line-height: 28px
}
.brk-pricing-rounded .btn i, .brk-pricing-strict .btn i {
	margin-top: 4px
}
.brk-pricing-strict {
	max-width: 400px;
	min-height: 608px;
	position: relative;
	margin: 0 auto;
	z-index: 1
}
.brk-pricing-strict:hover {
	z-index: 2
}
.brk-pricing-strict:hover .brk-pricing-strict__title {
	font-size: 1.3125rem;
	color: #fff
}
.brk-pricing-strict:hover .brk-pricing-strict__title span:not(.before) {
	top: -14px
}
.brk-pricing-strict:hover .brk-pricing-strict__title .before {
	height: 100px;
	top: -webkit-calc(50% - 14px);
	top: calc(50% - 14px)
}
.brk-pricing-strict:hover::before {
	top: 0;
	height: 50%
}
.brk-pricing-strict:hover::after {
	bottom: 0;
	height: 50%
}
.brk-pricing-strict::after, .brk-pricing-strict::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	z-index: -1;
	box-shadow: 0 6px 25px rgba(0, 0, 0, .12);
	-webkit-transition: .3s ease-in-out top, .3s ease-in-out bottom, .3s ease-in-out height;
	transition: .3s ease-in-out top, .3s ease-in-out bottom, .3s ease-in-out height
}
.brk-pricing-strict::before {
	top: 28px;
	height: -webkit-calc(50% - 28px);
	height: calc(50% - 28px);
	background-color: transparent
}
.brk-pricing-strict::after {
	bottom: 20px;
	height: -webkit-calc(50% - 20px);
	height: calc(50% - 20px);
	background-color: #fff
}
.brk-pricing-strict__content, .brk-pricing-strict__title {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-strict__content {
	top: 28px;
	bottom: 20px;
	left: 0;
	width: 100%;
	position: absolute;
	background-color: var(--white)
}
.brk-pricing-strict__title {
	position: relative;
	font-size: 1.125rem;
	text-transform: uppercase;
	background-color: var(--brk-base-4);
	color: var(--brand-primary);
	height: 72px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.brk-pricing-strict__title span {
	position: relative;
	top: 0;
	z-index: 2;
	-webkit-transition: .2s ease-in-out top;
	transition: .2s ease-in-out top
}
.brk-pricing-strict__title .before {
	position: absolute;
	width: -webkit-calc(100% + 1px);
	width: calc(100% + 1px);
	height: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 1
}
.brk-pricing-strict__description, .brk-pricing-strict__price {
	margin-top: 36px
}
.brk-pricing-strict__price .st-sign {
	font-size: 1.125rem;
	line-height: 30px;
	position: relative;
	bottom: -31px;
	color: var(--brand-primary)
}
.brk-pricing-strict__price .st-price {
	font-size: 4rem;
	line-height: 64px;
	padding-right: 5px
}
.brk-pricing-strict .btn {
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-strict .btn .text {
	line-height: 28px
}
.brk-pricing-shop {
	max-width: 320px;
	min-height: 448px;
	margin: 0 auto;
	position: relative;
	background-color: var(--white);
	border-bottom: 3px solid var(--brand-primary);
	-webkit-transition: .3s border-color;
	transition: .3s border-color
}
.brk-pricing-shop_style-1 {
	border-bottom: 3px solid #000243
}
.brk-pricing-shop:hover {
	border-color: var(--brand-primary)
}
.brk-pricing-shop:hover .brk-pricing-shop__view {
	background-color: var(--brand-primary)
}
.brk-pricing-shop:hover .brk-pricing-shop__title, .brk-pricing-shop:hover .price-item {
	color: var(--white)
}
.brk-pricing-shop:hover .price-icon {
	background-color: var(--white)
}
.brk-pricing-shop:hover .price-icon .before {
	-webkit-animation: 1.5s brk-pulse .3s infinite;
	animation: 1.5s brk-pulse .3s infinite;
	background-color: rgba(var(--white-rgb), .14)
}
.brk-pricing-shop:hover .price-icon .after {
	-webkit-animation: brk-pulse 1.5s infinite;
	animation: brk-pulse 1.5s infinite;
	background-color: rgba(var(--white-rgb), .24)
}
.brk-pricing-shop>*, .brk-pricing-shop__title, .brk-pricing-shop__view {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-shop__view {
	min-height: 178px;
	text-align: left;
	padding: 33px 0 0 31px;
	border-bottom: 1px solid #e9f0fb
}
.brk-pricing-shop__title {
	margin-bottom: 24px;
	color: var(--brand-primary)
}
.brk-pricing-shop_style-1 .brk-pricing-shop__title {
	color: #000243
}
.brk-pricing-shop__price {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	padding: 10px 0
}
.brk-pricing-shop__price .price-icon, .brk-pricing-shop__price .price-icon i, .brk-pricing-shop__price .price-item {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-shop__price .price-item .price {
	font-size: 2.25rem;
	line-height: 36px
}
.brk-pricing-shop__price .price-item .period {
	font-size: .875rem;
	line-height: 14px;
	position: relative;
	bottom: -18px
}
.brk-pricing-shop__price .price-icon {
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	margin-left: 28px;
	z-index: 1;
	background-color: var(--brand-primary)
}
.brk-pricing-shop__price .price-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #fff
}
.brk-pricing-shop__price .price-icon .before {
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
	background-color: rgba(var(--brand-primary-rgb), .05)
}
.brk-pricing-shop__price .price-icon .after, .brk-pricing-shop__price .price-icon .before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	z-index: -1
}
.brk-pricing-shop__description {
	color: #9f9f9f;
	min-height: 158px
}
.brk-pricing-shop__description ul li {
	font-size: .875rem;
	line-height: 52px;
	border-bottom: 1px solid #e9f0fb;
	padding-left: 30px
}
.brk-pricing-shop__description ul li:last-child {
	border: 0
}
.brk-pricing-shop__description p {
	padding: 15px
}
.brk-pricing-shop__block-info {
	min-height: 109px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 32px 31px 0 32px;
	border-top: 1px solid #e9f0fb;
	background-color: #f7fafe
}
.brk-pricing-shop__block-info .info-link {
	font-size: 1rem;
	line-height: 16px
}
.brk-pricing-shop__block-info .info-link i {
	margin-left: 8px;
	position: relative;
	bottom: -1px
}
.brk-pricing-shop__btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	width: 209px;
	height: 48px;
	border-radius: 24px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 32px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: var(--white);
	color: var(--brand-primary)
}
.brk-pricing-shop__btn_style-1 {
	border-radius: 5px;
	color: #000243
}
.brk-pricing-shop__btn:after, .brk-pricing-shop__btn:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: -1;
	background-color: var(--brand-primary)
}
.brk-pricing-shop__btn:before {
	top: 0
}
.brk-pricing-shop__btn:after {
	bottom: 0
}
.brk-pricing-shop__btn:hover {
	color: var(--white)
}
.brk-pricing-plan__btn:hover:after, .brk-pricing-plan__btn:hover:before, .brk-pricing-shop__btn:hover:after, .brk-pricing-shop__btn:hover:before {
	height: 50%
}
.brk-pricing-plan {
	min-height: 603px;
	max-width: 400px;
	margin: 5px auto;
	position: relative
}
.brk-pricing-plan:hover .brk-pricing-plan__bg {
	top: 0;
	bottom: 0;
	opacity: 1
}
.brk-pricing-plan:hover .brk-pricing-plan__content {
	box-shadow: 0 5px 25px var(--brk-base-1);
	top: 0;
	bottom: 0;
	color: #fff
}
.brk-pricing-plan:hover .brk-pricing-plan__included, .brk-pricing-plan:hover .brk-pricing-plan__included i {
	color: #fff
}
.brk-pricing-plan:hover .brk-pricing-plan__btn {
	width: 166px;
	height: 42px;
	box-shadow: none;
	bottom: 63px
}
.brk-pricing-plan__bg, .brk-pricing-plan__content {
	position: absolute;
	top: 22px;
	bottom: 22px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 5px
}
.brk-pricing-plan__bg {
	background: var(--brand-primary) no-repeat center center;
	background-size: cover;
	opacity: 0;
	overflow: hidden;
	z-index: 1
}
.brk-pricing-plan__content {
	background-color: transparent;
	box-shadow: 0 0 0 2px #eaeaea;
	padding-top: 19px;
	z-index: 9
}
.brk-pricing-plan__title {
	text-transform: uppercase;
	font-size: .75rem;
	line-height: 28px;
	margin-bottom: 24px
}
.brk-pricing-plan__price {
	margin-bottom: 28px
}
.brk-pricing-plan__price .sign {
	position: relative;
	top: 6px;
	margin-right: 5px;
	font-size: 1rem;
	line-height: 16px
}
.brk-pricing-plan__price .price {
	font-size: 2.5rem;
	line-height: 40px
}
.brk-pricing-plan__price .period {
	position: relative;
	top: 21px;
	left: -3px;
	font-size: 1rem;
	line-height: 16px
}
.brk-pricing-plan__description {
	font-size: 1rem;
	line-height: 28px;
	margin-bottom: 20px
}
.brk-pricing-plan__btn, .brk-pricing-plan__included {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-plan__included {
	text-align: left;
	padding-left: 25%;
	color: #666
}
.brk-pricing-plan__included ul li {
	font-size: .875rem;
	line-height: 36px
}
.brk-pricing-plan__included i {
	color: #bdbdbd;
	margin-right: 13px;
	line-height: inherit
}
.brk-pricing-plan__btn {
	position: absolute!important;
	bottom: 69px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .75rem;
	border-radius: 23px;
	width: 162px;
	height: 38px;
	box-shadow: 0 0 0 2px var(--brand-primary);
	color: var(--brand-primary);
	background-color: #fff;
	overflow: hidden;
	margin: 0!important
}
.brk-pricing-plan__btn:after, .brk-pricing-plan__btn:before {
	content: '';
	position: absolute;
	background-color: var(--brk-base-4);
	width: 100%;
	height: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.brk-pricing-plan__btn:before {
	top: 0
}
.brk-pricing-plan__btn:after {
	bottom: 0
}
.brk-pricing-light>.container>.row {
	-webkit-box-align: center;
	align-items: center
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) {
	z-index: 1
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item {
	z-index: 2
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item::after, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover::after {
	top: -40px;
	bottom: 30px;
	height: -webkit-calc(100% + 60px);
	height: calc(100% + 60px);
	opacity: 1;
	box-shadow: 0 6px 20px var(--brk-base-1);
	background-image: linear-gradient(40deg, rgba(var(--brand-primary-rgb), .94) 0%, rgba(var(--brk-base-2-rgb), .94) 100%)
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item::after {
		background-image: none;
		background-color: var(--brand-primary);
		top: 0;
		height: 100%
	}
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__old-price, .brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__period, .brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__price {
	color: #fff
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header {
	padding-bottom: 90px
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header {
		padding-bottom: 30px
	}
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header::after, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header::after {
	width: 100%
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header .btn, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header .btn {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .3)
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header .btn>.after, .brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__header .btn>.before, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header .btn>.after, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header .btn>.before {
	background-color: var(--brk-base-6)
}
.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__list-indicator>i, .brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__list-item, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__header .btn>.after, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__header .btn>.before, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__old-price, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__period, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__price {
	color: #fff
}
@supports ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container [class*=col-]:nth-child(2) .brk-pricing-light__item .brk-pricing-light__body::after {
		bottom: -23px;
		background-image: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-2)));
		background-image: linear-gradient(to right, var(--brk-base-2), var(--brk-base-2))
	}
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item {
	z-index: 1
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s ease-in-out top, .3s ease-in-out height;
	transition: .3s ease-in-out top, .3s ease-in-out height;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-color: #fff;
	background-image: none;
	z-index: -1
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__old-price {
	color: var(--brand-primary)
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__period, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__price {
	color: #292b2c
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__header {
	padding-bottom: 0
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__header::after {
	background-image: url(../../img/dashed-border-primary.png)
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__header .btn {
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5)
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__list-indicator>i, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__list-item {
	color: var(--brand-primary)
}
@supports ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__body::after {
		bottom: 0;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--secondary-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94) 0%, rgba(var(--secondary-rgb), .94) 100%)
	}
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover {
	z-index: 2
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover::after {
		background-image: none;
		background-color: var(--brand-primary);
		top: 0;
		height: 100%
	}
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header {
	padding-bottom: 90px
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__header {
		padding-bottom: 30px
	}
}
.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__list-indicator>i, .brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__list-item {
	color: #fff
}
@supports ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light>.container>[class*=row]:hover>[class*=col-]:nth-child(2) .brk-pricing-light__item:hover .brk-pricing-light__body::after {
		bottom: -23px;
		background-image: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-2)));
		background-image: linear-gradient(to right, var(--brk-base-2), var(--brk-base-2))
	}
}
.brk-pricing-light__item {
	position: relative;
	background-color: #fff
}
.brk-pricing-light__item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .3s ease-in-out top, .3s ease-in-out height;
	transition: .3s ease-in-out top, .3s ease-in-out height;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-color: #fff;
	z-index: -1
}
.brk-pricing-light__header {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	min-height: 220px;
	-webkit-transition: .3s ease-in-out padding-bottom;
	transition: .3s ease-in-out padding-bottom;
	padding-bottom: 30px
}
@media (max-width:767px) {
	.brk-pricing-light__header {
		min-height: 150px
	}
}
.brk-pricing-light__header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.brk-pricing-light__header .btn {
	position: absolute;
	bottom: 0;
	margin: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5);
	-webkit-transition: .3s ease border, .3s ease box-shadow;
	transition: .3s ease border, .3s ease box-shadow
}
.brk-pricing-light__header .btn:hover {
	color: var(--brand-primary)!important;
	background-color: #fff!important
}
.brk-pricing-light__list-indicator>i, .brk-pricing-light__old-price {
	color: var(--brand-primary)
}
.brk-pricing-light__list-indicator {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.brk-pricing-light__list-indicator>i:first-child {
	display: none
}
[dir=rtl] .brk-pricing-light__list-indicator {
	left: auto;
	right: 0
}
.brk-pricing-light__list-item {
	position: relative;
	width: 100%;
	text-align: center;
	-webkit-transition: .3s ease color;
	transition: .3s ease color;
	opacity: .4;
	color: var(--brand-primary)
}
.brk-pricing-light__list-item p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 20px;
	padding-right: 20px
}
.brk-pricing-light__list-item.active {
	color: #9f9f9f;
	opacity: 1
}
.brk-pricing-light__list-item.active .brk-pricing-light__list-indicator>i:first-child {
	display: inline-block
}
.brk-pricing-light__list-item.active .brk-pricing-light__list-indicator>i:last-child {
	display: none
}
.brk-pricing-light__body {
	position: relative
}
@supports ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light__body::after {
		content: '';
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--secondary-rgb), .94)));
		background-image: linear-gradient(to right, rgba(var(--brand-primary-rgb), .94) 0%, rgba(var(--secondary-rgb), .94) 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		height: 3px;
		width: 100%;
		-webkit-transition: .3s ease-in-out bottom, .3s ease-in-out background;
		transition: .3s ease-in-out bottom, .3s ease-in-out background
	}
}
.brk-pricing-light__item:hover {
	z-index: 2
}
.brk-pricing-light__item:hover::after {
	top: -40px;
	bottom: 30px;
	height: -webkit-calc(100% + 60px);
	height: calc(100% + 60px);
	opacity: 1;
	box-shadow: 0 6px 20px var(--brk-base-1);
	background-image: linear-gradient(40deg, rgba(var(--brand-primary-rgb), .94) 0%, rgba(var(--brk-base-2-rgb), .94) 100%)
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light__item:hover::after {
		background-image: none;
		background-color: var(--brand-primary);
		top: 0;
		height: 100%
	}
}
.brk-pricing-light__item:hover .brk-pricing-light__old-price, .brk-pricing-light__item:hover .brk-pricing-light__period, .brk-pricing-light__item:hover .brk-pricing-light__price {
	color: #fff
}
.brk-pricing-light__item:hover .brk-pricing-light__header {
	padding-bottom: 90px
}
@supports not ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light__item:hover .brk-pricing-light__header {
		padding-bottom: 30px
	}
}
.brk-pricing-light__item:hover .brk-pricing-light__header::after {
	width: 100%
}
.brk-pricing-light__item:hover .brk-pricing-light__header .btn {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .3)
}
.brk-pricing-light__item:hover .brk-pricing-light__header .btn>.after, .brk-pricing-light__item:hover .brk-pricing-light__header .btn>.before {
	background-color: var(--brk-base-6)
}
.brk-pricing-light__item:hover .brk-pricing-light__list-indicator>i, .brk-pricing-light__item:hover .brk-pricing-light__list-item {
	color: #fff
}
@supports ((-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%)) or (clip-path:polygon(50% 0%, 0% 100%, 100% 100%))) {
	.brk-pricing-light__item:hover .brk-pricing-light__body::after {
		bottom: -23px;
		background-image: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--brk-base-2)));
		background-image: linear-gradient(to right, var(--brk-base-2), var(--brk-base-2))
	}
}
.dash-one-slider {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto
}
.brk-testimonials-dash-one {
	max-width: 970px;
	margin: 58px 15px 0;
	padding-top: 69px;
	position: relative;
	text-align: left;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	flex-wrap: wrap
}
.brk-testimonials-dash-one:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	width: 100%;
	height: 1px;
	background: url(../../img/hatch_1.png) repeat-x
}
.brk-testimonials-dash-one__btn {
	position: absolute;
	right: 163px;
	top: 31px;
	margin: 0;
	z-index: 9;
	box-shadow: 0 5px 16px var(--brk-base-1)
}
@media (max-width:479px) {
	.brk-testimonials-dash-one__btn {
		position: relative;
		top: auto;
		left: 15px;
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
		margin: 20px 0
	}
}
.brk-testimonials-dash-one__img {
	position: absolute;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	overflow: hidden;
	top: 0;
	left: 47px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media (max-width:767px) {
	.brk-testimonials-dash-one__img {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin: 0 auto 15px
	}
}
.brk-testimonials-dash-one__info {
	flex-basis: 215px;
	min-width: 215px;
	text-align: center;
	padding-top: 10px
}
@media (max-width:767px) {
	.brk-testimonials-dash-one__info {
		flex-basis: 160px;
		min-width: 160px;
		padding-top: 0
	}
}
@media (max-width:575px) {
	.brk-testimonials-dash-one__info {
		flex-basis: 100%;
		min-height: 0
	}
}
.brk-testimonials-dash-one__info .brk-rating {
	margin: 0 auto
}
.brk-testimonials-dash-one__info h4 {
	font-size: 1rem;
	line-height: 20px;
	margin-top: 10px
}
.brk-testimonials-dash-one__position {
	display: block;
	font-size: .875rem;
	line-height: 22px;
	color: #9f9f9f
}
.brk-testimonials-dash-one__description {
	flex-basis: -webkit-calc(100% - 215px);
	flex-basis: calc(100% - 215px);
	font-size: 1rem;
	line-height: 26px;
	padding-left: 12px;
	color: #9f9f9f
}
@media (max-width:767px) {
	.brk-testimonials-dash-one__description {
		flex-basis: -webkit-calc(100% - 160px);
		flex-basis: calc(100% - 160px)
	}
}
@media (max-width:575px) {
	.brk-testimonials-dash-one__description {
		flex-basis: 100%;
		margin-top: 15px
	}
}
.brk-testimonials-dash-two {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap
}
.brk-testimonials-dash-two .slick-track, .brk-testimonials-dash-two .swiper-container {
	margin-left: 0;
	margin-right: 0
}
.brk-testimonials-dash-two .dash-two-pagination {
	flex-basis: 100px;
	min-width: 100px;
	height: 340px!important;
	margin-top: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: flex;
	overflow: visible;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-pagination {
		flex-basis: 100%;
		min-width: 100%;
		height: 100px!important;
		margin: 0 auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		-webkit-box-pack: center;
		justify-content: center
	}
}
.brk-testimonials-dash-two .dash-two-pagination-bullet {
	width: 0;
	height: 0;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: relative;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	top: 0!important;
	left: 0!important;
	outline: 0
}
.brk-testimonials-dash-two .dash-two-pagination-bullet:before {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active {
	width: 64px;
	height: 64px;
	-webkit-transform: scale(1.5625);
	transform: scale(1.5625);
	z-index: 4
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active:before {
	background-color: rgba(var(--white-rgb), 0)
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev {
	width: 64px;
	height: 64px;
	z-index: 3;
	outline: 0
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next:before, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev:before {
	background-color: rgba(var(--white-rgb), .6)
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-next, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-prev, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-next, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-prev {
	width: 64px;
	height: 64px;
	z-index: 2
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-next:before, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-prev:before, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-next:before, .brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-prev:before {
	background-color: rgba(var(--white-rgb), .9)
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev {
	-webkit-transform: translateY(-10px) scale(1.21875);
	transform: translateY(-10px) scale(1.21875)
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev {
		-webkit-transform: translateX(-10px) scale(1.21875);
		transform: translateX(-10px) scale(1.21875)
	}
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-prev {
	-webkit-transform: translateY(-10px) scale(1);
	transform: translateY(-10px) scale(1)
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-pagination-bullet-active-prev-prev {
		-webkit-transform: translateX(-10px) scale(1);
		transform: translateX(-10px) scale(1)
	}
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next {
	-webkit-transform: translateY(10px) scale(1.21875);
	transform: translateY(10px) scale(1.21875)
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next {
		-webkit-transform: translateX(10px) scale(1.21875);
		transform: translateX(10px) scale(1.21875)
	}
}
.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-next {
	-webkit-transform: translateY(10px) scale(1);
	transform: translateY(10px) scale(1)
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-pagination-bullet-active-next-next {
		-webkit-transform: translateX(10px) scale(1);
		transform: translateX(10px) scale(1)
	}
}
.brk-testimonials-dash-two .dash-two-slider {
	flex-basis: -webkit-calc(100% - 105px);
	flex-basis: calc(100% - 105px);
	margin-right: -20px
}
@media (max-width:767px) {
	.brk-testimonials-dash-two .dash-two-slider {
		flex-basis: 100%;
		max-width: 100%;
		margin-right: 0
	}
}
.brk-testimonials-dash-two__dots-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	z-index: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}
.brk-testimonials-dash-two__dots-img:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.brk-testimonials-dash-two__text-reviews {
	margin: 20px;
	min-height: 320px;
	text-align: left;
	padding: 45px 47px 45px 50px
}
.brk-testimonials-dash-two__text-reviews:after, .brk-testimonials-dash-two__text-reviews:before {
	content: " ";
	display: table
}
.brk-testimonials-dash-two__text-reviews:after {
	clear: both
}
.brk-testimonials-dash-two__name, .brk-testimonials-dash-two__service {
	font-size: 1rem;
	line-height: 18px
}
.brk-testimonials-dash-two__service {
	margin-left: 3px;
	color: #9f9f9f
}
.brk-testimonials-dash-two__description {
	font-size: 1rem;
	line-height: 28px;
	margin-top: 24px;
	letter-spacing: -.001em;
	color: #9f9f9f
}
.brk-testimonials-dash-two__link-video {
	float: right;
	font-size: 1rem;
	line-height: 42px;
	margin-top: 27px;
	color: var(--brand-primary)
}
.brk-testimonials-dash-two__link-video span {
	display: inline-block;
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 21px;
	margin-right: 14px;
	background-color: var(--brand-primary);
	box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb), .5)
}
.brk-testimonials-dash-two__link-video span i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 1.25rem;
	color: var(--white)
}
.brk-testimonials-dash-three {
	position: relative;
	background-color: #f6f6f6
}
.brk-testimonials-dash-three svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.brk-testimonials-dash-three .swiper-pagination-base .swiper-pagination-bullet {
	flex-basis: 10px;
	min-width: 10px;
	height: 10px;
	outline: 0
}
.brk-testimonials-dash-three .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px
}
.brk-testimonials-dash-three .dash-three-slider {
	padding: 50px 0 0
}
.brk-testimonials-dash-three .dash-three-slider .swiper-slide {
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
@media (max-width:991px) {
	.brk-testimonials-dash-three .dash-three-slider .swiper-slide {
		max-width: none
	}
}
.brk-testimonials-dash-three .dash-three-slider .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-property: background-color, visibility, opacity;
	transition-property: background-color, visibility, opacity;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	background-color: rgba(var(--white-rgb), .8)
}
.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .1)
}
@media (max-width:767px) {
	.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.brk-testimonials-dash-three .dash-three-slider .swiper-slide.swiper-slide-active:before, .brk-testimonials-dash-three .dash-three-slider_single .swiper-slide:before {
	background-color: transparent;
	visibility: hidden;
	opacity: 0
}
.brk-testimonials-dash-three .dash-three-slider_single {
	padding-top: 10px
}
.brk-testimonials-dash-three .dash-three-slider_single .swiper-slide {
	box-shadow: none;
	background-color: #fff
}
.brk-testimonials-dash-three .dash-three-slider_single .swiper-slide.swiper-slide-active {
	box-shadow: none;
	background-color: #fff;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.brk-bordered-theme .brk-testimonials-dash-three .dash-three-slider_single .swiper-slide {
	border-radius: var(--b-radius);
	overflow: hidden
}
.brk-testimonials-dash-three__item {
	width: 100%;
	min-height: 280px;
	padding: 40px 40px 30px;
	text-align: left;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	align-content: flex-start
}
.brk-testimonials-dash-three__img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	float: left
}
.brk-testimonials-dash-five__img img, .brk-testimonials-dash-four__dots-img img, .brk-testimonials-dash-three__img img {
	max-width: 100%;
	max-height: 100%
}
.brk-testimonials-dash-three__caption {
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
	padding-left: 19px
}
.brk-testimonials-dash-three__name {
	font-size: .75rem;
	line-height: 24px;
	text-transform: uppercase
}
.brk-testimonials-dash-three__classes {
	font-size: .875rem;
	line-height: 24px;
	letter-spacing: .05em
}
.brk-testimonials-dash-three__desc {
	width: 100%;
	margin-top: 22px;
	font-weight: 300;
	font-size: .875rem
}
.brk-testimonials-dash-four {
	min-height: 406px;
	box-shadow: 0 5px 16px rgba(0, 0, 0, .1);
	position: relative;
	padding-bottom: 120px;
	background-color: var(--white)
}
.brk-testimonials-dash-four .dash-four-pagination {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 70px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 9
}
.brk-testimonials-dash-four .dash-four-pagination-bullet {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin: 0 5px;
	background: no-repeat center center;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border: 2px solid var(--white);
	outline: 0
}
.brk-testimonials-dash-four .dash-four-pagination-bullet-active, .brk-testimonials-dash-four .dash-four-pagination-bullet:hover {
	width: 70px;
	height: 70px
}
.brk-testimonials-dash-four__item i {
	margin-top: 42px;
	color: #e8e8e8
}
.brk-testimonials-dash-four__title {
	margin-top: 25px;
	font-size: 1.125rem;
	line-height: 24px
}
.brk-testimonials-dash-four__text {
	font-size: .875rem;
	line-height: 24px;
	max-width: 1000px;
	margin: 20px auto 0;
	padding: 0 15px;
	color: #88909c
}
.brk-testimonials-dash-four__dots-img {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid var(--white)
}
.brk-testimonials-dash-four__layout {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: no-repeat center center;
	background-size: cover
}
.brk-testimonials-dash-four__layout .before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--brand-primary-rgb), .94)
}
.brk-testimonials-dash-five {
	position: relative
}
.brk-testimonials-dash-five .swiper-wrapper {
	padding-top: 70px;
	padding-bottom: 30px
}
.brk-testimonials-dash-five .swiper-slide {
	z-index: 1
}
.brk-testimonials-dash-five .swiper-slide:before {
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	height: 100%;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	background-color: #fff
}
.brk-testimonials-dash-five .swiper-slide:after {
	content: '';
	position: absolute;
	/* left: -15px; */
	/* bottom: 0; */
	/* height: 3px; */
	/* width: -webkit-calc(100% + 30px); */
	/* width: calc(100% + 30px); */
	/* background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary))); */
	/* background-image: linear-gradient(to right, var(--brand-primary) 0%, var(--secondary) 100%); */
	opacity: 0;
	-webkit-transition: .3s ease opacity, .3s ease bottom;
	transition: .3s ease opacity, .3s ease bottom;
}
.brk-testimonials-dash-five .swiper-slide .brk-testimonials-dash-five__icon {
	height: 0;
	top: 0
}
.brk-testimonials-dash-five .swiper-slide-active {
	z-index: 2
}
.brk-testimonials-dash-five .swiper-slide-active:before {
	content: "";
	position: absolute;
	left: -15px;
	top: -15px;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	height: -webkit-calc(100% + 30px);
	height: calc(100% + 30px);
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-color: #fff;
	border-radius: 10px;
}
.brk-testimonials-dash-five .swiper-slide-active:after {
	bottom: -15px;
	opacity: 1
}
.brk-testimonials-dash-five .swiper-slide-active .brk-testimonials-dash-five__icon {
	height: 90px;
	top: -62px
}
.brk-testimonials-dash-five__item {
	min-height: 452px;
	padding-top: 50px;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	background-color: var(--white);
	color: #546887;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.brk-testimonials-dash-five__img {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden
}
.brk-testimonials-dash-five__name {
	font-size: .875rem;
	line-height: 24px;
	margin-top: 21px
}
.brk-testimonials-dash-five__name span {
	color: var(--brand-primary)
}
.brk-testimonials-dash-five__desc {
	font-size: .875rem;
	line-height: 24px;
	margin: 8px auto 0;
	/* max-width: 320px; */
	padding: 15px;
	/* max-height: 150px; */
}
.brk-testimonials-dash-five__icon {
	position: absolute;
	left: 50%;
	width: 90px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-image: linear-gradient(40deg, var(--brand-primary) 0%, var(--secondary) 100%);
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
	overflow: hidden
}
.brk-testimonials-dash-five__icon i {
	color: #fff;
	font-size: 32px
}
.brk-testimonials-dash-six {
	position: relative;
	padding: 38px 47px 35px;
	border: 2px solid #e8e8e8
}
.brk-testimonials-dash-six__title-slider {
	font-size: 2.625rem;
	line-height: 48px;
	text-align: left;
	max-width: 200px;
	text-transform: uppercase;
	margin-bottom: 33px;
	padding-left: 5px
}
.brk-testimonials-dash-six__item {
	text-align: left;
	max-width: 270px;
	padding-left: 5px
}
.brk-testimonials-dash-six__comment {
	font-size: 1rem;
	line-height: 26px;
	margin-bottom: 27px;
	min-height: 78px;
	color: #868686
}
.brk-testimonials-dash-six__photo {
	width: 100px;
	height: 100px;
	background: no-repeat center center;
	background-size: cover;
	position: relative
}
.brk-testimonials-dash-six__photo:before {
	content: '';
	position: absolute;
	width: 94px;
	height: 94px;
	top: 3px;
	left: 3px;
	border: 3px solid var(--white)
}
.brk-testimonials-dash-six__name {
	letter-spacing: -.03em;
	font-size: .875rem;
	line-height: 18px;
	margin-top: 17px
}
.brk-testimonials-dash-six__job {
	font-size: .875rem;
	line-height: 18px;
	color: #868686
}
.brk-testimonials-double {
	position: relative;
	z-index: 8
}
.brk-testimonials-double__slider {
	margin-top: 35px;
	padding: 42px 40px 10px;
	min-height: 340px;
	background: var(--white) no-repeat center;
	background-size: cover;
	position: relative
}
.brk-testimonials-double__slider:before {
	content: ''
}
.brk-testimonials-double__slider.double-white:before {
	background-color: rgba(var(--white-rgb), .9)
}
.brk-testimonials-double__slider.double-white .brk-testimonials-double__type-reviews {
	background-color: var(--brand-primary);
	color: var(--white)
}
.brk-testimonials-double__slider.double-white .brk-testimonials-double__name span {
	color: #9f9f9f
}
.brk-testimonials-double__slider.double-white .double-pagination-bullet:before {
	background-color: var(--brk-base-3)
}
.brk-testimonials-double__slider.double-white .double-pagination-bullet-active {
	border: 1px solid var(--brand-primary)
}
.brk-testimonials-double__slider.double-dark:before {
	background-color: rgba(var(--brand-primary-rgb), .9)
}
.brk-testimonials-double__slider.double-dark .brk-testimonials-double__type-reviews {
	background-color: var(--white);
	color: var(--brand-primary)
}
.brk-testimonials-double__slider.double-dark .brk-testimonials-double__name strong, .brk-testimonials-double__slider.double-dark .brk-testimonials-double__title {
	color: var(--white)
}
.brk-testimonials-double__slider.double-dark .brk-rating__layer i, .brk-testimonials-double__slider.double-dark .brk-testimonials-double__name span, .brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__name span {
	color: rgba(var(--white-rgb), .5)
}
.brk-testimonials-double__slider.double-dark .double-pagination-bullet:before, .brk-testimonials-double__slider.double-dark-blue .double-pagination-bullet:before {
	background-color: var(--white)
}
.brk-testimonials-double__slider.double-dark .double-pagination-bullet-active {
	border: 1px solid #fff
}
.brk-testimonials-double__slider.double-dark-blue:before {
	background-color: rgba(0, 2, 67, .78)
}
.brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__type-reviews {
	background-color: var(--white);
	color: var(--brand-primary)
}
.brk-testimonials-double__slider.double-dark .brk-rating__imposition i, .brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__name strong, .brk-testimonials-double__slider.double-dark-blue .brk-testimonials-double__title {
	color: var(--white)
}
.brk-testimonials-double__slider.double-dark-blue .double-pagination-bullet-active {
	border: 1px solid #fff
}
.brk-testimonials-double__slider.double-dark-blue .brk-rating__layer i, .brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__name span {
	color: rgba(var(--white-rgb), .5)
}
.brk-testimonials-double__slider.double-dark-light:before {
	background-color: rgba(0, 0, 0, .7)
}
.brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__type-reviews {
	background-color: var(--brand-primary);
	color: var(--white)
}
.brk-testimonials-double__slider.double-dark-blue .brk-rating__imposition i, .brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__name strong, .brk-testimonials-double__slider.double-dark-light .brk-testimonials-double__title {
	color: var(--white)
}
.brk-testimonials-double__slider.double-dark-light .double-pagination-bullet:before {
	background-color: var(--brk-base-3)
}
.brk-testimonials-double__slider.double-dark-light .double-pagination-bullet-active {
	border: 1px solid #dbdbdb
}
.brk-testimonials-double__item {
	min-height: 240px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-testimonials-double__type-reviews {
	position: relative;
	min-width: 100px;
	padding-left: 10px;
	padding-right: 10px;
	height: 32px;
	border-radius: 16px;
	text-align: center;
	font-size: .875rem;
	line-height: 32px;
	z-index: 2;
	display: inline-block
}
.brk-testimonials-double__type-reviews_squared {
	border-radius: 0;
	font-size: .8125rem;
	height: 22px;
	line-height: 22px;
	min-width: 90px;
	font-weight: 400
}
.brk-testimonials-double__title {
	font-size: 1.5rem;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 37px;
	padding-right: 5px;
	margin-bottom: 38px
}
.brk-testimonials-double__contant {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: auto
}
.brk-testimonials-double__photo {
	flex-basis: 86px;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
.brk-testimonials-double__name {
	flex-basis: -webkit-calc(100% - 86px);
	flex-basis: calc(100% - 86px);
	width: -webkit-calc(100% - 86px);
	width: calc(100% - 86px);
	padding-left: 25px;
	padding-top: 7px
}
.brk-testimonials-double__name span, .brk-testimonials-double__name strong {
	display: block
}
.brk-testimonials-double__name strong {
	margin-top: 16px;
	font-size: 1rem;
	line-height: 16px
}
.brk-testimonials-double__name span {
	margin-top: 5px;
	font-size: .875rem;
	line-height: 14px
}
.brk-testimonials-layered-horizontal {
	min-height: 420px;
	background: no-repeat center;
	background-size: cover;
	position: relative;
	padding-bottom: 106px
}
.brk-testimonials-double__slider:before, .brk-testimonials-layered-horizontal .before-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}
.brk-testimonials-layered-horizontal .after-layer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 104px;
	z-index: 1;
	background-color: var(--white)
}
.brk-testimonials-layered-horizontal svg {
	position: absolute;
	top: 103px;
	left: 0;
	right: 0;
	z-index: 2
}
.brk-testimonials-layered-horizontal__container {
	max-width: 920px;
	margin: 0 auto;
	position: relative;
	z-index: 9
}
.brk-testimonials-layered-horizontal__container .layered-horizontal-slider {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px)
}
@media (max-width:575px) {
	.brk-testimonials-layered-horizontal__container .layered-horizontal-slider {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px)
	}
}
.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: 0
}
.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md i {
	font-size: 1rem
}
.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md.button-prev {
	left: 4px;
	outline: 0
}
.brk-testimonials-layered-horizontal__container .swiper-base-arrow-md.button-next {
	right: 4px;
	outline: 0
}
.brk-testimonials-layered-horizontal__item {
	width: 100%;
	min-height: 420px;
	border-radius: 16px;
	position: relative;
	padding-top: 52px;
	box-shadow: 0 12px 31px rgba(0, 0, 0, .24);
	background-color: var(--white)
}
.brk-bordered-theme .brk-testimonials-layered-horizontal .overlay-horizontal, .brk-bordered-theme .brk-testimonials-layered-horizontal__item {
	border-radius: var(--b-radius)
}
.brk-testimonials-layered-horizontal .overlay-horizontal {
	position: absolute;
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	height: -webkit-calc(100% - 60px);
	height: calc(100% - 60px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 31px rgba(0, 0, 0, .24);
	border-radius: 16px;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 1;
	background-color: rgba(255, 255, 255, .8)
}
@media (max-width:575px) {
	.brk-testimonials-layered-horizontal .overlay-horizontal {
		display: none
	}
}
.brk-testimonials-layered-horizontal .overlay-horizontal.deactive {
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	height: -webkit-calc(100% - 400px);
	height: calc(100% - 400px);
	opacity: 0
}
.brk-testimonials-layered-horizontal__photo {
	width: 119px;
	height: 119px;
	border-radius: 50%;
	box-shadow: 0 0 0 16px rgba(0, 0, 0, .02);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	position: relative
}
.brk-testimonials-layered-horizontal__photo:before {
	content: '';
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, .06)
}
.brk-testimonials-layered-horizontal__name {
	font-size: 1.125rem;
	line-height: 18px;
	margin-top: 41px
}
.brk-testimonials-layered-horizontal__job {
	font-size: .9375rem;
	line-height: 17px;
	margin-top: 6px;
	color: #9f9f9f
}
.brk-testimonials-layered-horizontal__comment {
	font-size: 1rem;
	line-height: 26px;
	padding: 0 15px;
	max-width: 700px;
	margin: 28px auto 0;
	color: #9f9f9f
}
@media (max-width:767px) {
	.brk-testimonials-layered-horizontal__comment {
		padding: 0 15px 15px
	}
}
.brk-testimonials-layered-vertical {
	max-width: 970px;
	margin: 0 auto;
	position: relative;
	padding: 0 100px
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical {
		padding: 0 15px
	}
}
.brk-testimonials-layered-vertical__container {
	max-width: 770px;
	padding: 40px 0
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical__container {
		padding: 100px 0 40px
	}
}
.brk-testimonials-layered-vertical__container .swiper-base-arrow-vertical {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 64px;
	height: 72px
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical__container .swiper-base-arrow-vertical {
		top: 5px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
.brk-testimonials-layered-vertical__container .swiper-base-arrow-vertical i {
	font-size: 4rem;
	line-height: 64px;
	color: var(--brand-primary)
}
.brk-testimonials-layered-vertical__container .swiper-base-arrow-vertical.button-prev {
	left: 19px;
	outline: 0
}
.brk-testimonials-layered-vertical__container .swiper-base-arrow-vertical.button-next {
	right: 19px;
	outline: 0
}
.brk-testimonials-layered-vertical .overlay-vertical {
	position: absolute;
	width: -webkit-calc(100% - 280px);
	width: calc(100% - 280px);
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 12px 31px rgba(0, 0, 0, .24);
	border-radius: 16px;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	z-index: 1;
	background-color: var(--white)
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical .overlay-vertical {
		display: none
	}
}
.brk-testimonials-layered-vertical .overlay-vertical.deactive {
	width: 100px;
	height: 100px;
	opacity: 0
}
.brk-testimonials-layered-vertical .swiper-wrapper {
	height: 370px
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical .swiper-wrapper {
		height: 500px
	}
}
@media (max-width:575px) {
	.brk-testimonials-layered-vertical .swiper-wrapper {
		height: 540px
	}
}
@media (max-width:375px) {
	.brk-testimonials-layered-vertical .swiper-wrapper {
		height: 580px
	}
}
.brk-testimonials-layered-vertical__item {
	width: 100%;
	height: 100%;
	min-height: 370px;
	border-radius: 16px;
	position: relative;
	text-align: left;
	box-shadow: 0 12px 31px rgba(0, 0, 0, .24);
	background-color: var(--white)
}
.brk-testimonials-layered-vertical__person {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #f4f4f4
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical__person {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}
.brk-testimonials-layered-vertical__person-info {
	flex-basis: 60%;
	width: 60%;
	padding-left: 41px
}
.brk-testimonials-layered-vertical__person-info:after, .brk-testimonials-layered-vertical__person-info:before {
	content: " ";
	display: table
}
.brk-testimonials-layered-vertical__person-info:after {
	clear: both
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical__person-info {
		flex-basis: 100%;
		width: 100%;
		padding-left: 0;
		text-align: center
	}
}
.brk-testimonials-layered-vertical__photo {
	width: 91px;
	height: 91px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	margin-right: 23px;
	box-shadow: 0 0 0 3px #f0f0f0;
	float: left
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical__photo {
		float: none;
		margin: 0 auto
	}
}
.brk-testimonials-layered-vertical__name {
	font-size: 1.3125rem;
	line-height: 21px;
	margin-top: 27px
}
.brk-testimonials-layered-vertical__job {
	font-size: .9375rem;
	line-height: 17px;
	margin-top: 5px;
	color: #9f9f9f
}
.brk-testimonials-layered-vertical__comment {
	font-size: 1rem;
	line-height: 26px;
	padding: 36px 15px 15px;
	max-width: 700px;
	margin: 0 auto;
	color: #9f9f9f
}
.brk-testimonials-layered-vertical .brk-rating {
	right: 40px;
	top: 6px
}
@media (max-width:767px) {
	.brk-testimonials-layered-vertical .brk-rating {
		right: auto;
		top: 15px
	}
}
.brk-testimonials-circle {
	height: 700px;
	position: relative;
	margin-bottom: 45px;
	text-align: center
}
@media (max-width:575px) {
	.brk-testimonials-circle {
		height: 500px
	}
}
.brk-testimonials-circle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 9;
	border-top: 15px solid var(--white)
}
.brk-testimonials-circle .circle-slider {
	width: 100%;
	height: 100%
}
.brk-testimonials-circle__parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}
.brk-testimonials-circle__parallax-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7)
}
.brk-testimonials-circle__item {
	position: absolute;
	top: -webkit-calc(50% - 20px);
	top: calc(50% - 20px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
	max-width: 800px;
	color: var(--white)
}
.brk-testimonials-circle__item i {
	font-size: 2.75rem;
	line-height: 30px;
	margin-bottom: 45px;
	color: rgba(var(--white-rgb), .3)
}
.brk-testimonials-circle__comment {
	font-size: 1.625rem;
	line-height: 44px;
	letter-spacing: -.025em
}
@media (max-width:575px) {
	.brk-testimonials-circle__comment {
		font-size: 1rem;
		line-height: 28px
	}
}
.brk-testimonials-circle__name {
	font-size: .75rem;
	line-height: 14px;
	margin-top: 40px;
	letter-spacing: .03em
}
.brk-testimonials-circle__name span {
	text-transform: uppercase
}
.brk-testimonials-circle .circle-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 100%;
	height: 82px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 99
}
.brk-testimonials-circle .circle-pagination-bullet {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin: 0 25px;
	background: no-repeat center center;
	background-size: cover;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 2px solid var(--white);
	outline: 0
}
@media (max-width:575px) {
	.brk-testimonials-circle .circle-pagination-bullet {
		width: 30px;
		height: 30px;
		margin: 0 8px
	}
}
.brk-testimonials-circle .circle-pagination-bullet-active, .brk-testimonials-circle .circle-pagination-bullet:hover {
	-webkit-transform: scale(1.66667);
	transform: scale(1.66667);
	border-width: 1px
}
@media (max-width:575px) {
	.brk-testimonials-circle .circle-pagination-bullet-active, .brk-testimonials-circle .circle-pagination-bullet:hover {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
}
.swiper-pagination-base {
	margin: 43px auto 0;
	-webkit-transform: none!important;
	transform: none!important;
	display: -webkit-box;
	display: flex;
	width: 100px
}
.swiper-pagination-base .swiper-pagination-bullet {
	flex-basis: 8px;
	min-width: 8px;
	height: 8px;
	outline: 0
}
.dash-six-arrow {
	width: 68px;
	height: 68px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	z-index: 9;
	background-color: var(--brand-primary);
	color: var(--white)
}
.dash-six-arrow-next, .dash-six-arrow-prev {
	position: absolute;
	width: 50%;
	height: 100%;
	cursor: pointer;
	outline: 0
}
.dash-six-arrow-next i, .dash-six-arrow-prev i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px
}
.dash-six-arrow-prev {
	left: 0
}
.dash-six-arrow-prev i {
	right: 7px
}
.dash-six-arrow-next {
	right: 0
}
.dash-six-arrow-next i {
	left: 7px
}
.double-pagination {
	position: absolute;
	top: 54px;
	right: 33px;
	display: -webkit-box;
	display: flex;
	z-index: 3
}
.double-pagination-bullet, .double-pagination-bullet:before {
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.double-pagination-bullet {
	border: 1px solid transparent;
	margin: 0 7px;
	cursor: pointer;
	outline: 0;
	width: 12px;
	height: 12px;
	position: relative
}
.double-pagination-bullet:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.double-pagination-bullet-active:before {
	opacity: 0
}
.swiper-pagination-bullet-active {
	background-color: var(--brand-primary)
}
.indent__1 {
	padding: 70px 30px 60px
}
@media (min-width:768px) {
	.indent__1 {
		padding: 100px 50px 70px 50px;
	}
}
.cfa__container {
	padding: 17px 25px
}
@media (min-width:992px) {
	.cfa__container p {
		margin-left: 30px;
		margin-right: 30px
	}
	.cfa__container {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center
	}
}
.cfa__container>* {
	margin: 10px 20px
}
.cfa__minimal {
	padding: 17px 25px;
	position: relative;
	z-index: 1
}
.cfa__minimal:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 36px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -3px;
	background: var(--secondary);
	border-radius: 50px
}
@media (min-width:992px) {
	.cfa__minimal p {
		margin-left: 30px;
		margin-right: 30px
	}
	.cfa__minimal {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center
	}
}
.cfa__minimal .btn {
	box-shadow: 0 5px 21px rgba(0, 0, 0, .3)
}
.cfa__minimal>* {
	margin: 10px 20px
}
@media (max-width:991px) {
	.cfa__hot {
		text-align: center
	}
}
@media (min-width:992px) {
	.cfa__hot {
		display: -webkit-box;
		display: flex;
		justify-content: space-around;
		-webkit-box-align: center;
		align-items: center
	}
}
.cfa__hot>* {
	margin: 10px 0
}
.cfa__hot .btn:not(.btn-inside-out-invert) {
	background: 0 0;
	color: #fff
}
.cfa__hot .btn:not(.btn-inside-out-invert)>.after, .cfa__hot .btn:not(.btn-inside-out-invert)>.before {
	background: var(--brk-base-2)
}
.cfa__hot .btn:not(.btn-inside-out-invert) .border-btn {
	border-color: var(--brk-base-2)
}
.brk-form-strict .jq-select-multiple ul:hover, .cfa__hot_primary .btn .border-btn {
	border-color: var(--brand-primary)
}
.cfa__outer .cfa__heading {
	padding: 40px 20px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px
}
.cfa__outer p {
	max-width: 1010px;
	margin: 0 auto;
	padding: 40px 15px 8px;
	/* background: white; */
}
.cfa__outer .btn {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	margin: 0
}
.cfa__email *+p {
	margin-top: 27px
}
.cfa__trend {
	margin-bottom: 50px;
	position: relative;
	z-index: 1
}
@media (min-width:768px) {
	.cfa__trend {
		margin-right: 50px
	}
}
.cfa__trend h1, .cfa__trend h2 {
	font-size: 35px
}
@media (min-width:768px) {
	.cfa__trend h1, .cfa__trend h2 {
		font-size: 56px
	}
}
.cfa__trend .maxw-770 {
	margin-left: 0
}
.cfa__trend .icon-go {
	display: block;
	text-align: right;
	font-size: 36px;
	margin-top: 10px
}
@media (min-width:1200px) {
	.cfa__trend .icon-go {
		position: absolute;
		bottom: 80px;
		right: 80px
	}
}
.cfa__trend .grad-border {
	border-left: 12px solid var(--brk-base-2);
	border-right: 12px solid var(--secondary);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.cfa__trend .grad-border:after, .cfa__trend .grad-border:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 12px;
	background: -webkit-gradient(linear, left top, right top, from(var(--brk-base-2)), to(var(--secondary)));
	background: linear-gradient(to right, var(--brk-base-2), var(--secondary))
}
.cfa__trend .grad-border:after {
	top: auto;
	bottom: 0
}
.cfa__trend .divider-layers {
	margin-left: 0
}
.cfa__trend .divider-layers>.before {
	left: 0;
	-webkit-transform: none;
	transform: none
}
.cfa__trend .bg-after {
	display: none;
	position: absolute;
	top: 60px;
	left: 60px;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -2
}
@media (min-width:768px) {
	.cfa__trend .bg-after {
		display: block
	}
}
.cfa__image .bg-after:after, .cfa__trend .bg-after:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.cfa__trend .bg-after:before {
	background: rgba(255, 255, 255, .88)
}
.cfa__video {
	padding: 150px 0 50px;
	margin-top: -90px
}
.cfa__video .border-left {
	padding: 10px 35px;
	display: inline-block;
	vertical-align: middle;
	border-left: 3px solid var(--brk-base-2)
}
.cfa__image {
	z-index: 1
}
.cfa__image .btn {
	margin: 20px 0 0
}
.cfa__image .bg-after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-size: cover;
	z-index: -1
}
.cfa__image .bg-after:after {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
	background: linear-gradient(to right, #fff, transparent)
}
[dir=rtl] .cfa__image .bg-after:after {
	background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
	background: linear-gradient(to left, #fff, transparent)
}
.cfa__image.overlay__gradient>.overlay_after {
	z-index: -2
}
.cfa-card, .cfa__image {
	position: relative
}
.cfa-card__img-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}
@media screen and (max-width:767px) {
	.cfa-card__img-container {
		position: relative
	}
}
.cfa-card__img {
	margin-left: 30px;
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
	height: auto
}
@media screen and (max-width:767px) {
	.cfa-card__img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block
	}
}
.cfa-card__btn {
	box-shadow: 0 5px 16px rgba(0, 0, 0, .2)!important;
	background-color: #fff!important;
	color: var(--brand-primary)!important
}
.cfa-card__btn .border-btn {
	display: none
}
.cfa-lined__line {
	height: 46px;
	width: 3px;
	-webkit-box-flex: 0;
	flex-grow: 0
}
.brk-form-checkbox-label, .brk-form-radio, .brk-form-radio-label, .brk-form-strict .brk-form-date-wrap, .brk-form-strict .jq-selectbox, .brk-form-wrap, [type=file]~.file-info {
	margin-top: 30px
}
.brk-form [type=email], .brk-form [type=password], .brk-form [type=search], .brk-form [type=tel], .brk-form [type=text] {
	height: 58px
}
.brk-form [type=date]::-webkit-calendar-picker-indicator, .brk-form [type=date]::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none
}
.brk-form-file-wrap {
	width: 100%;
	display: block;
	position: relative
}
.brk-form-file-wrap-transparent {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	display: block;
	position: relative
}
.brk-form-strict_bd-white [type=email], .brk-form-strict_bd-white [type=password], .brk-form-strict_bd-white [type=search], .brk-form-strict_bd-white [type=tel], .brk-form-strict_bd-white [type=text] {
	border-bottom: 1px solid #fff!important
}
.brk-form-strict_bd-white .brk-form-wrap-active [type=email], .brk-form-strict_bd-white .brk-form-wrap-active [type=password], .brk-form-strict_bd-white .brk-form-wrap-active [type=search], .brk-form-strict_bd-white .brk-form-wrap-active [type=tel], .brk-form-strict_bd-white .brk-form-wrap-active [type=text] {
	border-bottom-color: #fff!important
}
.brk-form-strict [type=email]:not([disabled]), .brk-form-strict [type=password]:not([disabled]), .brk-form-strict [type=search]:not([disabled]), .brk-form-strict [type=tel]:not([disabled]), .brk-form-strict [type=text]:not([disabled]), .brk-form-strict textarea:not([disabled]) {
	width: 100%;
	font-size: .875rem;
	background-color: transparent
}
.brk-form-strict [type=date]:not([disabled]) {
	background-color: transparent
}
.brk-form-strict [type=email], .brk-form-strict [type=password], .brk-form-strict [type=search], .brk-form-strict [type=tel], .brk-form-strict [type=text] {
	height: 54px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0 15px 0 21px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-bottom: 1px solid var(--form-color-1);
	color: var(--brk-dark-base)
}
.brk-form-strict [type=email]+.input-label, .brk-form-strict [type=password]+.input-label, .brk-form-strict [type=search]+.input-label, .brk-form-strict [type=tel]+.input-label, .brk-form-strict [type=text]+.input-label {
	position: absolute;
	top: 22px;
	left: 21px;
	display: block;
	font-size: .875rem;
	line-height: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-strict [type=email][disabled], .brk-form-strict [type=password][disabled], .brk-form-strict [type=search][disabled], .brk-form-strict [type=tel][disabled], .brk-form-strict [type=text][disabled] {
	border-bottom: 1px solid #e9e9e9
}
.brk-form-strict [type=email][disabled]+.input-label, .brk-form-strict [type=password][disabled]+.input-label, .brk-form-strict [type=search][disabled]+.input-label, .brk-form-strict [type=tel][disabled]+.input-label, .brk-form-strict [type=text][disabled]+.input-label {
	cursor: default
}
.brk-form-strict [type=email].transparent-border, .brk-form-strict [type=password].transparent-border, .brk-form-strict [type=search].transparent-border, .brk-form-strict [type=tel].transparent-border, .brk-form-strict [type=text].transparent-border {
	border-bottom: 1px solid rgba(255, 255, 255, .8)
}
.brk-form-strict [type=email][required]+.input-label:after, .brk-form-strict [type=password][required]+.input-label:after, .brk-form-strict [type=search][required]+.input-label:after, .brk-form-strict [type=tel][required]+.input-label:after, .brk-form-strict [type=text][required]+.input-label:after {
	content: "*";
	position: absolute;
	color: var(--brand-primary);
	padding-left: 5px
}
.brk-form-strict textarea, .brk-form-strict textarea+.input-label {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brk-form-strict textarea {
	min-height: 170px;
	padding: 10px 15px;
	border: 1px solid var(--form-color-1);
	line-height: 18px
}
.brk-form-strict textarea+.input-label {
	position: absolute;
	top: 21px;
	left: 26px;
	display: block;
	font-size: .875rem;
	line-height: 14px;
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-strict textarea.bordered-bottom {
	border-left: 0;
	border-top: 0;
	border-right: 0
}
.brk-form-strict textarea.resizable-none {
	resize: none
}
.brk-form-strict .jq-selectbox {
	width: 100%;
	text-align: left;
	cursor: pointer
}
.brk-form-strict .jq-selectbox__select {
	width: 100%;
	height: 54px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border-bottom: 1px solid var(--brk-base-4);
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-strict .jq-selectbox__select-text {
	line-height: 54px;
	padding: 0 15px 0 21px
}
.brk-form-strict .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 41px
}
.brk-form-strict .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 27px;
	left: 18px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 6px solid var(--brand-primary)
}
.brk-form-strict .jq-selectbox__dropdown {
	width: 100%;
	border-top: transparent;
	background-color: var(--white);
	border: 1px solid var(--brand-primary)
}
.brk-form-strict .jq-selectbox__dropdown ul {
	max-height: 170px;
	padding: 12px 0
}
.brk-form-round .jq-select-multiple ul li, .brk-form-round .jq-selectbox__dropdown ul li, .brk-form-strict .jq-select-multiple ul li, .brk-form-strict .jq-selectbox__dropdown ul li, .brk-form-strict [type=file]~.file-info, .brk-form-transparent .jq-selectbox__dropdown ul li {
	padding: 0 10px 0 30px;
	line-height: 34px;
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-strict .jq-selectbox__dropdown ul li.sel {
	color: var(--brk-base-4)
}
.brk-form-strict .jq-select-multiple ul li.selected, .brk-form-strict .jq-select-multiple ul li:hover, .brk-form-strict .jq-selectbox__dropdown ul li.selected, .brk-form-strict .jq-selectbox__dropdown ul li:hover {
	color: var(--brand-primary)
}
.brk-form-strict .jq-selectbox.opened .jq-selectbox__select {
	border-bottom-color: var(--brand-primary)
}
.brk-form-strict .jq-selectbox.opened .jq-selectbox__select-text {
	color: var(--brk-dark-base)
}
.brk-form-strict .jq-select-multiple {
	width: 100%;
	height: 170px;
	text-align: left;
	cursor: pointer;
	margin-top: 30px
}
.brk-form-strict .jq-select-multiple ul {
	height: 100%!important;
	padding: 12px 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 1px solid var(--brk-base-4)
}
.brk-form-strict [type=file] {
	display: none
}
.brk-form-strict [type=file]~.file-info {
	width: 100%;
	display: block;
	font-size: .875rem;
	height: 42px;
	text-align: left;
	box-shadow: none;
	padding: 0 20px 0 13px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid var(--brk-base-4)
}
.brk-form-strict [type=file]~.file-info:active, .brk-form-strict [type=file]~.file-info:focus {
	border-bottom-color: var(--brand-primary)
}
.brk-form-strict [type=file]~.icon-before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 14px
}
.brk-form-strict [type=file]~.icon-before i {
	position: absolute;
	top: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .875rem;
	line-height: 14px;
	color: var(--brand-primary)
}
.brk-form-strict .brk-form-date-wrap, .brk-form-wrap {
	position: relative
}
.brk-form-strict .brk-form-date-wrap input {
	width: 100%;
	height: 54px;
	border: 0;
	font-size: .875rem;
	border-radius: 0;
	box-shadow: none;
	padding: 0 15px 0 21px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	border-bottom: 1px solid var(--brk-base-4);
	color: var(--brk-dark-base)
}
.brk-form-strict .brk-form-date-wrap input::-webkit-input-placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-strict .brk-form-date-wrap input:-ms-input-placeholder, .brk-form-strict .brk-form-date-wrap input::-ms-input-placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-strict .brk-form-date-wrap input::placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-strict .brk-form-date-wrap input:active, .brk-form-strict .brk-form-date-wrap input:focus {
	border-bottom-color: var(--brand-primary)
}
.brk-form-strict .brk-form-date-wrap input~.icon-before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 14px
}
.brk-form-strict .brk-form-date-wrap input~.icon-before i {
	position: absolute;
	left: 50%;
	bottom: 19px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .875rem;
	line-height: 14px;
	color: var(--brand-primary)
}
.brk-form-strict .brk-form-checkbox {
	display: inline-block
}
.brk-form-strict .brk-form-checkbox input, .brk-form-strict .brk-form-radio input {
	display: none
}
.brk-form-strict .brk-form-checkbox .checkbox-custom {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 1px;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	background-color: #dee2e6;
	border-radius: .25rem;
}
.brk-form-strict .brk-form-checkbox .checkbox-custom i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .875rem;
	line-height: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: var(--white)
}
.brk-form-strict .brk-form-checkbox input:checked+.checkbox-custom {
	border-color: var(--brand-primary);
	background-color: var(--brand-primary)
}
.brk-form-round .brk-form-checkbox input:checked+.checkbox-custom i, .brk-form-round .brk-form-radio input:checked+.radio-custom:before, .brk-form-strict .brk-form-checkbox input:checked+.checkbox-custom i, .brk-form-strict .brk-form-radio input:checked+.radio-custom:before, .brk-form-transparent .brk-form-checkbox input:checked+.checkbox-custom i, .brk-form-transparent .brk-form-radio input:checked+.radio-custom i {
	opacity: 1;
	visibility: visible
}
.brk-form-strict .brk-form-checkbox-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	cursor: pointer;
	vertical-align: middle;
	color: var(--brk-dark-base)
}
.brk-form-strict .brk-form-radio {
	display: inline-block
}
.brk-form-strict .brk-form-radio .radio-custom {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-top: 1px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #e7e7e7;
	background-color: var(--white)
}
.brk-form-strict .brk-form-radio .radio-custom:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: var(--brand-primary)
}
.brk-form-strict .brk-form-radio input:checked+.radio-custom {
	border-color: var(--brand-primary)
}
.brk-form-strict .brk-form-radio-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	vertical-align: middle;
	cursor: pointer;
	color: var(--brk-dark-base)
}
.brk-form-strict_silver [type=email], .brk-form-strict_silver [type=password], .brk-form-strict_silver [type=search], .brk-form-strict_silver [type=tel], .brk-form-strict_silver [type=text] {
	border-bottom: 2px solid rgba(255, 255, 255, .2)!important;
	color: #868686
}
.brk-form-strict_silver [type=email]+.input-label, .brk-form-strict_silver [type=password]+.input-label, .brk-form-strict_silver [type=search]+.input-label, .brk-form-strict_silver [type=tel]+.input-label, .brk-form-strict_silver [type=text]+.input-label, .brk-form-strict_silver textarea+.input-label {
	color: #868686
}
.brk-form-strict_silver textarea {
	border: 2px solid rgba(255, 255, 255, .2)
}
.brk-form-strict_silver textarea.bordered-bottom {
	border-left: 0;
	border-top: 0;
	border-right: 0
}
.brk-form-strict_silver textarea.resizable-none {
	resize: none
}
.brk-form-row .brk-form-wrap, .cfa_footer form {
	-webkit-box-flex: 1;
	flex-grow: 1
}
.brk-form-wrap .input-label {
	cursor: text
}
.brk-form-wrap-active [type=email], .brk-form-wrap-active [type=password], .brk-form-wrap-active [type=search], .brk-form-wrap-active [type=tel], .brk-form-wrap-active [type=text] {
	border-bottom-color: var(--brand-primary)
}
.brk-form-wrap-active [type=email]+.input-label, .brk-form-wrap-active [type=password]+.input-label, .brk-form-wrap-active [type=search]+.input-label, .brk-form-wrap-active [type=tel]+.input-label, .brk-form-wrap-active [type=text]+.input-label, .brk-form-wrap-active textarea+.input-label {
	top: 0;
	left: 12px;
	font-size: .75rem;
	letter-spacing: -.06em
}
.brk-form-wrap-active textarea {
	border: 1px solid var(--brand-primary)
}
.brk-form-wrap-active textarea+.input-label {
	top: -25px
}
.brk-form-round .brk-form-label {
	display: block;
	width: 100%;
	text-align: left;
	font-size: .875rem;
	padding-left: 31px;
	margin-bottom: 19px
}
.brk-form-round [type=email], .brk-form-round [type=password], .brk-form-round [type=search], .brk-form-round [type=tel], .brk-form-round [type=text] {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: .875rem;
	padding: 0 20px 0 30px;
	box-shadow: none;
	background-color: var(--white);
	border: 2px solid rgba(205, 205, 205, .2);
	color: var(--brk-dark-base)
}
.brk-form-round .brk-form-date-wrap input::-webkit-input-placeholder, .brk-form-round [type=email]::-webkit-input-placeholder, .brk-form-round [type=password]::-webkit-input-placeholder, .brk-form-round [type=search]::-webkit-input-placeholder, .brk-form-round [type=tel]::-webkit-input-placeholder, .brk-form-round [type=text]::-webkit-input-placeholder, .brk-form-round textarea::-webkit-input-placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-round .brk-form-date-wrap input:-ms-input-placeholder, .brk-form-round .brk-form-date-wrap input::-ms-input-placeholder, .brk-form-round [type=email]:-ms-input-placeholder, .brk-form-round [type=email]::-ms-input-placeholder, .brk-form-round [type=password]:-ms-input-placeholder, .brk-form-round [type=password]::-ms-input-placeholder, .brk-form-round [type=search]:-ms-input-placeholder, .brk-form-round [type=search]::-ms-input-placeholder, .brk-form-round [type=tel]:-ms-input-placeholder, .brk-form-round [type=tel]::-ms-input-placeholder, .brk-form-round [type=text]:-ms-input-placeholder, .brk-form-round [type=text]::-ms-input-placeholder, .brk-form-round textarea:-ms-input-placeholder, .brk-form-round textarea::-ms-input-placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-round .brk-form-date-wrap input::placeholder, .brk-form-round [type=email]::placeholder, .brk-form-round [type=password]::placeholder, .brk-form-round [type=search]::placeholder, .brk-form-round [type=tel]::placeholder, .brk-form-round [type=text]::placeholder, .brk-form-round textarea::placeholder {
	color: rgba(var(--brk-dark-base-rgb), .4);
	opacity: 1
}
.brk-form-round .brk-form-date-wrap input:active, .brk-form-round .brk-form-date-wrap input:focus, .brk-form-round [type=email]:active, .brk-form-round [type=email]:focus, .brk-form-round [type=password]:active, .brk-form-round [type=password]:focus, .brk-form-round [type=search]:active, .brk-form-round [type=search]:focus, .brk-form-round [type=tel]:active, .brk-form-round [type=tel]:focus, .brk-form-round [type=text]:active, .brk-form-round [type=text]:focus, .brk-form-round textarea:active, .brk-form-round textarea:focus {
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5);
	border-color: var(--brk-base-2)
}
.brk-form-round [type=email][disabled], .brk-form-round [type=password][disabled], .brk-form-round [type=search][disabled], .brk-form-round [type=tel][disabled], .brk-form-round [type=text][disabled] {
	border: 2px solid rgba(205, 205, 205, .2);
	background-color: #f6f6f6
}
.brk-form-round [type=email][disabled]:active, .brk-form-round [type=email][disabled]:focus, .brk-form-round [type=email][readonly]:active, .brk-form-round [type=email][readonly]:focus, .brk-form-round [type=password][disabled]:active, .brk-form-round [type=password][disabled]:focus, .brk-form-round [type=password][readonly]:active, .brk-form-round [type=password][readonly]:focus, .brk-form-round [type=search][disabled]:active, .brk-form-round [type=search][disabled]:focus, .brk-form-round [type=search][readonly]:active, .brk-form-round [type=search][readonly]:focus, .brk-form-round [type=tel][disabled]:active, .brk-form-round [type=tel][disabled]:focus, .brk-form-round [type=tel][readonly]:active, .brk-form-round [type=tel][readonly]:focus, .brk-form-round [type=text][disabled]:active, .brk-form-round [type=text][disabled]:focus, .brk-form-round [type=text][readonly]:active, .brk-form-round [type=text][readonly]:focus {
	box-shadow: none;
	border-color: rgba(205, 205, 205, .2)
}
.brk-form-round .brk-form-date-wrap input, .brk-form-round textarea {
	width: 100%;
	border-radius: 27px;
	font-size: .875rem;
	border: 2px solid rgba(205, 205, 205, .2);
	color: var(--brk-dark-base)
}
.brk-form-round textarea {
	min-height: 170px;
	line-height: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 26px 15px 15px 29px
}
.brk-form-round textarea.resizable-none {
	resize: none
}
.brk-form-round .jq-selectbox {
	width: 100%;
	text-align: left;
	cursor: pointer
}
.brk-form-round .jq-selectbox__select {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	border: 2px solid rgba(205, 205, 205, .2);
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-round .jq-selectbox__select-text {
	line-height: 50px;
	padding: 0 15px 0 29px
}
.brk-form-round .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 41px
}
.brk-form-round .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 24px;
	left: 12px;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid var(--brk-base-2)
}
.brk-form-round .jq-selectbox__trigger-arrow:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -4px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid var(--white)
}
.brk-form-round .jq-selectbox__dropdown {
	width: 100%;
	border-top: transparent;
	border-radius: 0 0 27px 27px;
	padding: 0 1px 21px 0;
	top: 52px;
	background-color: var(--white);
	border: 2px solid var(--brk-base-2);
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5)
}
.brk-form-round .jq-selectbox__dropdown:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: var(--white)
}
.brk-form-round .jq-selectbox__dropdown ul {
	max-height: 170px;
	padding: 12px 0
}
.brk-form-round .jq-selectbox__dropdown ul li.sel, .brk-form-round .jq-selectbox__dropdown ul li.selected, .brk-form-round .jq-selectbox__dropdown ul li:hover {
	color: var(--brk-base-2)
}
.brk-form-round .jq-selectbox.opened .jq-selectbox__select {
	border-color: var(--brk-base-2);
	border-bottom-color: transparent;
	border-radius: 27px 27px 0 0
}
.brk-form-round .jq-selectbox.opened .jq-selectbox__select-text {
	color: var(--brk-dark-base)
}
.brk-form-round .jq-select-multiple {
	width: 100%;
	height: 170px;
	text-align: left;
	cursor: pointer;
	border-radius: 27px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 11px 5px 11px 0;
	border: 2px solid rgba(205, 205, 205, .2);
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-round .jq-select-multiple:hover {
	border-color: var(--brk-base-2);
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5)
}
.brk-form-round .jq-select-multiple ul {
	height: 100%!important;
	padding: 12px 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brk-form-round .jq-select-multiple ul li.selected, .brk-form-round .jq-select-multiple ul li:hover {
	color: var(--brand-primary)
}
.brk-form-round [type=file] {
	display: none
}
.brk-form-round [type=file]~.file-info {
	width: 100%;
	display: block;
	font-size: .875rem;
	line-height: 50px;
	height: 54px;
	border-radius: 27px;
	text-align: left;
	box-shadow: none;
	padding: 0 20px 0 29px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	margin: 0;
	background-color: var(--white);
	border: 2px solid rgba(205, 205, 205, .2);
	color: rgba(var(--brk-dark-base-rgb), .4)
}
.brk-form-round [type=file]~.icon-before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	width: 18px
}
.brk-form-round [type=file]~.icon-before i {
	position: absolute;
	top: 19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: .875rem;
	line-height: 18px;
	color: var(--brk-base-2)
}
.brk-form-btn-inside, .brk-form-round .brk-form-date-wrap, .brk-form-round-btn-inside-full {
	position: relative
}
.brk-form-round .brk-form-date-wrap input {
	height: 54px;
	padding: 0 20px 0 30px;
	box-shadow: none;
	cursor: pointer;
	background-color: var(--white)
}
.brk-form-round .brk-form-date-wrap input+.icon-before {
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 7px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background-image: linear-gradient(to top, var(--brk-base-2), var(--brk-base-5))
}
.brk-form-round .brk-form-checkbox .checkbox-custom i, .brk-form-round .brk-form-date-wrap input+.icon-before i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .875rem;
	line-height: 14px;
	color: var(--white)
}
.brk-form-round .brk-form-checkbox {
	display: inline-block
}
.brk-form-round .brk-form-checkbox input, .brk-form-round .brk-form-radio input {
	display: none
}
.brk-form-round .brk-form-checkbox .checkbox-custom {
	width: 20px;
	height: 20px;
	display: block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 1px;
	cursor: pointer;
	border: 1px solid #e7e7e7;
	background-color: var(--white)
}
.brk-form-round .brk-form-checkbox .checkbox-custom i {
	font-size: .5625rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.brk-form-round .brk-form-checkbox input:checked+.checkbox-custom {
	border: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background-image: linear-gradient(to top, var(--brk-base-2), var(--brk-base-5))
}
.brk-form-round .brk-form-checkbox-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	vertical-align: middle;
	cursor: pointer;
	color: var(--brk-dark-base)
}
.brk-form-round .brk-form-radio {
	display: inline-block
}
.brk-form-round .brk-form-radio .radio-custom {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-top: 1px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #e7e7e7;
	background-color: var(--white)
}
.brk-form-round .brk-form-radio .radio-custom:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background-image: linear-gradient(to top, var(--brk-base-2), var(--brk-base-5))
}
.brk-form-round .brk-form-radio input:checked+.radio-custom {
	border-color: var(--brk-base-2)
}
.brk-form-round .brk-form-radio-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	vertical-align: middle;
	cursor: pointer;
	color: var(--brk-dark-base)
}
.brk-form-round-btn-inside-full button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}
.brk-form-transparent .brk-form-wrap {
	margin-top: 0;
	display: -webkit-box;
	display: flex
}
.brk-form-transparent .brk-form-label {
	display: block;
	width: 110px;
	text-align: right;
	font-size: .875rem;
	padding-right: 20px;
	margin-top: 15px
}
.brk-form-transparent [type=email], .brk-form-transparent [type=password], .brk-form-transparent [type=search], .brk-form-transparent [type=tel], .brk-form-transparent [type=text] {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 54px;
	border-radius: 27px;
	font-size: .875rem;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	padding: 0 15px 0 30px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: rgba(255, 255, 255, .12);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, .2)
}
.brk-form-transparent [type=email]::-webkit-input-placeholder, .brk-form-transparent [type=password]::-webkit-input-placeholder, .brk-form-transparent [type=search]::-webkit-input-placeholder, .brk-form-transparent [type=tel]::-webkit-input-placeholder, .brk-form-transparent [type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
	opacity: 1
}
.brk-form-transparent [type=email]:-ms-input-placeholder, .brk-form-transparent [type=email]::-ms-input-placeholder, .brk-form-transparent [type=password]:-ms-input-placeholder, .brk-form-transparent [type=password]::-ms-input-placeholder, .brk-form-transparent [type=search]:-ms-input-placeholder, .brk-form-transparent [type=search]::-ms-input-placeholder, .brk-form-transparent [type=tel]:-ms-input-placeholder, .brk-form-transparent [type=tel]::-ms-input-placeholder, .brk-form-transparent [type=text]:-ms-input-placeholder, .brk-form-transparent [type=text]::-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
	opacity: 1
}
.brk-form-transparent [type=email]::placeholder, .brk-form-transparent [type=password]::placeholder, .brk-form-transparent [type=search]::placeholder, .brk-form-transparent [type=tel]::placeholder, .brk-form-transparent [type=text]::placeholder {
	color: rgba(255, 255, 255, .4);
	opacity: 1
}
.brk-form-transparent [type=email]:active, .brk-form-transparent [type=email]:focus, .brk-form-transparent [type=password]:active, .brk-form-transparent [type=password]:focus, .brk-form-transparent [type=search]:active, .brk-form-transparent [type=search]:focus, .brk-form-transparent [type=tel]:active, .brk-form-transparent [type=tel]:focus, .brk-form-transparent [type=text]:active, .brk-form-transparent [type=text]:focus {
	border-color: var(--white)
}
.brk-form-transparent [type=email][disabled], .brk-form-transparent [type=password][disabled], .brk-form-transparent [type=search][disabled], .brk-form-transparent [type=tel][disabled], .brk-form-transparent [type=text][disabled] {
	border: 2px solid rgba(var(--white-rgb), .1);
	background-color: rgba(var(--white-rgb), .04)
}
.brk-form-transparent [type=email][disabled]:active, .brk-form-transparent [type=email][disabled]:focus, .brk-form-transparent [type=password][disabled]:active, .brk-form-transparent [type=password][disabled]:focus, .brk-form-transparent [type=search][disabled]:active, .brk-form-transparent [type=search][disabled]:focus, .brk-form-transparent [type=tel][disabled]:active, .brk-form-transparent [type=tel][disabled]:focus, .brk-form-transparent [type=text][disabled]:active, .brk-form-transparent [type=text][disabled]:focus {
	border-color: rgba(var(--white-rgb), .1)
}
.brk-form-transparent [type=email][readonly], .brk-form-transparent [type=password][readonly], .brk-form-transparent [type=search][readonly], .brk-form-transparent [type=tel][readonly], .brk-form-transparent [type=text][readonly] {
	border-color: transparent
}
.brk-form-transparent [type=email][readonly]:active, .brk-form-transparent [type=email][readonly]:focus, .brk-form-transparent [type=password][readonly]:active, .brk-form-transparent [type=password][readonly]:focus, .brk-form-transparent [type=search][readonly]:active, .brk-form-transparent [type=search][readonly]:focus, .brk-form-transparent [type=tel][readonly]:active, .brk-form-transparent [type=tel][readonly]:focus, .brk-form-transparent [type=text][readonly]:active, .brk-form-transparent [type=text][readonly]:focus {
	border-color: transparent
}
.brk-form-transparent textarea {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	min-height: 170px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	padding: 21px 15px 15px 30px;
	border-radius: 27px;
	font-size: .875rem;
	line-height: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 2px solid rgba(var(--white-rgb), .2);
	background: rgba(var(--white-rgb), .12);
	color: var(--white)
}
.brk-form-transparent .brk-form-date-wrap input::-webkit-input-placeholder, .brk-form-transparent textarea::-webkit-input-placeholder {
	color: rgba(var(--white-rgb), .4);
	opacity: 1
}
.brk-form-transparent .brk-form-date-wrap input:-ms-input-placeholder, .brk-form-transparent .brk-form-date-wrap input::-ms-input-placeholder, .brk-form-transparent textarea:-ms-input-placeholder, .brk-form-transparent textarea::-ms-input-placeholder {
	color: rgba(var(--white-rgb), .4);
	opacity: 1
}
.brk-form-transparent .brk-form-date-wrap input::placeholder, .brk-form-transparent textarea::placeholder {
	color: rgba(var(--white-rgb), .4);
	opacity: 1
}
.brk-form-transparent .brk-form-date-wrap input:active, .brk-form-transparent .brk-form-date-wrap input:focus, .brk-form-transparent textarea:active, .brk-form-transparent textarea:focus {
	border-color: var(--white)
}
.brk-form-transparent textarea.resizable-none {
	resize: none
}
.brk-form-transparent .jq-selectbox {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	text-align: left;
	cursor: pointer
}
.brk-form-transparent .jq-selectbox__select {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	border: 2px solid rgba(var(--white-rgb), .2);
	color: rgba(var(--white-rgb), .4);
	background: rgba(var(--white-rgb), .12)
}
.brk-form-transparent .jq-selectbox__select-text {
	line-height: 50px;
	padding: 0 15px 0 29px
}
.brk-form-transparent .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 41px
}
.brk-form-transparent .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 24px;
	left: 12px;
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 5px solid var(--white);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brk-form-transparent .jq-selectbox__dropdown {
	width: 100%;
	border-top: transparent;
	border-radius: 0 0 27px 27px;
	padding: 0 1px 21px 0;
	top: 52px;
	background-color: var(--white);
	border: 2px solid var(--white);
	box-shadow: 0 3px 10px rgba(var(--black-rgb), .1)
}
.brk-form-transparent .jq-selectbox__dropdown ul {
	max-height: 170px;
	padding: 12px 0
}
.brk-form-transparent .jq-selectbox__dropdown ul li.sel, .brk-form-transparent .jq-selectbox__dropdown ul li.selected, .brk-form-transparent .jq-selectbox__dropdown ul li:hover {
	color: var(--brk-base-2)
}
.brk-form-transparent .jq-selectbox.opened .jq-selectbox__select {
	border-radius: 27px 27px 0 0;
	border-color: var(--white);
	border-bottom-color: transparent;
	background-color: var(--white)
}
.brk-form-transparent .jq-selectbox.opened .jq-selectbox__select-text {
	color: var(--brk-dark-base)
}
.brk-form-transparent .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	border-top: 5px solid var(--brk-dark-base)
}
.brk-form-transparent .jq-select-multiple {
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px);
	height: 170px;
	text-align: left;
	cursor: pointer;
	border-radius: 27px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 11px 5px 11px 0;
	border: 2px solid rgba(var(--white-rgb), .2);
	color: rgba(var(--white-rgb), .4);
	background: rgba(var(--white-rgb), .12);
	box-shadow: 0 3px 10px rgba(var(--black-rgb), .1)
}
.brk-form-transparent .jq-select-multiple:hover {
	border-color: var(--white)
}
.brk-form-transparent .jq-select-multiple ul {
	height: 100%!important;
	padding: 12px 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}
.brk-form-transparent .jq-select-multiple ul li {
	padding: 0 10px 0 30px;
	line-height: 34px;
	color: rgba(var(--white-rgb), .4)
}
.brk-form-transparent .jq-select-multiple ul li.selected, .brk-form-transparent .jq-select-multiple ul li:hover {
	color: var(--white)
}
.brk-form-transparent [type=file] {
	display: none
}
.brk-form-transparent [type=file]~.file-info {
	width: 100%;
	display: block;
	font-size: .875rem;
	line-height: 50px;
	height: 54px;
	border-radius: 27px;
	text-align: left;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	padding: 0 20px 0 29px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
	margin-top: 0;
	background: rgba(var(--white-rgb), .12);
	border: 2px solid rgba(var(--white-rgb), .2);
	color: rgba(var(--white-rgb), .4)
}
.brk-form-transparent .brk-form-date-wrap input+.icon-before, .brk-form-transparent [type=file]~.icon-before {
	position: absolute;
	top: 7px;
	bottom: 0;
	right: 7px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(var(--brk-base-2)), to(var(--brk-base-5)));
	background-image: linear-gradient(to top, var(--brk-base-2), var(--brk-base-5))
}
.brk-form-transparent .brk-form-checkbox .checkbox-custom i, .brk-form-transparent .brk-form-date-wrap input+.icon-before i, .brk-form-transparent .brk-form-radio .radio-custom i, .brk-form-transparent [type=file]~.icon-before i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: .875rem;
	line-height: 14px;
	color: var(--white)
}
.brk-form-transparent .brk-form-date-wrap {
	position: relative;
	width: -webkit-calc(100% - 110px);
	width: calc(100% - 110px)
}
.brk-form-transparent .brk-form-date-wrap input {
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: .875rem;
	padding: 0 20px 0 30px;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background: rgba(var(--white-rgb), .12);
	border: 2px solid rgba(var(--white-rgb), .2)!important;
	color: var(--white)
}
.brk-form-transparent .brk-form-checkbox {
	display: inline-block
}
.brk-form-transparent .brk-form-checkbox input, .brk-form-transparent .brk-form-radio input, select.brk-form-multiselect-strict, select.brk-form-select-strict {
	display: none
}
.brk-form-transparent .brk-form-checkbox .checkbox-custom {
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	position: relative;
	float: left;
	vertical-align: middle;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-top: 1px;
	cursor: pointer;
	border: 2px solid rgba(var(--white-rgb), .2);
	background: rgba(var(--white-rgb), .12)
}
.brk-form-transparent .brk-form-checkbox .checkbox-custom i, .brk-form-transparent .brk-form-radio .radio-custom i {
	font-size: .5625rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.brk-form-transparent .brk-form-checkbox input:checked+.checkbox-custom, .brk-form-transparent .brk-form-radio input:checked+.radio-custom {
	border-color: var(--white)
}
.brk-form-transparent .brk-form-checkbox-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	vertical-align: middle;
	cursor: pointer;
	color: var(--white)
}
.brk-form-transparent .brk-form-radio {
	display: inline-block
}
.brk-form-transparent .brk-form-radio .radio-custom {
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
	border-radius: 50%;
	position: relative;
	float: left;
	vertical-align: middle;
	margin-top: 1px;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 2px solid rgba(var(--white-rgb), .2);
	background: rgba(var(--white-rgb), .12)
}
.brk-form-transparent .brk-form-radio-label {
	font-size: .875rem;
	line-height: 24px;
	padding-left: 8px;
	vertical-align: middle;
	cursor: pointer;
	color: var(--white)
}
.brk-form-transparent_dark [type=email], .brk-form-transparent_dark [type=password], .brk-form-transparent_dark [type=search], .brk-form-transparent_dark [type=tel], .brk-form-transparent_dark [type=text] {
	color: var(--text-base-color-1)
}
.brk-form-transparent_dark [type=email]::-webkit-input-placeholder, .brk-form-transparent_dark [type=password]::-webkit-input-placeholder, .brk-form-transparent_dark [type=search]::-webkit-input-placeholder, .brk-form-transparent_dark [type=tel]::-webkit-input-placeholder, .brk-form-transparent_dark [type=text]::-webkit-input-placeholder {
	color: var(--text-base-color-1);
	opacity: 1
}
.brk-form-transparent_dark [type=email]:-ms-input-placeholder, .brk-form-transparent_dark [type=email]::-ms-input-placeholder, .brk-form-transparent_dark [type=password]:-ms-input-placeholder, .brk-form-transparent_dark [type=password]::-ms-input-placeholder, .brk-form-transparent_dark [type=search]:-ms-input-placeholder, .brk-form-transparent_dark [type=search]::-ms-input-placeholder, .brk-form-transparent_dark [type=tel]:-ms-input-placeholder, .brk-form-transparent_dark [type=tel]::-ms-input-placeholder, .brk-form-transparent_dark [type=text]:-ms-input-placeholder, .brk-form-transparent_dark [type=text]::-ms-input-placeholder {
	color: var(--text-base-color-1);
	opacity: 1
}
.brk-form-transparent_dark [type=email]::placeholder, .brk-form-transparent_dark [type=password]::placeholder, .brk-form-transparent_dark [type=search]::placeholder, .brk-form-transparent_dark [type=tel]::placeholder, .brk-form-transparent_dark [type=text]::placeholder {
	color: var(--text-base-color-1);
	opacity: 1
}
.brk-form-btn-inside input {
	width: 100%!important
}
.brk-form-btn-inside button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 6px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-image: linear-gradient(10deg, var(--brand-primary), var(--brk-base-3))
}
.brk-form-btn-inside button i {
	color: #fff
}
.brk-form-btn-inside button i.fa-paper-plane {
	margin-left: -2px;
	margin-top: -2px
}
.brk-form-btn-inside button i.fa-search {
	margin-left: 1px
}
.brk-form-btn-inside button.btn-white {
	background-color: #fff;
	background-image: none
}
.brk-form-btn-inside button.btn-white i {
	color: var(--brand-primary)
}
.brk-form-btn-inside_left button {
	right: auto;
	left: 6px
}
.jq-select-multiple, .jq-selectbox {
	position: relative;
	display: inline-block
}
.jq-select-multiple select, .jq-selectbox select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0
}
.jq-select-multiple li, .jq-selectbox li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}
.jq-selectbox {
	z-index: 10
}
.jq-selectbox__select {
	position: relative
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis
}
.jq-selectbox__dropdown {
	position: absolute
}
.jq-selectbox__dropdown ul {
	overflow: auto;
	list-style: none
}
.jq-select-multiple ul, .jq-selectbox__dropdown ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
div.wpcf7 {
	margin: 0;
	padding: 0
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0
}
div.wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid red
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14
}
div.wpcf7-aborted, div.wpcf7-mail-sent-ng {
	border: 2px solid red
}
div.wpcf7-spam-blocked {
	border: 2px solid orange
}
div.wpcf7-acceptance-missing, div.wpcf7-validation-errors {
	border: 2px solid #f7e700
}
.wpcf7-form-control-wrap {
	position: relative
}
span.wpcf7-not-valid-tip {
	color: red;
	font-size: 1em;
	font-weight: 400;
	display: block
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid red;
	background: #fff;
	padding: .2em .8em
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em
}
span.wpcf7-list-item-label::after, span.wpcf7-list-item-label::before {
	content: " "
}
.wpcf7-display-none, div.wpcf7 div.ajax-error {
	display: none
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(https://ftc.vin/images/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: 0;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible
}
div.wpcf7 .placeheld {
	color: #888
}
div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0
}
div.wpcf7 input[type=file] {
	cursor: pointer
}
div.wpcf7 input[type=file]:disabled {
	cursor: default
}
.brk-strict-transparent-form input[type=text] {
	background-color: transparent;
	color: #fff;
	margin-right: 30px
}
.brk-strict-transparent-form .input-label {
	color: #fff!important
}
.brk-strict-transparent-form .brk-form-wrap {
	margin-top: 0;
	margin-right: 30px;
	-webkit-box-flex: 1;
	flex-grow: 1
}
@media screen and (max-width:992px) {
	.brk-strict-transparent-form {
		flex-wrap: wrap
	}
	.brk-strict-transparent-form .brk-form-wrap, .brk-strict-transparent-form input[type=text] {
		margin-right: 0
	}
	.brk-strict-transparent-form .btn {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0
	}
}
.flip-box {
	position: relative;
	width: 100%;
	max-width: 400px;
	display: inline-block;
	-webkit-perspective: 600px;
	perspective: 600px;
	/* margin-bottom:30px; */
}
.flip-box:hover .flip_horizontal {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	z-index: 9
}
.flip-box:hover .flip_vertical {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	z-index: 9
}
.flip-box__strict {
	height: 176px
}
@media screen and (max-width:479px) {
	.flip-box__strict {
		height: 190px
	}
}
.flip-box__strict-number {
	font-size: 13.375rem;
	line-height: 176px;
	margin-left: -10px
}
.flip-box__strict-item {
	padding-top: 17px;
	padding-bottom: 10px;
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, .94);
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}
.flip-box__strict-title {
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 44px;
	padding-top: 10px
}
.flip-box__bg {
	background-position: center center;
	background-size: cover
}
.flip-box__bg_overlay {
	position: relative
}
.flip-box__bg_overlay:before, .flip-box__multiply-decoration:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6)
}
.flip-box__position {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 15
}
.flip-box__position_35 {
	top: 35px
}
@media screen and (max-width:479px) {
	.flip-box__position_35 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.flip-box__position_75 {
	top: 75px
}
@media screen and (max-width:479px) {
	.flip-box__position_75 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.flip-box__gradient {
	height: 0;
	padding-bottom: 100%;
	min-height: 300px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}
.flip-box__gradient-pb100 {
	padding-bottom: 100%
}
.flip-box__gradient-title {
	color: #fff;
	position: absolute;
	padding: 0 15px;
	width: 100%;
	top: 50%;
	left: 0;
	line-height: 32px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.flip-box__gradient-h4 {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px
}
.flip-box__multiply {
	min-height: 360px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	display: inline-block
}
.flip-box__multiply-title {
	text-align: left;
	line-height: 74px;
	-webkit-text-fill-color: rgba(0, 0, 0, .3);
	color: rgba(0, 0, 0, .3);
	-webkit-background-clip: text;
	background-clip: text
}
[dir=rtl] .flip-box__multiply-title {
	text-align: right
}
.flip-box__multiply-h4, .flip-box__split h4 {
	color: #fff
}
.flip-box__multiply-decoration {
	background-position: center center;
	width: 56px;
	height: 56px;
	border-radius: 28px;
	color: #fff;
	position: relative;
	overflow: hidden
}
.flip-box__multiply-decoration_square {
	border-radius: 0
}
.flip-box__multiply-decoration:before {
	background-color: rgba(0, 0, 0, .3);
	z-index: 1
}
.flip-box__multiply-decoration i {
	position: absolute;
	top: -webkit-calc(50%);
	top: calc(50%);
	left: -webkit-calc(50% + 2px);
	left: calc(50% + 2px);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}
.flip-box__multiply-btn {
	min-width: 180px;
	min-height: 48px
}
.flip-box__multiply-btn.btn-inside-out>.before {
	padding-top: 12px
}
.flip-box__multiply_dark .flip-box__multiply-title {
	-webkit-text-fill-color: rgba(0, 0, 0, .76)
}
.flip-box__multiply_dark .flip-box__bg_overlay:before, .flip-box__multiply_dark .flip-box__multiply-decoration::before {
	background-color: rgba(0, 0, 0, .76)
}
.flip-box__split {
	min-height: 300px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}
.brk-bordered-theme .flip-box__split, .brk-bordered-theme .flip-box__split .flip__back {
	border-radius: var(--b-radius)
}
.flip-box__split-img {
	background: var(--text-base-color-3) no-repeat center center;
	background-size: contain;
	padding-bottom: 100%
}
.brk-bordered-theme .flip-box__split-img {
	border-top-left-radius: var(--b-radius);
	border-top-right-radius: var(--b-radius)
}
.flip-box__split-img_white {
	background: #fff no-repeat center center
}
.flip-box__split-info {
	background-color: #fff
}
.brk-bordered-theme .flip-box__split-info {
	border-bottom-left-radius: var(--b-radius);
	border-bottom-right-radius: var(--b-radius)
}
.brk-footer .brk-social-links_bordered .brk-social-links__item:hover i, .brk-form_footer-5 button:hover, .flip-box__split-price {
	color: #fff
}
.flip-box__split-price>span:first-child {
	text-decoration: line-through;
	padding-right: 13px
}
.flip-box__split .old-price {
	text-decoration: line-through;
	padding-right: 13px;
	color: var(--text-base-color-1)
}
.flip-box__split-list {
	/* border-top:1px solid rgba(255,255,255,.1); */
	/* border-bottom:1px solid rgba(255,255,255,.1); */
	color: #fff;
	/* padding-left: 10px; */
	/* padding-right: 30px; */
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	overflow-y: auto;
	-webkit-box-flex: 1;
	flex-grow: 1;
}
[dir=rtl] .flip-box__split-list {
	padding-left: 30px;
	padding-right: 20px
}
.flip-box__split-list::-webkit-scrollbar {
	width: 7px
}
.flip-box__split-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px
}
.flip-box__split-list::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 10px
}
@media (min-width:992px) {
	.flip-box__split-list {
		padding-bottom: 60px;
	}
	[dir=rtl] .flip-box__split-list {
		padding-left: 30px;
		padding-right: 60px
	}
}
.flip-box__split-list_narrow {
	padding-left: 15px
}
.flip-box__split-list p, .flip-box__split-list ul {
	max-height: 100%
}
.flip-box__split-list i {
	font-weight: 100;
	color: var(--brk-base-5);
	position: relative;
	padding-right: 15px;
	line-height: inherit;
}
[dir=rtl] .flip-box__split-list i {
	padding-right: 0;
	padding-left: 25px
}
@media screen and (max-width:479px) {
	.flip-box__split-list i {
		padding-right: 10px
	}
}
.flip-box__split-actions {
	padding-top: 30px;
	padding-bottom: 30px
}
.flip-box__split-actions .add-cart, .flip-box__split-actions .add-compare, .flip-box__split-actions .add-search, .flip-box__split-actions .add-wishlist, .flip-box__split-actions .added_to_cart {
	color: var(--brand-primary)
}
.flip-box__overlay-shortdesc {
	min-height: 330px;
	position: relative
}
.flip-box__overlay-front, .flip-box__overlay-item {
	position: relative;
	z-index: 1
}
.flip-box__overlay-item {
	padding-top: 55px
}
.flip-box__overlay-item h3 {
	margin-top: 24px
}
.flip-box__overlay-description {
	padding: 0 27px;
	color: #9f9f9f
}
.flip-box__overlay-list {
	color: #272727;
	padding-left: 25px;
	padding-right: 10px;
	margin-top: 23px
}
.flip-box__overlay-list li {/* margin-bottom: 10px; */}
[dir=rtl] .flip-box__overlay-list {
	padding-left: 10px;
	padding-right: 25px
}
@media screen and (min-width:992px) {
	.flip-box__overlay-list {
		/* padding-left: 65px */
	}
	[dir=rtl] .flip-box__overlay-list {
		padding-right: 65px
	}
}
.flip-box__overlay-list i {
	font-weight: 100;
	color: var(--brk-base-5);
	top: -4px;
	position: relative;
	padding-right: 20px;
	vertical-align: middle
}
[dir=rtl] .flip-box__overlay-list i {
	padding-right: 0;
	padding-left: 20px
}
@media screen and (max-width:479px) {
	.flip-box__overlay-list i {
		padding-right: 10px
	}
}
.flip-box__overlay-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	margin: 0
}
.flip-box__overlay-title {
	color: var(--white)
}
.flip-box__overlay-excerpt {
	color: rgba(var(--white-rgb), .6)
}
.flip-box__overlay-bg {
	background-color: rgba(var(--white-rgb), .96)
}
.flip-box__circle {
	height: 0;
	padding-bottom: 100%;
	position: relative
}
.flip-box__circle-item {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 72.97297%;
	min-width: 240px;
	height: 72.97297%;
	min-height: 240px;
	-webkit-perspective: 600px;
	perspective: 600px
}
.flip-box__circle-front {
	padding-bottom: 100%;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--brand-primary-rgb), .94)), to(rgba(var(--brk-base-2-rgb), .94)));
	background-image: linear-gradient(to top, rgba(var(--brand-primary-rgb), .94), rgba(var(--brk-base-2-rgb), .94));
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}
.flip-box__circle-back {
	background-color: #fff;
	border-radius: 50%
}
.flip-box__circle-pretitle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 8.5rem
}
@media screen and (max-width:479px) {
	.flip-box__circle-pretitle {
		font-size: 5.625rem
	}
}
.flip-box__circle-content {
	position: absolute;
	top: -webkit-calc(50% + 7px);
	top: calc(50% + 7px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 15px;
	width: 100%
}
.flip-box__circle-content h4 {
	padding: 0 5px
}
.flip-box__circle-content h4 span {
	display: block;
	text-transform: none
}
.flip-box__circle .divider-cross {
	margin: 16px auto 15px
}
.flip-box__circle-excerpt {
	color: rgba(43, 44, 45, .5);
	padding: 0 33px
}
@media screen and (max-width:479px) {
	.flip-box__circle-excerpt {
		padding: 0 25px
	}
}
.brk-sc-card-labels {
	position: absolute;
	z-index: 1
}
.brk-sc-card-labels_top-labels {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	justify-content: space-between
}
[dir=rtl] .brk-sc-card-labels_top-labels {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}
.brk-sc-card-labels_top-labels .brk-sc-card-label {
	width: 86px;
	height: 86px;
	overflow: hidden;
	position: relative
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(1) {
	right: -5px;
	top: -5px
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(2) {
	left: -5px;
	top: -5px
}
.brk-sc-card-labels_top-labels .brk-sc-card-label__additional-1, .brk-sc-card-labels_top-labels .brk-sc-card-label__additional-2 {
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: var(--brk-secondary-2)
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__text {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--secondary)), to(var(--brand-primary)));
	background-image: linear-gradient(to right, var(--secondary), var(--brand-primary))
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-1 {
	top: 0;
	left: 0
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-2 {
	right: 0;
	bottom: 0
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-1 {
	bottom: 0;
	left: 0
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-2 {
	right: 0;
	top: 0
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__text {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--brand-primary)));
	background-image: linear-gradient(to right, var(--brand-primary), var(--brand-primary))
}
.brk-sc-card-labels_top-labels .brk-sc-card-label__text {
	position: absolute;
	width: 122px;
	height: 28px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 9
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__text {
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom
}
.brk-sc-card-labels_top-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__text {
	bottom: -9px;
	left: -19px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left top;
	transform-origin: left top
}
.brk-sc-card-labels_side-labels, .brk-sc-card-labels_side-labels-cornered {
	position: absolute;
	right: -5px;
	top: 86px;
	width: auto;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-sc-card-labels_side-labels .brk-sc-card-label {
	padding: 8px 10px 10px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	min-width: 60px;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative
}
.brk-sc-card-labels_side-labels .brk-sc-card-label__additional-1 {
	position: absolute;
	display: inline-block;
	height: 100%;
	width: 12px;
	-webkit-clip-path: polygon(0 50%, 100% 100%, 100% 0);
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
	left: -12px;
	top: 0
}
.brk-sc-card-labels_side-labels .brk-sc-card-label__additional-2 {
	display: none
}
.brk-sc-card-labels_side-labels .brk-sc-card-label__additional-3 {
	position: absolute;
	right: 0;
	bottom: -6px;
	display: inline-block;
	width: 6px;
	height: 6px;
	-webkit-clip-path: polygon(0 100%, 100% -1px, 0 -1px);
	clip-path: polygon(0 100%, 100% -1px, 0 -1px)
}
.brk-sc-card-labels_side-labels-cornered .brk-sc-card-label {
	padding: 8px 10px 10px;
	display: -webkit-inline-box;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	min-width: 60px;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative
}
.brk-sc-card-labels_side-labels-cornered .brk-sc-card-label__additional-1 {
	position: absolute;
	display: inline-block;
	height: 100%;
	-webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%, 100% 50%);
	clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 100%, 100% 50%);
	top: 0;
	width: 10px;
	left: -10px
}
.brk-sc-card-labels_side-labels-cornered .brk-sc-card-label__additional-2 {
	display: none
}
.brk-sc-card-labels_side-labels-cornered .brk-sc-card-label__additional-3 {
	position: absolute;
	right: 0;
	bottom: -6px;
	display: inline-block;
	width: 6px;
	height: 6px;
	-webkit-clip-path: polygon(0 100%, 100% -1px, 0 -1px);
	clip-path: polygon(0 100%, 100% -1px, 0 -1px)
}
.brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(1), .brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-1, .brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-2, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(1), .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-1, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-2 {
	background-color: var(--brand-primary)
}
.brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-3, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(1) .brk-sc-card-label__additional-3 {
	background-color: var(--brk-base-3)
}
.brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(2), .brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-1, .brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-2, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(2), .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-1, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-2 {
	background-color: var(--secondary)
}
.brk-sc-card-labels_side-labels .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-3, .brk-sc-card-labels_side-labels-cornered .brk-sc-card-label:nth-child(2) .brk-sc-card-label__additional-3 {
	background-color: var(--brk-secondary-2)
}
.flip {
	-webkit-transition: \transform .6s;
	transition: \transform .6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	width: 100%
}
.flip__back, .flip__front {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.flip__front {
	position: relative
}
.flip__back {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background-color: #fff
}
.flip__front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg)
}
.flip__back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	position: absolute
}
.flip_vertical .flip__back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg)
}
.overlay-position-full {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.flip-box__split-actions {
	display: -webkit-box;
	display: flex;
	margin: auto;
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px)
}
.flip-box__split-actions a {
	width: 72px;
	height: 54px;
	background-color: #fff;
	border-left: 1px solid #eaeaea
}
[dir=rtl] .flip-box__split-actions a {
	border-left: 0;
	border-right: 1px solid #eaeaea
}
.flip-box__split-actions a.remove_from_compare, .flip-box__split-actions a.remove_from_wishlist, .flip-box__split-actions a:hover {
	background-color: #eaeaea
}
.flip-box__split-actions a:first-child {
	border-radius: 27px 0 0 27px;
	border-left: 0
}
[dir=rtl] .flip-box__split-actions a:first-child {
	border-radius: 0 27px 27px 0;
	border-right: 0
}
.flip-box__split-actions a:last-child {
	border-radius: 0 27px 27px 0
}
[dir=rtl] .flip-box__split-actions a:last-child {
	border-radius: 27px 0 0 27px
}
.flip-box__split-actions .added_to_cart {
	font-size: .9375rem;
	line-height: 16px;
	width: 72px;
	padding: 10px 5px 0
}
.flip-box__split-actions_small a {
	height: 44px;
	width: 58px
}
.brk-size-chooser__title {
	margin-bottom: 18px
}
.brk-size-chooser__item {
	min-width: 38px;
	padding-left: 14px;
	padding-right: 14px;
	height: 38px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #fff;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .06);
	margin-right: 10px;
	-webkit-transition: .3s ease width, .3s ease background-color, .3s ease color;
	transition: .3s ease width, .3s ease background-color, .3s ease color;
	border-radius: 38px
}
.brk-size-chooser__item:last-child {
	margin-right: 0
}
.brk-size-chooser__item.active {
	background-color: var(--brand-primary);
	color: #fff
}
.brk-color-filter {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}
.brk-color-filter__title {
	position: relative;
	margin-bottom: 24px
}
.brk-color-filter__title-text {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	z-index: 1
}
.brk-color-filter__title::before {
	height: 10px;
	width: 100%;
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	z-index: -1;
	background-image: url(../../img/dotted-bg.png);
	background-repeat: repeat;
	background-position-x: -1px
}
.brk-color-filter__container {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap
}
.brk-color-filter__item {
	margin: 5px;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 4px;
	position: relative;
	-webkit-transition: .3s ease box-shadow;
	transition: .3s ease box-shadow
}
.brk-color-filter__item:hover {
	box-shadow: 0 0 8px -1px rgba(0, 0, 0, .4)
}
.brk-color-filter__item-bg {
	position: absolute;
	left: 2px;
	top: 2px;
	width: -webkit-calc(100% - 4px);
	width: calc(100% - 4px);
	height: -webkit-calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 4px
}
.brk-color-filter__item-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
	font-size: 14px
}
.brk-color-filter__item.active .brk-color-filter__item-icon {
	opacity: 1
}
.brk-dashed-logo__line {
	background: url(../../img/sprite.png) 0 -22px;
	width: 768px;
	height: 1px
}
.brk-footer_no-overflow {
	overflow: hidden
}
.brk-footer__wrapper {
	position: relative
}
.brk-footer_animated {
	position: fixed!important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.brk-footer__info-grid p {
	min-width: 50%
}
.brk-footer__rights {
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: var(--brk-base-7)
}
.brk-footer__bg-container {
	position: relative
}
.brk-footer__bg-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%
}
.brk-footer__bg-left_footer-5 {
	width: 52%;
	-webkit-clip-path: polygon(0 0, 100% 0, -webkit-calc(100% - 120px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 100%, 0% 100%);
	z-index: -1;
	background-color: #1c2124
}
.brk-footer__bg-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%
}
.brk-footer__bg-right_footer-5 {
	width: 100%;
	z-index: -2;
	background-color: #161a1d
}
.brk-footer__border-gradient, .brk-footer__border-gradient-1 {
	position: relative
}
.brk-footer__border-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-image: -webkit-gradient(linear, right top, left top, from(var(--brk-secondary-4)), to(var(--brk-secondary-6)));
	background-image: linear-gradient(to left, var(--brk-secondary-4) 0%, var(--brk-secondary-6) 100%)
}
.brk-footer__border-gradient-1::after, .brk-footer__borders_footer-10::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--secondary)), to(var(--brand-primary)));
	background-image: linear-gradient(to right, var(--secondary) 0%, var(--brand-primary) 100%)
}
.brk-footer__rights_footer-9 {
	overflow: hidden
}
.brk-footer__rights_footer-9 .brk-footer__socials-bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1000%;
	z-index: -1;
	background-color: var(--brand-primary)
}
@media screen and (max-width:768px) {
	.brk-footer__rights_footer-9 .brk-footer__socials-bg {
		padding-left: 0!important;
		padding-bottom: 15px
	}
	.brk-footer__rights_footer-9 .brk-footer__socials-bg::before {
		display: none
	}
}
.brk-footer__borders_footer-10, .brk-footer__borders_footer-10 .brk-footer__bordered-col {
	position: relative
}
.brk-footer__borders_footer-10::after {
	background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background-image: linear-gradient(to right, var(--brand-primary), var(--secondary))
}
.brk-footer__borders_footer-10::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .16);
	z-index: 1
}
@media screen and (min-width:991px) {
	.brk-footer__borders_footer-10 .brk-footer__bordered-col:after, .brk-footer__borders_footer-10 .brk-footer__bordered-col:before {
		content: "";
		position: absolute;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: rgba(255, 255, 255, .16)
	}
	.brk-footer__borders_footer-10 .brk-footer__bordered-col:before {
		left: -30px
	}
	.brk-footer__borders_footer-10 .brk-footer__bordered-col:after {
		right: 0
	}
}
.brk-footer__light-bg {
	position: relative;
	z-index: 1
}
.brk-footer__light-bg::after {
	content: '';
	z-index: -1;
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12)
}
@media (max-width:767px) {
	.brk-footer__light-bg::after {
		left: -15px;
		right: -15px
	}
}
.brk-footer__shop-element .brk-footer__shop-title, .brk-footer__shop-element .brk-slider, .brk-footer__wide-menu {
	position: relative
}
.brk-footer__wide-menu::after {
	content: "";
	position: absolute;
	left: -40px;
	right: -40px;
	top: 0;
	bottom: 0;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-color: #fff;
	z-index: -1
}
@media (max-width:767px) {
	.brk-footer__wide-menu::after {
		left: -15px;
		right: -15px
	}
}
.brk-footer__shop-element {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	overflow: hidden
}
.brk-footer__shop-element .brk-footer__shop-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, .2)
}
[dir=rtl] .brk-footer__shop-element .brk-footer__shop-title:after {
	left: auto;
	right: 0
}
@media screen and (min-width:991px) {
	.brk-footer__shop-element .brk-footer__shop-title_wide:after {
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px)
	}
}
[dir=rtl] .brk-footer__shop-element .brk-slider_shop-footer .slick-slide {
	padding: 0 15px
}
.brk-footer__shop-element .brk-slider__nav {
	position: absolute;
	right: 7px;
	top: -92px
}
[dir=rtl] .brk-footer__shop-element .brk-slider__nav {
	right: auto;
	left: 7px
}
.brk-footer__shop-element .brk-slider__nav-next, .brk-footer__shop-element .brk-slider__nav-prev {
	background-color: transparent;
	cursor: pointer
}
[dir=rtl] .brk-footer__shop-element .brk-slider__nav-next, [dir=rtl] .brk-footer__shop-element .brk-slider__nav-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.brk-footer__shop-element .brk-slider .slick-list, .brk-footer__shop-element .slick-list {
	margin-left: -15px;
	margin-right: -15px
}
.brk-footer__shop-element .brk-slider .slick-slide {
	padding-left: 15px;
	padding-right: 15px
}
.brk-footer__shop-element .flip-box {
	max-width: 420px;
	margin: 0 15px
}
[dir=rtl] .brk-footer__shop-element .flip-box {
	margin: 0
}
.brk-footer .brk-subscribe input {
	width: 100%;
	height: 54px
}
.brk-footer .brk-map__section, .brk-footer .brk-map__section>div {
	height: 100%
}
@media screen and (max-width:1230px) {
	.brk-footer .brk-map__section, .brk-footer .brk-map__section>div {
		min-height: 520px
	}
}
.brk-footer .brk-map_extra {
	box-shadow: inset -3px 3px 10px rgba(0, 0, 0, .1)
}
.brk-footer .brk-map_extra .brk-map__canvas {
	width: 100%;
	min-height: 320px;
	height: 100%!important
}
.brk-footer .brk-social-links_bordered .brk-social-links__item {
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-transition: .3s ease border-color;
	transition: .3s ease border-color;
	margin-right: 6px
}
.brk-footer .brk-social-links_bordered .brk-social-links__item i {
	color: rgba(255, 255, 255, .2);
	-webkit-transition: .3s ease color;
	transition: .3s ease color
}
.brk-footer .brk-social-links_bordered .brk-social-links__item:last-child {
	margin-right: 0
}
.brk-footer .brk-social-links_bordered .brk-social-links__item:hover {
	border-color: #fff
}
.brk-footer .brk-tiles-simple .before {
	background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(99%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
	background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, .6) 99%, rgba(0, 0, 0, .6) 100%)
}
.brk-footer .brk-tiles-simple {
	min-height: 270px
}
.brk-footer-map-overflow {
	position: relative
}
.brk-footer-map-overflow .brk-map {
	width: -webkit-calc(100% - 540px);
	width: calc(100% - 540px);
	height: 420px
}
@media screen and (max-width:1230px) {
	.brk-footer-map-overflow .brk-map {
		width: 100%;
		height: 350px;
		min-height: 0
	}
}
.brk-footer-map-overflow__info {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-top: 76px;
	padding-left: 170px;
	padding-right: 65px;
	background-image: -webkit-gradient(linear, left top, right top, from(var(--brand-primary)), to(var(--secondary)));
	background-image: linear-gradient(to right, var(--brand-primary) 0%, var(--secondary) 100%);
	-webkit-clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(150px 0%, 100% 0, 100% 100%, 0% 100%)
}
@media screen and (max-width:1230px) {
	.brk-footer-map-overflow__info {
		position: relative;
		-webkit-clip-path: none;
		clip-path: none;
		padding: 35px 15px 20px;
		text-align: center
	}
}
@media (max-width:575px) {
	.brk-footer-nav {
		width: 100%
	}
}
.brk-footer-nav ul li {
	margin: 16px 20px
}
@media (max-width:576px) {
	.brk-footer-nav ul li {
		margin: 12px 0;
		padding: 0 15px;
		width: 33.33333%;
		text-align: center
	}
}
@media (max-width:375px) {
	.brk-footer-nav ul li {
		width: 50%
	}
}
@media (min-width:576px) {
	.brk-footer-nav ul li:first-child {
		margin-left: 0
	}
	.brk-footer-nav ul li:last-child {
		margin-right: 0
	}
}
.brk-dashed-logo {
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center
}
.brk-dashed-logo__line {
	-webkit-box-flex: 1;
	flex-grow: 1;
	opacity: .4;
	background-repeat: no-repeat
}
.brk-dashed-logo__link {
	flex-shrink: 0
}
.brk-form-strict_footer-3, .brk-form-strict_footer-4, .brk-subscribe-squared {
	position: relative
}
.brk-form-strict_footer-3 input[type=email], .brk-form-strict_footer-3 input[type=text], .brk-form-strict_footer-3 textarea {
	background-color: transparent;
	color: #fff;
	padding-left: 0!important;
	border-bottom: 1px solid rgba(255, 255, 255, .2)!important
}
.brk-form-strict_footer-3 label {
	color: #fff!important;
	left: 0!important
}
.brk-form-strict_footer-3 textarea {
	min-height: 130px!important
}
.brk-form-strict_footer-3 button {
	position: absolute;
	right: -1px;
	bottom: 0;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	box-shadow: 0 5px 16px rgba(0, 2, 67, .2);
	height: 54px;
	padding: 0 38px 0 44px;
	border-radius: 6px
}
.brk-form-strict_footer-4 input {
	background-color: transparent;
	border-bottom: 1px solid #fff!important;
	color: #fff!important
}
.brk-form-strict_footer-4 label {
	color: rgba(255, 255, 255, .4)!important
}
.brk-form-strict_footer-4 button {
	width: 42px;
	height: 42px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: -12px;
	border-radius: 100%
}
.brk-form-strict_footer-4 button i {
	color: var(--brk-secondary-6)
}
.brk-subscribe-squared input {
	width: 100%;
	padding: 15px 55px 15px 33px;
	background-color: #fff;
	color: var(--brand-primary);
	border: 0;
	box-shadow: 0 5px 16px rgba(165, 165, 165, .5)
}
.brk-subscribe-squared input::-webkit-input-placeholder {
	color: var(--brand-primary)
}
.brk-subscribe-squared input:-ms-input-placeholder, .brk-subscribe-squared input::-ms-input-placeholder {
	color: var(--brand-primary)
}
.brk-subscribe-squared input::placeholder {
	color: var(--brand-primary)
}
.brk-subscribe-squared button {
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center
}
.brk-subscribe-squared button i {
	color: var(--brand-primary)
}
.btn-prime_footer-4 {
	background-color: transparent!important;
	color: #fff!important;
	font-size: 16px!important
}
.btn-prime_footer-4 .border-btn {
	border: 2px solid #fff
}
.brk-social-links_footer-4 .brk-social-links__item {
	margin-right: 26px
}
.brk-social-links_footer-4 .brk-social-links__item:last-child {
	margin-right: 0
}
.brk-form_footer-5 {
	position: relative
}
.brk-form_footer-5 input {
	padding: 8px 120px 8px 18px;
	line-height: 24px;
	color: #a2a5ad;
	border-radius: 4px;
	min-width: 334px;
	border: 0;
	opacity: 1;
	background-color: rgba(255, 255, 255, .1)
}
@media screen and (max-width:500px) {
	.brk-form_footer-5 input {
		width: 100%;
		min-width: 0
	}
}
.brk-form_footer-5 button {
	position: absolute;
	height: 34px;
	top: 3px;
	right: 3px;
	border-radius: 4px;
	padding: 0 18px;
	background-color: #101315;
	color: #474b54;
	-webkit-transition: .3s ease color;
	transition: .3s ease color
}
.brk-form-transparent_footer-6 button {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0!important;
	min-width: 170px
}
.brk-form-transparent_footer-6 input {
	border: 2px solid rgba(255, 255, 255, .2);
	background-color: rgba(255, 255, 255, .12)
}
.cfa_footer {
	flex-shrink: 0
}
@media screen and (max-width:1500px) {
	.cfa_footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.cfa_footer form {
		width: 100%;
		margin-top: 15px
	}
}
@media screen and (max-width:500px) {
	.cfa_footer {
		padding-left: 15px!important;
		padding-right: 15px!important
	}
	.cfa_footer input {
		width: 100%!important
	}
	.cfa_footer button {
		width: 100%;
		margin-top: 15px!important;
		position: relative
	}
}
.brk-latest-works__item {
	width: -webkit-calc(100%/3);
	width: calc(100%/3)
}
.brk-latest-works__item::after {
	content: '';
	display: block;
	padding-top: 100%
}
.brk-latest-works__link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
@media screen and (min-width:992px) {
	.ml-lg-70 {
		margin-left: 70px
	}
}
.brk-get-in-touch {
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3), inset 0 4px 0 var(--brand-primary)
}
.brk-get-in-touch .brk-form-wrap:first-child {
	margin-top: 10px
}
.brk-get-in-touch_footer {
	margin-bottom: 20px
}
@media screen and (min-width:991px) {
	.brk-get-in-touch_footer {
		top: -115px;
		margin-bottom: -72px
	}
}
.brk-get-in-touch_footer-svg {
	top: -171px
}
.brk-angle-list__item {
	position: relative
}
.brk-angle-list__item i {
	position: relative;
	left: -5px;
	display: inline-block;
	margin-top: -2px;
	padding-right: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: .3s ease width, .3s ease padding-right, .3s ease left;
	transition: .3s ease width, .3s ease padding-right, .3s ease left;
	will-change: transition, padding-right, left;
	vertical-align: middle
}
.brk-angle-list__item:hover {
	color: #000
}
.brk-angle-list__item:hover i {
	left: 0;
	padding-right: 10px;
	width: 10px
}
.dotted-line {
	border: 0;
	height: 8px;
	background-image: url(../../img/dotted-bg_wide.png)
}
.brk-styled-twitter {
	margin-left: -30px
}
[class*=brk-styled-twitter] {
	position: relative;
	min-height: 100px
}
[class*=brk-styled-twitter]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 87px;
	height: 87px;
	background: url(https://ftc.vin/8da1381a-b015-495f-a0ef-20a9ea0a900f.svg) no-repeat center center;
	background-size: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	z-index: 97
}
.lazyloaded [class*=brk-styled-twitter]:after {
	opacity: 0;
	visibility: hidden
}
.brk-form_footer-14 {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	padding: 52px 40px 40px;
	border-radius: 25px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .12);
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--brk-base-6-rgb), 1)), to(rgba(var(--brk-base-5-rgb), 1)));
	background-image: linear-gradient(to top, rgba(var(--brk-base-6-rgb), 1) 0%, rgba(var(--brk-base-5-rgb), 1) 100%)
}
.brk-bordered-theme .brk-form_footer-14 {
	border-radius: var(--b-radius)
}
.brk-form_footer-14 input, .brk-form_footer-14 textarea {
	background-color: transparent!important;
	color: #fff!important
}
.brk-form_footer-14 textarea {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important
}
.brk-form_footer-14 .input-label {
	color: #fff!important
}
.brk-form_footer-14 .brk-form-wrap-active input, .brk-form_footer-14 .brk-form-wrap-active textarea {
	border-color: rgba(255, 255, 255, .4)!important
}
.brk-form_footer-14 .brk-form-strict textarea+.input-label {
	left: 21px
}
.brk-form_footer-14 .brk-form-wrap-active textarea+.input-label {
	top: -15px;
	left: 15px
}
.brk-form_footer-9 .brk-form__textarea-container {
	height: 252px
}
.brk-form_footer-9 .brk-form__textarea-container .brk-form-wrap {
	height: 100%
}
.brk-form_footer-9 .brk-form__textarea-container .brk-form-wrap textarea {
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px)
}
.brk-form_footer-9 input[type=email], .brk-form_footer-9 input[type=password], .brk-form_footer-9 input[type=tel], .brk-form_footer-9 input[type=text], .brk-form_footer-9 textarea {
	background-color: transparent;
	color: #fff!important;
	border-bottom: 1px solid rgba(255, 255, 255, .9)!important
}
.brk-form_footer-9 textarea {
	border-left: none!important;
	border-right: none!important;
	border-top: none!important
}
.brk-form_footer-9 .input-label {
	color: rgba(255, 255, 255, .4)!important
}
.brk-image-map {
	z-index: 9
}
@media (min-width:992px) {
	.brk-image-map_absolute-top {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		max-width: 100%;
		height: auto
	}
}
.brk-image-map_full-width .imp-wrap {
	max-width: none!important;
	width: 100%
}
.brs-player-vimeo_adaptive, .brs-player-youtube_adaptive {
	width: 100%;
	position: relative
}
.brs-player-vimeo_adaptive:after, .brs-player-youtube_adaptive:after {
	content: '';
	position: relative;
	display: block;
	padding-top: 54.4%
}
.brs-player-vimeo_adaptive iframe, .brs-player-youtube_adaptive iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	z-index: 1
}
.brs-player-html5 {
	position: relative
}
.brs-player-html5__video-container {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}
.brs-player-html5__btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -webkit-calc(-50% - 20px));
	transform: translate(-50%, calc(-50% - 20px));
	z-index: 1
}
.brs-player-facebook_adaptive {
	height: auto;
	width: 100%
}
.brk-hosted-video {
	position: relative;
	z-index: 8;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .06)
}
.brk-hosted-video::before {
	content: "";
	display: block;
	padding-top: 55.25%
}
@media screen and (max-width:768px) {
	.brk-hosted-video {
		min-height: 400px
	}
}
.brk-hosted-video_large-shadow {
	box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}
.brk-hosted-video__date {
	text-transform: uppercase;
	margin-right: 14px
}
.brk-hosted-video__date-icon {
	margin-right: 8px;
	font-size: 10px;
	position: relative;
	left: 1px
}
.brk-hosted-video__comments {
	text-transform: uppercase
}
.brk-hosted-video__comments-icon {
	margin-right: 8px;
	font-size: 10px;
	position: relative;
	left: 1px
}
.brk-hosted-video__comments i, .brk-hosted-video__date i {
	vertical-align: middle
}
.brk-hosted-video__about {
	width: auto;
	max-width: 50%;
	flex-shrink: 0;
	margin-right: 63px
}
.brk-hosted-video__body, .brk-hosted-video__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.brk-hosted-video__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	z-index: -1
}
.brk-hosted-video__body {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 26px 40px 35px 41px;
	z-index: 1
}
.brk-hosted-video__body, .brk-hosted-video__description {
	display: -webkit-box;
	display: flex
}
@media screen and (max-width:768px) {
	.brk-hosted-video__description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
}
.brk-hosted-video__information {
	display: -webkit-box;
	display: flex
}
.brk-hosted-video__comments-icon, .brk-hosted-video__date-icon {
	bottom: 1px
}
.brk-hosted-video__title {
	margin-top: 5px;
	margin-left: 1px;
	color: #fff
}
.brk-hosted-video__paragraph {
	max-height: 80px;
	overflow: hidden;
	color: #fff;
	margin-top: 3px
}
.brk-hosted-video__btn {
	margin: auto!important;
	cursor: pointer;
	font-size: 16px!important
}
.brk-hosted-video__video-container {
	display: none;
	width: 75%;
	height: auto;
	padding: 0!important
}
.brk-hosted-video__before, .brk-hosted-video_inner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99
}
.brk-hosted-video_short::before {
	padding-top: 37%
}
.brk-hosted-video__before {
	height: 100%;
	z-index: 1
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background-color: transparent
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
mark {
	background: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
legend, td, th {
	padding: 0
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}
@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	40%, 43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	40%, 43%, 70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}
	70% {
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}
@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}
	25%, 75% {
		opacity: 0
	}
}
@-webkit-keyframes pulse {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}
@keyframes pulse {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
}
@-webkit-keyframes rubberBand {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}
@keyframes rubberBand {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
}
@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}
@-webkit-keyframes headShake {
	0%, 50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
}
@keyframes headShake {
	0%, 50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
}
@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}
	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}
	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}
@-webkit-keyframes tada {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
}
@keyframes tada {
	0%, to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}
}
@-webkit-keyframes wobble {
	0%, to {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
}
@keyframes wobble {
	0%, to {
		-webkit-transform: none;
		transform: none
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}
}
@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: none;
		transform: none
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}
@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}
@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}
@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}
@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-360deg);
		transform: perspective(400px) rotateY(-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-360deg);
		transform: perspective(400px) rotateY(-360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}
	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}
@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}
	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}
@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}
@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}
@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		opacity: 1;
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		opacity: 1;
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}
@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
		-webkit-transform-origin: center
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0;
		-webkit-transform-origin: center
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}
@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
		-webkit-transform-origin: center
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
		-webkit-transform-origin: center
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
		-webkit-transform-origin: left bottom
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
		-webkit-transform-origin: right bottom
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}
@-webkit-keyframes hinge {
	0% {
		transform-origin: top left;
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
@keyframes hinge {
	0% {
		transform-origin: top left;
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%, 60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}
	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
@keyframes rollOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
		opacity: 0
	}
	to {
		opacity: 0
	}
}
@keyframes zoomOut {
	0% {
		opacity: 1
	}
	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
		opacity: 0
	}
	to {
		opacity: 0
	}
}
@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}
@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}
@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}
@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}
@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}
@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}
@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}
@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}
@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
.flipInX, .flipInY, .flipOutX, .flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
.flipInY, .flipOutX, .flipOutY {
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
.flipOutX, .flipOutY {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX
}
.flipOutY {
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}
body.fancybox-active {
	overflow: hidden
}
body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}
.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}
.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}
.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}
.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}
.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}
.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}
.fancybox-is-closing .fancybox-stage {
	overflow: visible
}
.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}
.fancybox-slide--image {
	overflow: visible
}
.fancybox-slide--image:before, .fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}
.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}
.fancybox-slide--next {
	z-index: 99995
}
.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}
.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}
.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}
.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}
.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-spaceball {
	z-index: 1
}
.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}
.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}
.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}
.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}
.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}
.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: 0;
	color: #ccc
}
.fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}
.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}
.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}
.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}
.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}
.fancybox-button--share svg path {
	stroke-width: 1
}
.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none
}
.fancybox-button--zoom svg path {
	fill: transparent
}
.fancybox-navigation {
	display: none
}
.fancybox-show-nav .fancybox-navigation {
	display: block
}
.fancybox-close-small, .fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}
.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}
.fancybox-close-small {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	z-index: 10;
	cursor: pointer
}
.fancybox-close-small:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2
}
.fancybox-close-small:focus {
	outline: 0
}
.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}
.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}
.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}
.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}
.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}
.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}
.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}
.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative
}
.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}
.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0, 39%, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current, .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}
.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}
.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}
.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}
.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}
.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}
.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}
.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}
.fancybox-share p:first-of-type {
	margin-right: -10px
}
.fancybox-share_button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: all .2s
}
.fancybox-share_button:focus, .fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}
.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}
.fancybox-share input {
	box-sizing: border-box;
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0
}
.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995
}
.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}
.fancybox-thumbs>ul {
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}
.fancybox-thumbs-x>ul {
	overflow: hidden
}
.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}
.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}
li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}
.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

.inf-mod p {color: #333;
margin: 0;
font-weight: 400;}
.inf-mod {
    /* display: inline-block; */
}
.inf-img img {
    width: 50px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    }

.inf-mod a {color: #38a6fc}
.inf-mod a:hover {color: #107ab9}
.desc p {
    margin-bottom: 18px;
}

.white-box, .panel {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.22);
    border-radius: 2px;
}
.white-box .box-title {
    margin: 0px 0px 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    /* font-family: Montserrat; */
}

.white-box {
    background: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
}

.two-part li span {
    font-size: 31px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.list-inline>li {
    display: inline-block;
    padding-right: 14px;
    padding-left: 2px;
}

.ui-form__row {
    position: relative;
    box-sizing: border-box;
    flex-shrink: 100;
    margin-bottom: 18px;
    min-height: 66px;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}
.ui-form__field {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    vertical-align: top;
    text-align: left;
}

.group {
  position: relative;
  margin: auto;
  /* width: 50%; */
}

.group textarea {
  resize: none;
}

.group input,.group textarea {

  color: #c6c6c6;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 320px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.group input:focus,
.group textarea:focus {
  outline: none;
}
.group input:focus ~ label, input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
  top: 7px;
  font-size: 12px;
  /* color: #2196f3; */
}
.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before {
  width: 320px;
}

.bar {
  position: relative;
  display: block;
  width: 320px;
}
.bar:before {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #2196f3;
  transition: 300ms ease all;
  left: 0%;

}


.group input[type="number"] {
	background: #eef2f7;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	height: 66px;
	border: 1px solid;
	border-collapse: separate;
	border-radius: 6px;
	border-color: transparent;
	color: #333;
	cursor: text;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 19px 18px 0 17px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: text;
}

.group input[type="number"]:focus {
	background: white;
	border-color: #dddfe0;
}

.group input[type="number"]:hover {border-color: #dddfe0;}

.group label {  font-weight: normal;
  pointer-events: none;
  transition: 300ms ease all;
  color: #9299a2;
  position: absolute;
  top: 21px;
  left: 17px;
  display: block;
  max-width: calc(100% - 17px - 18px);
  overflow: hidden;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}

  @media (max-width: 991.98px) { .video-bbb {display:none;} }
@media (min-width: 991.98px) { .video-aaa {display:none;} }

@media (max-width: 1249px) { 
.brk-animated-circle.brk-animated-circle-8 {display:none;} 
}

@media (min-width: 1250px) { 
.brk-animated-circle.brk-animated-circle-8 {left: -540px;} 
}

@media (min-width: 1324px) { 
.brk-animated-circle.brk-animated-circle-8 {left: -520px;} 
}

@media (min-width: 1424px) { 
.brk-animated-circle.brk-animated-circle-8 {left: -490px;} 
}

@media (min-width: 1510px) { 
.brk-animated-circle.brk-animated-circle-8 {left: -450px;} 
}
/*
@media (min-width: 993px) { 
a.icon__btn.icon__btn-xl.icon__btn-circled.icon__btn-circled_active.icon__btn-blue.brk-library-rendered {margin-left:-160px;}
}

@media (min-width: 1130px) { 
a.icon__btn.icon__btn-xl.icon__btn-circled.icon__btn-circled_active.icon__btn-blue.brk-library-rendered {margin-left:-60px;}
}
@media (min-width: 1229px) { 
a.icon__btn.icon__btn-xl.icon__btn-circled.icon__btn-circled_active.icon__btn-blue.brk-library-rendered {margin-left:-200px;}
}

@media (min-width: 1429px) { 
a.icon__btn.icon__btn-xl.icon__btn-circled.icon__btn-circled_active.icon__btn-blue.brk-library-rendered {margin-left:-100px;}
}
@media (min-width: 1700px) { 
a.icon__btn.icon__btn-xl.icon__btn-circled.icon__btn-circled_active.icon__btn-blue.brk-library-rendered {margin-left:unset;}
}

@media (min-width: 1628px) { 
.brk-animated-circle.brk-animated-circle-8 {left: -395px;} 
}
*/

@media (min-width: 767px) { 
.player-yt {padding-bottom: 75%!important;}
}

@media (min-width: 970px) { 
.player-yt {padding-bottom: 60%!important;}
}

@media (min-width: 1150px) { 
.player-yt {padding-bottom: 44%!important;}
}

@media (min-width: 1440px) { 
.player-yt {padding-bottom: 39%!important;}
}

@media (min-width: 1650px) { 
.player-yt {padding-bottom: 34%!important;}
}

@media (min-width: 1780px) { 
.player-yt {padding-bottom: 32%!important;}
}

@media (max-width: 900px) { 
.DesktopContainer__wrapper_2zmgW {min-width: unset;}
.DesktopContainer__container_LP-OC {min-width: unset;}
.GridRow__row_38LMX {display:unset;}
.iconsVertical__iconLinesShow_3h67S::after {display:none;}
.GridColumn__column_2h5Ek {margin-bottom: 23px!important;}
}
.dark {
    background: black;
    position: relative;
   
}
#p1 {
    padding: 110px 0 60px;
    position: relative;
}
img.src-scenes-ProAccount-styles__planLabelVip--6uCpV {width: 86px;margin-bottom: 23px;}

@media (min-width: 992px) and (max-width: 1200px) {
img.src-scenes-ProAccount-styles__planLabelVip--6uCpV {
    width: 41%;
}
}
@media (min-width: 300px) and (max-width: 991.98px) { 
.owl-item {margin-right: 65px!important;} 
 }
 @media (min-width: 995px) and (max-width: 1237.98px) { 
.owl-item {margin-right: 65px!important;} 
 }
a.spoiler-read {
    background-image: linear-gradient(to bottom, #ff9e16, #ff7f00);
    padding: 4px 7px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 23px 0 rgba(255,140,0,0.5);
	color: white;
}
a.spoiler-read:hover {color: black;}
a.spoiler-read:focus {color: black;}

span.spoiler-read { border-bottom: 1px dashed #f7f7f7;}

.itemlist {
    display: inline-block;
    /* vertical-align: middle; */
    padding: 0 5px;
    width: 185px;
    text-align: center;
    margin-bottom: 0px;
    }

.timeline__box {
    background: white;
    box-shadow: 0 6px 22px 0 rgba(0,0,0,.1);
    border-radius: 26px;
}
.timeline__date {
    border-radius: 20px;
    height: 36px;
    background: #f8f8f8;
    padding: 10px 20px;
    max-width: 202px;
    margin: 0 auto;
}

.timeline__content {
    padding: 40px 50px 30px;
}

.timeline__content ul {
    padding-left: 17px;
}
.timeline__content ul li {
    margin-bottom: 8px;
}
li.disabled {opacity:0.4;}
.timeline__content ul li:before {
    content: "\f00c";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600!important;
    color: var(--brand-primary);
    margin-right: 15px;
    font-size: 20px;
    line-height: 14px;
}
.timeline__content ul li.disabled:before {
    content: "\f068";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600!important;
    color: var(--brand-primary);
    margin-right: 15px;
    font-size: 20px;
    line-height: 14px;
}

@media (max-width: 991px) {
.mb-smm-40 {
    margin-bottom: 40px!important;
}
}
@media (min-width: 992px) and (max-width: 1500px) {
.timeline__content ul {
    padding-left: 0px;
}
}

@media (min-width: 992px) and (max-width: 1100px) {
.timeline__content {
    padding: 40px 12px 30px;
}
}

@media (min-width: 1100px) and (max-width: 1200px) {
.timeline__content {
    padding: 40px 20px 30px;
}
}

@media (min-width: 1200px) and (max-width: 1580px) {
.timeline__content {
    padding: 40px 30px 30px;
}
}

span.font__family-montserrat.up {background: #f8f8f8;font-size: 10px!important;border-radius: 10px;max-width: 142px;height: 21px;white-space: nowrap;margin: 0 auto;margin-top: 5px!important;}
@media (min-width: 833px) and (max-width: 1000px) {
span.font__family-montserrat.up {
   max-width: 130px;
}
}

@media (min-width: 570px) and (max-width: 767px) {
span.font__family-montserrat.up {
   max-width: 123px;
   font-size: 9.5px!important;
}
}

@media (max-width: 576px) {
ul.brk-tabs-nav.pc {display:none;}
}
@media (min-width: 576px) {
ul.brk-tabs-nav.mobi {display:none;}
}
.hcc .hc__showmore{
  font-size: 14px !important;
  width: 140px;
  background-image: linear-gradient(to bottom, #ff9e16, #ff7f00);
  padding: 4px 7px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 5px 23px 0 rgba(255,140,0,0.5);
  color: white;
}

.hc__showmore__item:before {
font-family: "Font Awesome 5 Pro";
content: "\f322"; 
margin-right:3px;
font-size: 12px;
}