@import url('https://fonts.googleapis.com/css?family=Neucha&subset=cyrillic');
@charset "utf-8";

/* CSS Document */

.preload {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7AD4F9;
}

.preload .inner-preload {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 290px;
  height: 70px;
  margin-left: -150px;
  margin-top: -69px;
  background-image: url("../images/preload-logo.png");
}

.preload .inner-preload:after {
  content: '';
  position: absolute;
  top: 70px;
  left: 50%;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: 0px;
  background-image: url("../images/preload-animate.gif");
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #7AD4F9;
  width: 100%;
  height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  height: 100%;
  font-family: Calibri,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #7AD4F9;
  opacity: 1;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fff;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

#body {
  margin-right: 979px;
  min-height: 768px;
  position: relative;
}

#layout_left,
#layout_right,
#content_wrapper {
  float: left;
  margin-right: -100%;
  position: relative;
}

#layout_left {
  width: 50%;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../images/repeat_l.png") repeat-x right bottom, url("../images/bg-blue-wite.jpg") repeat-x bottom;
}

#layout_right {
  width: 50%;
  left: 979px;
  margin-left: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../images/repeat_r.png") repeat-x left bottom, url("../images/bg-blue-wite.jpg") repeat-x left bottom;
}

html* #layout_right {
  left: 980px;
}

#content_wrapper {
  width: 981px;
  margin-right: -981px;
  left: 50%;
  background: url("../images/bg-blue-wite.jpg") repeat-x left bottom;
  min-height: 768px;
}

.bg-main-bootom {
  height: 497px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background: url("../images/bg-center.png") no-repeat bottom;
  z-index: 4;
}

.block-top {
  position: relative;
  padding: 3px 0px 0px;
  z-index: 6;
  text-align: center;
}

.logo {
  display: block;
  margin: 0px auto 0px;
}

.logo img {
  display: block;
  margin: auto;
}

.block-top h1:nth-of-type(1) {
  letter-spacing: 4px;
  margin: 7px 0 0;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Neucha';
  color: #ea012c;
  text-shadow: #fff 2px 0px, 
							 #fff 2px 2px, 
							 #fff 0px 2px, 
							 #fff -2px 2px, 
							 #fff -2px 0px, 
							 #fff -2px -2px, 
							 #fff 0px -2px,
							 #fff 2px -2px,
							 2px 2px 5px rgba(0,0,0,.8);
}

.block-top h1:nth-of-type(2) {
  margin: 0 0 0;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Neucha';
  color: #1e7901;
  text-shadow: #fff 2px 0px, 
							 #fff 2px 2px, 
							 #fff 0px 2px, 
							 #fff -2px 2px, 
							 #fff -2px 0px, 
							 #fff -2px -2px, 
							 #fff 0px -2px,
							 #fff 2px -2px,
							 2px 2px 5px rgba(0,0,0,.8);
}

.block-top h1:nth-of-type(3) {
  margin: 0 0 0;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
  color: #329f01;
  text-shadow: #fff 2px 0px, 
							 #fff 2px 2px, 
							 #fff 0px 2px, 
							 #fff -2px 2px, 
							 #fff -2px 0px, 
							 #fff -2px -2px, 
							 #fff 0px -2px,
							 #fff 2px -2px,
							 2px 2px 5px rgba(0,0,0,.8);
}

.button-elecktrona {
  font-family: 'Neucha';
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 55px;
  margin: 20px auto 0px;
  color: #fff;
  width: 333px;
  height: 57px;
  /*background: linear-gradient(10deg, #a35bfe, #8c30ff), #8c30ff;*/
  background: url("../images/bg_h1.png") no-repeat;
}

/*.button-elecktrona:hover {
	background: linear-gradient(10deg, #8c30ff, #a35bfe), #a35bfe;
}*/

.button-elecktrona:before {
  content: '';
  position: absolute;
  display: block;
  width: 75px;
  height: 56px;
  bottom: -10px;
  left: -10px;
  background: url("../images/batton-elecktrona-left.png") no-repeat left bottom;
}

.button-elecktrona:after {
  content: '';
  position: absolute;
  display: block;
  width: 75px;
  height: 56px;
  top: -10px;
  right: -10px;
  background: url("../images/batton-elecktrona-right.png") no-repeat left bottom;
}

.right-blk {
  top: 17px;
  right: -160px;
  text-align: center;
  position: absolute;
  width: 315px;
}

