@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto+Condensed|Roboto:100,300,300i,400,400i,500,500i,700,700i,900");
@font-face {
  font-family: "GOGOIA-DECO";
  src: url("../fonts/GOGOIA-DECO.OTF"); }

body {
  font-family: Roboto; }

a {
  text-decoration: none;
  outline: none; }

button {
  cursor: pointer;
  outline: none;
  border: 0; }

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin-top: 15px; }
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.phone {
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 700;
  line-height: 110px;
  position: relative; }
  .phone:before {
    content: url(../img/phone-icon.png);
    position: absolute;
    top: -2px;
    left: -35px; }

.promo .container {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: -webkit-calc(50% - 650px);
  left: calc(50% - 650px); }

.promo h1 {
  text-transform: uppercase;
  margin: 0;
  font-family: "GOGOIA-DECO";
  color: #ffffff;
  font-size: 72px;
  font-weight: 400;
  text-transform: uppercase; }

.promo h2 {
  margin: 0;
  width: 80%;
  color: #47703a;
  font-size: 30px;
  font-weight: 300; }

.promo p {
  margin-top: 18px;
  color: #fdfdfd;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }

.promo span {
  color: #5a8c4a; }

.promo_slider {
  height: 100%; }

.promo_slider__item {
  position: relative;
  width: 100%;
  height: 768px; }
  .promo_slider__item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%; }

.promo_content {
  margin-top: 30px;
  width: 60%; }

.error{
    border: 2px red solid!important;
}
.ok{
    border: 2px green solid!important;
}

.flickity-slider {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.promo_slider__item {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: -1; }

.promo_slider__item.is-selected {
  opacity: 1;
  z-index: 0; }

.btn {
  margin: 40px auto;
  display: block;
  background: #4A763D;
  width: 200px;
  text-align: center;
  padding: 15px 10px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-family: "Roboto Condensed";
  font-size: 24px;
  letter-spacing: -0.56px;
  color: #ffffff;
  text-transform: uppercase; }

.you_get {
  background: url(../img/you_get_bg.png) top center;
  position: relative;
  z-index: 1;
  border-top: 9px solid #4a763d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0 90px 0;
  margin-top: -4px; }
  .you_get h2 {
    margin-top: 65px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px; }
  .you_get p {
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    font-family: "Roboto Condensed";
    line-height: 24px;
    margin: 0 0 40px 0;
    padding-left: 30px;
    position: relative; }
    .you_get p:before {
      position: absolute;
      content: url(../img/display.png);
      left: -75px;
      top: 1px; }

.you_get_content {
  width: 45%;
  margin-top: 150px; }
  .you_get_content #item2:before {
    content: url(../img/world.png);
    top: -15px; }
  .you_get_content #item3:before {
    content: url(../img/note.png);
    top: -1px; }
  .you_get_content #item4:before {
    content: url(../img/banknote.png);
    top: -15px; }
  .you_get_content #item5:before {
    content: url(../img/wallet.png);
    top: -1px; }
  .you_get_content #item6:before {
    content: url(../img/user.png);
    top: -2px; }
  .you_get_content #item7:before {
    content: url(../img/params.png);
    top: -12px; }

.you_get_subline .container {
  width: 1035px;
  text-align: center; }

.you_get_subline p {
  margin: 0;
  padding: 30px 0 55px 0;
  color: #010101;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px; }

.owner {
  background-color: #f1f1f2;
  padding: 55px 0; }
  .owner h2 {
    margin: 0 0 50px 0;
    text-align: center;
    color: #020202;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -2px; }
  .owner span {
    display: block;
    text-align: center;
    margin-top: 45px;
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    letter-spacing: -1.2px; }

.owner_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.owner_content__item a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #000000; }

.owner_img {
  width: 301px;
  height: 141px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #66cc66;
  margin-bottom: 12px; }
  .owner_img img {
    width: 100%; }

.new_life {
  padding-bottom: 35px; }
  .new_life .container {
    width: 1040px;
    text-align: center; }
  .new_life h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1.8px;
    text-transform: uppercase; }
    .new_life h2 span {
      display: block;
      color: #000000;
      font-size: 30px;
      font-weight: 300;
      text-transform: none; }
  .new_life span {
    color: #e2574c;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -1.5px;
    text-transform: uppercase; }
  .new_life p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1.2px; }

