@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    overflow-x: hidden;
}

header {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
    background: rgba(57, 45, 120, 1);
    background: -moz-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 45, 120, 1)), color-stop(100%, rgba(69, 79, 142, 1)));
    background: -webkit-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -o-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -ms-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: linear-gradient(to right, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#392d78', endColorstr='#454f8e', GradientType=1);
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(./images/newbg.jpg) no-repeat center center;
    background-size: cover;
}

.wrapp {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

header .header {
    position: relative;
    z-index: 3;
}

header .header .logotype {
    width: 167px;
    margin: 56px 0 0 0;
}

header .header .logotype span {
    display: block;
    width: 160px;
    height: 48px;
    background: url(svg/avonlogo.svg) no-repeat;
}

header .avon-ref-title {
    color: #fff;
    position: absolute;
    top: 22vh;
}

header .avon-ref-title .avon-ref-title-one {
    font-size: 72px;
    font-weight: 300;
    min-height: 72px;
    overflow: hidden
}

.wewe {
    font-weight: 700;
}

header .avon-ref-title .avon-ref-title-two {
    font-size: 18px;
    margin: 14px 0 0 5px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 33px;
    overflow: hidden;
}

.avon-ref-button {
    margin: 45px 0 0 0;
}

.avon-ref-button .registration {
    display: inline-block;
    padding: 22px 50px 20px 50px;
    background: #7f28c4;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.avon-ref-button .registration:hover {
    background: #8b2fd4;
}

.avon-ref-button .avonvideo {
    float: left;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.34);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    padding: 20px 50px 18px 50px;
    margin: 0 0 0 15px;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.avon-ref-button .avonvideo:hover {
    border-color: rgba(255, 255, 255, 0.64);
    background: #fff;
    color: #000;
}


/* .avon-ref-button .avonvideo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 61px;
    background: url(svg/play-button.svg) no-repeat;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
} */

.avon-ref-button .avonvideo:hover:before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wrapps {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
    position: relative;
}

.avon-benefite {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.avon-benefite-title {
    float: left;
    width: 29%;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin: 8px 0 0 0;
}

.avon-benefite-title:before {
    content: "";
    position: absolute;
    top: 29px;
    right: 50px;
    background: rgba(255, 255, 255, 0.18);
    width: 47px;
    height: 1px;
}

.avon-benefite-title div {
    font-size: 17px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.53);
    margin: 8px 0 0 0;
}

.avon-benefite-row {
    float: left;
    width: calc(27% - 30px);
    margin: 0 30px 0 0;
}

.avon-benefite-row.two {
    width: calc(21% - 30px);
}

.avon-benefite-row.one {
    width: calc(25% - 30px);
}

.avon-benefite-row.three {
    width: calc(25% - 30px);
}

.avon-benefite-row span {
    width: 67px;
    height: 67px;
    display: block;
    background: #fff;
    text-align: center;
    line-height: 67px;
    float: left;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 700;
    color: #2D3878;
}

.avon-benefite-row div {
    float: left;
    color: #fff;
    font-size: 18px;
    width: calc(100% - 82px);
    margin: 10px 0 0 15px;
    line-height: 1.4;
}

.container {
    background: #fff;
    -webkit-box-shadow: 0px 3px 67px 0px rgba(45, 56, 120, 0.07);
    -moz-box-shadow: 0px 3px 67px 0px rgba(45, 56, 120, 0.07);
    box-shadow: 0px 3px 67px 0px rgba(45, 56, 120, 0.07);
    margin: 0 0 50px 0;
    -webkit-border-bottom-right-radius: 21px;
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-bottomright: 21px;
    -moz-border-radius-bottomleft: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    margin: 0px 0 50px 0;
    position: relative;
}

.content {
    padding: 40px;
    overflow: hidden;
}

.first-left-avon {
    float: left;
    width: 42%;
    background: #fff;
    -webkit-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    -moz-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    position: relative;
    overflow: hidden;
}

.first-avon-right {
    float: left;
    width: 57%;
    margin: 0 0 0 1%;
}

.num_ico {
    position: absolute;
    top: 45px;
    left: 30%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.i-rep_message {
    text-align: center;
    margin: 50px 0 0 0;
    line-height: 1.5;
    padding: 0 30px;
    color: #474a56;
    opacity: 0.87;
}

.first-avon-row {
    float: left;
    width: calc(100%/1 - 0px);
    background: #fff;
    -webkit-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    -moz-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.15);
    margin: 0 0px 25px 25px;
    min-height: 203px;
    position: relative;
    overflow: hidden
}

.first-avon-row .icon {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 98px;
    height: 98px;
    background: #7f28c4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.first-left-avon .icon {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 98px;
    height: 98px;
    background: #7f28c4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.first-avon-row .icon .icon1 {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(svg/analysis.svg) no-repeat;
}

.first-avon-row .icon .icon2 {
    position: absolute;
    top: 35px;
    left: 25px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(svg/24-hours.svg) no-repeat;
}

.first-avon-row .icon .icon3 {
    position: absolute;
    top: 28px;
    left: 22px;
    width: 50px;
    height: 48px;
    display: block;
    background: url(svg/save-money.svg) no-repeat;
}

.first-avon-row .icon .icon4 {
    position: absolute;
    top: 31px;
    left: 18px;
    width: 50px;
    height: 48px;
    display: block;
    background: url(svg/makeup.svg) no-repeat;
}

.first-avon-row-e {
    padding: 30px;
    overflow: hidden;
}

.first-left-avon-fi {
    padding: 50px;
    overflow: hidden;
    font-size: 32px;
    font-weight: 700;
    color: #2d3143;
    margin: 7vh 0 7vh 0;
}

.first-left-avon-fi div {
    font-size: 15px;
    font-weight: 500;
    color: #474a56;
    line-height: 1.6;
    margin: 15px 0 0 0;
}

.first-avon-row-e {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    max-width: 80%;
    color: #2d3143;
}

.first-avon-row-e div {
    font-size: 15px;
    font-weight: 500;
    color: #474a56;
    line-height: 1.6;
    margin: 15px 0 0 0;
}

.call-widget-avon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    display: none;
}

