/*
Theme Name: Ekasystem
Theme URI: https://corsair.pro
Author: Corsair.PRO 
...
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #37383E;
	padding: 0;
	margin: 0;
}

a,
a:hover,
a:visited,
a:active {
	text-decoration: none !important;
}

.page-link-block a {
	font-weight: 700;
	color: #0071BB;
	font-size: 16px;
}

.page-link-block a:hover {
	color: #333333;
}

.mx-20 { margin: 0 20px; }
.my-20 { margin: 20px 0; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

.page-center {
	text-align: center;
}

h1 {
	position: relative;
	font-family: 'Play', sans-serif;
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	text-align: center;
}

.page-h2 {
	font-family: 'Play', sans-serif;
	font-size: 26px;
	color: #333333;
	font-weight: 600;
	margin: 40px auto 20px auto;
	text-align: center;
}

.h1-icon {
	color: #FFE22F;
	font-size: 40px;
}

.front-page-h2 {
	position: relative;
	font-family: 'Play', sans-serif;
	font-size: 22px;
	color: #333333;
	font-weight: 600;
}

.front-page-h2::after {
	position: absolute;
	content: '';
	top: 50%;
	left: -160px;
	width: 150px;
	height: 3px;
	background: #0071BB;
}

.front-page-h2::before {
	position: absolute;
	content: '';
	top: 50%;
	right: -160px;
	width: 150px;
	height: 3px;
	background: #0071BB;
}

.front-page-h2.yellow::after {
	background: #FFE22F;
}

.front-page-h2.yellow::before {
	background: #FFE22F;
}

.page-h3 {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 700;
	margin: 30px 0 20px 0;
}


header {
	width: 100%;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background: #F5F5F5;
	z-index: 9999;
}

.menu-mobile i {
	display: inline-block;
	margin-left: 15px;
	color: #0071B7;
	font-size: 30px;
	line-height: 46px;
	cursor: pointer;
}

.menu-main {
	width: 100%;
	background: #F5F5F5;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.menu-main li {
	position: relative;
	display: inline-block;
}

.menu-main li a {
	display: inline-block;
	background: #F5F5F5;
	font-size: 14px;
	font-weight: 600;
	color: #37383E;
	padding: 10px 20px;
	border-bottom: 3px solid #F5F5F5;
}

.menu-main li a:hover {
	border-bottom: 3px solid #FFC513;
}

.menu-main li.current-menu-item > a  {
	border-bottom: 3px solid #FFC513;
}

.menu-main li .sub-menu {
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	width: 260px;
	border-left: 2px solid #FFC513;
	border-right: 2px solid #FFC513;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.menu-main li:hover > .sub-menu {
	display: block;
}

.menu-main li .sub-menu li {
	display: block;
	width: 100%;
	background: #F5F5F5;
}

.menu-main li .sub-menu li a {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-weight: 400;
	border-bottom: 1px solid #dbdbdb;
	padding: 6px 20px;
	box-sizing: border-box;
}

.menu-main li .sub-menu li a:hover {
	background: #FFC513;
}

.logo {
	width: 250px;
	height: 72px;
	background: url(images/logo-1-2.png) no-repeat 100% 100%;
}

.header-phone {
	text-align: center;
}

.header-phone .phone-link {
	font-family: 'Play', sans-serif;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.header-phone .phone-link:hover {
	color: #0071B7;
}

.header-phone .phone-link i {
	position: relative;
	top: 1px;
	color: #0071B7;
	font-size: 22px;
}

.page-btn {
	display: inline-block;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	color: #FFF;
	background: #0071B7;
	border-radius: 25px;
	padding: 8px 20px;
	margin-top: 10px;
	border: 3px solid #aacbe6;
	transition: 0.4s;
}

.page-btn:hover {
	color: #FFF;
	background: #00a1e0;
	border: 3px solid #FFF;
}

.page-btn-footer {
	display: inline-block;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	color: #37383E;
	background: #FFE22F;
	border-radius: 25px;
	padding: 8px 20px;
	margin-top: 10px;
	transition: 0.4s;
}

.page-btn-footer:hover {
	color: #FFF;
	background: #4B4C52;
}

.header-address {
	text-align: center;
}

.header-address .email-link {
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

.header-address .email-link:hover {
	color: #0071B7;
}

.header-address .email-link i {
	position: relative;
	top: 1px;
	color: #0071B7;
	font-size: 22px;
}

.header-address span {
	position: relative;
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 26px;
	margin-top: 10px;
	line-height: 16px;
	text-align: left;
}

.header-address span i {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #0071B7;
	font-size: 24px;
}

.header-bg {
	position: relative;
	width: 100%;
	height: 300px;
	border-top: 3px solid #F5F5F5;
}

.flex-caption {
	width: 100%;
	max-width: 500px;
	margin: 15px auto 0;
	padding: 15px;
	box-sizing: border-box
}

.flex-slider-title {
	display: block;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

.flex-slider-text {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	margin: 10px 0;
}

.flex-slider-img {
	text-align: center;
}

.flex-slider-img img {
	display: inline-block;
	width: 250px;
	height: auto;
	margin-top: 15px;
}

.header-why-me {
	position: absolute;
	bottom: -3px;
	left: calc(50% - 140px);
	width: 280px;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	background: #FFC614;
	background: -webkit-linear-gradient(top left, #FFC614, #D79701);
	background: -moz-linear-gradient(top left, #FFC614, #D79701);
	background: linear-gradient(to bottom right, #FFC614, #D79701);
	padding: 8px 10px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #D79701;
	box-shadow: 0 -4px 4px rgba(20, 20, 20, 0.4), inset 0 -1px 5px rgba(20, 20, 20, 0.2);
	box-sizing: border-box;
}

.header-why {
	width: 100%;
	background: #F5F5F5;
}

.why-block {
	text-align: center;
	margin: 15px 0; 
}

.why-block img {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}

.why-block span {
	width: 160px;
	display: inline-block;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	vertical-align: middle;
}

.main {
	position: relative;
	padding: 40px 0 0 0;
}

#canvas {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.layout-content {
	position: relative;
	z-index: 20;
}

.service {
	max-width: 1000px;
	text-align: center;
	margin: 10px auto 0 auto;
}


.service-block {
	display: inline-block;
	max-width: 280px;
	background: #FFF;
	border: 1px solid #E9E9E9;
	margin: 20px;
	vertical-align: top;
	transition: 0.6s;
}

.service-block:hover {
	background: #F9F9F9;
	box-shadow: 0px 0px 12px 1px #C7CBD1;
}

.service-img {
	position: relative;
	width: 100%;
	height: 180px;
}

.service-img img {
	width: 100%;
	height: 100%;
}

.service-btn {
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 20px;
	width: 240px;
	font-family: 'Play', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #37383E;
	background: #FFE22F;
	border-radius: 25px;
	padding: 8px 20px;
	margin-top: 10px;
	border: 3px solid #FFF;
	transition: 0.6s;
	cursor: pointer;
}

.service-btn:hover {
	color: #333;
	background: #FFC513;
	border: 3px solid #FFF;
}

.service-block:hover > .service-icon {
	color: #0071BB;
}

.service-icon {
	text-align: center;
	color: #A8A8A8;
	font-size: 40px;
	margin-top: 30px;
	transition: 0.6s;
}

.service-text {
	padding: 10px;
	box-sizing: border-box;
}

.service-text span {
	display: block;
	text-align: center;
	font-size: 8px;
	color: #A8A8A8;
	line-height: 24px;
	margin-top: 10px;
}

.service-text span i {
	text-indent: 5px;
}

.service-ul {
	list-style: none;
	text-align: left;
	padding-left: 10px;
	margin: 0 0 0 0;
	line-height: 24px;
}

.service-ul i {
	color: #FFE22F;
}

.service-hr {
	display: inline-block;
	width: 50px;
	border-bottom: 3px solid #FFE22F;
	margin: 10px auto;
}

.home-info-block {
	background: #F9F9F9;
	margin: 50px 0;
	padding: 40px 0;
}

.home-info-block h2 {
	max-width: 480px;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #3C3E40;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}

.home-info-img {
	width: 100%;
}

.home-white-block {
	background: #FFFFFF;
	margin: 50px 0;
	padding: 40px 0;
}

.home-white-block h2 {
	max-width: 480px;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #3C3E40;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}

.stage-block {
	max-width: 1000px;
	text-align: center;
	margin: 50px auto;
}

.stage-item {
	display: inline-block;
	vertical-align: middle;
	max-width: 400px;
	text-align: left;
	margin: 10px;
}

.stage-circle {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #fff194;
	background: #FFE22F;
	color: #37383E;
	font-family: 'Play', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
	vertical-align: middle;
}

.stage-text {
	display: inline-block;
	max-width: 330px;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}

.page-content {
	margin-bottom: 50px;
	font-size: 16px;
}

.page-icon {
	font-size: 40px;
	color: #FFE22F;
	display: inline-block;
	margin-bottom: 20px;
}

.page-ul {
	list-style: none;
	list-style-image: url(images/ul.png);
	margin-bottom: 30px;
}

.page-ul li {
	line-height: 30px;
}

.page-price-table {
	margin-bottom: 30px;
}

.page-price-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 10px;
}

.page-price-table table tr:nth-child(odd) {
	background-color: #F5F5F5;
}

.page-price-table table tr td {
	padding: 20px 20px;
	color: #4d4d4d;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.page-price-table table tr td:last-child {
	background: url(images/table-price.png);
	background-size: 100% 100%;
	width: 180px;
	color: #F5F5F5;
	text-align: right;
}

.home-cert-block {
	background: #F9F9F9;
	margin: 50px 0 0 0;
	padding: 40px 0 100px 0;
}

.home-cert-block h2 {
	max-width: 480px;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #3C3E40;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}


.block-cert {
	width: 100%;
}

.block-cert span {
	display: inline-block;
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

.block-cert img {
	width: 100%;
}

.home-trust-block {
	background: #FFF;
	margin: 50px 0 0 0;
	padding: 40px 0 100px 0;
}

.home-trust-block h2 {
	max-width: 480px;
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #3C3E40;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto 30px auto;
}

.trust-block-img {
	text-align: center;
}

.trust-block-img a {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	height: 50px;
	text-align: center;
}

.trust-block-img a img {
	height: 100%;
}




footer {
	background: #37383E;
	padding: 15px 0;
}

.footer-logo {
	width: 200px;
	height: 58px;
	background: url(images/footer-logo-2.png) no-repeat 100% 100%;
}

.footer-title {
	position: relative;
	font-family: 'Play', sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.footer-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 25px;
	height: 2px;
	background: #FFE22F;
}

.footer-menu {
	max-width: 300px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu li {
	width: 240px;
	border-bottom: 1px solid #4C5863;
}

.footer-menu li a {
	display: inline-block;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #ACACAC;
	font-weight: 400;
	padding: 6px 0;
}

.footer-menu li a:hover {
	color: #FFE146;
}


.footer-phone {
	text-align: left;
}

.footer-phone .phone-link {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #ACACAC;
	font-weight: 600;
}

.footer-phone .phone-link:hover {
	color: #FFE22F;
}

.footer-phone .phone-link i {
	position: relative;
	top: 1px;
	color: #FFE22F;
	font-size: 22px;
}

.footer-address {
	margin-top: 10px;
	text-align: left;
}

.footer-address .email-link {
	position: relative;
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 18px;
	color: #ACACAC;
	text-align: left;
	padding-left: 28px;
}

.footer-address .email-link:hover {
	color: #FFE22F;
}

.footer-address .email-link i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #FFE22F;
	font-size: 18px;
}

.footer-address span {
	position: relative;
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #ACACAC;
	padding-left: 28px;
	margin-top: 10px;
	line-height: 16px;
	text-align: left;
}

.footer-address span i {
	position: absolute;
	top: 5px;
	left: 3px;
	color: #FFE22F;
	font-size: 22px;
}

.footer-hr {
	border: 0;
	height: 2px;
	background: #4B4C52;
	width: 80%;
	margin: 20px auto;
}

.footer-copy {
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #ACACAC;
	text-align: center;
	padding-bottom: 5px;
}


.contacts-phone {
	text-align: left;
}

.contacts-phone .phone-link {
	font-family: 'Play', sans-serif;
	font-size: 20px;
	color: #37383E;
	font-weight: 600;
}

.contacts-phone .phone-link:hover {
	color: #0071BB;
}

.contacts-phone .phone-link i {
	position: relative;
	top: 1px;
	color: #0071BB;
	font-size: 22px;
}

.contacts-address {
	margin-top: 10px;
	text-align: left;
}

.contacts-address .email-link {
	position: relative;
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 18px;
	color: #37383E;
	text-align: left;
	padding-left: 28px;
}

.contacts-address .email-link:hover {
	color: #0071BB;
}

.contacts-address .email-link i {
	position: absolute;
	top: 5px;
	left: 0;
	color: #0071BB;
	font-size: 18px;
}

.contacts-address span {
	position: relative;
	display: inline-block;
	width: 180px;
	font-family: 'Play', sans-serif;
	font-size: 14px;
	color: #37383E;
	padding-left: 28px;
	margin-top: 10px;
	line-height: 16px;
	text-align: left;
}

.contacts-address span i {
	position: absolute;
	top: 5px;
	left: 3px;
	color: #0071BB;
	font-size: 22px;
}

.alignleft {
	margin-top: 18px !important;
}

@media screen and (max-width: 768px) {
	.logo {
		margin: 0 auto 15px auto;
	}

	.header-phone {
		margin: 0 auto 15px auto;
	}

	.header-address {
		display: none;
	}

	.front-page-h2::after,
	.front-page-h2::before {
		display: none;
	}
}

@media screen and (max-width: 576px) {

	.logo {
		margin-top: 60px;
	}

	.menu-mobile {
		display: block;
	}

	.menu-main {
		display: none;
		position: fixed;
		top: 46px;
		left: 0;
		width: 250px;
		text-align: left;
		z-index: 9999;
	}

	.menu-main li {
		display: block;
	}

	.menu-main li a {
		width: 100%;
		padding: 10px 20px;
		border-bottom: 1px solid #dbdbdb;
	}

	.menu-main li a:hover {
		border-bottom: none;
		background: #FFC513;
	}

	.menu-main li.current-menu-item > a  {
		border-bottom: 1px solid #dbdbdb;
	}

	.menu-main li .sub-menu {
		display: none;
		position: static;
		width: 100%;
	}

	.menu-main li .sub-menu li a {
		padding: 0 20px 0 40px;
		box-sizing: border-box;
	}

	.page-price-table table tr td {
		font-size: 16px;
	}

}

@media screen and (max-width: 480px) {
	.page-price-table table tr td {
		padding: 10px 10px;
		font-size: 14px;
	}

	.page-price-table table tr td:last-child {
		width: 120px;
	}

	.service-btn {
		left: calc(50% - 110px);
		width: 220px;
		font-size: 14px;
	}

	.stage-item {
		text-align: center;
	}

	.phone-heder {
		position: fixed;
		top: 10px;
		right: 20px;
		z-index: 9999;
	}

	.flex-slider-title {
		font-size: 24px;
	}

	.flex-slider-text {
		font-size: 14px;
	}

	.flex-slider-img img {
		margin-top: 10px;
	}

	.alignleft {
		float: none;
	}
}


.brif-crm-container {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

#brif-crm label {
	display: inline-block;
	cursor: pointer;
}

#brif-crm label.label-title {
	display: block;
	padding: 0;
	margin: 12px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#brif-crm .field-desc {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	color: #888;
}

#brif-crm input {
	display: block;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	background-color: #F5F5F5;
	outline: none;
	border-radius: 6px;
}

#brif-crm select {
	display: block;
	width: 100%;
	border: 0;
	padding: 10px 15px;
	background-color: #F5F5F5;
	outline: none;
	border-radius: 6px;
}

#brif-crm textarea {
	display: block;
	width: 100%;
	height: 100px;
	border: 0;
	padding: 10px 15px;
	background-color: #F5F5F5;
	outline: none;
	border-radius: 6px;
	resize: none;
}

#brif-crm input[type="radio"] {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px 0;
}

#brif-crm input[type="checkbox"] {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 4px 0;
}

.hr-form {
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #F5F5F5;
	margin-top: 15px;
}




/********** КНОПКА ОБРАТНЫЙ ЗВОНОК **********/
#zcwMiniButton {
    /*display: none !important;*/
}