.new_life_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.new_life_content__item {
  width: 25%;
  text-align: center;
  margin-top: 40px; }
  .new_life_content__item p {
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: -0.9px;
    line-height: 20px;
    padding: 0 30px; }
  .new_life_content__item span {
    color: #e2574c;
    font-size: 18px;
    text-transform: none;
    letter-spacing: -0.9px; }

.new_life_subline {
  background: url(../img/bg2.png) center;
  height: 514px;
  position: relative;
  z-index: 2;
  border-bottom: 8px solid #E2574C; }

.ideal_choise {
  background: url(../img/ideal_choise_bg.png) no-repeat top center;
  margin-top: -215px;
  position: relative;
  z-index: 1; }
  .ideal_choise .btn {
    width: 680px;
    background: #e2574c;
    font-size: 22px;
    margin: 30px auto; }

.ideal_choise_head {
  background: url(../img/ideal_choise_bg2.png) center;
  height: 780px;
  padding-top: 240px;
  text-align: center; }
  .ideal_choise_head h2 {
    margin: 0;
    margin-bottom: 60px;
    color: #e2574c;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase; }
  .ideal_choise_head p {
    font-weight: 300;
    color: #fbfbfb;
    font-size: 30px;
    margin-bottom: 55px; }

.ideal_choise_content {
  background: url(../img/ideal_choise_bg3.png) center;
  background-color: #19262F;
  margin-top: -490px;
  padding-top: 220px;
  padding-bottom: 10px;
  color: #ffffff; }
  .ideal_choise_content .container {
    width: 740px; }
  .ideal_choise_content h2 {
    text-align: center;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .ideal_choise_content p {
    margin: 0 0 40px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px; }
  .ideal_choise_content .btn {
    width: 510px;
    background: #e2574c;
    font-size: 22px; }

.directory {
  text-align: center;
  padding: 70px 0 20px 0; }
  .directory h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  .directory p {
    margin: 10px 0 50px 0;
    font-size: 30px;
    font-weight: 300; }
  .directory .btn {
    width: 335px;
    cursor: pointer; }

.form {
  width: 540px;
  margin: 0 auto; }
  .form input {
    display: inline-block;
    width: 540px;
    background: url(../img/input_icon_1.png) no-repeat;
    background-position: 95% 50%;
    background-color: #f6f6f6;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    margin-bottom: 25px;
    padding: 15px 10px; }
  .form #email {
    background: url(../img/input_icon_2.png) no-repeat;
    background-position: 95% 50%;
    background-color: #f6f6f6; }
  .form #phone {
    background: url(../img/input_icon_3.png) no-repeat;
    background-position: 95% 50%;
    background-color: #f6f6f6; }

.directory_subline {
  background: url(../img/bg3.png) center;
  height: 570px;
  position: relative;
  z-index: 3;
  border-bottom: 9px solid #107B47; }

.income {
  background: url(../img/income_bg.jpg) no-repeat center;
  margin-top: -115px;
  padding-bottom: 40px; }
  .income .container {
    width: 1120px;
    padding: 170px 0 40px 0;
    color: #ffffff; }
  .income h2 {
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase; }
  .income p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    width: 80%;
    margin-bottom: 30px; }
  .income .btn {
    margin-top: 70px;
    font-size: 22px;
    width: 750px;
    position: relative;
    z-index: 2; }

.how_work {
  position: relative;
  z-index: 1;
  margin-top: -190px;
  color: #ffffff; }
  .how_work .container {
    margin: 0 0 0 30%;
    height: 1420px;
    padding: 320px 0 0 0;
    width: 65%; }
  .how_work h2 {
    margin: 0 0 70px 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }

.how_work_content {
  padding-left: 20%; }
  .how_work_content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    width: 90%;
    margin: 0 0 40px 0;
    color: #ffffff; }
  .how_work_content span {
    display: block;
    width: 90%;
    margin-bottom: 40px;
    font-size: 16px;
    color: #080808;
    font-weight: 700;
    text-transform: uppercase; }
  .how_work_content ul {
    list-style-type: none;
    padding-left: 55px;
    margin-bottom: 70px; }
  .how_work_content li {
    color: #fefefe;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative; }
    .how_work_content li:before {
      position: absolute;
      content: url(../img/how_work_icon.png);
      left: -50px;
      top: -6px; }

.advantages {
  background: #E9E8E7;
  padding: 100px 0; }
  .advantages h2 {
    margin: 0 0 70px 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  .advantages p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    width: 60%; }
  .advantages span {
    font-size: 18px;
    font-weight: 300;
    color: #e2574c;
    font-weight: 700; }

.get_web {
  background: url(../img/get_web_bg.jpg);
  padding: 45px 0 105px 0;
  position: relative;
  z-index: 1; }
  .get_web .container {
    width: 750px;
    color: #ffffff; }
  .get_web h2 {
    margin: 0 0 55px 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  .get_web p {
    font-size: 18px;
    font-weight: 300; }

.reg {
  background: url(../img/reg_bg.jpg);
  padding: 145px 0 45px 0;
  margin-top: -67px; }

.reg_form {
  width: 1030px;
  margin: 0 auto;
  padding: 50px 0 35px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #e8ebe8;
  opacity: 0.86; }
  .reg_form h2 {
    margin: 0;
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }
  .reg_form p {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    width: 88%; }
  .reg_form span {
    color: #006633;
    font-weight: 700; }
  .reg_form .form input {
    background: none;
    background-color: #fff;
    width: 500px;
    margin-bottom: 7px; }

.contact {
  background: #247F53 url(../img/contact_bg.jpg) top center no-repeat;
  padding: 35px 0;
  position: relative; }
  .contact:after {
    position: absolute;
    content: url(../img/contact_rows.png);
    top: 101px;
    left: -webkit-calc(50% - 651px);
    left: calc(50% - 651px); }
  .contact h2 {
    margin: 0;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase; }
  .contact h3 {
    color: #89b97b;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 20px; }

.contact_content__item {
  width: 35%;
  position: absolute; }

.contact_content {
  height: 470px;
  position: relative;
  z-index: 1; }
  .contact_content .form {
    width: 100%; }
    .contact_content .form input {
      width: 310px;
      padding: 12px 10px;
      background: none;
      border: 1px solid #6d6565;
      background-color: #f6f6f6;
      margin-bottom: 9px; }
  .contact_content .btn {
    background: #181c35;
    margin: 20px 0 0 55px; }
  .contact_content #item1 {
    left: -20px;
    top: -3px;
    width: 40%; }
    .contact_content #item1 p {
      color: #b3afaf;
      font-family: Corbel;
      font-size: 15px;
      font-weight: 400;
      width: 80%; }
    .contact_content #item1 span {
      text-transform: uppercase; }
    .contact_content #item1 #number {
      font-family: Arial;
      font-size: 13px; }
    .contact_content #item1 #box1 {
      margin-top: 47px; }
      .contact_content #item1 #box1 p {
        line-height: 18px; }
    .contact_content #item1 #box2 {
      margin-top: 28px; }
      .contact_content #item1 #box2 p {
        width: 90%;
        font-size: 13px;
        line-height: 20px; }
      .contact_content #item1 #box2 span {
        font-family: Arial;
        font-size: 13px; }
  .contact_content #item2 {
    left: 500px;
    margin-top: 95px;
    background: url(../img/contact_item_bg.png) no-repeat;
    color: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px 0 40px 85px; }
    .contact_content #item2 p {
      font-family: Roboto;
      font-size: 24px;
      font-weight: 300;
      margin: 0 0 3px 0;
      position: relative; }
      .contact_content #item2 p:before {
        position: absolute;
        content: url(../img/contact_phone_icon.png);
        top: 0;
        left: -30px; }
    .contact_content #item2 span {
      display: block;
      color: #ffffff;
      font-size: 12px;
      font-weight: 100;
      position: relative; }
    .contact_content #item2 a {
      margin-top: 15px;
      display: block;
      color: #4af2a9;
      position: relative; }
    .contact_content #item2 #phone:before {
      position: absolute;
      content: url(../img/mail.png);
      left: -30px; }
    .contact_content #item2 #browser:before {
      position: absolute;
      content: url(../img/browser.png);
      left: -30px; }
  .contact_content #item3 {
    top: -8px;
    right: -95px;
    width: 33%; }

