/*------------------------------------------------------------------
 * Author: coodiv (nedjai mohamed) (nbames.mohamed@gmail.com)
 * Author URI: https://coodiv.net/
 * Author URI: https://themeforest.net/user/coodiv
 * CSS File Version: 1.0
 * Bootstrap v4.5.0 (http://getbootstrap.com)
 * Love Our work & support team?  Buy us a coffee! https://ko-fi.com/coodiv
 * Copyright 2024 coodiv.
 -------------------------------------------------------------------*/

body {
    min-width: 375px;
    background: #FCFCFD;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #23262F;
}

a {
    text-decoration: none;
}

svg,
img {
    vertical-align: middle;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
    border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button {
    background: none;
}

textarea {
    overflow: auto;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
}

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-vertical .noUi-origin {
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active,
.mfp-close.nice-select.open {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active,
.mfp-arrow.nice-select.open {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


.outer {
    overflow: hidden;
}

.center {
    width: 100%;
    margin: 0 auto;
    padding: 0 80px;
}

@media only screen and (max-width: 1023px) {
    .center {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .center {
        padding: 0 32px;
    }
}

body.dark .some-icon {
    display: none;
}

.some-icon-dark {
    display: none;
}

body.dark .some-icon-dark {
    display: inline-block;
}

.slick-arrow {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    transition: all .2s;
}

.slick-arrow path {
    position: relative;
    z-index: 2;
    fill: #777E90;
    transition: fill .2s;
}

.slick-arrow:hover {
    box-shadow: inset 0 0 0 2px #E6E8EC;
}

body.dark .slick-arrow:hover {
    box-shadow: inset 0 0 0 2px #353945;
}

body.dark .slick-arrow:hover path {
    fill: #E6E8EC;
}

.select {
    float: none;
    width: 100%;
    height: 48px;
    padding: 0 48px 0 16px;
    box-shadow: inset 0 0 0 1px #f9f7ff;
    background: #f8f6fe;
    border-radius: 50px;
    border: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}

.select:after {
    display: none;
}

.select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/10px auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

body.dark .select {
    background: #141416;
    box-shadow: inset 0 0 0 2px #353945;
    -webkit-appearance: none;
}

body.dark .select:before {
    box-shadow: inset 0 0 0 2px #353945;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23FCFCFD'/%3E%3C/svg%3E");
}

.select.open {
    box-shadow: inset 0 0 0 2px #777E90;
}

body.dark .select.open {
    box-shadow: inset 0 0 0 2px #777E90;
}

.select.open:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select .list {
    right: 0;
    margin-top: 6px;
    border-radius: 19px;
    background: #fcfcfd;
    box-shadow: 0 4px 12px rgb(35 38 47 / 10%);
}

body.dark .select .list {
    background: #141416;
    border-color: #353945;
    box-shadow: 0 4px 12px rgba(20, 20, 22, 0.1);
}

.select .option {
    min-height: auto;
    padding: 10px 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #8f9ca3;
}

.select .option:hover,
.select .option.focus,
.select .option.selected.focus {
    background: #f2f1fb;
}

body.dark .select .option:hover,
body.dark .select .option.focus,
body.dark .select .option.selected.focus {
    background: #23262F;
}

.select .option.selected {
    font-weight: 500;
    color: #343e42;
}

.select-empty {
    float: none;
    width: 100%;
    height: 64px;
    padding: 0 64px 0 24px;
    box-shadow: none;
    background: transparent;
    border-radius: 32px;
    border: none;
    opacity: 1;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 64px;
}

.select-empty:after {
    display: none;
}

.select-empty:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 27px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%2323262F'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

body.dark .select-empty:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23FCFCFD'/%3E%3C/svg%3E");
}

.select-empty.open {
    background: #FCFCFD;
}

body.dark .select-empty.open {
    background: #141416;
}

.select-empty.open:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.select-empty .current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-empty .list {
    right: 0;
    margin-top: 4px;
    border: none;
    border-radius: 24px;
    background: #FCFCFD;
    box-shadow: 0px 24px 32px 0 rgba(15, 15, 15, 0.15);
}

body.dark .select-empty .list {
    border: 2px solid #141416;
    background: #141416;
    box-shadow: 0 4px 12px rgba(20, 20, 22, 0.1);
}

.select-empty .option {
    min-height: auto;
    padding: 10px 24px;
    border: none;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #777E90;
}

body.dark .select-empty .option {
    padding: 10px 22px;
    color: #FCFCFD;
}

.select-empty .option:hover,
.select-empty .option.focus,
.select-empty .option.selected.focus {
    background: #F4F5F6;
}

body.dark .select-empty .option:hover,
body.dark .select-empty .option.focus,
body.dark .select-empty .option.selected.focus {
    background: #19191b;
}

.select-empty .option.selected {
    color: #d80e3e;
}

body.dark .select-empty .option.selected {
    color: #d80e3e;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.m-auto {
    margin: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.align-baseline {
    align-items: baseline;
}

@media only screen and (max-width: 1179px) {
    .desktop-hide {
        display: none !important;
    }
}

.desktop-show {
    display: none !important;
}

@media only screen and (max-width: 1179px) {
    .desktop-show {
        display: block !important;
    }
}

@media only screen and (max-width: 1179px) {
    .desktop-text-right {
        text-align: right !important;
    }
}

@media only screen and (max-width: 1023px) {
    .tablet-hide {
        display: none !important;
    }
}

.tablet-show {
    display: none !important;
}

@media only screen and (max-width: 1023px) {
    .tablet-show {
        display: block !important;
    }
}

@media only screen and (max-width: 1023px) {
    .tablet-text-right {
        text-align: right !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-hide {
        display: none !important;
    }
}

.mobile-show {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .mobile-show {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-text-right {
        text-align: right !important;
    }
}

.section-bg {
    background: #F4F5F6;
}

body.dark .section-bg {
    background: #23262F;
}

.section-pb {
    padding-top: 0;
}

@media only screen and (max-width: 1179px) {
    .section-pb {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-pb {
        padding-top: 0;
    }
}

.section-pt80 {
    padding-top: 80px;
}

@media only screen and (max-width: 1179px) {
    .section-pt80 {
        padding-top: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .section-pt80 {
        padding-top: 32px;
    }
}

[class^="button"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    background: #d80e3e;
    border-radius: 24px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #FCFCFD;
    transition: all .2s;
}

[class^="button"]:hover {
    background: #044eff;
    color: #FCFCFD;
}

[class^="button"].disabled {
    opacity: .5;
    pointer-events: none;
}

[class^="button"].done {
    background: #B1B5C3;
}

[class^="button"].loading {
    background: #0045ea;
    font-size: 0;
}

[class^="button"].error {
    box-shadow: 0 0 0 2px #E6E8EC inset;
    background: none;
    color: #EF466F;
}

body.dark [class^="button"].error {
    box-shadow: 0 0 0 2px #777E90 inset;
}

[class^="button"] .icon {
    fill: #FCFCFD;
}

[class^="button"]:not([class^="button-circle"]) .icon:first-child {
    margin-right: 15px;
}

[class^="button"]:not([class^="button-circle"]) .icon:last-child {
    margin-left: 15px;
}

.button-stroke {
    background: none;
    box-shadow: 0 0 0 2px #E6E8EC inset;
    color: #23262F;
}

.button-stroke .icon {
    fill: #23262F;
    transition: fill .2s;
}

body.dark .button-stroke {
    box-shadow: 0 0 0 2px #353945 inset;
    color: #FCFCFD;
}

body.dark .button-stroke .icon {
    fill: #FCFCFD;
}

.button-stroke:hover {
    background: #d80e3e;
    box-shadow: 0 0 0 2px #d80e3e inset;
    color: #FCFCFD;
}

body.dark .button-stroke:hover {
    box-shadow: 0 0 0 2px #d80e3e inset;
}

.button-stroke:hover .icon {
    fill: #FCFCFD;
}

.button-pink {
    background: #EF466F;
}

.button-pink:hover {
    background: #e41446;
}

.button-small {
    height: 40px;
    border-radius: 20px;
    padding: 0 16px;
    font-size: 14px;
}

.button-circle-stroke {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #E6E8EC inset;
    background: transparent;
    transition: all .2s;
}

.button-circle-stroke .icon {
    fill: #777E90;
    transition: fill .2s;
}

.button-circle-stroke:hover {
    background: #d80e3e;
    box-shadow: 0 0 0 2px #d80e3e inset;
}

.button-circle-stroke:hover .icon {
    fill: #FCFCFD;
}

body.dark .button-circle-stroke {
    box-shadow: 0 0 0 2px #353945 inset;
}

body.dark .button-circle-stroke:hover {
    background: #353945;
}

.button-circle-stroke.button-small {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}

.hero,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 700;
}

.hero {
    font-size: 96px;
    line-height: 1;
    letter-spacing: -.02em;
}

.h1 {
    font-size: 64px;
    line-height: 1;
    letter-spacing: -.02em;
}

.h2 {
    font-size: 48px;
    line-height: 1.16667;
    letter-spacing: -.02em;
}

.h3 {
    font-size: 27px;
    line-height: 1.2;
    letter-spacing: -.01em;
}

.h4 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -.01em;
}

[class^="status"] {
    display: inline-block;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FCFCFD;
}

.status-green {
    background: #45B26B;
}

.status-purple {
    background: #9757D7;
}

.status-black {
    background: #23262F;
}

.status-stroke-black {
    box-shadow: inset 0 0 0 2px #E6E8EC;
    color: #777E90;
}

body.dark .status-stroke-black {
    box-shadow: inset 0 0 0 2px #353945;
    color: #FCFCFD;
}

.status-stroke-green {
    box-shadow: inset 0 0 0 2px #45B26B;
    color: #45B26B;
}

.header {
    box-shadow: 0 35px 35px hsl(0deg 0% 0% / 1%), 0 1px 4px hsl(0deg 0% 0% / 1%), 0 2px 8px hsl(0deg 0% 0% / 1%);
    position: relative;
    z-index: 20;
    padding: 15px 0;
}

.header.homepage-header:not(.with-border-bottom) {
    box-shadow: none !important;
}

@media only screen and (max-width: 767px) {
    .header {
        padding: 8px 0 10px;
        border: none;
    }
}

body.dark .header {
    border-color: #353945;
}

.header__center {
    display: flex;
    align-items: center;
}

.header__upload {
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .header__upload {
        display: none;
    }
}
.header__logo {
    position: relative;
    z-index: 12;
    display: inline-block;
    flex-shrink: 0;
    width: 170px;
    margin-right: 32px;
}
.header__logo img {
    width: 100%;
}
.header__wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
}
@media only screen and (max-width: 1179px) {
    .header__wrapper {
        flex-grow: 0;
        margin-right: auto;
    }
}
@media only screen and (max-width: 767px) {
    .header__wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: stretch;
        min-height: calc(var(--vh, 1vh)* 100);
        margin: 0;
        padding: 95px 20px 40px;
        box-shadow: 0px 64px 64px rgba(31, 47, 70, 0.2);
        background: #FCFCFD;
        visibility: hidden;
        opacity: 0;
        transition: all .2s;
    }

    body.dark .header__wrapper {
        background: #141416;
    }

    .header__wrapper.visible {
        visibility: visible;
        opacity: 1;
    }
}

.header__wrapper .header__button {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header__wrapper .header__button {
        display: inline-flex;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .header__wrapper .header__connect {
        display: none !important;
    }
}

.header__nav {
    display: flex;
    margin-right: auto;
    border-left: 1px solid #E6E8EC;
    padding-left: 20px;
    list-style: none;
    flex-direction: row;
}

@media only screen and (max-width: 768px) {
    .header__nav {
        display: none;
    }
}

@media only screen and (max-width: 1179px) {
    .header__center.center {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header__nav {
        display: flex;
        flex-direction: column;
        margin: 0 0 40px;
        border: none;
    }
}

body.dark .header__nav {
    border-color: #353945;
}

.header__nav .header__link {
    margin-right: 32px;
    font-family: 'Sofia Pro', sans-serif;
    line-height: 40px;
    color: #777E90;
    transition: color .2s;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .header__nav .header__link {
        margin-left: 0;
        font-size: 13px;
        line-height: 33px;
    }
}

.header__nav .header__link:hover,
.header__nav .header__link.active {
    color: #d80e3e;
}

@media only screen and (max-width: 767px) {
    .header__nav .header__link:nth-child(n+3) {
        display: block;
    }
}

.header__search {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    margin-right: 24px;
}

@media only screen and (max-width: 1023px) {
    .header__search {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header__search {
        display: block;
        width: 100%;
        margin: auto 0 0;
    }
}

.header__input {
    width: 100%;
    height: 40px;
    padding: 0 42px 0 16px;
    background: none;
    border: 2px solid #E6E8EC;
    border-radius: 30px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 12px;
    line-height: 1.66667;
    transition: border-color .2s;
}

.header__input::-webkit-input-placeholder {
    color: #777E90;
}

.header__input::-moz-placeholder {
    color: #777E90;
}

.header__input:-ms-input-placeholder {
    color: #777E90;
}

.header__input::-ms-input-placeholder {
    color: #777E90;
}

.header__input::placeholder {
    color: #777E90;
}

body.dark .header__input {
    border-color: #353945;
    color: #FCFCFD;
}

.header__input:focus {
    border-color: #777E90;
}

body.dark .header__input:focus {
    border-color: #777E90;
}

.header__result {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 42px;
}

.header__result .icon {
    font-family: "Font Awesome 5 Pro";
    width: 20px;
    font-weight: 900;
    height: 20px;
    color: #777E90;
    transition: fill .2s;
}

.header__result .icon:before {
    content: "\f002";
}

.header__result:hover .icon {
    color: #d80e3e;
}

.header__item {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .header__item {
        position: static;
    }
}

.header__item_cart {
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .header__item_cart {
        margin-right: 8px;
    }

    .header__item_favority {
        margin-right: 0px;
    }
}

.header__item_cart .header__head {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 19px;
    color: #a9b2b6;
}

.header__item_cart .header__head:hover {
    color: #1886de;
}

.header__item_cart .header__head.active span {
    position: absolute;
    top: -4px;
    right: -5px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    color: #47b486;
    background-color: #d5f4ce;
}

.header__item_user .header__head {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    cursor: pointer;
    transition: box-shadow .2s;
}

@media only screen and (max-width: 767px) {
    .header__item_user .header__head {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

body.dark .header__item_user .header__head {
    box-shadow: inset 0 0 0 2px #353945;
}

@media only screen and (max-width: 767px) {
    body.dark .header__item_user .header__head {
        box-shadow: none;
    }
}

.header__item_user .header__head:hover {
    box-shadow: inset 0 0 0 2px #d80e3e;
}

@media only screen and (max-width: 767px) {
    .header__item_user .header__head:hover {
        box-shadow: none;
    }
}

body.dark .header__item_user .header__head:hover {
    box-shadow: inset 0 0 0 2px #d80e3e;
}

@media only screen and (max-width: 767px) {
    body.dark .header__item_user .header__head:hover {
        box-shadow: none;
    }
}

.header__avatar {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
}

.header__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header__wallet {
    margin-left: 12px;
}

@media only screen and (max-width: 767px) {
    .header__wallet {
        display: none;
    }
}

body.dark .header__wallet {
    color: #FCFCFD;
}

.header__currency {
    color: #45B26B;
}

.header__body {
    position: absolute;
    right: -12px;
    box-shadow: 0px 16px 64px 0 rgb(31 47 70 / 12%);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform-origin: 50% 50px;
    transform-origin: 50% 50px;
    will-change: transform;
    transition: all .4s;
}

@media only screen and (max-width: 767px) {
    .header__body {
        left: 16px;
        right: 16px;
        box-shadow: 0px 16px 32px 0 rgba(31, 47, 70, 0.4);
    }
}

.header__body:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 32px;
    height: 13px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("data:image/svg+xml,%3Csvg width='32' height='13' viewBox='0 0 32 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3432 2.65685L0 13H32L21.6569 2.65686C18.5327 -0.467339 13.4673 -0.467344 10.3432 2.65685Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A") no-repeat 100% 50%/100% auto;
}

@media only screen and (max-width: 767px) {
    .header__body:before {
        display: none;
    }
}

body.dark .header__body {
    box-shadow: 0px 16px 32px 0 rgba(35, 38, 47, 0.3);
}

.header__item_cart .header__body {
    top: calc(100% + 44px);
    width: 530px;
    margin-left: -198px;
    padding: 40px 32px 32px;
    border-radius: 14px;
}

@media only screen and (max-width: 767px) {
    .header__item_cart .header__body {
        top: calc(100% + 16px);
        width: auto;
        margin: 0;
        padding: 32px 16px;
    }
}


.header__item_user .header__body {
    top: calc(100% + 48px);
    width: 350px;
    margin-left: -128px;
    padding: 32px 30px 20px;
    border-radius: 12px;
}

@media only screen and (max-width: 1023px) {
    .header__item_user .header__body {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header__item_user .header__body {
        left: 16px;
        right: 16px;
        top: calc(100% + 16px);
        width: auto;
        margin: 0;
    }
}


.header__item.active .header__body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
}

@media only screen and (max-width: 767px) {
    .header__title {
        margin: 0 16px;
    }
}

.header__list {
    margin: 0 -16px;
}

@media only screen and (max-width: 767px) {
    .header__list {
        margin: 0;
    }
}

.header__notification {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 16px 105px 16px 16px;
    border-radius: 16px;
    transition: background .2s;;
}

.header__notification:hover {
    background: #F4F5F6;
}

.header__preview {
    flex-shrink: 0;
    width: 80px;
    height: 95px;
    margin-right: 24px;
}

@media only screen and (max-width: 767px) {
    .header__preview {
        margin-right: 16px;
    }
}

.header__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.header__details {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow: hidden;
}

.header__subtitle {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #141416;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    display: block;
}

.header__price {
    font-weight: 500;
    color: #353945;
}

.header__date {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.header__status {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d80e3e;
}

.header__name {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.header__code {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.header__number {
    font-weight: 500;
    color: #777E90;
}

.header__copy {
    margin-left: 8px;
}

.header__copy .icon {
    width: 16px;
    height: 16px;
    fill: #d80e3e;
    transition: fill .2s;
}

.header__copy:hover .icon {
    fill: #044eff;
}

.header__wrap {
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0px 24px 24px -8px rgba(15, 15, 15, 0.2);
}

.header__line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.header__img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.header__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header__info {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.header__money {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.header__item_user .header__button {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
}

.header__menu .header__link {
    display: flex;
    align-items: center;
    padding: 5px 0 12px;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 13px;
    line-height: 1.14286;
    font-weight: 400;
    color: #141518;
}

.header__menu.profile__menu {
    margin-top: 25px;
}

.header__menu.profile__menu .profile__menu__title {
    font-weight: 300;
    color: #c5cccf;
    font-size: 12px;
    padding-left: 3px;
    display: block;
    margin-bottom: 4px;
}

.header__link__with__underline {
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 3px;
    margin-bottom: 0px;
}

.header__link__with__underline.logout {
    color: #f44336;
}

.header__menu .header__link[href]:hover {
    color: #d80e3e;
}

.header__menu .header__link[href]:hover .icon {
    fill: #d80e3e;
}

.header__icon {
    flex-shrink: 0;
    margin-right: 8px;
    background: #566167;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border-radius: 25px;
}

.header__icon.green {
    background: #59bd7d;
}

.header__icon.yellow {
    background: #ffd237;
}

.header__icon.gray {
    background: #d8d9de;
}

.profile__menu .header__text span {
    background: #566167;
    padding: 5px 15px;
    font-weight: 100;
    color: #fff;
    font-size: 13px;
    border-radius: 25px;
}

.profile__menu .header__text span.blue {
    background: #3871ff;
}

.profile__menu .header__text span.red {
    background: #ff6839;
}

.header .theme {
    margin-left: auto;
}

.header__burger {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header__burger {
        display: block;
        position: relative;
        width: 26px;
        height: 26px;
        background: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .header__burger.active:before {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

    .header__burger.active:after {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .header__burger:before,
    .header__burger:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 6px;
        width: 16px;
        height: 2px;
        background: #777E90;
        border-radius: 2px;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }

    .header__burger:before {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .header__burger:after {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@media only screen and (max-width: 767px) {
    .header__center > .header__connect {
        display: none !important;
    }
}

.header.registered .header__connect {
    display: none;
}

.header.registered .header__item_cart,
.header.registered .header__item_user {
    display: block;
}

.theme {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.theme__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.theme__input:checked + .theme__inner .theme__box {
    background: #d80e3e;
}

.theme__input:checked + .theme__inner .theme__box:before {
    -webkit-transform: translate(20px, -50%);
    transform: translate(20px, -50%);
    background: #FCFCFD;
}

.theme__inner {
    position: relative;
    display: inline-block;
    transition: all .2s;
}

.theme__box {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    background: #E6E8EC;
    border-radius: 10px;
    transition: all .2s;
}

.theme__box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d80e3e;
    transition: all .2s;
}

.theme_big .theme__box {
    width: 48px;
    height: 24px;
    border-radius: 12px;
}

.theme_big .theme__box:before {
    left: 4px;
    width: 16px;
    height: 16px;
}

.theme_big .theme__input:checked + .theme__inner .theme__box:before {
    -webkit-transform: translate(24px, -50%);
    transform: translate(24px, -50%);
}

.player {
    position: relative;
}

.player img {
    width: 100%;
    border-radius: 16px;
}

.player__control {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    background: #FCFCFD;
}

.player__button .icon {
    width: 24px;
    height: 24px;
    fill: #777E90;
    transition: fill .2s;
}

.player__button:hover .icon {
    fill: #23262F;
}

.player__button:not(:last-child) {
    margin-right: 24px;
}

@media only screen and (max-width: 767px) {
    .player__button:not(:last-child) {
        margin-right: 16px;
    }
}

.player__line {
    position: relative;
    flex-grow: 1;
    height: 8px;
    margin-right: 24px;
    background: #E6E8EC;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .player__line {
        margin-right: 16px;
    }
}


.player__progress {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    background: #d80e3e;
}

.player__time {
    margin-right: 24px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .player__time {
        margin-right: 16px;
    }
}

.main__head {
    max-width: 600px;
    margin: 0 auto 128px;
    text-align: center;
}

@media only screen and (max-width: 1339px) {
    .main__head {
        margin-bottom: 112px;
    }
}

@media only screen and (max-width: 767px) {
    .main__head {
        margin-bottom: 64px;
    }
}

.main__stage {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #777E90;
}

.main__title {
    margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .main__title {
        font-size: 32px;
    }
}

.main__wrapper {
    position: relative;
    margin: 0 -12px;
}

.main__row {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .main__row {
        display: block;
    }
}

.main .player {
    flex-grow: 1;
}

@media only screen and (max-width: 1023px) {
    .main .player {
        max-width: 768px;
        margin: 0 auto;
    }
}

.main__details {
    flex-shrink: 0;
    width: 352px;
    margin-left: 128px;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1339px) {
    .main__details {
        margin-left: 64px;
    }
}

@media only screen and (max-width: 1179px) {
    .main__details {
        width: 304px;
        margin-left: 32px;
        padding-bottom: 64px;
    }
}

@media only screen and (max-width: 1023px) {
    .main__details {
        width: 100%;
        margin: 48px 0 0;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .main__details {
        margin-top: 32px;
    }
}

.main__subtitle {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1179px) {
    .main__subtitle {
        font-size: 48px;
    }
}

.main__line {
    display: flex;
    margin: 0 -16px 40px;
}

@media only screen and (max-width: 1179px) {
    .main__line {
        margin-bottom: 24px;
    }
}

.main__item {
    display: flex;
    align-items: center;
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px;
}

.main__avatar,
.main__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.main__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.main__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #45B26B;
    border-radius: 50%;
}

.main__icon .icon {
    width: 24px;
    height: 24px;
    fill: #FCFCFD;
}

.main__description {
    flex-grow: 1;
}

.main__category {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.main__text {
    font-weight: 500;
}

.main__wrap {
    margin-bottom: 40px;
    padding: 30px 16px;
    box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
    border: 2px solid #E6E8EC;
    border-radius: 24px;
    text-align: center;
}

@media only screen and (max-width: 1179px) {
    .main__wrap {
        margin-bottom: 32px;
        padding: 24px 16px;
    }
}

.main__info {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.main__currency {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 48px;
    line-height: 1.16667;
    letter-spacing: -.02em;
}

.main__price {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #777E90;
}

.main__timer {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.main__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
}

.main__box:not(:last-child) {
    margin-right: 20px;
}

.main__number {
    font-family: 'Sofia Pro', sans-serif;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -.01em;
}

.main__time {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #777E90;
}

.main__btns {
    display: flex;
    flex-direction: column;
}

.main__btns .main__button {
    width: 100%;
}

.main__btns .main__button:not(:last-child) {
    margin-bottom: 8px;
}

.main__slider {
    position: relative;
    visibility: hidden;
}

.main__slider.slick-initialized {
    visibility: visible;
}

.main .slick-list {
    overflow: visible;
}

.main .slick-slide {
    padding: 0 12px;
    opacity: 0;
    transition: opacity .4s;
}

.main .slick-slide.slick-active {
    opacity: 1;
}

.main .slick-arrow {
    bottom: 8px;
    background: #FCFCFD;
}

.main .slick-prev {
    right: 70px;
    bottom: 20px;
}

@media only screen and (max-width: 1179px) {
    .main .slick-prev {
        right: 276px;
    }
}

@media only screen and (max-width: 1023px) {
    .main .slick-prev {
        right: auto;
        left: calc(50% - 56px);
    }
}

@media only screen and (max-width: 767px) {
    .main .slick-prev {
        left: calc(50% - 44px);
    }
}

.main .slick-next {
    right: 25px;
    bottom: 20px;
}

@media only screen and (max-width: 1179px) {
    .main .slick-next {
        right: 228px;
    }
}

@media only screen and (max-width: 1023px) {
    .main .slick-next {
        right: calc(50% - 56px);
    }
}

@media only screen and (max-width: 767px) {
    .main .slick-next {
        right: calc(50% - 44px);
    }
}

.selection__center {
    display: flex;
}

@media only screen and (max-width: 1339px) {
    .selection__center {
        display: block;
    }
}

.selection__row {
    display: flex;
    flex-grow: 1;
    margin-right: 32px;
    padding-right: 32px;
    border-right: 1px solid #E6E8EC;
}

@media only screen and (max-width: 1339px) {
    .selection__row {
        margin-right: 0;
        padding: 0;
        border: none;
    }
}

.selection__sidebar {
    flex-shrink: 0;
    width: 224px;
}

@media only screen and (max-width: 1339px) {
    .selection__sidebar {
        width: 100%;
        margin-top: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .selection__sidebar {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #E6E8EC;
    }

    body.dark .selection__sidebar {
        border-color: #353945;
    }
}

.selection__sidebar .selection__button {
    margin-top: 8px;
}

@media only screen and (max-width: 1339px) {
    .selection__sidebar .selection__button {
        display: none;
    }
}

.selection__sidebar .selection__button .icon {
    width: 10px;
    height: 10px;
}

.selection__col:first-child {
    flex-grow: 1;
    padding-right: 32px;
}

@media only screen and (max-width: 1023px) {
    .selection__col:first-child {
        padding: 0;
    }
}

.selection__col:nth-child(2) {
    flex: 0 0 42.2%;
}

@media only screen and (max-width: 1179px) {
    .selection__col:nth-child(2) {
        flex: 0 0 43.5%;
    }
}

@media only screen and (max-width: 1023px) {
    .selection__col:nth-child(2) {
        display: none;
    }
}

.selection__preview {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.selection__preview img {
    width: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.selection__preview:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(20, 20, 22, 0.3) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M0 24C0 10.745 10.745 0 24 0s24 10.745 24 24-10.745 24-24 24S0 37.255 0 24z' fill='%23fcfcfd'/%3E%3Cpath fill-rule='evenodd' d='M25.394 20.843c.271-.25.692-.233.942.038l2.154 2.333c.236.255.236.649 0 .904l-2.154 2.333c-.25.271-.672.287-.942.038s-.287-.671-.038-.942l1.121-1.215H20c-.368 0-.667-.298-.667-.667S19.632 23 20 23h6.477l-1.121-1.214c-.25-.271-.233-.692.038-.942z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/48px 48px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.selection__card,
.selection__item {
    color: #23262F;
}


.selection__card:hover .selection__preview img,
.selection__item:hover .selection__preview img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.selection__card:hover .selection__preview:before,
.selection__item:hover .selection__preview:before {
    opacity: 1;
    visibility: visible;
}

.selection__card .selection__preview {
    margin-bottom: 24px;
}

.selection__card .selection__avatar {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.selection__card .selection__title {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

@media only screen and (max-width: 767px) {
    .selection__card .selection__title {
        font-size: 16px;
    }
}

.selection__card .selection__content {
    margin-bottom: 2px;
}

.selection__line,
.selection__head {
    display: flex;
}

.selection__line {
    align-items: center;
}

.selection__box {
    margin-left: auto;
    padding-left: 20px;
    text-align: right;
}

.selection__avatar {
    flex-shrink: 0;
}

.selection__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.selection__description {
    flex-grow: 1;
}

.selection__counter {
    font-weight: 500;
    color: #353945;
}

.selection__content {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.selection__price {
    display: inline-block;
    padding: 8px 15px;
    box-shadow: inset 0 0 0 2px #d80e3e;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #d80e3e;
}

.selection__item {
    display: flex;
    align-items: center;
}

.selection__item .selection__preview {
    flex-shrink: 0;
    width: 160px;
    margin-right: 24px;
}

.selection__item .selection__avatar {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.selection__item .selection__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.selection__item .selection__line {
    margin-bottom: 16px;
}

.selection__item .selection__price {
    margin-right: 12px;
}

.selection__item .selection__button {
    padding: 0 12px;
    height: 32px;
}

.selection__item:not(:last-child) {
    margin-bottom: 30px;
}

.selection__info {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #777E90;
}

@media only screen and (max-width: 1339px) {
    .selection__info {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .selection__info {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1339px) {
    .selection__list {
        display: flex;
        margin: 0 -12px;
    }
}

@media only screen and (max-width: 1023px) {
    .selection__list {
        margin: 0 -40px;
        padding-top: 4px;
        overflow: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .selection__list::-webkit-scrollbar {
        display: none;
    }

    .selection__list:before,
    .selection__list:after {
        content: "";
        flex-shrink: 0;
        width: 40px;
        height: 1px;
    }
}

.selection__user {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

@media only screen and (max-width: 1339px) {
    .selection__user {
        flex: 0 0 calc(25% - 24px);
        width: calc(25% - 24px);
        margin: 0 12px;
        padding: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .selection__user {
        flex: 0 0 224px;
        width: 224px;
        margin: 0;
        padding-right: 16px;
    }
}

.selection__user .selection__avatar {
    position: relative;
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.selection__user:not(:last-child) {
    border-bottom: 1px solid #E6E8EC;
}

@media only screen and (max-width: 1339px) {
    .selection__user:not(:last-child) {
        border: none;
    }
}

.selection__number {
    position: absolute;
    top: -4px;
    left: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #FCFCFD;
    background: #23262F;
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #FCFCFD;
}

.selection__name {
    margin-bottom: 2px;
    font-weight: 500;
}

.selection__money {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.selection__money span {
    font-weight: 600;
    color: #23262F;
}

.popular {
    overflow: hidden;
    padding-bottom: 140px;
}

@media only screen and (max-width: 1339px) {
    .popular {
        padding-bottom: 112px;
    }
}

@media only screen and (max-width: 767px) {
    .popular {
        padding-bottom: 64px;
    }
}

.popular__top {
    display: flex;
    align-items: center;
    margin-bottom: 54px;
}

@media only screen and (max-width: 767px) {
    .popular__top {
        display: block;
        margin-bottom: 32px;
    }
}

.popular__stage {
    font-size: 16px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #777E90;
}

.popular .field .select {
    min-width: 256px;
}

@media only screen and (max-width: 767px) {
    .popular .field .select {
        min-width: 100%;
    }
}

.popular__box {
    margin-right: auto;
}

@media only screen and (max-width: 767px) {
    .popular__box {
        margin: 0 0 16px;
    }
}

.popular__box .select-empty {
    width: auto;
    min-width: 240px;
    margin-left: -24px;
}

@media only screen and (max-width: 767px) {
    .popular__box .select-empty {
        display: inline-block;
    }
}

.popular__wrapper {
    margin: 0 -16px;
}

@media only screen and (max-width: 767px) {
    .popular__wrapper {
        margin: 0 -4px;
    }
}

.popular__item {
    padding: 24px;
    border-radius: 16px;
    background: #FCFCFD;
    transition: box-shadow .2s;
}

.popular__item:hover {
    box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
}

.popular__item:hover .popular__avatar {
    width: 80px;
}

@media only screen and (max-width: 1179px) {
    .popular__item:hover .popular__avatar {
        width: 64px;
    }
}

.popular__head {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E8EC;
}


.popular__rating {
    display: flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #FCFCFD;
    line-height: 17px;
    text-align: center;
}

.popular__icon {
    margin-right: 4px;
}

.popular__icon img {
    width: 16px;
}

.popular__control {
    display: flex;
}

.popular__button .icon {
    width: 24px;
    height: 24px;
    fill: #B1B5C3;
    transition: fill .2s;
}

.popular__button:hover .icon {
    fill: #d80e3e;
}

.popular__button:not(:last-child) {
    margin-right: 8px;
}

.popular__add {
    position: relative;
}

.popular__add .icon {
    transition: all .2s;
}

.popular__add .icon:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.popular__add.active .icon:first-child {
    opacity: 0;
}

.popular__add.active .icon:nth-child(2) {
    opacity: 1;
}

.popular__body {
    text-align: center;
}

.popular__avatar {
    position: relative;
    width: 64px;
    margin: 0 auto 16px;
    transition: width .2s;
}

.popular__avatar:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.popular__preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.popular__preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.popular__reward {
    position: absolute;
    right: -4px;
    bottom: -4px;
}

.popular__name {
    margin-bottom: 2px;
    font-weight: 500;
}

.popular__price {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.popular__price span {
    font-weight: 600;
    color: #23262F;
}

.popular__slider {
    visibility: hidden;
}

@media only screen and (max-width: 1023px) {
    .popular__slider {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .popular__slider {
        padding-bottom: 72px;
    }
}

.popular__slider.slick-initialized {
    visibility: visible;
}

.popular .slick-list {
    overflow: visible;
    height: 231px;
}

@media only screen and (max-width: 474px) {
    .popular .slick-list {
        margin: 0 -136px 0 0;
    }
}

.popular .slick-track {
    display: flex;
}

.popular .slick-slide {
    height: auto;
    padding: 0 16px;
    opacity: 0;
    transition: opacity .4s;
}

@media only screen and (max-width: 767px) {
    .popular .slick-slide {
        padding: 0 4px;
    }
}

.popular .slick-slide.slick-active {
    opacity: 1;
}

.popular .slick-arrow {
    top: 111px;
}

@media only screen and (max-width: 1023px) {
    .popular .slick-arrow {
        top: auto;
        bottom: 0;
    }
}

.popular .slick-prev {
    left: -60px;
}

@media only screen and (max-width: 1339px) {
    .popular .slick-prev {
        left: -40px;
    }
}

@media only screen and (max-width: 1023px) {
    .popular .slick-prev {
        left: calc(50% - 56px);
    }
}

@media only screen and (max-width: 767px) {
    .popular .slick-prev {
        left: calc(50% - 44px);
    }
}

.popular .slick-next {
    right: -60px;
}

@media only screen and (max-width: 1339px) {
    .popular .slick-next {
        right: -40px;
    }
}

@media only screen and (max-width: 1023px) {
    .popular .slick-next {
        right: calc(50% - 56px);
    }
}

@media only screen and (max-width: 767px) {
    .popular .slick-next {
        right: calc(50% - 44px);
    }
}

.field__label {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #B1B5C3;
}

.field__wrap {
    position: relative;
}

.field__input,
.field__textarea {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #E6E8EC;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 500;
    color: #23262F;
    transition: border-color .2s;
}


.field__input::-webkit-input-placeholder,
.field__textarea::-webkit-input-placeholder {
    color: #777E90;
}

.field__input::-moz-placeholder,
.field__textarea::-moz-placeholder {
    color: #777E90;
}

.field__input:-ms-input-placeholder,
.field__textarea:-ms-input-placeholder {
    color: #777E90;
}

.field__input::-ms-input-placeholder,
.field__textarea::-ms-input-placeholder {
    color: #777E90;
}

.field__input::placeholder,
.field__textarea::placeholder {
    color: #777E90;
}

.field__input:focus,
.field__textarea:focus {
    border-color: #777E90;
}


.field__input {
    height: 48px;
    padding: 0 14px;
}

.field__textarea {
    height: 96px;
    padding: 10px 14px;
    resize: none;
}

.field__currency {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.field_textarea {
    font-size: 0;
}

.card {
    display: flex;
    flex-direction: column;
}

.card:hover .card__preview > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.card:hover .card__control {
    visibility: visible;
    opacity: 1;
}

.card__preview {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.card__preview > img {
    width: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.card__control {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 38, 47, 0.2);
    visibility: hidden;
    border-radius: 16px;
    opacity: 0;
    transition: all .3s;
}

.card__category {
    position: absolute;
    top: 11px;
    left: 8px;
}

.card__favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: #FCFCFD;
    border-radius: 50%;
    outline: none !important;
}

.card__favorite .icon {
    width: 20px;
    height: 20px;
    fill: #777E90;
    transition: all .2s;
}

.card__favorite:before,
.card__favorite:after {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
}

.card__favorite:before {
    font-weight: 900;
    content: "\f004";
    color: #f44336;
    opacity: 0;
    transition: all 0.2s;
}

.card__favorite.active:before {
    opacity: 1;
}

.card__favorite:after {
    font-weight: 300;
    content: "\f004";
    color: #171919;
    opacity: 1;
    transition: all 0.2s;
}

.card__favorite.active:after {
    opacity: 0;
}

.card__button {
    position: absolute;
    left: 50%;
    bottom: 16px;
    min-width: 175px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.card__button .icon {
    width: 16px;
    height: 16px;
}

.card__link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 15px;
    color: #23262F;
}

.card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card__line {
    display: flex;
    align-items: flex-start;
}

.card__line:first-child {
    margin-bottom: 12px;
}

.card__line:nth-child(2) {
    margin-top: auto;
}

.card__title {
    margin-right: auto;
    padding-top: 1px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.card__price {
    flex-shrink: 0;
    margin-left: 8px;
    padding: 4px 20px;
    border-radius: 26px;
    box-shadow: inset 0 0 0 2px #d80e3e;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d80e3e;
}

.card__users {
    display: flex;
    margin-right: auto;
}

.card__avatar {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #FCFCFD;
}

.card__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.card__avatar:not(:first-child) {
    margin-left: -8px;
}

.card__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #E6E8EC;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.card__status .icon {
    width: 20px;
    height: 20px;
    margin: -2px 4px 0 0;
    fill: #777E90;
}

.card__status span {
    font-weight: 600;
    color: #353945;
}

.hot__wrapper {
    position: relative;
}

.hot__title {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .hot__title {
        margin-bottom: 48px;
    }
}

.hot__inner {
    margin: 0 -16px;
}

@media only screen and (max-width: 767px) {
    .hot__inner {
        margin: 0 -8px;
    }
}

.hot .card {
    width: 100%;
    height: 100%;
}

.hot__slider {
    position: static;
    visibility: hidden;
}

.hot__slider.slick-initialized {
    visibility: visible;
}

.hot .slick-list {
    overflow: visible;
}

@media only screen and (max-width: 474px) {
    .hot .slick-list {
        margin: 0 -215px 0 0;
    }
}

.hot .slick-track {
    display: flex;
}

.hot .slick-slide {
    display: flex;
    height: auto;
    margin: 0 16px;
    opacity: 0;
    transition: opacity .4s;
}

@media only screen and (max-width: 767px) {
    .hot .slick-slide {
        margin: 0 8px;
    }
}

.hot .slick-slide.slick-active {
    opacity: 1;
}

.hot .slick-arrow {
    top: 4px;
}

.hot .slick-prev {
    right: 48px;
}

.hot .slick-next {
    right: 0;
}

.collections__wrapper {
    position: relative;
}

.collections__title {
    margin-bottom: 80px;
}

@media only screen and (max-width: 1179px) {
    .collections__title {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .collections__title {
        margin-bottom: 32px;
        text-align: center;
    }
}

.collections__inner {
    margin: 0 -16px;
}

.collections__gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -4px 6px;
}

.collections__preview {
    flex: 0 0 calc(33.333% - 8px);
    width: calc(33.333% - 8px);
    margin: 8px 4px 0;
}

.collections__preview:first-child {
    flex: 0 0 calc(100% - 8px);
    width: calc(100% - 8px);
}

.collections__preview img {
    width: 100%;
    border-radius: 8px;
    min-height: 100%;
}

.collections__subtitle {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #23262F;
    transition: color .2s;
}

.collections__item:hover .collections__subtitle {
    color: #d80e3e;
}

.collections__line {
    display: flex;
    align-items: center;
}

.collections__user {
    display: flex;
    align-items: center;
    margin-right: auto;
    color: #353945;
}

.collections__user span {
    font-weight: 500;
}

.collections__avatar {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.collections__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.collections__counter {
    flex-shrink: 0;
}

.collections__slider {
    position: static;
    visibility: hidden;
}

@media only screen and (max-width: 767px) {
    .collections__slider {
        padding-bottom: 72px;
    }
}

.collections__slider.slick-initialized {
    visibility: visible;
}

.collections .slick-list {
    overflow: visible;
}

.collections .slick-slide {
    padding: 0 16px;
    opacity: 0;
    transition: opacity .4s;
}

.collections .slick-slide.slick-active {
    opacity: 1;
}

.collections .slick-arrow {
    top: 4px;
}

@media only screen and (max-width: 767px) {
    .collections .slick-arrow {
        top: auto;
        bottom: 0;
    }
}

.collections .slick-prev {
    right: 48px;
}

@media only screen and (max-width: 767px) {
    .collections .slick-prev {
        right: auto;
        left: calc(50% - 44px);
    }
}

.collections .slick-next {
    right: 0;
}

@media only screen and (max-width: 767px) {
    .collections .slick-next {
        right: calc(50% - 44px);
    }
}

.discover__title {
    margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
    .discover__title {
        margin-bottom: 32px;
    }
}

.discover__top {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .discover__top {
        display: block;
    }
}

.discover__top .select {
    width: 180px;
}

@media only screen and (max-width: 1023px) {
    .discover__top .select {
        width: 260px;
    }
}

@media only screen and (max-width: 767px) {
    .discover__top .select {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .discover__nav {
        display: none;
    }
}

.discover__link {
    margin: 0 3px;
    padding: 13px 25px;
    border-radius: 25px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 13px;
    line-height: 1.14286;
    font-weight: 700;
    color: #30373b;
    background: #f8f6fe;
    transition: all .2s;
}

.discover__link .onsalle {
    font-weight: 400;
    font-size: 13px;
    background: #ffc107;
    color: #1d1f20;
    padding: 1px 8px;
    margin-left: 5px;
    border-radius: 10px;
}

.discover__link i {
    margin-right: 5px;
    color: #b9b6e2;
}

.discover__link:hover {
    color: #353945;
}

.discover__link.active {
    background: #dcdafe;
    color: #5d5a8b;
}


@media only screen and (max-width: 1179px) {
    .discover__link:nth-child(n+5) {
        display: none;
    }
}

.discover__filter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px;
    background: transparent;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    color: #2e3335;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #404142;
    height: 40px;
    width: 150px;
    outline: none !important;
}

.discover__filter .closed__discover__filter i {
    margin-left: 5px;
}

.discover__filter .opened__discover__filter {
    display: none;
}

.discover__filter.active .opened__discover__filter {
    display: block;
}

.discover__filter .closed__discover__filter {
    display: flex;
    align-items: center;
}

.discover__filter.active .closed__discover__filter {
    display: none;
}

.discover__filter.active {
    background: #fa776e;
    border: 1px solid #fa776e;
    color: #fff;
    width: 40px;
}

@media only screen and (max-width: 767px) {
    .discover__filter {
        width: 100%;
    }
}

.discover__filter.active .icon-filter {
    display: none;
}

.discover__filter.active .icon-close {
    display: inline-block;
}

.discover__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    padding-right: 10px;
    background: none;
    font-size: 0;
}

.discover__icon .icon {
    fill: #FCFCFD;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.discover__icon .icon-filter {
    width: 18px;
    height: 18px;
}

.discover__icon .icon-close {
    display: none;
    width: 10px;
    height: 10px;
}

.discover__filters {
    display: none;
    padding: 3px 0 50px 0px;
}


.discover__sorting {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -16px 0;
}

@media only screen and (max-width: 1179px) {
    .discover__sorting {
        margin: -24px -8px 0;
    }
}

@media only screen and (max-width: 767px) {
    .discover__sorting {
        display: block;
        margin: 0;
    }
}

.discover__cell {
    flex: 0 0 calc(16.66% - 32px);
    max-width: calc(16.66% - 32px);
    margin: 32px 5px 0;
}

.discover__sorting .discover__cell:first-child {
    margin-left: 16px;
}

@media only screen and (max-width: 1179px) {
    .discover__cell {
        flex: 0 0 calc(25% - 16px);
        max-width: calc(25% - 16px);
        margin: 24px 8px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .discover__cell {
        flex: 0 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
        margin: 32px 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .discover__cell {
        max-width: 100%;
        margin: 0;
    }

    .discover__cell:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .discover__list {
        margin: 0 -8px;
    }
}

.discover__slider {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -16px 0;
}

@media only screen and (max-width: 767px) {
    .discover__slider {
        display: block;
        margin: 0;
    }
}

.discover .card {
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
    margin: 32px 16px 0;
}

@media only screen and (max-width: 1179px) {
    .discover .card {
        flex: 0 0 calc(33.333% - 32px);
        max-width: calc(33.333% - 32px);
    }
}

@media only screen and (max-width: 1023px) {
    .discover .card {
        flex: 0 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
    }
}

@media only screen and (max-width: 767px) {
    .discover .card {
        max-width: 100%;
        margin: 0;
    }
}

.discover__btns {
    margin-top: 32px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .discover__btns {
        display: none;
    }
}

.discover .slick-list {
    overflow: visible;
    padding-bottom: 72px;
}

.discover .slick-slide {
    padding: 0 8px;
}

.discover .slick-arrow {
    bottom: 0;
}

.discover .slick-prev {
    left: calc(50% - 44px);
}

.discover .slick-next {
    right: calc(50% - 44px);
}

.range__label {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #B1B5C3;
}

.range__indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.range__text {
    font-weight: 500;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-target {
    border: none;
    background: #E6E8EC;
    box-shadow: none;
}

.noUi-connect {
    background: #09af9f;
}

.noUi-handle {
    border: none;
    box-shadow: none;
    background: #09af9f;
    border-radius: 50%;
    cursor: pointer;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-handle {
    right: -12px;
    top: -8px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
}

.noUi-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    padding: 4px 8px;
    background: #141416;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #FCFCFD;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.noUi-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #141416 transparent transparent transparent;
}

.noUi-handle:hover .noUi-tooltip {
    visibility: visible;
    opacity: 1;
}

.noUi-horizontal .noUi-tooltip {
    bottom: 24px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -12px;
}

.description {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 800px;
    padding: 80px 0;
    border-top: 1px solid #E6E8EC;
}

@media only screen and (max-width: 1179px) {
    .description {
        min-height: 576px;
    }
}

@media only screen and (max-width: 767px) {
    .description {
        display: block;
        min-height: auto;
        padding: 64px 0;
        text-align: center;
    }
}

.description__wrap {
    position: relative;
    z-index: 3;
    max-width: 480px;
}

@media only screen and (max-width: 1179px) {
    .description__wrap {
        max-width: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .description__wrap {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.description__stage {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 100;
    text-transform: uppercase;
    color: #777E90;
    letter-spacing: 15px;
}

.description__title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .description__title {
        font-size: 23px;
    }

    .popular__stage {
        font-size: 15px;
    }

    .hot__title {
        font-size: 25px;
    }

}

.description__text {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 1.5;
    color: #777E90;
    font-weight: 300;
}

.description__btns {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .description__btns {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .description__button {
        width: 100%;
    }
}

.description__button:not(:last-child) {
    margin-right: 16px;
}

@media only screen and (max-width: 767px) {
    .description__button:not(:last-child) {
        margin: 0 0 16px;
    }
}

.description__gallery {
    position: absolute;
    top: 50%;
    right: calc(50% - 560px);
    width: 684px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

@media only screen and (max-width: 1339px) {
    .description__gallery {
        right: calc(50% - 520px);
        width: 550px;
    }
}

@media only screen and (max-width: 1179px) {
    .description__gallery {
        right: calc(50% - 440px);
        width: 470px;
    }
}

@media only screen and (max-width: 767px) {
    .description__gallery {
        position: static;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (max-width: 474px) {
    .description__gallery {
        width: auto;
        margin: 0 0 0 -22px;
    }
}

.description__preview:first-child {
    position: relative;
    z-index: 2;
}

.description__preview:nth-child(2) {
    right: -11%;
    bottom: -3.5%;
    z-index: 3;
    width: 47%;
}

.description__preview:not(:first-child) {
    position: absolute;
}

.description__preview img {
    width: 100%;
}

.subscription {
    position: relative;
}

.subscription__input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 14px;
    border-radius: 6px;
    background: none;
    border: 2px solid #E6E8EC;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #23262F;
    transition: border-color .2s;
}

.subscription__input:focus {
    border-color: #777E90;
}


.subscription__input::-webkit-input-placeholder {
    color: #777E90;
}

.subscription__input::-moz-placeholder {
    color: #777E90;
}

.subscription__input:-ms-input-placeholder {
    color: #777E90;
}

.subscription__input::-ms-input-placeholder {
    color: #777E90;
}

.subscription__input::placeholder {
    color: #777E90;
}

.subscription__btn {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #d80e3e;
    transition: background .2s;
}

.subscription__btn .icon {
    width: 14px;
    height: 14px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff
}

.subscription__btn .icon:before {
    content: "\f105";
}

.subscription__btn:hover {
    background: #044eff;
}

.footer {
    border-top: 1px solid #E6E8EC;
}

.footer__row {
    display: flex;
    padding: 80px 0 48px;
    border-bottom: 1px solid #E6E8EC;
}

@media only screen and (max-width: 1023px) {
    .footer__row {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .footer__row {
        padding: 64px 0 48px;
    }
}

.footer__col:first-child {
    flex-grow: 1;
    padding-right: 32px;
}

@media only screen and (max-width: 1023px) {
    .footer__col:first-child {
        position: relative;
        margin-bottom: 32px;
        padding: 0;
    }
}

.footer__col:nth-child(2) {
    display: flex;
    flex-shrink: 0;
    width: 352px;
}

@media only screen and (max-width: 1179px) {
    .footer__col:nth-child(2) {
        width: 276px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__col:nth-child(2) {
        width: auto;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__col:nth-child(2) {
        display: block;
        border-width: 1px 0;
        border-style: solid;
        border-color: #E6E8EC;
    }
}

.footer__col:nth-child(3) {
    flex-shrink: 0;
    width: 384px;
    padding-left: 32px;
}

@media only screen and (max-width: 1179px) {
    .footer__col:nth-child(3) {
        width: 304px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer__col:nth-child(3) {
        width: 100%;
        padding: 0;
    }
}

.footer__logo {
    display: inline-block;
    margin-bottom: 32px;
}

.footer__logo img {
    width: 128px;
}

.footer__info {
    font-size: 16px;
    line-height: 1.33333;
    letter-spacing: -.01em;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1179px) {
    .footer__info {
        font-size: 16px;
    }
}

.footer__theme {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

@media only screen and (max-width: 1023px) {
    .footer__theme {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
    }
}

.footer__details {
    margin-right: 16px;
    font-size: 12px;
    line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
    .footer__details {
        margin-right: 10px;
    }
}

.footer__group {
    flex: 0 0 50%;
}

.footer__group:first-child {
    padding-right: 16px;
}

@media only screen and (max-width: 767px) {
    .footer__group:first-child {
        padding-right: 0;
    }
}

.footer__group:nth-child(2) {
    padding-left: 16px;
}

@media only screen and (max-width: 767px) {
    .footer__group:nth-child(2) {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer__group:not(:last-child) {
        border-bottom: 1px solid #E6E8EC;
    }
}

.footer__head {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

@media only screen and (max-width: 1023px) {
    .footer__head {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .footer__head {
        position: relative;
        margin-bottom: 0;
        padding: 32px 32px 32px 0;
        font-size: 12px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
    }
}

.footer__head .icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer__head .icon {
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        fill: #777E90;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
}

.footer__head.active .icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

@media only screen and (min-width: 768px) {
    .footer__body {
        display: flex !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer__body {
        display: none;
        padding-bottom: 32px;
    }
}

.footer__menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__link {
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    transition: color .2s;
}

.footer__link:hover {
    color: #d80e3e;
}

.footer__link:not(:last-child) {
    margin-bottom: 24px;
}

.footer__category {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.footer__text {
    margin-bottom: 24px;
}

.footer__foot {
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    font-size: 12px;
    line-height: 1.66667;
    border-top: 1px solid #eaf2f6;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .footer__foot {
        display: block;
        padding: 24px 0 32px;
    }
}

.footer__copyright {
    color: #777E90;
}

@media only screen and (max-width: 767px) {
    .footer__copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer__note {
        display: none;
    }
}

.footer__note a {
    margin-left: 16px;
    font-weight: 600;
    color: #d80e3e;
    transition: color .2s;
}

.footer__note a:hover {
    color: #044eff;
}

.breadcrumbs {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs__item {
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
}

.breadcrumbs__item:not(:last-child) {
    margin-right: 33px;
}

.breadcrumbs__item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 9px;
    margin-left: 33px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none' viewBox='0 0 6 10'%3E%3Cpath fill-rule='evenodd' d='M.793.793a1 1 0 0 0 0 1.414L3.586 5 .793 7.793a1 1 0 0 0 1.414 1.414l3.5-3.5a1 1 0 0 0 0-1.414l-3.5-3.5a1 1 0 0 0-1.414 0z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
}

.breadcrumbs__link {
    color: #777E90;
    transition: color .2s;
}

.breadcrumbs__link:hover {
    color: #d80e3e;
}

.control {
    padding: 24px 0;
    border-bottom: 1px solid #f0f3f4
}

@media only screen and (max-width: 1179px) {
    .control {
        padding: 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .control {
        padding: 24px 0;
    }
}

.control__center {
    display: flex;
    align-items: center;
}

.control__button {
    margin-right: auto;
}

.control__button .icon {
    width: 10px;
    height: 10px;
}

.variants {
    text-align: center;
}

.variants__center {
    max-width: 896px;
}

.variants__top {
    max-width: 736px;
    margin: 0 auto 80px;
}

@media only screen and (max-width: 1179px) {
    .variants__top {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .variants__top {
        margin-bottom: 32px;
    }
}

.variants__title {
    margin-bottom: 16px;
}

.variants__info {
    color: #777E90;
}

.variants__info span {
    color: #23262F;
}

.variants__list {
    display: flex;
    margin: 0 -16px 32px;
}

@media only screen and (max-width: 767px) {
    .variants__list {
        display: block;
        margin: 0 0 32px;
    }
}

.variants__item {
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px;
    padding: 16px 16px 24px;
    border-radius: 16px;
    border: 1px solid #E6E8EC;
    transition: box-shadow .2s;
}

@media only screen and (max-width: 767px) {
    .variants__item {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .variants__item:not(:last-child) {
        margin-bottom: 24px;
    }
}

.variants__item:hover {
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
}

.variants__preview {
    margin-bottom: 24px;
}

.variants__preview img {
    width: 100%;
    border-radius: 8px;
}

.variants__note {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.field__label {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #B1B5C3;
}

.field__wrap {
    position: relative;
}

.field__input,
.field__textarea {
    width: 100%;
    border-radius: 12px;
    border: 2px solid #E6E8EC;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 500;
    color: #23262F;
    transition: border-color .2s;
}


.field__input::-webkit-input-placeholder,
.field__textarea::-webkit-input-placeholder {
    color: #777E90;
}

.field__input::-moz-placeholder,
.field__textarea::-moz-placeholder {
    color: #777E90;
}

.field__input:-ms-input-placeholder,
.field__textarea:-ms-input-placeholder {
    color: #777E90;
}

.field__input::-ms-input-placeholder,
.field__textarea::-ms-input-placeholder {
    color: #777E90;
}

.field__input::placeholder,
.field__textarea::placeholder {
    color: #777E90;
}

.field__input:focus,
.field__textarea:focus {
    border-color: #777E90;
}

.field__input {
    height: 48px;
    padding: 0 14px;
}

.field__textarea {
    height: 96px;
    padding: 10px 14px;
    resize: none;
}

.field__currency {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.field_textarea {
    font-size: 0;
}

.preview__inner {
    padding: 48px;
    background: #FCFCFD;
    box-shadow: 0px 64px 64px rgba(31, 47, 70, 0.12);
    border-radius: 16px;
}

@media only screen and (max-width: 1179px) {
    .preview__inner {
        padding: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .preview__inner {
        position: relative;
        width: 352px;
        margin: auto;
    }
}

.preview__close {
    display: none;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 40px;
    height: 40px;
    background: #FCFCFD;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    font-size: 0;
}

@media only screen and (max-width: 1023px) {
    .preview__close {
        display: inline-block;
    }
}

.preview__close .icon {
    width: 14px;
    height: 14px;
    fill: #23262F;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.preview__info {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.preview__clear {
    display: inline-flex;
    align-items: center;
    margin-top: 24px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #777E90;
    transition: color .2s;
}

.preview__clear .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #777E90;
    transition: fill .2s;
}

.preview__clear:hover {
    color: #d80e3e;
}

.preview__clear:hover .icon {
    fill: #d80e3e;
}

@media only screen and (max-width: 1339px) {
    .upload {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .upload {
        padding-top: 64px;
    }
}

.billing__center {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .billing__center {
        display: block;
    }
}

.billing__wrapper {
    flex: 0 0 calc(100% - 352px);
    width: calc(100% - 352px);
    padding-right: 128px;
}

@media only screen and (max-width: 1339px) {
    .billing__wrapper {
        padding-right: 64px;
    }
}

@media only screen and (max-width: 1179px) {
    .billing__wrapper {
        flex: 0 0 calc(100% - 304px);
        width: calc(100% - 304px);
        padding-right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .billing__wrapper {
        width: 100%;
        padding: 0;
    }
}

.upload .preview {
    flex-shrink: 0;
    width: 352px;
}

@media only screen and (max-width: 1179px) {
    .upload .preview {
        width: 304px;
    }
}

@media only screen and (max-width: 1023px) {
    .upload .preview {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 48px;
        background: rgba(20, 20, 22, 0.9);
        overflow: auto;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: all .4s;
    }

    .upload .preview.visible {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
    .upload .preview {
        padding: 32px 16px;
    }
}

.billing__head {
    display: flex;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1179px) {
    .billing__head {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .billing__head {
        margin-bottom: 32px;
    }
}

.billing__head .billing__button {
    flex-shrink: 0;
    margin-left: 24px;
}

@media only screen and (max-width: 1179px) {
    .billing__head .billing__button {
        margin: 0 0 16px;
    }
}

.billing__title {
    margin-right: auto;
}

.billing__list {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E8EC;
}

@media only screen and (max-width: 767px) {
    .billing__list {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }
}

.billing__item:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .billing__item:not(:last-child) {
        margin-bottom: 32px;
    }
}

.billing__note {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.billing__file {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 182px;
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: #F4F5F6;
}

.billing__input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 400px;
    opacity: 0;
}

.billing__icon {
    margin-bottom: 10px;
}

.billing__icon .icon {
    width: 24px;
    height: 24px;
    fill: #777E90;
}

.billing__format {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.billing__category {
    font-size: 19px;
    line-height: 1.5;
    font-weight: 600;
    color: #1e2021;
}

.billing__fieldset {
    margin-top: 32px;
}

.billing__fieldset .field:not(:last-child) {
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
    .billing__fieldset .field:not(:last-child) {
        margin-bottom: 20px;
    }
}

.billing__row {
    display: flex;
    margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
    .billing__row {
        display: block;
        margin: 0;
    }
}

.billing__col {
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .billing__col {
        width: 100%;
        margin: 0;
    }

    .billing__col:not(:last-child) {
        margin-bottom: 20px;
    }
}

.billing__options {
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .billing__options {
        margin-bottom: 32px;
    }
}

.billing__option {
    display: flex;
    align-items: flex-start;
}

.billing__option:not(:last-child) {
    margin-bottom: 25px;
}

.billing__box {
    flex-grow: 1;
}

.upload .switch {
    flex-shrink: 0;
    margin-left: 24px;
}

.billing__text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.billing__cards {
    display: flex;
    margin: 24px -4px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
    .billing__cards {
        margin: 24px -32px 0;
    }
}

.billing__cards::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 767px) {
    .billing__cards:before,
    .billing__cards:after {
        content: "";
        flex-shrink: 0;
        width: 32px;
        height: 1px;
    }
}

.billing__card {
    flex-shrink: 0;
    width: 160px;
    margin: 0 4px;
    padding: 24px;
    border-radius: 16px;
    background: #F4F5F6;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .billing__card {
        margin: 0;
    }

    .billing__card:not(:last-child) {
        margin-right: 8px;
    }
}

.billing__card:hover .billing__plus .icon {
    opacity: 1;
}

.billing__plus {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.billing__plus .icon {
    width: 24px;
    height: 24px;
    fill: #FCFCFD;
    opacity: 0;
    transition: opacity .2s;
}

.billing__foot {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .billing__foot {
        display: block;
        text-align: center;
    }
}

.billing__foot .billing__button .icon {
    width: 10px;
    height: 10px;
}

@media only screen and (max-width: 767px) {
    .billing__foot .billing__button {
        width: 100%;
    }
}

.billing__foot .billing__button:not(:last-child) {
    margin-right: 24px;
}

@media only screen and (max-width: 767px) {
    .billing__foot .billing__button:not(:last-child) {
        margin: 0 0 12px;
    }
}

.billing__saving {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.upload .loader {
    margin-left: 24px;
}

.switch {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.switch__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch__input:checked + .switch__inner .switch__box {
    background: #d80e3e;
}

.switch__input:checked + .switch__inner .switch__box:before {
    -webkit-transform: translate(24px, -50%);
    transform: translate(24px, -50%);
    background: #FCFCFD;
}

.switch__inner {
    position: relative;
    display: inline-block;
    transition: all .2s;
}

.switch__box {
    position: relative;
    display: block;
    width: 48px;
    height: 24px;
    background: #E6E8EC;
    border-radius: 12px;
    transition: all .2s;
}

.switch__box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d80e3e;
    transition: all .2s;
}

.loader {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    font-size: 4px;
    -webkit-animation: loader 1.1s infinite ease;
    animation: loader 1.1s infinite ease;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}


.loader_white {
    -webkit-animation-name: loader-white;
    animation-name: loader-white;
}

@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #777e90, 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.5), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.7), 1.8em -1.8em 0 0em #777e90, 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.5), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7), 2.5em 0em 0 0em #777e90, 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5), 2.5em 0em 0 0em rgba(119, 126, 144, 0.7), 1.75em 1.75em 0 0em #777e90, 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.5), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.7), 0em 2.5em 0 0em #777e90, -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.5), 0em 2.5em 0 0em rgba(119, 126, 144, 0.7), -1.8em 1.8em 0 0em #777e90, -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.5), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.7), -2.6em 0em 0 0em #777e90, -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.5), -2.6em 0em 0 0em rgba(119, 126, 144, 0.7), -1.8em -1.8em 0 0em #777e90;
    }
}

@keyframes loader {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #777e90, 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.5), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.7), 1.8em -1.8em 0 0em #777e90, 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.5), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.7), 2.5em 0em 0 0em #777e90, 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.5), 2.5em 0em 0 0em rgba(119, 126, 144, 0.7), 1.75em 1.75em 0 0em #777e90, 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.5), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.7), 0em 2.5em 0 0em #777e90, -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.2), -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.5), 0em 2.5em 0 0em rgba(119, 126, 144, 0.7), -1.8em 1.8em 0 0em #777e90, -2.6em 0em 0 0em rgba(119, 126, 144, 0.2), -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.5), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.7), -2.6em 0em 0 0em #777e90, -1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(119, 126, 144, 0.2), 1.8em -1.8em 0 0em rgba(119, 126, 144, 0.2), 2.5em 0em 0 0em rgba(119, 126, 144, 0.2), 1.75em 1.75em 0 0em rgba(119, 126, 144, 0.2), 0em 2.5em 0 0em rgba(119, 126, 144, 0.2), -1.8em 1.8em 0 0em rgba(119, 126, 144, 0.5), -2.6em 0em 0 0em rgba(119, 126, 144, 0.7), -1.8em -1.8em 0 0em #777e90;
    }
}

@-webkit-keyframes loader-white {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes loader-white {
    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }
    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }
    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }
    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.loader-circle,
.loader-circle:after {
    border-radius: 50%;
}

.loader-circle {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 5px solid #B1B5C3;
    border-right: 5px solid #B1B5C3;
    border-bottom: 5px solid #B1B5C3;
    border-left: 5px solid #d80e3e;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader-circle 1.1s infinite linear;
    animation: loader-circle 1.1s infinite linear;
}

@-webkit-keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wallet__head {
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-bottom: 2px solid #E6E8EC;
}

@media only screen and (max-width: 767px) {
    .wallet__head {
        margin-bottom: 40px;
        padding-bottom: 24px;
    }
}

.wallet__back {
    display: inline-flex;
    align-items: center;
    color: #23262F;
}

.wallet__back .icon {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

@media only screen and (max-width: 767px) {
    .wallet__back .icon {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }
}

.wallet__back:hover .icon {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

@media only screen and (max-width: 767px) {
    .wallet__stage {
        font-size: 24px;
    }
}

.wallet__body {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .wallet__body {
        display: block;
    }
}

.wallet__menu {
    flex-shrink: 0;
    width: 544px;
    margin-right: auto;
}

@media only screen and (max-width: 1179px) {
    .wallet__menu {
        width: 384px;
    }
}

@media only screen and (max-width: 1023px) {
    .wallet__menu {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .wallet__menu {
        width: 100%;
        margin-bottom: 40px;
    }
}

.wallet__wrapper {
    flex-grow: 1;
    padding-left: 128px;
}

@media only screen and (max-width: 1339px) {
    .wallet__wrapper {
        padding-left: 64px;
    }
}

@media only screen and (max-width: 1023px) {
    .wallet__wrapper {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .wallet__wrapper {
        padding-left: 0;
    }
}

.wallet__item {
    display: none;
}

.wallet__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 32px 64px 32px 32px;
    border-radius: 12px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #23262F;
    cursor: pointer;
}

@media only screen and (max-width: 1023px) {
    .wallet__link {
        padding: 0 30px 0 0;
        font-size: 20px;
    }
}

.wallet__link:hover .wallet__arrow {
    opacity: 1;
}

.wallet__link.active {
    box-shadow: inset 0 0 0 2px #E6E8EC;
}

@media only screen and (max-width: 1023px) {
    .wallet__link.active {
        box-shadow: none;
    }
}

@media only screen and (max-width: 1023px) {
    body.dark .wallet__link.active {
        box-shadow: none;
    }
}

.wallet__link.active .wallet__icon:before {
    opacity: 1;
}

.wallet__link.active .wallet__icon .icon:first-child {
    opacity: 0;
}

.wallet__link.active .wallet__icon .icon:nth-child(2) {
    opacity: 1;
}

.wallet__link.active .wallet__arrow {
    opacity: 1;
}

@media only screen and (max-width: 1023px) {
    .wallet__link:not(:last-child) {
        margin-bottom: 24px;
    }
}

.wallet__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    margin-right: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

@media only screen and (max-width: 1179px) {
    .wallet__icon {
        margin-right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .wallet__icon {
        margin-right: 16px;
    }
}

.wallet__icon:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background: #FCFCFD;
    opacity: 0;
    transition: opacity .2s;
}

.wallet__icon .icon {
    transition: opacity .2s;
}

.wallet__icon .icon:first-child {
    width: 24px;
    height: 24px;
    fill: #FCFCFD;
}

.wallet__icon .icon:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #d80e3e;
    opacity: 0;
}

.wallet__arrow {
    position: absolute;
    top: 50%;
    right: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity .2s;
}

@media only screen and (max-width: 1179px) {
    .wallet__arrow {
        right: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .wallet__arrow {
        right: 0;
    }
}

.wallet__arrow .icon {
    width: 14px;
    height: 14px;
    fill: #23262F;
}

.wallet__bg img {
    width: 100%;
    border-radius: 24px;
}

.wallet__title {
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .wallet__title {
        text-align: center;
        font-size: 32px;
    }
}

.wallet__text {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

@media only screen and (max-width: 767px) {
    .wallet__text {
        text-align: center;
    }
}

.wallet__text span {
    font-weight: 600;
    color: #23262F;
}

.wallet__box {
    margin-bottom: 24px;
    padding: 18%;
    background: #F4F5F6;
    border-radius: 16px;
}

@media only screen and (max-width: 767px) {
    .wallet__box {
        padding: 10%;
    }
}

.wallet__code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 29%;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: #FCFCFD;
    cursor: pointer;
    box-shadow: 0px 64px 64px -48px rgba(31, 47, 70, 0.12);
}

@media only screen and (max-width: 767px) {
    .wallet__code {
        padding: 20%;
    }
}

.wallet__code img {
    width: 100%;
}

.wallet__preview {
    margin: 40px 0;
}

.wallet__preview img {
    width: 100%;
    border-radius: 12px;
}

.wallet__variants {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.wallet .checkbox:not(:last-child) {
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .wallet__button {
        width: 100%;
    }
}

.wallet__btns {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .wallet__btns {
        display: block;
    }
}

.wallet__btns .wallet__button:not(:last-child) {
    margin-right: 8px;
}

@media only screen and (max-width: 767px) {
    .wallet__btns .wallet__button:not(:last-child) {
        margin: 0 0 8px;
    }
}

.checkbox {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checkbox__input:checked + .checkbox__inner .checkbox__tick {
    background: #d80e3e;
    border-color: #d80e3e;
}

.checkbox__input:checked + .checkbox__inner .checkbox__tick:before {
    opacity: 1;
}

.checkbox__inner {
    display: flex;
}

.checkbox__inner:hover .checkbox__tick {
    border-color: #d80e3e;
}

.checkbox__tick {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 4px;
    border: 2px solid #E6E8EC;
    transition: all .2s;
}

.checkbox__tick:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfd'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
    opacity: 0;
    transition: opacity .2s;
}

.checkbox__text {
    line-height: 1.71429;
    font-weight: 500;
    color: #23262F;
}

.faq__top {
    max-width: 640px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1023px) {
    .faq__top {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .faq__top {
        margin-bottom: 40px;
    }
}

.faq__stage {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #777E90;
}

.faq__title {
    margin-bottom: 20px;
}

.faq__info {
    font-size: 16px;
    line-height: 1.5;
    color: #353945;
}

@media only screen and (max-width: 767px) {
    .faq__info {
        margin-bottom: 40px;
    }
}

.faq__info a {
    font-weight: 500;
    color: #d80e3e;
}

.faq__info a:hover {
    text-decoration: underline;
}

.faq__row {
    flex-direction: column;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .faq__row {
        display: block;
    }
}


@media only screen and (max-width: 767px) {
    .faq__col:first-child {
        display: none;
    }
}

.faq__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.faq__link {
    display: flex;
    align-items: center;
    font-family: "Sofia Pro", sans-serif;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    cursor: pointer;
    transition: color .2s;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    margin: 0 10px;
    padding: 16px 20px;
    border-radius: 15px;
}

.faq__link i {
    margin-bottom: 6px;
    color: #00bcd4;
    font-size: 30px;
}

.faq__link span {
    font-weight: 100;
    font-size: 13px;
    color: #2f3436;
}

.faq__link:hover,
.faq__link.active {
    color: #23262F;
    background: #f6f7f9;
}

.faq__box {
    display: none;
}

.faq__box {
    box-shadow: 0 35px 35px hsl(0deg 0% 0% / 4%), 0 1px 4px hsl(0deg 0% 0% / 1%), 0 2px 8px hsl(0deg 0% 0% / 1%);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.faq__item {
    background: #f6f7f9;
    margin-bottom: 10px;
    padding: 0 30px;
    border-radius: 20px;
}

.faq__item.active .faq__head:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.faq__head {
    position: relative;
    padding: 25px 40px 25px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: color .2s;
    font-weight: bold;
}

.faq__head:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    height: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' viewBox='0 0 10 6'%3E%3Cpath fill-rule='evenodd' d='M9.207.793a1 1 0 0 0-1.414 0L5 3.586 2.207.793A1 1 0 1 0 .793 2.207l3.5 3.5a1 1 0 0 0 1.414 0l3.5-3.5a1 1 0 0 0 0-1.414z' fill='%23777e91'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.faq__content {
    font-size: 15px;
    font-weight: 100;
    color: #3f4649;
}

.faq__head:hover {
    color: #d80e3e;
}

.faq__body {
    display: none;
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
    color: #777E90;
}

.faq__button {
    margin-top: 24px;
}

.cart__top {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    width: calc(100% - 352px);
    padding-right: 128px;
}

@media only screen and (max-width: 1339px) {
    .cart__top {
        padding-right: 64px;
    }
}

@media only screen and (max-width: 1179px) {
    .cart__top {
        width: calc(100% - 304px);
        padding-right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .cart__top {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cart__row > .cart__button {
        width: 100%;
        margin-top: 16px;
    }
}

.cart__title {
    margin-right: auto;
}

.cart__toggle {
    position: relative;
    margin-left: 24px;
}

.cart__toggle .icon-filter {
    width: 24px;
    height: 24px;
}

.cart__toggle .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cart__toggle.active {
    background: #d80e3e;
    box-shadow: inset 0 0 0 2px #d80e3e;
}

.cart__toggle.active .icon {
    fill: #FCFCFD;
}

.cart__toggle.active .icon-filter {
    opacity: 0;
}

.cart__toggle.active .icon-close {
    opacity: 1;
}

.cart__row {
    display: flex;
    align-items: flex-start;
    margin-top: -56px;
}

@media only screen and (max-width: 1023px) {
    .cart__row {
        flex-direction: column-reverse;
        margin-top: 0;
    }
}

.cart__wrapper {
    flex-grow: 1;
    padding-right: 128px;
    padding-top: 120px;
}

@media only screen and (max-width: 1339px) {
    .cart__wrapper {
        padding-right: 64px;
    }
}

@media only screen and (max-width: 1179px) {
    .cart__wrapper {
        padding-right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .cart__wrapper {
        width: 100%;
        padding: 0;
    }
}

.cart__filters {
    flex-shrink: 0;
    width: 100%;
    padding: 20px 25px;
    border-radius: 24px;
    border: 1px solid #f0f3f4;
}

@media only screen and (max-width: 1179px) {
    .cart__filters {
        width: 304px;
        padding: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    .cart__filters {
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .cart__filters.visible {
        display: block;
        margin-top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__filters.visible {
        margin-top: 16px;
    }
}

.cart__nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px 32px;
}

@media only screen and (max-width: 1023px) {
    .cart__nav {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__nav {
        margin-top: 32px;
    }
}

.cart__link {
    margin: 0 6px;
    padding: 6px 12px;
    border-radius: 14px;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    transition: all .2s;
}

.cart__link:hover {
    color: #353945;
}

.cart__link.active {
    background: #353945;
    color: #FCFCFD;
}

.cart__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: background .2s;
    border: 1px solid #f0f3f4;
}

@media only screen and (max-width: 767px) {
    .cart__item {
        padding-right: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .cart__item:before,
    .cart__item:after {
        right: 12px;
    }
}

.cart__item:hover {
    background: rgb(173 198 223 / 2%);
}

.cart__item:hover:after {
    opacity: 1;
}

.cart__item:not(:last-child) {
    margin-bottom: 16px;
}

.cart__preview {
    position: relative;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .cart__preview {
        width: 64px;
        height: 64px;
        margin-right: 16px;
    }
}

.cart__preview > img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cart__icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .cart__icon {
        width: 24px;
        height: 24px;
    }
}

.cart__icon img {
    max-width: 16px;
}

@media only screen and (max-width: 767px) {
    .cart__icon img {
        max-width: 12px;
    }
}

.cart__details {
    flex-grow: 1;
}

.cart__subtitle {
    font-size: 14px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #23262F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .cart__subtitle {
        margin-bottom: 3px;
        font-size: 16px;
    }
}

.cart__description {
    font-size: 14px;
    line-height: 1.5;
    color: #7a888f;
}

@media only screen and (max-width: 767px) {
    .cart__description {
        font-size: 12px;
    }
}

.cart__date {
    font-size: 12px;
    line-height: 1.66667;
    font-weight: 600;
    color: #777E90;
}

.activity .loader {
    margin: 32px auto 0;
}

.cart__info {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.cart__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8EC;
}

.activity .checkbox:not(:last-child) {
    margin-bottom: 24px;
}

.cart__btns {
    display: flex;
    margin: 0 -6px;
}

.cart__btns .cart__button {
    width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    height: 32px;
    margin: 0 6px;
    padding: 0 8px;
}

.catalog__top {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8EC;
}

@media only screen and (max-width: 1023px) {
    .catalog__top {
        display: block;
        margin-bottom: 32px;
        padding-bottom: 0;
        border: none;
    }
}

@media only screen and (max-width: 767px) {
    .catalog__top {
        margin-bottom: 24px;
    }
}

.catalog__title {
    margin-right: auto;
    font-size: 24px;
    line-height: 1.33333;
    letter-spacing: -.01em;
}

@media only screen and (max-width: 1023px) {
    .catalog__title {
        display: none;
    }
}

.catalog__search {
    position: relative;
    flex-shrink: 0;
    width: 320px;
    margin-left: 30px;
}

@media only screen and (max-width: 1023px) {
    .catalog__search {
        width: 100%;
        margin: 0;
    }
}

.catalog__input {
    width: 100%;
    height: 48px;
    padding: 0 48px 0 14px;
    border-radius: 12px;
    background: none;
    border: 2px solid #E6E8EC;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #23262F;
    transition: border-color .2s;
}

.catalog__input::-webkit-input-placeholder {
    color: #777E90;
}

.catalog__input::-moz-placeholder {
    color: #777E90;
}

.catalog__input:-ms-input-placeholder {
    color: #777E90;
}

.catalog__input::-ms-input-placeholder {
    color: #777E90;
}

.catalog__input::placeholder {
    color: #777E90;
}

.catalog__input:focus {
    border-color: #777E90;
}

.catalog__result {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d80e3e;
    transition: background .2s;
}

.catalog__result .icon {
    width: 16px;
    height: 16px;
    fill: #FCFCFD;
}

.catalog__result:hover {
    background: #044eff;
}

.catalog__sorting {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

@media only screen and (max-width: 1023px) {
    .catalog__sorting {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .catalog__sorting {
        margin-bottom: 32px;
    }
}

.catalog__sorting .select {
    width: 256px;
    margin-right: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
}

@media only screen and (max-width: 1023px) {
    .catalog__sorting .select {
        width: 100%;
        margin: 0 0 32px;
    }
}

.catalog__nav {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .catalog__nav {
        margin: 0 -32px;
        overflow: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .catalog__nav::-webkit-scrollbar {
        display: none;
    }

    .catalog__nav:before,
    .catalog__nav:after {
        content: "";
        flex-shrink: 0;
        width: 32px;
        height: 1px;
    }
}

.catalog__link {
    flex-shrink: 0;
    margin: 0 6px;
    padding: 6px 12px;
    border-radius: 14px;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    transition: all .2s;
}

@media only screen and (max-width: 767px) {
    .catalog__link {
        margin: 0;
    }
}

.catalog__link:hover {
    color: #353945;
}

.catalog__link.active {
    background: #353945;
    color: #FCFCFD;
}

@media only screen and (max-width: 767px) {
    .catalog__link:not(:last-child) {
        margin-right: 12px;
    }
}

.catalog__row {
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .catalog__row {
        display: block;
    }
}

.catalog__wrapper {
    flex-grow: 1;
}

@media only screen and (max-width: 1023px) {
    .catalog__wrapper {
        padding-left: 0;
    }
}

.catalog__filters {
    flex-shrink: 0;
    width: 256px;
}

@media only screen and (max-width: 1023px) {
    .catalog__filters {
        width: 100%;
        margin-bottom: 32px;
    }
}

.catalog .range {
    margin-bottom: 24px;
}

.catalog__group {
    margin-bottom: 24px;
    padding: 24px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E6E8EC;
}

.catalog .field:not(:last-child) {
    margin-bottom: 24px;
}

.catalog__reset {
    display: inline-flex;
    align-items: center;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #23262F;
    cursor: pointer;
    transition: color .2s;
}

.catalog__reset .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #23262F;
    transition: fill .2s;
}

.catalog__reset:hover {
    color: #d80e3e;
}

.catalog__reset:hover .icon {
    fill: #d80e3e;
}


.catalog__list {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -7px 0;
}

@media only screen and (max-width: 767px) {
    .catalog__list {
        display: block;
        margin: 0;
    }
}

.catalog .card {
    flex: 0 0 calc(25% - 32px);
    max-width: calc(25% - 32px);
    margin: 25px 7px 10px;
    padding: 0;
    box-shadow: 0px 32px 32px rgb(31 47 70 / 12%);
    border-radius: 14px;
}

@media only screen and (max-width: 1279px) {
    .catalog .card {
        flex: 0 0 calc(50% - 32px);
        max-width: calc(50% - 32px);
    }
}

@media only screen and (max-width: 767px) {
    .catalog .card {
        max-width: 100%;
        margin: 0;
    }

    .catalog .card:not(:last-child) {
        margin-bottom: 12px;
    }
}

.catalog__btns {
    margin-top: 32px;
    text-align: center;
}

.result {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .result {
        padding-top: 48px;
    }
}

.result__preview {
    margin-bottom: 96px;
}

@media only screen and (max-width: 1179px) {
    .result__preview {
        margin: 0 -64px 90px;
    }
}

@media only screen and (max-width: 1023px) {
    .result__preview {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .result__preview {
        margin: 0 -160px 32px;
    }
}

.result__preview img {
    width: 100%;
}

.result__wrap {
    max-width: 736px;
    margin: 0 auto 96px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .result__wrap {
        margin-bottom: 64px;
    }
}

.result__title {
    margin-bottom: 8px;
}

.result__info {
    margin-bottom: 24px;
    color: #777E90;
}

.result .subscription {
    max-width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .result .subscription {
        max-width: 100%;
    }
}

.result__subtitle {
    margin-bottom: 48px;
    text-align: center;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.result__list {
    display: flex;
    margin: 0 -16px;
}

@media only screen and (max-width: 1179px) {
    .result__list {
        margin: 0 -80px;
        overflow: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .result__list::-webkit-scrollbar {
        display: none;
    }

    .result__list:before,
    .result__list:after {
        content: "";
        flex-shrink: 0;
        width: 80px;
        height: 1px;
    }
}

.result__item {
    display: flex;
    align-items: center;
    flex: 0 0 calc(25% - 32px);
    width: calc(25% - 32px);
    margin: 0 16px;
    padding: 9px;
    border: 1px solid #E6E8EC;
    border-radius: 32px;
    cursor: pointer;
    transition: all .2s;
}

@media only screen and (max-width: 1179px) {
    .result__item {
        flex: 0 0 256px;
        width: 256px;
        margin: 0;
    }
}

@media only screen and (max-width: 1179px) {
    .result__item:not(:last-child) {
        margin-right: 20px;
    }
}

.result__item:hover {
    box-shadow: 0px 24px 24px -16px rgba(15, 15, 15, 0.2);
}

.result__picture {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    margin-right: 12px;
}

.result__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.result__category {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #23262F;
}

.result__text {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.profile__head {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 326px;
    padding: 32px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

@media only screen and (max-width: 1023px) {
    .profile__head {
        height: 260px;
        padding-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .profile__head {
        height: 230px;
        padding-bottom: 56px;
    }
}

.profile__head .container {
    display: flex;
    justify-content: flex-end;
}

.profile__head.active .profile__btns {
    opacity: 0;
}

.profile__head.active .profile__file {
    opacity: 1;
    visibility: visible;
}

.profile__btns {
    display: flex;
    justify-content: flex-end;
    transition: opacity .2s;
}

.profile__btns .profile__button {
    box-shadow: 0 0 0 2px #777E90 inset;
    color: #FCFCFD;
}

@media only screen and (max-width: 767px) {
    .profile__btns .profile__button {
        flex-grow: 1;
        padding: 0 10px;
    }
}

.profile__btns .profile__button .icon {
    width: 16px;
    height: 16px;
    fill: #FCFCFD;
}

.profile__btns .profile__button:hover {
    box-shadow: 0 0 0 2px #d80e3e inset;
}

.profile__btns .profile__button:not(:last-child) {
    margin-right: 16px;
}

.profile__file {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FCFCFD;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

@media only screen and (max-width: 767px) {
    .profile__file {
        align-items: flex-start;
        padding-top: 40px;
    }
}

.profile__file:before,
.profile__file:after {
    content: "";
    position: absolute;
}

.profile__file:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 22, 0.6);
}

.profile__file:after {
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 2px dashed #E6E8EC;
    border-radius: 12px;
}

.profile__file input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    font-size: 1400px;
    opacity: 0;
}

.profile__file .icon {
    margin-bottom: 24px;
    width: 48px;
    height: 48px;
    fill: #FCFCFD;
}

@media only screen and (max-width: 767px) {
    .profile__file .icon {
        width: 24px;
        height: 24px;
        margin-bottom: 12px;
    }
}

.profile__file .profile__button {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
}

@media only screen and (max-width: 1023px) {
    .profile__file .profile__button {
        bottom: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .profile__file .profile__button {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

.profile__wrap {
    position: relative;
    z-index: 2;
}

.profile__info {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .profile__info {
        font-size: 16px;
    }
}

.profile__text {
    font-size: 16px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .profile__text {
        font-size: 12px;
    }
}

.profile__body {
    position: relative;
    z-index: 3;
    padding: 80px 0;
}

@media only screen and (max-width: 1023px) {
    .profile__body {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .profile__body {
        padding: 0 0 64px;
    }
}

.profile__body .profile__center {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
    .profile__body .profile__center {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .profile .user {
        width: 100%;
        margin: -32px 0 48px;
    }
}

@media only screen and (max-width: 1339px) {
    .profile__wrapper {
        padding-left: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .profile__wrapper {
        width: 100%;
        padding-left: 0;
    }
}

.profile__nav {
    display: flex;
    margin: 0 -6px 32px;
}

@media only screen and (max-width: 767px) {
    .profile__nav {
        margin: 0 -32px 32px;
        overflow: auto;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .profile__nav::-webkit-scrollbar {
        display: none;
    }

    .profile__nav:before,
    .profile__nav:after {
        content: "";
        flex-shrink: 0;
        width: 32px;
        height: 1px;
    }
}

.profile__link {
    flex-shrink: 0;
    margin: 0 6px;
    padding: 6px 12px;
    border-radius: 14px;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    transition: all .2s;
}

@media only screen and (max-width: 767px) {
    .profile__link {
        margin: 0;
    }
}

.profile__link:hover {
    color: #353945;
}

.profile__link.active {
    background: #353945;
    color: #FCFCFD;
}

@media only screen and (max-width: 767px) {
    .profile__link:not(:last-child) {
        margin-right: 12px;
    }
}

.profile__item {
    display: none;
}

.profile__list {
    display: flex;
    flex-wrap: wrap;
    margin: -32px -16px 0;
}

@media only screen and (max-width: 1339px) {
    .profile__list {
        margin: -32px -10px 0;
    }
}

@media only screen and (max-width: 1179px) {
    .profile__list {
        margin: -32px -16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .profile__list {
        display: block;
        margin: 0;
    }
}

.profile .card {
    flex: 0 0 calc(33.333% - 32px);
    width: calc(33.333% - 32px);
    margin: 32px 16px 0;
}

@media only screen and (max-width: 1339px) {
    .profile .card {
        flex: 0 0 calc(33.333% - 20px);
        width: calc(33.333% - 20px);
        margin: 32px 10px 0;
    }
}

@media only screen and (max-width: 1179px) {
    .profile .card {
        flex: 0 0 calc(50% - 32px);
        width: calc(50% - 32px);
        margin: 32px 16px 0;
    }
}

@media only screen and (max-width: 767px) {
    .profile .card {
        width: 100%;
        margin: 0;
    }

    .profile .card:not(:last-child) {
        margin-bottom: 32px;
    }
}

.profile .loader {
    margin: 32px auto 10px;
}

.profile .followers {
    padding-top: 16px;
}

@media only screen and (max-width: 767px) {
    .profile .followers {
        padding-top: 0;
    }
}

.user {
    padding: 32px 28px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #E6E8EC;
}

.user__avatar {
    width: 77px;
    margin-right: 10px;
}

.user__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.user__name {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.user__name span {
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    padding: 5px 15px;
}

.user__code {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.user__number {
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #23262F;
}

.user__copy {
    margin-left: 8px;
}

.user__copy .icon {
    width: 16px;
    height: 16px;
    fill: #d80e3e;
    transition: fill .2s;
}

.user__copy:hover .icon {
    fill: #044eff;
}

.user__info {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.user__site {
    display: inline-flex;
    align-items: center;
    margin-bottom: 48px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #23262F;
}

.user__site .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: #777E90;
}

.user__control {
    display: inline-block;
    position: relative;
    margin-bottom: 48px;
}

.user__box {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 2;
    width: 220px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 32px 16px;
    background: #FCFCFD;
    border: 1px solid #E6E8EC;
    box-shadow: 0px 32px 32px -8px rgba(31, 47, 70, 0.12);
    border-radius: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.user__box.active {
    visibility: visible;
    opacity: 1;
}

.user__stage {
    margin-bottom: 24px;
    font-weight: 500;
}

.user__share {
    display: flex;
    justify-content: center;
}

.user__direction span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E6E8EC;
    cursor: pointer;
    transition: all .2s;
}

.user__direction span .icon {
    width: 20px;
    height: 20px;
    transition: fill .2s;
}

.user__direction span:hover {
    background: #d80e3e;
}

.user__direction span:hover .icon {
    fill: #FCFCFD;
}

.user__direction:not(:last-child) {
    margin-right: 24px;
}

.user__btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user__button .icon {
    width: 20px;
    height: 20px;
}

.user__button span:nth-child(2) {
    display: none;
}

.user__button.active {
    background: #d80e3e;
    box-shadow: inset 0 0 0 2px #d80e3e;
    color: #FCFCFD;
}

.user__button.active .icon {
    fill: #FCFCFD;
}

.user__button.active span:first-child {
    display: none;
}

.user__button.active span:nth-child(2) {
    display: inline;
}

.user__button:not(:last-child) {
    margin-right: 8px;
}

.user__socials {
    display: flex;
    justify-content: center;
}

.user__social .icon {
    width: 20px;
    height: 20px;
    fill: #777E90;
    transition: fill .2s;
}

.user__social:hover .icon {
    fill: #d80e3e;
}

.user__social:not(:last-child) {
    margin-right: 24px;
}

.user__note {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #E6E8EC;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.followers__item {
    display: flex;
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E8EC;
}

@media only screen and (max-width: 767px) {
    .followers__item {
        position: relative;
        display: block;
        padding: 0 100px 0 0;
        border: none;
    }
}

.followers__item:not(:last-child) {
    margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
    .followers__item:not(:last-child) {
        margin-bottom: 32px;
    }
}

.followers__user {
    display: flex;
    align-items: center;
    width: 326px;
    flex: 0 0 326px;
    padding-right: 24px;
}

@media only screen and (max-width: 1179px) {
    .followers__user {
        flex: 0 0 244px;
        width: 244px;
    }
}

@media only screen and (max-width: 767px) {
    .followers__user {
        width: 100%;
        padding-right: 0;
    }
}

.followers__wrap {
    width: calc(100% - 326px);
    flex: 0 0 calc(100% - 326px);
}

@media only screen and (max-width: 1179px) {
    .followers__wrap {
        width: calc(100% - 244px);
        flex: 0 0 calc(100% - 244px);
    }
}

@media only screen and (max-width: 767px) {
    .followers__wrap {
        display: none;
    }
}

.followers__avatar {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .followers__avatar {
        width: 72px;
        height: 72px;
        margin-right: 16px;
    }
}

.followers__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.followers__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.followers__counter {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.followers__button {
    height: 32px;
    margin-top: 12px;
    padding: 0 12px;
}

@media only screen and (max-width: 767px) {
    .followers__button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }
}

.followers__gallery {
    display: flex;
    margin: 0 -4px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.followers__gallery::-webkit-scrollbar {
    display: none;
}

.followers__preview {
    flex-shrink: 0;
    width: 112px;
    margin: 0 4px;
}

.followers__preview img {
    width: 100%;
    border-radius: 12px;
}

.followers .loader {
    margin: 48px auto 10px;
}

.details__center {
    max-width: 896px;
}

.details__top {
    margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
    .details__top {
        margin-bottom: 32px;
        padding-bottom: 16px;
        border-bottom: 1px solid #E6E8EC;
    }
}

.details__title {
    margin-bottom: 16px;
}

.details__info {
    color: #777E90;
}

.details__info strong {
    font-weight: 500;
    color: #23262F;
}

body.dark .details__info strong {
    color: #FCFCFD;
}

.details__row {
    display: flex;
    margin: 0 -16px;
}

@media only screen and (max-width: 1179px) {
    .details__row {
        display: block;
        margin: 0;
    }
}

.details__col {
    flex: 0 0 calc(50% - 32px);
    width: calc(50% - 32px);
    margin: 0 16px;
}

@media only screen and (max-width: 1179px) {
    .details__col {
        width: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 1179px) {
    .details__col:not(:last-child) {
        margin-bottom: 64px;
    }
}

@media only screen and (max-width: 767px) {
    .details__col:not(:last-child) {
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #E6E8EC;
    }

    body.dark .details__col:not(:last-child) {
        border-color: #353945;
    }
}

.details__user {
    display: flex;
}

@media only screen and (max-width: 1179px) {
    .details__user {
        max-width: 416px;
    }
}

.details__avatar {
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    .details__avatar {
        width: 64px;
        height: 64px;
        margin-right: 16px;
    }
}

.details__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.details__wrap {
    flex-grow: 1;
}

.details__stage {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.details__text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.details__file {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.details__input {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 140px;
    opacity: 0;
}

.details__list {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1179px) {
    .details__list {
        display: flex;
        margin: 0 -20px 64px;
    }
}

@media only screen and (max-width: 767px) {
    .details__list {
        display: block;
        margin: 0 0 32px;
    }
}

@media only screen and (max-width: 1179px) {
    .details__item {
        flex: 0 0 calc(50% - 40px);
        width: calc(50% - 40px);
        margin: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .details__item {
        width: 100%;
        margin: 0;
    }
}

.details__item > .details__button {
    margin-top: 32px;
}

.details__item > .details__button .icon {
    width: 16px;
    height: 16px;
}

.details__item:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1179px) {
    .details__item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .details__item:not(:last-child) {
        margin-bottom: 32px;
    }
}

.details__category {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.details__fieldset > .field:not(:last-child) {
    margin-bottom: 32px;
}

.details__box {
    position: relative;
}

.details__box .details__button {
    position: absolute;
    right: 12px;
    bottom: 8px;
    height: 32px;
    padding: 0 10px;
}

.details__note {
    color: #777E90;
}

.details__btns {
    display: flex;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #E6E8EC;
}

@media only screen and (max-width: 767px) {
    .details__btns {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .details__btns .details__button {
        width: 100%;
    }
}

.details__btns .details__button:not(:last-child) {
    margin-right: 32px;
}

@media only screen and (max-width: 767px) {
    .details__btns .details__button:not(:last-child) {
        margin: 0 0 32px;
    }
}

.details__clear {
    display: inline-flex;
    align-items: center;
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #777E90;
    transition: color .2s;
}

.details__clear .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #777E90;
    transition: fill .2s;
}

.details__clear:hover {
    color: #d80e3e;
}

.details__clear:hover .icon {
    fill: #d80e3e;
}

.item__center {
    display: flex;
}

@media only screen and (max-width: 1023px) {
    .item__center {
        display: block;
    }
}

.item__bg {
    position: relative;
    flex-grow: 1;
    align-self: flex-start;
    margin-right: 96px;
}

@media only screen and (max-width: 1339px) {
    .item__bg {
        margin-right: 64px;
    }
}

@media only screen and (max-width: 1179px) {
    .item__bg {
        margin-right: 32px;
    }
}

@media only screen and (max-width: 1023px) {
    .item__bg {
        margin: 0 0 32px;
    }
}

.item__details {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

@media only screen and (max-width: 1179px) {
    .item__details {
        width: 336px;
    }
}

@media only screen and (max-width: 1023px) {
    .item__details {
        width: 100%;
    }
}

.item__preview {
    position: relative;
}

.item__preview img {
    width: 100%;
    border-radius: 16px;
}

.item__categories {
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    flex-wrap: wrap;
    margin: -8px 0 0 -8px;
}

.item__category {
    margin: 8px 0 0 8px;
}

.item .options {
    position: absolute;
    right: 16px;
    top: 16px;
}

.item__title {
    margin-bottom: 8px;
}

.item__cost {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.item__cost .item__price {
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    line-height: 30px;
}

.item__cost .item__price:not(:last-child) {
    margin-right: 8px;
}

.item__counter {
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #777E90;
}

.item__text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.5;
    color: #777E90;
}

.item__text a {
    text-decoration: underline;
    font-weight: 500;
    color: #23262F;
}

.item__text a:hover {
    text-decoration: none;
}

.item__tabs {
    margin-bottom: auto;
}

.item__nav {
    display: flex;
    margin-bottom: 15px;
}

.item__link {
    padding: 13px 26px;
    border-radius: 8px;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 13px;
    letter-spacing: -0.3px;
    line-height: 1.14286;
    font-weight: 100;
    color: #777E90;
    transition: all .2s;
    background: #f5f7f8;
}

.item__link i {
    margin-right: 5px;
}

.item__link:hover {
    color: #353945;
}

.item__link.active {
    background: #1f2023;
    color: #FCFCFD;
    font-weight: 600;
}

.item__link:not(:last-child) {
    margin-right: 8px;
}

.item__user {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E8EC;
}

.item__user:not(:last-child) {
    margin-bottom: 16px;
}

.item__avatar {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.item__avatar > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.item__reward {
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.item__reward img {
    max-width: 25px;
}

.item__description {
    flex-grow: 1;
}

.item__time {
    flex-shrink: 0;
    align-self: flex-start;
    margin-left: 12px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.item__action {
    color: #777E90;
}

.item__action span {
    font-weight: 500;
    color: #23262F;
}

.item__action span.item__money {
    color: #45B26B;
}

.item__position {
    color: #777E90;
}

.item__name {
    font-weight: 500;
}

.item__box {
    display: none;
}

@media only screen and (max-width: 767px) {
    .item__control {
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px;
    }
}

.item__head {
    display: flex;
    align-items: center;
}

.item__info {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #777E90;
}

.item__info span {
    color: #23262F;
}

.item__currency {
    display: flex;
}

.item__price {
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.item__price:nth-child(2) {
    color: #777E90;
}

.item__price:not(:last-child) {
    margin-right: 12px;
}

.item__btns {
    display: flex;
    margin: 32px -4px 0;
}

.item__btns .item__button {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
    margin: 0 4px;
    padding: 0 8px;
}

.item__variants {
    margin-top: 32px;
    font-weight: 500;
    color: #777E90;
}

.item__variants span {
    margin-left: 12px;
    font-weight: 400;
}

.item__percent {
    font-weight: 500;
    color: #23262F;
}

.item__foot {
    margin-top: 32px;
}

.item__foot .item__button {
    width: 100%;
}

.item__note {
    margin-top: 32px;
    color: #777E90;
}

.options__list {
    display: flex;
    padding: 8px;
    border-radius: 32px;
}

.options__button .icon {
    width: 24px;
    height: 24px;
}

.options__button_favorite .icon {
    fill: #777E90;
    transition: fill .2s;
    transition: opacity .2s;
}

.options__button_favorite:before {
    content: "";
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18' fill='none' viewBox='0 0 22 18'%3E%3Cpath d='M11 1.81A6.48 6.48 0 0 0 6.5 0 6.5 6.5 0 0 0 0 6.5c0 6.368 6.97 9.885 9.814 11.055.766.315 1.607.315 2.372 0C15.03 16.385 22 12.868 22 6.5A6.5 6.5 0 0 0 15.5 0 6.48 6.48 0 0 0 11 1.81z' fill='%23ef466f'/%3E%3C/svg%3E") no-repeat 50% 50%/100% auto;
    opacity: 0;
    transition: opacity .2s;
}

.options__button_favorite:hover .icon {
    fill: #23262F;
}

.options__button_favorite.active .icon {
    opacity: 0;
}

.options__button_favorite.active:before {
    opacity: 1;
}

.options__button_favorite:hover .icon {
    fill: #FCFCFD;
}

.options__button_share.active {
    background: #d80e3e;
    box-shadow: inset 0 0 0 2px #d80e3e;
}

.options__button_share.active .icon {
    fill: #FCFCFD;
}

.options__button:not(:last-child) {
    margin: 0 6px 0 0;
}

.options__box {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    z-index: 2;
    width: 220px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 32px 16px;
    background: #FCFCFD;
    border: 1px solid #E6E8EC;
    box-shadow: 0px 32px 32px -8px rgba(31, 47, 70, 0.12);
    border-radius: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
}

.options__box.active {
    visibility: visible;
    opacity: 1;
}

.options__stage {
    margin-bottom: 24px;
    font-weight: 500;
}

.options__share {
    display: flex;
    justify-content: center;
}

.options__direction span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E6E8EC;
    cursor: pointer;
    transition: all .2s;
}

.options__direction span .icon {
    width: 20px;
    height: 20px;
    transition: fill .2s;
}

.options__direction span:hover {
    background: #d80e3e;
}

.options__direction span:hover .icon {
    fill: #FCFCFD;
}

.options__direction:not(:last-child) {
    margin-right: 24px;
}

.actions__button .icon {
    width: 24px;
    height: 24px;
}

.actions__body {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: 208px;
    padding: 16px 16px 20px;
    border-radius: 12px;
    background: #FCFCFD;
    box-shadow: 0px 16px 64px -16px rgba(31, 47, 70, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    transition: all .2s;
}

.actions__item {
    display: flex;
    align-items: center;
    padding: 16px 0 12px;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    cursor: pointer;
    color: #777E90;
    transition: color .2s;
}

.actions__item .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: #777E90;
    transition: fill .2s;
}

.actions__item:hover {
    color: #EF466F;
}

.actions__item:hover .icon {
    fill: #EF466F;
}

.actions__item:not(:last-child) {
    border-bottom: 1px solid #E6E8EC;
}

.actions.active .actions__button {
    background: #23262F;
    box-shadow: inset 0 0 0 2px #23262F;
}

.actions.active .actions__button .icon {
    fill: #FCFCFD;
}

.actions.active .actions__body {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.popup {
    position: relative;
    max-width: 448px;
    margin: 15px auto;
    padding: 32px;
    background: #FCFCFD;
    border-radius: 16px;
    overflow: hidden;
}

.popup__item {
    display: none;
}

.popup__title {
    margin-bottom: 32px;
}

.popup__info {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
}

.popup__info strong {
    font-weight: 500;
}

.popup__row {
    display: flex;
    padding-top: 12px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.popup__row:first-child {
    padding: 0 0 12px;
    border-bottom: 1px solid #E6E8EC;
    font-weight: 500;
}

.popup__col {
    font-size: 13px;
    line-height: 1.5;
}

.popup__col:first-child {
    color: #777E90;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.popup__col:nth-child(2) {
	margin-left: auto;
    padding-left: 20px;
    font-weight: 400;
    -ms-flex: 0 0 auto;
    flex: 0 0 70px;
    width: 70px;
    padding: 0;
    white-space: nowrap;	
}

.popup__col:nth-child(3) {
    flex: 0 0 70px;
    width: 70px;
    padding: 0;
    text-align: end;
    justify-content: end;
    font-weight: 600;
	white-space: nowrap;
}

.popup__row.row__title {
    margin-bottom: 13px;
    padding-bottom: 5px;
}

.popup__row.row__title .popup__col {
    font-weight: 400 !important;
    font-size: 11px !important;
}

.popup__table__purshed__items {
    border-bottom: 1px solid #E6E8EC;
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 9px;
    padding-bottom: 17px;
}

.popup__table__purshed__items .popup__col {
    display: flex;
    gap: 5px;
}

.popup__table__purshed__items .popup__col .number {
    background: #a7acb8;
    color: #fff;
    display: flex;
    height: 25px;
    width: 25px;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    max-width: 25px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 100%;
}

.popup__table__purshed__items .popup__col .text {
    margin-top: 1px;
    padding-left: 10px;
}

.popup__table__purshed__items .popup__col .multipe {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}

.popup__table__purshed__items .popup__row {
    padding: 0;
    border: 0;
}

.popup__btns {
    margin-top: 32px;
}

.popup__btns .popup__button {
    width: 100%;
}

.popup__btns .popup__button:not(:last-child) {
    margin-bottom: 8px;
}

.popup__attention {
    display: flex;
    align-items: center;
    margin-top: 32px;
    padding: 24px;
    border-radius: 8px;
    background: rgba(239, 70, 111, 0.08);
    color: #EF466F;
}

@media only screen and (max-width: 767px) {
    .popup__attention {
        align-items: stretch;
    }
}

.popup__preview {
    flex-shrink: 0;
    width: 32px;
    margin-right: 16px;
}

.popup__preview .icon {
    width: 32px;
    height: 32px;
    fill: #EF466F;
}

.popup__details {
    flex-grow: 1;
}

.popup__category {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.popup__text {
    font-size: 12px;
    line-height: 1.66667;
}

.popup__avatar {
    width: 48px;
    height: 48px;
}

.popup__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.popup__attention .popup__avatar {
    flex-shrink: 0;
    margin-left: 16px;
}

.popup__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin: 25px auto 18px;
    border-radius: 50%;
    background: #00bcd4;
}

.popup__img i {
    color: #fff;
    font-size: 25px;
}

.popup__description {
    margin-bottom: 32px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
}

.popup__subtitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.popup__line {
    display: flex;
    margin-bottom: 32px;
}

.popup__line strong {
    white-space: nowrap;
    font-weight: 500;
}

.popup__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background: #9757D7;
    border: 2px solid #9757D7;
    border-radius: 50%;
    transition: all .2s;
}

.popup__icon .icon {
    width: 24px;
    height: 24px;
    fill: #FCFCFD;
    transition: fill .2s;
}

.popup__icon .loader {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}

.popup__box {
    flex-grow: 1;
}

.popup__note {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
    color: #777E90;
}

.popup__input {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #E6E8EC;
    background: none;
    border-radius: 0;
    font-family: "Sofia Pro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #23262F;
    -webkit-transform: border-color .2s;
    transform: border-color .2s;
}

.popup__input::-webkit-input-placeholder {
    color: #777E90;
}

.popup__input::-moz-placeholder {
    color: #777E90;
}

.popup__input:-ms-input-placeholder {
    color: #777E90;
}

.popup__input::-ms-input-placeholder {
    color: #777E90;
}

.popup__input::placeholder {
    color: #777E90;
}

.popup__input:focus {
    border-color: #777E90;
}

.popup__bid {
    display: flex;
    align-items: center;
}

.popup__rate {
    min-width: 100px;
    height: 24px;
    background: none;
    border: none;
    text-align: right;
    font-family: "Sofia Pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.popup__bid .popup__currency {
    margin-left: 4px;
}

.popup .switch {
    flex-shrink: 0;
    margin-left: 16px;
}

.popup .mfp-close {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 40px;
    height: 40px;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    line-height: normal;
    opacity: 1;
    background: #FCFCFD url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none' viewBox='0 0 14 15'%3E%3Cpath fill-rule='evenodd' d='M.293 1.289a1 1 0 0 1 1.414 0L7 6.582l5.293-5.293a1 1 0 0 1 1.414 1.414L8.414 7.996l5.293 5.293a1 1 0 0 1-1.414 1.414L7 9.41l-5.293 5.293a1 1 0 0 1-1.414 0 1 1 0 0 1 0-1.414l5.293-5.293L.293 2.703a1 1 0 0 1 0-1.414z' fill='%2323262F'/%3E%3C/svg%3E") no-repeat 50% 48%/14px auto;
    font-size: 0;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.popup .mfp-close:hover {
    border-color: #23262F;
}

body.dark .popup .mfp-close:hover {
    border-color: #FCFCFD;
}

.popup_price .field__input,
.popup_price .field__currency {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.mfp-container {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .mfp-container {
        padding: 0;
    }
}

@media (max-width: 900px) {
    .mfp-container {
        padding: 0 16px;
    }
}

.mfp-bg {
    background: rgba(20, 20, 22, 0.9);
}

.mfp-zoom-in .popup {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.2s ease-out;
}

.mfp-zoom-in.mfp-ready .popup {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}

.mfp-zoom-in.mfp-removing .popup {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.steps__item.error .steps__icon {
    border-color: #EF466F;
    background: transparent;
}

.steps__item.error .steps__icon .icon {
    fill: #EF466F;
}

.steps__item.done .steps__icon:before {
    opacity: 1;
}

.steps__item.done .steps__icon .icon {
    display: none;
}

.steps__item:not(:last-child) {
    margin-bottom: 32px;
}

.steps__head {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.popup__item__waiting {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #fff;
    z-index: 2;
}

.steps__icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 48px;
    height: 48px;
    background: #E6E8EC;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    transition: all .2s;
    top: 50%;
    transform: translateY(-50%);
}

.steps__icon .icon {
    width: 24px;
    height: 24px;
    fill: #777E90;
    transition: fill .2s;
}

.steps__icon .icon-check {
    width: 16px;
    height: 16px;
}

.steps__icon:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: #45B26B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' fill='none' viewBox='0 0 14 10'%3E%3Cpath fill-rule='evenodd' d='M13.707.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L5 7.586 12.293.293a1 1 0 0 1 1.414 0z' fill='%23fcfcfd'/%3E%3C/svg%3E") no-repeat 50% 50%/14px auto;
    opacity: 0;
    transition: opacity .2s;
}


.steps__icon .loader-circle {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 2;
    background: #FCFCFD;
}

.steps__info {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.steps__text {
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.steps__button {
    width: 100%;
}

.steps__note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.66667;
    color: #777E90;
}

.steps__note a {
    color: #d80e3e;
}

.steps__note a:hover {
    text-decoration: underline;
}

.success {
    padding-top: 40px;
}

.success__title {
    text-align: center;
}

.success__info {
    max-width: 240px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.success__info span {
    text-decoration: underline;
}

.success__table {
    margin-bottom: 32px;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
}

.success__row {
    display: flex;
}

.success__row:first-child {
    color: #777E90;
}

.success__row:nth-child(2) {
    font-weight: 500;
}

.success__row:nth-child(2) .success__col:first-child {
    color: #9757D7;
}

.success__row:not(:last-child) {
    margin-bottom: 10px;
}

.success__col:first-child {
    margin-right: auto;
    padding-right: 16px;
}

.success__col:nth-child(2) {
    flex-shrink: 0;
    width: 152px;
}

.success__stage {
    margin-bottom: 16px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.success__socials {
    display: flex;
    justify-content: center;
}

.success__social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 2px solid #E6E8EC;
    border-radius: 50%;
    transition: border-color .2s;
}

.success__social .icon {
    width: 24px;
    height: 24px;
    fill: #777E90;
    transition: fill .2s;
}

.success__social:hover {
    border-color: #d80e3e;
}

.success__social:hover .icon {
    fill: #d80e3e;
}

.success__social:not(:last-child) {
    margin-right: 16px;
}

.accept__line {
    display: flex;
    align-items: center;
    margin-top: 72px;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.5;
}

.accept__line strong {
    white-space: nowrap;
    font-weight: 500;
}

.accept__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    background: #45B26B;
    border: 2px solid #45B26B;
    border-radius: 50%;
    transition: all .2s;
}

.accept__icon .icon {
    width: 24px;
    height: 24px;
    fill: #FCFCFD;
    transition: fill .2s;
}

.accept__icon .loader {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #FCFCFD;
}

.accept__subtitle {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
}

.accept__row {
    display: flex;
    padding-top: 12px;
}

.accept__row:first-child {
    border-top: 1px solid #E6E8EC;
}

.accept__col:first-child {
    margin-right: auto;
    padding-right: 16px;
    color: #777E90;
}

.accept__col:nth-child(2) {
    font-weight: 500;
}

.main-header-slider-collections {
    padding: 70px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    height: 550px;
    position: relative;
    display: flex;
}

.main__slider:not(.no-overflay) .main-header-slider-collections:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(225deg, #515160 0, #515b83 39%, #0e1327 100%);
    background-image: linear-gradient(225deg, #515160 0, #515b83 39%, #0e1327 100%);
    background-size: 100%;
    opacity: 0.3;
}

.main-header-slider-collections .main-header-slider-collections-content {
    z-index: 2;
}

.dark-mode-text {
    color: #fff
}

.dark-mode-text .description__stage {
    color: #d1d4db;
}

.dark-mode-text .description__text {
    color: #e2e5ed;
}

.brand-logos .single-brand img {
    opacity: 0.3;
    transition: all 0.2s;
}

.why-section-companies .brand-logos .single-brand img {
    max-height: 30px;
}

.brand-logos .single-brand:hover img {
    opacity: 1;
}

.brand-logos .single-brand {
    cursor: pointer;
}

@media (min-width: 1300px) {
    .container,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-xs,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1370px;
    }
}

.absolute-home-description-item {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 3;
    height: 100px;
    padding: 20px 23px;
}

.absolute-home-description-item .selection__counter {
    color: #e1e4ef;
}

.selection__preview.with-absolute-description:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 190px;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgb(11 11 11) 0%, transparent 100%);
    opacity: 1;
}

.absolute-home-description-item:before {
    content: '';
    background: #f3f7fa;
    background: linear-gradient(20deg, #f3f7fa 0%, hsl(206deg 41% 97% / 74%) 50%, rgb(243 247 250 / 47%) 100%);
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transition: all 0.2s;
}

.selection__preview:hover .absolute-home-description-item:before {
    height: 100%;
}

.selection__preview:hover .absolute-home-description-item {
    color: #23262F;
}

.selection__preview:hover .absolute-home-description-item .selection__counter {
    color: #000;
}

.selection__preview .absolute-home-description-item div {
    position: relative;
    z-index: 2;
}

.popular__item .company__logo img {
    height: 30px;
    opacity: 0.5;
    transition: all 0.2s;
}

.popular__item:hover .company__logo img {
    opacity: 1;
}

.popular__price {
    height: 0;
    opacity: 0;
    transition: all 0.2s;
}

.popular__item:hover .popular__price {
    height: 20px;
    opacity: 1;
}

.main-product-cart-salles {
    position: absolute;
    z-index: 2;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
    left: 30px;
    right: 30px;
    top: 80px;
    color: #fff;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 4%);
}

.main-product-cart-salles .main__time {
    color: #fff;
}

.black__banner__homepage {
    background: #121212;
    border-radius: 17px;
    color: #fff;
    margin-left: 15px;
}

.black__banner__homepage .banner_content {
    TEXT-ALIGN: CENTER;
    width: 100%;
}

.black__banner__homepage .banner_content i {
    font-size: 65px;
    color: #5b686e;
    display: block;
    margin-bottom: 15px;
}

.black__banner__homepage .banner_content .btn__banner {
    border: 2px solid #fff;
    margin-top: 60px;
}

.black__banner__homepage .banner_content .btn__banner:hover {
    background: #fff;
    border: 2px solid #121212;
    color: #121212;
}

.collections__gallery .collections__inner_text {
    position: absolute;
    bottom: 40px;
    left: 4px;
    right: 4px;
    padding: 0 35px;
    color: #fff;
}

.collections__gallery .collections__inner__subtitle {
    font-weight: 100;
    font-size: 14px;
}

.collections__inner_link__animation {
    color: #fff;
    text-decoration: none !important;
}

.collections__inner_link__animation:hover {
    color: #fff;
}

.collections__inner_link__animation span {
    display: block;
    position: relative;
    width: max-content;
}

.collections__inner_link__animation span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #fff;
    bottom: 5px;
    transition: all 0.4s;
}

.collections__inner_link__animation span:last-child::before {
    transition-delay: 0.2s;
}

.collections__gallery:hover .collections__inner_link__animation span:before {
    width: 100%;
}

.collections__gallery .collections__gallery__overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f2122;
    border-radius: 8px;
    opacity: 0.6;
    opacity: 0;
}

.collections__gallery__sale__badge {
    position: absolute;
    top: 25px;
    left: 30px;
    background: #ffc107;
    color: #fff;
    padding: 4px 30px;
    border-radius: 25px;
}

.collections__gallery .collections__preview {
    overflow: hidden;
    border-radius: 8px;
}

.collections__gallery .collections__preview img {
    width: 100%;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.collections__gallery:hover .collections__preview img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.collections__gallery .collections__inner_links {
    display: flex;
    margin-top: 25px;
}

.collections__gallery .collections__inner_links a {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -.01em;
    font-weight: 600;
    background: hsl(200deg 3% 14% / 15%);
    padding: 7px 16px;
    margin-right: 5px;
    color: #fff;
    border-radius: 2px;
    transition: all 0.4s;
}

.collections__gallery .collections__inner_links a:hover {
    background: #fff;
    color: #202325;
}

.main__title__text .hot__title__outline span {
    color: #181919;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: var(--mark-stroke-size, 1px);
}

.product__default__card .product__card__preview {
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.product__default__card .product__card__preview img {
    width: 100%;
    height: 100% !important;
    transition: all 1s;
}

.product__default__card .product__card__preview img.back__card__preview {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.product__default__card:hover .product__card__preview img.back__card__preview {
    opacity: 1;
}

.product__default__card__prices .the__price__discount {
    background: #cf2929;
    color: #fff;
    border-radius: 8px;
    text-decoration: line-through;
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
}

.product__default__card__prices .the__price {
    font-size: 20px;
    font-weight: 600;
}

.product__default__card {
    box-shadow: 0 5px 80px rgb(0 0 0 / 7%);
    border-radius: 12px;
}

.product__default__card:hover {
    box-shadow: 0 5px 80px rgb(0 0 0 / 12%);
}

.product__default__card .card__default__informations {
    padding: 20px 25px;
    box-shadow: 0 -66px 52px rgb(22 28 45 / 5%);
    z-index: 1;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 0;
    border-radius: 0 0 12px 12px;
}

@media (min-width: 768px) {
    .product__default__card:hover .card__default__informations {
        margin-top: -50px;
    }
}

.product__default__card .card__additionel__informations {
    height: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.product__default__card:hover .card__additionel__informations {
    height: 50px;
    opacity: 1;
}

.product__default__card .card__additionel__informations a.card__additionel__informations__btn {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 14px;
    color: #23262f;
    position: relative;
}

.product__default__card .card__additionel__informations .card__additionel__informations__orders {
    font-size: 11px;
    font-weight: 100;
    color: #a1b1ba;
}

.product__default__card .card__additionel__informations a.card__additionel__informations__btn:before {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    width: 100%;
    background: #333;
    bottom: 0px;
}

.product__default__card .card__additionel__informations a.card__additionel__informations__btn:hover::before {
    animation: moveright 1s normal forwards ease-in-out;
}

@keyframes moveright {
    0% {
        right: 0;
        left: auto;
        width: 50%
    }
    25% {
        right: 0;
        left: auto;
        width: 0%
    }
    50% {
        left: 0;
        width: 0%
    }
    100% {
        left: 0;
        width: 100%
    }
}

@-webkit-keyframes moveright {
    0% {
        right: 0;
        left: auto;
        width: 50%
    }
    25% {
        right: 0;
        left: auto;
        width: 0%
    }
    50% {
        left: 0;
        width: 0%
    }
    100% {
        left: 0;
        width: 100%
    }
}

@-moz-keyframes moveright {
    0% {
        right: 0;
        left: auto;
        width: 50%
    }
    25% {
        right: 0;
        left: auto;
        width: 0%
    }
    50% {
        left: 0;
        width: 0%
    }
    100% {
        left: 0;
        width: 100%
    }
}

@-ms-keyframes moveright {
    0% {
        right: 0;
        left: auto;
        width: 50%
    }
    25% {
        right: 0;
        left: auto;
        width: 0%
    }
    50% {
        left: 0;
        width: 0%
    }
    100% {
        left: 0;
        width: 100%
    }
}

@-o-keyframes moveright {
    0% {
        right: 0;
        left: auto;
        width: 50%
    }
    25% {
        right: 0;
        left: auto;
        width: 0%
    }
    50% {
        left: 0;
        width: 0%
    }
    100% {
        left: 0;
        width: 100%
    }
}

.more__products__btns .more__products__btn {
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    outline: none !important;
    background: #1c1d1d;
    color: #fff;
    border-radius: 25px;
    width: 180px;
    height: 45px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.more__products__btns .more__products__btn.active {
    width: 80px;
}

.more__products__btns .more__products__btn .more__products__text {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.more__products__btns .more__products__btn.active .more__products__text {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.more__products__btns .more__products__btn .more__products__icon {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
    right: 0;
    display: block;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.more__products__btns .more__products__btn.active .more__products__icon {
    opacity: 1;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating
    /* Safari and Chrome */

{
    from {
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    to {
        -webkit-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    to {
        -ms-transform: scale(1) rotate(360deg);
        -moz-transform: scale(1) rotate(360deg);
        -webkit-transform: scale(1) rotate(360deg);
        -o-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
    }
}

.find__us_instagram__section {
    border-top: 1px solid #e7ecf0;
}

.instagram__icon__css i {
    color: transparent;
    background-clip: text;
    background: rgb(29, 147, 210);
    background: -moz-linear-gradient(0deg, rgba(29, 147, 210, 1) 0%, rgba(54, 172, 223, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(29, 147, 210, 1) 0%, rgba(54, 172, 223, 1) 100%);
    background: linear-gradient(0deg, rgba(29, 147, 210, 1) 0%, rgba(54, 172, 223, 1) 100%);
    -webkit-background-clip: text;
    font-size: 70px;
}

.btn__with__underline__animation {
    font-weight: 600;
    font-size: 19px;
    position: relative;
    letter-spacing: 1px;
    color: #b3bcc1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn__with__underline__animation:hover {
    color: #60686d;
}

.btn__with__underline__animation:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #b3bcc1;
}

.btn__with__underline__animation:hover::before {
    background: #60686d;
    animation: moveright 1s normal forwards ease-in-out;
}

.instagram_feed__pics__item {
    opacity: 0.6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.instagram_feed__pics__item:hover {
    opacity: 0.8
}

.instagram_feed__pics__item img {
    max-width: 230px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 -66px 52px rgb(22 28 45 / 5%);
}

.social__accounts_group span {
    font-weight: bold;
    font-size: 22px;
    margin-right: 26px;
    letter-spacing: -0.9px;
}

.social__accounts_group a {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -0.9px;
    color: #acb7bc;
    margin-right: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.social__accounts_group a:hover {
    color: #869298;
}

.social__accounts_group a i {
    margin-left: 5px;
}

.footer__info__contact {
    margin-top: 10px
}

.footer__info__contact a {
    display: block;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 100;
    color: #626a6e;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: fit-content;
}

.footer__info__contact a:hover {
    color: #404548;
}

.footer__info__contact a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 1px;
    background: #e4e6e7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer__info__contact a:hover::before {
    height: 2px;
}

.footer__links__items li {
    padding: 1px 0;
}

.footer__links__items li a {
    font-weight: 100;
    color: #1e2122;
    font-size: 16px;
    position: relative;
    opacity: 0.8;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer__links__items li a:hover {
    opacity: 1;
}

.footer__links__items li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #333;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer__links__items li a:hover::before {
    width: 100%;
}

.subscription__contanier__footer__header h5 b {
    position: relative
}

.subscription__contanier__footer__header h5 b:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #82d8df;
    height: 6px;
    width: 100%;
    bottom: 3px;
    z-index: -1;
}

.subscription__contanier__footer__header .sub-title {
    font-size: 14px;
    font-weight: 100;
}

.footer__note i {
    font-size: 28px;
    color: #2e3234;
    opacity: 0.3;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer__note i:hover {
    opacity: 1;
}

.hero__area__shop__title b {
    position: relative;
}

.hero__area__shop__title b:before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #b0f3f9;
    height: 6px;
    width: 100%;
    bottom: 8px;
    z-index: -1;
}

.hero__area__shop__subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #6e818a;
}

.hero__area__shop__page__container {
    border: 1px solid #eaeff2;
    padding: 70px 0 60px;
    border-radius: 10px;
}

.catalog__pagination .page-link {
    color: #23262f;
    background-color: #f8f6fe;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.catalog__pagination .page-link:hover {
    color: #23262f;
    background-color: #f3f1f9;
}

.catalog__pagination .page-item:last-child .page-link {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.catalog__pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.sidebar__filter__toggle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 24px;
    background: #f8f6fe;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    color: #2e3335;
    transition: all .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    height: 40px;
    width: 150px;
    outline: none !important;
}

.sidebar__filter__toggle .closed__discover__filter i {
    margin-left: 5px;
}

.sidebar__filter__toggle .opened__discover__filter {
    display: none;
}

.sidebar__filter__toggle.active .opened__discover__filter {
    display: block;
}

.sidebar__filter__toggle .closed__discover__filter {
    display: flex;
    align-items: center;
}

.sidebar__filter__toggle.active .closed__discover__filter {
    display: none;
}

.sidebar__filter__toggle.active {
    background: #fa776e;
    border: 1px solid #fa776e;
    color: #fff;
    width: 40px;
}

.sidebar__filter__shop_section {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background: #fff;
    height: 100%;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    z-index: 1061;
    padding: 35px;
}

.wrapper__sidebar__filter__shop_section {
    background: #79909b;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1060;
    display: none;
    opacity: 0.4;
}

.wrapper__sidebar__filter__shop_section.active {
    display: block
}

.sidebar__filter__shop_section.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
}

@media (min-width: 768px) {
    .sidebar__filter__shop_section {
        width: 470px;
        -webkit-transform: translateX(-470px);
        transform: translateX(-470px);
    }
}

.catalog__row {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.catalog__row.sidebar__filter__shop_section__opened {
    -webkit-transform: translateX(130px);
    transform: translateX(130px);
}

.sidebar__filter__shop_section__header {
    border-bottom: 1px solid #ebeef0;
    padding-bottom: 20px;
}

.sidebar__filter__shop_section__closebtn {
    cursor: pointer;
    background: #f77b72;
    color: #fff !important;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 15px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sidebar__filter__shop_section__closebtn:hover {
    background: #e5564c;
    color: #fff;
}

.sidebar__filter__shop_section__header__text p {
    font-weight: 100;
    font-size: 13px;
    color: #6e818a;
}

.sidebar__filter__shop_section__body__element__title {
    font-weight: 600;
    font-size: 14px;
    color: #343a3d;
}

.sidebar__filter__shop_section__body__element__ul {
    margin: 10px 0 45px;
}

.sidebar__filter__shop_section__body__element__ul li {
    margin-bottom: 7px;
}

.sidebar__filter__shop_section__body__element__ul li a {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 13px;
    color: #2a2d2f;
    align-items: center;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sidebar__filter__shop_section__body__element__ul li a span.number {
    background: #e8eef1;
    padding: 1px 11px;
    border-radius: 8px;
    font-size: 11px;
    text-decoration: none !important;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sidebar__filter__shop_section__body__element__ul li a:hover span.text {
    text-decoration: underline;
}

.sidebar__filter__shop_section__body__element__ul li a:hover span.number {
    background: #dee5e9;
}

.sidebar__filter__shop_section__body__element__size {
    margin-top: 6px;
    display: flex;
    margin-bottom: 40px;
}

.sidebar__filter__shop_section__body__element__size a {
    font-weight: 100;
    border: 1px solid #e6eff3;
    padding: 0px 8px;
    border-radius: 5px;
    font-size: 15px;
    display: flex;
    margin-right: 5px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    cursor: pointer;
}

.sidebar__filter__shop_section__body__element__size a:hover {
    border: 1px solid #a1b0b7;
}

.sidebar__filter__shop_section__body__element__size a span {
    font-size: 11px;
    margin-left: 3px;
}

.sidebar__filter__shop_section__body {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    height: -moz-calc(100% - (80px));
    height: -webkit-calc(100% - (80px));
    height: calc(100% - (80px));
    padding-right: 15px;
}

.sidebar__filter__shop_section__body::-webkit-scrollbar {
    width: 8px;
}

.sidebar__filter__shop_section__body::-webkit-scrollbar-track {
    background-color: #f7fafb;
    border-radius: 100px;
}

.sidebar__filter__shop_section__body::-webkit-scrollbar-thumb {
    background-color: #f7fafb;
    border-radius: 100px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sidebar__filter__shop_section__body:hover::-webkit-scrollbar-thumb {
    background-color: #f0f3f5;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 15px;
}

.breadcrumb-item {
    font-size: 13px;
    font-weight: 300;
}

.breadcrumb-item a {
    color: #c5d3da;
}

.breadcrumb-item a:hover {
    color: #9ba7ad;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #2f3335;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #c5d3da;
}

.breadcrumb__arrows a {
    color: #b7c2c9;
    font-size: 18px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    position: relative;
}

.breadcrumb__arrows a:hover {
    color: #1a1c1e;
}

.breadcrumb__arrows a.breadcrumb__arrow__left {
    margin-right: 15px;
}

.breadcrumb__arrows a img {
    position: absolute;
    max-width: 35px;
    bottom: -45px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.breadcrumb__arrows a.breadcrumb__arrow__left img {
    left: -9px;
}

.breadcrumb__arrows a.breadcrumb__arrow__right img {
    right: -9px;
}

.breadcrumb__arrows a:hover img {
    visibility: visible;
    opacity: 1;
}

.item__preview__big__image.with__side_mini__preview {
    padding-left: 100px;
}

.mini__item__preview.slick-slider {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    padding-right: 10px;
}

.mini__item__preview .slick-track {
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.mini__item__preview .slick-track .slick-slide {
    width: 90px !important;
    margin-bottom: 10px;
    cursor: pointer;
}

.mini__item__preview .slick-track .slick-slide img {
    width: 100%;
    border-radius: 10px;
    opacity: 0.4;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.mini__item__preview .slick-track .slick-slide:hover img {
    opacity: 0.8;
}

.mini__item__preview .slick-track .slick-slide.slick-current img {
    opacity: 1;
}

.mini__item__preview_buttom .carousel__slide {
    width: 100px;
    padding: 0 6px;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.mini__item__preview_buttom {
    margin-top: 15px
}

.mini__item__preview_buttom .carousel__slide:hover {
    opacity: 0.8;
}

.mini__item__preview_buttom .carousel__slide.is-nav-selected {
    opacity: 1;
}

#mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}

.carousel__button.is-prev,
.carousel__button.is-next {
    outline: none !important;
}

.button-circle-stroke {
    outline: none !important;
}

.options__button_favorite .icon {
    fill: #fff;
}

.item__details.item__page .item__counter {
    color: #47b486;
    background-color: #f1fbef;
    padding: 14px 15px;
    border-radius: 10px;
}

.product__rating {
    display: flex;
    font-size: 12px;
    font-weight: 100;
    align-items: center;
}

.product__rating .review__link {
    margin-left: 10px;
    font-size: 15px;
    color: #b9c9d1;
}

.product__rating .star__rating:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f005 \f005 \f005 \f005 \f005";
    letter-spacing: 3px;
    color: #f9d900;
}

.item__details.item__page .item__text {
    font-size: 13px;
    line-height: 1.6;
    color: #5e626e;
    font-weight: 400;
    margin-bottom: 25px;
}

.item__details.item__page .item__price .the__price__discount {
    background: #cf2929;
    color: #fff;
    border-radius: 8px;
    text-decoration: line-through;
    height: 35px;
    line-height: 35px;
    padding: 0 16px;
    margin-right: 14px;
    font-weight: 100;
    font-size: 15px;
}

.item__details.item__page .item__price .the__price {
    font-size: 29px;
}

.item__details.item__page .item__price .the__price small {
    font-weight: 400;
    font-size: 12px;
    color: #c2cbd0;
}

.item__radio__color__checkbox .item__radio__checkbox {
    border-radius: 20px !important;
    background: #607d8b;
    border: 8px solid #e2ebef;
    width: 25px;
    height: 25px;
    min-width: 25px;
    padding: 0;
    flex: none;
    margin-right: 8px;
    opacity: 0.6;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.item__radio__color__checkbox .item__radio__checkbox:hover,
.item__radio__color__checkbox .item__radio__checkbox.active {
    opacity: 1;
}

.item__radio__color__checkbox .item__radio__checkbox.active {
    border: 1px solid #e2ebef;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.item__tabs__informations {
    padding: 0 10px;
}

.item__tabs__informations li {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin-bottom: 2px;
}

.item__radio__installment__checkbox .item__radio__checkbox {
    border: 2px solid #ecf3f6;
    position: relative;
    text-align: left;
    padding-left: 66px;
    margin-bottom: 6px;
    position: relative;
    border-radius: 10px !important;
}

.item__radio__installment__checkbox .item__radio__checkbox.active {
    border: 2px solid #def2c8;
}

.item__radio__installment__checkbox .item__radio__checkbox:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: #f0f4f7;
    border-radius: 25px;
}

.item__radio__installment__checkbox .item__radio__checkbox.active:after {
    background: #8bc34a;
}

.item__radio__installment__checkbox .item__radio__checkbox:before {
    position: absolute;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c";
    color: #f0f4f7;
    z-index: 1;
    font-size: 14px;
}

.item__radio__installment__checkbox .item__radio__checkbox p {
    font-weight: 100;
    font-size: 13px;
}

.item__radio__installment__checkbox.btn-group {
    display: block;
}

.item__radio__color__checkbox__title {
    font-size: 15px;
    margin-right: 15px;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer {
    border: 2px solid #ecf3f6;
    margin-bottom: 6px;
    position: relative;
    border-radius: 10px !important;
    text-align: center;
    padding: 20px 15px;
    width: 100%;
}

.item__radio__shipment__checkbox .item__radio__checkbox.active .item__radio__checkbox__outer {
    border: 2px solid #def2c8;;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer .item__radio__shipment__logo {
    max-height: 31px;
    margin-bottom: 15px;
    opacity: 0.4;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer:hover .item__radio__shipment__logo,
.item__radio__shipment__checkbox .item__radio__checkbox.active .item__radio__checkbox__outer .item__radio__shipment__logo {
    opacity: 1;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer .item__radio__shipment__title span {
    display: block;
    width: fit-content;
    margin: auto;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer .item__radio__shipment__price {
    font-weight: 100;
    color: #bfcbd1;
    padding: 5px 0;
    display: block;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer .item__radio__shipment__text {
    font-weight: 100;
    font-size: 13px;
}

.item__radio__shipment__checkbox .item__radio__checkbox__outer input,
.item__radio__installment__checkbox .item__radio__checkbox input,
.item__radio__color__checkbox .item__radio__checkbox input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.item__details.item__page .item__control {
    margin-top: 15px;
    padding: 35px 15px 15px;
    border-radius: 0;
    border-top: 1px solid #E6E8EC;
}

.item__details.item__page .item__control .item__price {
    margin-top: 15px;
    font-size: 40px;
}

.item__details.item__page .item__control .item__price small {
    font-weight: 100;
    font-size: 13px;
}

.success__icon {
    display: block;
    margin: auto;
    font-size: 50px;
    width: 60px;
    text-align: center;
    color: #8bc34a;
}

.item__description_reting_tabs .item__nav {
    border-bottom: 1px solid #e7f1f6;
}

.item__description_reting_tabs .item__nav .item__link {
    background: transparent !important;
    color: #bfcfd7;
    font-size: 17px;
    font-weight: 600;
    padding-right: 0px;
}

.item__description_reting_tabs .item__nav .item__link:first-child {
    padding-left: 0
}

.item__description_reting_tabs .item__nav .item__link.active {
    color: #252b2e;
}

.item__description_reting_tabs .item__box {
    padding: 8px 0;
}

.item__description_reting_text {
    font-size: 16px;
    font-weight: 100;
    color: #323739;
    margin-bottom: 16px;
}

.item__description__reting__section__title {
    font-size: 17px;
    font-weight: 600;
    padding: 13px 0;
    color: #252b2e;
    border-bottom: 1px solid #e7f1f6;
    margin-bottom: 40px;
}

.item__description__reting__section {
    border-top: 1px solid #edf0f2;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    outline: none !important;
}

.features__section {
    padding: 20px 0;
    background: #fafbfd;
}

.features__section .feature__box {
    padding-top: 20px;
    padding-bottom: 20px;
}

.features__section .feature__box i {
    font-size: 40px;
    margin-right: 20px;
}

.features__section .feature__box h5 {
    font-weight: bold;
}

.features__section .feature__box p {
    font-weight: 100;
}

.header__item_favority .header__body {
    top: calc(100% + 44px);
    width: 410px;
    margin-left: -198px;
    padding: 40px 32px 32px;
    border-radius: 14px;
}

.header__item_favority {
    margin-right: 5px;
}

.header__item_favority button.header__head {
    position: relative;
    width: 40px;
    height: 40px;
}

.header__item_favority button.header__head:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f004";
    font-size: 19px;
    color: #a9b2b6;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.header__item_favority button.header__head:hover::before,
.header__item_favority.active button.header__head:before {
    font-weight: 900;
    color: #e96258;
}

.header__body .js-header-header {
    margin-bottom: 15px;
}

.header__body .js-header-header .header__title__total__price {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 16px;
}

.header__store {
    font-size: 12px;
    line-height: 1.66667;
    color: #2e3033;
    font-weight: 500;
}

.header__price {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    background: #f7e36d;
    color: #383930;
    padding: 0 20px;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
}

.header__payment__method {
    font-size: 12px;
    color: #4caf50;
    display: block;
    margin-top: -5px;
}

.js-header-footer {
    text-align: center;
    margin-top: 30px;
}

.btn__outline__animation {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
    color: #1d1e21;
    position: relative;
    opacity: 0.6;
}

.btn__outline__animation:hover {
    opacity: 1;
    color: #1d1e21;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.btn__outline__animation:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
    background: #272829;
    bottom: -4px;
}

.btn__outline__animation:hover::before {
    animation: moveright 1s normal forwards ease-in-out;
}

.header__remove {
    position: absolute;
    left: 7px;
    border-radius: 20px;
    background: #f36f65;
    color: #fff;
    height: 23px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    font-size: 13px;
    top: 10px;
    cursor: pointer;
}

.header__remove:hover {
    background: #d02c20;
    color: #fff;
}

.header__favority__preview img {
    width: 100%;
    border-radius: 8px;
}

.header__favority__subtitle {
    font-size: 13px;
    line-height: 1.33333;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #23262F;
    display: block;
    margin-top: 5px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgb(11 11 11) 0%, transparent 100%);
    opacity: 1;
    bottom: 0;
    padding: 10px;
    color: #fff !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header__favority__price {
    border-radius: 20px;
    background: #f9dc2f;
    color: #383930;
    padding: 0 15px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.header__favority__container {
    border-radius: 8px;
    overflow: hidden;
    opacity: 0.8;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.header__favority__container:hover {
    opacity: 1;
}

.header__favority__container .header__remove {
    top: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.cart__remove {
    font-weight: 400;
    font-size: 12px;
    color: #d9e0e4;
}

.cart__remove:hover {
    color: #5d666b;
}

.cart__remove i {
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.cart__remove:hover i {
    width: 10px;
    visibility: visible;
    opacity: 1;
}

.cart__list_header h6 {
    color: #959fa5;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
    font-size: 11px;
}

.cart__installment {
    font-size: 12px;
    color: #4caf50;
    display: block;
}

.cart__prices {
    text-align: center;
}

.cart__prices .the__price__discount {
    background: #cf2929;
    color: #fff;
    border-radius: 8px;
    text-decoration: line-through;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    padding: 0px 10px;
}

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

.cart__list_header {
    padding: 0 15px;
}

.quantity-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: 0 auto;
    background: #f0f6fa;
    border-radius: 10px;
    padding: 0;
}

.quantity-btn {
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 7px 10px;
    cursor: pointer;
}

.quantity-control .quantity-btn:first-child {
	border-radius: 0 10px 10px 0;
    background: #f9f1f1;
}

.quantity-control .quantity-btn:first-child svg path {
    fill: #f93727 !important;
}

.quantity-control .quantity-btn:last-child {
	border-radius: 10px 0 0 10px;
    background: #e6ffe7;
}

.quantity-control .quantity-btn:last-child svg path {
    fill: #36953b !important;
}

.quantity-btn svg {
    width: 11px;
    height: 11px;
    opacity: 0.6;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
}

.quantity-btn:hover svg {
    opacity: 1;
}

.quantity-input {
    outline: none;
    user-select: none;
    text-align: center;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.profile__header__body .header__avatar {
    width: 55px;
    height: 55px;
    margin-right: 18px;
}

.profile__header__body .progress {
    height: 13px;
    margin-top: 5px;
    background-color: #f0f4f7;
    border-radius: 25px;
}

.billing__category small {
    font-weight: 100;
    color: #9aabb3;
    font-size: 13px;
}

.billing__options .item__radio__shipping__checkbox {
    width: 100%;
    padding: 0;
    display: block;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox {
    width: 100%;
    border: 1px solid #eaeaf1;
    border-radius: 10px !important;
    padding: 15px 15px 15px 60px;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox input {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    opacity: 0.2;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox .shippign__logo_container {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox .item__radio__checkbox__text .shipping__name {
    font-size: 15px;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox .item__radio__checkbox__text .shipping__price {
    font-weight: 500;
    font-size: 15px;
    color: #4f4f64;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox .item__radio__checkbox__text .est__date {
    font-weight: 400;
    color: #2b2d2e;
    font-size: 13px;
    border: 1px solid #dbdbe8;
    padding: 3px 15px;
    border-radius: 6px;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox.active {
    background: #f9f6fe;
    border: 1px solid #b18cf3;
}

.billing__options .item__radio__shipping__checkbox .item__radio__checkbox.active input {
    opacity: 1;
}

.field.field__style__one {
    position: relative;
}

.field.field__style__one .field__label {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 100;
    text-transform: capitalize;
    color: #B1B5C3;
    position: absolute;
    background: #fff;
    z-index: 2;
    top: -4px;
    left: 8px;
    padding: 1px 9px
}

.field.field__style__one .field__input {
    border-radius: 15px;
    border: 1px solid #d9d9e6;
    height: 55px;
}

.field.field__style__one.select__field .select {
    border-radius: 15px;
    border: 1px solid #d9d9e6;
    height: 55px;
    background: #fff;
}

.field.field__style__one.select__field .select .current {
    line-height: 53px;
}

.shippign__details__sidebar__title {
    font-weight: 300;
    color: #c5ced2;
    font-size: 13px;
}

.shippign__details__sidebar__text {
    font-weight: 400;
    margin-bottom: 9px;
}

.item__radio__payment__method__checkbox {
    margin-top: 10px;
    position: relative;
    width: 100%;
    border: 1px solid #eaeaf1;
    border-radius: 10px !important;
    padding: 20px;
    align-items: center;
    outline: none !important;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header:before {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 20px;
    width: 20px;
    background: transparent;
    border-radius: 50%;
    left: 2px;
    border: 5px solid #25c19c;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header.collapsed:before {
    border: 2px solid #e3e9ec;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 40px;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header .item__radio__checkbox__title {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header .item__radio__checkbox__title small {
    display: block;
    font-weight: 100;
    color: #9da8ad;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header .item__radio__checkbox__title small {
    display: block;
    font-weight: 100;
    color: #9da8ad;
}

.item__radio__payment__method__checkbox .item__radio__checkbox .item__radio__checkbox__header .item__radio__checkbox__icons i {
    font-size: 23px;
    color: #333738;
    margin-left: 5px;
}

.card-js {
}

.card-js input.card-number {
    padding-right: 48px
}

.card-js .card-number-wrapper .card-type-icon {
    height: 23px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    right: 15px;
    background: url(../img/shipping/cards.png) 0 23px no-repeat;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.card-js .card-number-wrapper .show {
    opacity: 1
}

.card-js .card-number-wrapper .card-type-icon.visa {
    background-position: 0 0
}

.card-js .card-number-wrapper .card-type-icon.master-card {
    background-position: -32px 0
}

.card-js .card-number-wrapper .card-type-icon.american-express {
    background-position: -64px 0
}

.card-js .card-number-wrapper .card-type-icon.discover {
    background-position: -96px 0
}

.card-js .card-number-wrapper .card-type-icon.diners {
    background-position: -128px 0
}

.card-js .card-number-wrapper .card-type-icon.jcb {
    background-position: -160px 0
}

.card-js .cvc-container {
    width: 50%;
    float: right
}

.card-js .cvc-wrapper {
    box-sizing: border-box;
    margin-left: 5px
}

.card-js .cvc-wrapper .cvc {
    display: block;
    width: 100%
}

.card-js .expiry-container {
    width: 50%;
    float: left
}

.card-js .expiry-wrapper {
    box-sizing: border-box;
    margin-right: 5px
}

.card-js .expiry-wrapper .expiry {
    display: block;
    width: 100%
}

.card-js .expiry-wrapper .expiry-month {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 30px
}

.card-js .expiry-wrapper .expiry-year {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.card-js .expiry-wrapper .expiry-month,
.card-js .expiry-wrapper .expiry-year {
    display: inline-block
}

.card-js .expiry-wrapper .expiry {
    padding-left: 38px
}

.card-js .icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 17px;
    left: 8px;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.card-js .icon.right {
    right: 8px;
    left: auto
}

.card-js .icon.popup {
    cursor: pointer;
    pointer-events: auto
}

.card-js .icon .svg {
    fill: #888
}

.card-js .icon.popup .svg {
    fill: #aaa !important
}

.card-js .card-number-wrapper,
.card-js .name-wrapper {
    margin-bottom: 15px;
    width: 100%
}

.card-js .card-number-wrapper,
.card-js .cvc-wrapper,
.card-js .expiry-wrapper,
.card-js .name-wrapper {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px 0 rgba(255, 255, 255, .7);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px 0 rgba(255, 255, 255, .7);
    -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px 0 rgba(255, 255, 255, .7);
    -o-box-shadow: 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px 0 rgba(255, 255, 255, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7), inset 0 1px 0 rgba(255, 255, 255, .7);
    position: relative
}

.card-js .card-number-wrapper,
.card-js .cvc-container,
.card-js .expiry-container,
.card-js .name-wrapper {
    display: inline-block
}

.card-js::after {
    content: ' ';
    display: table;
    clear: both
}

.card-js input,
.card-js select {
    box-shadow: none;
    box-sizing: border-box;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #E6E8EC;
    background: none;
    font-family: "Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 500;
    color: #23262F;
    transition: border-color .2s;
    position: relative;
    height: 52px;
}

.card-js select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

.card-js input[disabled],
.card-js select[disabled] {
    background-color: #eee;
    color: #555
}

.card-js select option[hidden] {
    color: #ABA9A9
}

.card-js input:focus,
.card-js select:focus {
    background-color: #fff;
    outline: 0;
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.card-js input[readonly=readonly]:not([disabled]),
.card-js input[readonly]:not([disabled]) {
    background-color: #fff;
    cursor: pointer
}

.card-js .has-error input,
.card-js .has-error input:focus {
    border-color: #F64B2F;
    box-shadow: none
}

.card-js input.card-number,
.card-js input.cvc,
.card-js input.name {
    padding-left: 38px;
    width: 100%
}

.card-js.stripe .icon .svg {
    fill: #559A28
}

.btn {
    border-radius: 50px;
}

.user__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #feffff;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #deeaf0;
    margin-bottom: 5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-size: 13px;
}

.user__links a:hover {
    border: 1px solid #adbbc2;
}

.user__links a:hover .user__links__texts {
    color: #667278;
}

.user__links a.active {
    border: 1px solid #473bf0;
}

.user__links a .user__links__texts {
    font-weight: 100;
    color: #b5c8d0;
}

.user__links a.active .user__links__texts {
    font-weight: 400;
    color: #473bf0;
}

.user__links a .user__links__texts i {
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.user__links a:hover .user__links__texts i {
    width: 18px;
    opacity: 1;
    visibility: visible;
}

.user__links a.active .user__links__texts i {
    width: 15px;
    opacity: 1;
    visibility: visible;
}

.user__links a.signout {
    text-align: center;
    background: #e57373;
    color: #fff;
    justify-content: center;
    margin-top: 40px;
    border: 0 !important;
}

.user__links a.signout:hover {
    background: #f15757;
    color: #fff;
}

.user__page__titles {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
    color: #2f3133;
    margin-top: 10px;
}

.user__page__titles small {
    font-weight: 100;
    display: block;
    font-size: 13px;
    color: #b6c1c6;
}

.order__category span {
    display: block;
    padding: 13px 5px;
    font-size: 14px;
}

.order__category a {
    display: block;
    text-align: center;
    color: #bdc9d0;
    margin-top: 5px;
}

.badge-success {
    color: #fff;
}

.reward__activity__box__item {
    border: 1px solid #e0e8ec;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.reward__activity__box__item .reward__activity__box__title {
    display: flex;
    align-items: center;
}

.reward__activity__box__item .reward__activity__box__title i {
    font-size: 40px;
    color: #ffc107;
}

.reward__activity__box__item .reward__activity__box__title small {
    background: #ffc107;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 2px 30px;
    margin-left: -13px;
    border-radius: 0 15px 15px 0;
}

.reward__activity__box__item .total__spend,
.reward__activity__box__item .total__orders {
    background: #f0f4f6;
    padding: 5px 26px;
    border-radius: 20px;
    color: #7a868c;
    font-weight: bold;
}

.reward__activity__box__item.gold .reward__activity__box__title i {
    color: #673ab7;
}

.reward__activity__box__item.gold .reward__activity__box__title small {
    background: #673ab7;
}

.reward__activity__box__item.started .reward__activity__box__title i {
    color: #607d8b;
}

.reward__activity__box__item.started .reward__activity__box__title small {
    background: #607d8b;
}

.reward__activity__box__item.new .reward__activity__box__title i {
    color: #d7e0e4;
}

.reward__activity__box__item.new .reward__activity__box__title small {
    background: #d7e0e4;
}

.hexagon__bg {
    position: absolute;
    width: 80px;
    height: 46.19px;
    background-color: #673ab7;
    margin: 23.09px 0;
    z-index: -1;
    top: 0;
    left: 0;
}

.hexagon__bg:before,
.hexagon__bg:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
}

.hexagon__bg:before {
    bottom: 100%;
    border-bottom: 23.09px solid #673ab7;
}

.hexagon__bg:after {
    top: 100%;
    width: 0;
    border-top: 23.09px solid #673ab7;
}

.benefits__item {
    height: 80px;
    width: 80px;
    position: relative;
    margin-right: 30px;
}

.benefits__item.disabled {
    opacity: 0.2
}

.benefits__item .benefits__title {
    font-weight: 100;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 23px;
    font-size: 12px;
}

.benefits__item .benefits__title i {
    display: block;
    font-size: 25px;
}

.benefits__item .benefits__number {
    position: absolute;
    top: -5px;
    right: 4px;
    background: #ffeb3b;
    font-weight: bold;
    font-size: 17px;
    border-radius: 50%;
    width: 30px;
    text-align: center;
    height: 30px;
}

input:disabled {
    cursor: not-allowed;
    border-color: rgba(118, 118, 118, 0.3) !important;
    opacity: 0.5;
}

.profile__address__box {
    background: linear-gradient(to bottom left, #32383a, #000000);
    border-radius: 10px;
    padding: 45px 25px 40px;
    color: #fff;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
}

.profile__address__box__name {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 40px;
}

.profile__address__box__adress {
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1px;
}

.profile__address__box__country {
    font-weight: bold;
    margin-bottom: 6px;
}

.profile__address__box__phone {
    font-weight: 100;
    letter-spacing: 2px;
}

.profile__address__box__default {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgb(255 255 255 / 3%);
    font-size: 13px;
    padding: 3px 15px;
    border-radius: 20px;
}

.profile__address__box__default i {
    margin-right: 10px;
}

.profile__address__box.add__new {
    background: #fff;
    height: 220px;
    box-shadow: 0 10px 54px -13px rgb(0 0 0 / 13%);
    cursor: auto;
}

.profile__address__box.add__new a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #b9c5ca;
    font-weight: lighter;
    letter-spacing: 2px;
}

.profile__address__box.add__new a:hover {
    color: #515b60;
}

.profile__address__box.add__new a i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

.details__user {
    padding: 35px 30px;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #e7edef;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (90px));
    height: calc(100% - (90px));
}

.edit__avatar {
    display: flex;
    border-bottom: 1px solid #e4ebef;
    height: fit-content;
    padding-bottom: 15px;
}

.credit__card {
    background-color: #171a1c;
    border-radius: 1rem;
    color: #47474e;
    padding: 2rem;
    margin-bottom: 15px;
}

.credit__card__header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit__card__title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.credit__card__edit {
    background: #1c10cf;
    color: #fff !important;
    font-size: 13px;
    font-weight: lighter;
    padding: 4px 16px;
    text-transform: none;
    border-radius: 20px;
    margin-left: 8px;
}

.credit__card__number__input {
    font-size: 2rem;
}

.credit__card__informations label {
    display: block;
}

.credit__card__informations span {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px;
}

.credit__card__informations span:first-child {
    margin-left: 0;
}

.credit__card__form__field {
    margin-bottom: 1.5rem;
}

.credit__card__form input {
    outline: 0;
    background: transparent;
    color: #fff;
}

.credit__card__informations {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit__card__form input::placeholder {
    color: #fff;
}

.credit__card .credit__card__logo {
    height: 40px;
}

.credit__card.visa {
    background-color: #eff3f6;
}

.credit__card.visa .credit__card__form input::placeholder {
    color: #2a2626;
}

.credit__card.visa .credit__card__informations span {
    color: #2a2626;
}

.credit__card.visa .credit__card__title {
    color: #222527;
}

.credit__card.visa .credit__card__logo {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjgzLjQ2NSAxNDEuNzMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyODMuNDY1IDE0MS43MzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnIGlkPSJNYXJrIj48Zz48Zz48ZGVmcz48cGF0aCBpZD0iU1ZHSURfMV8iIGQ9Ik0xNDYuNjAyLDU0LjM2MWMtMC4xNjEsMTIuNzUxLDExLjM2NCwxOS44NjcsMjAuMDQ1LDI0LjA5N2M4LjkyLDQuMzQxLDExLjkxNyw3LjEyNCwxMS44ODMsMTEuMDA1Yy0wLjA2OCw1Ljk0MS03LjExNiw4LjU2My0xMy43MTMsOC42NjVjLTExLjUwOCwwLjE3OS0xOC4xOTktMy4xMDctMjMuNTE5LTUuNTkybC00LjE0NSwxOS4zOTljNS4zMzcsMi40NiwxNS4yMiw0LjYwNSwyNS40NjgsNC42OTljMjQuMDU1LDAsMzkuNzkzLTExLjg3NSwzOS44NzktMzAuMjg1YzAuMDkzLTIzLjM2NS0zMi4zMi0yNC42NTktMzIuMDk5LTM1LjEwM2MwLjA3Ni0zLjE2NywzLjA5OS02LjU0NSw5LjcyLTcuNDA1YzMuMjc3LTAuNDM1LDEyLjMyNS0wLjc2NywyMi41ODMsMy45NTlsNC4wMjctMTguNzY5Yy01LjUxNi0yLjAwOS0xMi42MDctMy45MzItMjEuNDMzLTMuOTMyQzE2Mi42NTUsMjUuMDk3LDE0Ni43MywzNy4xMzMsMTQ2LjYwMiw1NC4zNjEgTTI0NS40MTYsMjYuNzE0Yy00LjM5MiwwLTguMDk1LDIuNTYzLTkuNzQ3LDYuNDk1bC0zNC4zNjMsODIuMDQ3aDI0LjAzN2w0Ljc4NC0xMy4yMTloMjkuMzc1bDIuNzc1LDEzLjIxOWgyMS4xODdsLTE4LjQ4OC04OC41NDJIMjQ1LjQxNiBNMjQ4Ljc3OSw1MC42MzNsNi45MzcsMzMuMjQ4aC0xOC45OTlMMjQ4Ljc3OSw1MC42MzMgTTExNy40NTYsMjYuNzE0bC0xOC45NDgsODguNTQyaDIyLjkwNWwxOC45MzktODguNTQySDExNy40NTYgTTgzLjU3MSwyNi43MTRMNTkuNzI4LDg2Ljk4bC05LjY0NC01MS4yNDFjLTEuMTMyLTUuNzItNS42MDEtOS4wMjMtMTAuNTYzLTkuMDIzSDAuNTQ1TDAsMjkuMjg2YzguMDAxLDEuNzM2LDE3LjA5Miw0LjUzNywyMi41OTksNy41MzNjMy4zNzEsMS44MzEsNC4zMzIsMy40MzEsNS40MzksNy43OGwxOC4yNjcsNzAuNjU3aDI0LjIwOGwzNy4xMTMtODguNTQzSDgzLjU3MSIvPjwvZGVmcz48Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj48dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+PC9jbGlwUGF0aD48bGluZWFyR3JhZGllbnQgaWQ9IkdyYWRpZW50XzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0xLjg2MTIiIHkxPSIxNTkuMjI0NSIgeDI9Ii0xLjI5MiIgeTI9IjE1OS4yMjQ1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQxOS43MDggLTE1NC41NjkxIC0xNTQuNTY5MSAtNDE5LjcwOCAyNTQxNy45NDE0IDY2NjUzLjczNDQpIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMjEyNDU3Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzI5NERBMSIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggaWQ9IkdyYWRpZW50IiBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIiBmaWxsPSJ1cmwoI0dyYWRpZW50XzFfKSIgZD0iTS0yOS42ODQsMzYuMDI5TDI0OS42MTMtNjYuODI5bDYzLjUzOSwxNzIuNTM1TDMzLjg1NywyMDguNTY1Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
}

.credit__card.mastercard .credit__card__logo {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgaWQ9Ik1hc3RlcmNhcmQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTk1LjE1IDE0MS43MzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5NS4xNSAxNDEuNzMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iYnJhbmQiPjxwYXRoIGlkPSJYTUxJRF8xNzc1XyIgZD0iTTM5LjYxNiwxNDEuMjY3di05LjM4NGMwLTMuNTM0LTIuMjUxLTUuOTEyLTUuODgtNS45NDNjLTEuOTA3LTAuMDMxLTMuODc4LDAuNTYzLTUuMjU1LDIuNjU5Yy0xLjAzMy0xLjY1Ny0yLjY1OS0yLjY1OS00Ljk0Mi0yLjY1OWMtMS41OTUsMC0zLjE1OSwwLjQ2OS00LjM3OCwyLjIydi0xLjg0NWgtMy4yNTN2MTQuOTVoMy4yODR2LTguMjg5YzAtMi41OTUsMS40MzktMy45NzMsMy42NTktMy45NzNjMi4xNTgsMCwzLjI1MywxLjQwOCwzLjI1MywzLjk0MXY4LjMyaDMuMjg0di04LjI4OWMwLTIuNTk1LDEuNTAxLTMuOTczLDMuNjU5LTMuOTczYzIuMjIsMCwzLjI4NCwxLjQwOCwzLjI4NCwzLjk0MXY4LjMyaDMuMjg0QzM5LjYxNiwxNDEuMjY1LDM5LjYxNiwxNDEuMjY3LDM5LjYxNiwxNDEuMjY3eiBNODguMjIxLDEyNi4zMTVoLTUuMzE3di00LjUzNUg3OS42MnY0LjUzNWgtMy4wMzR2Mi45NzFoMy4wMzR2Ni44MTljMCwzLjQ3MiwxLjM0NCw1LjUzNSw1LjE5Miw1LjUzNWMxLjQwOCwwLDMuMDM0LTAuNDM4LDQuMDY2LTEuMTU3TDg3Ljk0LDEzNy43Yy0wLjk2OSwwLjU2My0yLjAzMywwLjg0NS0yLjg3NywwLjg0NWMtMS42MjYsMC0yLjE1OC0xLjAwMi0yLjE1OC0yLjUwMnYtNi43NTZoNS4zMTdMODguMjIxLDEyNi4zMTVMODguMjIxLDEyNi4zMTV6IE0xMTUuOTY1LDEyNS45NGMtMS44NzYsMC0zLjA5NywwLjg3Ni0zLjk0MSwyLjE5di0xLjgxNGgtMy4yMjJ2MTQuOTVoMy4yNTN2LTguMzgzYzAtMi40NzIsMS4wNjQtMy44NDcsMy4xOTEtMy44NDdjMC42NTcsMCwxLjM0NCwwLjA5NCwyLjAzMywwLjM3NWwxLTMuMDY2QzExNy41NiwxMjYuMDY2LDExNi42MjIsMTI1Ljk0LDExNS45NjUsMTI1Ljk0TDExNS45NjUsMTI1Ljk0eiBNNzQuMDIyLDEyNy41MDVjLTEuNTY1LTEuMDMzLTMuNzIzLTEuNTY1LTYuMS0xLjU2NWMtMy43ODUsMC02LjIyNCwxLjgxNC02LjIyNCw0Ljc4NWMwLDIuNDQsMS44MTQsMy45NDIsNS4xNiw0LjQxbDEuNTMyLDAuMjE4YzEuNzgzLDAuMjUsMi42MjgsMC43MTksMi42MjgsMS41NjVjMCwxLjE1Ny0xLjE5LDEuODE1LTMuNDA5LDEuODE1Yy0yLjI1MSwwLTMuODc4LTAuNzE5LTQuOTczLTEuNTY1bC0xLjUzMiwyLjUzNGMxLjc4MywxLjMxNCw0LjAzNCwxLjk0LDYuNDc1LDEuOTRjNC4zMTcsMCw2LjgxOS0yLjAzMyw2LjgxOS00Ljg4YzAtMi42MjgtMS45Ny00LjAwMy01LjIyNC00LjQ3M2wtMS41MzItMC4yMThjLTEuNDA4LTAuMTg4LTIuNTM0LTAuNDY5LTIuNTM0LTEuNDY5YzAtMS4wOTQsMS4wNjQtMS43NTIsMi44NDctMS43NTJjMS45MDcsMCwzLjc1MywwLjcxOSw0LjY2LDEuMjgyTDc0LjAyMiwxMjcuNTA1eiBNMTYxLjE2LDEyNS45NGMtMS44NzYsMC0zLjA5NywwLjg3Ni0zLjk0MSwyLjE5di0xLjgxNGgtMy4yMjJ2MTQuOTVoMy4yNTJ2LTguMzgzYzAtMi40NzIsMS4wNjQtMy44NDcsMy4xOTEtMy44NDdjMC42NTgsMCwxLjM0NCwwLjA5NCwyLjAzMywwLjM3NWwxLTMuMDY2QzE2Mi43NTUsMTI2LjA2NiwxNjEuODE4LDEyNS45NCwxNjEuMTYsMTI1Ljk0TDE2MS4xNiwxMjUuOTR6IE0xMTkuMjQ4LDEzMy43OTFjMCw0LjUzNSwzLjE1OSw3Ljg1MSw3Ljk3Niw3Ljg1MWMyLjI1MSwwLDMuNzUzLTAuNTAxLDUuMzgtMS43ODNsLTEuNTY1LTIuNjI4Yy0xLjIyLDAuODc2LTIuNTAyLDEuMzQ0LTMuOTEsMS4zNDRjLTIuNTk1LTAuMDMxLTQuNTA0LTEuOTA5LTQuNTA0LTQuNzg1YzAtMi44NzYsMS45MDctNC43NTMsNC41MDQtNC43ODVjMS40MDgsMCwyLjY5LDAuNDY5LDMuOTEsMS4zNDRsMS41NjUtMi42MjhjLTEuNjI2LTEuMjgyLTMuMTI3LTEuNzgzLTUuMzgtMS43ODNDMTIyLjQwOCwxMjUuOTQsMTE5LjI0OCwxMjkuMjU2LDExOS4yNDgsMTMzLjc5MUwxMTkuMjQ4LDEzMy43OTF6IE0xNDkuNzEyLDEzMy43OTF2LTcuNDc2aC0zLjI1M3YxLjgxNGMtMS4wMzMtMS4zNDQtMi41OTUtMi4xOS00LjcyMy0yLjE5Yy00LjE5MSwwLTcuNDc1LDMuMjg0LTcuNDc1LDcuODVjMCw0LjU2NywzLjI4NCw3Ljg1MSw3LjQ3NSw3Ljg1MWMyLjEyNywwLDMuNjkxLTAuODQ1LDQuNzIzLTIuMTl2MS44MTVoMy4yNTNWMTMzLjc5MXogTTEzNy42MDgsMTMzLjc5MWMwLTIuNjI2LDEuNzE5LTQuNzg1LDQuNTM1LTQuNzg1YzIuNjksMCw0LjUwNCwyLjA2NCw0LjUwNCw0Ljc4NWMwLDIuNzIyLTEuODE1LDQuNzg1LTQuNTA0LDQuNzg1QzEzOS4zMjksMTM4LjU3NiwxMzcuNjA4LDEzNi40MTgsMTM3LjYwOCwxMzMuNzkxTDEzNy42MDgsMTMzLjc5MXogTTk4LjM1NiwxMjUuOTRjLTQuMzc4LDAtNy40NDQsMy4xOTEtNy40NDQsNy44NWMwLDQuNzU1LDMuMTkxLDcuODUxLDcuNjYyLDcuODUxYzIuMjUxLDAsNC4zMTctMC41NjQsNi4xMzEtMi4wOTdsLTEuNTk1LTIuNDA4Yy0xLjI1MSwxLTIuODQ3LDEuNTY1LTQuMzQ4LDEuNTY1Yy0yLjA5NywwLTQuMDAzLTAuOTY5LTQuNDczLTMuNjU5aDExLjEwM2MwLjAzMS0wLjQwNiwwLjA2Mi0wLjgxMywwLjA2Mi0xLjI1MUMxMDUuNDI0LDEyOS4xMzEsMTAyLjU0NywxMjUuOTQsOTguMzU2LDEyNS45NEw5OC4zNTYsMTI1Ljk0eiBNOTguMjkzLDEyOC44NDljMi4wOTcsMCwzLjQ0MSwxLjMxNCwzLjc4NSwzLjYyOGgtNy43NTdDOTQuNjY1LDEzMC4zMTksOTUuOTc5LDEyOC44NDksOTguMjkzLDEyOC44NDlMOTguMjkzLDEyOC44NDl6IE0xNzkuODk1LDEzMy43OTF2LTEzLjQ4aC0zLjI1M3Y3LjgxOWMtMS4wMzMtMS4zNDQtMi41OTUtMi4xOS00LjcyMy0yLjE5Yy00LjE5MSwwLTcuNDc1LDMuMjg0LTcuNDc1LDcuODVjMCw0LjU2NywzLjI4NCw3Ljg1MSw3LjQ3NSw3Ljg1MWMyLjEyNywwLDMuNjktMC44NDUsNC43MjMtMi4xOXYxLjgxNWgzLjI1M0wxNzkuODk1LDEzMy43OTFMMTc5Ljg5NSwxMzMuNzkxeiBNMTY3Ljc5MSwxMzMuNzkxYzAtMi42MjYsMS43MTktNC43ODUsNC41MzUtNC43ODVjMi42OSwwLDQuNTA0LDIuMDY0LDQuNTA0LDQuNzg1YzAsMi43MjItMS44MTQsNC43ODUtNC41MDQsNC43ODVDMTY5LjUxMSwxMzguNTc2LDE2Ny43OTEsMTM2LjQxOCwxNjcuNzkxLDEzMy43OTFMMTY3Ljc5MSwxMzMuNzkxeiBNNTcuOTQ2LDEzMy43OTF2LTcuNDc2aC0zLjI1M3YxLjgxNGMtMS4wMzMtMS4zNDQtMi41OTUtMi4xOS00LjcyMy0yLjE5Yy00LjE5MSwwLTcuNDc1LDMuMjg0LTcuNDc1LDcuODVjMCw0LjU2NywzLjI4NCw3Ljg1MSw3LjQ3NSw3Ljg1MWMyLjEyNywwLDMuNjkxLTAuODQ1LDQuNzIzLTIuMTl2MS44MTVoMy4yNTNDNTcuOTQ2LDE0MS4yNjYsNTcuOTQ2LDEzMy43OTEsNTcuOTQ2LDEzMy43OTF6IE00NS44NDEsMTMzLjc5MWMwLTIuNjI2LDEuNzE5LTQuNzg1LDQuNTM1LTQuNzg1YzIuNjksMCw0LjUwNCwyLjA2NCw0LjUwNCw0Ljc4NWMwLDIuNzIyLTEuODE0LDQuNzg1LTQuNTA0LDQuNzg1QzQ3LjU2MiwxMzguNTc2LDQ1Ljg0MSwxMzYuNDE4LDQ1Ljg0MSwxMzMuNzkxeiBNMTg1LjMxOCwxMzkuMWMwLjIwOSwwLDAuNDA1LDAuMDM5LDAuNTg5LDAuMTE3YzAuMTgzLDAuMDc3LDAuMzQzLDAuMTg0LDAuNDgxLDAuMzE4YzAuMTM3LDAuMTM2LDAuMjQ1LDAuMjkyLDAuMzI0LDAuNDc0YzAuMDc4LDAuMTgsMC4xMTksMC4zNzQsMC4xMTksMC41NzZjMCwwLjIwNC0wLjAzOSwwLjM5Ni0wLjExOSwwLjU3NWMtMC4wNzgsMC4xNzktMC4xODgsMC4zMzYtMC4zMjQsMC40NzFjLTAuMTM4LDAuMTM2LTAuMjk4LDAuMjQtMC40ODEsMC4zMjFjLTAuMTg0LDAuMDc5LTAuMzgsMC4xMTktMC41ODksMC4xMTljLTAuMjE0LDAtMC40MTMtMC4wMzktMC42LTAuMTE5Yy0wLjE4Ni0wLjA3OS0wLjM0Ni0wLjE4NS0wLjQ4My0wLjMyMWMtMC4xMzctMC4xMzYtMC4yNDQtMC4yOTItMC4zMjMtMC40NzFjLTAuMDc4LTAuMTc5LTAuMTE5LTAuMzcyLTAuMTE5LTAuNTc1czAuMDM5LTAuMzk2LDAuMTE5LTAuNTc2YzAuMDc4LTAuMTgsMC4xODYtMC4zMzgsMC4zMjMtMC40NzRjMC4xMzYtMC4xMzYsMC4yOTctMC4yNCwwLjQ4My0wLjMxOEMxODQuOTA1LDEzOS4xMzksMTg1LjEwNCwxMzkuMSwxODUuMzE4LDEzOS4xeiBNMTg1LjMxOCwxNDEuNzQ0YzAuMTYsMCwwLjMwOS0wLjAzMSwwLjQ0OS0wLjA5MWMwLjE0LTAuMDYsMC4yNi0wLjE0NCwwLjM2NC0wLjI0OGMwLjEwNS0wLjEwNSwwLjE4Ni0wLjIyNywwLjI0Ni0wLjM2OGMwLjA1OS0wLjE0MSwwLjA4OS0wLjI5MiwwLjA4OS0wLjQ1MmMwLTAuMTYtMC4wMy0wLjMxMS0wLjA4OS0wLjQ1MmMtMC4wNTktMC4xNDEtMC4xNDEtMC4yNjQtMC4yNDYtMC4zNjhjLTAuMTA1LTAuMTA1LTAuMjI2LTAuMTg2LTAuMzY0LTAuMjQ2cy0wLjI4Ny0wLjA4OS0wLjQ0OS0wLjA4OWMtMC4xNjIsMC0wLjMxNSwwLjAzLTAuNDU3LDAuMDg5Yy0wLjE0MiwwLjA1OS0wLjI2NiwwLjE0MS0wLjM2OSwwLjI0NmMtMC4xMDUsMC4xMDUtMC4xODYsMC4yMjctMC4yNDYsMC4zNjhjLTAuMDU5LDAuMTQxLTAuMDg5LDAuMjkyLTAuMDg5LDAuNDUyYzAsMC4xNiwwLjAzLDAuMzExLDAuMDg5LDAuNDUyYzAuMDU5LDAuMTQxLDAuMTQxLDAuMjY0LDAuMjQ2LDAuMzY4YzAuMTA1LDAuMTA0LDAuMjI4LDAuMTg4LDAuMzY5LDAuMjQ4QzE4NS4wMDIsMTQxLjcxMywxODUuMTU2LDE0MS43NDQsMTg1LjMxOCwxNDEuNzQ0eiBNMTg1LjQwNSwxMzkuODljMC4xNzcsMCwwLjMxNCwwLjAzOSwwLjQxLDAuMTE5YzAuMDk2LDAuMDc5LDAuMTQ0LDAuMTg2LDAuMTQ0LDAuMzIzYzAsMC4xMTQtMC4wMzgsMC4yMDktMC4xMTUsMC4yODNjLTAuMDc2LDAuMDc1LTAuMTg1LDAuMTItMC4zMjYsMC4xMzdsMC40NTIsMC41MjFoLTAuMzU0bC0wLjQxOC0wLjUxN2gtMC4xMzZ2MC41MTdoLTAuMjk2di0xLjM4aDAuNjRMMTg1LjQwNSwxMzkuODlMMTg1LjQwNSwxMzkuODl6IE0xODUuMDYzLDE0MC4xNDl2MC4zNjhoMC4zMzhjMC4wNzcsMCwwLjE0LTAuMDE2LDAuMTg2LTAuMDQ3YzAuMDQ3LTAuMDMsMC4wNjktMC4wNzcsMC4wNjktMC4xNGMwLTAuMDYtMC4wMjItMC4xMDYtMC4wNjktMC4xMzdjLTAuMDQ3LTAuMDMtMC4xMDgtMC4wNDYtMC4xODYtMC4wNDZoLTAuMzM4VjE0MC4xNDl6Ii8+PC9nPjxnIGlkPSJtYXJrIj48cmVjdCB4PSI3Mi45NDEiIHk9IjEyLjM3OCIgZmlsbD0iI0ZGNUYwMCIgd2lkdGg9IjQ5LjI2OSIgaGVpZ2h0PSI4OC41MzgiLz48cGF0aCBpZD0iWE1MSURfMzMwXyIgZmlsbD0iI0VCMDAxQiIgZD0iTTc2LjA3LDU2LjY0NWMwLTE3Ljk2Miw4LjQxLTMzLjk1OCwyMS41MDUtNDQuMjY4Qzg3Ljk5OCw0LjgzNyw3NS45MTMsMC4zMzgsNjIuNzc4LDAuMzM4Yy0zMS4wOTYsMC01Ni4zMDMsMjUuMjEtNTYuMzAzLDU2LjMwN3MyNS4yMDgsNTYuMzA3LDU2LjMwMyw1Ni4zMDdjMTMuMTM1LDAsMjUuMjItNC40OTgsMzQuNzk3LTEyLjAzOUM4NC40NzksOTAuNjA1LDc2LjA3LDc0LjYwOCw3Ni4wNyw1Ni42NDV6Ii8+PHBhdGggZmlsbD0iI0Y3OUUxQiIgZD0iTTE4OC42NzQsNTYuNjQ1YzAsMzEuMDk3LTI1LjIwOCw1Ni4zMDctNTYuMzAzLDU2LjMwN2MtMTMuMTM1LDAtMjUuMjItNC40OTgtMzQuNzk3LTEyLjAzOWMxMy4wOTYtMTAuMzExLDIxLjUwNS0yNi4zMDcsMjEuNTA1LTQ0LjI2OHMtOC40MDktMzMuOTU4LTIxLjUwNS00NC4yNjhjOS41NzctNy41NCwyMS42NjItMTIuMDM5LDM0Ljc5Ny0xMi4wMzlDMTYzLjQ2NywwLjMzOSwxODguNjc0LDI1LjU0OSwxODguNjc0LDU2LjY0NXogTTE4My4zMDMsOTEuNTM3di0xLjgxM2gwLjczMXYtMC4zNjloLTEuODYxdjAuMzY5aDAuNzMxdjEuODEzSDE4My4zMDN6IE0xODYuOTE3LDkxLjUzN3YtMi4xODZoLTAuNTcxbC0wLjY1NywxLjUwNGwtMC42NTctMS41MDRoLTAuNTcxdjIuMTg2aDAuNDAzdi0xLjY0OGwwLjYxNSwxLjQyMWgwLjQxN2wwLjYxNS0xLjQyNnYxLjY1M2gwLjQwM3YwLjAwMUgxODYuOTE3eiIvPjwvZz48L3N2Zz4=);
}

.credit__card.jcb .credit__card__logo {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMCIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTg0LjI1MiAxNDEuNzMyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxODQuMjUyIDE0MS43MzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xODQuMTE1LDExMy4xMTNjMCwxNS44MDQtMTIuODEzLDI4LjYxOS0yOC42MTksMjguNjE5SDAuMTM3VjI4LjYxOEMwLjEzNywxMi44MTMsMTIuOTUsMCwyOC43NTgsMGgxNTUuMzU3VjExMy4xMTN6Ii8+PGc+PGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMjAuMzQ2MiIgeTE9Ijc4LjU2MDciIHgyPSIxNjUuMjgzMyIgeTI9Ijc4LjU2MDciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMjUgMCAwIDEuMTI1IC0xMS45MTk0IC05LjYzNzMpIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDA3RjQ5Ii8+PHN0b3AgIG9mZnNldD0iMC4yODgzIiBzdHlsZT0ic3RvcC1jb2xvcjojMjA5MzQ4Ii8+PHN0b3AgIG9mZnNldD0iMC43NjMyIiBzdHlsZT0ic3RvcC1jb2xvcjojNTBCMDQ3Ii8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzYyQkI0NiIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNTVkdJRF8xXykiIGQ9Ik0xMzMuNDYyLDg0LjEzNGgxMS44MzNjMC4zNzIsMCwxLjA3NS0wLjA1OSwxLjQxMS0wLjEzMmMyLjI3Mi0wLjQ5MSw0LjE2My0yLjUwOCw0LjE2My01LjI1NWMwLTIuNzQ4LTEuODkxLTQuNzctNC4xNjMtNS4yNjFjLTAuMzM1LTAuMDczLTEuMDM5LTAuMTMzLTEuNDExLTAuMTMzaC0xMS44MzNWODQuMTM0eiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTIwLjM0NTUiIHkxPSI3MS41NTgzIiB4Mj0iMTY1LjI4MzgiIHkyPSI3MS41NTgzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuMTI1IDAgMCAxLjEyNSAtMTEuOTE5NCAtOS42MzczKSI+PHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzAwN0Y0OSIvPjxzdG9wICBvZmZzZXQ9IjAuMjg4MyIgc3R5bGU9InN0b3AtY29sb3I6IzIwOTM0OCIvPjxzdG9wICBvZmZzZXQ9IjAuNzYzMiIgc3R5bGU9InN0b3AtY29sb3I6IzUwQjA0NyIvPjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM2MkJCNDYiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjU1ZHSURfMl8pIiBkPSJNMTQzLjkxMiw5LjU0Yy0xMS4yODksMC0yMC40NDIsOS4xNTItMjAuNDQyLDIwLjQ0MXYyMS4yMzJoMjguOTI1YzAuNjcsMCwxLjQ5MSwwLjA0NywyLjAwMiwwLjA3M2M2LjU0NiwwLjMyOCwxMS4zNzQsMy42OTEsMTEuMzc0LDkuNTI4YzAsNC41ODktMy4zLDguNTA3LTkuMzA1LDkuMzl2MC4yM2M2LjYzNCwwLjQ2LDExLjcxMyw0LjExMSwxMS43MTMsOS44NjNjMCw2LjIyMi01LjU3NSwxMC4yMjMtMTMuMDA1LDEwLjIyM2gtMzEuNzA0djQxLjY3MmgyOS45ODNjMTEuMjg5LDAsMjAuNDQyLTkuMTUzLDIwLjQ0Mi0yMC40NDJWOS41NEgxNDMuOTEyeiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTIwLjM0NTkiIHkxPSI2My45MzYyIiB4Mj0iMTY1LjI4MDUiIHkyPSI2My45MzYyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuMTI1IDAgMCAxLjEyNSAtMTEuOTE5NCAtOS42MzczKSI+PHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzAwN0Y0OSIvPjxzdG9wICBvZmZzZXQ9IjAuMjg4MyIgc3R5bGU9InN0b3AtY29sb3I6IzIwOTM0OCIvPjxzdG9wICBvZmZzZXQ9IjAuNzYzMiIgc3R5bGU9InN0b3AtY29sb3I6IzUwQjA0NyIvPjxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM2MkJCNDYiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjU1ZHSURfM18pIiBkPSJNMTQ5LjQ2Nyw2Mi4yOTJjMC0yLjctMS44OTEtNC41MTEtNC4xMTYtNC44ODdjLTAuMjA4LTAuMDM1LTAuNzc0LTAuMDktMS4xNjQtMC4wOWgtMTAuNzI2djkuOTUyaDEwLjcyNmMwLjM5LDAsMC45NTYtMC4wNTYsMS4xNjQtMC4wOTFDMTQ3LjU3Niw2Ni44LDE0OS40NjcsNjQuOTkxLDE0OS40NjcsNjIuMjkyeiIvPjwvZz48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzRfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE5Ljc0NDQiIHkxPSI3MS41NTgzIiB4Mj0iNjUuMzc2NSIgeTI9IjcxLjU1ODMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMjUgMCAwIDEuMTI1IC0xMS45MTk0IC05LjYzNzMpIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMzMzMzc2Ii8+PHN0b3AgIG9mZnNldD0iMC4wOTMxIiBzdHlsZT0ic3RvcC1jb2xvcjojMkUzQTdFIi8+PHN0b3AgIG9mZnNldD0iMC42OTg0IiBzdHlsZT0ic3RvcC1jb2xvcjojMEQ2NkFFIi8+PHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzAwNzdDMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNTVkdJRF80XykiIGQ9Ik0zMC44MDEsOS41NGMtMTEuMjksMC0yMC40NDIsOS4xNTItMjAuNDQyLDIwLjQ0MXY1MC40ODNjNS43MzMsMi43NzgsMTEuNjU2LDQuNTg3LDE3LjY4NCw0LjU4N2M3LjA2OCwwLDEwLjk1MS00LjMxNCwxMC45NTEtMTAuMTJWNTEuMjE0aDE3LjU4MVY3NC45M2MwLDkuMjc2LTUuNjk0LDE2LjcxNy0yNS4yMzQsMTYuNzE3Yy0xMS43NiwwLTIwLjk4My0yLjUzNi0yMC45ODMtMi41MzZ2NDMuMDgxSDQwLjM0YzExLjI4OSwwLDIwLjQ0Mi05LjE1MywyMC40NDItMjAuNDQyVjkuNTRIMzAuODAxeiIvPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfNV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNjkuODA1NiIgeTE9IjcxLjU1ODMiIHgyPSIxMTQuMTIzOSIgeTI9IjcxLjU1ODMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMjUgMCAwIDEuMTI1IC0xMS45MTk0IC05LjYzNzMpIj48c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNzQzMjM3Ii8+PHN0b3AgIG9mZnNldD0iMC40MDQiIHN0eWxlPSJzdG9wLWNvbG9yOiNBQjI2M0UiLz48c3RvcCAgb2Zmc2V0PSIwLjgwMjUiIHN0eWxlPSJzdG9wLWNvbG9yOiNEQjFDNDQiLz48c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUQxODQ2Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI1NWR0lEXzVfKSIgZD0iTTg3LjM1Niw5LjU0Yy0xMS4yOSwwLTIwLjQ0Miw5LjE1Mi0yMC40NDIsMjAuNDQxdjI2Ljc2MmM1LjE3OS00LjQ0MywxNC4xMzYtNy4yMTksMjguNjg4LTYuNTY0YzcuNzg5LDAuMzQ3LDE2LjA1LDIuNDM2LDE2LjA1LDIuNDM2djguNjU1Yy00LjEzNC0yLjA5NS05LjA5Mi00LjAzNi0xNS40OC00LjUyYy0xMS4wNDQtMC44MzQtMTcuNjksNC41NjMtMTcuNjksMTQuMTE2YzAsOS41NTEsNi42NDYsMTQuOTQ3LDE3LjY5LDE0LjEwOWM2LjM4OC0wLjQ3OSwxMS40MTItMi40NzIsMTUuNDgtNC41MTR2OC42NWMwLDAtOC4yNjEsMi4wODktMTYuMDUsMi40NDJjLTE0LjU1MiwwLjY1NS0yMy41MDktMi4xMjEtMjguNjg4LTYuNTY0djQ3LjIwMWgyOS45ODJjMTEuMjg5LDAsMjAuNDQxLTkuMTUzLDIwLjQ0MS0yMC40NDJWOS41NEg4Ny4zNTZ6Ii8+PC9nPjwvc3ZnPg==);
}

.add__new__credit__card {
    background: #fff;
    height: 300px;
    box-shadow: 0 10px 54px -13px rgb(0 0 0 / 13%);
    cursor: auto;
    border-radius: 20px;
    position: relative
}

.add__new__credit__card a {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #b9c5ca;
    font-weight: lighter;
    letter-spacing: 2px;
}

.add__new__credit__card a:hover {
    color: #515b60;
}

.add__new__credit__card a i {
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}

.package__tracking__form input {
    background: #fff;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
    height: 65px;
    border: 1px solid #e5e8ef;
    padding: 0 15px;
    width: 400px;
    border-radius: 19px;
    font-size: 12px;
    font-weight: bold;
}

.package__tracking__form input::placeholder {
    color: #c6c6c6;
}

.package__tracking__form button {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.package__tracking__chose {
    background: #f87c7c;
    position: relative;
    height: 65px;
    border-radius: 19px;
    line-height: 65px;
    padding: 0 25px;
    margin-right: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.package__tracking__chose:hover {
    background: #ff6565;
    color: #fff;
}

.package__tracking__chose:after {
    content: 'OR';
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #ccd5d9;
    right: -40px;
    font-weight: 100;
    font-size: 13px;
}

.package__tracking__chose i {
    font-size: 13px;
    width: 0;
    opacity: 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.package__tracking__chose:hover i {
    width: 14px;
    opacity: 1;
}

.package__tracking__box {
    background: #854fb0;
    padding: 95px 29px 35px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.package__tracking__box .package__tracking__now {
    color: #88d2d6;
    position: absolute;
    left: 17px;
    top: 15px;
    right: 17px;
    background: #7d4aa6;
    padding: 12px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.package__tracking__box .package__tracking__now small {
    font-weight: 100;
    color: #fff;
    background: #f87c7c;
    padding: 5px 18px;
    font-size: 14px;
    border-radius: 14px;
}

.package__tracking__box .package__tracking__box__main__informations h5 {
    font-size: 23px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #fff;
}

.package__tracking__box .package__tracking__box__main__informations .dis {
    display: block;
    font-weight: 100;
    font-size: 13px;
    margin-top: 5px;
    color: rgb(255 255 255 / 55%);
}

.package__tracking__box .package__tracking__box__main__informations .dis b {
    font-weight: bold;
    color: #fff;
}

.package__tracking__box .package__tracking__box__main__informations {
    display: flex;
}

.package__tracking__box .package__tracking__box__main__informations i {
    background: #7d4aa6;
    width: 55px;
    height: 55px;
    border-radius: 15px;
    text-align: center;
    font-size: 21px;
    line-height: 55px;
    margin-right: 15px;
}

.package__tracking__box .package__tracking__box__estimate {
    background: #fff;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 9%);
    width: 90px;
    height: 90px;
    border-radius: 14px;
    position: relative;
}

.package__tracking__box .package__tracking__box__estimate .eta {
    position: absolute;
    color: #d4dde1;
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 1px;
    top: 3px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.package__tracking__box .package__tracking__box__estimate .date {
    position: absolute;
    color: #e55f5f;
    font-weight: bold;
    font-size: 33px;
    line-height: 23px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
    top: 64%;
    transform: translateY(-50%);
}

.package__tracking__box .package__tracking__box__estimate .date small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #2e3032;
}

.package__tracking__result__info__row__group {
    padding-top: 40px;
}

.package__tracking__result__info__row__group:before {
    content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    left: 69px;
    background: #d8c0eb;
    top: 0;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 31px 34px -20px rgb(0 0 0 / 39%);
    z-index: -1;
    opacity: 0.5;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item {
    display: flex;
    margin-left: 31px;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__text {
    display: flex;
    align-items: center;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__text i {
    width: 50px;
    height: 50px;
    background: #7cf8f0;
    text-align: center;
    line-height: 42px;
    border-radius: 30px;
    border: 5px solid #b7f7f3;
    font-size: 19px;
    color: #3fb8b1;
    margin-right: 20px;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__text span {
    font-size: 19px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #282a2b;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__text span small {
    display: block;
    font-size: 12px;
    color: #a9b5bc;
    font-weight: 100;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__date {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    padding-right: 25px;
}

.package__tracking__result__info__row__group .package__tracking__result__info__row__item .package__tracking__result__info__date small {
    display: block;
    font-weight: 100;
    margin-top: -5px;
    color: #c8cbd8;
    font-size: 14px;
}

.contact__us__section {
    text-align: center;
}

.contact__us__section h5 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.01em;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact__us__section span {
    display: block;
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 100;
    letter-spacing: -.01em;
    color: #777E90;
    margin-bottom: 5px;
}

.contact__us__section i {
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
    background: #854fb0;
    color: #fff;
    border-radius: 50px;
    line-height: 45px;
    margin-bottom: 15px;
    font-size: 19px;
}

.contact__us__section__group {
    border-bottom: 1px solid #e7eef2;
    padding-bottom: 90px;
}

.contact__us__section__group__text {
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
    color: #a0abb0;
}

.field.field__style__one .field__text__area {
    border-radius: 15px;
    border: 1px solid #d9d9e6;
    width: 100%;
    padding: 15px;
}

.header__account__btn {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: bold;
    color: #929ba4;
    position: relative;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    white-space: nowrap;
}

.header__account__btn:hover {
    color: #3a4148;
}

.header__account__btn:before {
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    width: 100%;
    background: #929ba4;
    bottom: -1px;
}

.header__account__btn:hover::before {
    background: #3a4148;
    animation: moveright 1s normal forwards ease-in-out;
}

@media (min-width: 992px) {
    .header__nav .has-megamenu {
        position: static !important;
    }
}

.megamenu__container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 40px 90px;
    top: 85px;
    box-shadow: 0px 16px 64px 0 rgb(31 47 70 / 12%);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform-origin: 50% 50px;
    transform-origin: 50% 50px;
    will-change: transform;
    transition: all .4s;
}

.js-header-item.has-megamenu.active .megamenu__container {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
}

.megamenu__container.header__body:before {
    display: none;
}

.has-megamenu .header__link:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -50px;
    z-index: 1;
    width: 32px;
    height: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transform-origin: 50% 50px;
    transform-origin: 50% 50px;
    will-change: transform;
    transition: all .4s;
    background: url("data:image/svg+xml,%3Csvg width='32' height='13' viewBox='0 0 32 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3432 2.65685L0 13H32L21.6569 2.65686C18.5327 -0.467339 13.4673 -0.467344 10.3432 2.65685Z' fill='%23FCFCFD'/%3E%3C/svg%3E%0A") no-repeat 100% 50%/100% auto;
}

.has-megamenu.active .header__link:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: translateY(0px);
}

.mega__menu_title .title {
    font-size: 16px;
    line-height: 1.33333;
    font-weight: 600;
    letter-spacing: -.01em;
    color: #777E90;
}

.mega__menu_title .sub__title {
    font-size: 22px;
}

.mega__menu__links__group {
    margin-top: 25px;
}

.mega__menu__links__group a {
    font-weight: 400;
    color: #889296;
    font-size: 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    margin-bottom: 8px;
    width: fit-content;
}

.mega__menu__links__group a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 1px;
    background: #333;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mega__menu__links__group a:hover::before {
    width: 100%;
}

.field.field__style__one {
    position: relative;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .black__banner__homepage {
        margin-left: 0;
        padding: 60px 30px;
        margin-top: 25px;
    }

    .collections__gallery {
        margin-bottom: 20px !important;
    }

    .cart__filters {
        width: 100%;
        position: inherit !important;
        width: auto !important;
        left: inherit !important;
        top: inherit !important;
        transform: inherit !important;
    }

    .sidebar__inner {
        width: 100%;
        position: inherit !important;
        width: auto !important;
        left: inherit !important;
        top: inherit !important;
        transform: inherit !important;
    }
}

@media (max-width: 991px) {
    .header__logo {
        margin-right: auto;
    }

    .header__burger {
        margin-left: 15px;
    }

    .megamenu__container {
        border-radius: 17px;
        padding: 40px 40px;
        margin-top: 15px;
    }

    .js-header-item.has-megamenu .megamenu__container {
        transition: all 0s;
    }

    .js-header-item.has-megamenu.active .megamenu__container {
        position: inherit;
        transition: all .4s;
    }

    .header__nav {
        margin: 0;
    }

    .header__search {
        margin: 30px 0 0px;
    }

    .header__item_favority .header__body {
        top: calc(100% + 0px);
        width: auto;
        padding: 40px 32px 32px;
        margin: 0;
    }

    .header__item_cart .header__body {
        top: calc(100% + 0px);
    }

    .selection__head {
        display: none;
    }

    .main__title__text {
        display: block !important
    }

    .main__title__text .title__more__btn {
        margin-top: 20px;
    }

    .discover__sorting .discover__cell:first-child {
        margin-left: 0;
    }

    .product__default__card .card__additionel__informations {
        height: 38px;
        opacity: 1;
    }

    .instagram_feed__pics {
        display: none;
    }

    .social__accounts_group {
        display: block !important;
        text-align: center;
    }

    .social__accounts_group span {
        display: block;
    }

    .header__center.center {
        padding: 0 15px;
    }

    .footer__info__contact a {
        margin: auto;
    }

	.collections__gallery .collections__preview {
        min-height: 140px;
    }

    .collections__gallery .collections__preview img {
        min-height: 100%;
    }

    .collections__gallery {
        overflow: hidden;
    }

    .main-header-slider-collections {
        height: 100px !important;
        min-height: auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center center;
    }

    .additionel__hide__on__mobile {
        display: none !important;
    }

    .cart__list_header {
        display: none !important
    }

    .cart__item .row {
        text-align: center;
        margin: 0;
    }

    .cart__preview {
        width: 140px;
        height: 140px;
        margin: 0 auto 15px;
    }

    .cart__item {
        padding-right: 32px;
        padding: 24px 20px;
    }

    .cart__prices .the__price__discount {
        width: fit-content;
        margin: auto;
    }

    .billing__options .item__radio__shipping__checkbox .item__radio__checkbox .item__radio__checkbox__text .est__date {
        display: none;
    }

    .billing__options .item__radio__shipping__checkbox .item__radio__checkbox {
        padding: 15px 11px 15px 33px;
    }

    .billing__options .item__radio__shipping__checkbox .item__radio__checkbox input {
        left: 8px;
    }

    .billing__options .item__radio__shipping__checkbox .item__radio__checkbox .shippign__logo_container {
        width: 38px;
        height: 33px;
        margin-right: 10px;
    }

    .billing__options .item__radio__shipping__checkbox .item__radio__checkbox .item__radio__checkbox__text .shipping__price {
        margin-left: 15px;
    }

    .breadcrumb__arrows {
        display: none;
    }

    .item__details {
        margin-top: 26px;
        text-align: center;
    }

    .item__cost {
        justify-content: center;
        margin-bottom: 20px;
    }

    .item__title {
        font-size: 23px;
    }

    .item__price {
        display: block !important;
        margin: 0 0 40px !important;
    }

    .item__details.item__page .item__price .the__price__discount {
        width: fit-content;
        margin: auto;
    }

    .item__details.item__page .item__price .the__price small {
        display: block;
    }

    .item__radio__color__checkbox {
        justify-content: center;
    }

    .item__currency {
        display: block;
    }

    .item__details.item__page .item__control .item__price small {
        display: block;
    }

    .item__btns {
        margin: 0px -4px 0;
        justify-content: center;
    }

    .item__link {
        padding: 12px 0px;
    }

    .credit__card__title {
        font-size: 15px;
    }

    .credit__card {
        padding: 24px 20px;
    }

    .reward__activity__box__item {
        display: block;
        text-align: center;
    }

    .reward__activity__box__item .reward__activity__box__title {
        display: block;
        align-items: center;
        margin: auto;
    }

    .reward__activity__box__item .reward__activity__box__title small {
        border-radius: 15px;
        width: fit-content;
        margin: 0 auto 20px;
    }

    .reward__activity__box__item .total__spend, .reward__activity__box__item .total__orders {
        margin-bottom: 10px;
        display: block;
    }

    .benefits__item {
        margin-bottom: 38px;
    }

    .details__user {
        height: 100%;
        margin-top: 18px;
    }

    .hero__area__shop__page__container {
        padding: 70px 14px 60px;
    }

    .sidebar__filter__toggle {
        width: 100%;
    }

    .catalog__sorting {
        margin: 15px 0 0 !important;
    }

    .catalog__pagination {
        margin: 0 !important;
    }

    .package__tracking__chose {
        margin-right: 0;
        margin-bottom: 47px;
        text-align: center;
        color: #fff;
        display: block;
        font-weight: 500;
    }

    .package__tracking__chose:after {
        bottom: -56px;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        transform: initial;
    }
}

.social__sign__contanier {
    padding-bottom: 32px;
    border-bottom: 3px solid #EFEFEF;
}

.sign__page_title {
    font-weight: 600;
    font-size: 14px;
}

.field_signin_page .field__input {
    background: #fff;
    border-radius: 30px;
    padding-left: 35px;
}

.field_signin_page .select {
    background: #fff;
    border: 2px solid #E6E8EC;
    padding-left: 35px;
}

.field_signin_page .field__icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
}

.signin__page__note {
    margin-top: 13px;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
}

.signin__page__info {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    margin-top: 6px;
}

.signin_wrapper_coodiv {
    position: relative;
    display: flex;
    min-height: calc(var(--vh, 1vh) * 100);
    background: #FCFCFC;
    justify-content: center;
    align-items: center;
}

.login__row.forget-pass-inputs {
    display: flex;
    margin: 0 -6px;
}

.login__row.forget-pass-inputs .login__field {
    flex: 0 0 calc(25% - 12px);
    width: calc(25% - 12px);
    margin: 0 6px;
}

.login__row.forget-pass-inputs .login__field input {
    width: 100%;
    height: 85px;
    padding: 0 6px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: #EFEFEF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #1A1D1F;
    transition: all .2s;
}

.about__us__container__img {
    background: #fff;
    box-shadow: 0 35px 20px hsl(0deg 0% 0% / 4%), 0 1px 4px hsl(0deg 0% 0% / 1%), 0 2px 8px hsl(0deg 0% 0% / 1%);
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about__us__container__img img {
    min-height: 100%;
}

.about__us__text p {
    font-size: 15px;
    color: #889aa3;
}

.coodiv-pageContent h3 {
    font-size: 25px;
    line-height: 1.16667;
    letter-spacing: -.02em;
    margin-bottom: 10px;
    margin-top: 40px;
}

.coodiv-pageContent p {
    font-weight: 100;
    font-size: 15px;
    color: #606c72;
    margin-bottom: 10px;
}

.coodiv-pageContent ul {
    list-style-type: disc;
    padding-left: 14px;
    margin: 25px 0;
}

.coodiv-pageContent ul li {
    font-weight: 400;
    font-size: 15px;
    color: #374146;
    margin-bottom: 10px;
}

.dark-mode-texts .collections__inner_link__animation {
    color: #5c6767;
}

.dark-mode-texts .collections__inner_link__animation span:before {
    background: #5c6767;
}

.dark-mode-texts.collections__gallery .collections__inner_text {
    color: #5c6767;
}

.buttom__image__overlay:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 280px;
    max-height: 60%;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(0deg, rgb(11 11 11) 0%, transparent 100%);
    opacity: 1;
}

.buttom__image__overlay.opacity__overlay:after {
    opacity: 0.3;
}

@media only screen and (max-width: 767px) {
    .header__account__btn {
        font-size: 14px;
    }

    .header__account__btn:before {
        display: none;
    }

    .header__logo {
        width: 250px;
    }

    .header__item_favority {
        margin-right: auto;
    }
}

.product__default__card.active {
    border: 3px solid #54a758 !important;
    overflow: hidden;
}

.product__default__card.active:after {
    content: '';
    position: absolute;
    background: #54a758;
    width: 70px;
    height: 70px;
    left: -35px;
    top: -35px;
    transform: rotate(45deg);
    z-index: 1;
}

.product__default__card.active:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00c";
    position: absolute;
    left: 7px;
    top: 0;
    color: #fff;
    z-index: 1;
    font-size: 20px;
    z-index: 2;
}

.card__default__title {
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.inside__picture__price__tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2;
}

@media only screen and (min-width: 767px) {
    .product__default__card:hover .inside__picture__price__tag {
        bottom: 55px;
    }
}

.product__qty__prices__tags__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.product__qty__prices__tags__wrapper .product__qty__prices__tags__item {
    border: 1px solid #e5ecf0;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 15px;
    font-size: 12px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.product__qty__prices__tags__wrapper .product__qty__prices__tags__item span:first-child {
    font-weight: 600;
}

.modal-content {
    border: 0;
    border-radius: 16px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 16px 40px rgba(0, 0, 0, 0.1);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.modal.fade .modal-dialog {
    transform: scale(0.5);
    transition: .24s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

.modal.show .modal-dialog {
    transform: none;
}

@media (min-width: 1350px) {
    .modal-xl {
        max-width: 1320px;
    }
}

.card__trash {
    position: absolute;
    top: 8px;
    right: 13px;
    width: 32px;
    height: 32px;
    background: #ee7269;
    border-radius: 50%;
    outline: none !important;
    color: #fff;
}

.card__trash:hover {
    background: #F44336;
}

.btn__order__form {
    height: 38px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 13px;
}

.gap-1 {
    gap: 1px;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.gap-4 {
    gap: 4px;
}

.gap-5 {
    gap: 5px;
}

.item__preview__slider__item {
    max-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item__preview__slider__item img {
    width: auto;
    border-radius: 16px;
    max-height: 100%;
}

.floating__btns__wrapper {
    height: 90px;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    gap: 10px;
    z-index: 9;
    background: #fff;
    padding: 15px;
    box-shadow: 0 13px 32px rgb(22 28 45 / 18%);
    border-top: 2px solid #f0f0f0;
    justify-content: space-between;
}

.btn__order__form.confirm__order__floating {
    font-size: 15px;
    font-weight: 600;
    padding: 0 35px;
    position: relative;
    height: 40px;
    background: #4CAF50;
}

.btn__order__form.confirm__order__floating .counter {
    position: absolute;
    background: #4CAF50;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 400;
    font-size: 14px;
    left: -11px;
    top: -9px;
}

.floating__whatsapp__btn {
    font-weight: 500;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    background: linear-gradient(#25d366, #25d366) 84%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 22px;
}

.breadcrumb__arrows {
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumb__arrows .breadcrumb__arrows__item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadcrumb__arrows .breadcrumb__arrows__item .the__name {
    font-size: 13px;
}

.item__informations__header {
    color: #3F51B5;
    background-color: #f3f5ff;
    padding: 14px 15px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.item__cost {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .btn__order__form.confirm__order__floating {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin: 0 15px;
    }
}

.select {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    min-width: 120px;
}

.back__to__gategorie__btn {
    font-weight: 500;
    height: 54px;
    width: 54px;
    border-radius: 10px;
    background: linear-gradient(#000000, #585859) 84%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 22px;
}

.algeriebeauty__brands {
    display: flex;
    width: 180px;
    height: 180px;
    position: relative;
    margin: 15px;
}

.algeriebeauty__brands img {
    height: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s;
}

.algeriebeauty__brands:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

@media only screen and (max-width: 767px) {
    .algeriebeauty__brands {
        width: 100px;
        height: 100px;
    }
}

.feature__box__main {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    height: 100%;
}

.feature__box__main i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d80e3e;
    color: #fff;
    font-size: 27px;
    border-radius: 100%;
    margin-bottom: 15px;
}

.feature__box__main h5 {
    font-weight: bold;
    font-size: 17px;
}

.feature__box__main p {
    font-size: 13px;
    margin-top: 15px;
    max-width: 270px;
}

@media only screen and (max-width: 767px) {
    .product__default__card {
        flex-direction: row;
        overflow: hidden;
        box-shadow: 0px 32px 32px rgb(31 47 70 / 8%) !important;
    }

    .product__default__card .product__card__preview {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        border-left: 1px solid #dce5ea;
        border-radius: 0;
    }

    .inside__picture__price__tag {
        justify-content: center !important;
    }

    .product__default__card__prices .the__price__discount {
        display: none !important
    }

    .product__default__card__prices .the__price {
        background: rgb(0 0 0 / 59%);
        border-radius: 8px;
        color: #fff;
        padding: 2px 12px;
        font-size: 13px;
        font-weight: 400;
    }

    .card__trash {
        top: 5px;
        right: 5px;
    }

    .product__default__card .card__default__informations {
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }

    .product__default__card .product__qty__prices__tags__wrapper {
        display: none;
    }

    .shop__header__control__header .catalog__sorting .select {
        margin-bottom: 0 !important
    }

    .shop__header__control__header .catalog__sorting {
        margin-top: 0 !important
    }

    .popup {
        padding: 15px;
    }

    .popup__title {
        margin-bottom: 19px;
        font-size: 20px;
    }

    .popup .mfp-close {
        top: 11px;
        right: 17px;
    }

    .popup__info {
        font-size: 13px;
    }
}

.shop__header__control__header .catalog__sorting {
    margin-bottom: 0 !important
}

@media only screen and (min-width: 767px) {
    .product__default__card__prices .the__price .mobile-id {
        display: none !important
    }
}

@media only screen and (max-width: 767px) {
    .main__desktop__id,
    .product__default__card__prices .the__price .desktop-price {
        display: none !important
    }
}

.product__default__card {
    border: 1px solid #cadae2 !important;
}

.fs-11px {
    font-size: 11px;
}

.price__tag__insider {
    background: #d80e3e;
    border-radius: 8px;
    color: #fff;
    padding: 5px 12px;
    font-size: 15px;
    margin-top: 8px;
    display: block;
    width: fit-content;
}

.collections__gallery.special__min__height .collections__inner_text {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.collections__gallery.special__min__height .collections__preview {
	height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search__header__element__wrapper {
    width: 270px;
    position: relative;
    margin-left: 25px;
}
.search__header__element__wrapper .search__header__element__form .field__input{
    height: 37px;
    border: 0;
    background: #ecf1f3;
    border-radius: 25px;
}
.search__header__element__wrapper .search__header__element__form .search__header__element__button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #a0a6a9;
}
.saller__badge__mobile__wrapper {
	display: flex;
    align-items: center;
    justify-content: end;
    flex: auto;
    margin-left: 15px;
    margin-right: 9px;
    position: relative;
}
.saller__badge__mobile__wrapper .saller__badge__mobile__image{
    width: 90px;
    height: auto;
}
@media (min-width: 991px) {
    .header__logo .mobile__logo {
		display: none !important
	}
}
@media (max-width: 991px) {
    .header__logo .desktop__logo {
		display: none !important
	}
	.header__logo {
        width: auto !important;
    }
	.header__logo .mobile__logo {
		width: 50px;
	}
}
@media only screen and (max-width: 991px) {
    .header .header__item.header__item_cart,
    .header .header__item.header__item_favority {
		display: none !important
	}
	.search__header__element__wrapper {
		width: 135px;
		margin-left: auto;
	}
	.search__header__element__wrapper .search__header__element__form .field__input {
		height: 30px;
		font-size: 11px;
	}
	.slick-arrow {
		width: 25px;
		height: 25px;
	}
	.slick-arrow svg{
		width: 8px;
		height: auto;
	}
	.main .slick-prev {
        left: 19px;
        bottom: 8px;
    }
	.main .slick-next {
        right: auto;
        left: 50px;
        bottom: 8px;
    }
	.collections__gallery .collections__inner_text {
		padding: 0 15px;
	}
	.collections__gallery .collections__inner__subtitle {
		font-size: 12px;
	}
	.floating__btns__wrapper .header__title {
        font-size: 14px;
    }
	.floating__btns__wrapper .header__body .js-header-header .header__title__total__price {
		font-size: 11px;
	}
	.floating__btns__wrapper .header__price {
		font-size: 11px;
	}
	.floating__btns__wrapper .header__preview {
		width: 50px;
		height: 50px;
	}
	
}
.floating__btns__wrapper .header__item_cart {
	margin: 0;
}
.floating__btns__wrapper .header__item_cart .header__head {
	width: auto;
	height: auto;
}
.floating__btns__wrapper .header__item_cart .header__head.active span {
	right: 2px;
}
.floating__btns__wrapper .header__head__title {
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
	display: flex;
	align-items: center;
	margin-top: -2px;
}
.floating__btns__wrapper .header__item_cart .header__body{
    bottom: calc(100% + 15px);
    top: auto;
}
.floating__btns__wrapper .header__item_cart .header__body:before {
    display: flex !important;
    top: auto;
    bottom: -10px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}
.floating__btns__wrapper__homepagebtn {
	font-size: 19px;
    color: #a9b2b6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.floating__btns__wrapper__homepagebtn .floating__btns__wrapper__homepagebtn__title{
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-top: -2px;
}
@media only screen and (min-width: 991px) { 
	.floating__btns__wrapper .floating__btns__wrapper__homepagebtn,
	.floating__btns__wrapper .js-header {
		display: none !important
	}
	.floating__btns__wrapper {
		background: transparent;
		box-shadow: none;
		border: 0;
		justify-content: end;
		padding: 25px 40px;
	} 
	.btn__order__form.confirm__order__floating {
		font-size: 16px;
		padding: 0 50px;
		height: 55px;
	}
}
.coodiv__custom__breadcrumb {
    border-bottom: 2px solid #f0f6f9;
    margin-bottom: 20px;
}
.coodiv__custom__breadcrumb .breadcrumb{
    margin: 0;
    padding: 13px 50px;
    justify-content: center;
    position: relative;
}
.coodiv__custom__breadcrumb .breadcrumb .breadcrumb-item.back__item{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.coodiv__custom__breadcrumb .breadcrumb .breadcrumb-item a{
    color: #25282a;
    font-weight: bold;
    font-size: 15px;
}
.coodiv__custom__breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: none !important;
}
@media only screen and (max-width: 991px) {
	.coodiv__custom__breadcrumb .breadcrumb {
		padding: 5px 50px;
	}
	.mega__menu__links__group a {
		font-size: 12px;
	}
	.mega__menu_title .title {
		font-size: 12px;
	}
	.mega__menu_title .sub__title {
		font-size: 16px;
	}
	.saller__badge__mobile__wrapper {
		margin-right: 9px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
	.search__header__element__wrapper {
		width: 175px;
	    margin-left: 10px;
		margin-right: 10px;
	}
	.header__nav .header__link {
		margin-right: 14px;
		line-height: 26px;
		font-size: 12px;
	}
	.header__logo {
		width: 120px;
	}
	.search__header__element__wrapper .search__header__element__form .field__input {
		height: 30px;
		font-size: 12px;
	}
	
}
