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 {

    -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.2em;

    font-weight: 700;


    margin-top: 30px;

    text-align: right;
}

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

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

}

h3 {
    font-size: 2em;
}

h4 {
    color: #d45b6d;
    font-size: 2.25em;

    font-weight: bold;
    text-align: left;
    margin: 13.3em 0 15px 0;
}

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


}

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

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/selection.png")no-repeat transparent;
    background-position: 96% center;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

option {
    color: #331a2a;
}

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

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





input[type=text]:nth-of-type(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: #ff6a00;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;


    z-index: 400;
    position: relative;
}
.logo img{
    display: none;
}
.button {
    width: 240px;
    margin-left: -120px;
    position: absolute;
    bottom: -27.5px;
    left: 50%;
    text-transform: none;
}


/*RELATIVE*/

.main_container, nav, li, .row, .price b, form{
    position: relative;
}
.rel {
    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.jpg') no-repeat center;
    background-size: cover;
}



.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: 320px;
    overflow: hidden;
}

.warning b {
    color: #ed7a49;

    font-weight: bold;
    text-transform: uppercase;
}

.logo {
    position: absolute;
    left: -.5em;
    top: -29px;
}


/*FORM-HEADER*/

form {
    width: 379px;
    margin-left: 10.7em;
    padding-top: 100px;
    position: absolute;
    right: 0;
}

.header_product {
    position: absolute;
    z-index: 333;
    left: -13em;
    top: 35px;
    width: 60%;
}

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

.price, .inputs {
    padding: 39px;

    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: 32px;
    /* margin-left: 70px; */
}

.price b {

    font-weight: bold;
}






.price span:nth-child(2) {
    font-size: 1.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;
}

.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: -14.5em;
    bottom: -27em;
}

.header_ul li {
    max-width: 210px;
    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;
    -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: #d35b6d url(../img/arr-1.png) no-repeat right;
}

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

.header_ul li:nth-child(2):before {
    background: #b25f93 url(../img/arr-1.png) no-repeat right;
}

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

.header_ul li:nth-child(3):before {
    background: #2680a0 url(../img/arr-1.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: #b25f93;
    font-size: 1.12em;
    font-style: italic;
    text-align: left;
    text-transform: none;
    padding: 45px 55px;

    font-weight: bold;
    -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-pseudo.png);
    position: absolute;
    left: -3.5em;
}


/*MYCO*/
.item-wrap{
    display: flex;
    justify-content: center
      
}
.item {
    text-align: center;
    width: 25%;
    float: left;
    height: 300px;
    padding: 0 10px;
}
.item img { width: 100%; height: auto; }
.item .col_4 {
    width: 100%;
}
.myco {
    background: url('../img/myc.jpg') no-repeat center;
    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;
}

.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/point1.png');
    position: absolute;
    right: 2em;
    z-index: -1;
}

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

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

.effect h2 span {

    font-weight: bold;
    color: #9c62a2;
}

