a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.header {
    position: relative;
    background: linear-gradient(143deg, #f0393a 0, #fd9b20 100%);
}
.header .container {
    padding-bottom: 445px;
}
.header .h1 {
    color: #fff;
}
.header__content {
    position: relative;
    z-index: 1;
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__content-right {
    max-width: 354px;
    width: 100%;
}
.header::before {
    content: "";
    height: 268px;
    width: 231px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/header-before.png") no-repeat center;
}
.header::after {
    content: "";
    height: 195px;
    width: 271px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/header-after.png") no-repeat center;
}
.header__ul {
    max-width: 400px;
    width: 100%;
}
.header__ul li {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding-left: 76px;
    margin-bottom: 35px;
}
.header__ul li::before {
    content: "";
    height: 42px;
    width: 48px;
    position: absolute;
    top: -5px;
    left: 0;
    background: url("../img/header-li.png") no-repeat center;
}
.header__prod {
    position: absolute;
    bottom: 87px;
    left: -425px;
}
.header__girl {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.header__liver {
    position: absolute;
    bottom: 120px;
    right: -429px;
}
.header__discount {
    position: absolute;
    top: 100px;
    right: -187px;
    z-index: 2;
}
.header__capsule1,
.header__capsule2 {
    position: absolute;
}
.header__capsule1 {
    left: -460px;
    bottom: 25px;
    z-index: 2;
}
.header__capsule2 {
    right: -140px;
    bottom: -90px;
    z-index: 1;
}
.protect {
    padding: 77px 0 42px;
    background: #373b4d;
}
.protect__capsule {
    position: absolute;
    left: -40px;
    bottom: -130px;
    z-index: 1;
}
.protect .h1 {
    padding-bottom: 40px;
}
.protect p {
    text-align: center;
    padding-bottom: 45px;
}
.protect__liver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.protect__liver-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 35px;
}
.protect__liver-item .title {
    padding-top: 45px;
}
.act {
    background: #6e1616;
}
.act__capsule {
    position: absolute;
    bottom: -88px;
    right: 0;
    z-index: 1;
}
.act .h1 {
    padding-bottom: 40px;
}
.act p {
    text-align: center;
    padding-bottom: 45px;
}
.act__operation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.act__girl {
    position: relative;
    z-index: 1;
    left: 110px;
    margin-left: -110px;
}
.process {
    background: #373b4d;
}
.process .h1 {
    padding-bottom: 40px;
}
.process p {
    text-align: center;
    padding-bottom: 45px;
}
.process__problem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.process__bottle,
.process__burgers,
.process__chips,
.process__drunkman,
.process__wineglass {
    position: relative;
}
.process__wineglass {
    left: 20px;
    margin-left: -20px;
}
.process__chips {
    z-index: 1;
    margin-left: -25px;
}
.process__burgers {
    margin-left: -125px;
}
.process__drunkman {
    margin-left: -80px;
}
.pathology {
    padding-bottom: 20px;
    background: #3e0000;
}
.pathology .h1 {
    padding-bottom: 40px;
}
.pathology p {
    font-size: 22px;
    text-align: center;
    padding-bottom: 45px;
}
.pathology__problem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.pathology__girl,
.pathology__liver,
.pathology__prod {
    position: relative;
}
.pathology__girl {
    top: 20px;
    margin-left: 15px;
}
.pathology__capsule,
.pathology__capsule1 {
    position: absolute;
    z-index: 1;
}
.pathology__capsule {
    -webkit-transform: rotate(-43.5deg);
            transform: rotate(-43.5deg);
    width: 314px;
    left: -320px;
    bottom: 290px;
}
.pathology__capsule1 {
    -webkit-transform: rotate(-18.26deg);
            transform: rotate(-18.26deg);
    width: 199px;
    bottom: 55px;
    left: 310px;
}
.facts {
    padding-bottom: 65px;
    background: #373b4d;
}
.facts .h1 {
    padding-bottom: 70px;
}
.facts__content {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 65px;
}
.facts__content-left,
.facts__content-right {
    max-width: 440px;
    width: 100%;
}
.facts__content-left .title,
.facts__content-right .title {
    font-size: 22px;
    padding-bottom: 25px;
}
.facts__content-left img,
.facts__content-right img {
    margin-bottom: 35px;
}
.facts__content-left ul li,
.facts__content-right ul li {
    position: relative;
    padding-left: 60px;
    font-size: 18px;
    margin-bottom: 30px;
}
.facts__content-left li::before,
.facts__content-right li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.facts__content-left li::before {
    background: url("../img/svg/ok-mark.svg") no-repeat center;
    height: 36px;
    width: 36px;
}
.facts__content-right li::before {
    background: url("../img/svg/no.svg") no-repeat center;
    height: 41px;
    width: 41px;
}
.facts .reviews__item {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
}
.facts .reviews__item .review__author {
    width: 136px;
    font-size: 17px;
    margin-right: 20px;
    text-align: center;
}
.facts .reviews__item img {
    width: 136px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.advantages {
    padding-bottom: 70px;
    background: #166e48;
}
.advantages .h1 {
    padding-bottom: 70px;
}
.advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.advantages__content-item {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 250px;
    text-align: justify;
    -moz-text-align-last: center;
         text-align-last: center;
}
.advantages__content-item img {
    margin-bottom: 35px;
}
.advantages__hex {
    position: absolute;
    bottom: -155px;
    left: -243px;
    z-index: 1;
}
.doctor {
    padding-bottom: 70px;
    background: #282b38;
}
.doctor__spec {
    position: absolute;
    bottom: -70px;
    left: 60%;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
}
.doctor__content {
    max-width: 445px;
    margin-right: 480px;
}
.doctor__content .h1 {
    padding-bottom: 20px;
}
.bottom {
    padding: 99px 0 0;
    background: #373b4d;
}
.bottom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bottom__content-left {
    position: relative;
    left: -30px;
}
.bottom__content-right {
    max-width: 354px;
    width: 100%;
}
.bottom__count {
    margin-top: 45px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 25px 15px 15px;
    font-weight: 700;
    text-align: center;
}
.bottom__count .js-countup {
    font-size: 62px;
    margin-bottom: 15px;
}
.bottom__count p {
    font-size: 16px;
}
body {
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: normal;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
p {
    color: #fff;
    font-weight: 700;
}
section {
    position: relative;
}
.out {
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.act,
.advantages,
.doctor,
.facts,
.header,
.pathology,
.process {
    padding-top: 70px;
}
.h1 {
    font-size: 36px;
    font-weight: 700;
}
.act .h1,
.advantages .h1,
.facts .h1,
.header .h1,
.pathology .h1,
.process .h1,
.protect .h1 {
    text-align: center;
}
.act .h1,
.advantages .h1,
.doctor .h1,
.facts .h1,
.pathology .h1,
.process .h1,
.protect .h1 {
    color: #d0ac68;
}
.container {
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}
form {
    padding: 36px 24px 26px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
}
form .al-country {
    display: none;
}
form .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 36px;
}
form .price__old {
    position: relative;
    color: #4d0075;
}
form .price__old::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
            transform: translate(-50%, -50%) rotate(-15deg);
    -webkit-transform-origin: center;
            transform-origin: center;
}
form .input-wrapper {
    margin-bottom: 19px;
}
form .input-wrapper input, form .input-wrapper select {
    height: 53px;
    width: 100%;
    border: none;
    outline: 0;
    padding-left: 16px;
    border-radius: 18px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
form .input-wrapper input::-webkit-input-placeholder {
    color: #000;
}
form .input-wrapper input::-moz-placeholder {
    color: #000;
}
form .input-wrapper input:-ms-input-placeholder {
    color: #000;
}
form .input-wrapper input::-ms-input-placeholder {
    color: #000;
}
form .input-wrapper input::placeholder {
    color: #000;
}
form button {
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
    margin-top: 35px;
    width: 100%;
    color: #fff;
    background: #ed1566;
    border: none;
    outline: 0;
    cursor: pointer;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 38px 15px rgba(237, 21, 102, 0.38);
            box-shadow: 0 0 38px 15px rgba(237, 21, 102, 0.38);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
form button:focus,
form button:hover {
    color: #ed1566;
    background: #fff;
    -webkit-box-shadow: 0 0 18px 6px rgba(237, 21, 102, 0.38);
            box-shadow: 0 0 18px 6px rgba(237, 21, 102, 0.38);
}
.footer {
    background: #373b4d !important;
    color: #fff !important;
    max-width: 1920px!important
}
@media screen and (max-width: 1600px) {
    .header__girl {
        max-width: 600px;
        z-index: 3;
    }
    .header__prod {
        left: 0;
        max-width: 300px;
    }
    .header__liver {
        right: 0;
        bottom: 20px;
        max-width: 300px;
    }
    .header__discount {
        max-width: 117px;
        right: auto;
        top: auto;
        bottom: 50px;
        left: 65px;
    }
}
@media screen and (max-width: 1200px) {
    .header__content {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .protect__capsule {
        display: none;
    }
    .act__capsule {
        display: none;
    }
    .pathology__capsule,
    .pathology__capsule1,
    .pathology__girl {
        display: none;
    }
    .pathology__problem {
        display: block;
    }
    .pathology__prod {
        display: block;
        max-width: 136px;
        margin: 0 auto;
        z-index: 1;
    }
    .pathology__liver {
        position: absolute;
        max-width: 320px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -40%);
                transform: translate(-50%, -40%);
    }
    .advantages__hex {
        display: none;
    }
    .container {
        max-width: 992px;
    }
}
@media screen and (max-width: 992px) {
    .header {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .header .container {
        padding-bottom: 0;
    }
    .header__content {
        padding: 0;
    }
    .header__content-right {
        margin-bottom: 40px;
    }
    .header ul li {
        padding-left: 58px;
        font-size: 16px;
    }
    .header ul li::before {
        height: 28px;
        width: 32px;
        background-size: contain;
        margin-bottom: 20px;
    }
    .header::after,
    .header::before,
    .header__capsule1,
    .header__capsule2,
    .header__girl,
    .header__liver {
        display: none;
    }
    .header__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header__prod {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: auto;
        max-width: 274px;
        margin-bottom: 25px;
    }
    .header__discount {
        position: absolute;
        bottom: auto;
        top: 155px;
        left: 50%;
        -webkit-transform: translateX(-112%);
                transform: translateX(-112%);
    }
    .header .h1 {
        padding-bottom: 25px;
    }
    .protect {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .protect .h1 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .protect p {
        text-align: justify;
        padding-bottom: 25px;
    }
    .protect__liver-item {
        margin-bottom: 55px;
    }
    .protect__liver-item:last-of-type {
        margin-bottom: 50px;
    }
    .protect__liver-item img {
        max-width: 176px;
    }
    .protect__liver-item .title {
        padding-top: 5px;
        font-size: 18px;
    }
    .act {
        padding-top: 45px;
    }
    .act .h1 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .act p {
        text-align: justify;
    }
    .act__girl {
        max-width: 220px;
        left: 122px;
    }
    .act__oper {
        max-width: 336px;
        position: relative;
        left: 35px;
    }
    .process {
        padding-top: 45px;
        padding-bottom: 23px;
    }
    .process__problem {
        position: relative;
        display: block;
    }
    .process .h1 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .process p {
        text-align: justify;
        padding-bottom: 210px;
    }
    .process__drunkman,
    .process__wineglass {
        display: none;
    }
    .process__bottle,
    .process__chips {
        position: absolute;
    }
    .process__burgers {
        display: block;
        position: relative;
        width: 370px;
        left: 50%;
        margin-left: 0;
        -webkit-transform: translateX(-48%);
                transform: translateX(-48%);
        z-index: 1;
    }
    .process__chips {
        max-width: 186px;
        bottom: 40px;
        left: 50%;
        -webkit-transform: translateX(-58%);
                transform: translateX(-58%);
    }
    .process__bottle {
        max-width: 68px;
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(60%);
                transform: translateX(60%);
    }
    .pathology {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .pathology .h1 {
        font-size: 20px;
        padding-bottom: 25px;
    }
    .pathology p {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .facts {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .facts .h1 {
        font-size: 20px;
        padding-bottom: 35px;
    }
    .facts__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }
    .facts .facts__content-left {
        margin-bottom: 15px;
    }
    .facts .facts__content-left .title,
    .facts .facts__content-right .title {
        font-size: 16px;
        text-align: center;
        padding-bottom: 40px;
    }
    .facts .facts__content-left img,
    .facts .facts__content-right img {
        display: none;
    }
    .facts .facts__content-left ul li,
    .facts .facts__content-right ul li {
        display: block;
        font-size: 16px;
        text-align: center;
        padding-left: 0;
    }
    .facts .facts__content-left ul li {
        padding-top: 42px;
        margin-bottom: 35px;
    }
    .facts .facts__content-right ul li {
        padding-top: 45px;
        margin-bottom: 30px;
    }
    .facts .facts__content-left ul li::before,
    .facts .facts__content-right ul li::before {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .facts .reviews__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 55px;
    }
    .facts .reviews__item:last-of-type {
        margin-bottom: 0;
    }
    .facts .reviews__item .review__author {
        margin: 0 0 25px 0;
    }
    .reviews__item-txt {
        font-size: 16px;
        text-align: justify;
    }
    .advantages {
        padding-top: 45px;
        padding-bottom: 55px;
    }
    .advantages__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .advantages__content-item {
        text-align: center;
        color; #F0F3F4;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .advantages__content-item img {
        margin-bottom: 10px;
    }
    .advantages__content-item:last-of-type {
        margin-bottom: 0;
    }
    .advantages .h1 {
        font-size: 19px;
        padding-bottom: 25px;
    }
    .doctor {
        padding-top: 45px;
        padding-bottom: 0;
    }
    .doctor__content {
        max-width: 100%;
        margin-right: 0;
    }
    .doctor .h1 {
        font-size: 20px;
        padding-bottom: 35px;
        text-align: center;
    }
    .doctor p {
        text-align: justify;
        -moz-text-align-last: center;
             text-align-last: center;
        margin-bottom: 50px;
    }
    .doctor .doctor__spec {
        max-width: 314px;
        position: relative;
        left: 50%;
        bottom: -5px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .bottom {
        padding-top: 50px;
    }
    .bottom__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .bottom__content-left {
        left: -5px;
    }
    .bottom__content-left img {
        max-width: 395px;
    }
    .bottom__content-right {
        margin-bottom: 40px;
    }
    .bottom__count {
        padding: 18px 15px 10px;
        margin-top: 20px;
    }
    .bottom__count .js-countup {
        font-size: 49px;
        margin-bottom: 10px;
    }
    .bottom__count p {
        font-size: 13px;
    }
    .h1 {
        font-size: 16px;
    }
    form {
        padding: 25px 20px 20px;
    }
    form .price {
        margin-bottom: 25px;
        font-size: 24px;
    }
    form .input-wrapper {
        margin-bottom: 14px;
    }
    form .input-wrapper input {
        height: 40px;
    }
    form button {
        padding: 11px 0;
    }
    p {
        font-size: 16px;
    }
}
form .input-wrapper label {
    display: none !important;
    pointer-events: none;
}

form .input-wrapper {
    width: 100%;
    position: relative;
}

form .input-wrapper .error {
    border: 1px solid red !important;
    padding-top: 8px !important;
}

form .input-wrapper .error+label {
    font-family: "Arial", sans-serif !important;
    width: 100% !important;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 12px !important;
    line-height: 16px;
    font-weight: inherit !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding-left: 16px !important;
    text-align: left !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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


.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}                                    

 .copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}