.counter {
  position: absolute;
  z-index: 2;
  top: 313px;
  left: -webkit-calc(40% - 88px);
  left: calc(40% - 88px); }

.footer {
  background: #14482f;
  height: 48px; }
  .footer span {
    color: #999999;
    font-size: 12px;
    font-weight: 300;
    line-height: 48px; }

.popup_bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #4d4d4d;
  z-index: 3;
  display: none;
  cursor: pointer;
  opacity: 0.75; }

.popup_window {
  display: none;
  position: fixed;
  top: 40%;
  background: rgba(35, 58, 67, 0.85);
  width: 500px;
  padding: 20px 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  color: #ffffff;
  text-align: center;
  left: -webkit-calc(50% - 280px);
  left: calc(50% - 280px);
  z-index: 3; }

@media screen and (max-width: 1600px) {
  .you_get {
    padding-bottom: 40px; }
    .you_get .container {
      width: 1150px; }
  .how_work .container {
    margin-left: 450px; }
  .how_work_content {
    padding-left: 150px; }
  .income {
    padding-bottom: 90px; }
  .advantages {
    margin-top: -24px; }
  .counter {
    left: -webkit-calc(38% - 88px);
    left: calc(38% - 88px); } }

@media screen and (max-width: 1500px) {
  .how_work .container {
    margin-left: 400px; }
  .how_work_content {
    padding-left: 110px; }
  .contact_content #item3 {
    right: -24px;
    width: 350px; } }