.first__block_sale a {
    display: inline-block;
    padding: 15px 30px 14px 30px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #2d3143;
    color: #2d3143;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.first__block_sale {
    display: block;
    margin: 25px 0 0 0;
}

.first__block_sale a:hover {
    background: #2d3143;
    color: #fff;
}

.online__cat a {
    display: inline-block;
    padding: 15px 30px 14px 30px;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #5a5f71;
    color: #2d3143;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    font-weight: 500;
}

.online__cat {
    display: block;
    margin: 20px 0 0 0;
}

.online__cat a:hover {
    background: #2d3143;
    color: #fff;
}

.first-left-avon .b-right {
    position: absolute;
    top: 27%;
    right: 10%;
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 28px;
    color: #C6C9DE;
    border: 1px solid #ecedf3;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.first-left-avon:hover .b-right {
    background: #7f28c4;
    color: #fff;
    border-color: #7f28c4;
}

.first-avon-row .b-right {
    position: absolute;
    top: 126px;
    right: 36px;
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 28px;
    color: #C6C9DE;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: 1px solid #ecedf3;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.first-avon-row:hover .b-right {
    background: #7f28c4;
    color: #fff;
    border-color: #7f28c4;
}

.first-avon-ref .title-content {
    margin: 20px auto 40px auto;
    padding: 0 25px;
}

.widget-avon {
    width: 70px;
    height: 70px;
    background: #7f28c4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.widget-avon span.icoclose {
    width: 70px;
    height: 70px;
    font-size: 42px;
    text-align: center;
    line-height: 70px;
    color: #2D3878;
    display: block;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.widget-avon span.icophone {
    display: block;
    width: 40px;
    height: 40px;
    background: url(svg/smartphone.svg) no-repeat;
    position: absolute;
    top: 14px;
    left: 19px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.widget-avon:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 80px;
    height: 80px;
    background: #7f28c4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    animation: widget 2s ease-in-out infinite;
    -webkit-animation: widget 2s ease-in-out infinite;
}

.widget-avon:after {
    content: "";
    position: absolute;
    top: -22px;
    left: -21px;
    width: 110px;
    height: 110px;
    border: 1px solid #7f28c4;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    animation: widget2 0.1s infinite;
    -webkit-animation: widget2 0.1s infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}

.widget-avon.active:before {
    display: none;
}

.widget-avon.active {
    background: #fff;
}

.widget-avon.active:after {
    display: none;
}

.widget-avon.active span.icophone {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@-webkit-keyframes widget {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 0, 140, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(237, 0, 140, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 0, 140, 0);
    }
}

@keyframes widget {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 0, 140, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(237, 0, 140, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 0, 140, 0);
    }
}

