body {
    background-color: var(--avon-page-bg-color-light);
    font-family: 'Montserrat', Arial, sans-serif;
}


/* image visuals -------------------------------------------------- */
.desktop {display: block;}
.mobile {display: none;}

.img_visuals .desktop,
.img_visuals .mobile {
    margin: auto;
}

.img_visuals .desktop {
    width: 90%;
}


.img_visuals img {
    width: 100%;
    max-width: 1920px;
    margin: 1% 0;
}


/* Lists ---------------------------------------------------------- */
.list_wrapper {
    margin: 20px 0;
}

.list_link_wrapper {
    margin: 10px 0;
}

.list_link {
    margin: 0 10px;
}

.container {
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.center {
    text-align: center;
    width: 422px;
    float: left;
    padding: 3px;
}

.center input {
    width: 40px;
    text-align: center;
    padding: 4px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #cede45;
}

.right {
    text-align: center;
    width: 163px;
    font-size: 30px;
    position: absolute;
    right: 0;
}

.link {
    padding-top: 8px;
    padding-right: 27px;
}

.buton {
    width: 195px;
    height: 25px;
    padding: 10px;
    background-color: #ff0092;
    border: 2px solid #ff0092;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-size: 18px !important;
    font-family: Arial !important;
}

.buton a {
    text-decoration: none;
    font-size: 15px;
    font-family: Arial;
    line-height: 25px;
    color: #fff;
}

a {
    text-decoration: none;
}

.avon-btn-secondary {
    display: block !important;
    width: 100%;
    max-width: 320px;
    border-radius: 4px;
    border-style: solid;
    border-color: var(--avon-color-purple);
    border-width: 2px;
    margin: 30px auto;
    padding: 15px 30px;
    box-shadow: 0 0 black;
    background-color: var(--avon-color-white);
    color: var(--avon-color-purple);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: var(--font-size-cta);
    font-weight: var(--font-weight-bold);
    line-height: 24px;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.avon-btn-secondary:hover {
    background-color: rgba(106, 23, 173, 0.05);
    border-color: rgba(106, 23, 173, 0%);
}

hr {
    width: 90%;
    margin: 30px auto;
    background-color: #383069;
    height: 1px;
}

.regulament {
    margin: 30px;
}

/* info start */
#info {
    font-family: "zonapro-light";
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    max-width: 80%;
    color: #383069;
}

#info span {
    font-family: "zonapro-black";
}



/* sigle purpose classes */

.uppercase_text {
    text-transform: uppercase;
}



/* special ---------------------------------------------------- */

.scrollup {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('https://www.avon.md/REPSuite/static/media/scroll_up_arrow.svg') no-repeat;
    opacity: 1;
    transform: rotate(90deg);
    z-index: 1;
}