.callback {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
}

.callback-bt {
    display: inline-block;
    background: #FFA400;
    border: 2px solid #FFA400;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(255,164,0,0.3);
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    position: relative;
    z-index: 999;
    transition:.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 40px;
    width: 40px;        
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s;
}

.callback-bt:hover i {
    color: #FFA400;
    transition: .3s;
}

.callback-bt i {
    color: #fff;
    font-size: 28px;
    transition: .3s;
    line-height: 36px;
    transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 0 rgba(255,164,0,0.2),0 0 0 0 rgba(255,164,0,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 15px rgba(255,164,0,0.2),0 0 0 0 rgba(255,164,0,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 30px rgba(255,164,0,0),0 0 0 26.7px rgba(255,164,0,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 30px rgba(255,164,0,0),0 0 0 40px rgba(255,164,0,0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 0 rgba(255,164,0,0.2),0 0 0 0 rgba(255,164,0,0.2)
    }
    40% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 15px rgba(255,164,0,0.2),0 0 0 0 rgba(255,164,0,0.2)
    }
    80% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 30px rgba(255,164,0,0),0 0 0 26.7px rgba(255,164,0,0.067)
    }
    100% {
        box-shadow:0 8px 10px rgba(255,164,0,0.3),0 0 0 30px rgba(255,164,0,0),0 0 0 40px rgba(255,164,0,0.0)
    }
}

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
            -ms-transform: rotateZ(-30deg);
            -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
            -ms-transform: rotateZ(15deg);
            -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
            -ms-transform: rotateZ(-10deg);
            -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
            -ms-transform: rotateZ(7.5deg);
            -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
            -ms-transform: rotateZ(-6deg);
            -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
            -ms-transform: rotateZ(5deg);
            -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
            -ms-transform: rotateZ(-4.28571deg);
            -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
            -ms-transform: rotateZ(3.75deg);
            -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
            -ms-transform: rotateZ(-3.33333deg);
            -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -webkit-transform: rotateZ(0deg);
    }
}
/********************/

.block-price {
	text-align: center;
}

.item-price {
	display: inline-block;
/* Created with https://www.css-gradient.com */
	background-image: url(images/subs.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	padding: 25px 5px;
	margin: 15px;
	text-align:  center;
}

.item-price .i-p-title {
	display: inline-block;
	width: 100%;
	color: #FFF;
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	font-family: 'Play', sans-serif;
	line-height: 38px;
}

.item-price .i-p-title span {
	font-size: 24px;
}

.item-price .i-p-price {
	display: inline-block;
	width: 100%;
	color: #FFE052;
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	font-weight: 600;
	font-family: 'Play', sans-serif;
}