

/* Start:/local/templates/rs.scarlett/assets/oriflame/style.css?159873505124189*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}
body.modal-open{
    overflow: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: transparent
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.icon-svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    fill: currentColor
}

.icon-modal-close {
    font-size: 2.1rem
}

.content-block__panel {
    background-color: #fff
}

.content-block__panel.is--promo-form {
    background-color: #f1f2f2
}

.content-block__panel.is--promo-slider {
    overflow: hidden
}

.content-block__container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1380px
}

.content-block__container.is--promo-card {
    padding-top: 42px;
    padding-bottom: 31px
}

.content-block__container.is--promo-form {
    padding-top: 31px;
    padding-bottom: 31px
}

.content-block__container.is--promo-slider {
    padding-top: 27px;
    padding-bottom: 0
}

.content-block__row.is--promo-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px
}

.content-block__row.is--promo-card > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content-block__row.is--promo-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .content-block__row.is--promo-card > * {
        margin-bottom: 0
    }
}

.content-block__heading.is--promo-form {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 25px;
    color: #3b9e00;
    font-family: Prosto-Bold;
    text-align: center
}

@media (min-width: 768px) {
    .content-block__heading.is--promo-form {
        font-size: 31px;
        line-height: 33px;
        margin-bottom: 42px
    }
}

.content-block__heading.is--promo-slider {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 25px;
    color: #ff484e;
    font-family: Prosto-Bold;
    font-weight: 700
}

@media (min-width: 768px) {
    .content-block__heading.is--promo-slider {
        font-size: 31px;
        line-height: 33px
    }
}

.content-block__text.is--promo-card {
    margin-top: 50px;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    font-family: Prosto-Light;
    text-align: center
}

@media (min-width: 768px) {
    .content-block__text.is--promo-card {
        font-size: 21px;
        line-height: 23px
    }
}

.content-block__text.is--promo-slider {
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    font-family: Museo-300;
    letter-spacing: 1.5px;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .content-block__text.is--promo-slider {
        font-size: 26px;
        line-height: 1.4;
    }
}

.content-block__text.is--promo-slider span {
    color: #3b9e00;
    letter-spacing: 0;
    font-family: Prosto-Bold;
    display: block
}

.content-block__slider.is--promo-slider {
    padding-bottom: 27px
}

.card__item.is--promo-card {
    font-family: Prosto-Light;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 1200px) {
    .card__item.is--promo-card {
        font-size: 20px;
        line-height: 1.4;
    }
}

.card__item.is--promo-slider {
    width: 380px;
    height: 400px
}

.card__item.is--promo-slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.card__preview.is--promo-card {
    margin: 0 auto 26px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border: 5px solid #f1f2f2
}

@media (min-width: 1200px) {
    .card__preview.is--promo-card {
        width: 343px;
        height: 343px
    }
}

.card__preview.is--promo-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.card__heading.is--promo-card {
    text-transform: uppercase;
    color: #ff484e;
    font-family: Prosto-Bold;
    font-weight: 700
}

.card__note.is--promo-card {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
}

@media (min-width: 1200px) {
    .card__note.is--promo-card {
        font-size: 20px;
        line-height: 1.4;
    }
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1380px
}

@media (min-width: 768px) {
    .container {
        padding-left: 23px;
        padding-right: 23px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 40px;
    padding-right: 40px
}

.grid__row {
    display: grid;
    grid-gap: 30px
}

.form__panel {
    max-width: 650px;
    margin: 0 auto
}

.form__row.is--promo-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.form__row.is--promo-form > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 25px
}

@media (min-width: 768px) {
    .form__row.is--promo-form {
        margin-left: -20px;
        margin-right: -20px
    }

    .form__row.is--promo-form > * {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 25px
    }

    .form__row.is--promo-form > [data-grid-file] {
        margin-top: 5px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }

    .form__row.is--promo-form > [data-grid-file] .form__file {
        max-width: 305px;
        margin: 0 auto
    }

    .form__row.is--promo-form > [data-grid-agreement] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        margin-top: 15px
    }

    .form__row.is--promo-form > [data-grid-agreement] .form__item {
        margin: 0 auto;
        max-width: 305px
    }

    .form__row.is--promo-form > [data-grid-submit] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        grid-column: span 2;
        text-align: center;
        margin-top: 12px
    }

    .form__row.is--promo-form > [data-grid-link] {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%;
        grid-column: span 2;
        text-align: center
    }
}

.form__submit {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    border: 0;
    padding: 0;
    font-size: 19px;
    line-height: 21px;
    width: 310px;
    color: #fff;
    font-family: Prosto-Bold;
    background-color: #3b9e00;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-transform: uppercase;
    padding: 20px
}

.form__submit:hover {
    background-color: #00c4d9
}

.form__link {
    font-size: 15px;
    line-height: 15px;
    border-bottom: 1px solid #000;
    color: #000;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-decoration: none
}

.form__link:hover {
    color: #00c4d9;
    border-bottom-color: transparent
}

.form__control {
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    color: #595959;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6.5px 10px;
    font-size: 14px;
    line-height: 16px
}

.form__control::-moz-placeholder {
    color: #d6d6d6
}

.form__control::-webkit-input-placeholder {
    color: #d6d6d6
}

.form__control:focus {
    border-color: #00c4d9
}

.form__file {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    color: #d6d6d6
}

.form__file:focus {
    border-color: #00c4d9
}

.form__file-input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0)
}

.form__file-name p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #595959
}

.form__file-name .is--name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.form__file-remove {
    white-space: nowrap;
    margin-left: auto;
    padding-left: 10px
}

.form__checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.form__checkbox a {
    color: #00c4d9
}

.form__checkbox-input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0)
}

.form__checkbox-icon {
    position: relative;
    min-width: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin-right: 10px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.form__checkbox-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.form__checkbox-input:checked + .form__checkbox-icon::after {
    background: #00c4d9 url(/local/templates/rs.scarlett/assets/img/checked.png) 50% no-repeat
}

.formError {
    z-index: 990;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    text-align: left
}

.formError .formErrorContent {
    z-index: 991;
    position: relative;
    width: 100%;
    min-width: 120px;
    background-color: #db4c4c;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    border: 0 solid #db4c4c;
    padding: 5px 10px;
    border-radius: 0;
    text-transform: uppercase
}

.greenPopup .formError .formErrorContent {
    background: #db4c4c
}

.blackPopup .formError .formErrorContent {
    background: #db4c4c
}

.formError .formErrorArrow {
    z-index: 996;
    position: relative;
    width: 16px;
    margin-left: 10px;
    border-top: 10px solid #db4c4c;
    border-left: 8px solid rgba(219, 76, 76, 0);
    border-right: 8px solid rgba(219, 76, 76, 0)
}

.formError .formErrorArrow.formErrorArrowBottom {
    border-top: 0;
    border-bottom: 10px solid #db4c4c
}

.greenPopup .formError .formErrorArrow {
    border-top-color: #db4c4c
}

.greenPopup .formError .formErrorArrow.formErrorArrowBottom {
    border-bottom-color: #db4c4c
}

.blackPopup .formError .formErrorArrow {
    border-top-color: #db4c4c
}

.blackPopup .formError .formErrorArrow.formErrorArrowBottom {
    border-bottom-color: #db4c4c
}

.formError.inline {
    position: relative;
    display: inline-block
}

.formError.inline .formErrorContent {
    border: none;
    border-radius: 0
}

.ui-dialog .formError {
    z-index: 5000
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006
}

.inputContainer {
    position: relative;
    float: left
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.modal-open {
    overflow: hidden
}

.modal__block {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal__block {
    overflow-x: hidden;
    overflow-y: auto
}

@media (min-width: 768px) {
    .modal-open .modal__block {
        overflow-y: hidden
    }
}

.modal__dialog {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    width: auto;
    margin: 0 auto;
    max-width: 770px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100%;
    max-height: 100%
}

.modal__block.in .modal__dialog {
    left: 0
}

@media (min-width: 768px) {
    .modal__dialog {
        left: inherit
    }

    .modal__block.in .modal__dialog {
        left: inherit
    }
}

.modal__body {
    position: relative;
    padding: 30px
}

.modal__content {
    background-color: #fff;
    padding: 5px 5px 30px
}

.modal__btn-close {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    border: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    padding: 5px;
    top: 0;
    right: 0;
    color: #fff;
    width: 32px;
    height: 32px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.modal__btn-close svg {
    display: block
}

.modal__btn-close:hover {
    color: #3b9e00
}

.modal__row {
    display: grid;
    margin-bottom: 25px;
    grid-gap: 5px;
    grid-template-columns: repeat(3, 1fr)
}

@media (min-width: 768px) {
    .modal__row {
        margin-bottom: 56px
    }
}

.modal__img {
    height: 100px
}

@media (min-width: 575px) {
    .modal__img {
        height: 150px
    }
}

@media (min-width: 768px) {
    .modal__img {
        height: 230px
    }
}

.modal__img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.modal__heading {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 25px;
    color: #3b9e00;
    font-family: Prosto-Bold;
    text-align: center
}

@media (min-width: 768px) {
    .modal__heading {
        font-size: 31px;
        line-height: 33px;
        margin-bottom: 32px
    }
}

.modal__label {
    color: #585858;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    text-align: center;
    font-family: Museo-300
}

@media (min-width: 768px) {
    .modal__label {
        font-size: 25px;
        line-height: 30px
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 940;
    background-color: #585858
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .7
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-list, .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

[data-slick-slider] .slick-slide {
    padding: 0 5px
}

.slick-btn {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border: 0;
    padding: 0;
    position: absolute;
    z-index: 5;
    top: 0;
    width: 15%;
    height: 100%
}

.slick-btn.is--prev {
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.slick-btn.is--prev::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13L13 1l2 2L4.2 14l11 11-2.2 2L1 15v-2z' fill='%23818181'/%3E%3C/svg%3E");
    background-position: 15px center
}

.slick-btn.is--prev:hover::before {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13L13 1l2 2L4.2 14l11 11-2.2 2L1 15v-2z' fill='%2300c4d9'/%3E%3C/svg%3E")
}

.slick-btn.is--next {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.slick-btn.is--next::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 15L3 27l-2-2 10.9-11L.9 3l2.2-2 12 12v2z' fill='%23818181'/%3E%3C/svg%3E");
    background-position: right 15px center
}

.slick-btn.is--next:hover::before {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 15L3 27l-2-2 10.9-11L.9 3l2.2-2 12 12v2z' fill='%2300c4d9'/%3E%3C/svg%3E")
}

.slick-arrow.slick-hidden {
    display: none
}

#modal-terms .modal__content{
    padding: 15px;
}
#modal-terms table td{
    padding: 3px;
}
/* End */
/* /local/templates/rs.scarlett/assets/oriflame/style.css?159873505124189 */
