a, a:hover {
	text-decoration: none
}
pre, textarea {
	overflow: auto
}
.heavy, strong, b {
	font-family: 'San Francisco Display Heavy' !important;
}
.regular {
	font-family: 'San Francisco Display Regular' !important;
}
.blue {
	color: #52c2da;
}
.blue-bg {
	background: #52c2da !important;
}
.red-bg {
	background: #dc3b10 !important;
}
.white {
	color: #fff !important;
}
.red {
	color: #dc3b10;
}
.and {
	font-size: 36px;
	top: -8px;
	position: relative;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
	display: block
}
address, legend {
	line-height: inherit
}
progress, sub, sup {
	vertical-align: baseline
}
.flex-column, .flex-row {
	-webkit-box-direction: normal!important
}
label, output {
	display: inline-block
}
.platform-header .bottom-panel, hr, sub, sup {
	position: relative
}
dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
	margin-top: 0
}
h3 {
	font-size: 36px;
}
address, dl, ol, p, pre, ul {
	margin-bottom: 1rem
}
dd, h1, h2, h3, h4, h5, h6, label, legend {
	margin-bottom: .5rem
}
 @-webkit-keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(189, 42, 9, .4)
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(189, 42, 9, 0)
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(189, 42, 9, 0)
}
}
 @keyframes pulse {
 0% {
 -webkit-box-shadow: 0 0 0 0 rgba(189, 42, 9, .4);
 box-shadow: 0 0 0 0 rgba(189, 42, 9, .4)
}
 70% {
 -webkit-box-shadow: 0 0 0 10px rgba(189, 42, 9, 0);
 box-shadow: 0 0 0 10px rgba(189, 42, 9, 0)
}
 100% {
 -webkit-box-shadow: 0 0 0 0 rgba(189, 42, 9, 0);
 box-shadow: 0 0 0 0 rgba(189, 42, 9, 0)
}
}
.pre-footer button {
	-webkit-box-shadow: 0 0 13px 0 #dc3b10
}
@font-face {
	font-family: 'San Francisco Display Heavy';
	font-weight: 800;
	src: url('../fonts/SFUIDisplay-Heavy.eot');
	src: url('../fonts/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUIDisplay-Heavy.woff') format('woff'), url('../fonts/SFUIDisplay-Heavy.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'San Francisco Display Regular';
	font-weight: 400;
	src: url('../fonts/SFUIDisplay-Regular.eot');
	src: url('../fonts/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SFUIDisplay-Regular.woff') format('woff'), url('../fonts/SFUIDisplay-Regular.ttf') format('truetype');
	font-style: normal;
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}
 @-ms-viewport {
 width: device-width
}
body {
	margin: 0;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0!important
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
abbr[data-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0
}
.tab, .tab-sale, .tab.active, summary {
	cursor: pointer
}
address {
	font-style: normal
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-left: 0
}
blockquote, figure {
	margin: 0 0 1rem
}
dfn {
	font-style: italic
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #dc3b10;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:hover {
	color: #74a1b3
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
pre {
	-ms-overflow-style: scrollbar
}
img {
	vertical-align: middle;
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
button {
	-webkit-border-radius: 0;
	border-radius: 0
}
button:focus {
	outline: dotted 1px;
	outline: -webkit-focus-ring-color auto 5px
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 padding: 0;
 border-style: none
}
input[type=radio], input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
	-webkit-appearance: listbox
}
textarea {
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	width: 100%;
	max-width: 100%;
	padding: 0;
	font-size: 1.5rem;
	color: inherit;
	white-space: normal
}
.container, .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%
}
.tab, .tab-faq, .tab-sale {
	vertical-align: top;
	text-decoration: none
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height: auto
}
[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance: none
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button
}
.bottom-panel span {
	font-family: 'San Francisco Display Heavy';
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none!important
}
.flex, .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}
.angle {-webkit-transform: skew(12deg);
    -moz-transform: skew(12deg);
	-o-transform: skew(12deg);
}
.chat {
	margin: 46px 0 0;
	width: 100%;
}
.canvas_overley {
		height:100vh;
		color: #fff;
		background: #fff;
		background-size: 400% 400%;
		-webkit-animation: Gradient 12s ease infinite;
		-moz-animation: Gradient 12s ease infinite;
		animation: Gradient 12s ease infinite;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: .1;
		pointer-events: none;
		overflow: hidden;
}
.main_bg {
    position: absolute;
    width: 150%;
    max-width: 2150px;
    left: -100px;
    top: -81%;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: rotation 15s infinite linear;
}
	.canvas_overley img {
		position: absolute;
		width: 90%;
		left: 0;
		top: 0%;
		right: 0;
		z-index: -1;
		margin: auto;
		max-width: 1500px;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
@-webkit-keyframes Gradient {
		0% {
			background-position: 0% 50%
		}
		50% {
			background-position: 100% 50%
		}
		100% {
			background-position: 0% 50%
		}
}
	
@-moz-keyframes Gradient {
		0% {
			background-position: 0% 50%
		}
		50% {
			background-position: 100% 50%
		}
		100% {
			background-position: 0% 50%
		}
}
	
@keyframes Gradient {
		0% {
			background-position: 0% 50%
		}
		50% {
			background-position: 100% 50%
		}
		100% {
			background-position: 0% 50%
		}
}
.member_img_wrp {
	position: relative;
	overflow: hidden;
	max-width: 85%;
}
.team_inner_img {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.team_inner_img:before {
    border-radius: 15px;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -webkit-transform: skew(0deg,7deg);
    transform: skew(0deg,-5deg);
    background-color: #edf6fc;
    position: absolute;
    left: 0;
    top: 25%;
    width: 100%;
    height: 60%;
    content: "";
    z-index: 0;
}
.team_inner_img img {
    position: relative;
	z-index: 4;
	max-width: 100%;
}
/* ---- particles.js container ---- */
#particles-js {
	position:absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	opacity: .1;
	pointer-events: none;
	top: 0;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
 width: device-width
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}
.voity-data .data-wrapper, .info-block {
	overflow: hidden
}
*, ::after, ::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

@media (min-width:576px) {
.container {
	max-width: 540px
}
}

@media (min-width:768px) {
.container {
	max-width: 720px
}
}

@media (min-width:992px) {
.container {
	max-width: 960px
}
}

@media (min-width:1200px) {
.container {
	max-width: 1140px
}
}
.row {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-1, .col-auto {
	-webkit-box-flex: 0
}
.col-auto {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2, .col-3 {
	-webkit-box-flex: 0
}
.col-2 {
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4, .col-5 {
	-webkit-box-flex: 0
}
.col-4 {
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6, .col-7 {
	-webkit-box-flex: 0
}
.col-6 {
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8, .col-9 {
	-webkit-box-flex: 0
}
.col-8 {
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10, .col-11 {
	-webkit-box-flex: 0
}
.col-10 {
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
.d-none {
	display: none!important
}
.d-inline {
	display: inline!important
}
.d-inline-block {
	display: inline-block!important
}
.d-block {
	display: block!important
}
.d-table {
	display: table!important
}
.d-table-row {
	display: table-row!important
}
.d-table-cell {
	display: table-cell!important
}
.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width:576px) {
.col-sm {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-sm-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-sm-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-sm-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-sm-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-sm-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-sm-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-sm-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-sm-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-sm-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-sm-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-sm-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-sm-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-sm-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-sm-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-sm-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-sm-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-sm-0 {
	margin-left: 0
}
.offset-sm-1 {
	margin-left: 8.33333%
}
.offset-sm-2 {
	margin-left: 16.66667%
}
.offset-sm-3 {
	margin-left: 25%
}
.offset-sm-4 {
	margin-left: 33.33333%
}
.offset-sm-5 {
	margin-left: 41.66667%
}
.offset-sm-6 {
	margin-left: 50%
}
.offset-sm-7 {
	margin-left: 58.33333%
}
.offset-sm-8 {
	margin-left: 66.66667%
}
.offset-sm-9 {
	margin-left: 75%
}
.offset-sm-10 {
	margin-left: 83.33333%
}
.offset-sm-11 {
	margin-left: 91.66667%
}
.d-sm-none {
	display: none!important
}
.d-sm-inline {
	display: inline!important
}
.d-sm-inline-block {
	display: inline-block!important
}
.d-sm-block {
	display: block!important
}
.d-sm-table {
	display: table!important
}
.d-sm-table-row {
	display: table-row!important
}
.d-sm-table-cell {
	display: table-cell!important
}
.d-sm-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-sm-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}

@media (min-width:768px) {
.col-md {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-md-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-md-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-md-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-md-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-md-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-md-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-md-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-md-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-md-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-md-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-md-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-md-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-md-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-md-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-md-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-md-0 {
	margin-left: 0
}
.offset-md-1 {
	margin-left: 8.33333%
}
.offset-md-2 {
	margin-left: 16.66667%
}
.offset-md-3 {
	margin-left: 25%
}
.offset-md-4 {
	margin-left: 33.33333%
}
.offset-md-5 {
	margin-left: 41.66667%
}
.offset-md-6 {
	margin-left: 50%
}
.offset-md-7 {
	margin-left: 58.33333%
}
.offset-md-8 {
	margin-left: 66.66667%
}
.offset-md-9 {
	margin-left: 75%
}
.offset-md-10 {
	margin-left: 83.33333%
}
.offset-md-11 {
	margin-left: 91.66667%
}
.d-md-none {
	display: none!important
}
.d-md-inline {
	display: inline!important
}
.d-md-inline-block {
	display: inline-block!important
}
.d-md-block {
	display: block!important
}
.d-md-table {
	display: table!important
}
.d-md-table-row {
	display: table-row!important
}
.d-md-table-cell {
	display: table-cell!important
}
.d-md-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-md-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}

@media (min-width:992px) {
.col-lg {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-lg-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-lg-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-lg-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-lg-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-lg-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-lg-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-lg-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-lg-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-lg-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-lg-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-lg-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-lg-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-lg-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-lg-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-lg-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-lg-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-lg-0 {
	margin-left: 0
}
.offset-lg-1 {
	margin-left: 8.33333%
}
.offset-lg-2 {
	margin-left: 16.66667%
}
.offset-lg-3 {
	margin-left: 25%
}
.offset-lg-4 {
	margin-left: 33.33333%
}
.offset-lg-5 {
	margin-left: 41.66667%
}
.offset-lg-6 {
	margin-left: 50%
}
.offset-lg-7 {
	margin-left: 58.33333%
}
.offset-lg-8 {
	margin-left: 66.66667%
}
.offset-lg-9 {
	margin-left: 75%
}
.offset-lg-10 {
	margin-left: 83.33333%
}
.offset-lg-11 {
	margin-left: 91.66667%
}
.d-lg-none {
	display: none!important
}
.d-lg-inline {
	display: inline!important
}
.d-lg-inline-block {
	display: inline-block!important
}
.d-lg-block {
	display: block!important
}
.d-lg-table {
	display: table!important
}
.d-lg-table-row {
	display: table-row!important
}
.d-lg-table-cell {
	display: table-cell!important
}
.d-lg-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-lg-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}

@media (min-width:1200px) {
.col-xl {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-xl-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-xl-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-xl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-xl-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-xl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-xl-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-xl-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-xl-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-xl-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-xl-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-xl-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-xl-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-xl-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}
.order-xl-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}
.order-xl-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}
.order-xl-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.order-xl-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.order-xl-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}
.order-xl-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.order-xl-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}
.order-xl-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}
.order-xl-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}
.order-xl-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}
.order-xl-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}
.order-xl-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}
.order-xl-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}
.order-xl-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}
.offset-xl-0 {
	margin-left: 0
}
.offset-xl-1 {
	margin-left: 8.33333%
}
.offset-xl-2 {
	margin-left: 16.66667%
}
.offset-xl-3 {
	margin-left: 25%
}
.offset-xl-4 {
	margin-left: 33.33333%
}
.offset-xl-5 {
	margin-left: 41.66667%
}
.offset-xl-6 {
	margin-left: 50%
}
.offset-xl-7 {
	margin-left: 58.33333%
}
.offset-xl-8 {
	margin-left: 66.66667%
}
.offset-xl-9 {
	margin-left: 75%
}
.offset-xl-10 {
	margin-left: 83.33333%
}
.offset-xl-11 {
	margin-left: 91.66667%
}
.d-xl-none {
	display: none!important
}
.d-xl-inline {
	display: inline!important
}
.d-xl-inline-block {
	display: inline-block!important
}
.d-xl-block {
	display: block!important
}
.d-xl-table {
	display: table!important
}
.d-xl-table-row {
	display: table-row!important
}
.d-xl-table-cell {
	display: table-cell!important
}
.d-xl-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-xl-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}