@keyframes widget2 {
    from {
        transform: scale(1);
        opacity: 0;
    }
    to {
        transform: scale(1.1);
        opacity: 0.2;
    }
}

@-webkit-keyframes widget2 {
    from {
        transform: scale(1);
        opacity: 0;
    }
    to {
        transform: scale(1.1);
        opacity: 0.2;
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.content-widget {
    position: absolute;
    bottom: -5px;
    right: 12px;
    background: #fff;
    min-width: 422px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.05);
    -moz-box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.05);
    box-shadow: 0px 6px 47px 0px rgba(33, 42, 90, 0.05);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.content-widget.active {
    bottom: 12px;
    opacity: 1;
    visibility: visible;
}

.content-widget-e {
    padding: 30px 40px 100px 40px;
    color: #2D3878;
}

.content-widget-e div {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    display: block;
}

.content-widget-e span {
    font-weight: 700;
}

.content-widget-e p {
    line-height: 1.5;
    margin: 10px 0;
}

.content-widget-e a {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: rgb(237, 0, 138);
    padding: 20px 40px 25px 90px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.content-widget-e a:before {
    content: "";
    position: absolute;
    top: 27px;
    left: 43px;
    background: url(svg/phone.svg) no-repeat;
    width: 30px;
    height: 30px;
}

.content-widget-e a span {
    font-size: 12px;
    font-weight: 500;
    opacity: 0.6;
    margin: 8px 0 0 0;
    display: block;
}

.info-widget {
    border: 1px solid #DFE1EB;
    background: #fff;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-bottomleft: 100px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 20px 39px;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 250px;
    color: #2D3878;
    visibility: hidden;
    opacity: 0;
    -o-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -webkit-transition: 0.6s all;
}

.info-widget.active {
    visibility: visible;
    opacity: 1;
    right: 50px;
}

.info-widget span.icocloseSe {
    width: 30px;
    height: 30px;
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    color: #2D3878;
    display: block;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    position: absolute;
    top: -13px;
    left: -11px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #DFE1EB;
    cursor: pointer;
}

.clear {
    clear: both;
}

.title-content {
    text-align: center;
    display: table;
    margin: 70px auto 0 auto;
    font-size: 36px;
    font-weight: 700;
    color: #2d3143;
    position: relative;
}

.title-content div {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    color: #666870;
    line-height: 1.5;
}

.title-content span {
    background: url(svg/items.svg) no-repeat;
    width: 40px;
    height: 10px;
    display: block;
    margin: 20px auto 0 auto;
}

.title-content i {
    font-style: normal;
    font-weight: 400;
}

.secont-item {
    margin: 40px 0 0 0;
}

.secont-item-row {
    float: left;
    width: calc(100%/3 - 0px);
    position: relative;
}

.secont-item-row:before {
    content: "";
    width: 40%;
    background: #E1E3EC;
    height: 1px;
    position: absolute;
    top: 69px;
    right: -20%;
}

.secont-item-row:last-child:before {
    display: none;
}

.secont-item-cir {
    width: 140px;
    height: 140px;
    margin: 0px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #E1E3EC;
    position: relative;
}

.secont-num {
    position: absolute;
    bottom: -12px;
    right: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background: #7f28c4;
    z-index: 2;
}

.item__representative {
    overflow: hidden;
    padding: 50px 0 15px 0;
}

.secont-item-cir:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 55px;
    height: 55px;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}

.secont-name {
    text-align: center;
    max-width: 60%;
    margin: 20px auto 0 auto;
    line-height: 1.5;
    font-size: 17px;
    color: #2D3878;
}

.secont-name span {
    font-weight: 700;
}

.secont-icon {
    width: 60px;
    height: 60px;
    display: block;
    opacity: 0.8;
}

.secont-icon.s-icon1 {
    background: url(svg/forms.svg) no-repeat;
    margin: 39px 0 0 39px;
}

.secont-icon.s-icon2 {
    background: url(svg/chat.svg) no-repeat;
    margin: 42px 0 0 40px;
}

.secont-icon.s-icon3 {
    background: url(svg/shopping-cart.svg) no-repeat;
    margin: 43px 0 0 41px;
    width: 53px;
    height: 53px;
}

.button-register {
    display: table;
    margin: 70px auto 0 auto;
}

.button-register a {
    display: inline-block;
    padding: 22px 50px 20px 50px;
    background: #7f28c4;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.button-register a:hover {
    background: #EF1D99;
}

.referal-left .key1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    border: 1px solid #E1E3EC;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 4;
}

