.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s1_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  min-height: 90vh;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2vw;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(81.33333333333334, 81.82%, 32.35%, 0.70);
  color: #fff;
}

.top_company_name_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  padding-right: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_company_txt {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.body {
  background-color: #f3f4f6;
  background-image: url('../images/bg_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #2b2b2b;
  font-size: 18px;
  line-height: 22px;
}

.top_company_city {
  font-size: 16px;
  line-height: 18px;
}

.top_phone_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  font-family: Oswald, sans-serif;
  font-size: 24px;
}

.top_phone_icon {
  margin-bottom: 2px;
  line-height: 26px;
}

.title_wrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #2b2b2b;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.txt_span {
  color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
  line-height: 3.4vw;
}

.subttitle_1 {
  margin-bottom: 2vw;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.txt_bold_span {
  color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
  font-style: italic;
  font-weight: 600;
}

.steps_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 1vw;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.step_title_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 80px;
  background-color: rgba(102, 150, 15, .7);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.step_title_txt {
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.step_txt {
  margin-left: 55px;
  text-align: justify;
}

/* .btn {
  min-width: 240px;
  padding: 10px 20px;
  border-radius: 1px;
  background-color: #7aae19;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
} */
  /*блик*/
 .preview-block__btn {
   max-width: 240px;

}
 
.custom-btn {
    text-decoration:none;
    width: 100%;
    padding: 10px;
    border-radius: 1px;
    position: relative;
    font-family: Oswald, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
     background-color: #7aae19;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}
 
 /*блик конец */
 
 
/* .btn:hover {
  background-color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
}*/

.txt_green {
  margin-bottom: 12vw;
  color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
}

.heading_green {
  font-family: Oswald, sans-serif;
  color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.title_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Oswald, sans-serif;
}

.image {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
  display: none;
  overflow: hidden;
  height: 100vh;
  max-width: none;
  min-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.remodal {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2b2b2b;
}

.remodal_div {
  position: relative;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
}

.remodal_title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.remodal_note {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.remodal_close_div {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  cursor: pointer;
}

.remodal_close_div:hover {
  opacity: 0.8;
}

.text-field {
  height: 46px;
  font-size: 16px;
  line-height: 20px;
}

.success-message {
  height: 160px;
  background-color: #fff;
}

.text-block-2 {
  font-family: Oswald, sans-serif;
  color: hsla(81.33333333333334, 81.82%, 32.35%, 1.00);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-block-3 {
  font-size: 16px;
  text-align: center;
}

.image-2 {
  cursor: pointer;
}

@media (max-width: 991px) {
  .section {
    height: auto;
  }
  .s1_wrp {
    height: auto;
    min-height: auto;
    padding: 60px 4vw 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .top_company_name_div {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .top_wrp {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title_wrp {
    margin-bottom: 60px;
  }
  .heading {
    font-size: 40px;
    line-height: 46px;
  }
  .subttitle_1 {
    margin-bottom: 30px;
  }
  .step_block {
    margin-bottom: 3vw;
  }
  .step_txt {
    margin-left: 0px;
    text-align: left;
  }
  .heading_green {
    font-size: 40px;
    line-height: 45px;
  }
  .title_div {
    margin-bottom: 30px;
  }
  .image {
    right: -40%;
    min-height: 100%;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .top_company_name_div {
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-right: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top_wrp {
    padding: 10px 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }
  .top_company_txt {
    margin-bottom: 5px;
  }
  .top_phone_div {
    height: auto;
    padding-left: 0px;
  }
  .title_wrp {
    margin-bottom: 50px;
  }
  .step_block {
    width: 100%;
  }
  .step_block._3 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .step_block._4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .step_block._5 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .step_block._6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .step_title_div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step_txt {
    margin-left: 55px;
  }
  .image {
    right: -80%;
  }
  .remodal_title {
    font-size: 19px;
    line-height: 24px;
  }
  .image-2 {
    margin-left: -8px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 34px;
    line-height: 40px;
  }
  .subttitle_1 {
    font-size: 18px;
    line-height: 24px;
  }
  .step_block {
    margin-bottom: 9vw;
  }
  .heading_green {
    font-size: 34px;
    line-height: 40px;
  }
  .image {
    display: none;
  }
  .remodal_div {
    width: 320px;
  }
}