@media print {
.d-print-none {
	display: none!important
}
.d-print-inline {
	display: inline!important
}
.d-print-inline-block {
	display: inline-block!important
}
.d-print-block {
	display: block!important
}
.d-print-table {
	display: table!important
}
.d-print-table-row {
	display: table-row!important
}
.d-print-table-cell {
	display: table-cell!important
}
.d-print-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-print-inline-flex {
	display: -webkit-inline-box!important;
	display: -webkit-inline-flex!important;
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}
}
.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-column-reverse, .flex-row-reverse {
	-webkit-box-direction: reverse!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important;
	text-align: center;
}
.align-self-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}

@media (min-width:576px) {
.flex-sm-column,  .flex-sm-row {
	-webkit-box-direction: normal!important
}
.flex-sm-row {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-sm-column {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-sm-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-sm-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-sm-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-sm-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-sm-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-sm-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-sm-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-sm-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-sm-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-sm-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-sm-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-sm-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-sm-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-sm-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-sm-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-sm-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-sm-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-sm-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-sm-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-sm-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-sm-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-sm-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-sm-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-sm-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-sm-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-sm-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}

@media (min-width:768px) {
.flex-md-column,  .flex-md-row {
	-webkit-box-direction: normal!important
}
.flex-md-row {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-md-column {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-md-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-md-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-md-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-md-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-md-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-md-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-md-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-md-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-md-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-md-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-md-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-md-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-md-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-md-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-md-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-md-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-md-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-md-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-md-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-md-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-md-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-md-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-md-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-md-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-md-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}

@media (min-width:992px) {
.flex-lg-column,  .flex-lg-row {
	-webkit-box-direction: normal!important
}
.flex-lg-row {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-lg-column {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-lg-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-lg-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-lg-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-lg-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-lg-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-lg-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-lg-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-lg-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-lg-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-lg-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-lg-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-lg-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-lg-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-lg-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-lg-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-lg-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-lg-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-lg-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-lg-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-lg-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-lg-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-lg-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-lg-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-lg-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-lg-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-lg-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}

@media (min-width:1200px) {
.flex-xl-column,  .flex-xl-row {
	-webkit-box-direction: normal!important
}
.flex-xl-row {
	-webkit-box-orient: horizontal!important;
	-webkit-flex-direction: row!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important
}
.flex-xl-column {
	-webkit-box-orient: vertical!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-xl-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-xl-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.flex-xl-wrap {
	-webkit-flex-wrap: wrap!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important
}
.flex-xl-nowrap {
	-webkit-flex-wrap: nowrap!important;
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important
}
.flex-xl-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse!important;
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important
}
.justify-content-xl-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-xl-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-xl-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.justify-content-xl-between {
	-webkit-box-pack: justify!important;
	-webkit-justify-content: space-between!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important
}
.justify-content-xl-around {
	-webkit-justify-content: space-around!important;
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important
}
.align-items-xl-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-xl-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-xl-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-items-xl-baseline {
	-webkit-box-align: baseline!important;
	-webkit-align-items: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important
}
.align-items-xl-stretch {
	-webkit-box-align: stretch!important;
	-webkit-align-items: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important
}
.align-content-xl-start {
	-webkit-align-content: flex-start!important;
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important
}
.align-content-xl-end {
	-webkit-align-content: flex-end!important;
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important
}
.align-content-xl-center {
	-webkit-align-content: center!important;
	-ms-flex-line-pack: center!important;
	align-content: center!important
}
.align-content-xl-between {
	-webkit-align-content: space-between!important;
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important
}
.align-content-xl-around {
	-webkit-align-content: space-around!important;
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important
}
.align-content-xl-stretch {
	-webkit-align-content: stretch!important;
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important
}
.align-self-xl-auto {
	-webkit-align-self: auto!important;
	-ms-flex-item-align: auto!important;
	align-self: auto!important
}
.align-self-xl-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-xl-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-xl-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	align-self: center!important
}
.align-self-xl-baseline {
	-webkit-align-self: baseline!important;
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important
}
.align-self-xl-stretch {
	-webkit-align-self: stretch!important;
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important
}
}
.w-25 {
	width: 25%!important
}
.w-50 {
	width: 50%!important
}
.w-75 {
	width: 75%!important
}
.w-100 {
	width: 100%!important
}
.h-25 {
	height: 25%!important
}
.h-50 {
	height: 50%!important
}
.h-75 {
	height: 75%!important
}
.h-100 {
	height: 100%!important
}
.mw-100 {
	max-width: 100%!important
}
.mh-100 {
	max-height: 100%!important
}

::-webkit-input-placeholder {
 color: #666
}

::-moz-placeholder {
 color: #666
}

::-ms-input-placeholder {
 color: #666
}

::placeholder {
 color: #666
}
.flex {
	display: flex
}
hr {
	width: 100%
}
.bottom-panel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 50%;
	z-index: 900;
	bottom: 25px;
}
.bottom-panel h4 {
	font-size: 24px;
	color: #07072E;
	margin-bottom: 2px
}
.bottom-panel span {
	font-size: 20px;
	color: #dc3b10;
}
.bottom-panel .icon-wrapper {
	padding: 20px 0;
	position: relative;
	width: 675px;
	margin-left: auto;
	margin-right: -30px;
}
.bottom-panel .icon-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.main, body {
	position: relative
}
.bottom-panel span.icon {
	font-family: themify;
	font-size: 25px;
	color: #838091;
	cursor: pointer;
	position: relative;
	top: -5px
}
body {
	font-size: 16px;
	min-width: 320px;
	line-height: 1.2;
	font-family: 'San Francisco Display Regular';
	overflow-x: hidden;
	color: #333
}
.header h1, .header h2 {
	font-family: 'San Francisco Display Heavy';
	line-height: 1.3
}
h1.contact {
    font-size: 54px;
    margin-bottom: 26px;
    line-height: 1.2;
    margin-top: 32px;
}
body input, body textarea {
	border: 1px solid #666;
	outline: 0
}
 body input:focus:required:invalid, body textarea:focus:required:invalid {
 border-color: red
}
 body input:required:valid, body textarea:required:valid {
 border-color: green
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}
.img-responsive.img-width {
	width: 100%
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right
}
#clockdiv, .voity-data, .voity-info h2, .payment {
	text-align: center
}
.menu ul a, .menu-right .name, .menu-right .number {
	font-size: 17px;
	font-family: 'San Francisco Display Heavy';
	color: #435b7b
}
.menu ul a.active {
	color: #dc3b10
}
.space-left {
	padding-left: 0
}
.main {
	height: 100vh;
	z-index: 8;
}
#menu {
	transition: all 0.5s ease;
	background: #fff !important;
	z-index: 99;
    position: relative;
}
.menu {
    padding: 16px 0 18px;
    box-shadow: 0px 6px 25px #435b7b17;
}
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}
.menu-right .horizontal-separator {
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 40px;
	margin: 0 22px;
	position: relative;
	top: -4px
}
#clockdiv, .info-block .pagination-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}
.menu-right a {
	color: #fff
}
.menu .underlineEffect a:after {
	background-color: #52c2da
}
.menu ul li {
	float: left;
	list-style: none
}
.section-separator hr {
	margin: 0;
	border-color: #4991a9;
	box-shadow: 0px 0px 20px #478aa199;
}
.header .pagination-block, .header h1 {
	margin-top: 50px;
}
.header {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.header.voity {
	background: #f7f7f7;
    position: relative;
    top: 71px;
}
.header h1 {
	font-size: 54px;
	margin-bottom: 26px;
	line-height: 1.2;
}
.header h2 {
	color: #435b7b;
	font-size: 40px;
	margin-bottom: 2.5rem;
}
.header .community {
	font-size: 17px;
	margin: 100px 0 0
}
.header .pagination-block .name, .header .pagination-block .number {
	font-size: 17px
}
.header .horizontal-separator {
	max-width: 50px
}
.header .socials svg {
	fill: #333;
	opacity: .5;
	width: 22px;
	height: 22px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.header .socials svg:hover, .presentation a {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.header .socials svg:hover {
	opacity: 1;
	transition: all .3s ease-in-out
}
.voity-info {
    padding: 50px 38px;
    width: 100%;
    margin-left: auto;
    margin-top: 42px;
    box-shadow: 0px 10px 40px #4991a933;
    text-align: center;
    background: #ffffffd9;
}
.voity-info h2 {
	font-size: 28px;
	margin-bottom: 25px;
	color: #333;
}
.voity-info hr {
	width: 98%;
	border-color: rgba(255, 255, 255, .4);
	margin: 25px auto 30px
}
.smalltext {
	padding-top: 5px;
	font-size: 16px
}
.voity-data {
	width: 85%;
	margin: 0 auto 50px;
}
.voity-data .voity-data-left {
	float: left
}
.voity-data .voity-data-right {
	float: right
}
.voity-data .number {
	font-family: 'San Francisco Display Regular';
	color: #fff;
	font-size: 20px;
}
.voity-data .text {
	color: #838091;
	font-size: 12px;
	margin: 5px 0 0
}
.voity-data .nectar-button {
	margin: 20px 0 25px;
	line-height: 1
}
.voity-data .nectar-button span {
	font-family: 'San Francisco Display Heavy';
}
.voity-data .nectar-button:hover {
	-webkit-box-shadow: 0 0 13px 0 #dc3b10;
	box-shadow: 0 0 13px 0 #dc3b10;
}
.voity-data .meth-img {
	margin: 15px 0
}
.payment .payment-meth span {
	content: '';
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	width: 40%;
	position: relative;
	font-size: 18px;
	top: -12px;
}
.payment .payment-meth:after, .payment .payment-meth:before {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #d4dde5;
	width: 25%;
	position: relative;
  top: -16px;
}
.payment .meth-img {
	margin: 10px 0 0
}
.sale-status {
	margin: 50px 0 40px;
	position: relative
}
.sale-status .status-line {
	width: 100%;
	height: 8px;
	background: #fff
}
.sale-status .status-progress {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: red;
	width: 35%;
	height: 8px
}
.sale-status .status-separator-left, .sale-status .status-separator-right {
	height: 27px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	background: #fff
}
.sale-status .status-separator-left {
	width: 1px;
	top: -28px;
	left: 15%
}
.sale-status .status-separator-left .price {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -20px
}
.sale-status .status-separator-left .name {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: -22px;
	width: 100px;
	text-align: left
}
.sale-status .status-separator-right {
	width: 1px;
	top: -28px;
	right: 4%
}
.sale-status .status-separator-right .price {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -20px;
	right: 0
}
.sale-status .status-separator-right .name {
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: -22px;
	right: 0;
	width: 100px;
	text-align: right
}
.platform-header {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0;
	z-index: 80
}
.benefit-item, .info-block {
	position: relative;
}
.info-block {
	padding: 90px 0 70px;
	background-image: linear-gradient(to bottom, #ffffff, #fdfdfd, #fbfbfb, #f9f9f9, #f7f7f7);
}
.platform-header .bottom-panel span.icon {
	top: 0
}
.platform-header .bottom-panel .icon-container {
	width: 77px;
	height: 100%
}
.info-block .pagination-block {
    position: absolute;
    top: -20px;
    right: -150px;
}
.info-block .pagination-block .number, .info-block .pagination-block .name {
    position: absolute;
    top: 25px;
    right: 10px;
    color: #f7f7f7;
    font-size: 160px;
    opacity: .1;
}
.info-block .pagination-block .name {
    top: 170px;
    font-size: 90px;
}

.ask-to-scroll {
    position: relative;
    top: 0;
    left: 3px;
    display: inline-block;
    width: 32px;
    height: 34px;
    text-align: left;
    vertical-align: middle;
}
.ask-to-scroll .arrow {
    position: absolute;
    width: 22px;
    height: 12px;
}
.ask-to-scroll .arrow span {
    position: absolute;
    width: 14px;
    height: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #435b7b;
}
.ask-to-scroll .arrow:nth-child(1) {
    top: 0;
    -webkit-animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
    animation: chevron1 0.95s infinite cubic-bezier(0.5, -0.8, 0.5, 1.8);
    opacity: 0;
}
.ask-to-scroll .arrow:nth-child(2) {
    top: 12px;
    -webkit-animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
    animation: chevron2 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ask-to-scroll .arrow:nth-child(3) {
    top: 16px;
    -webkit-animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
    animation: chevron3 0.95s infinite cubic-bezier(0.47, 0, 0.745, 0.715);
}
.ask-to-scroll .arrow span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ask-to-scroll .arrow span:nth-child(2) {
    left: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@-webkit-keyframes chevron1{0%,10%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}100%,58%{-webkit-transform:translateY(7px);transform:translateY(7px);opacity:1}}
@keyframes chevron1{0%,10%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}100%,58%{-webkit-transform:translateY(7px);transform:translateY(7px);opacity:1}}
@-webkit-keyframes chevron2{0%,5%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%,37%{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:1}}
@keyframes chevron2{0%,5%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%,37%{-webkit-transform:translateY(5px);transform:translateY(5px);opacity:1}}
@-webkit-keyframes chevron3{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%,32%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}}
@keyframes chevron3{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}100%,32%{-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}}

.benefit, .info-block-right {
	background-color: #fff
}
.info-block h3 {
    font-size: 42px;
    line-height: 1.3;
    margin: 34px 0 20px;
}
.info-block p, .info-block ul li {
    margin: 6px 0 0;
    font-size: 20px;
    line-height: 1;
}
.pagination-block .name, .pagination-block .number {
	font-size: 24px;
	color: #52c2da;
}
.benefit .pagination-block, .pagination-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-align: center
}
.presentation {
    margin: 30px 0 10px;
    font-size: 20px;
}
.presentation a {
	color: #fd3908;
	transition: all .3s ease-in-out
}
.info-right .learn-more svg, .presentation a:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.presentation a:hover {
	color: #000;
	transition: all .3s ease-in-out
}
.presentation img {
	margin-right: 10px;
	margin-top: -3px;
}
.pagination-block {
	color: #07072E;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.pagination-block .horizontal-separator {
	display: inline-block;
	border-bottom: 1px solid #07072E;
	width: 30px;
	margin: 0 20px
}
.info-right .learn-more, .stats .item-name {
	font-size: 14px;
	font-family: 'San Francisco Display Regular'
}
.info-right p {
	width: 70%
}
.info-right hr {
	margin: 40px 0 15px;
	height: 1px;
	width: 90%;
	display: block;
	background: #CDCCD3;
	border: none
}
.info-right .learn-more {
	font-weight: 500;
	color: #07072E;
	margin: 0 0 0 15px;
	padding: 70px 0 0
}
.info-right .learn-more svg {
	width: 15px;
	margin-left: 20px;
	position: relative;
	top: 3px;
	transition: all .3s ease-in-out
}
.info-right .learn-more:hover svg, .pre-footer svg {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.info-right .learn-more:hover svg {
	margin-left: 30px;
	transition: all .3s ease-in-out
}
.stats .item-name {
	color: #838091;
	margin: 0 0 15px
}
.stats .item-text, .tab {
	font-family: 'San Francisco Display Heavy';
}
.stats .item-text {
	font-size: 16px;
	color: #0C0123;
	margin: 0 0 15px
}
.benefit-space {
	padding-bottom: 90px
}
.benefit {
	padding-top: 50px;
	padding-bottom: 0;
	position: relative;
    background-image: linear-gradient(to bottom, #f7f7f7, #fff);
}
.benefit .tabs a {
	border: none
}
.circle, .menu-toogle {
	-webkit-border-radius: 50%;
}
.benefit .tabs a:after, .benefit .tabs-faq a:after, .benefit .tabs-sale a:after {
	bottom: -3px;
	height: 1px
}
.benefit .pagination-block {
	color: #fff;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.benefit h2 {
	font-size: 40px;
	line-height: 1.3
}
.tab, .tab:hover {
	color: #435b7b
}
.benefit-row {
	margin-top: 50px;
	margin-bottom: 80px
}
.benefit-row.viop {
	margin-top: 30px;
	margin-bottom: 20px;
}
.benefit-img {
	height: 100%;
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 20%;
	top: 0;
	right: 0;
	margin: auto
}
.tab {
	display: inline-block;
	font-size: 20px;
	padding: .1em 0
}
.panel h5, .panel p {
	font-family: 'San Francisco Display Regular';
}
.tabs {
	padding-top: 15px;
}
.benefit-row.viop .tabs {
	padding-top: 14px !important;
}
.tabs a {
	margin: 0 30px
}
.tabs a:first-child {
	margin: 0 30px 0 0
}
.tab.active {
	color: #dc3b10;
	padding-left: 0
}
.panel {
	display: none
}
.panel.active {
	display: block
}
.panel h5, .panel img, .tab-sale {
	display: inline-block
}
.panel h5 {
    font-size: 24px;
	line-height: 1.2;
	margin: 0;
	color: #435b7b;
}
.panel img {
	float: right
}
.panel p {
    color: #333;
    font-size: 18px;
    margin: 25px 0 0;
    line-height: 24px;
    width: 100%;
}
.tab-sale {
	font-family: 'San Francisco Display Heavy';
}
.panel .row {
	padding-bottom: 25px
}
.sale {
	padding: 65px 0 150px;
	background: #f7f7f7;
	position: relative;
}
.sale:before {
    background-color: #fff;
    width: 96%;
    height: 87%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-transform: skew(0deg,-5deg);
    transform: skew(0deg,-5deg);
    position: absolute;
    left: 0;
    top: 0%;
    content: "";
    display: inline-block;
}
.sale.voip:before {
    height: 95%;
}
.sale .nectar-button {
	margin: 25px 0 0
}
.sale-row {
	margin-top: 40px
}
.sale-row.voip {
	margin-top: 90px
}
.sale-row.voip .bonus-percent {
	margin-top: 30px
}
.sale-row h2 {
	font-size: 40px;
	line-height: 1.2
}
.tab-sale, .tab-sale:hover {
	color: #435b7b
}
.tab-sale {
	font-size: 20px;
	padding: .1em 0
}
.tab-sale:last-child {
	margin-right: 0
}
.bonus-day, .nectar-button span, .sale-item .name {
	font-family: 'San Francisco Display Heavy'
}
.tabs-sale {
	padding: 18px 0 0
}
.tabs-sale a {
	margin: 0 30px 0 0
}
.tab-sale.active {
	color: #dc3b10;
	cursor: default;
	padding-left: 0
}
.nectar-button, .tab-faq, .team-item .info-bottom .social a:hover {
	cursor: pointer
}
.panel-sale {
	display: none;
	margin: 10px 0 0
}
.panel-sale.active {
	display: block
}
.panel-sale iframe {
	margin-top: 50px
}
.sale-item {
	margin: 50px 0 35px
}
.sale-row.voip .sale-item {
	margin: 35px 0
}
.sale-item .name {
	font-size: 20px;
}
.sale-item .content {
	font-size: 18px;
	margin: 15px 0 0
}
.circle {
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 50%
}
.circle.white {
	background: #fff
}
.circle.red {
	background: #dc3b10
}
.bonus-status {
	margin: 30px 0 0
}
.bonus-percent {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1.2;
}
.bonus-day {
	font-size: 16px;
	margin: 10px 0 0
}
.nectar-button {
	margin: 30px 5px 0;
	padding: 10px 30px;
	visibility: visible;
	color: #fff;
	background-color: #435b7b;
	border: 2px solid #435b7b;
	border-radius: 7px;
	display: inline-block;
	transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-moz-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-o-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
}
.nectar-button.second {
	background-color: transparent;
	border: 2px solid #435b7b;
}
.nectar-button.second span {
	color: #dc3b10;
}
.nectar-button.third {
	background-color: transparent;
	border: 2px solid #fff !important;
	margin: 0 0 0;
}
.nectar-button.third span {
	color: #fff;
}
.nectar-button:hover {
	background: #dc3b10;
	color: #fff;
	-webkit-box-shadow: 0 20px 38px rgba(0, 0, 0, .16)!important;
	box-shadow: 0 20px 38px rgba(0, 0, 0, .16)!important;
	transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-moz-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-o-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important
}
.nectar-button:hover span {
	color: #fff;
}
.nectar-button span {
	left: 0;
	display: inline-block;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	-o-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
	transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
	-webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1);
	position: relative;
	font-size: 18px;
	color: #fff;
}
.info-block .container {
    max-width: 1000px;
    color: #fff;
    padding: 30px 60px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.info-block.testvoip .container {
    padding: 50px 80px 35px;
    max-width: 1300px;
}
.distrib .status, .distrib .status-bar {
	display: inline-block;
	margin-right: 1%
}
.slurve-svg {
    fill: #435b7b;
    position: absolute;
    top:36px;
    left: 0;
    right: 0;
}
.header .pagination-block.white-pagination .number, .header .pagination-block.white-pagination .name {
	color: #fff;
	margin: -1px 0 0 0;
	padding: 4px 12px;
	visibility: visible;
	color: #fff;
	background-color: #dc3b10;
	border-radius: 4px;
	display: inline-block;
	transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-moz-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-o-transition: all .45s cubic-bezier(.25, 1, .33, 1)!important;
	-webkit-transform: skew(-12deg);
	-moz-transform: skew(-12deg);
	-o-transform: skew(-12deg);
}
.pagination-block.white-pagination .horizontal-separator {
	border-bottom: 1px solid #4991a9;
}
.distrib {
	position: relative;
	background: #070023;
	min-height: 800px
}
.distrib h3 {
	font-family: 'San Francisco Display Regular';
	font-size: 26px;
	color: #fff;
	margin-bottom: 50px
}
.distrib .status-bar {
	height: 5px;
	background: #fff
}
.distrib .active {
	background: red
}
.distrib .status-1 {
	width: 49%;
	-webkit-box-shadow: 0 -1px 4px 0 #dc3b10;
	box-shadow: 0 -1px 4px 0 #dc3b10
}
.distrib .status-1.active {
	width: 0
}
.distrib .status-2 {
	width: 17%
}
.distrib .status-3 {
	width: 14%
}
.distrib .status-4 {
	width: 9%
}
.distrib .status-5 {
	width: 4%
}
.distrib .status-1 .number, .distrib .status-1 .status-separator, .distrib .status-1 h5 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.distrib .status-2 .number, .distrib .status-2 .status-separator, .distrib .status-2 h5 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.distrib .status-3 .number, .distrib .status-3 .status-separator, .distrib .status-3 h5 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.distrib .status-4 .number, .distrib .status-4 .status-separator, .distrib .status-4 h5 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.distrib .status-5 .number, .distrib .status-5 .status-separator, .distrib .status-5 h5 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.distrib .loaded .status-1.active {
	width: 49%
}
.status-text-row .status-1 {
	-webkit-box-shadow: none;
	box-shadow: none
}
.distrib .status-separator {
	width: 1px;
	height: 27px;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px
}
.distrib .number {
	color: #fff;
	font-size: 18px;
	font-weight: 400
}
.distrib h5 {
	font-family: 'San Francisco Display Regular';
	color: #CDCCD3;
	font-size: 16px;
	margin: 15px 0 0
}
.distrib .roadmap-header .number {
	color: #07072e
}
.second-distrib {
	margin: 130px 0 0
}
.second-distrib .status-1 {
	width: 41%
}
.second-distrib .status-2, .second-distrib .status-3 {
	width: 19%
}
.second-distrib .status-4 {
	width: 13%
}
.second-distrib .status-5 {
	width: 3%
}
.first-distrib {
	min-height: 200px
}
.roadmap-header {
	width: 100%;
	position: relative;
	bottom: 95px;
	padding: 32px 0;
	z-index: 95
}
.roadmap-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 90px;
	background: #fff
}
.roadmap, .team {
	position: relative
}
.status {
	width: 100%;
	height: 4.5px
}
.status.red {
	border: 1px solid #dc3b10;
	background: #dc3b10;
	width: 99%
}
.status.black {
	background: #070023;
	border: 1px solid #070023
}
.roadmap {
	padding: 0 0 140px;
	margin-top: -100px;
	background: #fff;
	z-index: 95
}
.roadmap h2 {
	font-family: 'San Francisco Display Heavy';
	font-size: 38px;
	color: #0C0123;
	line-height: 1.2;
	margin: 60px 0 85px
}
.month-item h5, .month-item p, .faq .panel-faq p {
	font-family: 'San Francisco Display Regular';
}
.month-item h5 {
	font-size: 15px;
    color: #52c2da;
    line-height: 1.4;
    max-width: 95%;
}
.month-item p, .team h2, .team h6 {
	font-weight: 500
}
.month-item p {
	font-size: 18px;
	color: #070023;
	margin: 15px 0 20px
}
.team h2, .team h6, .team p {
	font-family: 'San Francisco Display Heavy'
}
.month-item .month-separator {
	width: 1px;
	height: 27px;
	background: #070023;
	margin-top: 20px;
	margin-bottom: 20px
}
.team {
	background: #f7f7f7;
	padding: 75px 0 240px
}
.team .img-bg {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .1;
}
.team h2 {
	font-size: 48px;
	line-height: 1.2;
	margin: 60px 0 120px
}
.team h6 {
	font-size: 18px;
	line-height: 1.2;
	margin: 84px 0 0
}
.team p {
	font-size: 16px;
	line-height: 1.4;
	margin: 20px 0 0
}
.team-item .job, .team-item .name {
	color: #fff;
	line-height: 1.2;
}
.team-item {
	position: relative
}
.team-item .name {
	font-size: 26px;
	font-weight: 500
}
.team-item .job {
	font-size: 15px;
	margin: 6px 0 0
}
.team-item img {
	width: 100%
}
.team-item .info-top {
	position: absolute;
	left: 40px;
	z-index: 99;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
	top: 80%
}
.team-item .info-bottom {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 100
}
.team-item .info-bottom p {
	display: block;
	font-size: 14px;
	line-height: 1.7
}
.team-item .info-bottom .social {
	display: block;
	margin: 60px 0 0
}
.team-item .info-bottom .social a {
	display: inline-block;
	width: 17.8px;
	height: 17.8px;
	margin-right: 5px;
	cursor: pointer
}
.team-item .hover-back, .team-item:hover .hover-back {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	position: absolute
}
.team-item .info-bottom .social svg {
	fill: #fff
}
.team-item .hover-back {
	transition: .3s;
	opacity: 0
}
.team-item:hover .hover-back {
    background: rgba(57, 69, 94, 0.88);
	opacity: 1;
	transition: .3s
}
.team-item:hover .info-bottom {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	ransition-delay: .2s;
	opacity: 1;
	position: absolute;
	left: 40px
}
.team-item:hover .info-bottom p {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	color: #fff
}
.team-item:hover .info-bottom .social {
	display: block
}
.team-item:hover .info-top {
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}
.team-item .info-bottom .job {
	margin-bottom: 50px
}
.partners {
	position: relative;
}
.partners::before {
    background-color: #edf6fc;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    display: inline-block;
    width: 96%;
    height: 85%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-transform: skew(0deg,-5deg);
    transform: skew(0deg,-5deg);
}
.partners.contacts::before {
    top: -85px;
}
.partners.contacts .partner-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.faq.contacts a {
	color: #435b7b;
	text-decoration: underline !important;
}
.faq.contacts a:hover {
	text-decoration: none !important;
}
.partners-bg, .partners-left-bg {
	position: absolute;
	top: 0;
	height: 100%
}
.partners h2 {
	font-size: 40px;
	line-height: 1.2;
	color: #070023;
	margin: 45px 0 0
}
.partners .partners-img {
	margin: 60px 0;
	max-width: 180px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.partners .partners-img:hover {
	-webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.partners .partners-img-cont {
    max-width: 400px;
    width: 80%;
}
.partners .img-row {
	margin: 30px -15px 10px
}
.partners-bg {
	right: 0;
	width: 10%;
	background: #fff
}
.partner-container {
	padding-top: 75px;
	padding-bottom: 110px
}
.partners-left-bg {
	width: 50%;
	left: 0
}
.faq {
	background: #fff;
	padding: 55px 0;
	position: relative
}
.faq.contacts {
	padding: 0 0;
}
.faq h6 {
	font-size: 18px;
	margin: 28px 0 0
}
.faq hr {
	width: 100%;
	border-color: #838091
}
.faq h2 {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 60px
}
.faq .panel-faq h6 {
	font-family: 'San Francisco Display Heavy';
}
.faq .pagination-block {
	margin-bottom: 65px
}
.faq .panel-faq h6 {
	font-size: 18px;
}
.faq .panel-faq p {
	font-size: 16px;
	line-height: 1.4;
	margin: 15px 0 45px
}
.tab-faq, .tab-faq:hover {
	color: #435b7b
}
.tab-faq {
	display: inline-block;
	font-family: 'San Francisco Display Heavy';
	font-size: 18px;
	padding: .1em 0
}
.tabs-faq {
	padding-top: 24px
}
.tabs-faq a {
	margin: 0 50px 0 0
}
.tab-faq.active {
	color: #dc3b10;
	cursor: default;
	padding-left: 0
}
.panel-faq {
	display: none;
	margin: 30px 0 0
}
.panel-faq.active {
	display: block
}
.pre-footer-wrapper {
	position: relative;
	overflow: hidden;
}
.pre-footer-wrapper.voity {
	background: #f7f7f7;
}
.pre-footer-wrapper::before {
	background: #39455e;
	top: 100px;
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 96%;
	height: 100%;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	-webkit-transform: skew(0deg,-5deg);
	transform: skew(0deg,-5deg);
}
.pre-footer-wrapper hr {
	margin: 0
}
.pre-footer {
	padding: 200px 0 40px;
	margin: 0 -15px;
}
.pre-footer h3 {
	font-size: 30px;
	color: #fff;
	line-height: 1.4;
	margin: 30px 0 20px
}
.pre-footer .contact {
	font-size: 24px;
	color: #fff;
	margin: 24px 0 0;
}
.pre-footer .email, .pre-footer .phone {
	font-size: 16px;
	display: block;
	color: #fff;
}
.pre-footer .phone {
	margin: 38px 0 0
}
.pre-footer .email {
	margin: 16px 0 0
}
.pre-footer .subscribe {
	font-size: 24px;
	color: #fff;
	margin: 24px 0 0;
}
.pre-footer .subscribe-text {
	font-size: 16px;
	line-height: 1.6;
	color: #fff;
	margin: 38px 0 0
}
.author, .copyright, .pre-footer-wrapper a.footer {
    color: #fff;
}
.footer-wrapper {
	padding: 26px 0 38px
}
.socials {
	margin: 20px 0
}
.socials a {
	margin: 0 3px
}
.socials a:first-child {
	margin-left: 0
}
.subscribe-form {
	margin: 60px 0 0;
	position: relative
}
.pre-footer button, .pre-footer input {
	background: 0 0;
	display: inline-block;
	position: absolute;
	bottom: 0
}
.pre-footer svg {
	fill: #fff;
	opacity: .5;
	width: 22px;
	height: 22px;
	transition: all .3s ease-in-out
}
.pre-footer button, .pre-footer svg:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.pre-footer svg:hover {
	opacity: 1;
	transition: all .3s ease-in-out
}
.pre-footer .form-group {
	display: inline-block
}
.pre-footer input {
	border: none;
	border-bottom: 1px solid #CDCCD3;
	padding-bottom: 15px;
	width: 70%
}
.pre-footer button {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #dc3b10;
	-webkit-border-radius: 50%;
	border-radius: 5px;
	width: 61px;
	height: 41px;
	right: 0;
	cursor: pointer;
	box-shadow: 0 4px 12px 0 #0c012336;
	transition: all .3s ease-in-out;
	background: #dc3b10;
}
.pre-footer button .footer-arrow, .pre-footer button:hover {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.pre-footer button .footer-arrow {
	fill: #fff;
	opacity: 1;
	transition: all .3s ease-in-out
}
.pre-footer button {
	border: 2px solid #dc3b10;
	background: #dc3b10;
	transition: all .3s ease-in-out
}
.pre-footer button:hover {
	border: 2px solid #52c2da;
	background: #52c2da;
	transition: all .3s ease-in-out
}
.footer-form input, .footer-form textarea {
	background: 0 0;
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: 'San Francisco Display Regular';
}
.pre-footer button img {
	display: block;
	margin: 0 auto;
	max-width: 20px;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-o-transform: skew(12deg);
}
.pre-footer .subscribe-form svg {
	opacity: 1;
	position: relative;
	top: 2px;
}
.pre-footer button:hover .footer-arrow {
	fill: #fff;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.footer-wrapper .left {
	float: left
}
.footer-wrapper .right {
	float: right
}
.footer-form {
	margin: 40px 0 0
}
.footer-form .nectar-button {
	padding: 13px 58px
}
.footer-form input {
	border: none;
	border-bottom: 1px solid #CDCCD3;
	padding-bottom: 15px;
	margin-bottom: 30px
}
.footer-form textarea {
	border: none;
	border-bottom: 1px solid #CDCCD3
}
.footer-form .nectar-button {
	margin: 65px 0 0
}
.hidden {
	display: none
}
.fixed-menu {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 110;
	background: #ededed;
	-webkit-animation: fadeInDown .5s cubic-bezier(.42, 0, 0, 1) forwards;
	animation: fadeInDown .5s cubic-bezier(.42, 0, 0, 1) forwards
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.header-left .underlineEffect a:after {
	background-color: #fff
}
.tabs a:after, .tabs-faq a:after, .tabs-sale a:after, .underlineEffect a:after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 1px;
	background-color: #52c2da;
	bottom: -3px;
	left: 0;
	pointer-events: none
}
.header-left span a {
	color: #fff;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-o-transform: skew(12deg);
}
.underlineEffect a:after {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: portSliderLine2 .42s cubic-bezier(.42, 0, 0, 1) forwards;
	animation: portSliderLine2 .42s cubic-bezier(.42, 0, 0, 1) forwards
}
.underlineEffect a {
	-webkit-transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
	-o-transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
	transition: all .5s cubic-bezier(.4, 0, .1, 1) .75s, all .5s cubic-bezier(.4, 0, .1, 1) .75s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
	opacity: 1
}
.underlineEffect a:hover:after {
	-webkit-animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards;
	animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards
}
 @-webkit-keyframes portSliderLine {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: left;
 transform-origin: left
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: left;
 transform-origin: left
}
}
 @-webkit-keyframes portSliderLine2 {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: right;
 transform-origin: right
}
 100% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: right;
 transform-origin: right
}
}
 input::-webkit-input-placeholder {
 color: #fff
}
 input:-moz-placeholder {
 color: #fff
}
 input::-moz-placeholder {
 color: #fff
}
 input:-ms-input-placeholder {
 color: #fff
}
 input::-ms-input-placeholder {
 color: #fff
}
 input::placeholder {
 color: #fff
}
 .footer-form input::-webkit-input-placeholder, .footer-form textarea::-webkit-input-placeholder {
 color: #cdccd3
}
 .footer-form input:-moz-placeholder, .footer-form textarea:-moz-placeholder {
 color: #cdccd3
}
 .footer-form input::-moz-placeholder, .footer-form textarea::-moz-placeholder {
 color: #cdccd3
}
 .footer-form input:-ms-input-placeholder, .footer-form textarea:-ms-input-placeholder {
 color: #cdccd3
}
 .footer-form input::-ms-input-placeholder, .footer-form textarea::-ms-input-placeholder {
 color: #cdccd3
}
 .footer-form input::placeholder, .footer-form textarea::placeholder {
 color: #cdccd3
}
.subscribe-form input {
	color: #cdccd3;
	font-size: 16px;
	font-family: 'San Francisco Display Regular';
}
 .subscribe-form input::-webkit-input-placeholder, .subscribe-form textarea::-webkit-input-placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
 .subscribe-form input:-moz-placeholder, .subscribe-form textarea:-moz-placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
 .subscribe-form input::-moz-placeholder, .subscribe-form textarea::-moz-placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
 .subscribe-form input:-ms-input-placeholder, .subscribe-form textarea:-ms-input-placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
 .subscribe-form input::-ms-input-placeholder, .subscribe-form textarea::-ms-input-placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
 .subscribe-form input::placeholder, .subscribe-form textarea::placeholder {
 color: #cdccd3;
 font-size: 16px;
 font-family: 'San Francisco Display Regular';
}
.line-animation {
	width: 0
}
.line-animation.loaded {
	width: 100%;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: width;
	-o-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s
}
.header svg.goggle-icon, .pre-footer svg.goggle-icon {
	width: 25px
}
.tabs a:after, .tabs-faq a:after, .tabs-sale a:after {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: portSliderLine2 .42s cubic-bezier(.2, 0, 0, 1) forwards;
	animation: portSliderLine2 .42s cubic-bezier(.2, 0, 0, 1) forwards
}
.tabs a, .tabs-faq a, .tabs-sale a {
	-webkit-transition: all .5s cubic-bezier(.4, 0, .1, 1) .5s, all .5s cubic-bezier(.4, 0, .1, 1) .5s;
	-o-transition: all .5s cubic-bezier(.4, 0, .1, 1) .5s, all .5s cubic-bezier(.4, 0, .1, 1) .5s;
	transition: all .5s cubic-bezier(.4, 0, .1, 1) .5s, all .5s cubic-bezier(.4, 0, .1, 1) .5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
	opacity: 1
}
.tabs a:hover:after, .tabs-faq a:hover:after, .tabs-sale a:hover:after {
	-webkit-animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards;
	animation: portSliderLine .42s cubic-bezier(.42, 0, 0, 1) forwards
}
.tabs a.active:after, .tabs-faq a.active:after, .tabs-sale a.active:after {
	background-color: #52c2da;
	-webkit-animation: none;
	animation: none
}
 @keyframes portSliderLine {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: left;
 transform-origin: left
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: left;
 transform-origin: left
}
}
 @keyframes portSliderLine2 {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: right;
 transform-origin: right
}
 100% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: right;
 transform-origin: right
}
}
.menu-toogle {
	width: 44px;
	height: 44px;
	position: relative;
	top: -12px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}
