@charset "UTF-8";



body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #666666;
  background: #fff;



}
body1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #e74c3c;
  background: #fff;
}

body1k {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #e74c3c;
  background: #fff;
}

body1b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #e74c3c;
  background: #fff;
}


body1bb {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #e74c3c;
  background: #fff;
}



body2b {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #808080;
  background: #fff;
}

body2 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 17px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #808080;
  background: #fff;


}

body2k {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 12px;
  line-height: 1.2;
  -webkit-text-size-adjust: none;
  color: #808080;
  background: #fff;


}


h5, .heading-5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  color: #8d8d8d;
  background: #fff;
}

login {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  margin-left: 175;
  -webkit-text-size-adjust: none;
  color: #d9d9d9;
	top:270px;

	position:absolute;

}


.nostyle{
 all: none;
}


/*
* ajout simple-form 
*/

* + .simple-form {
  margin-top: 10px;
}

/*
* @subsection   RD Mail Form
*
* @description  Describes style declarations for RD Mail Form extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      1.1.2
*/
.simple-form {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.simple-form fieldset {
  border: none;
}
.simple-form fieldset > .row + .row {
  margin-top: 30px;
}

.simple-form label {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 48px;
}
.simple-form label:first-child {
  margin-top: 0;
}
.simple-form label input, .simple-form label select {
  height: 55px;
}
@media (min-width: 992px) {
  .simple-form label input, .simple-form label select {
    height: 96px;
  }
}
.simple-form label input, .simple-form label select, .simple-form label textarea {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 34px;
  color: #bbc2c7;
  background: #f0eff0;
  border: 0;
  border-radius: 2px;
}
.simple-form label input:-moz-placeholder, .simple-form label select:-moz-placeholder, .simple-form label textarea:-moz-placeholder {
  color: #bbc2c7;
  opacity: 1;
}
.simple-form label input::-webkit-input-placeholder, .simple-form label select::-webkit-input-placeholder, .simple-form label textarea::-webkit-input-placeholder {
  color: #bbc2c7;
  opacity: 1;
}
.simple-form label input::-moz-placeholder, .simple-form label select::-moz-placeholder, .simple-form label textarea::-moz-placeholder {
  color: #bbc2c7;
  opacity: 1;
}
.simple-form label input:-ms-input-placeholder, .simple-form label select:-ms-input-placeholder, .simple-form label textarea:-ms-input-placeholder {
  color: #bbc2c7;
  opacity: 1;
}
.simple-form label select {
  padding: 1px;
}
.simple-form label input, .simple-form label textarea {
  padding: 10.5px 30px;
}
@media (min-width: 992px) {
  .simple-form label input, .simple-form label textarea {
    padding: 31px 54px;
  }
}
.simple-form label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 96px;
  height: 217px;
  max-height: 325.5px;
}
@media (min-width: 768px) {
  .simple-form label {
    margin-top: 30px;
  }
}