@media screen and (max-width: 1400px) {
  .container {
    width: 900px; }
  .logo a {
    display: block;
    width: 500px; }
  .logo img {
    width: 100%; }
  .phone {
    font-size: 32px;
    line-height: 80px; }
  .promo .container {
    left: -webkit-calc(50% - 450px);
    left: calc(50% - 450px); }
  .promo h1 {
    font-size: 62px; }
  .promo p {
    font-size: 16px; }
  .promo_content {
    width: 85%; }
  .promo_slider__item {
    height: 710px; }
    .promo_slider__item img {
      width: auto; }
  .you_get .container {
    width: 830px; }
  .you_get_content {
    margin-top: 80px; }
  .you_get_subline .container {
    width: 1000px; }
  .owner_content {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .owner_content__item {
    margin-bottom: 15px; }
  .new_life .container {
    width: 980px; }
  .ideal_choise {
    margin-top: -75px; }
  .ideal_choise_head {
    height: 680px;
    padding-top: 105px; }
  .ideal_choise_content {
    margin-top: -250px; }
  .income .container {
    width: 980px; }
  .how_work .container {
    margin-left: 380px;
    width: 70%; }
  .how_work_content {
    padding-left: 120px; }
    .how_work_content p {
      line-height: 20px;
      margin: 0 0 20px 0; }
  .advantages {
    margin-top: -67px; }
    .advantages p {
      width: 78%; }
  .reg {
    padding-bottom: 15px; }
  .reg_form {
    width: 830px; }
  .contact h3 {
    padding-left: 0; }
  .contact:after {
    display: none; }
  .contact_content #item1 {
    top: -11px; }
  .contact_content #item2 {
    left: 325px;
    background: #233A43;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    padding-left: 75px; }
  .contact_content #item3 {
    right: -177px;
    top: 12px; }
    .contact_content #item3 h3 {
      padding-left: 20px; }
  .contact_content .form input {
    width: 250px; }
  .contact_content .btn {
    margin: 20px auto; }
  .counter {
    top: 383px;
    left: -webkit-calc(56% - 88px);
    left: calc(56% - 88px); }
  .footer span {
    font-size: 10px; } }

@media screen and (max-width: 1300px) {
  .how_work .container {
    margin-left: 310px;
    width: 70%; }
  .how_work_content {
    padding-left: 90px; }
  .contact_content #item3 {
    right: -110px;
    width: 280px; }
    .contact_content #item3 h3 {
      padding-left: 0;
      text-align: center; }
  .contact_content .form {
    width: 280px; } }

@media screen and (max-width: 1200px) {
  .how_work h2 {
    font-size: 32px; }
  .how_work .container {
    margin-left: 280px; }
  .how_work_content {
    padding-left: 100px; } }

@media screen and (max-width: 1100px) {
  .how_work .container {
    margin-left: 230px;
    width: 76%; }
  .how_work_content {
    padding-left: 70px; }
  .contact_content #item3 {
    right: -48px;
    width: 273px; }
    .contact_content #item3 h3 {
      padding-left: 0;
      text-align: center; }
  .contact_content .form {
    width: 273px; }
  .counter {
    left: -webkit-calc(58% - 88px);
    left: calc(58% - 88px); } }