.burgx, .burgx2, .burgx3 {
	margin-top: 8px;
	background: #445c7c;
	width: 30px;
	height: 4px;
	position: absolute;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg)
}
.burgx2 {
	margin-top: 0
}
.burgx3 {
	margin-top: -8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}
.menu-toogle-wrapper {
	position: absolute;
	top: 25px;
	right: 15px;
}
.menu-toogle.toggled .burgx, .menu-toogle.toggled .burgx2, .menu-toogle.toggled .burgx3 {
	margin-top: 0
}
.mobile-menu-container {
	position: fixed;
	z-index: 980;
	background: #0b122e;
	width: 100vw;
	top: 0;
	right: 0;
	padding: 22% 3% 4%;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin-right: 0;
	opacity: 1
}
#error-message, #success-message, .bar {
	padding-top: 10px
}
.mobile-menu-container.hidden {
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	margin-right: -200px;
	opacity: 0
}
.mobile-menu-container ul {
	list-style: none;
	padding-left: 22px
}
.mobile-menu-container ul a {
	font-family: 'San Francisco Display Heavy';
	color: #fff;
	font-size: 1.2rem;
	display: inline-block;
	margin: 5px 0
}
.mobile-menu-container .pagination-block {
	margin-top: 130px;
	padding-left: 40px
}
.mobile-menu-container .pagination-block a {
	color: #fff;
	font-weight: 300;
	font-size: .8rem
}
.mobile-menu-container .underlineEffect a:after {
	background-color: #fff
}
#error-message {
	color: #c10808
}
#success-message {
	color: #fff
}
.footer-form button:focus, .subscribe-form button:focus {
	outline: 0
}
.bar p {
	color: #fff;
	padding: 0;
	margin: 0
}

