body {
	font-family: 'Fira Sans', sans-serif;
	color: #28416b;
	font-size: 18px;
}

button {
	display: block;
	border: none;
	background: transparent;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

.vh-dependent {
	height: 35vh;
	display: flex;
    align-items: center;
}

.be-static {
	position: static;
}

.header {
	background: #f6f9fe;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-style: normal;
	font-weight: 700;
	color: #3576de;
	margin: 0;
	padding: 0;
}

.h1, .h2, h1, h2 {
	margin-bottom: 1rem;
}

h2, .h2 {
	font-size: 38px;
}

h3, .h3 {
	font-size: 22px;
}
.header h1 {
	font-size: calc(1rem + .8vw)!important;
	color: #28416b;
	font-weight: 100;
	margin-bottom: 1rem;
}
.text-muted {
	--bs-text-opacity: unset;
	color: #4b6793!important;
}
.btn {
	background: #ff7043;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: inline;
	border-radius: 6px;
	letter-spacing: 0.02em;
	text-align: center;
	transition: all 0.5s ease;
	border-color: unset;
	box-shadow: unset;
}
.btn:focus {
	box-shadow: unset;
}
.btn-secondary:focus {
	box-shadow: unset;
}
.two_btn {
	background: #3477de;
}
@media (max-width: 767px) {
	.offer-cont__btn {
		display: block;
		margin: auto;
	}
	.offer {
		margin-top: 60px;
	}

}
@media (max-width: 991px) {
	.offer .top-img-col {
		padding-right: unset;
	}
}

.btn:hover {
	background: #ff3d00;
	color: #fff;
	border-color: unset;
}
.two_btn:hover {
	background: #133774;
}

.header .nav {
	padding-top: 39px;
	padding-bottom: 39px;
}

.nav-pills {
	padding-top: 0;
	padding-bottom: 0;
}

.nav .row {
	align-items: center;
}

.navbar-light .navbar-nav .nav-link {
	color: #133774;
	padding: 0.5rem 1rem;
}

.navbar-collapse {
	background-color: #fff;
	box-shadow: 0 1.5rem 4rem rgb(202 211 222);
	position: absolute;
	top: 120px;
	width: 100%;
	margin: unset;
	left: 0;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(255 113 67);
}
.offer .offer-come {
	font-size: calc(1.1rem + .5vw)!important;
	color: #ff7143;
	font-weight: 700;
}
.offer h1, h2, h3 .h1, .h2, .h3 {
	font-weight: 500;
}

/*Menu*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.dropdown-menu.show {
	-webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 0.3s alternate;
}
.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #3477de;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}
/* /Menu*/

@media (max-width: 992px) {
	.dropdown {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 8px 30px;
	}
	.header .nav {
		padding-top: 20px;
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		background-color: unset;
		border-radius: unset;
		box-shadow: unset;
		right: unset;
		overflow: unset;
		position: unset;
		top: unset;
		width: unset;
		max-width: unset;
		max-height: unset;
		justify-content: center;
	}
}
.logo {
	max-width: 50px;
	width: 100%;
	float: left;
}
.top-tel {
	text-decoration: none;
	font-size: 26px;
	color: #133774;
}

.header_tel {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.header_tel_online {
	font-size: .8rem;
	letter-spacing: .1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header_tel_online::before {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	content: '';
	margin-right: 0.2rem;
	-moz-animation: loading 2s infinite -0.4s;
	-webkit-animation: loading 2s infinite -0.4s;
	animation: loading 2s infinite -0.4s;
	background-color: #18ba30;
}

#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1050;
	border: indianred;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.navbar-light .navbar-toggler {
	order: 2;
}
.bg-danger {
	background-color: #ff7143 !important;
}

.offer-cont__title {
	letter-spacing: -0.01em;
	line-height: 1.2em;
}

.offer-cont__text {
	margin: 1rem 0 2rem;
}

.offer-cont__btn {

}
.circle-action-btn {
	box-shadow: 0px 0px 5px #ff7143;
}
.circle-action-btn {
	box-shadow: 0px 0px 18px #ff7143;
	background-image: linear-gradient(147deg, #ff7043 0%, #f4511e 74%);
	-webkit-animation: button-jump 2s infinite;
	animation: button-jump 2s infinite;
	cursor: pointer;
	border: unset;
}
@-webkit-keyframes button-jump {
	0% {
		box-shadow: 0px 0px 10px #ff7143;
	}
	50% {
		transform: scale(1.1);
		box-shadow: 0px 0px 10px #ff7143;
	}
}
@keyframes button-jump {
	0% {
		box-shadow: 0px 0px 10px #ff7143;
	}
	50% {
		transform: scale(1.04);
		box-shadow: 0px 0px 10px #ff7143;
	}
}


.top_lead {
	background: #f6f9fd;
}
.video-top {

}

@media (max-width: 767px) {
	.top-text {
		margin-top: -390px;
		z-index: 999;
	}
	.top-img {
		margin-top: -120px !important;
	}
	.wrapper	{
		background: rgb(255 255 255 / 42%);
		backdrop-filter: blur(10px);
		height: 400px;
		width: 100%;
		margin-top: -150px;
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		-webkit-box-shadow: 0 -26px 52px #fefefe;
		-moz-box-shadow: 0 -26px 52px #fefefe;
		box-shadow: 0 -26px 52px #fefefe;
	}
	.top-img-col {
		padding: unset;
	}
}
.top-img {
	float: right;
}

.problems {
	background: #f6f9fd;
}

.experience {
	padding-top: 100px;
}

.review {
	background: #f6f9fd;
}

.contact {
	background: #f6f9fd;
}

.about_me {
	background: #f6f9fd;
}
@media (max-width: 991px) {
	.offer-cont__title {
		font-size: 38px;
	}
}
@media (min-width: 992px) {
	.offer-cont__title {
		font-size: 60px;
	}

	.top_lead {
		background: #f6f9fd;
	}
	.video-top {

	}

	.video-top {

	}


	.experience {
		padding-top: 50px;
	}
}

.about__title {
	margin-bottom: 30px;
}


.about__text {

}


.about__author {
	margin-top: 61px;
}

.about__name {
	font-size: 22px;
}

.about__dop {
	    margin-bottom: 0;
}

.section-title__label {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.25em;
	color: #0d6efd;
	margin-bottom: 40px;
}

.section-title__heading {
	width: 100%;
	margin-bottom: 2rem;
}

.serv-list {
	color: #8D8D8D;
	    margin-top: 67px;
}

.serv-list__item {
	margin-bottom: 20px;
}

.serv-list_left {
	margin-left: 37px;
}
.result {
	padding-top: 219px;
}

.easy {
	margin-left: 65px;
	margin-top: 30px;
}

.easy__title {
	margin-bottom: 30px;
}


.easy__text {
	margin-bottom: 52px;
}


.easy__point {
	padding-left: 83px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.works {
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.departments {
	overflow: hidden;
}
.departments .nav-link {
	border: 0;
	padding: 14px 17px 14px 0;
	transition: 0.3s;
	color: #2c4964;
	border-radius: 0;
	border-right: 2px solid #ebf1f6;
	font-weight: 500;
	font-size: 16px;
}
.departments .nav-link.active {
	color: #1977cc;
	border-color: #1977cc;
	display: list-item;
	list-style-type: disclosure-closed;
}

.departments .nav-tabs {
	border: 0;
}

.departments .details h3 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #2c4964;
}
.departments .details ul {
	color: #3d5a8c;
}
.departments .details ul:last-child {
	margin-bottom: 0;
}

.departments .details li {
	padding-bottom: 5px;
	display: list-item;
	list-style-type: disc;
}

.departments .icon {
	color: #2d4964;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 220px;
}
.icon-min {
	display: none;
}

.services .accordion {
	padding: 0 100px;
}

@media (max-width: 1200px) {
	.services .accordion {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.departments .icon {
		display: none;
	}
	.departments .icon-min {
		display: flex;
		float: left;
		color: #2d4964;
		border-radius: 50%;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
		margin: 4px 10px 0 0;
	}
	.departments .nav-link.active {
		background: #f6f9fd;
		list-style-type: none;
	}
	.departments .nav-link {
		padding-left: 15px;
		border-left: 6px solid #ebf1f6;
		border-right: unset;
	}
	.departments .nav-tabs {
		background: #f6f9fd;
	}
}

.services .accordion .accordion-item + .accordion-item {
	margin-top: 15px;
}

.accordion-item {
	padding: 20px;
	border: unset;
}

.accordion-button:not(.collapsed) {
	background-color: unset;
	box-shadow: unset;
	font-size: 1.2rem;
}

.accordion-button {
	padding: 0 1.25rem;
	line-height: 24px;
	font-weight: 500;
	color: #29416b;
}

.bx-help-circle:before {
	content: "\eb0d";
}
.accordion-item .badge {
	color: #3477de;
	background-color: #fff !important;
	border-radius: 50% !important;
	border: 1px solid;
	margin-right: 5px;
	font-size: 14px;
	padding: 0.15em 0.45em;
	font-weight: 500;
}

.work-tabs {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding: 20px;
	background-color: rgb(246 249 253);
	border-radius: 6px;
}

.works-wrap {
	flex-wrap: wrap;
	max-width: 800px;
	margin: 2rem auto auto;
}

.works-wrap__item {
	margin-bottom: 30px;
	display: block;
	position: relative;
	height: 198px;
	overflow: hidden;
}

.works-wrap__item img {
	transition: all 1s ease;
	display: block;
	max-width: 350px;
	position: relative;

}
.works .btn {
	background: #f6f9fd;
	color: #3477de;
	border: unset;
	font-weight: 100;
}
.works .active .btn {
	background: #3477de;
	color: #ffffff;
}
.works-wrap__item:hover img {
	box-shadow: 15px 15px 30px rgb(0 0 0 / 25%);
}

.works-wrap__item:hover:after {
	content:'';
	display: block;
	background: url(../img/zoom.svg);
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	color: #fff;
}
.work-tabs__item.active {
}

@media (min-width: 1200px) {
	.works .col-xl-6 {
		width: 100%;
	}
}
.services {
	background: #f6f9fd;
}

.table {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 5px 12px -12px rgb(0 0 0 / 29%);
	-moz-box-shadow: 0 5px 12px -12px rgba(0,0,0,.29);
	box-shadow: 0 5px 12px -12px rgb(0 0 0 / 29%);
}
.table thead.thead-primary {
	background: #f6f9fd;
}
.table thead th {
	border: none;
	padding: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #29416b;
}
.table>:not(caption)>*>* {
	color: #29416b;
}
.table tbody th, .table tbody td {
	border: none;
	padding: 10px;
	font-size: 14px;
	background: #fff;
	border-bottom: 4px solid #f8f9fd;
	vertical-align: middle;
}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.table tbody tr {
	margin-bottom: 10px;
}
.table>:not(:first-child) {
	border-top: unset;
}
.ftco-section td a {
	text-decoration: none;
}
.ftco-section .bg-secondary {
	background-color: #f6f9fd !important;
	color: #3477de;
}
.ftco-section .dropdown-menu.show {
	display: block;
	background: #f6f9fd;
	color: #133774 !important;
	padding: 10px !important;
}

.tabs__content {
  display: none !important; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
  display: flex !important;  /* по умолчанию показываем нужный блок */
}

.testimonials {
	padding-top: 248px;
}

.contributor {
	margin-top: 121px;
}

.contributor__title {
	margin-bottom: 10px;
}

.contributor__desc {

}

.cont-photo {
	display: block;

}


.clients {
	padding-top: 278px;
}

.clients-row {
	margin-top: 127px;
}


.footer {
}

.footer .row-cols-6>* {
	flex: 1 0 0;
}
@media (max-width: 991px) {
	.footer .footer_col {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.footer .about__text {
	margin-left: 15px;
	float: left;
	font-size: 24px;
}
.footer .logo {
	margin-top: 10px;
}
.footer .footer_title {
	font-size: 18px;
	display: flex;
	align-items: center;
	align-content: center;
	line-height: 1rem;
	font-weight: 500;
}
.footer .footer_title:before {
	display: block;
	margin-top: 1px;
	margin-right: 8px;
	float: left;
	content: ' ';
	background-size: 48px 48px;
	height: 48px;
	width: 48px;
	background-image: url(/img/logo.svg);
}
.footer p {
	line-height: 1.8rem;
	margin-bottom: unset;
}
.footer .text-muted {
	text-decoration: unset;
}
.section-title__heading_review {
	    font-size: 20px;
}

.contact .info-box {
	background: #ffffff;
	padding: 20px;
}
.contact .php-email-form {
	background: #ffffff;
	padding: 30px;
	height: 100%;
}

.contact .info-box .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 2px solid #3477de;
	border-radius: 50%;
	transition: 0.5s;
	color: #ffffff;
	background: #3477de;
}
.contact .info-box h4 {
	margin: 20px 0 10px 0;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #2c4964;
	line-height: 2.5rem;
}

.contact .info-box.social h4 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 500;
	color: #2c4964;
	line-height: 2.5rem;
}


.contact .info-box p {
	margin-bottom: 0;
	color: #4b6792;
	line-height: 24px;
	font-size: 16px;
}
.contact .bottom-tel {
	text-decoration: none;
	color: #4b6792;
}

.contact .php-email-form {
	width: 100%;
}
.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.form-group .small, small {
	font-size: 14px;
}
.form-group  input, textarea {
	background-color: #f6f9fd !important;
	border-radius: 0.325rem;
	font-size: 14px;
}

.contact .info .email, .contact .info .phone {
	margin-top: 40px;
}

.contact input[type=file]::file-selector-button {
	background: #2d4964;
	color: #fff;
	font-weight: 100;
	font-size: 14px;
	padding: 2px 6px;
	display: inline;
	border: unset;
	text-align: center;
	box-shadow: unset;
	cursor: pointer;
	transition: 1s;
	border-radius: 6px;
}

.contact input[type=file]::file-selector-button:hover {
	background: #133774;
}
.grecaptcha-badge {
	visibility: hidden;
}
.form-check-label.small {
	font-size: 14px;
}

label {
	display: inline-block;
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	.work-tabs {
		margin-left: 0;
	}
	.works-wrap__item {
		width: 45%;
	}

	.works-wrap__item img {
		display: block;
		width: 100%;
	}
	.contributor {
		    margin-top: 50px;
	}
}

@media (max-width: 720px) {
	.hero {
		position: relative;
	    width: 100%;
	    height: 200px;
	    top: 0;
	        margin-top: 60px;
	}
	.vh-dependent {
	    height: auto;
	    display: flex;
	    align-items: center;
	}
	.about__title {
		font-size: 32px;
	}
	.collage {
		position: relative;
    	width: 100%;
	}
	.easy {
		margin-left: 0;
		margin-top: 110px;
	}
}

@media screen and (max-width: 576px) {
	.serv-list_left {
		margin-left: 0;
	}
	.works-wrap__item {
		width: 45%;
		margin-bottom: 20px;
		max-height: 120px;
	}
	.clients-row {
		flex-direction: column;
	}
	.clients-row__item {
		margin-bottom: 70px;
		text-align: center;
	}

	.work-tabs .me-5 {
		margin-right: 1rem!important;
	}
}

.vide-top-img {
	max-width: 1200px;
	margin: 1.5em auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0px 3px 30px -8px rgb(34 60 80 / 17%);
	-moz-box-shadow: 0px 3px 30px -8px rgba(34, 60, 80, 0.17);
	box-shadow: 0px 3px 30px -8px rgb(34 60 80 / 17%);
}

.embed-container { background-color:#000; position: relative; padding-bottom: 56.2%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.youtube-cover-image { position: absolute; height: 100%; width: 100%; z-index: 4; background-size:cover !important; }
.youtube-cover-image .video-img { height: 100%; }
.youtube-play-button { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); cursor:pointer; }
.youtube-play-button .icon-play {
	color: #cc0200;
}

@media (max-width: 991px) {
	.embed-container { padding-bottom: 56.25%;  }
	.youtube-play-button img { width:50px; }
}

.about .icon-box .title {
	margin-left: 85px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px;
}
.about .icon-box .description {
	margin-left: 85px;
	line-height: 24px;
	font-size: 16px;
}
 .about .icon-box .icon {
	 float: left;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 48px;
	 height: 48px;
	 border: 2px solid #3477de;
	 border-radius: 50%;
	 transition: 0.5s;
	 color: #ffffff;
	 background: #3477de;
}
.about .align-items-stretch {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.card-img {
	width: 100%;
	height: auto;
}
.counts .count-box .icon {
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	background: #3477de;
	color: #fff;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {

}
.counts .count-box {
	padding: 30px 30px 25px 30px;
	width: 100%;
	position: relative;
	text-align: center;
	background: #f6f9fd;
}

.counts .count-box span {
	font-size: 36px;
	font-weight: 600;
	color: #3477de;
}
.counts .count-box p {
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.modal.lightbox {
	position: fixed;
	left: 0 /*!rtl:ignore*/;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	background-color: rgba(0,0,0,.9);
	opacity: 1;
	transition: all .3s ease-out;
}
@media (min-width: 576px) {
	.lightbox .modal-dialog {
		max-width: 90%;
	}
}
.m-auto {
	margin: auto!important;
	max-width: 80% !important;
}
.ratio-16x9 {
	background-color: transparent !important;
}
.modal-header {
	border-bottom: unset;
	background-color: #f6f9fd;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.modal-footer {
	border-top: unset;
}
.toast-body {
	padding: 1.5rem;
	word-wrap: break-word;
}
.contact-modal .modal-title {
	display: inline-block;
	text-align: left;
	border-left: 3px solid;
	padding-left: 15px;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
	color: #3576de;
	margin-left: -17px;
}
.callback .btn {
	margin: 30px auto 20px;
	width: 100%;
}
.consult .btn {
	margin: 10px auto 0 0;
	width: 100%;
}
.contact-modal.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	border: unset;
	border-radius: 0.3rem;
	outline: 0;
	background: #fff;
	box-shadow: 0 -8px 0 -2px rgb(255 255 255 / 70%), 0 2px 5px rgb(0 0 0 / 15%);
	border-radius: 16px;
}

@-moz-keyframes loading {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-moz-transform: scale(0.4);
		transform: scale(0.4);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes loading {
	0% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	60% {
		-moz-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
	}
	100% {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
