body {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  line-height: 1;2
  text-align: center;
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  clear: both;
  height: 100%;
}

header, footer {
  height: 100%;
}

ul li {
  list-style: none;
}

a, a:hover, a:visited, a:active {
  text-decoration: none;
}

input[type=submit]:hover, button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

h1 {
  font-size: 3.5em;
  font-weight: 900;
  margin-top: 30px;
  text-align: right;
}

h1 span {
  display: inline-block;
  background: #34914b;
  padding: 5px 19px;
}

h2 {
  font-size: 2.75em;
  padding: 54px 0;
}

h3 {
  font-size: 2em;
}

h4 {
  color: #d45b6d;
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin: 17.3em 0 15px 0;
}

h5 {
  font-size: 1.8em;
  color: #5b5856;
  text-align: left;
}

h6 {
  font-size: 1.5em;
  color: #34914b;
  text-transform: none;
  text-align: right;
  margin: 15px 5px 0 0;
}

p {
  text-transform: none;
  font-size: 1.12em;
}

article {
  padding: 10px 0;
  clear: both;
}

button, input[type=submit], input[type=button], input[type=search], .button {
  cursor: pointer;
}

input, button, .button, select {
  border: none;
  background: #F0FFF0;
  color: #000;
}

input, button:focus, .button {
  outline: none;
}

select {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  background: #F0FFF0 url("../images/sel.png") no-repeat 96%!important;
  background-position: 275px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text], select,
input[type=tel] {
  display: block;
  padding: .47em 1em;
  position: relative;
  z-index: 1;
  font-size: 1.12em;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: .75em;
  outline: none;
  
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type=text]:nth-child(4) {
  margin-bottom: 24px;
}

button,
.button {
  display: block;
  margin: 10px auto 0;
  width: 240px;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 55px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 1.12em;
  background: #F1A900;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 1000;
  position: relative;
  color: #fff;
  cursor: pointer;
  outline: none;
    text-align: center;
}

.button {
  width: 240px;
  position: absolute;
  bottom: -45px;
  left: 39.8%;
  text-transform: none;
}

/*RELATIVE*/
.main_container, nav, li, .row, .price b, form, .li_before {
  position: relative;
}

/*CONTAINERS*/
.main_container {
  width: 1181px;
  margin: auto;
}

.effects_wrapp {
  width: 909px;
  margin: auto;
}

.row {
  margin: 0;
}

.col_2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.col_3 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.col_4 {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}

/*FLOATS*/
.left_float {
  float: left;
}

