.loading .container {
  height: 287px;
  position: relative;
}
.loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -29px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 99999;
  font-family: 'PT Serif', serif;
}
.preloader .img {
  position: absolute;
  top: 46%;
  font-size: 16px;
  text-transform: uppercase;
  color: #c9c9c9;
  text-align: center;
  width: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  left: 0;
}
.preloader .img img.default {
  max-width: 120px;
  margin-bottom: 40px;
}