footer,
header,
section {
  height: 100%
}

h1,
h6 {
  text-align: right
}

.col_2,
.col_3,
.col_4 {
  vertical-align: top
}

.effect h2 span,
.inputs p span,
.li_before,
.price b,
.user_name span,
.warning b,
h1,
h4 {
  font-weight: 700
}

body {
  color: #fff;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-size: 100%;
  position: relative;
  line-height: 1;
  text-align: center
}

.button,
h6,
p {
  text-transform: none
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

section {
  clear: both
}

ul li {
  list-style: none
}

a,
a:active,
a:hover,
a:visited {
  text-decoration: none
}

.button:hover,
button:hover,
input[type=submit]:not(:disabled):hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1)
}

h1 {
  font-size: 3.5em;
  margin-top: 30px
}

h1 span {
  display: inline-block;
  background: #a24e83;
  padding: 5px 19px
}

h2 {
  font-size: 1.75em;
  padding: 54px 0
}

h3 {
  font-size: 2em
}

h4,
h5 {
  font-size: 2.25em;
  text-align: left
}

h4 {
  color: #d45b6d;
  margin: 13.3em 0 15px
}

h5 {
  color: #5b5856
}

h6 {
  font-size: 1.5em;
  color: #974c82;
  margin: 15px 5px 15px 0
}

p {
  font-size: 1.12em
}

article {
  padding: 10px 0;
  clear: both
}

.button,
button,
input[type=button],
input[type=search],
input[type=submit] {
  cursor: pointer
}

.button,
button,
input,
select {
  border: none;
  background: 0 0;
  color: #fff
}

.button,
button:focus,
input {
  outline: 0
}