@media screen and (max-width: 1023px) {
  .container {
    width: 100%; }
  .logo a {
    width: 350px; }
  .phone {
    font-size: 28px;
    line-height: 52px; }
  .promo .container {
    left: 0; }
  .promo_slider__item {
    height: 100%; }
  .you_get .container {
    width: 730px; }
  .you_get p {
    padding-left: 66px; }
    .you_get p:before {
      left: -5px; }
  .you_get_content {
    width: 55%; }
  .you_get_subline .container {
    width: 100%; }
  .new_life .container {
    width: 100%; }
  .ideal_choise_head p {
    font-size: 26px; }
  .income {
    padding-bottom: 50px; }
    .income p {
      font-size: 16px;
      line-height: 22px; }
    .income .container {
      width: 100%;
      padding: 150px 0 40px 0; }
    .income .btn {
      width: 80%;
      font-size: 19px; }
  .how_work h2 {
    font-size: 28px; }
  .how_work .container {
    width: 730px;
    padding-top: 270px;
    margin-left: 160px; }
  .how_work ul {
    margin-bottom: 40px; }
  .how_work_content {
    padding-left: 110px; }
    .how_work_content li {
      margin-bottom: 22px; }
  .get_web {
    padding-bottom: 82px; }
    .get_web p {
      width: 80%;
      margin: 0 auto; }
  .reg {
    padding-bottom: 4px; }
  .reg_form {
    width: 90%;
    padding-bottom: 10px; }
  .contact {
    padding: 159px 0; }
    .contact:after {
      display: none; }
  .contact_content #item1 {
    position: initial;
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .contact_content #item1 #box1 {
      margin-top: 0;
      width: 48%; }
    .contact_content #item1 #box2 {
      margin-top: 0;
      width: 48%; }
  .contact_content #item2 {
    left: 12px;
    width: 347px;
    top: 325px;
    margin-top: 0; }
  .contact_content #item3 {
    top: 209px;
    right: 100px; }
  .counter {
    top: 560px;
    left: -webkit-calc(55% - 88px);
    left: calc(55% - 88px); }
  .footer span {
    font-size: 7px; }
  .popup_window {
    width: 300px;
    top: 30%;
    left: -webkit-calc(50% - 180px);
    left: calc(50% - 180px); } }

@media screen and (max-width: 900px) {
  .how_work .container {
    width: 680px;
    margin-left: 100px; }
  .how_work_content {
    padding-left: 80px; }
  .counter {
    top: 710px;
    left: -webkit-calc(28% - 88px);
    left: calc(28% - 88px); } }

@media screen and (max-width: 800px) {
  .how_work h2 {
    font-size: 26px; }
  .how_work .container {
    width: 650px;
    margin-left: 100px; }
  .how_work_content {
    padding-left: 60px; }
    .how_work_content p {
      font-size: 15px; } }