.referal-left .key2 {
    position: absolute;
    top: 16px;
    left: -16px;
    width: 100%;
    height: 285px;
    border: 1px solid #E5E7EF;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 3;
}

.referal-left .key3 {
    position: absolute;
    top: 32px;
    left: -32px;
    width: 100%;
    height: 285px;
    border: 1px solid #EEEFF4;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 2;
}

.referal-left .key4 {
    position: absolute;
    top: 49px;
    left: -49px;
    width: 100%;
    height: 285px;
    border: 1px solid #F2F3F7;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 1;
}

.referal-left {
    margin: 50px 0 0 6%;
    position: relative;
    float: left;
    width: 35%;
}

.referal-right {
    margin: 50px 0 0 18%;
    position: relative;
    float: left;
    width: 35%;
}

.referal-right:before {
    content: "";
    position: absolute;
    top: 142px;
    left: -100%;
    width: 100%;
    height: 1px;
    background: #E1E3EC;
}

.referal-contents {
    max-width: 308px;
}

.referal-key img {
    width: 100%;
    display: block;
    margin: 13px 0 0 15px;
}

.referal-content {
    position: relative;
    z-index: 12;
    max-width: 337px;
}

.referal-right .key1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    border: 1px solid #E1E3EC;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 4;
}

.referal-right .key2 {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 100%;
    height: 285px;
    border: 1px solid #E5E7EF;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 3;
}

.referal-right .key3 {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 100%;
    height: 285px;
    border: 1px solid #EEEFF4;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 2;
}

.referal-right .key4 {
    position: absolute;
    top: 49px;
    left: 49px;
    width: 100%;
    height: 285px;
    border: 1px solid #F2F3F7;
    background: #fff;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    z-index: 1;
}

.referal-sale {
    font-size: 110px;
    font-weight: 700;
    color: #2D3878;
    text-align: center;
    margin: 56px 0 0 14%;
}

.referal-sale span {
    font-size: 50px;
    padding: 0 0 0 10px;
    font-weight: 600;
}

.referal-sale div {
    font-size: 18px;
    font-weight: 600;
}

.referal-line {
    position: absolute;
    top: 101px;
    right: -38%;
    width: 85px;
    height: 85px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #E1E3EC;
    text-align: center;
    line-height: 85px;
    color: #2D3878;
    font-weight: 600;
    background: #fff;
    z-index: 4;
    font-size: 18px;
}

.referal-box {
    overflow: hidden;
    padding: 0 0 50px 0;
}

.referal-video {
    min-height: 400px;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden
}

.referal-video-all {
    position: relative;
    z-index: 5;
}

.referal-video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.92;
    background: rgba(57, 45, 120, 1);
    background: -moz-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(57, 45, 120, 1)), color-stop(100%, rgba(69, 79, 142, 1)));
    background: -webkit-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -o-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: -ms-linear-gradient(left, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    background: linear-gradient(to right, rgba(57, 45, 120, 1) 0%, rgba(69, 79, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#392d78', endColorstr='#454f8e', GradientType=1);
}

.referal-video-bg {
    padding: 70px 90px;
    overflow: hidden;
}

.referal-video:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -60px;
    background: url(images/images2.png) no-repeat;
    width: 532px;
    height: 397px;
}

.referal-video-bg .logotype {
    width: 117px;
    margin: 0px 0 0 0;
    opacity: 0.25;
}

.referal-video-bg .logotype span {
    display: block;
    width: 117px;
    height: 48px;
    background: url(svg/avonlogo.svg) no-repeat;
}

.referal-video-text {
    font-size: 39px;
    font-weight: 700;
    color: #fff;
}

.referal-video-text div {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0 0;
}

.referal-play {
    position: relative;
    cursor: pointer;
    margin: 40px 0 0 0;
}

.linkvideo {
    height: 168px;
    overflow: hidden;
    padding: 0 0 0 17px;
    display: inline-block;
}

.referal-play:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 106px;
    background: url(svg/play.svg) no-repeat;
    z-index: 3;
}

