html, body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
}

svg.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.h_iframe {
	position: relative;
	padding-top: 56.25%;
}

.h_iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #044972;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.nowrap-cancel {
	white-space: initial;
}

.break-word {
	word-break: break-all;
}

.pointer {
	cursor: pointer;
}

.btn {
	font-weight: bold;
}

.btn-dots {
	text-overflow: ellipsis;
	overflow: hidden;
}

.btn-success {
	background-color: #23b950;
	border-color: #23b950;
}

.btn:focus, .btn:active, button:focus, button:active {
	outline: none !important;
	box-shadow: none;
}

.color-blue, a, .a {
	color: #044972;
}

.color-blue-light {
	color: #607d8b;
}

.color-yellow {
	color: #fbb924;
}

.color-white {
	color: #fff;
}

.color-green {
	color: #23b950;
}

.color-red {
	color: #e40613;
}

.color-initial {
	color: initial;
}

.bg-yellow-light {
	background: #fef5de;
}

.pic {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

a, .a {
	font-weight: initial;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a:hover, .a:hover {
	color: #087ABE;
}

a.btn {
	text-decoration: none;
}

a[name] {
	display: inline-block;
	position: relative;
	top: -50px;
}

a[name="top"] {
	position: absolute;
	top: 0;
	left: 0;
}

a[href="#top"] {
	position: fixed;
	bottom: 10px;
	left: 10px;
	font-size: 2rem;
	line-height: 0.5;
	opacity: .4;
	color: #fbb924;
}

.btn-jam {
	font-weight: bold;
	font-size: 1.375rem;
	padding: .75rem 1.875rem;
	/* background-color: #fbb924; */
	/* color: #fff; */
	border-radius: 5px;
}

/* .btn-jam:hover {
	color: #044972;
} */

.alert-jam {
	background-color: #23b950;
	border: none;
	font-weight: bold;
	color: #fff;
	word-break: break-all;
	text-align: center;
}

.btn-jam.double-height {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.btn-jam-white {
	background-color: #fff;
	border: 3px solid #fbb924;
	color: #044972;
}

.btn-jam-white:hover {
	color: #fff;
	background: #fbb924;
}

.btn-jam-yellow {
	background-color: #fbb924;
	border: 3px solid #fbb924;
	color: #fff;
}

.btn-jam-yellow:hover {
	color: #044972;
}

.border-yellow-round {
	background: #fff;
	border: 4px solid #fbb924;
	border-radius: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-14 {
	font-size: 0.875rem;
}

.text-16 {
	font-size: 1rem;
}

.text-18 {
	font-size: 1.125rem;
}

.form-control.text-18 {
	line-height: 1.4;
}

.text-30 {
	font-size: 1.875rem;
}

.pt-150 {
	padding-top: 150px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.line-height-1 {
	line-height: 1;
}

.w-number {
	width: 90px !important;
}

input[type=range]::-webkit-slider-thumb, input[type=range]::-webkit-slider-thumb:active {
	background: #fbb924;
}

input[type=range]::-moz-range-thumb, input[type=range]::-moz-range-thumb:active {
	background: #fbb924;
}

input[type=range]::-ms-thumb, input[type=range]::-ms-thumb:active {
	background: #fbb924;
}

.shadow-sm {
	box-shadow: 0 .2rem .3rem rgba(0, 0, 0, .15)!important;
}

.img-shadow-sm {
	-webkit-filter: drop-shadow(0 .2rem .3rem rgba(0, 0, 0, .15));
	filter: drop-shadow(0 .2rem .3rem rgba(0, 0, 0, .15));
}

.header-container-1 {
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
	z-index: 10;
	background-color: #fff;
}

.dropdown-main-menu {
	/* border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left; */
	position: relative;
	cursor: pointer;
}

.dropdown-main-menu .links {
	max-height: 0;
	max-width: 0;
	transition: max-height 0.15s ease-out, max-width 0.15s ease-out;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #044972;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
}

.dropdown-main-menu.right .links {
	left: initial;
	right: 0;
}

.dropdown-main-menu .links a, .dropdown-main-menu .links span {
	color: #fff;
	font-size: 0.8125rem;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}

.dropdown-main-menu .links span {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}

.dropdown-main-menu .links a:hover {
	background-color: #fbb924;
	color: #044972;
}

.dropdown-main-menu:hover .links, .dropdown-main-menu .links:hover, .dropdown-main-menu:focus .links, .dropdown-main-menu .links:focus {
	max-height: 500px;
	max-width: 290px;
	transition: max-height 0.25s ease-in, max-width 0.25s ease-in;
}

.dropdown-main-menu svg.icon {
	color: #044972;
}

.form-sign-in {
	display: none;
}

input[value=jabber]:checked~.form-sign-in.jabber {
	display: block;
}

input[value=telegram]:checked~.form-sign-in.telegram {
	display: block;
}

.btn-sign-in {
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	border-width: 2px;
	border-color: #fbb924;
	border-radius: 3px;
	padding: .45rem 1.5rem;
}

.btn-sign-in:hover {
	background-color: #fbb924;
}

.sign-in-type-border {
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	height: 45px;
	z-index: -1;
}

.btn-main-menu {
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	border: none;
	padding: 0;
}

.btn-main-menu:hover, .btn-main-menu.active {
	color: #fbb924;
}

.header-container-2 {
	height: 30px;
	background-color: #feeabd;
	position: relative;
	z-index: 9;
}

.tor-link {
	font-size: 0.75rem;
}

.tor-link a {
	text-decoration: underline;
}

.with-yellow-round-bullet .bullet {
	background: #fbb924;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	text-align: center;
	margin-right: 20px;
	font-weight: bold;
	color: #044972;
	font-size: 1.1875rem;
	padding-top: 3px;
	padding-left: 3px;
}

.with-yellow-round-bullet p {
	margin-top: 6px;
}

footer {
	background-color: #044972;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .icons a {
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fbb924;
	color: #044972;
	transition: transform .1s;
	font-size: 1.125rem;
	text-align: center;
	padding-top: 4px;
}

footer .icons a:hover {
	transform: scale(1.3);
	text-decoration: none;
}

footer .tor-link a {
	color: #fbb924;
}

footer .tor-link a:hover {
	color: #FFD169;
}

footer .links ul {
	margin-bottom: 0;
}

footer .links li {
	margin-bottom: 10px;
}

footer .links a {
	font-weight: bold;
	font-size: 0.875rem;
}

footer a.fingerprint {
	color: #fbb924;
	display: inline-block;
	border: 2px solid #fbb924;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 0.875rem;
}

footer a.fingerprint:hover {
	background: #fbb924;
	color: #044972;
	text-decoration: none;
}

.main-pic {
	margin-top: -40px;
	height: 300px;
	background: url(images/main-pic.png) no-repeat center center;
	background-size: contain;
}

.main-section-1 {
	height: 746px;
	padding-bottom: 70px;
	background-image: url(./images/bg-dots.png);
	border-bottom: 3px solid #044972;
	position: relative;
}

.main-section-1 .bg-images {
	width: 100%;
	height: 743px;
	position: absolute;
	overflow: hidden;
}

.main-section-1 .bg-images div {
	position: absolute;
}

.main-section-1 .bg-images .img-1 {
	background: url(./images/main-pic-1.png) no-repeat center top;
}

.main-section-1 .bg-images .img-2 {
	left: calc(50% + 334px);
	background: #fff url(./images/main-pic-2.png) no-repeat left top;
}

.main-section-1 .content {
	padding-top: 150px;
}

.main-section-1 .content h1 {
	font-size: 3rem;
	margin-bottom: 70px;
}

.main-section-1 .content p {
	margin-bottom: 40px;
}

.main-section-1 .learn-more {
	background: url(./images/arrow-learn-more.png) center bottom no-repeat;
	width: 100%;
	height: 67px;
	position: absolute;
	bottom: -33px;
}

.main-section-1 .learn-more a {
	font-weight: bold;
	color: #044972;
	text-decoration: none;
	display: inline-block;
	height: 100%;
}

.main-section-2, .main-section-3, .main-section-4, .main-section-5, .main-section-6, .main-section-7 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.main-section-5 {
	background: url(./images/bg-dots.png);
}

.main-section-5 .yellow {
	font-size: 4.375rem;
	color: #fbb924;
	font-weight: bold;
	line-height: 3.75rem;
}

.main-section-5 .yellow span {
	font-size: 3.125rem;
}

.main-section-6 .bullet, .main-section-6 .bullet span, .main-section-6 .title {
	height: 60px;
}

.main-section-6 .bullet, .main-section-6 .bullet span {
	width: 60px;
}

.main-section-6 .bullet {
	border-radius: 30px;
}

.main-section-6 .bullet span, .main-section-6 .title {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.25rem;
	color: #044972;
	font-weight: bold;
}

.main-section-6 .bullet span {
	text-align: center;
}

.rounded-with-yellow {
	border: 3px solid #fbb924;
	border-radius: 25px;
	width: 220px;
}

a.rounded-with-yellow, a.rounded-with-yellow:hover {
	text-decoration: none;
}

a.rounded-with-yellow:hover {
	background-color: #fbb924;
}

.rounded-with-yellow .yellow {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-top: -3px;
	margin-bottom: -3px;
	margin-left: -3px;
	background: #fbb924;
}

.rounded-with-yellow .yellow svg.icon {
	font-size: 1.75rem;
	color: #044972;
}

.mixer {
	width: 269px;
	border: 1px solid #d7dee2;
	padding: 20px;
}

.mixer:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.mixer .logo-wrapper {
	border-bottom: 1px solid #d7dee2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.mixer .flag {
	vertical-align: bottom;
}

.lk-counter {
	border-bottom: 5px solid #feeabd;
	padding-top: 20px;
	padding-bottom: 20px;
}

.battery-body {
	width: 185px;
	height: 43px;
	border-radius: 10px;
	position: relative;
}

.battery-section-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.battery-discharge-mask {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.battery-section {
	height: 100%;
	display: inline-block;
	background: linear-gradient(90deg, white 50%, transparent 50%);
	background-size: 4px;
}

.battery-section-red {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #e40613;
}

.battery-section-yellow {
	background-color: #fbb924;
}

.battery-section-green {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #23b950;
}

.battery-delimiter {
	width: 9px;
	height: 100%;
	position: absolute;
	background: #fbb924;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

.battery-delimiter-1 {
	left: calc(33.33% - 4.5px);
}

.battery-delimiter-2 {
	left: calc(66.66% - 4.5px);
}

.battery-text {
	position: absolute;
	width: 30%;
	top: calc(50% - 10px);
	right: 8px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	text-align: right;
}

.battery-border {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
	box-shadow: inset 0px 0px 0px 3px rgba(251, 185, 36, 1), inset 0px 0px 0px 6px rgba(255, 255, 255, 1);
}

.battery-contact {
	width: 7px;
	height: 16px;
	border-top: 3px solid #fbb924;
	border-right: 3px solid #fbb924;
	border-bottom: 3px solid #fbb924;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 5px;
}

.without-label .battery-text {
	display: none;
}

.discharge-100 .battery-discharge-mask {
	width: 100%;
	border-radius: 10px;
}

.discharge-95 .battery-discharge-mask {
	width: 95%;
}

.discharge-90 .battery-discharge-mask {
	width: 90%;
}

.discharge-85 .battery-discharge-mask {
	width: 85%;
}

.discharge-80 .battery-discharge-mask {
	width: 80%;
}

.discharge-75 .battery-discharge-mask {
	width: 75%;
}

.discharge-70 .battery-discharge-mask {
	width: 70%;
}

.discharge-65 .battery-discharge-mask {
	width: 65%;
}

.discharge-60 .battery-discharge-mask {
	width: 60%;
}

.discharge-55 .battery-discharge-mask {
	width: 55%;
}

.discharge-50 .battery-discharge-mask {
	width: 50%;
}

.discharge-45 .battery-discharge-mask {
	width: 45%;
}

.discharge-40 .battery-discharge-mask {
	width: 40%;
}

.discharge-35 .battery-discharge-mask {
	width: 35%;
}

.discharge-30 .battery-discharge-mask {
	width: 30%;
}

.discharge-25 .battery-discharge-mask {
	width: 25%;
}

.discharge-20 .battery-discharge-mask {
	width: 20%;
}

.discharge-15 .battery-discharge-mask {
	width: 15%;
}

.discharge-10 .battery-discharge-mask {
	width: 10%;
}

.discharge-5 .battery-discharge-mask {
	width: 5%;
}

.discharge-0 .battery-discharge-mask {
	width: 0;
}

.investment-time div {
	width: 49px;
	height: 49px;
	font-weight: bold;
	color: #afbec5;
	text-align: center;
	line-height: 49px;
}

.investment-time div:last-child {
	padding-left: 5px;
}

.investment-time .active {
	color: #044972;
	background: url(images/clock-back.png);
}

.verified, .unverified {
	font-weight: bold;
}

.verified {
	color: #23b950;
}

.unverified {
	color: #e40613;
}

.balance .rounded-with-yellow {
	border-radius: 35px;
	width: auto;
}

.balance .rounded-with-yellow .yellow {
	width: initial;
	height: 70px;
	border-radius: 35px;
	padding-left: 35px;
	padding-right: 35px;
}

.lk-tabs {
	margin-bottom: -2px;
}

.lk-tabs a, .lk-tabs h1 {
	margin: 0;
	display: block;
	text-align: center;
	padding: 10px 30px;
	border: 2px solid #b0bec5;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	font-weight: bold;
	font-size: 1.275rem;
	line-height: 1.275rem;
	white-space: normal;
}

.lk-tabs a {
	background: #fbb924;
	text-decoration: none;
}

.lk-tabs h1 {
	border-bottom-color: #fff;
}

.lk-tabs+div, .lk-tabs+div>div:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.lk-tabs+div {
	border: 2px solid #b0bec5;
}

.form-label {
	font-weight: bold;
}

.form-comment {
	font-size: 0.875rem;
	color: #607d8b;
}

.form-control.borderless {
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-color: #607d8b;
}

.form-control:focus, .form-control:active {
	outline: none !important;
	box-shadow: none;
}

button.rounded-plus, button.rounded-minus {
	cursor: pointer;
	width: 20px;
	height: 20px;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	line-height: 1.125rem;
	font-weight: bold;
}

button.rounded-plus::before {
	content: "+";
}

button.rounded-plus {
	color: #044972;
	background: #fbb924;
}

button.rounded-plus:hover {
	background: #FFD169;
}

button.rounded-minus {
	color: #fff;
	background: #e40613;
}

button.rounded-minus::before {
	content: "−";
}

button.rounded-minus:hover {
	background: #f53643;
}

.input-group-text .flag {
	margin-top: -4px;
	margin-bottom: -4px;
}

ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}

ol li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}

ol li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
}

ol li li {
	margin: 0;
}

ol li li:before {
	content: counters(item, ".") " ";
}

ol li.h2>ol {
	margin-top: 20px;
	font-size: 1.125rem;
	font-weight: normal;
	color: #044972;
	line-height: 1.5;
}

ol li.h2>ol p {
	font-size: 1.125rem;
}

.alert-danger-jam, .alert-success-jam {
	border: 3px solid;
	border-radius: 10px;
	background: transparent;
	font-weight: bold;
}

.alert-danger-jam {
	border-color: #e40613;
	color: #e40613;
}

.alert-success-jam {
	border-color: #23b950;
	color: #23b950;
}

.alert-warning-jam {
	border-color: #fbb924;
	color: #fbb924;
}

.paging {
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	width: 34px;
	border-radius: 50%;
	height: 34px;
	line-height: 1.9rem;
	text-align: center;
	border: 2px solid transparent;
	background-color: none;
}

a.paging:hover {
	border-color: #fbb924;
	text-decoration: none;
}

span.paging {
	background-color: #fbb924;
}

.verification-code {
	border: 3px solid #e40613;
	border-radius: 10px;
	padding: 5px 10px;
	text-align: left;
	margin-top: 10px;
}

.verification-code::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #e40613 transparent;
	position: absolute;
	top: -8px;
	right: 20px;
}

@media (max-width: 1199px) {
	.main-section-1 .content {
		padding-top: 165px;
	}
	.main-section-1 .content h1 {
		font-size: 2.5rem;
	}
	.main-section-4 .img {
		width: 450px;
		height: 450px;
	}
	.btn-jam {
		font-size: 1.25rem;
	}
}

@media (max-width: 991px) {
	body, .text-18, ol li.h2>ol, ol li.h2>ol p {
		font-size: 0.875rem;
	}
	body {
		padding-top: 48px;
	}
	.header-container-1 {
		padding-top: 5px;
		padding-bottom: 5px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.text-30 {
		font-size: 1rem;
	}
	h5 {
		font-size: 1rem;
	}
	.btn-jam {
		font-size: 1rem;
	}
	.border-yellow-round {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sign-in-type-border {
		top: -9px;
		height: 38px;
	}
	.pt-150 {
		padding-top: 50px;
	}
	.pb-150 {
		padding-bottom: 50px;
	}
	.pt-50 {
		padding-top: 30px;
	}
	.pb-50 {
		padding-bottom: 30px;
	}
	.mt-150 {
		margin-top: 50px;
	}
	.mb-150 {
		margin-bottom: 50px;
	}
	.mt-50 {
		margin-top: 30px;
	}
	.mb-50 {
		margin-bottom: 30px;
	}
	.main-section-1 {
		height: initial;
	}
	.main-section-1 .content {
		padding-top: 50px;
	}
	.main-section-1 .content h1 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.main-section-2, .main-section-3, .main-section-4, .main-section-5, .main-section-6, .main-section-7 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main-section-4 .img {
		width: 350px;
		height: 350px;
	}
	.main-section-5 .yellow {
		font-size: 3rem;
		line-height: 2.75rem;
	}
	.main-section-5 .yellow span {
		font-size: 2.5rem;
	}
	.rounded-with-yellow {
		border-radius: 21px;
		width: 180px;
	}
	.rounded-with-yellow .yellow {
		width: 42px;
		height: 42px;
		border-radius: 21px;
	}
	.rounded-with-yellow .yellow svg.icon {
		font-size: 1.475rem;
	}
	.mixer {
		width: 222px;
	}
	.balance .rounded-with-yellow {
		border-radius: 25px;
		width: auto;
	}
	.balance .rounded-with-yellow .yellow {
		width: initial;
		height: 50px;
		border-radius: 25px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.account h2, .balance h2 {
		font-size: 1.275rem;
	}
	.lk-tabs a, .lk-tabs h1 {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	.h1, h1 {
		font-size: 1.875rem;
	}
	.h2, h2 {
		font-size: 1.5rem;
	}
	.main-section-1 .content h1 {
		font-size: 1.875rem;
	}
	.main-section-4 .img {
		width: 100px;
		height: 100px;
	}
}

@media (min-width: 768px) {
	.main-pic {
		height: 400px;
	}
}

#loader {
	width: 130px;
	height: 30px;
	display: block;
	position: relative;
	margin: auto;
}

.loader-block {
	background-color: #000;
	float: left;
	height: 23px;
	margin-left: 7px;
	width: 23px;
	opacity: 0.1;
	animation-name: bounceG;
	-o-animation-name: bounceG;
	-ms-animation-name: bounceG;
	-webkit-animation-name: bounceG;
	-moz-animation-name: bounceG;
	animation-duration: 1.5s;
	-o-animation-duration: 1.5s;
	-ms-animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
}

#block-1 {
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
}

#block-2 {
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

#block-3 {
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

#block-4 {
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

@keyframes bounceG {
	0% {
		transform: scale(1.2);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0.1;
	}
}

@-o-keyframes bounceG {
	0% {
		-o-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-o-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-ms-keyframes bounceG {
	0% {
		-ms-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-ms-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-webkit-keyframes bounceG {
	0% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.7);
		opacity: 0.1;
	}
}

@-moz-keyframes bounceG {
	0% {
		-moz-transform: scale(1.2);
		opacity: 1;
	}
	100% {
		-moz-transform: scale(0.7);
		opacity: 0.1;
	}
}