@media screen and (min-width:1400px) {
.container {
	max-width: 1300px
}
.mobile-menu {
	display: none
}
}

@media screen and (max-width:1400px) {
.bottom-panel .icon-wrapper {
	width: 570px
}
.tabs a {
	margin: 0 20px
}
.tabs a:first-child {
	margin: 0 20px 0 0
}
.tabs-sale a {
	margin: 0 40px 0 0
}
.tabs-sale a:last-child {
	margin-right: 0
}
.second-distrib {
	position: relative;
	z-index: 100
}
.second-distrib .status-1 {
	width: 49%
}
.team-item .info-bottom {
	right: 25px
}
.partners {
	background: 0 0
}
.header .socials svg,  .pre-footer svg {
	width: 16px;
	height: 16px
}
.info-block-right img {
	width: 100%
}
.info-block h3 {
	margin: 25px 0 20px;
}
.mobile-menu {
	display: none
}
}

@media screen and (max-width:1200px) {
.illustration-img,  .pc-menu {
	display: none
}
.voity-info,  .panel p,  .team .img-bg {
	width: 100%
}
.header h1 {
	font-size: 2rem
}
.header h2 {
	font-size: 1rem
}
.voity-info h2 {
	font-size: 14px
}
.voity-data .number {
	font-size: 16px
}
.voity-data .text {
	font-size: 10px
}
.voity-data .nectar-button span {
	font-size: 14px;	
}
.payment .payment-meth span {
	font-size: 12px;
	top: 6px;
}
.info-block h3 {
	font-size: 1.8rem;
	margin: 22px 0 20px;
}
.info-block.testvoip .container {
    padding: 50px 40px 35px;
    max-width: 920px;
}
.info-block p,  .stats .item-name {
	font-size: 14px
}
.stats .item-text {
	font-size: 14px
}
.info-right .learn-more {
	padding: 35px 0 0;
	font-size: 12px
}
.presentation {
	margin-top: 40px
}
.info-block-right {
	padding: 4% 0 0;
	min-height: 340px;
}
.presentation a {
	font-size: 16px
}
.info-right .learn-more svg {
	font-size: 12px
}
.benefit h2 {
	font-size: 1.8rem
}
.panel h5,  .tabs a,  .tabs-faq a,  .tabs-sale a {
	font-size: 22px
}
.benefit-row {
	margin-top: 45px
}
.tabs {
	margin-top: 60px
}
.panel p {
	font-size: 12px;
	line-height: 1.4
}
.sale-row h2 {
	font-size: 1.8rem
}
.tabs-sale {
	padding: 6% 0 0
}
.panel-sale {
	margin: 60px 0 0
}
.distrib h3 {
	font-size: 22px
}
.roadmap {
	margin-top: -90px
}
.roadmap h2 {
	font-size: 1.8rem
}
.month-item h5 {
	font-size: 12px
}
.month-item p {
	font-size: 14px
}
.team h2 {
	font-size: 1.8rem
}
.team h6 {
	font-size: 14px
}
.team p {
	font-size: 14px
}
.team-item .name {
	font-size: 22px
}
.team-item .info-bottom .job {
	font-size: 14px;
	margin-bottom: 30px
}
.team-item:hover .info-bottom p {
	font-size: 12px
}
.faq h2,  .partners h2 {
	font-size: 1.8rem
}
.team-item .info-bottom .social {
	margin: 30px 0 0
}
.partners .partners-img {
	max-width: 140px
}
.faq h6 {
	font-size: 16px
}
.faq .panel-faq p,  .nectar-button span {
	font-size: 15px
}
.nectar-button {
	padding: 10px 16px;
}
.info-block {
	padding: 50px 0
}
.pre-footer .contact,  .pre-footer h3 {
	font-size: 20px
}
.pre-footer .email,  .pre-footer .phone {
	font-size: 18px
}
.pre-footer .subscribe {
	font-size: 20px
}
.author,  .copyright,  .pre-footer .subscribe-text,  .pre-footer-wrapper a.footer {
	font-size: 18px
}
.bottom-panel .icon-wrapper {
	padding: 20px 0 20px 30px
}
.mobile-menu {
	display: block;
	position: relative
}
.info-block-right img {
	width: initial;
	max-width: 100%
}
.menu-toogle {
	width: 35px;
	height: 35px;
	top: -7px
}
#menu {
	position: fixed;
	z-index: 990;
	width: 100%;
}
}

