@media (max-width:768px){

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

main {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
}

header, footer {
    height: 100%;
}

ul li {
    list-style: none;
}

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

.buttonUp {
    margin-top: 20px;
}

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

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

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

h1 span {
    display: inline-block;
    background: #a24e83;
    padding: 5px 19px;
    font-size: 25px;
    text-align: center;
}

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

h3 {
    font-size: 2em;
}

h4 {
    color: #d45b6d;
    font-size: 2.25em;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}

h5 {
    font-size: 2.25em;
    color: #5b5856;
    text-align: center;
    ;
}

h6 {
    font-size: 1.5em;
    color: white;
    text-transform: none;
    text-align: right;
    margin: 15px 0px 0 0;
    background: #974c82;
    padding: 5px 19px;
    text-align: center;
}

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(//viposidn.com/content/nwFbvmA0b3Wtnw2/mobile/images/sel.png)no-repeat transparent;
    background-position: 290px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

input[type=text],input[type=tel], select {
    display: block;
    padding: .47em 1em;
    position: relative;
    font-size: 1.12em;
    line-height: 1.12em;
    border: 1px solid #a0909b;
    width: 100%;
    margin-bottom: .75em;
    outline: none;
}
option {
  color: #000;
}
input[type=text]:nth-child(4),
input[type=tel]: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;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;transition: all 1s ease-out;
    z-index: 1000000000;
    position: relative;
}

.button {
    width: 240px;
    bottom: -26px;
    text-transform: none;
}


/*RELATIVE*/

.main_container, nav, li, .row, .price b, form {
    position: relative;
}


/*CONTAINERS*/

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

.row {
    margin: 0;
}

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

.col_3 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
}

.col_4 {
    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('//viposidn.com/content/nwFbvmA0b3Wtnw2/mobile/images/header-bg_01.png') no-repeat center top;
}

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

.warning p {
    text-align: center;
}

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


/*FORM-HEADER*/

form {
    max-width: 379px;
    padding-top: 15px;
    margin: 0 auto;
}

/* .price, .inputs {
    padding: 31px;
    position: relative;
}

*/
.price {
    background: rgba(199, 62, 0, 0.73);
    padding: 19px;
} 
.inputs {
    background: rgba(112, 11, 87, 0.75);
    padding-bottom: 41px;
}

/* .price span:first-child {
    font-size: 48px;
    margin-left: 10px;
}

.price b {
    font-weight: bold;
}

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

.price span:nth-child(2) i {
    font-style: normal;
    font-size: 1.12rem;
    position: absolute;
    top: -1em;
    right: -7px;
    width: 200px;
} */

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

.li_before {
    color: #b25f93;
    font-size: 1.12em;
    font-style: italic;
    text-align: left;
    text-transform: none;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 55px;
}

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

.li_before ul li {
    margin: 15px;
    min-height: 25px;
}


/*MYCO*/

.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*/

.main_container_bg {
    background: url(//viposidn.com/content/nwFbvmA0b3Wtnw2/mobile/images/mint_07.png) no-repeat bottom center;
    padding-bottom: 38px;
}

.main_container>ul {
    padding: 15px;
}

.effect .main_container:before {
    position: absolute;
    right: 2em;
}

.effect .main_container:after {
    position: absolute;
    left: -7em;
}

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

.effect h2 span {
    font-weight: bold;
    color: #9c62a2;
}

.effect li {
    line-height: 20px;
    color: #5b5856;
    text-transform: none;
    text-align: center;
    padding: 0 15px 15px;
}

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

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


/*REMOVING*/

.removing {
    background: #804185;
}

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

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


/*COMMENT*/

.comment {
    background: #157aa2;
    padding-top: 63px;
    text-align: left;
}

.comment h3 {
    background: #157aa2;
    padding: 22px;
    margin-top: -20px;
}

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

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

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

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

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

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

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

.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 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: 10em;
}

.image {
    width: 40%;
}

.expert {
    width: 54%;
}


/*FOOTER*/

footer {
    background: #f2f2f3 url('//viposidn.com/content/nwFbvmA0b3Wtnw2/mobile/images/bg-footer_10.png') no-repeat left;
    padding-top: 5px;
}

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

footer h1 {
    margin: 0;
    text-align: center;
    font-size: 42px;
}

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

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

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

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

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

footer h6 {
    text-align: center;
}

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

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

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

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

.header_ul li {
    padding: 10px;
    font-size: 20px;
}

.header_ul li:first-child {
    background-color: #d35b6d;
}

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

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

}