.sun {
  width: 146px;
  height: 146px;
  margin: 0 auto;
  background: url("../images/san.png") no-repeat center;
  z-index: 4;
}

.namber-phone {
  width: 204px;
  height: 47px;
  margin: 0 auto;
  background: url("../images/number-phone.png") no-repeat center;
  position: relative;
  z-index: 3;
}

.adress {
  font-family: 'Neucha';
  letter-spacing: 1px;
  font-size: 14px;
  color: #0D78F2;
  font-weight: bold;
  padding: 3px 0 0;
  margin: 3px 0 0;
  width: 315px;
  height: 27px;
  text-shadow: #fff 2px 0px, 
							 #fff 2px 2px, 
							 #fff 0px 2px, 
							 #fff -2px 2px, 
							 #fff -2px 0px, 
							 #fff -2px -2px, 
							 #fff 0px -2px,
							 #fff 2px -2px,
							 2px 2px 5px rgba(0,0,0,.8);
  /*background: url(../images/bg-adress.png) no-repeat center;*/
  position: relative;
  z-index: 3;
}

.na-karti,
.button-sitemap {
  font-family: 'Neucha';
  letter-spacing: 1px;
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  margin: 10px auto 0px;
  color: #fff;
  width: 198px;
  height: 38px;
  /*background: linear-gradient(10deg, #4298FB, #0D78F2), #0D78F2;*/
  background: url("../images/bg_h2.png") no-repeat;
}

.na-karti {
  z-index: 7;
}

/*.na-karti:hover, .button-sitemap:hover {
	background: linear-gradient(10deg, #0D78F2, #4298FB), #4298FB;
}*/

.na-karti:before,
.button-sitemap:before {
  content: '';
  position: absolute;
  display: block;
  width: 41px;
  height: 31px;
  bottom: -5px;
  left: -5px;
  background: url("../images/na-karti-left.png") no-repeat left bottom;
}

.na-karti:after,
.button-sitemap:after {
  content: '';
  position: absolute;
  display: block;
  width: 41px;
  height: 31px;
  top: -5px;
  right: -5px;
  background: url("../images/na-karti-right.png") no-repeat left bottom;
}

.button-sitemap {
  display: block;
  position: absolute;
  /*	width: 120px;*/
  top: 242px;
  left: -80px;
  z-index: 999;
}

.left-blk {
  position: absolute;
  width: 122px;
  height: 148px;
  left: -44px;
  top: 90px;
  z-index: 3;
}

.shar {
  width: 122px;
  height: 148px;
  background: url("../images/shar.png") no-repeat center;
}

.main #body,
.main #layout_right,
.main #layout_left,
.main #content_wrapper {
  height: 100%;
  min-height: 820px;
}

.inner #content_wrapper,
.inner #layout_left,
.inner #layout_right {
  padding-bottom: 250px;
}

*html .inner #layout_left {
  height: expression(document.getElementById('content_wrapper').offsetHeight + 'px');
  padding: 0;
}

*html .inner #layout_right {
  height: expression(document.getElementById('content_wrapper').offsetHeight + 'px');
  padding: 0;
}

*html .main #body,
*html .main #content_wrapper,
*html .inner #body,
*html .inner #content_wrapper {
  height: expression((this.offsetHeight < 925)?925:this.offSetHeight + 'px');
}

/* Animator */

.na-karti:hover,
.button-sitemap:hover,
.button-elecktrona:hover {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.menu-main div a:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}*/

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.menu-main {
  position: absolute;
  bottom: 0;
  height: 535px;
  width: 100%;
  z-index: 5;
}