@media screen and (max-width:1024px) {
.header h1 {
	font-size: 2rem
}
.and {
	font-size: 20px;
	top: -3px;
}
.voity-data,  .payment {
	width: 85%;
	margin: 0 auto
}
.voity-info hr {
	width: 85%
}
.info-block p,  .team .img-bg {
	width: 100%
}
.platform-header {
	display: none
}
.month-item h5 {
	font-size: 10px
}
.month-item p {
	font-size: 12px
}
.team h2 {
	font-size: 1.6rem
}
.partners .partners-img {
	max-width: 120px
}
.big-order {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.small-order {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}
.header .community {
	margin: 50px 0 0
}
.voity-info {
	margin-top: 40px
}
.panel .row {
	padding-bottom: 0
}
.team {
	padding: 140px 0 180px
}
.tabs-faq {
	padding-top: 0;
	padding-bottom: 10px
}
.faq {
	padding: 125px 0 150px
}
.info-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}
.info-right .info-block-right {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.info-right .big-order {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.header {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
	padding-bottom: 50px
}
.main {
	height: 100%;
}
.benefit {
	padding-top: 100px
}
.footer-form input,  .footer-form textarea,  .pre-footer input {
	-webkit-border-radius: 0;
	border-radius: 0
}
.menu {
	padding: 16px 0 20px;
}
#menu img {
	width: 120px
}
.menu-toogle {
	width: 35px;
	height: 35px;
	top: -7px
}
#menu {
	position: fixed;
	z-index: 990;
	width: 100%;
}
.header .pagination-block {
	margin-top: 130px
}
.voity-info {
	position: relative;
	z-index: 999
}
}