select {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  background: url(../img/sel.png) 260px 16px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select::-ms-expand {
  display: none
}

select option {
  color: #000;
}

.button,
input[type=submit],
input,
select {
  display: block;
  font-size: 1.12em;
  z-index: 331;
  position: relative
}

input,
select {
  padding: 0 15px;
  height: 44px;
  border: 1px solid #a0909b;
  width: 100%;
  margin-bottom: 0
}


.button,
input[type=submit] {
  margin: auto;
  width: 240px;
  height: 55px;
  box-sizing: border-box;
  line-height: 55px;
  border-radius: 30px;
  background: #db601b;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out
}

.col_2,
.col_3,
.col_4,
.header_ul li,
.pull_bottom {
  display: inline-block
}

.button {
  width: 240px;
  margin-left: -120px;
  position: absolute;
  bottom: -27.5px;
  left: 50%
}

.main_container,
.price b,
.rel,
.row,
form,
li,
nav {
  position: relative
}

.header_product,
.logo,
form,
form::after {
  position: absolute
}

.main_container {
  width: 1181px;
  margin: auto
}

.effects_wrapp {
  width: 909px;
  margin: auto
}

.row {
  margin: 0
}

.col_2 {
  width: 49%
}

.col_3 {
  width: 32%
}

.col_4 {
  width: 24%
}

.left_float {
  float: left
}

.right_float {
  float: right
}

.text_l {
  text-align: left
}

.text_r {
  text-align: right
}

.pull_bottom {
  vertical-align: bottom
}

header {
  background: url(../img/header-bg_01.png) center no-repeat;
  background-size: cover
}

.warning {
  background: rgba(72, 9, 48, .81);
  font-size: .93em;
  color: #d497c5;
  text-align: left;
  padding: 12px 0
}

.warning p {
  text-align: center
}

main {
  min-width: 320px;
  overflow: hidden
}

.warning b {
  color: #ed7a49;
  text-transform: uppercase
}

.logo {
  left: -4.5em;
  top: 122px
}

form {
  width: 379px;
  margin-left: 10.7em;
  padding-top: 50px;
  right: 0
}

.header_product {
  z-index: 300;
  left: -18em;
  top: 35px
}

form::after {
  content: url(../img/arrow.png);
  right: -3em;
  bottom: 3.9em
}

.inputs,
.price {
  padding: 39px;
  position: relative
}

.price {
  background: rgba(199, 62, 0, .73);
  padding: 19px
}

.inputs {
  background: rgba(112, 11, 87, .75);
  padding-bottom: 41px
}

.price span:first-child {
  font-size: 35px;
}

.price span:nth-child(2) {
  font-size: 2.5em;
  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;
  width: 125px;
  text-align: right
}

.inputs p {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 26px
}

.header_ul li,
.li_before {
  text-align: left;
  text-transform: none
}

.inputs p span {
  font-size: 1.87rem
}

.inputs_wrapper {
  padding: 1.68em 0
}

.header_ul {
  position: relative;
  left: -14.5em;
  bottom: -27em
}

.header_ul li {
  max-width: 210px;
  padding: 1.26em 3.93em 1.26em .66em;
  font-size: .87em;
  vertical-align: top;
  height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.header_ul li:first-child {
  background: #d35b6d;
  padding-bottom: 1.25em
}

.header_ul li:first-child:before {
  background: url(../img/arrow-white_03.png) right no-repeat #d35b6d
}

.header_ul li:nth-child(2) {
  background: #b25f93
}

.header_ul li:nth-child(2):before {
  background: url(../img/arrow-white_03.png) right no-repeat #b25f93
}

.header_ul li:nth-child(3) {
  background: #2680a0
}

.header_ul li:nth-child(3):before {
  background: url(../img/arrow-white_03.png) right no-repeat #2680a0
}

.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: #b25f93;
  font-size: 1.12em;
  font-style: italic;
  padding: 45px 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.li_before li:first-child {
  padding-bottom: 19px
}

.li_before li:before {
  content: url(../img/header-li-before_03.png);
  position: absolute;
  left: -3.5em
}

.item {
  text-align: center;
  width: 33%;
  float: left;
  height: 300px;
  padding: 0 10px
}

.item .col_4,
.item img {
  width: 100%
}

.item img {
  height: auto
}

.myco {
  background: url(../img/bg-myco_02.png) center no-repeat;
  height: 472px;
  position: relative
}

.myco .button {
  position: absolute;
  bottom: -27.5px;
  left: 50%;
  margin-left: -120px
}

.myco p {
  color: #ffcc82;
  line-height: 25px;
  padding-bottom: 57px
}

.effect li,
.rev {
  line-height: 20px
}

.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 li,
.h6header,
.user_com {
  text-transform: none
}

.effect {
  padding-bottom: 54px
}

.effect .main_container:before {
  content: url(../img/legs_07.png);
  position: absolute;
  right: 2em;
  z-index: -1
}

.effect .main_container:after {
  content: url(../img/mint_07.png);
  position: absolute;
  left: -7em
}

.effect h2 {
  color: #5b5856;
  padding: 60px 0;
  text-align: left
}

.effect h2 span {
  color: #9c62a2
}

.effect li {
  padding-left: 241px;
  margin-left: 54px;
  padding-right: 260px;
  color: #5b5856;
  text-align: left;
  padding-bottom: 42px
}

.effect li:nth-child(3),
.effect li:nth-child(4) {
  padding-top: 18px;
  padding-bottom: 64px
}

.effect li:nth-child(1) {
  padding-top: 14px
}

.effect li span,
.effect li:before {
  height: 54px;
  text-align: center;
  padding-top: 17px;
  position: absolute
}

.effect li span {
  display: block;
  width: 220px;
  background: #9c62a2;
  left: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  top: .2em;
  color: #fff;
  font-size: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.effect li:nth-child(4) span {
  font-size: 1.12em
}

.effect li:before {
  content: '1';
  width: 48px;
  background: #f9f9f9;
  color: #9c62a2;
  left: -3em;
  top: .4em;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px
}

.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 {
  background: url(../img/bg-removing_08.png) center no-repeat #804185
}

.removing h2 {
  font-size: 2.25em;
  padding: 40px 0 70px
}

.removing p {
  color: #efbcf2;
  padding-bottom: 90px
}

.removing .left p:first-child {
  padding-left: 6em
}

.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;
  padding-top: 10px;
}

.removing p:last-child {
  padding-bottom: 82px
}

.removing .right p:first-child {
  padding-right: 11em;
  padding-left: 10em
}

.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;
  padding-top: 14px;
}

.comment {
  background: url(../img/bg-comments_06.png) center top no-repeat;
  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: 700
}

.comment h3:nth-child(3) {
  background: 0 0;
  padding: 30px 0;
  margin: 0
}

.rev {
  border-bottom: 2px solid #7dbad2;
  padding-bottom: 34px
}

.user_name {
  color: #07688f;
  padding-bottom: 25px
}

.user_name span {
  color: #fff
}

.user_com {
  font-size: .87em;
  line-height: 1.2
}

.textin {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 181px
}

.textin span {
  display: block;
  font-size: 30px;
  margin: 0 auto;
  color: #45A0C7;
  text-align: left
}

.textin span:nth-child(2) {
  padding: 0 0 0 8px;
  color: #fff;
  font-size: 20px
}

.textin span:nth-child(3) {
  padding: 0 0 0 27px;
  color: #974C9F;
  font-size: 25px
}

.col_3 div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8em
}