.right_float {
  float: right;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.pull_bottom {
  display: inline-block;
  vertical-align: bottom;
}

/*HEADER*/
header {
  background: url('../images/header-bg_01.png') no-repeat center;
}

.warning {
  background: rgba(52, 145, 75, 0.81);
  font-size: .93em;
  color: #fff;
  text-align: left;
  padding: 12px 0;
}

.warning p {
  text-align: center;
}

main {
  min-width: 1200px;
  overflow: hidden;
}

.warning b {
  color: #ed7a49;
  font-weight: bold;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  left: -2.5em;
  top: 2em;
}

/*FORM-HEADER*/
form {
  width: 379px;
  margin-left: 10.7em;
  padding-top: 39px;
  position: absolute;
  right: 0;
}

form:before {
  content: url(../images/prod_1.png);
  position: absolute;
  z-index: 3333;
  left: -9.5em;
  top: 123px;
}

form:after {
  content: url(../images/arrow.png);
  position: absolute;
  right: -3em;
  bottom: 3.9em;
}

.price, .inputs {
  padding: 39px;
  position: relative;
}

.price {
  background: rgba(241, 169, 0, 0.73);
  padding: 19px;
}

.inputs {
  background: rgba(52, 145, 75, 0.75);
  padding-bottom: 56px;
}

.price span:first-child {
  font-size: 42px;
  margin-left: 16px;
}

.price b {
  font-weight: bold;
}

.price span:nth-child(2) {
  font-size: 1.9em;
  color: #331a2a;
  text-transform: none;
  position: absolute;
  padding-left: 30px;
  top: 30px;
  right: .9em;
}

.price span:nth-child(2) i {
  font-style: normal;
  font-size: 1.12rem;
  position: absolute;
  top: -1em;
  right: 0;
}

.inputs p {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 26px;
}

.inputs p span {
  font-size: 1.87rem;
  font-weight: bold;
}

.inputs_wrapper {
  padding: 1.68em 0;
}

/*HEADER-LI-ROW-FORM*/
.header_ul {
  position: relative;
  left: 3em;
  bottom: -27em;
}

.header_ul li {
  padding: 1.26em 3.93em 1.26em .66em;
  font-size: .87em;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  text-align: left;
  height: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header_ul li:first-child {
  background: #f1a900;
  padding-bottom: 1.25em;
}

.header_ul li:first-child:before {
  background: #f1a900 url(../images/arrow-white_03.png) no-repeat right;
}

.header_ul li:nth-child(2) {
  background: #34914b;
}

.header_ul li:nth-child(2):before {
  background: #34914b url(../images/arrow-white_03.png) no-repeat right;
}

.header_ul li:nth-child(3) {
  background: #2680a0;
}

.header_ul li:nth-child(3):before {
  background: #2680a0 url(../images/arrow-white_03.png) no-repeat right;
}

.header_ul li:before {
  content: '';
  width: 47px;
  height: 66px;
  position: absolute;
  left: -3.3em;
  top: 0;
  -webkit-border-bottom-left-radius: 50%;
          border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
          border-top-left-radius: 50%;
}

.header_ul b {
  font-size: 1.2em;
}

.li_before {
  color: #34914b;
  font-size: 1.0em;
  font-style: italic;
  text-align: left;
  text-transform: none;
  padding: 45px 39px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.li_before li:first-child {
  padding-bottom: 19px;
}

.li_before li:before {
  content: url(../images/header-li-before_03.png);
  position: absolute;
  left: -3.5em;
}

/*MYCO*/
.myco {
  background: url('../images/bg-myco_02.png') no-repeat center;
  padding: 0 0 20px;
}

.myco img {
  padding-right: 120px;
}

.myco p {
  color: #ffcc82;
  line-height: 25px;
  padding-bottom: 27px;
}

.myco p:nth-child(3) {
  padding-right: 4.2em;
}

.myco p:nth-child(4) {
  padding-right: 1.7em;
}

.myco p:nth-child(5) {
  padding-left: 2em;
}

.myco p:nth-child(6) {
  padding-left: 4em;
}

.myco b {
  text-transform: uppercase;
}

/*EFFECT*//*MYCO AFTER IMG*/
.effect {
  padding-bottom: 54px;
}

.composition {
  max-width: 900px;
}

.effect .main_container:before {
  content: url('../images/legs_07.png');
  position: absolute;
  right: 2em;
}

.effect .main_container:after {
  content: url('../images/mint_07.png');
  position: absolute;
  left: -7em;
}

.effect h2 {
  color: #5b5856;
  padding: 60px 0;
  text-align: left;
}

.effect h2 span {
  font-weight: bold;
  color: #34914b;
}

.effect li {
  padding-left: 241px;
  line-height: 20px;
  color: #5b5856;
  text-transform: none;
  text-align: left;
  /* padding-bottom: 42px; */
  display: flex;
  align-items: center;
  min-height: 54px;
  margin-bottom: 15px;
}

.effect li:nth-child(3), .effect li:nth-child(4) {
  /* padding-top: 18px;
  padding-bottom: 63px; */
}

.effect li span {
  display: block;
  width: 220px;
  min-height: 54px;
  background: #34914b;
  position: absolute;
  left: 0;
  -webkit-border-bottom-right-radius: 25px;
          border-bottom-right-radius: 25px;
  -webkit-border-top-right-radius: 25px;
          border-top-right-radius: 25px;
  top: .2em;
  text-align: center;
  /* padding-top: 17px; */
  padding-left: 10px;
  color: #fff;
  font-size: 1.5em;
  display: flex;
  align-items: center;
}

.effect li:nth-child(2) span {
}

.effect li:nth-child(3) span {
}

.effect li:nth-child(4) span {
  font-size: 1.12em;
}

.effect li:before {
  content: '1';
  width: 48px;
  height: 54px;
  background: #f9f9f9;
  color: #9c62a2;
  position: absolute;
  left: -3em;
  top: .4em;
  -webkit-border-bottom-left-radius: 25px;
          border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
          border-top-left-radius: 25px;
  text-align: center;
  padding-top: 17px;
}

.effect li:nth-child(2):before {
  content: '2';
  top: .3em;
}

.effect li:nth-child(3):before {
  content: '3';
  top: .3em;
}

.effect li:nth-child(4):before {
  content: '4';
  top: .25em;
}

.effect li:nth-child(5):before {
  content: '5';
  top: .3em;
}

.effect li:nth-child(6):before {
  content: '6';
  top: .3em;
}

/*REMOVING*/
.removing {
  background: #3c873c url('../images/bg-removing22.png') no-repeat center;
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}

.removing h2 {
  font-size: 2.25em;
  padding: 40px 0 30px;
}

.removing p {
  color: #fff;
  padding-bottom: 90px;
}

.removing .left p:first-child {
  padding-left: 16em;
}

.removing .left p:nth-child(2), .removing .left p:nth-child(3) {
  text-align: right;
  padding-right: 16em;
}

.removing .left p:nth-child(4) {
  text-align: right;
  padding-right: 12em;
}

.removing p:last-child {
  padding-bottom: 82px;
}

.removing .right p:first-child {
  padding-right: 11em;
}

.removing .right p:nth-child(2), .removing .right p:nth-child(3) {
  text-align: left;
  padding-left: 16em;
}

.removing .right p:nth-child(4) {
  text-align: left;
  padding-left: 12em;
}

/*COMMENT*/
.comment {
  background: url('../images/bg-comments_06.png') no-repeat center top;
  padding-top: 63px;
  text-align: left;
}

.comment h3 {
  background: #157aa2;
  padding: 22px;
  margin-right: 22.3em;
  margin-bottom: 35px;
}

.comment h3 span {
  color: #07688f;
  font-weight: bold;
}

.comment h3:nth-child(3) {
  background: none;
  padding: 30px 0;
  margin: 0;
}

.rev {
  line-height: 20px;
  border-bottom: 2px solid #7dbad2;
  padding-bottom: 34px;
}

.user_name {
  color: #07688f;
  padding-bottom: 25px;
}

.user_name span {
  color: white;
  font-weight: bold;
}

.user_com {
  font-size: .87em;
  text-transform: none;
  line-height: 1.2;
}

.textin {
  position: absolute;
  top: 191px;
  right: 0;
  width: 225px;
}

.textin span {
  display: block;
  font-size: 25px;
  margin: 0 0 10px;
  color: #45A0C7;
  text-align: left;
}

.textin span:nth-child(2) {
  padding: 0 0 0 14px;
  color: #ffffff;
  font-size: 20px;
}

.textin span:nth-child(3) {
  padding: 0 0 0 40px;
  color: #974C9F;
  font-size: 25px;
}

.col_3 div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6em;
}

.image {
  width: 40%;
}

.expert {
  width: 54%;
}

/*FOOTER*/
footer {
  background: #f2f2f3 url('../images/bg-footer_10.png') no-repeat left top;
  padding-top: 80px;
}

footer form {
  position: absolute;
  top: -12em;
}

footer form:before {
  left: -50.4em;
  top: 82px;
}

footer h1 {
  margin: 0;
  margin-left: 217px;
  padding: 5px 26px;
  text-align: left;
  font-size: 42px;
}

footer h1:nth-child(2) {
  margin-top: 5px;
  margin-right: 9em;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

footer h6 {
  text-align: left;
  margin: 1em 0 0 10em;
}

footer .warning {
  margin-top: 15em;
}

footer .price {
  padding: 20px;
  background: #f1a900;
}

footer .price span:first-child {
  margin-left: 10px;
  /*display: block;*/
  text-align: left;
}

footer .price span:nth-child(2) {
}

footer .price span:first-child:before {
  top: 49px;
}

@media (max-width: 1200px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main {
    min-width: initial;
    overflow: hidden;
  }
  .main_container {
    width: 1024px;
    padding: 0 15px;
  }
  header .col_2.li_before {
    width: 40%;
  }
  form {
    width: 340px;
    right: 10px;
  }
  form:before {
    top: -10px;
  }
  form:after {
    right: -1.2em;
  }
  select {
    background-position: 230px 16px;
  }
  .inputs p {
    font-size: 1.4em;
  }
  h1 {
    font-size: 3em;
  }
  .header_ul {
    left: -10em;
  }
  .myco img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-right: 15px;
  }
  .myco p:nth-child(5) {
    padding-left: 1em;
  }
  .myco p:nth-child(6) {
    padding-left: 2em;
  }
  .comment h3 {
    margin-right: 15em;
  }
  .composition {
    max-width: 780px;
  }
  .col_3 div img {
    max-width: 100%;
  }
  footer h1 {
    margin-left: 0;
  }
  footer h6 {
    margin-left: 25px;
  }
  footer form:before {
    left: auto;
    right: 100%;
    margin-right: -50px;
  }
}