.ui-autocomplete {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
    position: absolute;
    cursor: default;
    z-index: 100;
    top: 50px;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
    max-height: 200px;
    border: 1px solid #E9EAF1;
    background: #ffffff;
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
}

.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 7px;
    cursor: pointer;
    min-height: 0;
    font-size: 14px;
    line-height: 1.3;
}

.ui-helper-hidden-accessible {
    display: none;
}

.cityauto {
    font-size: 12px;
    opacity: 0.5;
    margin: 4px 0 0 0;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #ddd;
}

.referal-play:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 106px;
    height: 106px;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    animation: playbutton 0.5s infinite;
    -webkit-animation: playbutton 0.5s infinite;
    animation-duration: 1s;
    animation-direction: alternate;
}

@-webkit-keyframes playbutton {
    from {
        opacity: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.2;
    }
}

.referal-play-r {
    margin: 25px 0 0 122px;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.referal-play-r div {
    font-weight: 500;
    font-size: 14px;
    color: #A9ADC8;
    margin: 10px 0 0 0;
}

.button-registerf {
    float: right;
    margin: 47px 0 0 0;
}

.button-registerf a {
    display: inline-block;
    padding: 22px 50px 20px 50px;
    background: #7f28c4;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.button-registerf a:hover {
    background: #EF1D99;
}

footer {
    padding: 20px 90px 50px 90px;
    overflow: hidden;
}

footer .copyavon {
    color: #A4A9C5;
    font-size: 16px;
}

footer .menu {
    margin: 20px 0 0 0;
}

footer .menu li {
    list-style: none;
    float: left;
    margin: 0 20px 0 0;
}

footer .menu li a {
    text-decoration: none;
    color: #2D3878;
    border-bottom: 1px solid #DDDFE9;
    padding: 0 0 3px 0;
    display: inline-block;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

footer .menu li a:hover {
    color: #7f28c4;
    border-color: #FBBFE2;
}

.footer-text {
    font-size: 25px;
    text-align: center;
    margin: 50px 0 50px 0;
    color: #949ABA;
    font-weight: 300;
}

.footer-sn {
    color: #949ABA;
    font-weight: 300;
    max-width: 1160px;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    overflow: hidden;
    font-size: 12px;
    padding: 0 25px;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #20243B;
    padding: 0 89px 0 0;
}

.modal-title div {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0 0;
    opacity: 0.8;
}

.modal-form {
    margin: 20px 0 0 0;
}

.modal-form .form-row {
    margin: 0 0 11px 0;
    height: 63px;
}

.modal-form .form-row.uis {
    height: 100px;
}

.modal-form .form-row .section1 {
    float: left;
    width: calc(50% - 5px);
    position: relative;
}

.modal-form .form-row div.mar {
    margin: 0 0 0 10px;
}

.sectionb.mare {
    margin: 0 0 0 10px;
}

.modal-form input {
    width: 100%;
    outline: none;
    border: 1px solid rgb(204, 204, 204);
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    color: #2D3878;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-overflow: ellipsis;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.modal-form input:focus {
    border-color: #232633
}

.modal-form input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #949ABA;
}

.modal-form input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #949ABA;
}

.modal-form input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #949ABA;
}

.modal-form input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    color: #949ABA;
}