.effect li {
    padding-left: 241px;
    margin-left: 54px;
    padding-right: 260px;
    line-height: 20px;
    color: #5b5856;
    text-transform: none;
    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 {
    display: block;
    width: 190px;
    height: 54px;
    background: #9c62a2;
    position: absolute;
    left: 0;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    top: .2em;
    text-align: center;
    padding-top: 7px;
    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.12em;
}

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

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

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

/*REMOVING*/

.removing {
    background: #804185 url('../img/rem.png') no-repeat center;
}

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

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

.removing .right p:first-child {
    padding-right: 12em;
    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;
}

/*COMMENT*/

.comment {
    background: url('../img/back6.jpg') 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: 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: #ffffff;
  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*/

footer {
    background: #f2f2f3 url('../img/footer.jpg') no-repeat left;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_product {
    position: absolute;
    top: -6em;
    left: -2em;

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

footer form:before {
    left: -56em;
    top: 22px;
}
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:#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: 22em;
}

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

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


.h6header{
  display: block;
float: right;
padding: 10px;
width: 531px;
font-size: 1.5em;
color: #fff;
background: #a24e83;
text-transform: none;
text-align: center;
margin: 15px 5px 0 0;
}

input[name=kod]{
    display: inline-block;
    padding: .47em;
    position: relative;
    z-index: 400;
    font-size: 1.12em;
    border: 1px solid #a0909b;
    width: 54%;
    margin-bottom: .75em;
}

input[name=dcBtn]{
    margin: auto;
    width: 40%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 1.12em;
    background: #d35b6d;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    z-index: 400;
    position: relative;
}

input[name=dcBtn]:hover{
    background: #b54e5d;
}

.discountFormGroup{
    text-align: left;
    margin-bottom: 9px;
}

/* Container adaptive */
@media only screen and (max-width: 767px){ .main_container{width: 100%;} }
@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;} }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px){
    header {
        background-size: 1500px auto;
        background-position: center top
    }
    .header_ul {
        left: -15em;
        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%;
    }
    h1{font-size: 2.8em;}
    .logo {
        left: 25px;
        top: 0;
    }
    form {
        padding-top: 70px;
    }
    h4 {
        margin-top: 16.5em;
    }
    .textin {
        top: 33px;
    }
    .removing {
        background-size: cover;
    }
    .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 { background-size: cover; }
    .comment div.image img { max-width: 100%; height: auto; }
    footer h6 {
        max-width: 300px;
    }
    footer h1 {
        margin-left: 140px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px){
    .header_product{
        width: 150px;
    }
    .logo { display: none; }
    .header_ul { left: -17em; bottom: -26em; }
    .header_ul li {
        max-width: 120px;
        padding-right: 0;
        padding-top: 10px;
    }

    .myco .item {
        width: 50%;
    }
    .myco .main_container::after {
        content: '';
        display: table;
        clear: both;
    }
    .myco {
        background-size: cover;
        height: auto;
        padding-bottom: 80px;
    }
    .textin {
        top: 75px;
    }
    .effect li:nth-child(1), .effect li, .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; }
    .removing .col_2 {
        width: 100%;
        max-width: 290px;
    }
    .removing .right > p, .removing .left > 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: -13.5em;
        top: 117px;
    }
    .comment {
        background-size: cover;
        padding-bottom: 7em;
    }
    div.expert {
        width: 100%;
        margin-bottom: 0;
        padding:  0 15px;
    }
    .user_name {
        color: #5daac7;
    }
    
    footer .warning {
        margin-top: 18em;
    }
    footer h1, footer h6 {
        margin-left: 133px;
    }
    .footer_product {
        width: 220px;
        top: 0;
    }
    footer h1 { font-size: 28px; }
    footer h1:nth-child(2) { margin-right: 13em; }
    footer h6 { margin-left: 160px; font-size: 20px; max-width: 220px; }

}
@media only screen and (max-width: 990px){
    .header_product{
        left: -10rem;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px){
      header {
        background-size: 1000px auto;
    }
    .item-wrap{
       flex-wrap: wrap
    }
    .staraC{
        width: 130px !important;
    }
    .staraC span {text-align: right !important; display: block !important}
    .inputs {
        padding: 18px;
    }
    .img-overlay{
        top: -25px !important;
        left: 63px !important;
        font-size: 71px !important;
    }
    .h6header {
        float: none;
        text-align: right;
        width: 100%;
        padding-right: 30px;
    }
    h1 span {
        padding-right: 30px;
    }
    .header_ul {
        display: none;
    }
    .form_wrap {
        text-align: center;
        padding: 0 30px;
    }
    h1{font-size: 1.8em;}
    form {
        width: 300px;
        padding-top: 100px;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 100px;
        display: inline-block;
    }
    .header_product {
        left: -10em;
        top: 11em;
        width: 200px;
    }
    header h4 {
        margin-top: 2.5em;
    }
    header h4, header h5 { text-align: center; }
    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: 27px;
        margin-left: 20px;
    }
    .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:nth-child(1), .effect li, .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;
        top: -4em;
    }
    .header_product{
        left: -11em;
        top: 6em;
        width: 155px;
    }
}
/* Extra Small Devices, Phones */


@media only screen and (max-width: 480px){
    .logo img{
        display: unset;
    }
    .xs-hidden-special {
        display: none;
    }   
.rev {text-align: center}
    .form-order {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 0;
        margin: auto;
    }
form {margin-left: 0;}
.removing .left p,
.removing .right p{
    text-align: center !important;
}

    .img-overlay{
        top: -19px !important;
        left: 66px !important;
        font-size: 61px !important
    }
    .header_product {
        position: static;
        left: 0;
        z-index: 0;
        top: 9em;
        max-width: 80%;
        width: 100%;
    }
    header form {
        padding-top: 40px;
        position: relative;
        z-index: 2;
    }
    header h1 span {
        text-align: center;
        font-size: 16px;
        display: block;
    }
    h6 {
        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; }
    .myco p {padding-bottom: 0;}
    .effect h2 { font-size: 28px; }
    .comment .col_3 {
        display: block;
        width: 100%;
        margin: 0 auto 50px;
        max-width: 280px;
    }
    .comment div.image {
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }
    div.expert {text-align: center}
    .comment { padding-bottom: 80px; }
    .comment h3 { font-size: 28px; margin: 0 auto 20px;}
    .comment h3:nth-child(3) {
        margin :0 auto;
        text-align: center
    }
    .footer_product {
       left: 50%;
       margin-left: -127px;
    }
    footer { background: #f2f2f3; }
    footer form {
        right: auto;
        left: 50%;
        margin-left: -150px;
    }
    footer .warning {
        margin-top: 5em;
    }

    .footer_product {
        position: relative;
        margin: auto;
        left: 0;
        right: 0;
        top: auto;
    }
}



@media only screen and (max-width: 370px){
    .myco .item {height: 300px;}
}


/* FORM PRODUCT */
@media (max-width: 479.98px) {
    .header_product, 
    .footer_product {
        display: none;
    }

    header form {

    }

    footer form {
        position: relative;
    }
}

.product-form-bg > img {
    display: block;
    width: auto;
    max-height: 240px;
    margin: auto; 
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 480px) {
    .product-form-bg > img {
        display: none;
    }
}
/* END */