.image {
  width: 40%
}

.expert {
  width: 54%
}

footer {
  background: url(../img/bg-footer_10.png) left no-repeat #f2f2f3;
  background-size: cover;
  padding-top: 40px
}

.footer_product {
  position: absolute;
  top: -6em;
  left: -6em
}

footer form {
  position: absolute;
  top: -8em
}

footer form:before {
  left: -56em;
  top: 22px
}

footer h1 {
  margin: 0 0 0 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: #fff
}

::-moz-placeholder {
  color: #fff
}

:-moz-placeholder {
  color: #fff
}

:-ms-input-placeholder {
  color: #fff
}

footer h6 {
  text-align: left;
  margin: 1em 0 0 10em
}

footer .warning {
  margin-top: 17em
}

footer .price {
  padding: 20px;
  background: #E06521
}

footer .price span:first-child {
  margin-left: 10px;
  display: block;
  text-align: left
}

footer .price span:first-child::before {
  top: 49px
}

.h6header {
  display: block;
  float: right;
  padding: 10px;
  width: 531px;
  font-size: 1.5em;
  color: #fff;
  background: #a24e83;
  text-align: center;
  margin: 15px 5px 0 0
}

@media only screen and (max-width:767px) {
  .main_container {
    width: 100%
  }
  header .main_container h1,header .main_container h6 {
    text-align: center;
  }
}

@media only screen and (min-width:768px) {
  .main_container {
    width: 750px
  }
}

@media only screen and (min-width:992px) {
  .main_container {
    width: 970px
  }
}

@media only screen and (min-width:1200px) {
  .main_container {
    width: 1170px
  }
}

@media only screen and (max-width:1200px) {
  .header_ul {
    left: -18em;
    bottom: -21em
  }

  .header_ul li {
    display: block
  }

  .header_ul li::after {
    content: '';
    width: 47px;
    height: 66px;
    position: absolute;
    right: -3.3em;
    top: 0;
    transform: rotateZ(180deg);
    background: inherit;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%
  }

  .comment,
  .removing {
    background-size: cover
  }

  .logo {
    left: 0;
    top: 122px
  }

  form {
    padding-top: 0
  }

  h4 {
    margin-top: 10.5em
  }

  .textin {
    top: 33px
  }

  .removing .left p:first-child {
    padding-left: 0
  }

  .removing .left p:nth-child(2),
  .removing .left p:nth-child(3) {
    padding-right: 18em
  }

  .removing .left p:nth-child(4) {
    padding-right: 14em
  }

  .removing .right p:first-child {
    padding-right: 0;
    padding-left: 12em
  }

  .removing .right p:nth-child(2),
  .removing .right p:nth-child(3) {
    padding-left: 18em
  }

  .removing p:last-child {
    padding-bottom: 70px
  }

  .comment h3 {
    max-width: 300px;
    margin-right: 0
  }

  .comment div.image img {
    max-width: 100%;
    height: auto
  }

  footer h6 {
    max-width: 300px
  }

  footer h1 {
    margin-left: 140px
  }
}

