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

*, *::after, *::before {
    margin: 0;
    padding: 0;
    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 {
    background: #9c62a2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    -moz-box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    color: #fff;
    transition: ease-in-out 0.2s;
    transform: scale(1.2);
}

.button:hover {
    background: #9c62a2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    -moz-box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    box-shadow: inset 0px 0px 0px 1px #F8F8FD;
    color: #F8F8FD;
    transition: ease-in-out 0.2s;
    transform: scale(1.2);
}

h1 {
    font-size: 3.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 30px;
    text-align: right;
}

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

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

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.32em;
    color: #d45b6d;
    font-size: 2.25em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: left;
    margin: 13.3em 0 15px 0;
}

h5 {
    font-size: 2.25em;
    color: #5b5856;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

h6 {
    font-size: 1.5em;
    color: #974c82;
    text-transform: none;
    text-align: right;
    margin: 15px 5px 0 0;
    font-weight: 100;
}

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("../img/sel.png")no-repeat transparent;
    background-position: 260px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

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

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

input[type=submit], .button {
    display: block;
    margin: auto;
    width: 240px;
    height: 55px;
    box-sizing: border-box;
    line-height: 55px;
    border-radius: 30px;
    font-size: 1.12em;
    background: #db601b;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    z-index: 1000000000;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
   -webkit-appearance: none;
 /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

.button {
    width: 250px;
    z-index: 100;
    position: absolute;
    bottom: -1.5em;
    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('../img/header-bg_01.png') no-repeat center;
}

.warning {
    background: rgba(72, 9, 48, 0.81);
    font-size: .93em;
    color: #d497c5;
    text-align: left;
    padding: 12px 0;
}

.warning p {
    text-align: center;
}

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

.warning b {
    color: #ed7a49;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

form:before {
    content: url(../img/fungalor.png);
    position: absolute;
    z-index: 33;
    left: -10em;
    top: 101px;
}

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

.price, .inputs {
    padding: 39px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

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

.inputs {
    background: rgba(112, 11, 87, 0.75);
    padding-bottom: 56px;
}

.price span:first-child {
    font-size: 38px;
    font-weight: 100;
    margin-left: 0px;
}

.price b {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.price span:nth-child(2) {
    font-size: 1.0em;
    font-family: 'Roboto', sans-serif;
    color: #331a2a;
    text-transform: none;
    padding-left: 30px;
    top: 30px;
    right: .9em;
}

.price span:nth-child(2) i {
    font-style: normal;
    font-size: 1.12rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    position: absolute;
    top: -1em;
    right: 0em;
}

.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-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.inputs_wrapper {
    padding: 1.68em 0;
}

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

.header_ul li {
    padding: 0 3.93em 0 .66em;
    font-size: 14px;
    height: 66px;
    padding-top: 18px;
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    text-align: left;
    line-height: 14px;
}

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

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

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

.header_ul li:nth-child(2):before {
    background: #b25f93 url(../img/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(../img/arrow-white_03.png) no-repeat right;
}

.header_ul li:before {
    content: '';
    width: 47px;
    height: 66px;
    position: absolute;
    left: -45px;
    top: 0em;
    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;
    text-align: left;
    text-transform: none;
    padding: 45px 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.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;
}

/*MYCO*/
.myco {
    background: url('../img/bg-myco_02.png') no-repeat center;
}

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

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

.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;
}

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

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

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

.effect h2 span {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #9c62a2;
}

.effect li {
    padding-left: 241px;
    line-height: 20px;
    color: #5b5856;
    font-weight: 100;
    text-transform: none;
    text-align: left;
    padding-bottom: 42px;
}

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

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

.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;
    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: #804185 url('../img/bg-removing_08.png') no-repeat center;
}

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

.removing p {
    color: #efbcf2;
    padding-bottom: 102px;
}

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

.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: 50px;
}

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

.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('../img/bg-comments_06.png') no-repeat center;
    padding-top: 50px;
    text-align: left;
}

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

.comment h3 span {
    color: #07688f;
    font-family: 'Roboto', sans-serif;
    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;
    font-weight: 100;
    padding-bottom: 25px;
}

.user_name span {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

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

.textin {
    position: absolute;
    top: 191px;
    right: 0;
    width: 225px;
    font-family: "Comic Sans MS", Monaco, TSCu_Comic cursive;
}

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

.textin span:nth-child(2) {
    padding: 0 0 0 20px;
    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: 10em;
}

.image {
    width: 40%;
}

.expert {
    width: 54%;
}

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

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

footer form:before {
    left: -46em;
    top: 22px;
}

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

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

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

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

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

footer .price span:first-child {
    margin-left: 0px;
    text-align: left;
}

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

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


    .ac_footer {
        position: relative;
        top: 10px;
        height:0;
        text-align: center;
        margin-bottom: 70px;
        color: #A12000;
    }
    .ac_footer a {
        color: #A12000;
    }
    img[height="1"], img[width="1"] {
        display: none !important;
    }
