.contacts-block {
  width: 100%; }
  .contacts-block .descr A {
    color: #7cd0ff;
    font-size: 14px;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    text-decoration: underline; }
    .contacts-block .descr A:hover {
      color: #D1CFFF; }

.feedback {
  background: url("/img/design/feedback-bg.png") 0 0 no-repeat;
  background-size: 100%;
  color: #dfddd0;
  height: 156px;
  padding: 25px 0 30px;
  position: relative;
  text-align: center;
  width: 100%;
  /*
  &:after {
  	background: url("/img/design/feedback-shadow.png") 0 0 no-repeat;
  	background-size: 100%;
  	content: '';
  	display: block;
  	height: 211px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  }*/ }
  .feedback .main {
    line-height: 19px;
    margin-bottom: 12px; }
    .feedback .main .main-white {
      margin-top: 0; }
  .feedback .descr {
    font-size: 14px; }
    .feedback .descr A {
      color: #7cd0ff; }
  .feedback .line {
    position: relative; }
    .feedback .line:after, .feedback .line:before {
      background: url("/img/design/line-bg.png") 50% repeat-x;
      content: '';
      height: 79px;
      position: absolute;
      top: 0;
      width: 30%; }
    .feedback .line:after {
      right: 0; }
    .feedback .line:before {
      left: 0; }

.browser-oldie .feedback {
  background: url("/img/design/feedback-bg-ie.png") 0 0; }

.contacts-cap {
  margin-top: -1px;
  position: relative;
  width: 100%; }
  .contacts-cap:after {
    background: url("/img/design/feedback-shadow.png") 0 0 no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    height: 211px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.contacts-bottom {
  background: #174e83;
  margin-top: -4px;
  padding: 16px 20px 16px 21px;
  text-align: center;
  position: relative; }
  .contacts-bottom .blue-block {
    color: #f4f4f4;
    font: 16px/19px openSansExtra;
    text-transform: uppercase;
    text-decoration: none; }

/*# sourceMappingURL=contacts-block.css.map */
