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

*, *::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: transparent;
  color: white;
}

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

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

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

select option {
  color: #000;
}

input[type=text], input[type=tel], select {
  display: block;
  padding-left: 15px;
  height: 38px;
  position: relative;
  z-index: 1;
  font-size: 1.12em;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: .75em;
  outline: none;
  color: #fff;
  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;
  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;
}
.myco .button {
  bottom: -28px;
}

/*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: 0;
  top: -32px;
  left: 10px;
}

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



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

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

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

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

.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: 60px;
  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;
  border-bottom-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: 50px !important;
}

.composition {
  max-width: 900px;
  padding-bottom: 60px;
}

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

.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;
  padding-top: 24px;
}

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

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

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

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

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

.effect li:before {
  content: '1';
  width: 48px;
  height: 54px;
  background: #f9f9f9;
  color: #9c62a2;
  position: absolute;
  left: -3em;
  top: .4em;
  border-bottom-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;
}

/*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: 38px 0 90px 20px;
}

.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: 60px 208px 54px 0;
}

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

.removing .right p:first-child {
  padding: 45px 0 60px 225px;
}

.removing .right p:nth-child(2), .removing .right p:nth-child(3) {
  text-align: left;
  padding: 40px 0 82px 300px;
}

.removing .right p:nth-child(4) {
  text-align: left;
  padding: 20px 0 0 220px;
}

/*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: 240px;
  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;
  padding: 5px 26px;
  text-align: left;
  font-size: 42px;
}

footer h1:nth-child(2) {
  margin-top: 5px;
  margin-left: 0;
}

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

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

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

:-ms-input-placeholder {
  color: #fff;
}
.form-content{
  max-width: 600px;
  width: 100%;
}

footer h6 {
  text-align: left;
  margin: 2em 0 0 26px;
}

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

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) {
  footer .set-block{
    left: 480px !important;
  }
  .form-content{
    max-width: 500px;
  }
  * {
    -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: -2em;
  }
  select {
    background-position: 230px 16px;
  }
  .inputs p {
    font-size: 1.4em;
  }
  h1 {
    font-size: 3em;
  }
  .header_ul {
    left: 1em;
  }
  .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;
  }
}

.item-gift {
  display: none;
  margin: 10px 0 15px;

  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.item-gift span {
  font-weight: bold;
  color: #f1a900;
}

footer .set-block {
    position: absolute;
    top: 30px;
    z-index: 9999999999999;
    left: 590px;
}

header .set-block {
    position: absolute;
    bottom: 360px;
    left: 450px;
    z-index: 9999999;
    max-width: 180px;
    width: 100%;
    padding-bottom: 60px;
}

.set-block img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-lnk{
  color: inherit;
}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  width: 100%;
  position: relative;
  margin:0 auto 12px;
}

form .input-wrapper .error {
  border: 1px solid red!important;
  padding-top: 10px!important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .input-wrapper .error+label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  padding-left: 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 3px;
  height: 21px;
  background-color: red
}

form .input-wrapper .error+label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg)
}

form .input-wrapper .error+label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg)
}
.al-country{
  display: none;
}