@media screen and (max-width: 767px) {
  .header .container {
    display: block; }
  .logo a {
    width: 250px; }
  .phone {
    font-size: 28px;
    line-height: 52px; }
    .phone:before {
      left: 4px; }
  .promo .container {
    left: 0;
    margin: 0 auto; }
  .promo h1 {
    font-size: 26px;
    text-align: center; }
  .promo h2 {
    font-size: 20px; }
  .promo p {
    font-size: 12px; }
  .promo_slider {
    background: url(../img/promo_bg.jpg);
    height: 790px; }
  .promo_slider__item {
    display: none; }
  .promo_content {
    width: 100%; }
  .you_get {
    display: none; }
  .new_life_content__item {
    width: 50%; }
  .ideal_choise h2 {
    font-size: 30px; }
  .ideal_choise p {
    font-size: 18px; }
  .ideal_choise .btn {
    width: 370px;
    font-size: 15px; }
  .ideal_choise_content .container {
    width: 100%; }
  .ideal_choise_content .btn {
    width: 370px;
    font-size: 15px; }
  .directory h2 {
    font-size: 30px; }
  .directory p {
    font-size: 24px; }
  .directory .form {
    width: 100%; }
    .directory .form input {
      width: 300px; }
  .directory .btn {
    width: 335px; }
  .income {
    background: url(../img/income_bg2.jpg) no-repeat center;
    padding-bottom: 240px; }
    .income .container {
      padding-bottom: 0; }
    .income h2 {
      font-size: 26px; }
    .income p {
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 20px; }
    .income .btn {
      width: 300px;
      font-size: 14px;
      margin: 20px auto;
      margin-top: 70px; }
  .how_work {
    margin-top: -100px; }
    .how_work .container {
      width: 100%;
      margin-left: 0;
      padding-top: 420px;
      padding-left: 10px;
      padding-right: 10px; }
  .how_work_content {
    padding-left: 20px; }
  .get_web {
    padding-bottom: 54px; }
    .get_web p {
      font-size: 15px;
      width: 90%; }
    .get_web .container {
      width: 100%; }
  .reg_form h2 {
    font-size: 30px; }
  .reg_form .form {
    width: 350px; }
    .reg_form .form input {
      width: 350px; }
  .reg_form .btn {
    margin: 15px auto; }
  .contact {
    padding: 115px 0 205px 0; }
    .contact h2 {
      font-size: 28px; }
    .contact h3 {
      font-size: 20px; }
  .contact_content #item2 {
    top: 360px;
    left: -3px;
    width: 270px;
    padding: 45px 0 40px 55px; }
  .contact_content #item3 {
    top: 245px;
    right: 60px;
    width: 36%; }
    .contact_content #item3 h3 {
      padding-left: 0;
      text-align: center; }
  .contact_content .form {
    width: 100%; }
    .contact_content .form input {
      width: 220px; }
  .counter {
    top: 702px;
    left: -webkit-calc(28% - 88px);
    left: calc(28% - 88px); }
  .footer span {
    line-height: 15px;
    font-size: 10px; } }

@media screen and (max-width: 580px) {
  .promo_content #text2 {
    display: none; }
  .owner_img {
    width: 100%;
    height: auto; }
  .new_life_content__item p {
    font-size: 13px; }
  .new_life_content__item span {
    font-size: 13px; }
  .new_life h2 {
    font-size: 28px; }
    .new_life h2 span {
      font-size: 26px; }
  .new_life p {
    font-size: 20px; }
  .new_life_content__item p {
    font-size: 16px;
    padding: 0; }
  .new_life_content__item span {
    font-size: 16px; }
  .ideal_choise h2 {
    font-size: 24px; }
  .ideal_choise .btn {
    width: 220px;
    font-size: 12px; }
  .ideal_choise_content h2 {
    font-size: 24px; }
  .ideal_choise_content .btn {
    width: 230px;
    font-size: 12px; }
  .directory h2 {
    font-size: 24px; }
  .directory .form input {
    width: 250px; }
  .directory .btn {
    width: 270px;
    font-size: 18px; }
  .income {
    padding-bottom: 0; }
    .income .btn {
      width: 250px;
      font-size: 12px; }
  .how_work {
    margin-top: 170px; }
    .how_work .container {
      padding-top: 0;
      height: 900px; }
    .how_work h2 {
      margin-bottom: 20px; }
    .how_work p {
      display: none; }
  .advantages h2 {
    font-size: 24px; }
  .advantages p {
    font-size: 16px; }
  .get_web h2 {
    font-size: 24px; }
  .reg_form h2 {
    font-size: 24px; }
  .reg_form p {
    display: none; }
  .reg_form .form {
    width: 230px; }
    .reg_form .form input {
      width: 210px; }
  .contact {
    padding-top: 84px; }
    .contact h2 {
      margin-bottom: 60px; }
  .contact_content .form {
    width: 245px; }
  .contact_content #item1 {
    display: none; }
  .contact_content #item2 {
    width: 274px;
    position: initial;
    margin: 0 auto; }
  .contact_content #item3 {
    width: 100%;
    position: initial;
    margin: 0 auto; }
  .counter {
    top: 760px;
    left: -webkit-calc(30% - 88px);
    left: calc(30% - 88px); }
  .footer span {
    font-size: 6px;
    line-height: 0; }
  .popup_window {
    width: 200px;
    top: 35%;
    left: -webkit-calc(50% - 130px);
    left: calc(50% - 130px); } }
input{
    box-shadow: 0 0 1.5px 1px white!important;
}







