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: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #F8F8FD;
    -moz-box-shadow: inset 0 0 0 1px #F8F8FD;
    box-shadow: inset 0 0 0 1px #F8F8FD;
    color: #db601b;
    transition: ease-in-out .3s;
}

a.button {
    -webkit-box-shadow: inset 0 0 0 1px #F8F8FD;
    -moz-box-shadow: inset 0 0 0 1px #F8F8FD;
    box-shadow: inset 0 0 0 1px #F8F8FD;
    color: #F8F8FD;
    transition: ease-in-out .3s;
}

a.button:hover {
    transform: scale(1.05);
}

h1 {
    font-size: 1.8em;
    font-weight: 900;
    background: #34914b;
    margin-top: 9.6em;
    padding: 5px 19px;
    text-align: left;
}

h2 {
    font-size: 1.4em;
    padding: 20px 0;
    color: #5b5856;
}

h3 {
    font-size: 2em;
}

h4 {
    color: #d45b6d;
    font-size: 1.3em;
    font-weight: bold;
    margin: 1em;
    margin-bottom: .3em;
}

h5 {
    font-size: 1.1em;
    color: #5b5856;
}

h6 {
    font-size: 1.3em;
    color: #34914b;
    text-transform: none;
    /*! text-align: right; */
    margin: 15px 5px 0 0;
    /*! max-width: 200px; */
}

p {
    text-transform: none;
    font-size: .9em;
    margin: 0 12px;
}

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

input[type=text],
input[type=tel],
select {
    display: block;
    padding: .47em 20px;
    text-align: left;
    font-size: .9em;
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: .75em;
}

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

input[type=submit],
button,
.button {
    display: block;
    margin: auto;
    padding: .62em 2.4em;
    border-radius: 30px;
    font-size: 15px;
    line-height: 21px;
    background: #F1A900;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 2em;
}

.button {
    width: 240px;
    padding: 10px;
    position: absolute;
    bottom: -5.7em;
    left: 10.8%;
    text-transform: none;
}

/*RELATIVE*/

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

/*CONTAINERS*/