@media screen and (max-width:768px) {
.team h2 {
	font-size: 24px
}
.team h6 {
	margin: 68px 0 0
}
.team-item .name {
	font-size: 14px
}
.team-item .job {
	font-size: 10px
}
.info-bottom .name {
	font-size: 12px
}
.team-item .info-bottom .job,  .team-item:hover .info-bottom p {
	font-size: 10px
}
.team-item .info-bottom {
	bottom: 10px;
	width: 100%;
	right: 10px
}
.team-item .info-bottom p {
	font-size: 10px;
	line-height: 1.4;
	width: 85%
}
.team-item .info-bottom,  .team-item .info-top,  .team-item:hover .info-bottom,  .team-item:hover .info-top {
	left: 20px
}
.partners .partners-img {
	max-width: 85px
}
.pre-footer h3 {
	font-size: 20px
}
.pre-footer .contact {
	font-size: 20px
}
.pre-footer .subscribe-text {
	font-size: 14px
}
.subscribe-form input {
	font-size: 18px
}
.author,  .copyright,  .pre-footer-wrapper a.footer {
	font-size: 10px
}
.benefit h2,  .info-block-left h3,  .sale-row h2 {
	font-size: 30px
}
.sale-item .name {
	font-size: 14px
}
.sale-item .content {
	font-size: 12px
}
.distrib h3 {
	font-size: 18px
}
.distrib h5 {
	font-size: 10px
}
.roadmap h2 {
	font-size: 24px
}
.month-item h5 {
	font-size: 8px
}
.faq h2,  .partners h2 {
	font-size: 24px
}
.distrib {
	min-height: 700px
}
.mobile-menu-container {
	width: 100%
}
.voity-info {
	margin-top: 60px
}
h1.contact {
    font-size: 36px;
    margin-bottom: 0px;
    margin-top: 72px;
}
.partners.contacts .partner-container {
    padding-top: 80px;
}
.partners .partners-img-cont {
    width: 100%;
    bottom: -120px;
    position: relative;
    z-index: 9;
}
.header-left {
	z-index: 500;
	position: relative;
	margin-top: 120px;
}
.benefit-space {
	padding-bottom: 70px
}
.panel p {
	margin: 30px 0 0
}
.benefit {
	padding-bottom: 55px
}
.sale-row {
	margin-top: 40px
}
.tabs-sale {
	padding: 55px 0 0
}
.panel-sale {
	margin: 40px 0 0
}
.sale-item {
	margin: 25px 0 10px
}
.sale-item .content {
	margin: 10px 0 0
}
.sale {
	padding: 25px 0 65px
}
.pre-footer-wrapper::before {
	top: 30px;
}
.sale .nectar-button {
	margin: 15px 0 0
}
.second-distrib {
	margin: 85px 0 0
}
.roadmap {
	padding: 0 0 115px
}
.team {
	padding: 130px 0 140px
}
.team h2 {
	margin: 70px 0 120px
}
.partner-container {
	padding-top: 75px;
	padding-bottom: 70px
}
.partners .img-row {
	margin: 20px -15px 0
}
.faq .pagination-block,  .faq h2 {
	margin-bottom: 35px
}
.faq {
	padding: 125px 0 130px
}
.pre-footer {
	padding: 100px 0 125px
}
.nectar-button span {
	font-size: 14px
}
.faq h6 {
	font-size: 20px
}
.stats .item-name {
	font-size: 14px;
	margin-top: 15px
}
.stats .item-text {
	font-size: 16px;
	margin-top: 15px
}
.voity-info {
	padding: 55px 25px 15px;
	position: relative;
	z-index: 99
}
.header .pagination-block .name,  .header .pagination-block .number {
	font-size: 12px
}
.header h1 {
	font-size: 36px;
	margin-top: 60px;
}
.header h2 {
	font-size: 22px;
	margin-bottom: 2rem;
}
.main {
	overflow: hidden
}
.member_img_wrp {
	display: none;
}
}

