/* html {
  scroll-behavior: smooth;
}  */

body {
    /* background: #f6f9fe; */
    background: #fff;
    color: #212121;
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
}


.landing-wrap h1 {
  font-size: 3.2rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}

.landing-wrap h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #212121;
  text-transform: uppercase;
}

.landing-wrap {
  padding: 0; 
}

.landing-main-btn {
  padding: 12px 24px;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  transition: .3s ease all;
  /* background: #fff; */
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.btns-wrap {
  display: flex;
  flex-flow: row wrap;
}

.landing-main-btn:hover {
  background: transparent ;
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  /* border: 1px solid rgba(225,40,49,0.3); */
}

.landing-secondary-btn {
  background: transparent ;
  color: #444;
}

.landing-secondary-btn:hover {
  background: #fff;
  border: 1px solid #fff;
}

.landing-cont-1 {
  padding: 50px 0 220px 0;
  background: url(/images/img-landing/bg-es.jpg) no-repeat center /cover;
  position: relative;
}

.main-txt-block-wrap {
  margin-top: 80px;
}


.eutrands {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2.5rem;
  margin-top: 0px;
  width: 90%;
}

.lamps1 {
  position: absolute;
  left: 100px;
  top: -0px;
  width: 986px;
  height: 664px;
  background: url(/images/img-landing/lamps1.png) no-repeat center;
}


.landing-cont-1 ul {
  list-style: none;
  padding: 0;
  margin-top: 50px;
}

.landing-cont-1 ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
}

.landing-cont-1 ul li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 20px;
  background: #212121;
  border-radius: 50%;
}

.landing-cont-2 {
  max-width: 1600px;
  margin: 50px auto 0 auto;
}

.landing-cont-2 .btns-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.adv-wrap {
  /* border-left: 1px solid #ddd;
  border-top: 1px solid #ddd; */
  box-sizing: border-box;
  margin: 0 !important;
}

.preim-block {
  /* border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
  box-sizing: border-box;
  position: relative;
  padding: 0px;
}

.preim-block h3 {
  color: #212121;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preim-block h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: red;
  margin-right: 10px;
}

.preim-block p {
  font-size: 1;
}

.landing-cont-3 {
  margin-top: 50px;
}

.input-wrap {
  background: #444;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 100px 0;
}

.input-wrap h3 {
  font-size: 1.875rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 30px;
}

.form_wrap, .success_form_wrap {
  /*height: 506px;*/
}

.form_wrap form {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}


.input-wrap input[type=text] {
  padding: 10px;
  border-radius: 0;
  border: 0;
  background: #fff;
  outline: none;
  margin-bottom: 30px;
  width: 100%;
}


.input-wrap input[type=text]::placeholder {
  font-weight: 300;
  color: #999;
}

.submit-wrap {
  background: url(/images/img-landing/form-bg.png) no-repeat center /cover;
  position: relative;
  display: flex !important;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;

}

.submit-wrap input[type=submit] {
  background: #fff;
  transition: .3s ease-in-out all;
  color: #212121;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 12px 20%;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: flex;
  font-weight: 300;
}

.submit-wrap input[type=submit]:hover {
  background: #212121;
  color: #fff;
}

.input-wrap input[type=submit] {
  background: transparent;
  border: 1px solid #fff;
  transition: .3s ease-in-out all;
  color: #fff;
  border-radius: 0;
  outline: none;
  padding: 15px;
  text-transform: uppercase;
  font-size: 1.5rem;
  display: flex;
  font-weight: 300;
  width: 100%;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}


.input-wrap input[type=submit]:hover {
  background: transparent;
  color: #ffff;
  opacity: 0.5;
  /* border: 1px solid rgba(225,40,49,0.3); */
}


.mt-4 {
  margin-top: 2rem;
}

.main-form-wrap {
  display: flex;
  flex-flow: row wrap;
}

.success_form_wrap {
  display: none;
}

.grafik-rabot {
  margin-top: 30px;
  width: 50%;
  color: #ffffff;
}





  /* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 1600px) {
  .lamps1 {
    position: absolute;
    left: 20px;
    top: -100px;
    width: 650px;
    height: 646px;
    background: url(/images/img-landing/lamps1.png) no-repeat center /contain;
  }
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {
  .lamps1 {
    position: absolute;
    left: 20px;
    top: -100px;
    width: 60%;
    height: 646px;
    background: url(/images/img-landing/lamps1.png) no-repeat center /contain;
  }
}

@media (max-width: 992px) {
  .landing-wrap h2, .landing-wrap h1  {
    font-size: 2rem;
  }

  .landing-cont-1 {
    padding: 50px 0 220px 0;
    background: url(/images/img-landing/bg-es2.jpg) no-repeat top right /cover;
  }

  .form_wrap {
    width: 100%;
  }

  .input-wrap {
    width: 100%;
    padding: 15px 15px 50px 15px !important;
  }

  .submit-wrap {
    display: none;
  }

}

@media (max-width: 768px) {

  .landing-cont-1 {
    padding: 50px 15px;
  }

  .main-txt-block-wrap {
    margin: 0px !important;
    padding: 0 !important;
  }

  .btns-wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.landing-cont-2 {
  margin-top: 30px;
}

.eutrands {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
  margin-top: 20px;
  width: 100%;
}

}

@media (max-width: 576px) {

}

@media (max-width: 420px) {

}

  
  