@media only screen and (max-width:992px) {
  .logo {
    display: none
  }

  .header_ul {
    left: -15em;
    bottom: -18em
  }

  .header_ul li {
    max-width: 140px;
    padding-right: 0;
    padding-top: 10px
  }
  .myco .main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .myco .item {
    width: 50%
  }

  .removing .col_2,
  div.expert {
    width: 100%
  }

  .myco .main_container::after {
    content: '';
    display: table;
    clear: both
  }

  .myco {
    background-size: cover;
    height: auto;
    padding-bottom: 80px
  }

  .textin {
    top: 75px;
    left: 60px
  }

  .effect li,
  .effect li:nth-child(1),
  .effect li:nth-child(3),
  .effect li:nth-child(4) {
    padding-top: 75px;
    padding-left: 0
  }

  .removing {
    background: #854689
  }
  .removing .main_container {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .removing .left, .removing .right {
    width: 50%;
  }
  .removing .left br,.removing .right br {
    display: none;
  }
  .removing .left>p,
  .removing .right>p {
    padding: 0 15px 15px !important;
    text-align: left !important
  }

  .comment div.image {
    display: block;
    margin-bottom: 20px;
    text-align: center
  }

  .header_product {
    max-width: 70%;
    left: -12em;
    top: 117px
  }

  .comment {
    background-size: cover;
    padding-bottom: 7em
  }

  div.expert {
    margin-bottom: 0
  }

  .user_name {
    color: #5daac7
  }

  footer .warning {
    margin-top: 12em
  }

  footer h1,
  footer h6 {
    margin-left: 64px
  }

  .footer_product {
    width: 220px;
    top: 0
  }

  footer h1 {
    font-size: 28px
  }

  footer h1:nth-child(2) {
    margin-right: 13em
  }

  footer h6 {
    margin-left: 125px;
    font-size: 20px;
    max-width: 250px
  }
}

@media only screen and (max-width:767px) {

  .h6header,
  h1 span {
    padding-right: 30px;
    font-size: 43px;
  }

  .h6header {
    float: none;
    text-align: right;
    width: 100%
  }

  .form_wrap,
  header h4,
  header h5 {
    text-align: center
  }

  .header_ul {
    display: none
  }

  .form_wrap {
    padding: 0 30px
  }

  form {
    width: 300px;
    padding-top: 100px;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    display: inline-block
  }

  .header_product {
    left: -9em;
    top: 18em;
    width: 200px
  }

  header h4 {
    margin-top: 2.5em
  }

  header .col_2.li_before {
    width: 100%
  }

  header .col_2.li_before ul {
    margin-left: 60px
  }

  .warning p {
    padding: 0 30px
  }

  .price span:first-child {
    font-size: 30px;
    line-height: 1.2;
  }

  .textin {
    top: 15%;
    width: 100px;
    right: auto;
    left: 50%;
    margin-left: -50px
  }

  .textin span {
    font-size: 24px
  }

  .textin span:nth-child(2) {
    font-size: 16px
  }

  .textin span:nth-child(3) {
    font-size: 20px
  }

  .effect .main_container::before {
    display: none
  }

  .effect h2 {
    padding: 60px 15px;
    font-size: 36px
  }

  .effect li,
  .effect li:nth-child(1),
  .effect li:nth-child(3),
  .effect li:nth-child(4) {
    padding-right: 15px
  }

  .removing h2 {
    font-size: 28px;
    padding: 40px 15px 70px
  }

  .comment {
    background: #458cad
  }

  .comment .main_container {
    padding: 0 15px
  }

  footer h1,
  footer h6 {
    visibility: hidden
  }

  footer form {
    top: -14em;
    right: 15px
  }

  .inputs p {
    font-size: 18px
  }

  .inputs p span {
    font-size: 22px
  }

  .footer_product {
    left: 0
  }
}

@media only screen and (max-width:480px) {
  .header_product {
    left: 50%;
    margin-left: -115px;
    z-index: 0;
    top: 9em
  }

  header form {
    padding-top: 40px;
    position: relative;
    z-index: 2
  }

  header h1 span {
    font-size: 34px;
    padding: 8px 15px;
    display: block;
    text-align: center;
  }

  .h6header {
    font-size: 18px
  }

  .li_before {
    padding: 20px 30px
  }

  .form_wrap {
    padding: 0 5px
  }

  .warning p {
    padding: 0 15px;
    line-height: 1.2;
    font-size: 14px
  }

  header .inputs {
    padding-top: 15px
  }

  header .inputs p {
    padding-bottom: 15px
  }

  header .price {
    padding: 15px
  }

  header h4 {
    margin-top: 1em
  }

  header h1 {
    margin-top: 15px
  }

  header h4,
  header h5 {
    font-size: 28px
  }

  .myco {
    background: #eb6042
  }

  .myco .item {
    width: 100%;
    height: 380px
  }

  .textin {
    top: 20%;
    width: 130px;
    margin-left: -65px
  }

  .textin span {
    font-size: 32px
  }

  .textin span:nth-child(2) {
    font-size: 20px
  }

  .textin span:nth-child(3) {
    font-size: 25px
  }

  .comment h3,
  .effect h2 {
    font-size: 28px
  }

  .myco p {
    padding-bottom: 0
  }

  .comment .col_3 {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
    max-width: 280px
  }

  .comment div.image {
    margin-bottom: 10px
  }

  .comment {
    padding-bottom: 80px
  }

  .footer_product {
    left: 50%;
    margin-left: -127px
  }

  footer {
    background: #f2f2f3
  }

  footer form {
    right: auto;
    left: 50%;
    margin-left: -150px
  }
}

@media only screen and (max-width:370px) {
  .myco .item {
    height: 300px
  }
}
form .input-wrapper label {
  display: none;
  pointer-events: none;
}

form .input-wrapper {
  position: relative;
  margin: 0 auto 20px;
}

form .input-wrapper .error {
  border: 1px solid red!important;
  padding-top: 6px!important;
}

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: 10px;
  text-align: left!important;
}

form .input-wrapper .error+label:before,
form .input-wrapper .error+label:after {
  content: "";
  position: absolute;
  right: 30px;
  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)
}
