/* --- common --- */
body {
  font-family: 'PT Sans', arial, sans-serif;
  font-size: 18px;
  line-height: normal;
  overflow-y: scroll;
  background: #eeeeee;
}
body > div {
  max-width: 1920px;
  margin: 0px auto;
}
body > div.popup-wrapper {
  max-width: 100%;
}
.benefits > div::after {
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  clear: both;
}
@keyframes bg-move {
  from {
    left: 100%;
  }
  to {
    left: -500px;
  }
}
@keyframes bg-change {
  from {
    background: #28bab7;

  }
  50% {
    background: #178987;
  }
  to {
    background: #28bab7;
  }
}
.button {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  animation: bg-change 1s infinite linear;
  padding: 7px 50px;
  display: inline-block;
  line-height: 33px;
  text-transform: uppercase;
  border: none;
}
.button:hover {
  background: #268987;
  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: '';
}
.caption {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.flex {
  display: flex;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.ml-15 {
  margin-left: 15px;
}
/* --- /common --- */

/* --- blocks --- */
.header {
  color: white;
}
.main {
  color: #423e40;
}
.steps {
  color: white;
}
.content {
  color: #2b2b2b;
}
.footer {
  color: white;
}
/* --- /blocks --- */

/* --- header --- */
.site-phone {
  color: #a3e1e0;
  text-align: center;
  font-weight: bold;
}
.site-phone a {
  color: inherit;
  text-decoration: none;
}
.site-caption {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.vk-link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.vk-link {
  font-size: 18px !important;
  display: inline-block;
  color: inherit;
  padding: 10px 0px;
}
.vk-link:hover {
  color: inherit;
}
/* --- /header --- */

/* --- main --- */
.benefits {
  text-align: center;
}
.benefits > div span {
  font-weight: bold;
  text-transform: uppercase;
}
.benefits > div > div > div {
  margin-top: 4px;
}
.main-cta-txt1 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.main-cta-txt2 {
  text-align: center;
  margin-top: 5px;
}
.form-txt {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.callform1 {
  text-align: center;
}
.callform1 input[type="text"],
.callform1 textarea {
  outline: none;
  border: 2px solid #c3c3c3;
  padding: 15px 20px;
  width: 100%;
  max-width: 370px;
  background: transparent;
  margin-bottom: 20px;
  font-weight: bold;
}
.callform1 textarea {
  resize: none;
  height: 120px;
  overflow-y: auto;
}
.file-upload {
  margin: 0px auto 30px auto;
  display: inline-block;
  max-width: 100%;
}
#preview {
  float: left;
  display: inline-block;
}
.file-upload::after, #preview::after {
  content: '';
  width: 0px;
  height: 0px;
  display: block;
  clear: both;
}
#preview > img {
  height: 67px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
.file-upload > label {
  position: relative;
  width: 84px;
  height: 67px;
  margin: 0px;
  float: left;
}
.file-upload label span {
  border: 2px solid #c3c3c3;
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
}
.file-upload input[type="file"] {
  visibility: hidden;
}
/* --- /main --- */

/* --- steps --- */
.steps-list > div {
  margin-top: 20px;
  display: table;
}
.steps-list > div > div {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}
.steps-list > div > div:first-child {
  background: white;
  color: #3b3b3b;
  text-align: center;
}
.steps-list > div > div:last-child {
  font-size: 21px;
  padding-left: 35px;
}
/* --- /steps --- */

/* --- content --- */
.content .caption {
  color: #423e40;
}
.content-cta > div {
  border: 5px solid #28bab7;
  text-align: center;
}
.content-cta .caption {
  margin: 0px;
}
/* --- /content --- */

/* --- popup --- */
.popup-wrapper {
  position: fixed;
  width: 100%;
  height: 300%;
  background: rgba(0,0,0,0.6);
  left: 0px;
  top: -100%;
}
.popup-wrapper::before {
  content: '';
  height: 33.333333%;
  display: block;
}
.popup-area > div {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.popup-close-button {
  width: 24px;
  height: 24px;
  background: url(/img/close-button.png) no-repeat center center;
  position: absolute;
  cursor: pointer;
}
.popup-area form {
  text-align: center;
}
.popup-area form p {
  font-weight: bold;
  color: #423e40;
  text-align: center;
  text-transform: uppercase;
}
.popup-area form input[type="text"] {
  outline: none;
  border: 2px solid #c3c3c3;
  padding: 15px 20px;
  width: 370px;
  max-width: 100%;
  background: transparent;
  margin-top: 20px;
  font-weight: bold;
}
.popup-area form .button {
  margin-top: 30px;
}
/* --- /popup --- */

@media (max-width: 991px) {
  /* --- blocks --- */
  .caption {
    font-size: 26px;
    margin: 30px 0px 0px 0px;
  }
  .header {
    background: #3e3f3f;
    text-align: center;
  }
  .main {
    background: white;
  }
  .steps {
    background: #3e3f3f;
  }
  .content {
    background: white;
  }
  .footer {
    background: #3e3f3f;
  }
  /* --- blocks --- */
  
  /* --- header --- */
  .site-caption {
    font-size: 26px;
    margin-top: 15px;
  }
  .site-phone {
    font-size: 24px;
    margin-top: 15px;
  }
  .site-contacts {
    display: inline-block;
    margin: 15px auto 10px auto;
  }
  /* --- /header --- */
  
  /* --- main --- */
  .benefits {
    font-size: 22px;
    margin: 30px 0px;
  }
  .benefits > div > div {
    margin: 15px auto 30px auto;
    padding-top: 15px;
    border-top: 1px solid #28bab7;
  }
  .main-cta-txt1 {
    font-size: 26px;
    margin-top: 30px;
  }
  .main-cta-txt2 {
    font-size: 18px;
    padding: 0px 50px;
  }
  .form-txt {
    font-size: 23px;
    margin-top: 40px;
  }
  .callform1 {
    margin-top: 25px;
  }
  /* --- /main --- */
  
  /* --- steps --- */
  .steps-list {
    margin-top: 5px;
    margin-bottom: 35px;
  }
  .steps-list > div > div:first-child {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
  .steps-list > div > div:last-child {
    font-size: 18px;
    padding-left: 15px;
  }
  /* --- /steps --- */
  
  /* --- content --- */
  .content .caption {
    margin-top: 30px;
  }
  .text-content > p {
    margin: 15px 0px;
    font-size: 20px;
  }
  .content-cta > div {
    padding: 30px 20px;
  }
  .content-cta .caption {
    margin-top: 0px;
    font-size: 24px;
  }
  .content-cta-text {
    margin: 20px 0px;
  }
  .content-cta {
    margin-bottom: 30px;
  }
  /* --- /content --- */
  
  /* --- footer --- */
  .footer > div {
    height: 100%;
  }
  .footer .site-phone {
    margin: 0px;
  }
  .footer-items > div {
    text-align: center;
  }
  .footer-left, .footer-center {
    margin-top: 15px;
  }
  .footer-items > div > div {
    display: inline-block;
  }
  .footer-left {
    text-align: left;
  }
  .footer-center {
    text-align: center;
  }
  .footer-right {
    text-align: right;
  }
  /* --- /footer --- */

  /* --- popup --- */
  .popup-area > div {
    margin-top: 15px;
    padding: 40px 15px;
    width: 100%;
  }
  .popup-close-button {
    top: 5px;
    right: 5px;
  }
  .popup-area form p {
    font-size: 18px;
  }
  .popup-area form input[type="text"] {
    outline: none;
    border: 2px solid #c3c3c3;
    padding: 15px 20px;
    width: 370px;
    max-width: 100%;
    background: transparent;
    margin-top: 20px;
    font-weight: bold;
  }
  /* --- /popup --- */
}
@media (min-width: 570px) {
  .site-contacts {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-contacts > div:first-child {
    float: left;
    width: 50%;
    text-align: center;
  }
  .site-contacts > div:last-child {
    width: 50%;
    float: right;
    text-align: center;
  }
  .site-contacts::after {
    content: '';
    width: 0px;
    height: 0px;
    clear: both;
    display: block;
  }
  .benefits {
    font-size: 18px;
    margin: 30px 0px;
  }
  .benefits > div {
    margin: 15px auto 0px auto;
    display: table;
  }
  .benefits > div > div {
    border: none;
  }
  .benefits > div > div:first-child {
    padding-left: 0px;
  }
  .benefits > div > div {
    padding-left: 40px;
    display: table-cell;
  }
  .main-cta-txt1 {
    font-size: 26px;
    margin-top: 30px;
  }
  .main-cta-txt2 {
    font-size: 18px;
    padding: 0px 40px;
  }
  .popup-area > div {
    width: 540px;
    margin-top: 60px;
    padding: 40px 60px;
  }
  .popup-close-button {
    top: 15px;
    right: 15px;
  }
  .popup-area form p {
    font-size: 18px;
  }
  .popup-area form input[type="text"] {
    outline: none;
    border: 2px solid #c3c3c3;
    padding: 15px 20px;
    width: 370px;
    max-width: 100%;
    background: transparent;
    margin-top: 20px;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  /* --- blocks --- */
  .caption {
    font-size: 33px;
    margin: 50px 0px 0px 0px;
  }
  .header {
    background: url(/img/header-bg.jpg) no-repeat top center;
    height: 293px;
  }
  .main {
    background: url(/img/main-bg.jpg) no-repeat top center;
    height: 655px;
  }
  .steps {
    background: url(/img/steps-bg.jpg) no-repeat top center;
    height: 544px;
  }
  .content {
    background: white;
  }
  .footer {
    background: #3e3f3f;
    height: 100px;
  }
  /* --- blocks --- */
  
  /* --- header --- */
  .site-phone {
    font-size: 24px;
    margin-top: 30px;
  }
  .site-caption {
    font-size: 30px;
    margin-top: 45px;
  }
  .site-contacts {
    margin-top: 30px;
  }
  /* --- /header --- */
  
  /* --- main --- */
  .main-cta-block {
    float: right;
    width: 420px;
  }
  .benefits {
    font-size: 18px;
  }
  .benefits > div {
    margin: 50px auto 0px auto;
    display: table;
  }
  .benefits > div > div:first-child {
    padding-left: 0px;
  }
  .benefits > div > div {
    padding-left: 40px;
    display: table-cell;
  }
  .main-cta-txt1 {
    font-size: 26px;
    margin-top: 60px;
  }
  .main-cta-txt2 {
    font-size: 18px;
  }
  .form-txt {
    font-size: 23px;
    margin-top: 40px;
  }
  .callform1 {
    margin-top: 25px;
  }
  /* --- /main --- */
  
  /* --- steps --- */
  .steps > div {
    text-align: center;
  }
  .steps-list {
    margin-top: 5px;
    display: inline-block;
    text-align: left;
  }
  .steps-list > div > div:first-child {
    font-size: 44px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
  }
  .steps-list > div > div:last-child {
    font-size: 21px;
    padding-left: 35px;
  }
  /* --- /steps --- */
  
  /* --- content --- */
  .content .caption {
    margin-top: 135px;
  }
  .content-wrapper {
    margin: 125px 0px;
  }
  .content-wrapper::after {
    content: '';
    display: table;
    clear: both;
  }
  .content-cta {
    float: right;
  }
  .text-content {
    padding: 0px 50px;
  }
  .text-content > p {
    margin: 15px 0px;
    font-size: 20px;
  }
  .content-cta {
    margin: 0px 0px 50px 50px;
  }
  .content-cta > div {
    padding: 50px 30px;
  }
  .content-cta .caption {
    margin-top: 0px;
    font-size: 30px;
  }
  .content-cta-text {
    margin: 60px 0px;
  }
  /* --- /content --- */

  /* --- footer --- */
  .footer > div {
    height: 100%;
  }
  .footer .site-phone {
    margin: 0px;
  }
  .footer-items {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .footer-items > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
  }
  .footer-items > div > div {
    display: inline-block;
  }
  .footer-left {
    text-align: left;
  }
  .footer-center {
    text-align: center;
  }
  .footer-right {
    text-align: right;
  }
  /* --- /footer --- */
}
@media (min-width: 1200px) {
  .main-cta-block {
    width: 460px;
  }
  .benefits > div > div {
    padding-left: 60px;
  }
}