body {
  font-family: 'PT Sans Narrow', arial;
  font-size: 16px;
  line-height: normal;
  overflow-y: scroll;
  background: url(/img/bg.jpg) repeat;
}
.site-phone a {
  color: inherit;
  text-decoration: none;
}
.request {
  text-align: center;
  background: white;
  box-shadow: 0px 0px 10px #000000;
  padding-bottom: 50px;
}
.request-txt1 {
  color: #007879;
  font-size: 60px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 15px;
}
.request-txt2 {
  color: #20b7be;
  font-size: 55px;
  font-weight: bold;
  margin-top: 10px;
}
.form {
  border: 3px solid #0b99a3;
  height: 390px;
  margin: 10px auto 0px auto;
}
.form-txt {
  text-align: center;
  font-size: 36px;
  color: #034043;
  font-weight: bold;
  line-height: 36px;
  margin: 36px 0px 20px 0px;
}
form.callform {
  text-align: center;
}
form.callform input[type="text"],
form.callform textarea {
  outline: none;
  border: 1px solid #999999;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
form.callform textarea {
  resize: none;
  height: 120px;
  overflow-y: auto;
}
form.callform .button {
  margin: 0px;
  height: 50px;
  padding: 3px 0px 7px 0px;
}
form.callform p {
  font-size: 22px;
  line-height: 1.1;
}
.why {
  color: black;
}
.caption {
  background: url(/img/img0001.png) repeat-x scroll center center transparent;
  text-align: center;
  margin: 50px 0px;
}
.caption span {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: url(/img/bg.jpg) repeat center;
  padding: 0px 22px;
}
.benefits3 {
  margin-bottom: 30px;
}
.benefits3 .button {
  margin: 0px 0px 20px 0px;
  font-size: 36px;
  width: 350px;
  height: 80px;
  padding: 5px 0px 0px 0px;
}
.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 300%;
  background: rgba(0,0,0,0.6);
  left: 0px;
  top: -100%;
}
.popup-area > div {
  background: url(/img/bg.jpg) repeat center #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -240px;
  margin-top: -227px;
  border: 5px solid #0b99a3;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  padding: 50px 50px 30px 50px;
  max-width: 90%;
}
.popup-close-button {
  width: 31px;
  height: 30px;
  background: url(/img/fancy_close.png) no-repeat;
  position: absolute;
  top: -14px;
  right: -14px;
  cursor: pointer;
}

@keyframes bg-move {
  from {
    left: 100%;
  }
  to {
    left: -500px;
  }
}
@keyframes bg-change {
  from {
    background: #ff3954;

  }
  50% {
    background: #ff1132;
  }
  to {
    background: #ff3954;
  }
}
.button {
  box-shadow: rgba(0,0,0,0.2) 1px 1px 4px;
  border-radius: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  animation: bg-change 1s infinite linear;
  width: 200px;
  height: 43px;
  margin-top: 10px;
  padding: 5px 0px;
  display: inline-block;
  line-height: 33px;
  border: none;
}
.button:hover {
  background: #bf000b;
  animation: none;
}
.button::after {
  animation: bg-move 2s infinite linear;
  display: block;
  transform: rotate(-30deg);
  position: absolute;
  top: -50%;
  width: 50px;
  height: 200%;
  background: rgba(255,255,255,.2);
  content: '';
}
.btn-corp > span, .vk-link a {
  text-decoration: underline;
  cursor: pointer;
  font-size: 18px;
  color: white;
}
.btn-corp > span:hover, .vk-link a:hover {
  color: #00ffd0;
}

@media (max-width: 991px) {
  .header, .footer {
    background: url(/img/big_pattern.png) repeat center;
    color: white;
    text-align: center;
  }
  .vk-link {
    margin-top: 10px;
  }
  .vk-link img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .vk-link a {
    font-size: 22px !important;
  }
  .site-title {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    margin-top: 10px;
  }
  .site-desc {
    font-size: 22px;
    margin-top: 10px;
    line-height: normal;
  }
  .site-phone {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    display: inline-block;
  }
  .site-phone::after {
    content: '';
    width: 0px;
    height: 0px;
    clear: both;
    display: block;
  }
  .site-phone img {
    height: 35px;
  }
  .site-phone-desc {
    font-size: 22px;
    margin: 10px 0px;
  }
  .request-txt1 {
    font-size: 37px;
    line-height: 37px;
    margin-top: 15px;
  }
  .request-txt2 {
    font-size: 34px;
    margin-top: 10px;
  }
  .form {
    width: 400px;
  }
  form.callform input[type="text"],
  form.callform textarea {
    width: 350px;
    font-size: 22px;
  }
  form.callform .button {
    width: 350px;
    font-size: 34px;
  }
  .benefits1, .benefits2, .benefits3 {
    text-align: center;
    font-size: 22px;
  }
  .benefits1 > div {
    margin-bottom: 30px
  }
  .benefits2 > p {
    text-align: left;
    margin: 0px 0px 20px 0px;
  }
  .benefit-text h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .popup-area > div {
    background: url(/img/bg.jpg) repeat center #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -189px;
    margin-top: -95px;
    border: 5px solid #0b99a3;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 20px 20px 10px 20px;
  }
}
@media (min-width: 992px) {
  .header, .footer {
    background: url(/img/big_pattern.png) repeat center;
    height: 122px;
    color: white;
  }
  .vk-link img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .vk-link {
    margin-top: 3px;
  }
  .site-title {
    font-size: 37px;
    line-height: 37px;
    font-weight: bold;
    margin-top: 10px;
  }
  .site-desc {
    font-size: 18px;
    margin: 10px 0px;
    line-height: normal;
  }
  .header-center, .footer-center {
    text-align: center;
  }
  .header-right, .footer-right {
    text-align: right;
  }
  .site-phone {
    margin-top: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    display: inline-block;
  }
  .site-phone::after {
    content: '';
    width: 0px;
    height: 0px;
    clear: both;
    display: block;
  }
  .site-phone img {
    height: 35px;
  }
  .site-phone-desc {
    font-size: 18px;
    margin: 10px 0px;
  }
  .request {
    background: url(/img/banner2.jpg) no-repeat center 140px, white;
  }
  .form {
    width: 300px;
  }
  form.callform input[type="text"],
  form.callform textarea {
    width: 250px;
    font-size: 18px;
  }
  form.callform .button {
    width: 250px;
    font-size: 30px;
  }
  .benefit-icon {
    float: left;
  }
  .benefits1 > div::after {
    content: '';
    width: 0px;
    height: 0px;
    clear: both;
    display: block;
  }
  .benefit-icon {
    float: left;
    margin: 0px 42px 60px 42px;
  }
  .benefit-text h3 {
    font-size: 34px;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
  }
  .benefit-text div {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .benefits2 p {
    font-size: 26px;
    line-height: 28px;
    margin: 0px 0px 30px 0px;
  }
  .benefits3 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 26px;
    line-height: 28px;
  }
}