@media screen and (max-width:576px) {
.main_bg {
		width: auto;
		bottom: 0;
		right: 0;
}
.canvas_overley {
	height: 100%;
}
.tabs a,  .tabs-faq a,  .tabs-sale a {
	font-size: 12px
}
.info-right,  .month-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}
.info-right .info-block-right {
	padding-top: 80px
}
.benefit-row {
	margin-bottom: 70px
}
.tabs {
	margin-top: 30px
}
.benefit {
	padding-bottom: 0
}
.sale-row, .sale-row.voip {
	margin-top: 35px
}
.team p {
	margin: 30px 0 0
}
.month-item p {
	margin: 20px 0 10px
}
.month-item h5 {
	margin: 0
}
.roadmap-header {
	padding: 70px 0 35px
}
.distrib {
	min-height: 880px
}
.flex {
	display: block;
	max-width: 100%;
	-webkit-box-flex: initial;
	-webkit-flex: initial;
	-ms-flex: initial;
	flex: initial
}
.distrib .status {
	margin: 25px 0 0;
	width: 50%;
	float: left;
	height: initial;
	position: relative;
	min-height: 60px
}
.benefit-row {
    margin-top: 25px;
    margin-bottom: 40px;
}
.faq {
    padding: 25px 0 50px;
}
.info-block h3 {
    font-size: 1.4rem;
    margin: 0 0 14px;
}
.tabs {
    margin-top: 30px;
    padding-top: 15px;
}
.distrib .status-separator {
	display: none
}
.distrib h5 {
	margin: 5px 0 0
}
.distrib h3 {
	margin-bottom: 10px
}
.distrib .status:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: red;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 8px
}
.hidden-mob,  .month-item .month-separator {
	display: none
}
.roadmap .col-2 {
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}
.space-left {
	padding-left: 15px
}
.roadmap .offset-1 {
	margin-left: 0
}
.team h2 {
	margin: 30px 0
}
.team h6 {
	margin: 0
}
.distrib .number,  .distrib h5 {
	margin-left: 15px
}
.team p {
	margin-bottom: 1.5rem
}
.footer-wrapper .left,  .footer-wrapper .right {
	float: none
}
.pre-footer-wrapper a.footer {
	display: block
}
.underlineEffect a:after {
	display: none
}
.author,  .copyright,  .pre-footer-wrapper a.footer {
	padding: .5rem 0;
	font-size: 14px;
}
.tabs-faq a {
	margin: 0 20px 0 0
}
.roadmap-header {
	background: #fff
}
.tabs-sale a {
	margin: 0 15px 0 0
}
.tabs a:last-child {
	margin-right: 0
}
.month-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	padding-left: 15px
}
.info-right,  .roadmap .col-2:before {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}
.month-item h5 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.month-item p {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.roadmap .month-item {
	border-left: 3px solid red
}
.roadmap .month-item.month-black {
	border-left: 3px solid #000
}
.info-right {
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column
}
.info-right .info-block-right {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}
.info-right .big-order {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}
.team .img-bg {
	width: 100%;
	display: none
}
.benefit-space {
	padding-bottom: 30px
}
.bonus-percent {
	font-size: 14px
}
.bonus-day {
	font-size: 12px
}
.circle {
	width: 12px;
	height: 12px
}
.sale {
	padding: 25px 0 90px
}
.panel-sale {
	margin: 0
}
.second-distrib {
	margin: 85px 0 0
}
.roadmap h2 {
	margin: 30px 0 45px
}
.partner-container {
	padding-top: 15px;
	padding-bottom: 75px
}
.benefit h2, .info-block-left h3, .sale-row h2 {
    font-size: 26px;
}
.mobile-menu-container {
    padding: 30% 3% 5%;
}
.partners .partners-img {
	margin: 40px 0
}
.faq {
	padding: 10px 0
}
.pre-footer .phone {
	margin: 20px 0 0
}
.pre-footer .email {
	margin: 10px 0 0
}
.info-block.testvoip .container {
    padding: 35px 0 25px 20px;
}
.pre-footer .subscribe-text {
	margin: 14px 0 0
}
.right-footer-links {
	margin: 25px 0 0
}
.nectar-button {
    padding: 7px 10px;
	margin: 20px 5px 0;
}
.tabs a:first-child {
	margin: 0 5px 0 0
}
.tabs a {
	margin: 0 5px
}
.distrib .pagination-block .number {
	margin-left: 0
}
.pre-footer {
	padding: 75px 0 125px
}
.team {
	padding: 100px 0
}
.roadmap {
	padding: 0 0 70px
}
.menu {
	padding: 15px 0
}
.menu-toogle {
	width: 35px;
	height: 35px;
	top: -8px;
}
#menu img {
	width: 100px
}
.benefit {
	padding-top: 1px
}
.header {
	position: relative;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
	padding-bottom: 50px
}
.main {
	height: 100%
}
.roadmap .col-2:before,  .roadmap .month-row .col-2:before {
	width: 5px;
	height: 5px;
	content: '';
	position: absolute;
	top: 24px;
	margin-left: -1px
}
.team-item .info-bottom {
	right: 0
}
.team-item .info-bottom,  .team-item:hover .info-bottom {
	left: 0;
	padding-left: 15px
}
.roadmap .col-2:before {
	display: flex;
	background: red;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.roadmap .month-row .col-2:before {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: #000;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.header .socials {
	width: 60%
}
.header .socials a {
	margin-bottom: 10px;
	display: inline-block
}
.chat {
	margin: 0;
}
.slurve-svg {
	height: 170px;
}
.info-block {
	padding: 0 0 50px;
}
.info-block .container {
    padding: 10px 20px;
	margin-top: -10px;
}
.slurve-svg {
	top: 16px;
}
.tabs-sale {
    padding: 15px 0 0;
}
}

@media screen and (max-width:400px) {
.benefit .tabs a,  .tabs-sale a {
	margin-bottom: 10px;
	display: inline-block
}
.footer-form input, .footer-form textarea, .panel p, .info-block p, .stats .item-name {
	font-size: 14px;
	line-height: 1.2;
}
.nectar-button.third {
    text-align: center;
    padding: 5px 5px;
}
.header h1 {
    margin-bottom: 35px;
}
.header-left.voity {
    margin-top: 20px;
}
.partners .partners-img-cont {
	bottom: -70px;
}
}

@media screen and (max-width:1024px) and (orientation:landscape) {
.mobile-menu-container {
	top: -80px
}
.mobile-menu-container .pagination-block {
	margin-top: 40px
}
}