.menu-main  div {
  font-weight: bold;
  font-style: italic;
  font-size: 19px;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.menu-main div span {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  position: absolute;
}

.menu-main div .ball-1 {
  width: 25px;
  height: 25px;
}

.menu-main div .ball-2 {
  width: 15px;
  height: 15px;
}

.menu-main div .ball-3 {
  width: 7px;
  height: 7px;
}

.menu-main div:hover .ball-2 {
  background: #7d57b7;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.menu-main div:hover .ball-3 {
  background: #7d57b7;
  -webkit-transition: background 1s 1s;
  -o-transition: background 1s 1s;
  transition: background 1s 1s;
}

.about {
  top: 44px;
  left: 141px;
}

.about a {
  color: #ff0042;
  display: block;
  width: 140px;
  height: 54px;
  padding: 15px 0 0;
  background: url("../images/bg-pro-nas.png") no-repeat center;
}

.about .ball-1 {
  background: #7d57b7;
  bottom: -9px;
  right: -80px;
}

.about .ball-2 {
  background: #ff0042;
  bottom: -2px;
  right: -42px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.about .ball-3 {
  background: #ff0042;
  bottom: 10px;
  right: -17px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.dbajlivim-batkam {
  left: 170px;
  top: 240px;
}

.dbajlivim-batkam a {
  z-index: 3;
  display: block;
  padding: 11px 5px 0 5px;
  width: 181px;
  height: 75px;
  color: #329f01;
  background: url("../images/bg-dbajlivim-batkam.png") no-repeat center;
}

.dbajlivim-batkam .ball-1 {
  background: #7d57b7;
  top: -19px;
  left: 219px;
}

.dbajlivim-batkam .ball-2 {
  background: #329f01;
  top: -2px;
  left: 190px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.dbajlivim-batkam .ball-3 {
  background: #329f01;
  top: 9px;
  left: 170px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.contact {
  right: 127px;
  top: 233px;
}

.contact a {
  z-index: 3;
  width: 157px;
  height: 69px;
  display: block;
  padding: 19px 0 0;
  color: #329f01;
  background: url("../images/bg-kontakty.png") no-repeat center;
}

.contact .ball-1 {
  background: #7d57b7;
  bottom: 50px;
  left: -87px;
}

.contact .ball-2 {
  background: #329f01;
  bottom: 40px;
  left: -49px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.contact .ball-3 {
  background: #329f01;
  bottom: 40px;
  left: -20px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.gallery {
  right: 107px;
  top: 137px;
}

.gallery a {
  display: block;
  width: 153px;
  height: 73px;
  padding: 12px 0 0 10px;
  color: #FF6C00;
  background: url("../images/bg-foto-video-galjareja.png") no-repeat center;
}

.gallery .ball-1 {
  background: #7d57b7;
  bottom: 40px;
  left: -89px;
}

.gallery .ball-2 {
  background: #FF6C00;
  bottom: 35px;
  left: -53px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.gallery .ball-3 {
  background: #FF6C00;
  bottom: 40px;
  left: -25px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.news {
  right: 106px;
  top: 44px;
}

.news a {
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ff0042;
  text-decoration: none;
  display: block;
  padding: 15px 0 0;
  width: 190px;
  height: 57px;
  background: url("../images/bg-news.png") no-repeat center;
}

.news .ball-1 {
  background: #7d57b7;
  bottom: 24px;
  left: -65px;
}

.news .ball-2 {
  background: #ff0042;
  bottom: 26px;
  left: -29px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.news .ball-3 {
  background: #ff0042;
  bottom: 29px;
  left: 0px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.metodichna-skarbnichka {
  left: 120px;
  top: 133px;
}

.metodichna-skarbnichka a {
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 170px;
  height: 69px;
  padding: 15px 0 0;
  color: #FF6C00;
  text-decoration: none;
  background: url("../images/bg-metodichna-skarbnichka.png") no-repeat center;
}

.metodichna-skarbnichka .ball-1 {
  background: #7d57b7;
  bottom: 17px;
  right: -83px;
}

.metodichna-skarbnichka .ball-2 {
  background: #FF6C00;
  bottom: 17px;
  right: -42px;
  -webkit-transition: background .5s .5s;
  -o-transition: background .5s .5s;
  transition: background .5s .5s;
}

.metodichna-skarbnichka .ball-3 {
  background: #FF6C00;
  bottom: 29px;
  right: -12px;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
}

.oblaka {
  position: absolute;
  width: 100%;
  height: 139px;
  bottom: 200px;
  z-index: 1;
  background: url("../images/bg-oblaka.png") repeat-x center;
}

.oblaka-1 {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0px;
  z-index: 3;
  background: url("../images/oblaka-1-3.png") repeat-x center;
}

.oblaka-3 {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0px;
  z-index: 1;
  background: url("../images/oblaka-1-1.png") repeat-x center;
}

.oblaka-2 {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0px;
  z-index: 2;
  background: url("../images/oblaka-1-2.png") repeat-x center;
}

.button-money {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ff2323;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
	position: relative;
	z-index: 100;
	margin: 20px auto;
	height: 43px;
	width: 200px;
  
}

.button-money img {
  width: 27px;
  height: auto;
  margin: auto;
  display: inline-block;
}

.button-money span {
  text-transform: uppercase !important;
  color: #fff !important;
  margin: auto auto auto 0;
  font-weight: bold !important;
}

.button-money:hover {
  background: #3e7cd6;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}