.modal-form input:focus::-webkit-input-placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.modal-form input:focus::-moz-placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.modal-form input:focus:-moz-placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.modal-form input:focus:-ms-input-placeholder {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.section {
    float: left;
    width: calc(33% - 5px);
    position: relative;
}

.sections {
    float: left;
    width: calc(25% - 5px);
    position: relative;
}

.sectione {
    float: left;
    width: calc(48% - 5px);
    position: relative;
}

.sectionb {
    color: #949ABA;
    position: relative;
    float: left;
    width: calc(33% - 5px)
}

.sectionb span {
    display: block;
}

.section.mar select {
    width: 100%;
}

.sectionb select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    height: 60px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #E9EAF1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 55px;
    text-indent: 20px;
    color: #535D94;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

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

.sectionb select:hover,
.sectionb select:focus {
    border-color: #BABED6;
}

.sectionb select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 23px;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url(svg/arrow-down-sign-to-navigate.svg) no-repeat;
}

.secelt {
    float: left;
    width: 33%;
    position: relative;
}

.form-row span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #20243B;
    margin: 10px 0 20px 0;
}

.lasting span {
    float: left;
    width: calc(50% - 5px);
}

.lasting span.maer {
    padding: 0 0 0 15px;
}

.content-check {
    margin: 30px 0 30px 0;
}

.content-check a {
    display: inline;
    border-bottom: 1px solid rgba(199, 204, 221, 0.6);
    color: #7f28c4;
    padding: 0 0 3px 0;
    text-decoration: none;
    margin: 0 5px;
}

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 0px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid rgba(199, 204, 221, 0.6);
    transition: all 0.2s ease;
}

.cbx span:first-child svg {
    position: absolute;
    top: 5px;
    left: 5px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #7f28c4;
    display: block;
    transform: scale(0);
    opacity: 1;
}

.cbx span:last-child {
    padding-left: 13px;
    padding-top: 2px;
    max-width: 80%;
    line-height: 1.5;
}

.cbx:hover span:first-child {
    border-color: #7f28c4;
}

.inp-cbx:checked+.cbx span:first-child {
    background: #7f28c4;
    border-color: #7f28c4;
    animation: wave 0.4s ease;
}

.inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.thankCheck {}

.thankIcon {
    float: left;
    width: 7%;
    margin: 8px 0 0 0;
}

.thanktext {
    float: left;
    width: 90%;
    margin: 0px 0 0 3%;
}

.thtext1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}

.thtext2 {
    margin: 10px 0 0 0;
    line-height: 1.5;
}

.thankIcon img {
    width: 100%;
}

#thankyoupage.fancybox-content {
    max-width: 550px;
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.textone {
    font-size: 60px;
}

.texttwo {
    font-size: 30px;
}

.button-submit {
    display: inline-block;
    padding: 22px 0px 20px 0px;
    width: 100%;
    background: #7f28c4;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}

.button-submit:hover {
    background: #8b2fd4;
}

.goacc {
    margin: 20px 0 0 0;
}

.goacc a {
    display: block;
    padding: 22px 0 20px 0;
    background: #7f28c4;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    text-align: center;
    outline: none;
}

.thanks-da {
    position: relative;
    text-align: center;
    font-weight: 500;
    margin: 20px 0 20px 0;
}

.thanks-da span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

.thanks-da:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E1E3EC;
}

.thanks-da-text {
    font-weight: 500;
    line-height: 1.5;
}

.thank-button-app {
    max-width: 320px;
    margin: 30px auto 0 auto;
}

.thank-button-app a {
    float: left;
    width: calc(50% - 7px);
    display: block;
    opacity: 0.8;
}

