@charset 'UTF-8';
@font-face {
    font-family: SegoeuUi;
    font-weight: 400;
    font-style: normal;
    src: url(/layout/fonts/SegoeuUi.woff) format('woff')
}

@font-face {
    font-family: SegoeuUiLight;
    font-weight: 400;
    font-style: normal;
    src: url(/layout/fonts/SegoeuUiLight.woff) format('woff')
}

@font-face {
    font-family: SegoeuUiItalic;
    font-style: italic;
    font-stretch: normal;
    src: url(/layout/fonts/SegoeuUiItalic.woff) format('woff')
}

@font-face {
    font-family: SegoeuUiSemiBold;
    font-weight: 400;
    font-style: normal;
    src: url(/layout/fonts/SegoeuUiSemiBold.woff) format('woff')
}

@font-face {
    font-family: GalsLight;
    font-weight: 400;
    font-style: normal;
    src: url(/layout/fonts/GalsLight.woff) format('woff')
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

body, html {
    width: 100%
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: 400;
    font-style: normal
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.6em;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym, fieldset, img {
    border: 0
}

legend {
    color: #000
}

input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    padding: 0
}

select, select option {
    padding: 0
}

ol, ul {
    list-style: none
}

audio, canvas, img, video {
    vertical-align: middle
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

textarea {
    overflow: auto;
    resize: none;
    vertical-align: top
}

button {
    cursor: pointer
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

body, html {
    height: 100%
}

body {
    position: relative;
    overflow-y: scroll;
    min-width: 320px;
    min-height: 100%;
    background: #fff
}

body.overflow {
    position: relative;
    overflow: hidden;
}

.wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
.wrapper--m2 {
    min-height: 0;
}

.container {
    min-width: 320px;
    max-width: 940px;
    margin: 0 auto
}

@media (max-width: 960px) {
    .wrapper .container {
        padding-left: 14px;
        padding-right: 15px;
    }
}

.push {
    height: 90px
}

.page-content {
    padding-top: 25px;
    padding-bottom: 100px
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

.clearfix:after, .clearfix:before {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both
}

.button {
    line-height: 34px;
    display: inline-block;
    padding: 0;
    transition: all .3s ease 0s
}

.button--grey {
    color: #ed744a;
    border: 1px solid #dfdbdd;
    background: #eff1f3;
    background: linear-gradient(to bottom, #fdfdfd 0, #eff1f3 100%)
}

.button--grey:hover {
    background: #fdfdfd;
    background: linear-gradient(to bottom, #eff1f3 0, #fdfdfd 100%)
}

.button--grey:active {
    border-color: #b4b4b4
}

.button--orange {
    color: #fff;
    text-decoration: none;
    border: 1px solid #d86485;
    background: #d56843;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.button--orange:hover {
    text-decoration: none;
    color: #fff;
    background: #ef835d;
    background: linear-gradient(to bottom, #d56843 0, #ef835d 100%)
}

.button--orange:active {
    border-color: #95482e
}

.button--inverse {
    color: #d56843;
    border: 1px solid #d86485;
    background: #fff;
    text-decoration: none;
}
.button--inverse:hover {
    background: #ef835d;
    background: linear-gradient(to bottom, #d56843 0, #ef835d 100%);
    color: #fff;
    text-decoration: none;
}
.button--inverse:active {
    border-color: #95482e;
}

.button--square {
    width: 29px;
    height: 29px
}

.control-button {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 1px;
    padding: 0;
    cursor: default;
    transition: all .3s ease 0s;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #a1a1a1;
    background: #a1a1a1;
    background: linear-gradient(to bottom, #a1a1a1 0, #a1a1a1 100%);
    box-shadow: 0 0 5px 0 rgba(190, 159, 159, .75)
}

.control-button:hover {
    background: linear-gradient(to bottom, #a1a1a1 0, #a1a1a1 100%)
}

.control-button--active_orange {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border: 1px solid #d86485;
    background: #d46842;
    background: linear-gradient(to bottom, #f0835e 0, #d46842 100%)
}

.control-button--active_orange:hover {
    background: #f0835e;
    background: linear-gradient(to bottom, #d46742 0, #f0835e 100%)
}

.control-button--active_orange:active {
    border-color: #95482e
}

.control-button--active_grey {
    cursor: pointer;
    background: linear-gradient(to bottom, #a1a1a1 0, #a1a1a1 100%)
}

.control-button--active_grey:hover {
    background: #b1b1b1;
    background: linear-gradient(to bottom, #858585 0, #b1b1b1 100%)
}

.control-button--active_grey:active {
    border-color: #8c8c8c;
    box-shadow: none
}

.textarea {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    box-sizing: border-box;
    transition: all .3s ease 0s;
    border: 1px solid #e5dede;
    background: #fff;
    box-shadow: inset 4px 4px 8px 0 rgba(0, 0, 0, .1)
}

.textarea:focus {
    border-color: #afafaf
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

textarea::-moz-placeholder {
    opacity: 1;
    color: #999
}

textarea:-ms-input-placeholder {
    opacity: 1;
    color: #999
}

textarea:focus::-webkit-input-placeholder {
    transition: text-indent 1s .2s ease;
    text-indent: -100%
}

textarea:focus::-moz-placeholder {
    opacity: 0
}

textarea:focus:-ms-input-placeholder {
    opacity: 0
}

input::-webkit-input-placeholder {
    opacity: 1;
    color: #666
}

input::-moz-placeholder {
    opacity: 1;
    color: #666
}

input:-ms-input-placeholder {
    opacity: 1;
    color: #666
}

input:focus::-webkit-input-placeholder {
    transition: all 1s .2s ease;
    text-indent: -100%;
    opacity: 0
}

input:focus::-moz-placeholder {
    opacity: 0
}

input:focus:-ms-input-placeholder {
    opacity: 0
}

body {
    font: 14px/11px GalsLight, sans-serif;
    color: #666
}

a {
    color: #6d6768
}

a:hover {
    color: #ee744a
}

a:active {
    text-decoration: none
}

.list, .table, p {
    margin-bottom: 15px
}

.list:last-child, .table:last-child, p:last-child {
    margin-bottom: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.nowrap {
    white-space: nowrap
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: GalsLight, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    text-transform: uppercase;
    color: #544c4d
}

.lined-title {
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.lined-title:after, .lined-title:before {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: #e5e5e5
}

.lined-title:before {
    left: -.5em;
    margin: 0 0 0 -50%
}

.lined-title:after {
    left: .5em;
    margin: 0 -50% 0 0
}

.lined-title--left {
    text-align: left
}

.lined-title--left:after, .lined-title--left:before {
    width: 100%
}

.lined-title--left:before {
    left: -1.5em;
    margin: 0 0 0 -90%
}

.lined-title--left:after {
    left: 1.5em
}

.lined-title--send_form_title:after, .lined-title--send_form_title:before {
    width: 20%;
    background: #eee
}

.lined-title--send_form_title:before {
    left: -.9em
}

.lined-title--send_form_title:after {
    left: .9em
}

.list li {
    margin-bottom: 20px
}

.numbered-list {
    counter-reset: list1
}

.numbered-list li {
    margin-bottom: 20px
}

.numbered-list li:before {
    content: counter(list1) '. ';
    counter-increment: list1;
    color: #f6759a
}

.numbered-list--grey, .numbered-list--grey li:before {
    color: #393737
}

.numbered-list--orange li:before {
    color: #ed7951
}

.numbered-list--indent li {
    position: relative;
    padding-left: 22px
}

.numbered-list--indent li:before {
    position: absolute;
    left: 0;
    content: counter(list1) '. ';
    counter-increment: list1
}

.numbered-list .numbered-list {
    margin: 10px 0;
    counter-reset: list2
}

.numbered-list .numbered-list li {
    margin-bottom: 10px;
    padding-left: 30px
}

.numbered-list .numbered-list li:before {
    content: counter(list1) '.' counter(list2);
    counter-increment: list2
}

.marked-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 22px
}

.marked-list li:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 1px;
    content: '';
    background-color: #e29377
}

.marked-list .marked-list {
    margin: 10px 0
}

.marked-list .marked-list li {
    margin-bottom: 10px;
    padding-left: 15px
}

.marked-list .marked-list li:before {
    top: -1px;
    content: '♦';
    color: #d66944;
    background-color: transparent
}

.table-container {
    overflow-y: auto;
    width: 100%;
    margin: 0 0 30px
}

.table td, .table th {
    padding: 12px 5px;
    vertical-align: top
}

.table th {
    font-size: 11px;
    color: #000;
    border-bottom: 2px solid #ed7951;
    background: #f0f0f0
}

.table td {
    color: #1e341f;
    border-bottom: 1px solid #d7d7da
}

.text-page-outer {
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    border: 1px solid #eee;
    background: #f2f2f2;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.text-page {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 0 6.5% 75px;
    color: #393737;
    background: #fff
}

.text-page .text-page__title {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 24px;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.text-page .text-page__title-text {
    position: relative;
    top: -13px;
    display: inline-block;
    max-width: 300px;
    padding: 0 54px;
    background: #fff
}

.text-page h1, .text-page h2, .text-page h3, .text-page h4, .text-page h5, .text-page h6 {
    font-family: SegoeuUi, sans-serif;
    text-align: center;
    text-transform: none
}

.text-page h2, .text-page h3 {
    font-size: 21px;
    margin-bottom: 25px;
    color: #ed7951
}

.text-page h4, .text-page h5, .text-page h6 {
    margin-bottom: 20px;
    color: #333
}

.text-page p {
    margin-bottom: 25px
}

.text-page hr {
    height: 1px;
    margin: 25px 0;
    border: none;
    background: #e5e5e5
}

.accordion-item {
    margin-bottom: 7px;
    color: #000
}

.accordion-item:first-child {
    margin-top: 0
}

.accordion-item__name span {
    border-bottom: 1px dashed #000
}

.accordion-item__text {
    font-family: verdana, arial, sans-serif;
    display: none;
    padding: 15px 39px 30px
}

.accordion-item__text--active {
    display: block
}

.accordion-item__text p {
    margin-bottom: 20px
}

.accordion-item__text p:last-child {
    margin-bottom: 0
}

.accordion-button {
    font-weight: 700;
    line-height: 18px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-right: 16px;
    margin-bottom: 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border: 1px solid #d96582;
    background: linear-gradient(to bottom, #ee805f 0, #d66947 100%)
}

.accordion-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background: url(/layout/images/icons/faq-button-plus.png) center 50% no-repeat
}

.accordion-button:hover {
    border-color: #d96582;
    background: linear-gradient(to bottom, #ee805f 0, #d66947 100%)
}

.accordion-button:active {
    border-color: #9a4b30;
    background: linear-gradient(to bottom, #d26642 0, #e97e5a 100%)
}

.accordion-button--active {
    border-color: #d96582;
    background: linear-gradient(to bottom, #ee805f 0, #d66947 100%)
}

.accordion-button--active:before {
    background: url(/layout/images/icons/faq-button-minus.png) center 50% no-repeat
}

.accordion-button--active:hover {
    border-color: #d96582;
    background: linear-gradient(to bottom, #d56846 0, #ed805e 100%)
}

.accordion-button--active:active {
    border-color: #9a4b30;
    background: linear-gradient(to bottom, #d26642 0, #e97e5a 100%)
}

.accented {
    padding: 35px 8.1% 40px;
    color: #000;
    border-top: 3px solid #ed7951;
    border-bottom: 1px solid #c8cacb;
    background: #f0f0f0
}

.pager {
    font-size: 0;
    margin-top: 85px;
    text-align: center
}

.pager__link {
    line-height: 26px;
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #000
}

.pager__link--active, .pager__link--active:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ee744a
}

.pager__item {
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px
}

.pager__item--arrow_prev {
    margin-right: 9px
}

.pager__item--arrow_next {
    margin-left: 9px
}

.pager__item--arrow {
    line-height: 28px;
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    border: 1px solid #d86485;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.pager__item--arrow:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.pager__item--arrow:active {
    border-color: #95482e
}

.pager__item--arrow a {
    display: inline-block;
    width: 27px;
    height: 27px
}

.pager__item--arrow a .icon--next, .pager__item--arrow a .icon--prev {
    top: 2px
}

.icon {
    position: relative;
    fill: #fff
}

.icon--basket_par_rubl, .icon--card-list_par_rubl, .icon--order_par_rubl {
    top: 2px;
    width: 12px;
    height: 12px;
    fill: #ed744a
}

.icon--card-list_par_rubl, .icon--order_par_rubl {
    top: 3px;
    left: -2px;
    width: 15px;
    height: 15px;
    cursor: default
}

.icon--basket {
    top: 7px;
    width: 21px;
    height: 21px
}

.icon--cart_opener_rubl {
    top: 2px;
    width: 12px;
    height: 12px
}

.icon--fb, .icon--gplus, .icon--inst, .icon--mail, .icon--odn, .icon--tw, .icon--vk {
    top: 12px;
    width: 36px;
    height: 36px;
    fill: #6d6768
}

.icon--fb:active, .icon--fb:hover, .icon--gplus:active, .icon--gplus:hover, .icon--inst:active, .icon--inst:hover, .icon--mail:active, .icon--mail:hover, .icon--odn:active, .icon--odn:hover, .icon--tw:active, .icon--tw:hover, .icon--vk:active, .icon--vk:hover {
    fill: #ed744a
}

.icon--design_delete {
    top: 7px;
    width: 26px;
    height: 26px;
    fill: #ed744a
}

.icon--textback, .icon--textok {
    top: 2px;
    width: 23px;
    height: 23px;
    fill: #fff
}

.icon--card_par_rubl {
    top: 2px;
    width: 13px;
    height: 13px;
    fill: #ed744a
}

.icon--card_own_par_rubl {
    top: 6px;
    left: -2px;
    width: 26px;
    height: 26px;
    fill: #a1a1a1
}

.icon--pay {
    top: 3px;
    width: 16px;
    height: 16px
}

.icon--delete_cart_item, .icon--edit_cart_item {
    width: 27px;
    height: 27px;
    fill: #ed744a
}

.icon--datepicker {
    top: 3px;
    left: 9px;
    width: 18px;
    height: 18px;
    fill: #c9c2c6
}

.icon--ribbon {
    top: -1px;
    left: -2px;
    width: 15px;
    height: 15px;
    fill: #fff
}

.icon--pdf, .icon--print {
    width: 24px;
    height: 24px;
    fill: #6d6768
}

.icon--pdf {
    top: 1px
}

.icon--code {
    top: 5px;
    width: 15px;
    height: 20px
}

.icon--flower {
    top: 3px;
    left: 3px;
    width: 17px;
    fill: #ed744a
}

.icon--next, .icon--prev {
    width: 15px;
    height: 15px
}

.icon--revers, .icon--turn {
    width: 18px;
    height: 18px
}

.icon--card_popup_par {
    top: -2px;
    width: 14px;
    height: 14px;
    fill: #ed744a
}

.date-picker__icon:hover .icon--datepicker {
    fill: #ed744a
}

.date-picker__icon:active .icon--datepicker {
    fill: #d15e36
}

.cart-item-controls__button:active .icon--delete_cart_item, .cart-item-controls__button:active .icon--edit_cart_item, .cart-item-controls__button:hover .icon--delete_cart_item, .cart-item-controls__button:hover .icon--edit_cart_item {
    fill: #e49d84
}

.par-options__button--active .icon--card_par_rubl, .par-options__button:active .icon--card_par_rubl {
    fill: #fff
}

.card__par-summary--grey .icon--card-list_par_rubl {
    fill: #a5a5a5
}

.import-button:hover .icon--pdf, .print-button:hover .icon--print {
    fill: #ed744a
}

.slick-disabled .icon--next, .slick-disabled .icon--prev {
    fill: #c3b7bd
}

.control-button--active_orange .icon--textok {
    width: 40px;
    height: 40px
}

.cart-item__par-summary--error .icon--basket_par_rubl {
    fill: #fd6565 !important
}

.icon--edit_cart_item_error {
    width: 24px;
    height: 24px;
    fill: #fd6565 !important
}

.cart-item-controls__button:hover .icon--edit_cart_item_error {
    fill: #fb7b7b !important
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: url(/layout/images/ajax-loader.gif) center center no-repeat #fff
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center
}

.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-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 150px;
    display: block;
    width: 29px;
    height: 29px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #d86485;
    outline: 0;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.slick-next:hover, .slick-prev:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.slick-next:active, .slick-prev:active {
    border-color: #95482e
}

.slick-disabled {
    border-color: #dad6d7;
    background: #f5f5f5 !important;
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%) !important
}

.slick-disabled:active, .slick-disabled:hover {
    cursor: default;
    border-color: #dad6d7;
    background: #f5f5f5;
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%)
}

.slick-prev {
    right: 49px
}

.slick-next {
    right: 13px
}

.dark-theme .logo {
    color: #fff
}

.dark-theme .header-menu__link--active, .dark-theme .header-menu__link--active:hover, .dark-theme .social__text {
    color: #6d6768
}

.dark-theme .lined-title, .dark-theme .par-label, .dark-theme .slogan__message, .dark-theme .slogan__text, .dark-theme .textarea-warning {
    color: #a1a1a1
}

.dark-theme .design-slider:after, .dark-theme .lined-title:after, .dark-theme .lined-title:before {
    background: #a1a1a1
}

.dark-theme .card-design-option:after, .dark-theme .design-place:after, .dark-theme .user-design:after {
    box-shadow: 0 8px 4px -4px rgba(76, 76, 76, .15) inset
}

.dark-theme .design-place {
    box-shadow: 0 2px 4px 2px rgba(76, 76, 76, .5) inset
}

.dark-theme .design-place:before {
    background: #161515
}

.dark-theme .design-place--empty:before {
    color: #fff;
    background: 0 0
}

.dark-theme .send-form-outer {
    border-color: #bebebe;
    background: #737373
}

.dark-theme .footer-menu__item--separator {
    color: #c3c3c3
}

.dark-theme .accordion-item, .dark-theme .error-page-404, .dark-theme .order-payed h1, .dark-theme .order-payed__text, .dark-theme .order-payed__title, .dark-theme .tabs__item--active .tabs__link, .dark-theme .tabs__item--active .tabs__link:active, .dark-theme .tabs__item--active .tabs__link:hover, .dark-theme .text-page, .dark-theme .text-page .table td, .dark-theme .text-page .text-page__title-text, .dark-theme .text-page h4, .dark-theme .text-page h5, .dark-theme .text-page h6 {
    color: #a1a1a1
}

.dark-theme .accordion-item__name span {
    border-bottom-color: #a1a1a1
}

.dark-theme .pager__link {
    color: #6d6768
}

.dark-theme .pager__link--active, .dark-theme .pager__link--active:hover {
    color: #fff
}

.header--lk {
    padding-top: 55px
}

.button--card_buy {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    line-height: 40px;
    width: 144px;
    height: 42px;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #ee744a;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .45)
}

.button--card_buy:hover {
    color: #fff;
    background: #d66a44
}

.header-menu-block {
    width: 53.6%;
    margin: 0 auto
}

.header-menu {
    font-family: SegoeuUi, sans-serif;
    text-align: center
}

.header-menu__item {
    display: inline-block;
    margin: 0 10px
}

.header-menu__link {
    font-family: GalsLight, sans-serif;
}

.header-menu__link--active, .header-menu__link--active:active, .header-menu__link--active:hover {
    cursor: default;
    text-decoration: none;
    color: #0c0002
}

.logo-block {
    line-height: 62px;
    position: relative
}

.logo {
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 10px;
    color: #000
}
.logo--center {
    position: static;
    text-align: center;
}

.logo--lk {
    font-size: 32px
}

.logo--404 {
    font-size: 34px;
    position: relative;
    margin-bottom: 70px;
    padding-top: 80px;
    text-align: center;
    letter-spacing: 7px
}

.logo a {
    text-decoration: none;
    color: inherit
}

.social {
    float: right;
    margin-right: 140px;
    text-align: center
}

.social__text {
    font-family: GalsLight, sans-serif;
    display: inline-block;
    margin-right: 15px
}

.social--lk {
    float: right;
    margin-left: 0
}

.social-links {
    display: inline-block
}

.social-links--email {
    display: block;
    margin-top: 65px;
    text-align: center
}

.social-links__item {
    display: inline-block;
    margin-left: -3px
}

.cart {
    padding: 11px 0;
    background: #f8f8f8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11)
}

.cart-list {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.cart-opener-block {
    padding-top: 1px;
    text-align: right
}

.cart-opener {
    font-family: SegoeuUi, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    height: 43px;
    padding: 0 14px;
    text-decoration: none;
    color: #fff;
    border: none;
    background: #ee744a;
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .45)
}

.cart-opener:hover {
    color: #fff;
    background: #d66a44
}

.cart-opener__text {
    margin-right: 18px
}

.cart-slider {
    float: left;
    width: 76%
}

.cart-slider .slick-slide {
    text-align: left
}

.cart-slider .slick-next, .cart-slider .slick-prev {
    top: auto;
    bottom: 16px
}

.cart-item-image-block {
    margin-bottom: 20px;
    padding-top: 35px
}

.cart-item {
    font-family: SegoeuUi, sans-serif;
    font-size: 11px;
    line-height: 15px;
    position: relative;
    padding: 0 6.3% 50px
}

.cart-item__description {
    font-family: verdana, arial, sans-serif;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 12px 15px 12px 24px;
    background: #eae8e8
}

.cart-item__description--big {
    left: 100%;
    width: 200%;
    padding-right: 42px;
    padding-left: 42px
}

.cart-item__description--big .cart-item__description-image {
    float: left;
    margin-right: 30px;
    padding-bottom: 10px
}

.cart-item__description--big .cart-item__description-text {
    line-height: 20px;
    padding-top: 20px
}

.cart-item__description:after {
    position: absolute;
    top: 17%;
    left: -30px;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent;
    border-width: 15px;
    border-color: rgba(234, 232, 232, 0);
    border-right-color: #eae8e8;
    border-left-color: transparent
}

.cart-item__description--on_left {
    left: -100%
}

.cart-item__description--on_left:after {
    left: 100%;
    border-right-color: transparent;
    border-left-color: #eae8e8
}

.cart-item__description--on_left.cart-item__description--big {
    left: -200%
}

.cart-item__description--on_center.cart-item__description--big {
    left: -50%
}

.cart-item__description--on_center.cart-item__description--big:after {
    display: none
}

.cart-item__description-close {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #d86485;
    outline: 0;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.cart-item__description-close:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.cart-item__description-close:active {
    border-color: #95482e
}

.cart-item__description-close .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/layout/images/icons/cart-description-close-icon.png) center 50% no-repeat
}

.cart-item__description-image {
    padding: 20px 0
}

.cart-item__description-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.cart-item__description-text {
    line-height: 16px;
    color: #393737
}

.cart-item__image {
    position: relative;
    float: left;
    width: 47%;
    margin-right: 7%;
    cursor: pointer
}

.cart-item__image:after {
    position: absolute;
    top: auto;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    border-radius: 2px;
    box-shadow: inset 0 4px 2px -2px rgba(0, 0, 0, .1)
}

.cart-item__image img {
    max-width: 100%;
    height: auto;
    border-radius: 2px
}

.cart-item__par {
    float: left;
    padding-top: 15px
}

.cart-item__par-text {
    color: #a5a5a5
}

.cart-item__par-summary {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    color: #ed744a
}

.cart-item__par-summary--error {
    position: relative;
    color: #fd6565 !important
}

.cart-item__par-summary--error:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fd6565
}

.quote {
    position: relative
}

.quote:after, .quote:before {
    font-size: 23px;
    position: absolute;
    top: -5px;
    color: #ed744a
}

.quote--left:before {
    left: -17px;
    content: '«'
}

.quote--right:after {
    right: -17px;
    content: '»'
}

.cart-item-details {
    line-height: 19px;
    margin-bottom: 15px;
    color: #393737
}

.cart-item-details__label {
    width: 58px;
    color: #a5a5a5
}

.cart-item-controls {
    position: relative;
    overflow: hidden;
    text-align: right;
    white-space: nowrap
}

.cart-item-controls:before {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: #f4c3b2;
    left: -.5em;
    margin: 0 0 0 -50%
}

.cart-item-controls__button {
    padding: 0;
    vertical-align: middle;
    border: none;
    background: 0 0
}

.cart-item-controls.cart-item-controls--error:before {
    display: none
}

.cart-item-controls--error {
    white-space: normal
}

.cart-item-controls-error {
    font-family: SegoeuUi, sans-serif;
    font-size: 11px;
    float: left;
    width: 63%;
    max-width: 150px;
    text-align: center;
    vertical-align: middle;
    color: #fd6565
}

.pay-block {
    float: right;
    width: 24%;
    padding-top: 90px;
    text-align: center
}

.button--pay_button {
    width: 92%;
    max-width: 206px;
    margin-bottom: 25px
}

.button--pay_button .icon--pay {
    fill: #ed744a
}

.slogan {
    margin-top: -20px;
    padding-bottom: 50px;
    text-align: center;
}
.slogan--m2 {
    padding-bottom: 0px;
}

.mt-25 {
    margin-top: -25px !important;
}

.ml-180 {
    margin-left: 180px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.slogan--lk {
    padding-bottom: 35px
}

.slogan--lk .slogan__text {
    line-height: 25px;
    margin-bottom: 20px
}

.slogan__text {
    margin: 0 auto 15px;
    font-family: SegoeuUi, sans-serif;
    font-size: 24px;
    line-height: 35px;
    color: #000;
    max-width: 420px;
}

.slogan__link {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 14px;
}

.slogan__message {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
    color: #000
}

.design {
    margin-bottom: 40px
}

.design__title {
    margin-bottom: 43px
}

.design-block-decor {
    position: relative
}

.design-block-decor:after {
    position: absolute;
    top: 22%;
    left: 79.9%;
    width: 1px;
    height: 60px;
    content: '';
    background: #ccc
}

.design-block-decor-wo-own:after {
    display: none;
}

.design-slider {
    float: left;
    width: 77.65%;
    margin-bottom: 36px
}

.design-block-decor-wo-own .design-slider {
    width: 100%;
}

.design-slider .slick-slide {
    position: relative
}

.card-design-option-outer {
    padding: 28px 0;
    cursor: pointer
}

.card-design-option-outer:hover .card-design-option {
    top: -27px
}

.card-design-option-outer--empty {
    cursor: default
}

.card-design-option-outer--empty:hover .card-design-option {
    top: 0
}

.card-design-option {
    position: relative;
    top: 0;
    display: inline-block;
    width: 84.1%;
    margin: 0 auto;
    cursor: pointer;
    transition: all .3s ease 0s;
    border-radius: 8px
}

.card-design-option:after {
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
    border-radius: 8px;
    box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, .1)
}

.card-design-option img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.card-design-option--empty {
    cursor: default
}

.empty-design {
    border: 1px dashed #e5e5e5;
    border-radius: 8px
}

.slick-active.slick-active--active .card-design-option {
    top: -27px;
    cursor: default
}

.user-design {
    float: right;
    width: 19.46%;
    padding: 28px 0;
    cursor: pointer;
    text-align: right
}

.user-design:hover .user-design-option {
    top: -28px
}

.user-design-option {
    position: relative;
    top: 0;
    display: inline-block;
    width: 84.1%;
    transition: all .3s ease 0s;
    border-radius: 8px
}

.user-design-option:after {
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
    border-radius: 8px;
    box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, .1)
}

.user-design-option__text {
    font-family: SegoeuUi, sans-serif;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding-top: 43%;
    padding-left: 12%;
    text-align: left;
    color: #fff
}

.user-design-option__icon {
    position: absolute;
    top: 19%;
    left: 12%;
    width: 38px;
    height: 30px;
    content: '';
    background: url(/layout/images/icons/own-design-icon.png) no-repeat
}

.user-design-option img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.grats {
    margin-bottom: 85px
}

.grats__title {
    margin-bottom: 75px
}

.design-place-block {
    float: left
}

.design-place-block--empty .design-place-buttons {
    display: none
}

.design-place {
    position: relative;
    width: 330px;
    height: 204px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: inset 0 2px 4px 2px rgba(0, 0, 0, .1)
}

.design-place:after {
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
    border-radius: 12px;
    box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, .1)
}

.design-place:before {
    font-size: 22px;
    line-height: 51px;
    position: absolute;
    top: 76px;
    left: -77px;
    width: 204px;
    height: 52px;
    content: 'SEPHORA';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    border-radius: 12px 12px 0 0;
    background: #000
}

.design-place--empty:before {
    font-size: 22px;
    line-height: 204px;
    position: static;
    width: 100%;
    height: 100%;
    content: 'SEPHORA';
    color: #000;
    border-radius: 0;
    background: 0 0
}

.design-place-buttons {
    text-align: center
}

.button--design-place-button {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 14px;
    width: 114px;
    margin: 0 3px
}

.grats-words-block {
    float: right;
    width: 60.6%
}

.grats-words-form, .textarea-block {
    position: relative
}

.textarea-block--textarea_warning .textarea-warning {
    opacity: 1
}

.textarea-warning {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    position: absolute;
    top: -45px;
    left: 120px;
    width: 250px;
    padding-left: 45px;
    transition: all .3s ease 0s;
    opacity: 0
}

.textarea-warning:before {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '!';
    text-align: center;
    color: #fff;
    border: 1px solid #d86485;
    border-radius: 50%;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56943 100%)
}

.textarea--grats {
    box-sizing: border-box;
    width: 100%;
    height: 203px;
    padding: 30px 27px
}

.grats-words-buttons-block {
    position: absolute;
    top: auto;
    right: 90px;
    bottom: -18px;
    left: auto;
    transition: all .3s ease 0s
}

.grats-words-buttons-block--active {
    top: auto;
    bottom: -28px;
}

.par {
    margin-bottom: 45px;
}

.par.no_cards {
    margin-bottom: 0px;
}


.par__title {
    margin-bottom: 45px;
}

.par__title.no_cards {
    margin-bottom: 40px;
}

.par-label {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 17px;
    line-height: 21px;
    float: left;
    box-sizing: border-box;
    width: 34.04%;
    padding-top: 20px;
    padding-right: 3.19%;
    text-align: right
}

.par-label--user-choice {
    padding-top: 5px
}

.par-options-block {
    margin-bottom: 25px
}

.par-options {
    float: left;
    width: 65.96%
}

.par-options__item {
    float: left;
    margin-right: 1.6%;
    padding: 0 0 32px;
    cursor: pointer
}

.par-options__item:last-child {
    margin-right: 0
}

.par-options__item:hover .par-options__button {
    top: -20px
}

.par-options__button {
    font-family: verdana, arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 59px;
    position: relative;
    top: 0;
    width: 94px;
    height: 59px;
    cursor: pointer;
    transition: all .3s ease 0s;
    text-align: center;
    color: #ed744a;
    border: 1px solid #ddd9db;
    background: #eff1f3;
    background: linear-gradient(to bottom, #fff 0, #f0f2f4 100%)
}

.par-options__button:hover {
    border: 1px solid #afafaf;
    background: #eff1f3;
    background: linear-gradient(to bottom, #fff 0, #e4e4e4 100%)
}

.par-options__button:active {
    color: #fff;
    border: 1px solid #95492f;
    background: #ef835d;
    background: linear-gradient(to bottom, #d46742 0, #ef835d 100%)
}

.par-options__button--active {
    top: -20px;
    cursor: default;
    color: #fff !important;
    border: 1px solid #d86585;
    background: #ef835d;
    background: linear-gradient(to bottom, #f0835e 0, #d46842 100%)
}

.par-options__button--active:active, .par-options__button--active:hover {
    top: -20px;
    color: #fff;
    border: 1px solid #d86585;
    background: #ef835d;
    background: linear-gradient(to bottom, #f0835e 0, #d46842 100%)
}

.par-input-block {
    position: relative;
    float: left
}

.par-input-block__input {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 21px;
    box-sizing: border-box;
    width: 139px;
    height: 58px;
    padding: 0 46px 0 10px;
    transition: all .3s ease 0s;
    text-align: center;
    color: #666;
    border: 1px solid #e5dede;
    background: #fff;
    box-shadow: inset 4px 4px 8px 0 rgba(0, 0, 0, .1)
}

.par-input-block__input--error {
    color: #ebefee;
    background: #f66
}

.par-input-block__input:focus {
    border-color: #afafaf
}

.par-input-block__currency {
    font-size: 22px;
    line-height: 56px;
    position: absolute;
    top: 1px;
    right: 1px;
    left: auto;
    box-sizing: border-box;
    width: 48px;
    height: 56px;
    text-align: center;
    border-left: 1px solid #e5dede;
    background: #f4f1f3;
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, .1)
}

.par-message-block {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    float: left;
    margin-top: 18px;
    margin-left: 3.7%;
    color: #666
}

.par-message-block--error {
    margin-top: 10px;
    padding-left: 42px;
    color: #f66
}

.par-message-block--error .par-message-block__text {
    display: block
}

.par-message-block--error:before {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    content: '!';
    text-align: center;
    color: #fff;
    border: 1px solid #d86485;
    border-radius: 50%;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56943 100%)
}

.par-message-block .num {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 21px;
    line-height: 20px;
    vertical-align: top
}

.par-message-block__text {
    display: none
}

.par--count_cards {}
.par--count_cards .par-input-block__input {
    padding-left: 20px;
    padding-right: 20px;
}
.par--count_cards .total_amount {
    margin-top: 23px;
    margin-left: 3.7%;
    float: left;
    line-height: 24px;
    font-size: 11px;
    font-family: verdana,arial,sans-serif;
}
.par--count_cards span {
    display: inline-block;
    height: 24px;
}
.par--count_cards .total_amount__input {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 21px;
    line-height: 20px;
}
.par--count_cards .icon--total_cards {
    top: 2px;
    right: 1px;
    width: 20px;
    height: 20px;
    fill: #666;
}

.send__title {
    margin-bottom: 45px
}

.forms-block {
    margin-bottom: 45px;
}

.send-form-outer {
    float: left;
    box-sizing: border-box;
    width: 48.9%;
    padding: 4px;
    border: 1px solid #f1f1f1;
    background: #fcfcfc;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.send-form-outer:last-child {
    float: right
}

.send-form-outer--no_active {
    background: #fcfcfc;
    box-shadow: none
}

.send-form-outer--no_active .send-form {
    border-color: #fcfcfc;
    background: #fcfcfc
}

.send-form {
    box-sizing: border-box;
    height: 400px;
    padding: 35px 10% 45px 10%;
    border: 1px solid #eee;
    background: #f8f8f8
}

.send-form__title {
    font-family: GalsLight, sans-serif;
    font-size: 29px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: center;
    color: #000
}

.send-form__row {
    line-height: 24px;
    margin-bottom: 12px
}

.form_summary_error {
    line-height: 24px;
    margin-bottom: 12px;
    color: #ff080e;
}

.send-form__row:last-child {
    margin-bottom: 0
}

.send-form__row--big_indent {
    margin-bottom: 27px
}

.send-form__row--bigest_indent {
    margin-bottom: 60px
}

.send-form__label {
    font-family: SegoeuUi, sans-serif;
    font-size: 13px;
    float: left;
    width: 42%;
    color: #000
}

.send-form__input-positioner.card_expire {
    font-family: SegoeuUi,sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.send-form__label--small {
    font-size: 14px
}

.send-form__input, .send-form__textarea {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    line-height: 25px;
    box-sizing: border-box;
    width: 100%;
    height: 25px;
    padding: 0 12px;
    transition: border-color .3s ease 0s;
    color: #666;
    border: 1px solid #e5eaeb;
    background: #fff;
    box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, .04);
}
.send-form__input__star_place {
	float: right;
	width: 1px;
	height: 1px;
}
.send-form__input__star {
	font-family: SegoeuUi,sans-serif;
	line-height: 22px;
	font-size: 13px;
	color: #ff080e;
	position: absolute;
	margin-left: -8px;
	margin-top: -27px;
}
.send-form__input__self_place {
	float: right;
	width: 1px;
	height: 1px;
}
.send-form__input__self {
	font-family: SegoeuUi,sans-serif;
	white-space: nowrap;
	line-height: 22px;
	font-size: 13px;
	color: #848484;
	height: 23px;
    display: block;
    position: absolute;
	margin-left: -135px;
	margin-top: -25px;
	/*background-color: #fff;*/
}
.send-form__input__self__underline {
	text-decoration: underline;
	cursor: pointer;
}

.send-form__input:focus, .send-form__textarea:focus {
    border-color: #afafaf
}

.send-form__input--error, .send-form__textarea--error {
    color: #fff;
    background: #f66
}

.send-form__textarea {
    font-family: verdana, arial, sans-serif;
    height: 125px;
    resize: vertical
}

.send-form__input-positioner {
    float: left;
    width: 57%
}

.send-form__select {
    width: 163px
}

.send-form__select--wide {
    width: 100%
}

.checkbox {
    display: none
}

.checkbox + .checkbox-label {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #666
}

.checkbox + .checkbox-label:before {
    line-height: 10px;
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 12px;
    height: 11px;
    content: '';
    transition: all .3s ease 0s;
    text-align: center;
    color: #333;
    border: 1px solid #e5eaeb;
    background: #fff;
    box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, .04)
}

.checkbox:checked + .checkbox-label:before {
    content: '✓';
    border-color: #afafaf
}

.date-picker {
    position: relative;
    z-index: 101
}

.date-picker__icon {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 36px;
    height: 25px;
    cursor: pointer;
    border-right: 1px solid #e5ebeb;
    background-color: #f4f1f3;
    box-shadow: inset 3px 3px 6px 0 rgba(0, 0, 0, .04)
}

.date-picker__input {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 14px;
    line-height: 27px;
    box-sizing: border-box;
    width: 163px;
    height: 27px;
    padding-left: 36px;
    transition: all .3s ease 0s;
    text-align: center;
    color: #666;
    border: 1px solid #e5ebeb;
    background: #fff;
    box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, .04)
}

.date-picker__input:focus {
    border-color: #afafaf
}

.req {
    color: #ff080e
}

.terms-link {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 13px
}

.send-buttons {
    text-align: center
}
.add_more_hint {
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}
.total_order_amount_l {
    color: #000;
    margin-bottom: 5px;
    overflow: hidden;
}
.total_order_amount_l:before,
.total_order_amount_l:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 1px;
    width: 50%;
    position: relative;
    background-color: #e5e5e5;
}
.total_order_amount_l:before {
    right: 1.5em;
    margin-left: -50%;
}
.total_order_amount_l:after {
    left: 1.5em;
    margin-right: -50%;
}
.total_order_amount_l .icon--card_own_par_rubl {
    fill: #000000;
    top: 3px;
    left: -1px;
    width: 20px;
    height: 20px;
}
.total_order_amount_l__amount {
    font-weight: bold;
}
.total_order_amount_l__discount {
    color: #000;
    margin-top: 10px;
    margin-bottom: 30px;
}
.button--send {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    width: 206px;
    margin: 0 8px
}

.button--send .icon--basket {
    top: 2px;
    width: 13px;
    height: 13px;
    fill: #ed744a
}

.error-page-404-outer {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 7px;
    border: 1px solid #eee;
    background: #f2f2f2;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.error-page-404 {
    font-family: SegoeuUi, sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 140px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: #fff
}

.error-page-404__title {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 87px;
    margin-bottom: 27px;
    color: #cdd1d5
}

.error-page-404__title-text {
    position: relative;
    top: -18px;
    padding: 0 54px;
    background: #fff;
}

@media (max-width: 700px) {
    .error-page-404__title-text {
        line-height: 36px;
        padding: 0px;
    }
}

.error-page-404__text {
    margin-bottom: 53px
}

.error-page-404 .start {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 55px;
    line-height: 50px;
    text-decoration: none;
    text-transform: none;
    color: #ed7951
}

.error-page-404 .start:hover {
    text-decoration: underline
}

.sms-auth-popup {
    position: absolute;
    z-index: 101;
    top: 315px;
    left: 50%;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 940px;
    margin-left: -470px;
    padding-top: 60px;
    padding-bottom: 165px;
    background: #fff
}

.sms-auth-popup__inner {
    width: 100%;
    max-width: 504px;
    margin: 0 auto
}

.sms-auth-popup__title {
    font-family: GalsLight, sans-serif;
    font-size: 32px;
    margin-bottom: 60px;
    text-align: center;
    color: #000
}

.sms-auth-popup__text {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #393737
}

.auth-form-outer {
    padding: 4px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.auth-form {
    padding-top: 45px;
    padding-bottom: 60px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.auth-form__title {
    font-family: SegoeuUi, sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000
}

.auth-form__input {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 15px;
    line-height: 36px;
    box-sizing: border-box;
    width: 200px;
    height: 36px;
    padding: 0 20px;
    color: #666;
    border: 1px solid #e5ebeb;
    background: #fff
}

.auth-form__text {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    width: 306px;
    margin: 0 auto 30px;
    color: #999
}

.auth-form__text--error {
    position: relative;
    margin-top: 55px;
    color: #c00
}

.auth-form__text--error:before {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: 3px;
    left: -38px;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '!';
    text-align: center;
    color: #fff;
    border: 1px solid #d86485;
    border-radius: 50%;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56943 100%)
}

.auth-form .code-block, .auth-form .phone-block {
    width: 200px;
    margin: 0 auto
}

.auth-form .phone-block {
    margin-bottom: 50px
}

.auth-form--button {
    box-sizing: border-box;
    width: 200px;
    margin-top: 13px
}

.tabs {
    font-family: SegoeuUi, sans-serif;
    font-size: 0;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5
}

.tabs__item {
    font-size: 16px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    width: 175px;
    margin-bottom: -1px;
    cursor: pointer;
    border-bottom-color: #fff
}

.tabs__item--active {
    cursor: default;
    border: 1px solid #e5e5e5;
    border-bottom-color: #fff
}

.tabs__item--active .tabs__link {
    font-weight: 700;
    cursor: default;
    text-decoration: none;
    color: #000
}

.tabs__item--active .tabs__link:active, .tabs__item--active .tabs__link:hover {
    color: #000
}

.order-list {
    font-size: 0;
    margin-left: -2%;
    text-align: center
}

.order {
    font-family: SegoeuUi, sans-serif;
    font-size: 12px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    margin-left: 2%;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 6px 5px -3px rgba(0, 0, 0, .11)
}

.order__inner {
    padding-right: 5.1%;
    padding-left: 8.4%
}

.order__title {
    font-size: 15.55px;
    text-align: center;
    text-transform: uppercase;
    color: #a5a5a5
}

.order__title-text {
    position: relative;
    top: -5px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff
}

.order__title-text--orange {
    color: #ed744a
}

.order__title-number, .order__title-number a {
    color: #544c4d
}

.order-item {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: left
}

.order-item__image {
    float: left;
    width: 44%;
    cursor: pointer
}

.order-item__image img {
    max-width: 100%;
    height: auto;
    border-radius: 2px
}

.order-item__details {
    float: right;
    width: 48.8%;
    margin-top: -4px
}

.order-item__details-option {
    margin-bottom: 10px
}

.order-item__label {
    font-size: 11px;
    color: #a5a5a5
}

.order-item__detail {
    line-height: 18px;
    color: #393737
}

.order-item__par-summary {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #ed744a
}

.order-item__card-number {
    margin-bottom: 0;
    padding-top: 8px;
    color: #666
}

.order-slider .slick-next, .order-slider .slick-prev {
    top: 175px;
    right: auto
}

.order-slider .slick-prev {
    left: 0
}

.order-slider .slick-next {
    left: 35px
}

.order-add-card {
    font-size: 50px;
    line-height: 74px;
    display: inline-block;
    width: 136px;
    height: 86px;
    margin: 70px auto 73px;
    text-align: center;
    text-decoration: none;
    color: #ed744a;
    border: 1px dashed #e5e5e5;
    border-radius: 8px
}

.card-list {
    font-size: 0;
    margin-left: -2%;
    text-align: center
}

.card-list-item {
    font-family: SegoeuUi, sans-serif;
    font-size: 12px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    min-height: 318px;
    margin-bottom: 30px;
    margin-left: 2%;
    vertical-align: top;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 6px 5px -3px rgba(0, 0, 0, .11)
}

.card-list-item__inner {
    padding-right: 5.1%;
    padding-left: 8.4%
}

.card-list-item__title {
    font-size: 15.55px;
    text-align: center;
    text-transform: uppercase;
    color: #a5a5a5
}

.card-list-item__title-text {
    position: relative;
    top: -5px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    background: #fff
}

.card-list-item__title-number, .card-list-item__title-number a {
    color: #544c4d
}

.card {
    padding-top: 30px;
    text-align: left
}

.card__image-block {
    float: left;
    width: 44%
}

.card__image {
    cursor: pointer
}

.card__image img {
    max-width: 100%;
    height: auto;
    border-radius: 2px
}

.card__details {
    float: right;
    width: 43.8%
}

.card__details-option {
    margin-bottom: 10px
}

.card__details-option:last-child {
    margin-bottom: 5px
}

.card__label {
    font-size: 11px;
    color: #a5a5a5
}

.card__detail {
    line-height: 18px;
    color: #393737
}

.card__par-summary {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #ed744a
}

.card__par-summary--grey {
    color: #a5a5a5 !important
}

.card__par-summary .wasted {
    text-decoration: line-through
}

.card__card-number {
    margin-bottom: 0;
    padding-top: 8px;
    color: #666
}

.button--card_pin_button {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    position: relative;
    bottom: -18px;
    width: 194px
}

.print-import {
    padding-top: 20px;
    text-align: center
}

.import-button, .print-button {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 4px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: 0 0
}

.card-description-outer {
    position: relative;
    box-sizing: border-box;
    max-width: 320px;
    padding: 4px;
    border: 1px solid #eee;
    background: #fff
}

.card-description-outer:after, .card-description-outer:before {
    position: absolute;
    top: 80px;
    right: 100%;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent
}

.card-description-outer:after {
    margin-top: -15px;
    border-width: 15px;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff
}

.card-description-outer:before {
    margin-top: -16px;
    border-width: 16px;
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee
}

.card-description-outer--on_right:after, .card-description-outer--on_right:before {
    left: 100%
}

.card-description-outer--on_right:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff
}

.card-description-outer--on_right:before {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #eee
}

.card-description {
    position: relative;
    z-index: 1;
    padding: 40px 0 45px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.card-description:after, .card-description:before {
    position: absolute;
    top: 75px;
    right: 100%;
    width: 0;
    height: 0;
    content: '';
    pointer-events: none;
    border: solid transparent
}

.card-description:after {
    margin-top: -13px;
    border-width: 13px;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #f8f8f8
}

.card-description:before {
    margin-top: -14px;
    border-width: 14px;
    border-color: rgba(238, 238, 238, 0);
    border-right-color: #eee
}

.card-description-outer--on_right .card-description:after, .card-description-outer--on_right .card-description:before {
    left: 100%
}

.card-description-outer--on_right .card-description:after {
    border-color: rgba(248, 248, 248, 0);
    border-left-color: #f8f8f8
}

.card-description-outer--on_right .card-description:before {
    border-color: rgba(238, 238, 238, 0);
    border-left-color: #eee
}

.card-description__image-block {
    text-align: center
}

.card-description__image {
    position: relative;
    display: inline-block;
    margin-bottom: 40px
}

.card-description__image:after {
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
    border-radius: 8px;
    box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, .1)
}

.card-description__image img {
    border-radius: 8px
}

.card-description__details {
    font-family: SegoeuUi, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #a5a5a5
}

.card-description__details .first-cell {
    float: left;
    box-sizing: border-box;
    width: 154px;
    padding-right: 11px;
    padding-left: 10px;
    text-align: right;
    word-wrap: break-word
}

.card-description__details .second-cell {
    float: left;
    box-sizing: border-box;
    width: 154px;
    padding-right: 10px;
    padding-left: 11px;
    word-wrap: break-word
}

.card-description__details .person-name {
    font-size: 12px;
    color: #393737
}

.card-description__text {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    margin-top: 40px;
    padding-right: 45px;
    padding-left: 45px;
    color: #393737
}

.card-description-close {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 22px;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #d86485;
    outline: 0;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.card-description-close:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.card-description-close:active {
    border-color: #95482e
}

.card-description-close .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/layout/images/icons/cart-description-close-icon.png) center 50% no-repeat
}

.card-popup {
    position: absolute;
    z-index: 101;
    top: 130px;
    left: 50%;
    display: none;
    box-sizing: border-box;
    width: 940px;
    margin-left: -470px;
    padding: 70px 3.5% 38px;
    background-color: #fff;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.card-popup__logo {
    margin-bottom: 65px;
    text-align: center
}

.card-popup__card-text {
    font-family: SegoeuUiItalic, sans-serif;
    font-size: 12.64px;
    line-height: 18px;
    margin-bottom: 40px;
    text-align: center;
    color: #000
}

.card-popup__text {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 55px;
    padding: 0 4%;
    color: #000
}

.card-popup__footer {
    font-family: SegoeuUi, sans-serif;
    font-size: 12.8px;
    text-align: center;
    color: #606060
}

.card-popup__footer-logo {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle
}

.card-info {
    margin-bottom: 40px
}

.card-info__block {
    float: left;
    width: 50%;
    text-align: center
}

.card-info__title {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 31px;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: center;
    color: #000
}

.card-info__number {
    font-family: SegoeuUi, sans-serif;
    font-size: 15px;
    margin-bottom: 20px;
    color: #544c4d
}

.card-info__number span {
    color: #a5a5a5
}

.card-info__lifetime {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 24px;
    padding: 13px;
    color: #fff;
    background-color: #333
}

.card-info__barcode {
    margin-bottom: 20px
}

.action-link {
    font-family: SegoeuUi, sans-serif;
    color: #ed744a
}

.action-link:hover {
    text-decoration: none
}

.action-link .icon {
    margin-right: 4px;
    vertical-align: middle
}

.card-design {
    position: relative;
    max-width: 330px;
    height: 204px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 12px;
    box-shadow: inset 0 2px 4px 2px rgba(0, 0, 0, .1)
}

.card-design:after {
    position: absolute;
    top: auto;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 18px;
    content: '';
    border-radius: 12px;
    box-shadow: inset 0 8px 4px -4px rgba(0, 0, 0, .1)
}

.card-design:before {
    font-size: 22px;
    line-height: 51px;
    position: absolute;
    top: 76px;
    left: -77px;
    width: 204px;
    height: 52px;
    content: 'SEPHORA';
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff;
    border-radius: 12px 12px 0 0;
    background: #000
}

.card-design .design-place {
    margin: 0 auto 70px;
    border: 1px solid #ededed
}

.ribbon {
    position: absolute;
    z-index: 1;
    right: -14px;
    bottom: -17px;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, .11)
}

.ribbon__text {
    font-family: SegoeuUi, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    display: block;
    margin: 0 0 0 26px;
    padding: 0 22px 0 18px;
    text-align: center;
    color: #fff;
    background: #d46842
}

.ribbon:before, .ribbon__text:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ''
}

.ribbon:before {
    top: 0;
    left: 0;
    border: 22px solid #d46842;
    border-left-color: transparent
}

.ribbon__text:after {
    top: -14px;
    border: 7px solid #b36951;
    border-top-color: transparent;
    right: 0;
    border-right-color: transparent
}

.card-popup-close, .sms-auth-popup-close {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20px;
    right: 22px;
    display: block;
    width: 27px;
    height: 27px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid #d86485;
    outline: 0;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.card-popup-close:hover, .sms-auth-popup-close:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.card-popup-close:active, .sms-auth-popup-close:active {
    border-color: #95482e
}

.card-popup-close .icon, .sms-auth-popup-close .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/layout/images/icons/cart-description-close-icon.png) center 50% no-repeat
}

.how-to-use {
    font-size: 0;
    margin-bottom: 50px;
    padding: 40px 27px 30px;
    text-align: center;
    border: 1px dashed #ccc
}

.how-to-use--3_steps .how-to-use__item {
    width: 33%
}

.how-to-use--3_steps .how-to-use__text {
    font-size: 14.22px
}

.how-to-use--4_steps .how-to-use__item {
    width: 24%
}

.how-to-use--4_steps .how-to-use__item--big {
    width: 180px
}

.how-to-use--5_steps .how-to-use__item {
    width: 19%
}

.how-to-use--5_steps .how-to-use__item--big {
    width: 180px
}

.how-to-use__title {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 19px;
    margin-bottom: 35px;
    text-align: center;
    color: #000
}

.how-to-use__item {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.how-to-use__image {
    margin-bottom: 30px
}

.how-to-use__text {
    font-family: SegoeuUiItalic, sans-serif;
    font-size: 11.47px;
    line-height: 15px;
    color: #000
}

.send-form--service {
    height: auto;
    min-height: 760px;
    padding-top: 55px;
    padding-bottom: 25px
}

.send-form__title--service {
    font-family: SegoeuUi, sans-serif;
    font-size: 21px;
    margin-bottom: 30px;
    color: #666
}

.service-tip {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 90px;
    color: #393737
}

.lk-auth-form {
    padding-top: 30px;
    padding-bottom: 60px
}

.lk-auth-form__label {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 15px;
    color: #000
}

.lk-auth-form__button-block {
    margin-top: 25px;
    text-align: center
}

.send-form__input--big {
    font-size: 18px;
    line-height: 38px;
    height: 38px
}

.button--lk_auth_form {
    width: 110px
}

.error-block {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    position: relative;
    margin-top: 65px;
    padding-left: 38px;
    color: #c00
}

.error-block:before {
    font-size: 15px;
    line-height: 24px;
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: '!';
    text-align: center;
    color: #fff;
    border: 1px solid #d86485;
    border-radius: 50%;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56943 100%)
}

.faq-title {
    margin: 45px 0
}

.faq-item {
    margin-top: -1px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.faq-item:first-child {
    margin-top: 0
}

.faq-item__name {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 30px 6.38% 35px
}

.faq-item__text {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    display: none;
    padding: 0 15.96% 40px;
    color: #666
}

.faq-item__text--active {
    display: block
}

.faq-item__text p {
    margin-bottom: 20px
}

.faq-item__text p:last-child {
    margin-bottom: 0
}

.faq-button {
    font-weight: 700;
    line-height: 18px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-right: 3.2%;
    margin-bottom: 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    color: #fff;
    border: 1px solid #a1a1a1;
    background: linear-gradient(to bottom, #a1a1a1 0, #a1a1a1 100%);
    box-shadow: 0 0 5px 0 rgba(153, 153, 153, .75)
}

.faq-button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background: url(/layout/images/icons/faq-button-plus.png) center 50% no-repeat
}

.faq-button:hover {
    border-color: #d96582;
    background: linear-gradient(to bottom, #ee805f 0, #d66947 100%)
}

.faq-button:active {
    border-color: #9a4b30;
    background: linear-gradient(to bottom, #d26642 0, #e97e5a 100%)
}

.faq-button--active {
    border-color: #d96582;
    background: linear-gradient(to bottom, #ee805f 0, #d66947 100%)
}

.faq-button--active:before {
    background: url(/layout/images/icons/faq-button-minus.png) center 50% no-repeat
}

.faq-button--active:hover {
    border-color: #d96582;
    background: linear-gradient(to bottom, #d56846 0, #ed805e 100%)
}

.faq-button--active:active {
    border-color: #9a4b30;
    background: linear-gradient(to bottom, #d26642 0, #e97e5a 100%)
}

.button--get_help {
    width: 242px
}

.faq-two-cols {
    margin: 65px 0 95px
}

.faq-two-cols__button-block {
    float: left;
    width: 50%;
    text-align: center
}

.faq-two-cols .digift-phone-block {
    float: left;
    width: 50%;
    margin: 0
}

.order-no-payed {
    position: absolute;
    z-index: 101;
    top: 180px;
    left: 50%;
    box-sizing: border-box;
    width: 728px;
    margin-left: -364px;
    padding: 160px 0 155px;
    border: 6px solid #fff;
    background: #eae8e8
}

.order-no-payed__title {
    font-family: SegoeuUi, sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 80px;
    text-align: center;
    color: #333
}

.order-no-payed__title .colored-text {
    color: #ed7951
}

.order-no-payed__text {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    max-width: 520px;
    margin: 0 auto 60px;
    padding: 0 10px;
    color: #393737
}

.order-no-payed__text h3 {
    font-family: SegoeuUi, sans-serif;
    font-size: 21px;
    margin-bottom: 25px;
    text-transform: none;
    color: #666
}

.footer {
    min-height: 90px;
}
.footer--m2 {
    padding-top: 25px;
}
.copy a.footer_logo {
    float: none;
    margin-left: 0px;
}

.footer-menu {
    line-height: 22px;
    text-align: center;
    color: #6d6768
}

.footer-menu--email {
    margin-top: 60px;
    margin-bottom: 60px
}

.footer-menu__item {
    font-family: GalsLight, sans-serif;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px
}

.footer-menu__link {
    color: inherit
}

.footer-logo {
    font-family: SegoeuUi, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #434343
}

.shade {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, .5)
}

.load {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    position: absolute;
    z-index: 101;
    top: 160px;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 75px;
    text-align: center;
    color: #000;
    background: #fff
}

.load__title {
    font-family: GalsLight, sans-serif;
    font-size: 32px;
    line-height: 22px;
    margin-bottom: 100px;
    text-transform: none;
    color: #000
}

.load .numbered-list {
    margin-bottom: 65px
}

.load .numbered-list li {
    margin-bottom: 13px
}

.button--load {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 13px;
    width: 246px
}

.crop {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    position: absolute;
    z-index: 101;
    top: 160px;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 25px;
    text-align: center;
    color: #000;
    background: #fff
}

.crop__title {
    font-family: GalsLight, sans-serif;
    font-size: 32px;
    line-height: 22px;
    margin-bottom: 50px;
    text-transform: none;
    color: #000
}

.crop .numbered-list {
    margin-bottom: 20px
}

.crop .numbered-list li {
    margin-bottom: 13px
}

.crop-container {
    position: relative;
    max-width: 704px;
    margin: 0 auto 35px
}

.crop-container .cropper-dragger {
    box-shadow: 5px 5px 57px 0 rgba(0, 0, 0, .49)
}

.crop-container .cropper-viewer {
    outline: #14191b solid 2px
}

.crop-container .cropper-point, .crop-container .cropper-point.point-se {
    width: 7px;
    height: 7px;
    opacity: 1;
    border: 1px solid #14191b;
    background: #fff
}

.crop-container .cropper-point.point-nw {
    top: -5px;
    left: -5px
}

.crop-container .cropper-point.point-sw {
    bottom: -5px;
    left: -5px
}

.crop-container .cropper-point.point-se {
    right: -5px;
    bottom: -5px
}

.crop-container .cropper-point.point-ne {
    top: -5px;
    right: -5px
}

.crop-container .cropper-point.point-e, .crop-container .cropper-point.point-n, .crop-container .cropper-point.point-s, .crop-container .cropper-point.point-w {
    display: none
}

.crop-container .cropper-face {
    opacity: 1;
    background: 0 0
}

.crop-container-buttons-block {
    position: absolute;
    z-index: 1;
    top: 16px;
    right: 25px;
    left: auto;
    width: 65px
}

.crop-control-button, .crop-popup-close {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    padding: 0;
    cursor: pointer;
    vertical-align: top;
    color: transparent;
    border: 1px solid #d86485;
    outline: 0;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.crop-control-button:hover, .crop-popup-close:hover {
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

.crop-control-button:active, .crop-popup-close:active {
    border-color: #95482e
}

.crop-popup-close {
    position: absolute;
    top: 35px;
    right: 35px
}

.crop-popup-close .icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(/layout/images/icons/cart-description-close-icon.png) center 50% no-repeat
}

.save {
    position: absolute;
    z-index: 101;
    top: 180px;
    left: 50%;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 730px;
    margin-left: -365px;
    padding: 7px;
    background: #fff
}

.save__inner {
    padding-top: 85px;
    padding-bottom: 85px;
    background: #eae8e9
}

.save__title {
    font-family: GalsLight, sans-serif;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: center;
    color: #363435
}

.save__buttons-block {
    text-align: center
}

.save .button--save {
    width: 102px
}

.how-to-use-popup {
    position: absolute;
    z-index: 101;
    top: 130px;
    left: 50%;
    display: none;
    box-sizing: border-box;
    width: 940px;
    margin-left: -470px;
    padding: 65px 6.1% 80px;
    background-color: #f8f8f8;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .11)
}

.how-to-use-popup:after, .how-to-use-popup:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    content: ''
}

.how-to-use-popup:before {
    top: -2px;
    background: url(/layout/images/how-to-use-popup/how-to-use-popup-top-decor.png) repeat-x
}

.how-to-use-popup:after {
    top: auto;
    bottom: -2px;
    background: url(/layout/images/how-to-use-popup/how-to-use-popup-bottom-decor.png) repeat-x
}

.how-to-use-popup__title {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 50px;
    text-align: center;
    color: #333
}

.instructions-title {
    font-family: SegoeuUiSemiBold, sans-serif;
    font-size: 21px;
    line-height: 30px;
    display: inline-block;
    margin-top: -19px;
    margin-bottom: 30px;
    padding-right: 18px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #f8f8f8
}

.instructions-block {
    float: left;
    border-top: 1px solid #dddee1;
    border-right: 1px solid #dddee1
}

.instructions-block--first {
    width: 64.2%
}

.instructions-block--second {
    float: right;
    width: 29.6%
}

.instructions-block__item {
    display: inline-block;
    width: 180px;
    margin-bottom: 70px;
    text-align: center;
    vertical-align: top
}

.instructions-block__item--last {
    margin-bottom: 0
}

.instructions-block__image {
    margin-bottom: 40px
}

.instructions-block__image--big {
    margin-top: 10px
}

.instructions-block__text {
    font-family: SegoeuUi, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000
}

.instructions-block__separator {
    display: inline-block;
    width: 17.7%;
    min-width: 25px;
    height: 116px;
    vertical-align: top;
    background: url(/layout/images/how-to-use-popup/next-arrow.png) center 50% no-repeat
}

.instructions-block__separator--hide_first, .instructions-block__separator--hide_second {
    display: none
}

.order-payed-outer {
    box-sizing: border-box;
    max-width: 720px;
    margin: 90px auto 15px;
    padding: 7px;
    border: 1px solid #eee;
    background: #f2f2f2;
    box-shadow: 0 6px 5px -3px rgba(0, 0, 0, .11)
}

.order-payed {
    padding-bottom: 115px;
    background: #fff
}

.order-payed__title {
    font-family: SegoeuUiLight, sans-serif;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    top: -18px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.order-payed__title span {
    display: inline-block;
    padding: 0 5%;
    background: #fff
}

.order-payed h1 {
    font-family: SegoeuUi, sans-serif;
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 75px;
    text-align: center;
    text-transform: none;
    color: #313131
}

.order-payed__text {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    max-width: 410px;
    margin: 0 auto;
    color: #393737
}

.order-payed__text p {
    margin-bottom: 24px
}

.order-payed__text p:last-child {
    margin-bottom: 0
}

.slogan-header-unified h1 {
    margin: 0px auto 10px;
    max-width: 420px
}


.one-big-design .design-place-block{
    text-align: center;
    margin-top: 50px;
}
.one-big-design .design-place-block--m2 {
    margin-top: 0px;
}
.one-big-design .js-design-place-block{
    float: none;
}
.one-big-design .js-design-place-block .js-design-place{
    margin: 0 auto;
}
.one-big-design .text{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.one-big-design .send-form__row{
    margin-bottom: 20px;
}
.one-big-design .btn{
    text-align: center;
}
.one-big-design .btn a{
    margin: 10px auto;
    color: #FFF;
    background: #3950DD;
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    width: 250px;
    text-decoration: none;
}
.one-big-design .text-center {
    width: 330px;
    margin: 0 auto;
}
.one-big-design .send-form__loader {
	min-height: 24px;
	text-align: center;
}

.cart_icon_block {
    width: 100%;
    right: 0px;
    top: 0px;
    position: fixed;
    z-index: 100;
    height: 0px;
    overflow-y: visible;
}
.cart_icon_block_place {
    max-width: 940px;
    min-width: 320px;
    position: relative;
    left: 0px;
    top: 0px;
    margin: 0 auto;
    height: 0px;
    overflow-y: visible;
}
.cart_icon_block_place_inner {
    float: right;
    margin-right: 2px;
    margin-top: 30px;
    position: relative;
}
/*.cart_icon_block.affix-top {
    
}*/
/*.cart_icon_block.affix {
    top: 50%;
    margin-top: -18px;
}*/
.cart_icon_block__icon {
    cursor: pointer;
    text-decoration: none;
    font-size: 28px;
    padding: 4px 5px 4px 4px;
}
.cart_icon_block__icon__count {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    min-height: 22px;
    min-width: 22px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-radius: 10px;
    background-color: #999999;
}

.cart_icon_block_show {
    display: block;
}
.cart_icon_block_hide {
    display: none;
}

.popup {
    display: none;
    background-color: #fff;
}
.popup--cart {
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-y: auto;
}
.popup__cart_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.pwc__back_place {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.pwc__back_place .pwc__back {
    position: static;
    margin-left: 40px;
}
.mobile_cart_show {
    display: block;
}
.mobile_cart_hide {
    display: none;
}

@media screen and (max-width: 960px) {
    .sms-auth-popup {
        width: 600px;
        margin-left: -300px
    }

    .how-to-use-popup {
        width: 800px;
        margin-left: -400px
    }

    .card-popup {
        width: 768px;
        margin-left: -384px
    }

    .how-to-use--3_steps .how-to-use__text {
        font-size: 11.47px
    }

    .how-to-use--5_steps .how-to-use__item {
        width: 33%
    }

    .instructions-block__separator {
        width: 7%
    }
}

@media screen and (max-width: 940px) {
    .sms-auth-popup {
        width: 600px;
        margin-left: -300px
    }
}

@media screen and (max-width: 860px) {
    .grats {
        margin-bottom: 75px
    }

    .grats__title {
        margin-bottom: 55px
    }

    .design-place-block {
        float: none
    }

    .design-place {
        margin-right: 20px;
        margin-bottom: 25px;
        margin: 0 auto 25px;
    }

    .design-place-buttons {
        float: left;
        width: 120px
    }

    .grats-words-block {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .button--design-place-button {
        margin-top: 7px
    }

    .textarea-warning {
        left: 350px;
        width: 215px
    }

    .how-to-use-popup {
        width: 768px;
        margin-left: -384px
    }
}

@media screen and (max-width: 800px) {
    .par__title {
        margin-bottom: 55px
    }

    .par-label {
        width: 31%
    }

    .card-popup, .how-to-use-popup {
        width: 600px;
        margin-left: -300px
    }

    .how-to-use--3_steps .how-to-use__item, .how-to-use--4_steps .how-to-use__item {
        width: 48%;
        margin-bottom: 20px
    }

    .card-info__block {
        float: none;
        width: 100%
    }

    .card-info__block + .card-info__block {
        margin-top: 40px
    }

    .instructions-block {
        float: none;
        width: 100%;
        border-right: none
    }

    .instructions-block--first {
        margin-bottom: 70px
    }

    .instructions-block__content {
        text-align: center
    }

    .instructions-block__separator {
        width: 17.7%
    }

    .instructions-block__image--big {
        margin-top: 0
    }

    .instructions-block__image--big_near {
        padding-top: 19px
    }

    .instructions-block__separator--hide_second {
        display: inline-block;
        height: 137px
    }
}

@media screen and (max-width: 768px) {
    .cart-item__description--big {
        left: 0
    }

    .cart-item__description--big:after {
        display: none
    }

    .cart-item__description--on_left.cart-item__description--big {
        left: -100%
    }

    .cart-slider {
        width: 68%
    }

    .pay-block {
        width: 32%
    }

    .par-options-block .par-label {
        float: none;
        width: 100%;
        margin-bottom: 55px;
        padding-top: 0;
        padding-right: 0;
        text-align: left
    }

    .par-label {
        padding-left: 7.4%
    }

    .par-options {
        width: 92.6%;
        margin-left: 7.4%
    }

    .par-user-choice .par-label {
        width: auto
    }

    .forms-block {
        margin-bottom: 50px
    }

    .send-form-outer {
        float: none;
        width: 460px;
        margin: 0 auto
    }

    .send-form-outer:last-child {
        float: none
    }

    .send-form-outer:first-child {
        margin-bottom: 15px
    }

    .design {
        margin-bottom: 30px
    }

    .design-block-decor:after {
        left: 75.1%
    }

    .design-slider {
        width: 72%
    }

    .user-design {
        width: 24%
    }

    .user-design-option__text {
        font-size: 12px
    }

    .card-popup, .order-no-payed, .save {
        width: 600px;
        margin-left: -300px
    }
}

@media screen and (max-width: 680px) {
    .social--lk {
        float: none
    }

    .logo--lk {
        font-size: 32px;
        position: static;
        text-align: center
    }
}

@media screen and (max-width: 640px) {
    .social {
        float: none;
        margin: 0
    }
    .logo {
        position: static;
        text-align: center;
    }
    .grats {
        margin-bottom: 70px
    }

    .grats__title {
        margin-bottom: 35px
    }

    .design-place {
        float: none;
        margin: 0 auto 25px
    }

    .one-big-design .js-design-place-block .js-design-place {
        width: 228px;
        height: 138px;
    }
    .one-big-design .text-center {
        width: 228px;
    }

    .design-place-buttons {
        float: none;
        width: 100%;
        margin-bottom: 35px
    }

    .button--design-place-button {
        margin-top: 0
    }

    .grats-words-block {
    }

    .textarea-warning {
        left: 25px;
        top: 140px
    }

    .user-design-option__text {
        padding-top: 40%
    }

    .card-popup, .order-no-payed {
        width: 480px;
        margin-left: -240px
    }

    .how-to-use--5_steps .how-to-use__item {
        width: 50%;
        margin-bottom: 20px
    }

    .sms-auth-popup {
        width: 480px;
        margin-left: -240px
    }

    .sms-auth-popup__text {
        padding: 0 15px
    }

    .how-to-use__separator {
        display: none
    }

    .how-to-use__image {
        margin-bottom: 20px
    }

    .how-to-use__text {
        width: auto;
        text-align: center
    }

    .how-to-use-popup, .save {
        width: 480px;
        margin-left: -240px
    }

    .instructions-block__item, .instructions-block__separator {
        display: block;
        width: 100%
    }

    .instructions-block__item {
        margin-bottom: 0
    }

    .instructions-block__separator {
        display: block;
        width: 100%;
        height: 25px;
        margin-top: 10px;
        margin-bottom: 10px;
        background: url(/layout/images/how-to-use-popup/next-arrow--vertical.png) center 0 no-repeat
    }
    
    .textarea--grats {
        height: 130px;
    }
    
    .slogan-header-unified h1 {
        margin-top: 10px;
    }
    
    .grats-words-block .textarea-warning {
        left: 25px;
        top: 140px
    }

    .total_amount__input {
        width: 150px !important;
    }
    .par--count_cards .total_amount {
        min-width: 150px;
    }
    .par--count_cards .total_amount__input {
        width: auto !important;
    }
}

@media screen and (max-width: 612px) {
    .card-description-outer:after, .card-description-outer:before, .card-description:after, .card-description:before {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .slogan {
        padding-bottom: 30px;
    }
    .slogan--m2 {
        padding-bottom: 0px;
    }
    .card-popup {
        width: 320px;
        margin-left: -160px
    }

    .how-to-use--3_steps .how-to-use__item, .how-to-use--4_steps .how-to-use__item, .how-to-use--5_steps .how-to-use__item {
        width: 100%
    }
}

@media screen and (max-width: 540px) {
    .cart-item__description--big {
        width: 100%
    }

    .cart-item__description, .cart-item__description--on_center.cart-item__description--big, .cart-item__description--on_left.cart-item__description--big {
        left: 0
    }

    .lined-title--left {
        text-align: center
    }

    .lined-title--left:after, .lined-title--left:before {
        width: 50%
    }

    .lined-title--left:before {
        left: -.5em;
        margin: 0 0 0 -50%
    }

    .lined-title--left:after {
        left: .5em
    }

    .cart-slider {
        float: none;
        width: 100%
    }

    .pay-block {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-bottom: 45px
    }

    .cart-item {
        padding: 0 20.5% 45px
    }

    .cart-slider .slick-next, .cart-slider .slick-prev {
        bottom: 48px
    }

    .cart-slider .slick-prev {
        right: auto;
        left: 0
    }

    .cart-slider .slick-next {
        right: 0
    }

    .social {
        float: none;
        margin: 0
    }

    .logo {
        position: static;
        text-align: center
    }

    .slogan__text {
        line-height: 30px;
        margin-bottom: 10px
    }

    .slogan__link {
        font-size: 15px;
        line-height: 18px;
        display: block;
        padding: 0 40px
    }

    .par-label {
        padding-left: 3.4%
    }

    .par-options {
        margin-left: 3.4%
    }

    .par-options__item {
        margin-right: 1.6%;
        margin-left: 0
    }

    .design-block-decor:after {
        display: none
    }

    .design__title {
        margin-bottom: 17px
    }

    .design-slider {
        float: none;
        width: 100%
    }

    .user-design {
        float: none;
        width: 33.3%;
        margin: 0 auto;
        text-align: center
    }

    .design-slider {
        margin-bottom: 8px;
        text-align: center
    }

    .design-slider .slick-next, .design-slider .slick-prev {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        display: inline-block !important;
        margin: 0 3px
    }

    .header-menu__item {
        line-height: 34px;
        display: block
    }

    .sms-auth-popup {
        width: 400px;
        margin-left: -200px
    }

    .faq-two-cols .digift-phone-block, .faq-two-cols .faq-two-cols__button-block {
        float: none;
        width: 100%
    }

    .faq-two-cols .faq-two-cols__button-block {
        margin-top: 40px
    }

    .how-to-use-popup, .save {
        width: 400px;
        margin-left: -200px
    }
}
@media screen and (min-width: 481px) {
    .mobile_cart {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .design-place {
        width: 300px;
        height: 188px;
    }

    .par {
        margin-bottom: 50px
    }

    .forms-block, .par-options-block {
        margin-bottom: 25px
    }

    .send-form-outer {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-right: none;
        border-left: none
    }

    .send-form-outer:first-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        box-shadow: none
    }

    .send-form-outer:first-child .send-form {
        padding-bottom: 35px;
        border-bottom: none
    }

    .send-form-outer:last-child {
        padding-top: 0;
        border-top: none;
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .11)
    }

    .send-form-outer:last-child .send-form {
        padding-bottom: 35px;
        border-top: none
    }

    .send-form {
        height: auto;
        padding-right: 13.3%;
        padding-left: 11.1%
    }

    .send-form__input {
        width: 100%
    }

    .button--send {
        margin-bottom: 18px
    }

    .wrapper {
        /* margin-bottom: -170px */
    }

    .footer {
        margin-bottom: 60px;
        min-height: 190px;
    }

    .push {
        height: 170px
    }

    .footer-menu__item {
        display: block;
        padding-bottom: 10px
    }

    .footer-menu__item--separator {
        display: none
    }
    
    .user-design-option__text {
        display: block;
        left: 50%;
        overflow: hidden;
        padding: 42% 0px 0px !important;
        transform: translateX(-50%);
        white-space: nowrap;
        width: 74px
    }

    .user-design-option__icon {
        left: 50%;
        transform: translateX(-50%);
        top: 13%
    }

    .order-no-payed {
        width: 320px;
        margin-left: -160px
    }

    .ribbon {
        right: 0
    }

    .ribbon__text:after {
        display: none
    }

    .how-to-use-popup, .save {
        width: 320px;
        margin-left: -160px
    }

    .user-design-option {
        text-align: center;
    }

    .cart_icon_block {
        display: none;
    }
    .mobile_cart {
        font-family: SegoeuUi, sans-serif;
        font-size: 14px;
        color: #fff;
        line-height: 56px;
        height: 56px;
        width: 100%;
        min-width: 320px;
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 800;
    }
    .mobile_cart__e {
        padding: 0 10px;
        text-align: center;
        border-left: 1px solid #fff;
    }
    .mobile_cart__e:first-child {
        border-left: none;
    }
    .mobile_cart__btn {
        color: #fff;
        background-color: transparent;
        border: none;
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .send-form__label--small {
        font-size: 13px
    }

    .tabs__item {
        width: 144px
    }

    .sms-auth-popup {
        width: 320px;
        margin-left: -160px
    }
}

.cropper-container {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.cropper-container img {
    width: 100%;
    min-width: 0 !important;
    max-width: none !important;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important
}

.cropper-canvas, .cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cropper-canvas {
    opacity: 0;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.cropper-modal {
    opacity: .5;
    background-color: #000;
    filter: alpha(opacity=50)
}

.cropper-dragger {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%
}

.cropper-viewer {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    outline: #69f solid 1px;
    outline-color: rgba(51, 102, 255, .75)
}

.cropper-dashed {
    position: absolute;
    display: block;
    opacity: .5;
    border: 0 dashed #fff;
    filter: alpha(opacity=50)
}

.cropper-dashed.dashed-h {
    top: 33.3%;
    left: 0;
    width: 100%;
    height: 33.3%;
    border-top-width: 1px;
    border-bottom-width: 1px
}

.cropper-dashed.dashed-v {
    top: 0;
    left: 33.3%;
    width: 33.3%;
    height: 100%;
    border-right-width: 1px;
    border-left-width: 1px
}

.cropper-face, .cropper-line, .cropper-point {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: .1;
    filter: alpha(opacity=10)
}

.cropper-face {
    top: 0;
    left: 0;
    cursor: move;
    background-color: #fff
}

.cropper-line {
    background-color: #69f
}

.cropper-line.line-e {
    top: 0;
    right: -3px;
    width: 5px;
    cursor: e-resize
}

.cropper-line.line-n {
    top: -3px;
    left: 0;
    height: 5px;
    cursor: n-resize
}

.cropper-line.line-w {
    top: 0;
    left: -3px;
    width: 5px;
    cursor: w-resize
}

.cropper-line.line-s {
    bottom: -3px;
    left: 0;
    height: 5px;
    cursor: s-resize
}

.cropper-point {
    width: 5px;
    height: 5px;
    opacity: .75;
    background-color: #69f;
    filter: alpha(opacity=75)
}

.cropper-point.point-e {
    top: 50%;
    right: -3px;
    margin-top: -3px;
    cursor: e-resize
}

.cropper-point.point-n {
    top: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: n-resize
}

.cropper-point.point-w {
    top: 50%;
    left: -3px;
    margin-top: -3px;
    cursor: w-resize
}

.cropper-point.point-s {
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
    cursor: s-resize
}

.cropper-point.point-ne {
    top: -3px;
    right: -3px;
    cursor: ne-resize
}

.cropper-point.point-nw {
    top: -3px;
    left: -3px;
    cursor: nw-resize
}

.cropper-point.point-sw {
    bottom: -3px;
    left: -3px;
    cursor: sw-resize
}

.cropper-point.point-se {
    right: -3px;
    bottom: -3px;
    width: 20px;
    height: 20px;
    cursor: se-resize;
    opacity: 1;
    filter: alpha(opacity=100)
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #69f;
    filter: alpha(opacity=0)
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        width: 15px;
        height: 15px
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        width: 5px;
        height: 5px;
        opacity: .75;
        filter: alpha(opacity=75)
    }
}

.cropper-hidden {
    display: none !important
}

.cropper-invisible {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    opacity: 0;
    filter: alpha(opacity=0)
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-canvas, .cropper-disabled .cropper-face, .cropper-disabled .cropper-line, .cropper-disabled .cropper-point {
    cursor: not-allowed
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.ui-helper-reset {
    font-size: 100%;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    display: table;
    border-collapse: collapse;
    content: ''
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    line-height: 20px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    display: none;
    box-sizing: border-box;
    width: 214px;
    margin-top: 6px;
    margin-left: -6px;
    padding: 2px 18px 0;
    box-shadow: 3px 2px 3px rgba(0, 0, 0, .11)
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    text-align: right
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    margin: 0 0 .4em;
    border-collapse: collapse
}

.ui-datepicker th {
    font-weight: 700;
    padding: 4px 0 2px;
    text-align: center;
    border: 0
}

.ui-datepicker td {
    padding: 1px;
    border: 0
}

.ui-datepicker td a, .ui-datepicker td span {
    line-height: 23px;
    display: block;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    text-align: center;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0;
    padding: 0 .2em;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background-image: none
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    overflow: visible;
    width: auto;
    margin: .5em .2em .4em;
    padding: .2em .6em .3em;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    font-size: 0;
    clear: both;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    right: auto;
    left: 2px
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    right: auto;
    left: 1px
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-widget {
    font-family: verdana, arial, sans-serif;
    font-size: 11px
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    text-transform: uppercase;
    color: #ed744a;
    border: 1px solid #eee;
    background: #fff
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    color: #ed744a;
    border-bottom: 1px solid #e5e4e3
}

.ui-widget-header a {
    color: #ed744a
}

.ui-state-default {
    color: #343434
}

.ui-state-default a {
    text-decoration: none;
    color: #343434
}

td .ui-state-hover {
    color: #fff;
    border: 1px solid #d86485;
    background: #d46842;
    background: linear-gradient(to bottom, #d46842 0, #ef825d 100%)
}

td .ui-state-hover:active {
    border-color: #95482e
}

.ui-state-active {
    color: #fff !important;
    border: 1px solid #d86485;
    background: #ef835d;
    background: linear-gradient(to bottom, #ef835d 0, #d56843 100%)
}

.ui-state-active a {
    text-decoration: none;
    color: #fff
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    color: #fff;
    border: 1px solid #cd0a0a;
    background: #b81900
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    font-weight: 400;
    opacity: .7;
    filter: Alpha(Opacity=70)
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
    filter: Alpha(Opacity=35)
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.jq-selectbox {
    cursor: pointer;
    vertical-align: middle
}

.jq-selectbox__select {
    font: 14px/25px SegoeuUiSemiBold, sans-serif;
    height: 25px;
    padding: 0 27px 0 16px;
    transition: all .3s ease 0s;
    color: #666;
    border: 1px solid #e5ebeb;
    background: #fff;
    box-shadow: inset 0 6px 6px -3px rgba(0, 0, 0, .04)
}

.jq-selectbox.focused .jq-selectbox__select {
    border-color: #afafaf
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 11px;
    right: 8px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: .3
}

.jq-selectbox__dropdown {
    font: 14px/25px SegoeuUiSemiBold, sans-serif;
    top: 26px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e5ebeb;
    background: #fff
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 25px;
    padding: 0 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #666
}

.jq-selectbox li.selected, .jq-selectbox li:hover {
    color: #666;
    background-color: #e5ebeb
}

.jq-selectbox li.disabled {
    color: #aaa
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    cursor: default;
    color: #231f20;
    background: 0 0
}

.jq-selectbox li.option {
    padding-left: 25px
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    width: 180px;
}

body .ui-tooltip {
    border-style: solid;
    border-width: 1px;
}

.ui-tooltip:before, .ui-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ui-tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.ui-tooltip:before {
    border-color: rgba(204, 0, 0, 0);
    border-bottom-color: #c00;
    border-width: 9px;
    margin-left: -9px;
}

.ui-tooltip-content {
    color: #848484 !important;
    text-transform: none;
    line-height: 1.4em
}

.tooltip-w200 {
    width: 200px;
}

.tooltip-w215 {
    width: 215px;
}

.tooltip-w230 {
    width: 230px;
}

.tooltip-w250 {
    width: 250px;
}

.tooltip-w275 {
    width: 275px;
}

.tooltip-w325 {
    width: 325px;
}

.tooltip-w350 {
    width: 350px;
}

.tooltip-w375 {
    max-width: none;
    width: 375px;
}

.tooltip-arrow-topLeft:after, .tooltip-arrow-topLeft:before {
    left: 25px;
}

.tooltip-arrow-bottomLeft:after, .tooltip-arrow-bottomLeft:before {
    bottom: auto;
    left: 25px;
    top: 100%;
}

.tooltip-arrow-bottomLeft:after {
    border-bottom-color: transparent;
    border-top-color: #fff;
}

.tooltip-arrow-bottomLeft:before {
    border-bottom-color: transparent;
    border-top-color: #c00;    
}

.tooltip-arrow-bottomCenter:after, .tooltip-arrow-bottomCenter:before {
    bottom: auto;
    left: 50%;
    top: 100%;
}

.tooltip-arrow-bottomCenter:after {
    border-bottom-color: transparent;
    border-top-color: #fff;
}

.tooltip-arrow-bottomCenter:before {
    border-bottom-color: transparent;
    border-top-color: #c00;    
}

#alias {
    font-family: SegoeuUi,sans-serif;
    position: relative;
    font-size: 16px;
    line-height: 17px;
    margin-left: 320px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    #alias {
        margin-left: 0px;
        text-align: center;
    }
    .par__title {
        margin-bottom: 35px;
    }
    .par-options-block .par-label {
        margin-bottom: 70px;
    }
}

.button-remind-access {
    border: 1px solid #ababab;
    background: none;
}

.popup-remind-access {
    display: none;
}

.popup-remind-access .popup_overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: auto;
    z-index: 10000;
}

.popup-remind-access .popup_back {
    opacity: 0.9;
    cursor: pointer;
    background-color: #222;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 100;
}

.popup-remind-access .popup_cont {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 10000;
}

.popup-remind-access .popup {
    display: block;
    background: #fff;
    box-shadow: 0 3px 10px #222;
    border-radius: 2px;
}

.popup-remind-access .popup_content {
    width: 272px;
    height: 220px;
    padding: 40px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.popup-remind-access .popup_content .remind-access-error {
    color: #ff4b43;
    padding: 5px;
    text-align: center;
}

.popup-remind-access .popup_close {
    color: #888;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 40px;
    font-weight: bolder;
    line-height: 30px;
}

.popup-remind-access .remind-access-result {
    display: none;
}

.popup-remind-access .send-form__row {
    margin-top: 30px;
}

.popup-remind-access .button-remind-access-send {
    margin-left: -100px;
    margin-right: 0;
    margin-top: 5px;
    position: relative;
    left: 50%;
}

.popup-remind-access .remind-access-countdown {
    text-align: center;
}

.popup-remind-access .remind-access-result {
    margin-top: 12px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

.hide {
    display: none;
}


.disabled {
    color: #808080;
}

.disabled:hover {
    color: #808080;
}