.main_container {
    width: 320px;
    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: #eeece8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeece8 0%, #ffffff 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeece8 0%, #ffffff 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeece8 0%, #ffffff 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeece8', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

.container_gradient {
    background: url('../images/back_01.png') no-repeat top center;
}

.warning {
    background: rgba(52, 145, 75, 0.81);
    font-size: .75em;
    color: #fff;
    text-align: justify;
    padding: 12px 0;
    line-height: 15px;
}

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

.logo {
    position: absolute;
    left: 0;
    top: -16.8em;
    right: 0;
}

/*FORM-HEADER*/

form {
    width: 280px;
    padding-top: 39px;
    margin: auto;
    margin-top: 5em;
}

form:after {
    content: url(../images/arr-bot_06.png);
    position: absolute;
    right: 8em;
    top: -0.1em;
}

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

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

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

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

.price span.new {
    font-size: 30px;
}

.price b {
    font-weight: bold;
}

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

.price span:nth-child(2):before {
    content: 'Stara cijena';
    font-size: .8rem;
    position: absolute;
    top: -11px;
    right: 0;
}

.inputs p {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5em;
    text-align: center;
    padding-bottom: 15px;
}

.inputs p span {
    font-size: 22px;
    font-weight: bold;
}

.inputs_wrapper {
    padding: 1.68em 0;
}

/*HEADER-LI-ROW-FORM*/

.header_ul {
    margin: 2em;
    margin-top: 6em;
}

.header_ul:before {
    content: url('../images/prod_2.png');
    position: absolute;
    z-index: 9999;
    top: -5em;
    left: 11.6em;
}

.header_ul li {
    padding: 1.41em 3.93em 1.26em .66em;
    font-size: .83em;
    vertical-align: top;
    text-transform: none;
    text-align: left;
    margin-bottom: 1em;
    padding-bottom: 1.6em;
    position: relative;
    z-index: 8888;
}

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

.header_ul li:first-child:before {
    background: #f1a900 url(../images/arrow-white_03.png) no-repeat 25%;
}

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

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

.header_ul li:before {
    content: '';
    width: 66px;
    height: 66px;
    position: absolute;
    left: -2.37em;
    top: 0;
    z-index: -111111;
    border-radius: 50%;
}

.li_before {
    color: #34914b;
    font-size: 1em;
    font-style: italic;
    text-align: left;
    text-transform: none;
    padding: 35px 10px 35px 60px;
    font-weight: bold;
}

.li_before li {
    margin-bottom: 1.5em;
}

.li_before li:before {
    content: url('../images/icons_11.png');
    position: absolute;
    left: -3.5em;
}

/*MYCO*/

.myco {
    background: url('../images/back-leg_02.png') no-repeat top center;
    padding-bottom: 2.5em;
}

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

.myco b {
    text-transform: uppercase;
}

/*EFFECT*/

/*MYCO AFTER IMG*/

.effect ul {
    padding-top: 5em;
}

.effect .main_container:before {
    content: url('../images/back_05.png');
    position: absolute;
    right: -135px;
    z-index: -1111111;
}

.effect .main_container:after {
    content: url('../images/back_07.png');
    position: absolute;
    left: -7.5em;
    bottom: -2px;
}

.effect h2 {
    color: #5b5856;
    padding: 41px 0 21px;
    line-height: 35px;
}

.effect h2 span {
    font-weight: bold;
    color: #34914b;
}

.effect li {
    line-height: 16px;
    color: #5b5856;
    text-transform: none;
    text-align: left;
    font-size: .8em;
    width: 70%;
    padding-bottom: 72px;
    margin: 0 10px;
    text-shadow: 0 0 5px #fff;
}

.effect li .effect__name {
    width: 184px;
    height: 43px;
    background: #34914b;
    position: absolute;
    left: 2em;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    top: -3.8em;
    text-align: center;
    padding-top: 8px;
    color: #fff;
    font-size: 1.2em;
}

.effect li:before {
    content: '1';
    width: 37px;
    height: 44px;
    background: #f9f9f9;
    color: #9c62a2;
    position: absolute;
    left: 0;
    top: -3.45em;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    padding-top: 11px;
    font-size: 17px;
}

.effect li:nth-child(2):before {
    content: '2';
    top: -3.45em;
}

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

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

.effect li:nth-child(5):before {
    content: '5';
    top: -3.25em;
}

.effect li:nth-child(6):before {
    content: '6';
    top: -3.25em;
}

/*REMOVING*/

.removing {
    background: url('../images/back-rem_02.png') no-repeat center -35px;
    padding-bottom: 75px;
}

.removing h2 {
    font-size: 1.3em;
    padding: 35px 0;
}

.removing p {
    color: #efbcf2;
    font-size: .87em;
    padding: 20px 0 15px;
}

.removing .rotor {
    color: #efbcf2;
    font-size: .87em;
    padding: 20px 0 15px;
    padding-top: 45px;
}

.removing .spartak {
    color: #efbcf2;
    font-size: .87em;
    padding: 40px 0 15px;
}



.removing p:nth-child(odd) {
    padding-left: 7.5em;
    text-align: left;
}

.removing p:nth-child(even) {
    padding-right: 7.5em;
    text-align: right;
}

.removing .button {
    bottom: -125px;
    left: 11.3%;
    line-height: 22px;
}

/*COMMENT*/

.comment {
    background: #26688A url('../images/back-com_03.png') no-repeat top center;
    padding-top: 45px;
    text-align: left;
    padding-bottom: 1.5em;
}

.comment h3 {
    background: #157aa2;
    padding: 13px;
    margin-bottom: 20px;
    text-align: center;
}

.comment h3 span {
    /*color: #07688f;*/
    font-weight: bold;
}

.comment h3:nth-child(3) {
    background: none;
    padding: 16px 0;
    margin: 0;
    border-bottom: 2px solid rgba(152, 204, 229, 0.52);
}

.rev {
    line-height: 18px;
    text-align: justify;
    margin: 0 12px;
}

.com {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}

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: 220px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

option {
    color: #000;
}

.user_name {
    color: #83DBFF;
    padding: 17px 0;
}

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

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

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

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

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

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

.col_3 div {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10em;
}

.image {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
}

.expert {
    width: 66%;
}

.comment .row {
    margin-top: 1em;
}

/*FOOTER*/

footer {
    background: #f2f2f3;
    padding-top: 50px;
}

footer form {
    margin-top: -30px;
}

footer form:before {
    content: url('../images/back_11.png');
    top: -20px;
    left: -8.7em;
    position: absolute;
}

footer h1 {
    margin: 0;
    margin-left: 3.7em;
    margin-right: 10em;
    padding: 5px 26px;
    text-align: left;
}

main {
    width: 100%;
    overflow: hidden;
    min-width: 320px;
}

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

.textin {
    background: url("../images/li-icons_10.png") no-repeat center top;
    width: 196px;
    height: 123px;
    color: #45A0C7;
    font-size: 18px;
    text-align: left;
    margin: 0 auto;
    padding: 32px 0 0 20px;
}

.textin span:nth-child(2) {
    padding: 0 20px 0 20px;
    color: #ffffff;
    font-size: 12px;
    display: block;
}

.textin span:nth-child(3) {
    padding: 0 0 0 40px;
    color: #3dbf00;
    font-size: 25px;
}

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

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

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