.thank-button-app a.googleplay {
    background: url(http://service.avon.ua/becomerep/img/googleplay_download.png) no-repeat;
    height: 70px;
    display: block;
    background-size: contain;
    margin: 0 5px 0 0;
}

.thank-button-app a.appstore {
    background: url(http://service.avon.ua/becomerep/img/appstore_download.png) no-repeat;
    height: 70px;
    display: block;
    background-size: contain;
    margin: 0 0 0 5px;
}

.i_rep .i_rep__icon {
    float: left;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #E1E3EC;
    position: relative;
}

.icon1 {
    position: absolute;
    top: 33px;
    left: 35px;
    width: 40px;
    height: 40px;
    background: url(svg/paper.svg) no-repeat;
}

.icon2 {
    position: absolute;
    top: 33px;
    left: 37px;
    width: 40px;
    height: 40px;
    background: url(svg/avatar.svg) no-repeat;
}

.icon3 {
    position: absolute;
    top: 33px;
    left: 33px;
    width: 40px;
    height: 40px;
    background: url(svg/business2.svg) no-repeat;
}

.i_rep__content {
    float: left;
    width: calc(100% - 150px);
    margin: 0 0 0 40px;
}

.i_rep_title {
    font-size: 18px;
    font-weight: 600;
}

.i_rep_text {
    color: #474a56;
    opacity: 0.87;
    line-height: 1.5;
    margin: 10px 0 0 0;
}

.i_rep {
    position: relative;
    margin: 0 0 20px 0;
    clear: both;
}

.dee {
    padding: 40px 0 0 0;
    clear: both;
}

.thank-button-page {
    margin: 20px 0 0 0;
}

.thank-button-page a {}

.thank-button-page a.googleplay {
    background: url(./images/googleplay.png) no-repeat;
    height: 40px;
    display: block;
    background-size: contain;
    margin: 0 5px 0 0;
    float: left;
    width: 130px;
    display: block;
}

.thank-button-page a.appstore {
    background: url(./images/appstore.png) no-repeat;
    height: 40px;
    display: block;
    background-size: contain;
    margin: 0 0 0 5px;
    float: left;
    width: 130px;
    display: block;
}

.siterep {
    float: left;
    margin: 8px 0 0 20px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    color: #474a56;
    text-decoration: none;
}

.referal__text {
    margin: 45px 0 0 0;
    color: #5a5f71;
    line-height: 1.5;
}

.reg__page a {
    display: inline-block;
    padding: 15px 30px 14px 30px;
    background: #232633;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    float: left;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.reg__page {
    margin: 20px 0 0 0;
}

.reg__page a:hover {
    background: #2d3143;
    color: #fff;
}

.tits {
    float: left;
}

.tits2 {
    float: right;
}

.saleq {
    margin: 20px 0 0 0;
}

.saleq div {
    float: left;
}

.saleq span {
    float: right;
}

.referal__new_content {
    margin: 40px 0 0 0;
}

.refera__new_prnp_img {
    max-width: 500px;
    margin: 0 auto 0 auto;
}

.refera__new_prnp_img img {
    width: 100%;
}

.referal__new__prnp {
    border: 2px solid #ddc87d;
    background: #f8f6f0;
    overflow: hidden;
    padding: 50px;
    margin: 0 0 30px 0;
}

.refera__new_prnp_text {
    text-align: center;
    line-height: 1.5;
    margin: 25px 0 0 0;
    color: #5a5f71;
}

.refera__new_prnp_sale {
    font-size: 86px;
    font-weight: 700;
    text-align: center;
}

.refera__new_prnp_sale div {
    font-weight: 500;
    font-size: 18px;
}

.tiit {
    background: #f6fafb;
    border-color: #c6e3e9;
}

@media screen and (max-width:1090px) {
    .referal-sale {
        margin: 56px 0 0 12%;
    }
    .avon-benefite {
        display: none;
    }
}

@media screen and (max-width:940px) {
    header .avon-ref-title {
        width: 100%;
        left: 0;
        text-align: center;
        top: 18vh;
    }
    header .avon-ref-title .avon-ref-title-two {
        margin: 14px auto 0 auto;
        max-width: 80%;
    }
    .avon-ref-button {
        display: table;
        margin: 45px auto 0 auto;
    }
    .wrapp {
        padding: 0;
    }
    header .header .logotype {
        margin: 56px auto 0 auto;
    }
    header .header .logotype span {
        width: auto;
    }
}

@media screen and (max-width:840px) {
    .first-left-avon {
        float: none;
        width: 100%;
    }
    .content {
        padding: 9px;
    }
    .first-left-avon-fi {
        margin: 2vh 0 7vh 0vh;
    }
    .first-avon-right {
        float: none;
        width: 100%;
        margin: 0;
    }
    .first-avon-row {
        margin: 0 0px 25px 0;
    }
    .referal-left {
        float: none;
        width: 100%;
        margin: 50px 0 0 0;
    }
    .key2,
    .key3,
    .key4 {
        display: none;
    }
    .referal-right:before {
        display: none;
    }
    .referal-content {
        position: relative;
        z-index: 12;
        max-width: 297px;
        display: table;
        margin: 0 auto;
    }
    .referal-key img {
        width: 100%;
        display: block;
        margin: 29px 0 0 0px;
    }
    .referal-right {
        margin: 77px 0 0 0%;
        position: relative;
        float: none;
        width: 100%;
    }
    .referal-sale {
        margin: 56px 0 0 0%;
    }
}

@media screen and (max-width:705px) {
    header .avon-ref-title .avon-ref-title-one {
        min-height: 52px;
    }
    header .avon-ref-title .avon-ref-title-one div {
        font-size: 37px;
        min-height: 32px;
    }
    header .avon-ref-title .avon-ref-title-two {
        font-size: 17px;
    }
    header .avon-ref-title {
        top: 24vh;
    }
}

@media screen and (max-width:630px) {
    footer {
        padding: 0px 40px 30px 40px;
        overflow: hidden;
    }
    .referal-video-bg {
        padding: 70px 40px;
        overflow: hidden;
    }
    .thank-button-page a.googleplay {
        float: none;
        clear: both;
        margin: 0 0 10px 0;
    }
    .thank-button-page a.appstore {
        float: none;
        clear: both;
        margin: 0 0 10px 0;
    }
    .siterep {
        float: none;
        clear: both;
        margin: 0;
    }
}

@media screen and (max-width:535px) {
    .fancybox-content {
        width: 100%;
    }
    .i_rep .i_rep__icon {
        float: none;
        margin: 0 auto;
    }
    .thank-button-page a.googleplay {
        display: table;
        margin: 0 auto 10px auto;
    }
    .thank-button-page a.appstore {
        display: table;
        margin: 0 auto 10px auto;
    }
    .online__cat a {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .i_rep__content {
        margin: 25px 0 0 0;
        text-align: center;
        float: none;
        padding: 0 25px;
        width: 100%;
    }
    .reg__page a {
        display: table;
        margin: 0 auto;
        float: none;
    }
    .content-widget-e {
        padding: 30px 40px 114px 40px;
    }
    .content-widget.active {
        bottom: -31px;
    }
    .content-widget {
        min-width: 100%;
        right: -12px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .widget-avon {
        float: right;
        margin: 0 20px 0 0;
    }
    .call-widget-avon {
        position: fixed;
        bottom: 26px;
        right: 10px;
        z-index: 100;
        width: 100%;
    }
    footer .menu li {
        float: none;
        margin: 0 0 20px 0;
    }
    .secont-item-row {
        float: none;
        width: calc(100%/1 - 0px);
        position: relative;
        margin: 0 0 35px 0;
    }
    .secont-item-row:before {
        display: none;
    }
    .avon-ref-button .registration {
        display: block;
        float: none;
    }
    .avon-ref-button .avonvideo {
        display: block;
        float: none;
        margin: 20px 0 0 0px;
    }
    header .avon-ref-title {
        top: 14vh;
    }
    .referal-video-bg {
        padding: 62px 33px;
        overflow: hidden;
    }
    .referal-play {
        position: relative;
        cursor: pointer;
        margin: 40px 0 189px 0;
    }
    .button-registerf {
        float: none;
    }
}

@media screen and (max-width:480px) {
    .first-left-avon-fi {
        padding: 25px;
    }
    .modal-title {
        padding: 0;
    }
    .modal-title div {
        line-height: 1.5;
    }
    .cbx span:last-child {
        max-width: 90%;
    }
    .first-avon-row {
        float: none;
        width: calc(100%/1 - 0px);
        margin: 0 0px 25px 0px;
    }
    .first-left-avon-fi {
        margin: 2vh 0 3vh 0vh;
    }
    .fancybox-content {
        padding: 20px;
    }
    .sectionb {
        width: calc(33% - 6px);
    }
}


/* Small Fixes Kramar */

#the-basics>span.twitter-typeahead {
    width: 100%;
    margin-top: -11px;
}

div.tt-suggestion {
    padding: 20px;
}

div.tt-menu {
    width: 100%;
    background-color: #eee;
    border: 1px solid #E9EAF1
}

div.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0096ff;
}

a.rules {
    color: var(--main-color);
}